@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/barlow-condensed-800.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --black: #020711;
  --night: #041426;
  --navy: #063b8e;
  --blue: #063b8e;
  --cyan: #08a8f4;
  --yellow: #ffc400;
  --white: #f7faff;
  --silver: #d7e0eb;
  --mist: #eef6fd;
  --ink: #041426;
  --muted: #36536e;
  --line: #d7e0eb;
  --line-dark: #063b8e;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --shadow: 0 16px 40px rgba(2, 7, 17, .08);
  --card-border: rgba(6, 59, 142, .16);
  --card-radius: 16px;
  --icon-surface: color-mix(in srgb, var(--cyan) 10%, var(--white));
  --icon-border: color-mix(in srgb, var(--cyan) 42%, var(--white));
  --icon-color: var(--blue);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--black); background: var(--yellow); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--blue); border: 3px solid var(--black); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 1000; padding: 12px 18px; color: var(--black); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-topbar { color: var(--silver); background: var(--black); border-bottom: 1px solid #063b8e; font-size: 13px; }
.site-topbar .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-topbar p { margin: 0; }
.site-topbar strong { color: var(--white); }
.site-header { min-height: 82px; position: sticky; top: 0; z-index: 100; color: var(--white); background: var(--night); border-bottom: 1px solid #063b8e; }
.site-header .container { min-height: 82px; display: grid; grid-template-columns: 176px 1fr auto; align-items: center; gap: 28px; }
.brand { width: max-content; display: block; }
.brand img { width: 94px; height: 68px; object-fit: contain; }
.nav { justify-self: end; }
.nav > ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--silver); font-size: 14px; font-weight: 750; text-decoration: none; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--white); border-bottom-color: var(--cyan); }
.nav .has-submenu { position: relative; }
.nav .has-submenu > a::after { content: ""; width: 6px; height: 6px; margin-left: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.submenu { position: absolute; top: calc(100% - 2px); left: -18px; min-width: 340px; display: grid; margin: 0; padding: 10px 14px; list-style: none; color: var(--white); background: var(--night); border: 1px solid var(--line-dark); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.submenu a { min-height: 39px; padding: 4px 2px; border-bottom: 1px solid #063b8e; }
.submenu li:last-child a { border-bottom-color: transparent; }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { opacity: 1; visibility: visible; transform: none; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line-dark); color: var(--white); background: var(--night); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; line-height: 1.2; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .16s ease, background-color .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button--signal { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.button--signal:hover { background: #ffc400; border-color: #ffc400; }
.button--ghost { color: var(--white); background: transparent; border-color: #d7e0eb; }
.button--ghost:hover { border-color: var(--cyan); }
.button--navy { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button--navy:hover { background: #063b8e; }
.header-cta { min-height: 44px; padding-inline: 17px; font-size: 14px; box-shadow: none; }
.cta-icon { width: 20px; height: 20px; display: block; flex: 0 0 auto; }
/* Informational icon containers are owned here, never by section selectors. */
.icon-box { width: 56px; height: 56px; min-width: 56px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 15px; background: var(--icon-surface); border: 1px solid var(--icon-border); color: var(--icon-color); }
.icon-box > svg { width: 22px; height: 22px; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-box--small { width: 32px; height: 32px; min-width: 32px; border-radius: 6px; background: var(--white); }
.icon-box--small > svg { width: 16px; height: 16px; }

.section-marker { display: none; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: var(--font-display); font-weight: 800; text-wrap: balance; }
h1 { font-size: clamp(3.7rem, 7.1vw, 7rem); line-height: .82; letter-spacing: -.035em; }
h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(2.45rem, 4.7vw, 4.7rem); line-height: .88; letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: clamp(1.45rem, 2.1vw, 2rem); line-height: 1; letter-spacing: -.01em; }
p { margin: 0 0 20px; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.55; }

.hero { min-height: 650px; position: relative; display: grid; align-items: stretch; overflow: hidden; color: var(--white); background: var(--navy); border-bottom: 1px solid var(--cyan); }
.hero > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: 1; }
.hero__overlay-gradient { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(100deg, var(--navy) 0%, var(--navy) 40%, rgba(6,59,142,.93) 53%, rgba(4,20,38,.65) 70%, rgba(4,20,38,.45) 100%), linear-gradient(0deg, rgba(2,7,17,.55) 0%, transparent 60%); }
.hero__overlay-photo { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(4,20,38,.3) 0%, rgba(4,20,38,.6) 100%); }
.hero-kicker { width: fit-content; max-width: 100%; margin-bottom: 24px; padding: 9px 13px; color: var(--yellow); border: 1px solid rgba(255, 196, 0, .4); border-radius: 8px; font-size: 13px; font-weight: 750; line-height: 1.4; }
.hero .container { position: relative; z-index: 2; display: grid; align-items: center; }
.hero-copy { width: min(680px, 57%); padding: 48px 0 36px; }
.hero h1 { max-width: 705px; margin-bottom: 22px; color: var(--white); font-size: clamp(3.7rem, 6.2vw, 5.9rem); line-height: .84; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero .lead { max-width: 665px; color: var(--silver); }
.hero-actions, .page-hero-actions, .cta-pair, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-route { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 34px 0 0; padding: 0; list-style: none; color: var(--silver); font-size: 13px; }
.hero-route li { min-height: 84px; padding: 0 20px 0 0; }
.hero-route li + li { padding-left: 24px; border-left: 1px solid #063b8e; }
.hero-route span { display: block; margin-bottom: 7px; color: var(--yellow); font-family: var(--font-display); font-size: 20px; }
.hero-route strong { color: var(--white); font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.hero-route small { display: block; max-width: 185px; margin-top: 8px; color: var(--silver); font-size: 12px; line-height: 1.35; }
@keyframes route-draw { to { transform: scaleX(1); } }

.proof-strip { padding: 28px 0; color: var(--ink); background: var(--mist); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof-item { min-height: 164px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; padding: 24px; background: var(--white); border: 1px solid var(--card-border); border-top: 3px solid var(--yellow); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.proof-item:last-child { border-right: 1px solid var(--card-border); }
.proof-item strong, .proof-item > div > span { display: block; }
.proof-item strong { color: var(--ink); font-size: 17px; line-height: 1.25; }
.proof-item > div > span { margin-top: 5px; color: var(--muted); font-size: 15px; line-height: 1.45; }

.section { position: relative; padding: 104px 0; }
.section--soft { background: var(--white); }
.section--pale, .section--alternate { background: var(--mist); }
.section--dark { color: var(--silver); background: var(--navy); border-block: 1px solid var(--cyan); }
.section--dark h2, .section--dark h3, .section--dark strong { color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: 80px; align-items: end; }
.section-heading--split > p { margin-bottom: 8px; color: var(--muted); }
.special-title { max-width: 620px; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { min-width: 0; display: grid; grid-template-rows: 230px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 100%; object-fit: cover; }
.service-card-content { min-height: 235px; display: flex; flex-direction: column; padding: 28px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); }
.service-card a, .knowledge-card a, .listing-card a { min-height: 44px; display: inline-flex; align-items: center; width: fit-content; margin-top: auto; color: var(--navy); font-weight: 850; text-decoration-color: var(--cyan); }

.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: center; }
.problem-image { position: relative; min-height: 590px; }
.problem-image img { width: 100%; height: 590px; object-fit: cover; }
.signal-list, .feature-list, .contact-list, .related-links { margin: 28px 0 32px; padding: 0; list-style: none; }
.signal-list { border-top: 1px solid var(--line); }
.signal-list li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.signal-list strong, .signal-list li > div > span, .feature-list strong, .feature-list li > div > span { display: block; }
.signal-list strong { font-size: 17px; }
.signal-list li > div > span { margin-top: 3px; color: var(--muted); }

.process-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 70px; align-items: start; }
.process-intro { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; margin: 28px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.process-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.process-card { display: grid; grid-template-rows: 210px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.process-card img { width: 100%; height: 100%; object-fit: cover; }
.process-card > div { min-height: 180px; display: flex; flex-direction: column; padding: 28px; }
.process-card b { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 20px; color: var(--black); background: var(--yellow); border-radius: 12px; font-family: var(--font-display); font-size: 22px; }
.process-card p { color: var(--muted); }
.info-panel { position: static; padding: 44px 40px; color: var(--silver); background: var(--navy); border: 1px solid rgba(247, 250, 255, .16); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.info-panel h2 { margin-bottom: 24px; color: var(--white); font-size: clamp(2rem, 2.8vw, 2.65rem); line-height: 1.05; letter-spacing: -.015em; }
.info-panel > p { margin-bottom: 0; font-size: 16px; line-height: 1.7; }
.info-panel ul { display: grid; gap: 0; margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid rgba(247, 250, 255, .22); }
.info-panel li { display: flex; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(247, 250, 255, .22); font-size: 15px; line-height: 1.5; }
.info-panel li::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; background: var(--yellow); border-radius: 50%; }
.info-panel .button { max-width: 100%; }

.dark-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: 84px; align-items: center; }
.feature-list { border-top: 1px solid rgba(247, 250, 255, .22); }
.feature-list li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(247, 250, 255, .22); }
.feature-list li > div > span { color: var(--silver); }
.dark-image { position: relative; border: 1px solid var(--line-dark); }
.dark-image img { width: 100%; min-height: 500px; object-fit: cover; }
.dark-image figcaption { padding: 22px 24px; background: var(--black); border-top: 4px solid var(--cyan); }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.audience-card { display: grid; grid-template-rows: 210px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.audience-card img { width: 100%; height: 100%; object-fit: cover; }
.audience-card > div { min-height: 180px; padding: 26px; }
.audience-card p { color: var(--muted); }
.knowledge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.knowledge-card { min-height: 260px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.knowledge-card p { color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 78px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro h2 { font-size: clamp(2.35rem, 3.8vw, 3.5rem); line-height: 1; }
.faq-list { min-width: 0; display: grid; gap: 14px; padding: 8px; }
.faq-list details { border: 1px solid var(--card-border); border-radius: 14px; background: var(--white); box-shadow: 0 4px 14px rgba(4, 20, 38, .035); transition: border-color .18s ease, background-color .18s ease; }
.faq-list details[open] { border-color: var(--icon-border); background: var(--icon-surface); }
.faq-list summary { position: relative; min-height: 76px; display: flex; align-items: center; padding: 24px 76px 24px 28px; color: var(--ink); font-size: 16px; line-height: 1.5; font-weight: 750; cursor: pointer; list-style: none; border-radius: 14px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 32px; height: 32px; transform: translateY(-50%); border: 1px solid var(--icon-border); border-radius: 50%; background-color: var(--icon-surface); background-image: linear-gradient(var(--blue), var(--blue)), linear-gradient(var(--blue), var(--blue)); background-size: 12px 2px, 2px 12px; background-position: center; background-repeat: no-repeat; transition: background-color .18s ease; }
.faq-list summary:hover { color: var(--navy); background-color: rgba(8, 168, 244, .04); }
.faq-list details[open] summary { color: var(--navy); }
.faq-list details[open] summary::after { background-color: var(--white); background-size: 12px 2px, 2px 0; }
.faq-answer { padding: 0 28px 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.faq-answer p { margin: 0; }

.page-hero { min-height: 560px; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--black); border-bottom: 5px solid var(--cyan); }
.page-hero > img { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 54%; height: 100%; object-fit: cover; opacity: .56; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.page-hero::before { display: none; }
.page-hero .container { position: relative; z-index: 2; padding-block: 52px 38px; }
.page-hero .container > h1, .page-hero .container > p, .page-hero-actions, .page-route { max-width: 560px; }
.page-hero h1 { margin-bottom: 24px; color: var(--white); }
.page-hero .container > p { color: var(--silver); font-size: 18px; }
.page-hero-actions { margin-top: 28px; }
.page-route { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0 0; padding: 16px 0 0; list-style: none; border-top: 2px solid var(--navy); color: var(--silver); font-size: 12px; font-weight: 750; }
.page-route::after { content: ""; position: absolute; top: -2px; left: 0; width: 100%; height: 2px; background: var(--cyan); }
.page-route li { position: relative; }
.page-route li::before { content: ""; position: absolute; top: -23px; left: 0; width: 12px; height: 12px; background: var(--black); border: 3px solid var(--yellow); border-radius: 50%; }
.page-route span { display: block; color: var(--cyan); font-family: var(--font-display); font-size: 16px; }

.hero > img, .page-hero > img, .service-card img, .problem-image img, .process-card img, .dark-image img, .audience-card img, .listing-card img, .final-cta > img { filter: saturate(1) contrast(1.03) brightness(1.02); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; color: #d7e0eb; list-style: none; font-size: 14px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--cyan); }
.breadcrumbs a { text-decoration-color: var(--cyan); }
.direct-answer { color: var(--white); background: var(--navy); border-bottom: 1px solid #08a8f4; }
.direct-answer .container { min-height: 78px; display: flex; align-items: center; gap: 8px; padding-block: 16px; }
.direct-answer strong { flex: 0 0 auto; color: var(--yellow); }

.content-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 80px; align-items: start; }
.article-content > section { padding: 0 0 58px; margin-bottom: 58px; border-bottom: 1px solid var(--line); }
.article-content > section:last-child { margin-bottom: 0; border-bottom: 0; }
.article-content p, .article-content li { max-width: 780px; color: #041426; }
.article-content h2 { max-width: 850px; }
.article-content h3 { margin-top: 28px; }
.article-content ul { padding-left: 22px; }
.content-aside { position: sticky; top: 112px; display: grid; gap: 24px; }
.aside-card { padding: 32px 30px; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.aside-card--dark { color: var(--silver); background: var(--night); border-color: var(--line-dark); }
.aside-card--dark h2 { color: var(--white); }
.aside-card .button { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--cyan); font-weight: 800; }
.related-links { margin-bottom: 0; border-top: 1px solid var(--line); }
.related-links li { border-bottom: 1px solid var(--line); }
.related-links a { display: block; padding: 13px 0; color: var(--navy); font-weight: 750; }
.local-service .container { max-width: 850px; margin-left: max(24px, calc((100% - 1220px) / 2)); margin-right: auto; }
.article-cta { position: relative; overflow: hidden; padding: 72px 64px; background: linear-gradient(135deg, var(--night), var(--navy)); border: 1px solid var(--card-border); border-top: 5px solid var(--yellow); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.article-cta h2 { position: relative; z-index: 2; margin-bottom: 12px; color: var(--white); font-size: clamp(2.1rem, 3.5vw, 3rem); }
.article-content .article-cta p { position: relative; z-index: 2; margin-bottom: 32px; color: var(--silver); font-size: 1.15rem; }
.article-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 100% 100%, rgba(8,168,244,0.12) 0%, transparent 60%); pointer-events: none; }
.article-cta .cta-pair { position: relative; z-index: 2; }

.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.listing-card { display: grid; grid-template-rows: 230px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.listing-card img { width: 100%; height: 100%; object-fit: cover; }
.listing-card > div { min-height: 220px; display: flex; flex-direction: column; padding: 28px; }
.listing-card h2 { font-size: 2rem; line-height: 1; }
.listing-card p { color: var(--muted); }
.about-services-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 34px 0; }
.principle { min-height: 225px; padding: 28px; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.principle .icon-box { margin-bottom: 28px; }
.principle p { color: var(--muted); }
.facts-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.fact-panel { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 170px; display: grid; align-content: center; padding: 25px; background: #f7faff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact strong { color: var(--navy); font: 800 3.3rem/.85 var(--font-display); }
.fact span { margin-top: 10px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }
.contact-card { padding: 42px; color: var(--silver); background: var(--night); border: 1px solid var(--line-dark); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.contact-card h2 { color: var(--white); }
.contact-list { border-top: 1px solid var(--line-dark); }
.contact-list li { padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.contact-list a { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-weight: 800; }
.contact-actions { margin-top: 28px; }
.contact-form { padding: 42px; background: var(--white); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 14px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #d7e0eb; border-radius: 4px; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); outline: 3px solid rgba(8, 168, 244, .22); }
.form-note, [data-form-output] { display: block; margin-top: 17px; color: var(--muted); font-size: 14px; }

/* ===== FINAL CTA — PREMIUM ===== */
.final-cta { position: relative; isolation: isolate; overflow: hidden; min-height: 420px; color: var(--white); background: var(--navy); border-top: 3px solid var(--yellow); }

/* Full-bleed photo behind everything */
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: 1; }

/* Strong left-heavy gradient — covers left side solid, fades photo on right */
.final-cta__overlay-gradient { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(100deg, var(--navy) 0%, var(--navy) 42%, rgba(6,59,142,.93) 55%, rgba(4,20,38,.65) 72%, rgba(4,20,38,.45) 100%),
    linear-gradient(0deg, rgba(2,7,17,.55) 0%, transparent 60%);
}

/* Photo overlay on the right: dark vignette to integrate image with panel */
.final-cta__overlay-photo { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(4,20,38,.3) 0%, rgba(4,20,38,.6) 100%);
}

/* Pipe SVG — left third only */
.final-cta__pipes { position: absolute; inset: 0; width: 45%; height: 100%; z-index: 2; pointer-events: none; overflow: visible; }

/* Container aligns with site grid */
.final-cta__inner { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 60px; align-items: center; padding-block: 80px; }

/* LEFT SIDE */
.final-cta__left { display: flex; flex-direction: column; }

.final-cta__kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan); }
.final-cta__dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); flex-shrink: 0; animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%, 100% { box-shadow: 0 0 6px var(--yellow); } 50% { box-shadow: 0 0 14px var(--yellow), 0 0 24px rgba(255,196,0,.4); } }

.final-cta__left h2 { margin: 0 0 28px; max-width: 520px; color: var(--white); font-size: clamp(2.6rem, 4.2vw, 3.8rem); line-height: 1.04; letter-spacing: -.01em; }

.final-cta__creds { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.final-cta__creds span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: rgba(247,250,255,.65); }
.final-cta__creds .icon-box { width: 22px; height: 22px; min-width: 22px; background: rgba(8,168,244,.15); border-color: rgba(8,168,244,.25); }
.final-cta__creds .icon-box svg { width: 12px; height: 12px; }

/* RIGHT SIDE — Glass Panel */
.final-cta__right { display: flex; justify-content: flex-end; align-items: center; }

.final-cta__panel { width: 100%; max-width: 380px; padding: 34px 30px 26px; border-radius: 18px; background: rgba(4,20,38,.68); border: 1px solid rgba(247,250,255,.16); border-top: 2px solid rgba(255,196,0,.5); box-shadow: 0 24px 64px rgba(2,7,17,.45), inset 0 1px 0 rgba(247,250,255,.07); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); }

.final-cta__panel-label { margin: 0 0 16px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(247,250,255,.45); }

.final-cta__btn-primary { display: flex; width: 100%; min-height: 60px; justify-content: center; align-items: center; gap: 10px; font-size: 16px; font-weight: 900; border-radius: 11px; background: var(--yellow); color: var(--black); box-shadow: 0 8px 28px rgba(255,196,0,.32); transition: transform .18s ease, box-shadow .18s ease; text-decoration: none; }
.final-cta__btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(255,196,0,.44); }

.final-cta__divider { display: flex; align-items: center; gap: 12px; margin: 16px 0; }
.final-cta__divider::before, .final-cta__divider::after { content: ''; flex: 1; height: 1px; background: rgba(247,250,255,.12); }
.final-cta__divider span { font-size: 11px; color: rgba(247,250,255,.38); white-space: nowrap; }

.final-cta__btn-secondary { display: flex; width: 100%; min-height: 52px; justify-content: center; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; border-radius: 11px; background: transparent; color: var(--white); border: 1.5px solid rgba(247,250,255,.45); text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.final-cta__btn-secondary:hover { background: rgba(247,250,255,.08); border-color: rgba(247,250,255,.7); }

.final-cta__trust { margin: 14px 0 0; text-align: center; font-size: 12px; color: rgba(247,250,255,.35); letter-spacing: .04em; }


/* ===== AREAS PAGE ===== */
.areas-hero { position: relative; min-height: 620px; overflow: hidden; color: var(--white); background: var(--black); border-bottom: 1px solid var(--line-dark); }
.areas-hero__bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(6,59,142,.55) 0%, transparent 70%), linear-gradient(180deg, var(--night) 0%, var(--black) 100%); pointer-events: none; }
.areas-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 72px; }
.areas-hero__copy h2 { margin-bottom: 18px; color: var(--white); }
.areas-hero__copy > p { color: var(--silver); max-width: 480px; margin-bottom: 32px; font-size: 1.1rem; }
.areas-hero__stats { display: flex; gap: 32px; margin-bottom: 36px; padding-bottom: 32px; border-bottom: 1px solid rgba(247,250,255,.12); }
.areas-stat strong { display: block; font-family: var(--font-display); font-size: 2.4rem; line-height: 1; color: var(--yellow); }
.areas-stat span { display: block; margin-top: 4px; font-size: 13px; color: var(--silver); line-height: 1.4; }

/* Map */
.areas-hero__map { position: relative; }
.map-glow { position: absolute; inset: -20%; background: radial-gradient(circle at 50% 50%, rgba(8,168,244,.18) 0%, transparent 65%); pointer-events: none; animation: mapPulse 4s ease-in-out infinite; }
@keyframes mapPulse { 0%, 100% { opacity: .6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.04); } }
.map-svg { width: 100%; height: auto; border: 1px solid rgba(6,59,142,.5); border-radius: 20px; background: linear-gradient(135deg, rgba(2,7,17,.92) 0%, rgba(4,20,38,.85) 100%); box-shadow: 0 0 60px rgba(8,168,244,.1), inset 0 1px 0 rgba(247,250,255,.06); filter: drop-shadow(0 8px 32px rgba(8,168,244,.1)); }
.map-coverage { animation: coverageDraw 1.8s ease-out forwards; stroke-dashoffset: 0; }
@keyframes coverageDraw { from { opacity: 0; } to { opacity: 1; } }
.map-connector { animation: fadeIn .8s ease-out forwards; animation-delay: .6s; opacity: 0; }
@keyframes fadeIn { to { opacity: .5; } }
.map-pin { animation: pinPop .4s cubic-bezier(.34,1.56,.64,1) both; animation-delay: var(--delay, 0s); }
@keyframes pinPop { from { transform: scale(0); transform-origin: center; opacity: 0; } to { transform: scale(1); opacity: 1; } }
.map-ping { animation: ping 2.4s ease-out infinite; animation-delay: var(--delay, 0s); }
@keyframes ping { 0% { r: 5; opacity: .7; } 100% { r: 18; opacity: 0; } }
.map-legend { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: 12px; color: var(--silver); }
.map-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
.map-dot--main { background: var(--yellow); box-shadow: 0 0 6px var(--yellow); }
.map-dot--sede { background: var(--cyan); box-shadow: 0 0 6px var(--cyan); }
.map-dot--city { background: var(--silver); }

/* Cities grid */
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 0 0 48px; padding: 0; list-style: none; }
.city-item { position: relative; display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 14px 18px; background: var(--white); border: 1px solid var(--card-border); border-radius: 12px; font-size: 15px; font-weight: 600; color: var(--ink); box-shadow: 0 2px 8px rgba(4,20,38,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; animation: cityFadeIn .4s ease both; animation-delay: calc(var(--i, 0) * 0.04s); cursor: default; }
@keyframes cityFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.city-item:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(6,59,142,.1); border-color: var(--icon-border); }
.city-badge { flex-shrink: 0; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.city-badge--main { background: var(--yellow); color: var(--black); }
.city-badge--sede { background: var(--cyan); color: var(--black); }
.cities-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; padding: 32px 40px; background: linear-gradient(135deg, var(--mist), var(--white)); border: 1px solid var(--card-border); border-radius: var(--card-radius); box-shadow: var(--shadow); }
.cities-cta p { margin: 0; flex: 1; color: var(--muted); font-size: 16px; }

/* Areas info grid — dark section */
.areas-info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; }
.areas-detail-list { margin: 28px 0 36px; padding: 0; list-style: none; }
.areas-detail-list li { display: flex; align-items: flex-start; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,196,0,.15); }
.areas-detail-list li:first-child { border-top: 1px solid rgba(255,196,0,.15); }
/* Override icon-box to use yellow accent in dark context */
.areas-detail-list .icon-box { background: rgba(255,196,0,.15); border: 1.5px solid rgba(255,196,0,.5); color: var(--yellow); flex-shrink: 0; }
.areas-detail-list .icon-box > svg { stroke: var(--yellow); }
.areas-detail-list strong { display: block; color: var(--white); font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.areas-detail-list span { color: #b8cfe8; font-size: 14px; line-height: 1.6; }

/* Services panel */
.areas-services-list { padding: 40px; background: var(--night); border: 2px solid var(--cyan); border-top: 5px solid var(--yellow); border-radius: var(--card-radius); box-shadow: 0 0 40px rgba(8,168,244,.12); }
.areas-services-list > p.section-marker { color: var(--cyan); }
.areas-services-list h2 { margin-bottom: 28px; color: var(--white); font-size: clamp(1.6rem, 2.4vw, 2.2rem); }
.areas-service-link { display: flex; align-items: center; gap: 14px; padding: 14px 12px; margin: 0 -12px; border-radius: 8px; border-bottom: 1px solid rgba(6,59,142,.6); color: var(--white); text-decoration: none; font-size: 15px; font-weight: 600; transition: background .16s ease, color .16s ease, padding-left .16s ease; }
.areas-service-link:last-child { border-bottom: 0; }
.areas-service-link:hover { background: rgba(255,196,0,.08); color: var(--yellow); padding-left: 18px; }
/* Small yellow icon for service links */
.areas-service-link .icon-box { width: 30px; height: 30px; min-width: 30px; flex-shrink: 0; background: rgba(255,196,0,.12); border: 1px solid rgba(255,196,0,.35); color: var(--yellow); border-radius: 8px; }
.areas-service-link .icon-box > svg { stroke: var(--yellow); width: 14px; height: 14px; }

.site-footer { padding: 72px 0 28px; color: var(--silver); background: var(--black); border-top: 1px solid #063b8e; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .65fr; gap: 76px; }
.footer-brand img { width: 148px; height: 112px; margin-bottom: 24px; object-fit: contain; }
.site-footer h2 { color: var(--white); font-size: 1.65rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { border-bottom: 1px solid #063b8e; }
.site-footer li a { display: block; padding: 9px 0; color: var(--silver); text-decoration: none; }
.site-footer a:hover { color: var(--cyan); }
.footer-contact { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 7px; color: var(--yellow); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 24px; border-top: 1px solid #063b8e; font-size: 13px; }
.mobile-cta { display: none; }

@media (max-width: 1080px) {
  .site-header .container { grid-template-columns: 120px auto 1fr; }
  .menu-button { display: block; justify-self: end; }
  .header-cta { justify-self: end; }
  .nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 12px 24px 24px; background: var(--night); border-bottom: 1px solid var(--line-dark); }
  .nav[data-open] { display: block; }
  .nav > ul { display: grid; gap: 0; }
  .nav a { width: 100%; border-bottom: 1px solid #063b8e; }
  .submenu { position: static; min-width: 0; display: grid; padding: 0 0 0 18px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .submenu a { color: #d7e0eb; font-size: 13px; }
  .hero-copy { width: min(690px, 68%); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-grid, .principles { grid-template-columns: repeat(2, 1fr); }
  .listing-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-hero__inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .site-topbar .container { min-height: 38px; }
  .site-topbar p:last-child { display: none; }
  .site-header .container { min-height: 74px; grid-template-columns: 94px 1fr auto; gap: 12px; }
  .site-header { min-height: 74px; }
  .brand img { width: 78px; height: 58px; }
  .nav { top: 74px; }
  .header-cta { display: none; }
  h1 { font-size: clamp(3.15rem, 16vw, 5.3rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .hero { min-height: 100svh; display: flex; align-items: center; padding-top: 74px; }
  .hero > img { inset: 0; width: 100%; height: 100%; opacity: 1; clip-path: none; object-position: center 20%; }
  .hero__overlay-gradient { background: linear-gradient(180deg, rgba(2,7,17,.65) 0%, rgba(4,20,38,.85) 50%, var(--navy) 100%); }
  .hero__overlay-photo { background: rgba(4,20,38,.45); }
  .hero-copy { width: 100%; padding: 32px 0 34px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 11.2vw, 3rem); line-height: .9; }
  .hero-actions .button { width: 100%; }
  .hero-route { gap: 0; margin-top: 28px; font-size: 11px; }
  .hero-route li { min-height: 64px; padding: 0 8px 0 0; }
  .hero-route li + li { padding-left: 13px; }
  .hero-route span { margin-bottom: 4px; font-size: 16px; }
  .hero-route strong { display: block; font-size: 10px; line-height: 1.2; }
  .hero-route small { display: none; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-item { min-height: 164px; padding: 20px; }
  .section { padding: 72px 0; }
  .section-heading--split, .problem-grid, .process-layout, .dark-grid, .faq-layout, .content-layout, .facts-layout, .contact-grid, .final-cta .container, .footer-grid, .areas-hero__inner, .areas-info-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading--split { align-items: start; }
  .problem-image, .problem-image img { min-height: 380px; height: 380px; }
  .problem-image { box-shadow: none; }
  .content-aside, .faq-intro { position: static; }
  .dark-image img { min-height: 380px; }
  .audience-grid, .principles { grid-template-columns: 1fr; }
  .listing-grid, .about-services-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 0; padding-top: 185px; }
  .page-hero > img { inset: 0 0 auto; width: 100%; height: 225px; opacity: .58; clip-path: none; }
  .page-hero::before { display: none; }
  .page-hero .container { padding-block: 38px 32px; background: var(--black); }
  .page-hero .container::before { content: ""; position: absolute; inset: 0 -20px; z-index: -1; background: var(--black); }
  .page-hero-actions .button { width: 100%; }
  .direct-answer .container { display: block; padding-block: 20px; }
  .direct-answer strong { display: block; margin-bottom: 4px; }
  .local-service .container { margin-inline: auto; }
  .article-cta { padding: 32px 26px !important; }
  .contact-card, .contact-form { padding: 32px 24px; }
  .final-cta { min-height: 0; }
  .final-cta > img { width: 100%; opacity: 1; inset: 0; }
  .final-cta__overlay-gradient { display: none; }
  .final-cta__overlay-photo { inset: 0; background: linear-gradient(180deg, rgba(6,59,142,.94) 0%, rgba(4,20,38,.88) 100%); }
  .final-cta__pipes { width: 100%; opacity: 0.5; }
  .final-cta__inner { grid-template-columns: 1fr; gap: 30px; padding-block: 54px; }
  .final-cta__left h2 { max-width: 610px; font-size: clamp(2.5rem, 7vw, 3.5rem); }
  .final-cta__right { justify-content: stretch; }
  .final-cta__panel { max-width: 440px; padding: 28px 22px 22px; }
  .final-cta__creds { gap: 8px 16px; }
  .footer-bottom { display: grid; }
  .mobile-cta { display: none; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 520px); }
  .site-topbar { font-size: 12px; }
  .proof-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; grid-template-rows: 220px 1fr; }
  .service-card-content { min-height: 0; padding: 24px 20px 28px; }
  .hero-route { grid-template-columns: repeat(3, 1fr); }
  .hero-route small { display: none; }
  .process-steps, .knowledge-grid, .fact-panel { grid-template-columns: 1fr; }
  .signal-list li, .feature-list li { gap: 13px; }
  .info-panel { padding: 36px 28px; }
  .info-panel .button { width: 100%; }
  .faq-list { gap: 12px; padding: 4px; }
  .faq-list summary { padding: 20px 62px 20px 20px; }
  .faq-list summary::after { right: 18px; width: 28px; height: 28px; }
  .faq-answer { padding: 0 20px 24px; }
  .knowledge-card { min-height: 0; padding: 28px 24px; }
  .final-cta__btn-primary, .final-cta__btn-secondary { min-height: 52px; font-size: 15px; }
  .final-cta__panel { padding: 22px 18px 18px; border-radius: 14px; }
  .footer-grid { gap: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
