.cta-final { position: relative; overflow: hidden; color: #fff; isolation: isolate; }
.cta-final__bg { position: absolute; inset: 0; z-index: -2; }
.cta-final__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-final::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(28,20,16,.95) 0%, rgba(28,20,16,.84) 40%, rgba(44,33,27,.7) 100%),
              radial-gradient(120% 120% at 82% -10%, rgba(70,55,45,.55) 0%, transparent 55%),
              radial-gradient(50% 60% at 12% 115%, rgba(223,27,37,.32) 0%, transparent 70%); }
.cta-final__in { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: clamp(56px,6vw,92px) var(--nc-gutter); }
.cta-final__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,72px); align-items: center; }
.cta-final .sx-eyebrow { color: rgba(255,255,255,.65); }
.cta-final h2 { color: #fff; }
.cta-final .lead { color: var(--nc-on-dark-2); font-size: var(--nc-lead); line-height: 1.5; margin-top: 14px; max-width: 46ch; }
.cta-final__center { max-width: 640px; margin: 0 auto; text-align: center; }
.cta-final__center .sx-eyebrow { justify-content: center; }
.cta-final__center h2 { max-width: none; margin-left: auto; margin-right: auto; }
.cta-final__center .lead { margin-left: auto; margin-right: auto; }
.cta-final__btns { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 32px; justify-content: center; }
.cta-team { display: flex; align-items: center; justify-content: center; margin: 30px 0 0; }

.cta-contacts { display: flex; flex-direction: row; gap: 14px; }
.cta-contact { flex: 1; min-width: 0; display: flex; flex-direction: row; align-items: center; gap: 14px; background: rgba(18,13,9,.46); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: none; border-radius: 16px; padding: 16px 20px; }
@media (max-width: 560px) { .cta-contacts { flex-direction: column; } }
.cta-contact b { display: block; color: #fff; font-size: 1rem; line-height: 1.2; }
.cta-contact > div span { font-size: .82rem; color: rgba(255,255,255,.55); display: block; line-height: 1.2; margin-top: 5px; }
.cta-team { display: flex; align-items: center; justify-content: center; margin: 30px 0 0; }
.cta-team img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; margin-left: -12px; border: 2px solid var(--nc-ink); }
.cta-team img:first-child { margin-left: 0; }
.cta-team span { margin-left: 16px; color: var(--nc-on-dark-2); font-size: .92rem; }
@media (max-width: 900px) { .cta-final__grid { grid-template-columns: 1fr; } }

.nl-bar { background: #241a14; }
.nl-bar__in { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: 30px var(--nc-gutter); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.nl-bar__txt h3 { color: #fff; font-size: 1.3rem; letter-spacing: -0.015em; }
.nl-bar__txt p { color: rgba(255,255,255,.6); font-size: .95rem; margin-top: 5px; }
.nl-bar__form { display: flex; gap: 10px; flex-wrap: wrap; flex: none; }
.nl-bar__form input { font-family: var(--nc-sans); padding: 13px 16px; border-radius: 11px; border: none; background: #fff; color: var(--nc-ink); font-size: .94rem; min-width: 190px; }
.nl-bar__form input::placeholder { color: var(--nc-fg-3); }

footer.ft { background: #120D0A; color: #fff; }
footer.ft a { color: rgba(255,255,255,.7); transition: color .2s; }
footer.ft a:hover { color: #fff; }
.ft-wrap { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: clamp(34px,3.5vw,46px) var(--nc-gutter); }
.ft-logo { height: 30px; filter: brightness(0) invert(1); }
footer.ft address { font-style: normal; color: rgba(255,255,255,.65); line-height: 1.85; margin-top: 20px; font-size: .93rem; }
footer.ft address a:hover { color: #fff; }
.ft-cvr { color: rgba(255,255,255,.45); font-size: .84rem; margin-top: 16px; }
.ft-social { display: flex; gap: 10px; margin-top: 24px; }
footer.ft .ft-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; transition: background .25s var(--nc-ease); }
footer.ft .ft-social a:hover { background: rgba(255,255,255,.18); color: #fff; }
.ft-social svg { width: 17px; height: 17px; fill: currentColor; }
footer.ft h4 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; opacity: .55; font-weight: 700; }
footer.ft ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: .93rem; }

.ft-news-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-bottom: clamp(34px,3.5vw,46px); }
.nl-bar__txt h3 { color: #fff; font-size: 1.3rem; letter-spacing: -0.015em; }
.nl-bar__txt p { color: rgba(255,255,255,.6); font-size: .95rem; margin-top: 5px; }
.nl-bar__form { display: flex; gap: 10px; flex-wrap: wrap; flex: none; }
.nl-bar__form input { font-family: var(--nc-sans); padding: 13px 16px; border-radius: 11px; border: none; background: #fff; color: var(--nc-ink); font-size: .94rem; min-width: 190px; }
.nl-bar__form input::placeholder { color: var(--nc-fg-3); }
.ft-cols { display: grid; grid-template-columns: 1.25fr 1.7fr 1.7fr; gap: clamp(28px,3vw,48px); border-top: 1px solid rgba(255,255,255,.1); padding-top: clamp(40px,4vw,56px); }
.nl-btn { background: #1c1510; color: #fff; border: 1px solid rgba(255,255,255,.28); }
.nl-btn:hover { background: rgba(255,255,255,.14); border-color: transparent; }
.ft-links2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; align-content: start; }
.ft-bottom { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: 0 var(--nc-gutter); }
.ft-bottom__line { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .83rem; color: rgba(255,255,255,.5); }
footer.ft .ft-bottom a { color: rgba(255,255,255,.5); font-weight: 400; text-decoration: none; }
footer.ft .ft-bottom a:hover { color: #fff; }
@media (max-width: 900px) { .ft-cols { grid-template-columns: 1fr 1fr; } .ft-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .ft-cols { grid-template-columns: 1fr; } .ft-links2 { grid-template-columns: 1fr 1fr; } }
