:root {
  --brand-blue: #005baa;
  --ice-blue: #9ed8ff;
  --dust-grey: #dce0d9;
  --midnight-violet: #31081f;
  --black-cherry: #6b0f1a;
  --charcoal: #595959;
  --grey-olive: #808f85;
  --white: #ffffff;
  --surface-ice: #f1f9ff;
  --surface-soft: #f7f9fb;
  --focus-ring: 0 0 0 4px rgba(158, 216, 255, .72);
  --shadow-premium: 0 26px 80px rgba(0, 62, 117, .12);
  --shadow-card: 0 16px 45px rgba(0, 62, 117, .09);
  --display-size: clamp(3rem, 6.1vw, 6.45rem);
  --section-size: clamp(2.15rem, 3.8vw, 4.2rem);
  --card-size: clamp(1.35rem, 2vw, 1.95rem);
}

body {
  color: var(--charcoal);
  background: var(--white);
  font-family: "Segoe UI Variable Text", Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: clamp(1rem, .25vw + .94rem, 1.075rem);
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 {
  color: var(--midnight-violet);
  font-family: "Segoe UI Variable Display", "Space Grotesk", Inter, "Segoe UI", system-ui, sans-serif;
  font-weight: 480;
  letter-spacing: -.032em;
  text-wrap: balance;
}

h1 { font-size: var(--display-size); line-height: .98; font-weight: 410; }
h2 { font-size: var(--section-size); line-height: 1.04; font-weight: 420; }
h3 { font-size: var(--card-size); line-height: 1.14; font-weight: 490; }
p, li { max-width: 70ch; }
.lead { max-width: 60ch; line-height: 1.55; }
.eyebrow, .menu-label { color: var(--brand-blue); letter-spacing: .12em; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 4px;
  box-shadow: var(--focus-ring);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding-inline: 26px;
  border-width: 1px;
  border-radius: 999px;
  letter-spacing: -.01em;
  font-weight: 470;
  box-shadow: 0 12px 30px rgba(0,62,117,.1);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}
.button::after { content: "→"; display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; font-size: .92rem; transition: transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover::after { transform: translateX(3px); }
.button, .nav-cta { font-weight: 470 !important; }
.answer-input-row button { font-weight: 470; }
.button-dark, .nav-cta { background: linear-gradient(120deg,#0069bd,var(--brand-blue) 65%,#00467e) !important; color: var(--white); }
.button-dark::after, .button-light::after { background: rgba(255,255,255,.18); }
.button-dark:hover, .nav-cta:hover { background: linear-gradient(120deg,#0074cd,#004b8c) !important; box-shadow: 0 18px 42px rgba(0, 91, 170, .32); }
.button-outline { border-color: rgba(0, 91, 170, .34); color: var(--brand-blue); }
.button-outline::after { background: var(--surface-ice); }
.button-outline:hover { border-color: var(--brand-blue); background: var(--surface-ice); box-shadow: 0 16px 36px rgba(0,91,170,.15); }
.text-link { color: var(--brand-blue); }

.site-header { background: rgba(247, 251, 255, .86); }
.nav-shell { border-color: rgba(0, 91, 170, .12); box-shadow: 0 12px 40px rgba(0, 62, 117, .08); }
.brand-logo-link img { width: clamp(176px, 16vw, 232px); height: auto; }
.main-nav > a:not(.nav-cta):hover,
.nav-dropdown > button:hover { color: var(--brand-blue); }
.mega-menu { border-color: rgba(0, 91, 170, .14); box-shadow: var(--shadow-premium); }
.mega-menu a:hover { color: var(--brand-blue); background: var(--surface-ice); }

.section { position: relative; }
main { overflow: clip; }
.section-head { position: relative; padding-top: 20px; border-top: 1px solid rgba(0,91,170,.16); }
.section-head::before { content: ""; position: absolute; top: -1px; left: 0; width: 92px; height: 2px; border-radius: 999px; background: linear-gradient(90deg,var(--black-cherry),var(--brand-blue),var(--ice-blue)); }
.home-hero { min-height: min(820px, calc(100vh - 90px)); display: grid; align-items: center; background: radial-gradient(circle at 67% 28%,rgba(158,216,255,.34),transparent 24%),linear-gradient(115deg, #fff 0 52%, var(--surface-ice) 52% 100%); }
.home-hero .hero-grid { grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); }
.hero-photo { position: relative; min-height: 650px; margin: 0; border-radius: 42px; overflow: hidden; background: #123; box-shadow: 0 34px 90px rgba(0, 62, 117, .2); isolation: isolate; }
.hero-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 42%, rgba(22, 3, 14, .88)); pointer-events: none; }
.hero-photo::after { content: ""; position: absolute; inset: -25%; z-index: 1; background: radial-gradient(circle at 74% 22%, rgba(158, 216, 255, .44), transparent 36%); pointer-events: none; }
.hero-photo img { position: absolute; inset: -3% 0; width: 100%; height: 106%; object-fit: cover; object-position: 55% center; }
.hero-photo figcaption { position: absolute; z-index: 2; left: clamp(24px, 4vw, 48px); right: clamp(24px, 4vw, 48px); bottom: clamp(24px, 4vw, 44px); display: grid; gap: 3px; color: var(--white); }
.hero-photo figcaption span { color: var(--ice-blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-photo figcaption strong { max-width: 24ch; font: 470 clamp(1.35rem, 2vw, 2rem)/1.16 "Space Grotesk", Inter, sans-serif; }
.hero-proof-stack { position: absolute; z-index: 3; top: 28px; right: 28px; display: grid; gap: 8px; justify-items: end; }
.hero-proof-stack span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.62); border-radius: 999px; color: #003e75; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(0,62,117,.12); font-size: .75rem; }
.home-hero .hero-copy::before { content: ""; position: absolute; width: 200px; height: 200px; left: -90px; top: -50px; border: 1px solid rgba(158,216,255,.46); border-radius: 50%; box-shadow: 0 0 0 38px rgba(158,216,255,.055); pointer-events: none; }
.home-hero .hero-copy > * { position: relative; z-index: 1; }
.home-hero .hero-copy h1 { max-width: 8.4ch; }
.home-hero .hero-body { font-size: 1.05rem; }
.home-hero .trust-line { color: var(--midnight-violet); }

.answer-wrap { margin-top: clamp(2rem, 4vw, 4rem); }
.answer-hero { position: relative; overflow: hidden; grid-template-columns: 1fr; background: linear-gradient(125deg, #003e75, var(--brand-blue)); box-shadow: 0 30px 90px rgba(0, 91, 170, .22); }
.answer-hero::after { content: ""; position: absolute; width: 420px; aspect-ratio: 1; right: -170px; top: -230px; border: 1px solid rgba(158, 216, 255, .4); border-radius: 50%; box-shadow: 0 0 0 60px rgba(158, 216, 255, .05), 0 0 0 120px rgba(158, 216, 255, .035); pointer-events: none; }
.answer-copy, .answer-form { position: relative; z-index: 1; }
.answer-copy { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; max-width: none; }
.answer-heading h2 { max-width: 11ch; margin-bottom: 0; }
.answer-context { max-width: 46rem; padding-bottom: .35rem; }
.answer-context > p { max-width: 58ch; }
.answer-form { width: 100%; align-self: stretch; margin-top: .75rem; padding-top: 1.25rem; border-top: 1px solid rgba(158,216,255,.22); }
.answer-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; color: var(--ice-blue); background: rgba(255,255,255,.08); }
.answer-icon svg { width: 30px; }
.answer-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.5rem; }
.answer-suggestions button { padding: 8px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; background: transparent; cursor: pointer; }
.answer-suggestions button:hover { border-color: var(--ice-blue); background: rgba(158,216,255,.14); }
.answer-input-row { box-shadow: 0 12px 35px rgba(0,0,0,.15); }
.answer-result { background: rgba(0, 36, 68, .5); }
.answer-status { display: block; margin-bottom: 6px; color: var(--ice-blue); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.audience-card--image { position: relative; overflow: hidden; min-height: 560px; color: #fff; isolation: isolate; }
.audience-card--image > img, .audience-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.audience-card--image > img { z-index: -2; object-fit: cover; transition: transform .55s ease; }
.audience-overlay { z-index: -1; background: linear-gradient(180deg, rgba(22,3,14,.08) 22%, rgba(22,3,14,.9) 88%); }
.audience-card--image:hover > img { transform: scale(1.035); }
.audience-card--image h3, .audience-card--image p, .audience-card--image .text-link, .audience-card--image .menu-label { color: #fff; }
.audience-card--image .card-number { color: var(--ice-blue); }
.tinted { background: linear-gradient(145deg, var(--surface-soft), #eaf5fc 68%, var(--dust-grey)); }
.dark-section { background: linear-gradient(135deg, #210514, var(--midnight-violet)); }
.dark-section p, .dark-section li { color: #f1e8ed; }
.dark-section .eyebrow { color: var(--ice-blue); }

.service-card,
.article-grid article,
.aside-card,
.contact-form,
.info-panel,
.feature-banner,
.finance-banner {
  border-color: rgba(0, 91, 170, .13);
  box-shadow: var(--shadow-card);
}
.service-card:hover { border-color: rgba(0, 91, 170, .38); box-shadow: var(--shadow-premium); }
.service-grid--editorial { grid-template-columns: repeat(12, 1fr); }
.service-grid--editorial .service-card { grid-column: span 4; }
.service-grid--editorial .service-card:nth-child(1),
.service-grid--editorial .service-card:nth-child(5) { grid-column: span 8; }
.service-grid--editorial .service-card:nth-child(1) .service-card-media,
.service-grid--editorial .service-card:nth-child(5) .service-card-media { aspect-ratio: 16 / 7; }
.service-card { min-height: 0; padding: 0; overflow: hidden; }
.service-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--dust-grey); }
.service-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(22,3,14,.56)); pointer-events: none; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .48s ease; }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.service-card-media .icon-box, .service-card-media .card-index { position: absolute; z-index: 1; }
.service-card-media .icon-box { left: 20px; bottom: 18px; background: #fff; }
.service-card-media .card-index { right: 20px; top: 18px; color: #fff; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px 28px 30px; }
.service-card-body .text-link { margin-top: auto; }
.dark-grid .service-card { background: #220716; }
.dark-grid .service-card-body p { color: #eadfe5; }
.home-business-section { padding-block: clamp(5rem,8vw,7rem); }
.home-business-section .section-head { margin-bottom: clamp(2rem,4vw,3.5rem); }
.home-business-section .section-head > p { max-width: 52ch; color: #e9dde3; }

.overview-hero { background: linear-gradient(145deg, #fff 15%, var(--surface-ice)); }
.overview-hero-media { position: relative; isolation: isolate; min-height: 540px; margin: 0; overflow: hidden; border-radius: 36px; box-shadow: var(--shadow-premium); }
.overview-hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(22,3,14,0) 12%,rgba(22,3,14,.08) 42%,rgba(22,3,14,.5) 72%,rgba(22,3,14,.9) 100%); }
.overview-hero-media > img { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.overview-hero-media figcaption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; display: grid; color: #fff; }
.overview-hero-media small { margin-bottom: 7px; color: var(--ice-blue); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.overview-hero-media strong { max-width: 28ch; font: 430 clamp(1.35rem,2.1vw,2rem)/1.15 "Segoe UI Variable Display","Space Grotesk",Inter,sans-serif; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2.5rem; color: var(--charcoal); font-size: .84rem; }
.breadcrumb a { color: var(--brand-blue); font-weight: 700; }
.service-hero--premium { background: linear-gradient(145deg, #fff 16%, var(--surface-ice)); }
.service-hero-photo { position: relative; isolation: isolate; min-height: 570px; margin: 0; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow-premium); }
.service-hero-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(22,3,14,0) 10%,rgba(22,3,14,.06) 38%,rgba(22,3,14,.48) 70%,rgba(22,3,14,.92) 100%); }
.service-hero-photo > img { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.service-hero-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; color: #fff; }
.service-hero-photo figcaption small, .service-hero-photo figcaption strong { display: block; }
.service-hero-photo figcaption small { color: var(--ice-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-hero-photo figcaption strong { max-width: 38ch; font: 430 1.12rem/1.35 "Segoe UI Variable Display","Space Grotesk",Inter,sans-serif; }
.service-tldr { position: relative; z-index: 2; margin-top: clamp(2rem,4vw,4rem); }
.tldr-card { display: grid; grid-template-columns: .35fr .65fr; gap: 28px 70px; padding: clamp(30px, 5vw, 56px); border: 1px solid rgba(0,91,170,.18); border-radius: 28px; background: #fff; box-shadow: var(--shadow-premium); }
.tldr-card .eyebrow { grid-column: 1 / -1; margin: 0; }
.tldr-card h2 { font-size: clamp(1.8rem, 3vw, 3.2rem); }
.tldr-card > p:last-child { font-size: 1.12rem; }
.rich-content > section { scroll-margin-top: 120px; }
.rich-content > section > .eyebrow { margin-bottom: .8rem; }
.aside-card .eyebrow { margin-top: 1.6rem; }
.aside-card h2 { font-size: clamp(1.65rem, 2.4vw, 2.3rem); }

.knowledge-hero { background: linear-gradient(145deg, #fff 16%, var(--surface-ice)); }
.knowledge-hero-media { position: relative; isolation: isolate; min-height: 560px; margin: 0; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow-premium); }
.knowledge-hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(22,3,14,0) 10%,rgba(22,3,14,.08) 38%,rgba(22,3,14,.48) 70%,rgba(22,3,14,.92) 100%); }
.knowledge-hero-media > img { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.knowledge-hero-media figcaption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; display: grid; gap: 8px; color: #fff; }
.knowledge-hero-media small { color: var(--ice-blue); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.knowledge-hero-media strong { max-width: 24ch; font: 430 clamp(1.4rem,2.3vw,2.2rem)/1.12 "Segoe UI Variable Display","Space Grotesk",Inter,sans-serif; }
.knowledge-hero-media a { width: max-content; color: #fff; font-weight: 800; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.editorial-meta span, .editorial-meta time { padding: 7px 11px; border: 1px solid rgba(0,91,170,.18); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--charcoal); font-size: .76rem; font-weight: 700; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.knowledge-card { overflow: hidden; border: 1px solid rgba(0,91,170,.14); border-radius: 28px; background: #fff; box-shadow: var(--shadow-card); }
.knowledge-card--feature { grid-column: span 2; }
.knowledge-card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.knowledge-card--feature .knowledge-card-media { aspect-ratio: 16 / 7; }
.knowledge-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.knowledge-card:hover .knowledge-card-media img { transform: scale(1.035); }
.knowledge-card-media span { position: absolute; left: 18px; bottom: 18px; padding: 7px 11px; border-radius: 999px; color: #fff; background: rgba(22,3,14,.84); font-size: .75rem; font-weight: 800; }
.knowledge-card-body { padding: 26px; }
.knowledge-card-body h2 { font-size: clamp(1.45rem, 2.2vw, 2.3rem); }
.knowledge-status { display: flex; justify-content: space-between; gap: 10px; margin: 1.5rem 0; padding-top: 14px; border-top: 1px solid rgba(0,91,170,.13); color: var(--grey-olive); font-size: .75rem; font-weight: 700; }

.article-hero--editorial { background: linear-gradient(145deg, #fff 16%, var(--surface-ice)); }
.article-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.article-hero-grid > * { min-width: 0; }
.article-hero-grid figure { position: relative; min-height: 590px; margin: 0; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow-premium); }
.article-hero-grid figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.article-hero--editorial h1 { max-width: 14ch; font-size: clamp(3rem, 5.4vw, 6.2rem); }
.article-hero--editorial .direct-answer { border-color: var(--brand-blue); box-shadow: var(--shadow-card); }
.article-tldr { padding: clamp(26px,4vw,46px) !important; border: 1px solid rgba(0,91,170,.18) !important; border-radius: 26px; background: var(--surface-ice); }
.source-panel { padding: clamp(28px,4vw,46px) !important; border: 1px solid rgba(0,91,170,.18) !important; border-radius: 26px; background: var(--surface-soft); }
.source-panel dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(0,91,170,.14); }
.source-panel dt { font-weight: 800; color: var(--midnight-violet); }
.source-panel dd { margin: 0; }

.service-flow { position: relative; overflow: clip; background: linear-gradient(180deg, #fff 0 24%, var(--surface-ice) 24% 46%, #fff 46% 72%, #f7fbff 72% 100%); }
.service-flow::before { content: ""; position: absolute; width: min(54vw, 760px); aspect-ratio: 1; right: -22vw; top: 12%; border: 1px solid rgba(158,216,255,.42); border-radius: 50%; box-shadow: 0 0 0 70px rgba(158,216,255,.06), 0 0 0 140px rgba(158,216,255,.035); pointer-events: none; }
.service-flow .section { position: relative; scroll-margin-top: 110px; background: transparent; }
.service-flow .tinted { background: rgba(241,249,255,.72); }
.service-flow .dark-section { background: linear-gradient(125deg, #16030e, #31081f 62%, #003e75); }
.service-flow .section + .section { border-top: 1px solid rgba(0,91,170,.09); }
.service-flow .section:nth-child(2) .service-section-grid,
.service-flow .section:nth-child(5) .service-section-grid { grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); }
.service-flow .section:nth-child(2) .service-section-grid > div:first-child,
.service-flow .section:nth-child(5) .service-section-grid > div:first-child { order: 2; }
.service-section-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.service-section-grid > div:first-child { position: sticky; top: 125px; }
.service-section-grid > div:first-child p:last-child { color: var(--charcoal); }
.service-section-grid h2 { max-width: 13ch; }
.number-cards { align-items: stretch; }
.number-cards article, .option-grid article { position: relative; overflow: hidden; border-color: rgba(0,91,170,.14); background: rgba(255,255,255,.92); box-shadow: 0 18px 55px rgba(0,62,117,.08); }
.number-cards article p, .option-grid article p { margin: 1.3rem 0 .65rem; color: var(--midnight-violet); font-size: 1.06rem; line-height: 1.45; }
.number-cards article small, .option-grid article small { display: block; color: var(--charcoal); line-height: 1.55; }
.number-cards article:nth-child(even), .option-grid article:nth-child(even) { transform: translateY(24px); }
.number-cards article::after, .option-grid article::after { content: ""; position: absolute; width: 88px; height: 2px; right: -18px; top: 24px; background: linear-gradient(90deg, transparent, var(--ice-blue), var(--black-cherry)); transform: rotate(-22deg); opacity: .72; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.decision-grid > article { padding: clamp(26px,4vw,42px); border: 1px solid rgba(0,91,170,.15); border-radius: 28px; background: #fff; box-shadow: var(--shadow-card); }
.related-strip { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(0,91,170,.15); }
.related-strip strong { width: 100%; color: var(--midnight-violet); }
.related-strip a { padding: 8px 12px; border-radius: 999px; color: var(--brand-blue); background: var(--surface-ice); font-size: .84rem; font-weight: 750; }
.check-list--dark li { color: #f5edf1; border-color: rgba(255,255,255,.2); }
.check-list--dark li::before { border-color: var(--ice-blue); }
.service-guides { margin-top: 2rem; }
.question-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 1.2rem 0 2rem; }
.question-chips span { padding: 10px 14px; border: 1px solid rgba(0,91,170,.18); border-radius: 999px; color: var(--midnight-violet); background: var(--surface-ice); font-size: .9rem; }
.form-status.notice { background: var(--surface-ice); color: #003e75; border: 1px solid rgba(0,91,170,.18); }
.article-body > section { max-width: 780px; }
.article-body > section:nth-child(3n + 1) { padding: clamp(26px,4vw,44px); border: 1px solid rgba(0,91,170,.13); border-radius: 26px; background: rgba(247,251,255,.84); box-shadow: var(--shadow-card); }
.article-body h2 { max-width: 18ch; }
.article-body p, .article-body li { line-height: 1.76; }

.about-hero, .geo-hero { background: linear-gradient(145deg, #fff 16%, var(--surface-ice)); }
.about-hero-media, .geo-hero-media, .office-feature { position: relative; isolation: isolate; min-height: 560px; margin: 0; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow-premium); }
.about-hero-media::after, .geo-hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(22,3,14,0) 12%,rgba(22,3,14,.08) 42%,rgba(22,3,14,.5) 72%,rgba(22,3,14,.9) 100%); }
.about-hero-media > img, .geo-hero-media > img, .office-feature > img { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.about-hero-media figcaption, .geo-hero-media figcaption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; display: grid; color: #fff; }
.about-hero-media strong, .geo-hero-media strong { font: 430 1.8rem/1.15 "Segoe UI Variable Display","Space Grotesk",Inter,sans-serif; }
.about-hero-media span, .geo-hero-media span { color: var(--ice-blue); }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-facts article { padding: 28px; border: 1px solid rgba(0,91,170,.14); border-radius: 24px; background: #fff; box-shadow: var(--shadow-card); }
.about-facts article > span { display: block; margin-bottom: 1.2rem; color: var(--brand-blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-facts h3 { font-size: 1.55rem; }
.compact-section { padding-top: 0; }
.elproffen-partner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: clamp(2rem,6vw,6rem); align-items: center; padding: clamp(2rem,4vw,3.5rem); border: 1px solid rgba(0,91,170,.14); border-radius: var(--radius); background: linear-gradient(135deg,#fff,#f4f9fc); box-shadow: var(--shadow-card); }
.elproffen-partner h2 { margin-bottom: .8rem; }
.elproffen-partner p { max-width: 720px; color: var(--charcoal); }
.elproffen-logo-card { display: grid; place-items: center; width: min(250px,25vw); padding: 14px 18px; border-radius: 14px; background: #fff; box-shadow: 0 12px 32px rgba(49,8,31,.08); }
.elproffen-logo-card img { width: 100%; height: auto; }
.steps--light h3, .steps--light p { color: #fff; }
.office-feature { min-height: 520px; }
.verified-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem; }
.verified-links a { color: var(--brand-blue); font-weight: 800; }
.home-about figure { min-height: 520px; margin: 0; overflow: hidden; border-radius: 34px; }
.home-about figure img { width: 100%; height: 100%; object-fit: cover; }
.icon-box { background: var(--surface-ice); color: var(--brand-blue); }
.card-number, .card-index { color: var(--brand-blue); }
.accordion summary { color: var(--midnight-violet); }
.accordion details[open] { background: linear-gradient(90deg, var(--surface-ice), transparent); }

.admin-page { background: var(--surface-soft); }
.admin-hero { padding: clamp(5rem,9vw,9rem) 0 4rem; background: linear-gradient(145deg,#fff,var(--surface-ice)); }
.admin-hero h1 { max-width: 12ch; }
.admin-shell { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(2rem,6vw,6rem); align-items: start; }
.admin-nav { position: sticky; top: 120px; display: grid; gap: 5px; padding: 22px; border: 1px solid rgba(0,91,170,.13); border-radius: 24px; background: #fff; box-shadow: var(--shadow-card); }
.admin-nav strong { margin-bottom: 10px; color: var(--midnight-violet); font-weight: 600; }
.admin-nav a { padding: 10px 12px; border-radius: 10px; color: var(--charcoal); }
.admin-nav a:hover { color: var(--brand-blue); background: var(--surface-ice); }
.admin-content { display: grid; gap: 28px; }
.admin-content > section { scroll-margin-top: 120px; }
.admin-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.admin-metrics article { padding: 24px; border: 1px solid rgba(0,91,170,.13); border-radius: 20px; background: #fff; }
.admin-metrics span { color: var(--brand-blue); font-size: 2rem; font-weight: 500; }
.admin-metrics p { margin: 3px 0 0; }
.admin-upload { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; }
.admin-panel { background: #fff; box-shadow: var(--shadow-card); }
.admin-hero-row { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; }
.admin-panel textarea,.admin-login-form input { width:100%; border:1px solid rgba(49,8,31,.25); border-radius:12px; padding:13px 14px; background:#fff; color:var(--ink); resize:vertical; }
.admin-news-editor { display:grid; grid-template-columns:.75fr 1.25fr; gap:40px; }
.admin-news-editor form { min-width:0; }
.admin-news-list article > div:first-child { max-width:65ch; }
.admin-news-list article p { margin:.4rem 0 0; color:var(--charcoal); }
.admin-row-actions { display:flex; align-items:center; gap:8px; }
.admin-row-actions form { margin:0; }
.admin-login-page { min-height:100vh; }
.admin-login-shell { display:grid; place-items:center; min-height:calc(100vh - 110px); padding:5rem 20px; background:linear-gradient(145deg,#f7fbfe,#fff 55%,#eef8ff); }
.admin-login-card { width:min(100%,520px); padding:clamp(2rem,5vw,4rem); border:1px solid rgba(0,91,170,.14); border-radius:30px; background:#fff; box-shadow:var(--shadow-card); }
.admin-login-card h1 { font-size:clamp(2.5rem,6vw,4rem); }
.admin-login-form { display:grid; gap:16px; margin:2rem 0; }
.admin-login-form label { display:grid; gap:7px; font-weight:700; }
.news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.news-card { overflow:hidden; border:1px solid var(--line); border-radius:26px; background:#fff; box-shadow:var(--shadow-card); }
.news-card img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.news-card > div { padding:28px; }
.news-card h2 { font-size:clamp(1.5rem,2.4vw,2.2rem); }
.news-hero-image { margin-top:-3rem; }
.news-hero-image img { width:100%; max-height:680px; object-fit:cover; border-radius:30px; box-shadow:var(--shadow-card); }

.pre-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem,9vw,9rem) 0 0;
  background: linear-gradient(145deg, #f5fbff 0 28%, #dff3ff 28% 100%);
}
.pre-footer::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -80%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 91, 170, .16), transparent 68%);
  pointer-events: none;
}
.pre-footer { padding-bottom: clamp(4rem,7vw,7rem); background: linear-gradient(180deg,#f5fbff 0 22%,#dff3ff 45%,#27465c 76%,#16030e 100%); }
.pre-footer-shell { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem,8vw,8rem); padding: clamp(3rem,6vw,6rem); border-radius: 42px; color: #fff; background: linear-gradient(135deg, #003e75 0%, var(--brand-blue) 55%, #210514 100%); box-shadow: 0 28px 90px rgba(0,36,68,.24); }
.pre-footer-copy h2 { max-width: 13ch; color: #fff; }
.pre-footer-copy p { max-width: 56ch; color: rgba(255,255,255,.86); }
.pre-footer .eyebrow { color: var(--ice-blue); }
.pre-footer-action { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 18px; }
.footer-phone { display: grid; color: #fff; }
.footer-phone small { color: var(--ice-blue); letter-spacing: .1em; text-transform: uppercase; }
.footer-phone span { font-size: clamp(2rem,4vw,3.7rem); font-weight: 430; letter-spacing: -.04em; }
.pre-footer-trust { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border-top: 1px solid rgba(255,255,255,.24); }
.pre-footer-trust span { padding: 22px 20px 0 0; color: rgba(255,255,255,.84); font-size: .9rem; }

.site-footer { position: relative; overflow: hidden; margin-top: -1px; padding-top: clamp(5rem,8vw,8rem); background: radial-gradient(circle at 84% 12%,rgba(0,91,170,.2),transparent 26%),linear-gradient(145deg,#16030e 0 62%,#210514); color: #f6eef2; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg,transparent,var(--ice-blue),var(--black-cherry),transparent); }
.site-footer::after { content: ""; position: absolute; width: min(620px,52vw); aspect-ratio: 1; right: -18%; bottom: -65%; border: 1px solid rgba(158,216,255,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(158,216,255,.025),0 0 0 140px rgba(158,216,255,.018); pointer-events: none; }
.site-footer > .container { position: relative; z-index: 1; }
.footer-lead { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,8vw,8rem); align-items: end; margin-bottom: clamp(4rem,7vw,7rem); }
.footer-lead h2 { max-width: 14ch; color: #fff; }
.footer-lead > p { color: #f1e8ed; }
.footer-grid--premium { grid-template-columns: 1.35fr 1fr 1.2fr .9fr 1fr; gap: clamp(2rem,4vw,4rem); }
.footer-grid--premium > div { padding-top: 22px; border-top: 1px solid rgba(158,216,255,.22); }
.footer-brand { display: inline-flex; width: max-content; padding: 12px 16px; border-radius: 16px; background: #fff; }
.footer-brand img { width: 210px; }
.footer-partner { display: grid; gap: 7px; width: 150px; margin-top: 22px; color: #c8b5be; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-partner img { display: block; width: 100%; height: auto; border-radius: 4px; }
.site-footer h3 { color: var(--ice-blue); font-weight: 470; }
.site-footer a { color: #fff; }
.site-footer .legal, .site-footer small { color: #d9cdd3; }
.site-footer .footer-more { margin-top: 8px; color: var(--ice-blue); }
.site-footer a:hover { color: var(--ice-blue); }
.footer-contact-card { margin-top: -18px; padding: 22px !important; border: 1px solid rgba(158,216,255,.28) !important; border-radius: 22px; background: rgba(0,91,170,.14); }
.footer-contact-card small { margin-bottom: -5px; }
.footer-contact-phone { color: #fff !important; font-size: 1.35rem; font-weight: 470; letter-spacing: -.02em; }
.footer-bottom { border-color: rgba(158, 216, 255, .2); }

.location-proof { display: grid; gap: 18px; min-width: 0; }
.review-proof { padding: 24px; border: 1px solid rgba(0,91,170,.14); border-radius: 26px; background: linear-gradient(145deg,#fff,var(--surface-ice)); box-shadow: var(--shadow-card); }
.review-proof-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 18px; }
.review-proof-head > div { display: grid; }
.review-proof-head strong { color: var(--midnight-violet); font-size: 1.25rem; font-weight: 520; }
.review-proof-head a { color: var(--brand-blue); font-size: .82rem; font-weight: 650; }
.review-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.review-proof blockquote { margin: 0; padding: 18px; border-radius: 18px; background: #fff; }
.review-stars { color: #a02c16; letter-spacing: .08em; }
.review-proof blockquote p { margin: 12px 0 18px; color: var(--midnight-violet); font-size: .93rem; line-height: 1.45; }
.review-proof blockquote footer { display: grid; color: var(--charcoal); font-size: .76rem; }
.review-proof blockquote footer strong { color: var(--midnight-violet); font-weight: 600; }
.review-disclaimer { margin: 14px 0 0; color: var(--charcoal); font-size: .72rem; }
.social-proof-link { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 20px; color: #fff; background: linear-gradient(120deg,#0b4f9e,#0866ff); box-shadow: 0 16px 38px rgba(8,102,255,.2); }
.social-proof-link span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.16); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.social-proof-link strong { color: #fff; font-weight: 520; line-height: 1.35; }
.social-proof-link b { font-size: 1.25rem; }
.social-work-proof { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 14px; align-items: stretch; padding: 10px; border: 1px solid rgba(0,91,170,.14); border-radius: 26px; background: linear-gradient(135deg,#fff,var(--surface-ice)); box-shadow: var(--shadow-card); }
.social-work-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; min-width: 0; }
.social-work-gallery figure { position: relative; overflow: hidden; min-width: 0; margin: 0; border-radius: 18px; background: var(--dust-grey); }
.social-work-gallery img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.social-work-gallery figcaption { position: absolute; inset: auto 6px 6px; padding: 5px 7px; border-radius: 9px; color: #fff; background: rgba(17,26,43,.82); font-size: clamp(.58rem,.8vw,.7rem); line-height: 1.2; backdrop-filter: blur(8px); }
.social-work-gallery figure:hover img { transform: scale(1.035); filter: saturate(1.08) contrast(1.03); }
.social-work-proof .social-proof-link { height: 100%; box-shadow: none; }

.project-showcase { padding-block: clamp(5rem,9vw,9rem); background: linear-gradient(180deg,#fff 0,var(--surface-ice) 48%,#e7f5ff 100%); }
.project-ribbon { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 14px; }
.project-tile { position: relative; grid-column: span 3; min-height: 520px; overflow: hidden; border: 1px solid rgba(0,91,170,.12); border-radius: 30px; color: #fff; background: #061f35; box-shadow: var(--shadow-card); isolation: isolate; }
.project-tile--wide { grid-column: span 6; }
.project-tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(1,25,46,.02) 28%,rgba(4,22,39,.92) 100%); }
.project-tile img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1),filter .6s ease; }
.project-tile > span { position: absolute; inset: auto 0 0; display: grid; gap: 8px; padding: clamp(24px,3vw,38px); }
.project-tile small { color: var(--ice-blue); font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.project-tile strong { max-width: 18ch; color: #fff; font: 420 clamp(1.4rem,2.2vw,2.35rem)/1.08 "Segoe UI Variable Display","Space Grotesk",Inter,sans-serif; letter-spacing: -.025em; }
.project-tile:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.04); }
.project-tile:focus-visible { outline: 3px solid var(--ice-blue); outline-offset: 4px; }

.hero-question-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: clamp(1.8rem,4vw,3.2rem); border-block: 1px solid rgba(0,91,170,.18); background: rgba(0,91,170,.14); }
.hero-question-strip span { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; padding: 18px 18px 18px 0; color: var(--midnight-violet); background: rgba(255,255,255,.92); font-size: .86rem; line-height: 1.4; }
.hero-question-strip b { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #fff; background: var(--brand-blue); font-size: .68rem; font-weight: 600; }

.overview-hero h1, .knowledge-hero h1 { max-width: 11ch; }
.service-hero--premium h1 { max-width: 13ch; font-size: clamp(3rem,5.4vw,5.9rem); }
.article-hero--editorial h1 { font-size: clamp(2.9rem,5.2vw,5.8rem); }
.home-about-section {
  isolation: isolate;
  overflow: hidden;
  padding-bottom: clamp(5.5rem, 8vw, 8rem);
  background: #210514;
  border-bottom: 1px solid rgba(158, 216, 255, .72);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.08), 0 18px 42px rgba(0, 91, 170, .14);
}
.home-about-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(2rem, 8vw, 9rem);
  bottom: -1px;
  width: min(34rem, 42vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ice-blue), #fff, transparent);
  box-shadow: 0 0 26px 7px rgba(158, 216, 255, .2);
  pointer-events: none;
}
.team-showcase {
  margin-top: 0;
  background: linear-gradient(180deg, #f4faff 0%, #fff 22%);
}
.home-about { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(3rem, 6vw, 7rem); }
.home-about > * { min-width: 0; }
.home-about .home-about-media { width: 100%; max-width: 100%; min-height: 0; }
.home-about-media { position: relative; min-height: 0; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border: 1px solid rgba(158,216,255,.2); border-radius: 34px; background: #0a2539; box-shadow: 0 30px 80px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.05); }
.home-about-media > img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-about-media .office-inset { position: absolute; right: 24px; bottom: 24px; width: 34%; height: 34%; object-fit: cover; border: 7px solid #fff; border-radius: 20px; box-shadow: 0 18px 44px rgba(0,0,0,.32); }
.home-about-media figcaption { position: absolute; left: 24px; bottom: 24px; max-width: 48%; padding: 10px 14px; border-radius: 12px; color: #fff; background: rgba(7,29,47,.82); backdrop-filter: blur(10px); font-size: .78rem; }
.faq-showcase { position: relative; background: linear-gradient(180deg, #fff 0%, #f3faff 38%, #e4f4ff 100%); }
.faq-layout--premium { align-items: start; gap: clamp(2.5rem, 6vw, 7rem); }
.faq-intro { position: sticky; top: 132px; padding: clamp(1.5rem, 3vw, 2.5rem) 0; }
.faq-intro > p:not(.eyebrow) { max-width: 38rem; }
.accordion--premium { display: grid; gap: 12px; }
.accordion--premium details,
.accordion--premium details:last-child { overflow: hidden; border: 1px solid rgba(0, 91, 170, .14); border-radius: 20px; background: rgba(255, 255, 255, .88); box-shadow: 0 14px 40px rgba(0, 62, 117, .07); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.accordion--premium details:hover { transform: translateY(-2px); border-color: rgba(0, 91, 170, .3); box-shadow: 0 18px 45px rgba(0, 62, 117, .11); }
.accordion--premium details[open] { border-color: rgba(0, 91, 170, .36); background: linear-gradient(145deg, #fff, #edf8ff); }
.accordion--premium summary { align-items: center; padding: 22px 24px; font-size: 1rem; font-weight: 480; line-height: 1.35; }
.accordion--premium summary b { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(0, 91, 170, .2); border-radius: 50%; color: var(--brand-blue); background: #fff; font-size: 1.2rem; font-weight: 420; }
.accordion--premium details p { max-width: 68ch; padding: 0 76px 24px 24px; color: var(--charcoal); line-height: 1.72; }
.finance-banner--detailed { position: relative; overflow: hidden; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); background: #78101b; box-shadow: 0 30px 80px rgba(49,8,31,.18); }
.finance-banner--detailed::after { content: ""; position: absolute; right: -7rem; top: -9rem; width: 26rem; aspect-ratio: 1; border: 1px solid rgba(158,216,255,.2); border-radius: 50%; box-shadow: 0 0 0 58px rgba(158,216,255,.035), 0 0 0 116px rgba(158,216,255,.02); pointer-events: none; }
.finance-banner--detailed > * { position: relative; z-index: 1; }
.finance-banner--detailed > div { max-width: 52rem; }
.finance-banner--detailed > div > p { max-width: 46rem; color: #fff; }
.finance-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 2rem 0 0; padding: 0; list-style: none; }
.finance-points li { padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); font-size: .78rem; }
.contact-section { overflow: hidden; background: linear-gradient(135deg, #f6fbff 0%, #fff 48%, #edf8ff 100%); }
.contact-section::before { content: ""; position: absolute; inset: 0 auto 0 0; width: min(34vw, 34rem); background: linear-gradient(160deg, rgba(158,216,255,.24), transparent 66%); pointer-events: none; }
.contact-layout { position: relative; z-index: 1; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 7vw, 7rem); }
.service-contact-intro { align-self: start; max-width: 36rem; padding: clamp(1.75rem, 3vw, 2.75rem); border: 1px solid rgba(0,91,170,.16); border-radius: 28px; background: rgba(255,255,255,.8); box-shadow: 0 24px 70px rgba(0,61,111,.1), inset 0 1px 0 #fff; backdrop-filter: blur(16px); }
.service-contact-intro h2 { max-width: 12ch; }
.service-contact-intro .lead { max-width: 34rem; margin-bottom: 1.7rem; font-size: 1.05rem; line-height: 1.72; }
.service-contact-intro .area-links a { color: var(--midnight-violet); background: #fff; font-weight: 500; }
.service-contact-intro .service-guides { margin-top: 1.7rem; }
.service-contact-intro .service-guides a { color: var(--brand-blue); font-weight: 540; }
.contact-intro { padding-top: clamp(1rem, 3vw, 2.5rem); }
.contact-intro h2 { max-width: 11ch; }
.contact-intro .lead { max-width: 34rem; font-size: 1.08rem; }
.contact-steps { display: grid; gap: 0; margin: 2.5rem 0; padding: 0; list-style: none; }
.contact-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(0,91,170,.15); }
.contact-steps li > span { color: var(--brand-blue); font-family: var(--font-display); font-size: .72rem; letter-spacing: .08em; }
.contact-steps strong { display: block; margin-bottom: 3px; color: var(--midnight-violet); font-weight: 560; }
.contact-steps p { margin: 0; color: var(--charcoal); font-size: .88rem; }
.contact-callout { border: 1px solid rgba(0,91,170,.17); border-left: 3px solid var(--brand-blue); border-radius: 0 18px 18px 0; box-shadow: 0 18px 44px rgba(0,91,170,.08); }
.contact-callout a { display: block; color: var(--brand-blue); font-family: var(--font-display); font-weight: 460; letter-spacing: -.025em; }
.contact-form { border-color: rgba(0,91,170,.16); border-radius: 30px; box-shadow: 0 34px 90px rgba(0,61,111,.12), inset 0 1px 0 #fff; }
.contact-form legend, .contact-form > label, .form-grid label { color: var(--midnight-violet); font-weight: 580; }
.contact-form input, .contact-form select, .contact-form textarea { border-color: rgba(49,8,31,.16); border-radius: 10px; background: rgba(255,255,255,.92); transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--brand-blue); background: #fff; box-shadow: 0 0 0 4px rgba(158,216,255,.32); }
.contact-form .choice-row span { border-color: rgba(0,91,170,.18); background: #f8fcff; }
.contact-form .choice-row input:checked + span { background: var(--brand-blue); }
.contact-method { margin: 1.15rem 0 0; padding: 0; border: 0; }
.contact-method legend { margin-bottom: .7rem; }
.contact-method-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.contact-method-options label { position: relative; min-width: 0; }
.contact-method-options input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.contact-method-options span { display: flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .75rem 1rem; border: 1px solid rgba(0,91,170,.2); border-radius: 12px; background: #f8fcff; color: var(--midnight-violet); font-size: .92rem; font-weight: 480; text-align: center; cursor: pointer; transition: color .2s, border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.contact-method-options label:hover span { border-color: rgba(0,91,170,.48); background: #fff; transform: translateY(-1px); }
.contact-method-options input:focus-visible + span { outline: 3px solid rgba(158,216,255,.72); outline-offset: 2px; }
.contact-method-options input:checked + span { border-color: var(--brand-blue); background: var(--brand-blue); color: #fff; box-shadow: 0 10px 24px rgba(0,91,170,.2); }
.contact-form .button[type="submit"] { min-width: 13rem; background: var(--brand-blue); box-shadow: 0 14px 32px rgba(0,91,170,.22); }
.home-knowledge-grid { display: grid; grid-template-columns: 1.35fr repeat(2,1fr); gap: 18px; }
.home-knowledge-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 28px; color: #fff; background: #082844; box-shadow: var(--shadow-card); isolation: isolate; }
.home-knowledge-card:first-child { grid-row: span 2; min-height: 680px; }
.home-knowledge-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,transparent 24%,rgba(7,25,41,.94) 100%); }
.home-knowledge-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-knowledge-card:hover img { transform: scale(1.035); }
.home-knowledge-card > div { position: absolute; inset: auto 0 0; padding: 28px; }
.home-knowledge-card .menu-label, .home-knowledge-card h3, .home-knowledge-card p, .home-knowledge-card a { color: #fff; }
.home-knowledge-card h3 { font-size: clamp(1.35rem,2vw,2rem); }
.home-knowledge-card .text-link { color: var(--ice-blue); }

.electric-separator {
  display: block;
  width: min(220px, 34vw);
  height: 3px;
  margin: 1.7rem 0;
  background: linear-gradient(90deg, var(--black-cherry), var(--ice-blue), transparent);
  border-radius: 999px;
}

@media (max-width: 720px) {
  .answer-form { align-self: stretch; }
  .answer-copy { grid-template-columns: 1fr; gap: 1.5rem; }
  .home-about { grid-template-columns: 1fr; }
  .faq-intro { position: static; padding-top: 0; }
  .accordion--premium summary { padding: 18px; }
  .accordion--premium details p { padding: 0 18px 20px; }
  .finance-banner--detailed { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-method-options { grid-template-columns: 1fr; }
  :root { --display-size: clamp(2.8rem, 13vw, 4.6rem); --section-size: clamp(2rem, 9vw, 3rem); }
  h1, h2, h3 { text-wrap: pretty; }
  .page-hero h1, .service-hero h1, .article-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: none;
  }
  .button { min-height: 52px; padding-inline: 22px; }
  .home-hero { min-height: auto; background: linear-gradient(180deg, #fff 0 55%, var(--surface-ice) 55%); }
  .home-hero .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 440px; border-radius: 26px; }
  .hero-photo img { object-position: 62% center; }
  .hero-proof-stack { top: 16px; right: 14px; }
  .hero-proof-stack span { font-size: .66rem; }
  .answer-wrap { margin-top: 20px; }
  .audience-card--image { min-height: 440px; }
  .service-grid--editorial { display: grid; grid-template-columns: 1fr; }
  .service-grid--editorial .service-card, .service-grid--editorial .service-card:nth-child(1), .service-grid--editorial .service-card:nth-child(5) { grid-column: auto; }
  .service-grid--editorial .service-card:nth-child(1) .service-card-media, .service-grid--editorial .service-card:nth-child(5) .service-card-media { aspect-ratio: 16 / 10; }
  .overview-hero-media, .service-hero-photo { min-height: 420px; border-radius: 26px; }
  .tldr-card { grid-template-columns: 1fr; gap: 6px; }
  .knowledge-grid, .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero--editorial h1 { max-width: 100%; overflow-wrap: anywhere; }
  .knowledge-card--feature { grid-column: auto; }
  .knowledge-card--feature .knowledge-card-media { aspect-ratio: 16 / 10; }
  .knowledge-hero-media { min-height: 420px; border-radius: 26px; }
  .article-hero-grid figure { min-height: 0; aspect-ratio: 16 / 10; border-radius: 26px; }
  .source-panel dl > div { grid-template-columns: 1fr; gap: 3px; }
  .service-section-grid, .decision-grid { grid-template-columns: 1fr; }
  .service-section-grid > div:first-child { position: static; }
  .service-flow .section:nth-child(2) .service-section-grid,
  .service-flow .section:nth-child(5) .service-section-grid { grid-template-columns: 1fr; }
  .service-flow .section:nth-child(2) .service-section-grid > div:first-child,
  .service-flow .section:nth-child(5) .service-section-grid > div:first-child { order: initial; }
  .number-cards article:nth-child(even), .option-grid article:nth-child(even) { transform: none; }
  .admin-shell, .admin-upload, .admin-news-editor, .footer-lead { grid-template-columns: 1fr; }
  .admin-nav { position: static; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .admin-hero-row, .admin-table article, .admin-row-actions { align-items: flex-start; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .pre-footer { padding-top: 3rem; }
  .pre-footer-shell { grid-template-columns: 1fr; padding: 30px 24px; border-radius: 28px; }
  .pre-footer-trust { grid-template-columns: 1fr; }
  .footer-grid--premium { grid-template-columns: 1fr; }
  .footer-contact-card { margin-top: 0; }
  .review-proof-head { display: grid; align-items: start; }
  .review-proof-grid { grid-template-columns: 1fr; }
  .social-proof-link { grid-template-columns: 1fr auto; }
  .social-proof-link span { grid-column: 1/-1; width: max-content; }
  .social-work-proof { grid-template-columns: 1fr; }
  .social-work-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-ribbon, .home-knowledge-grid { grid-template-columns: 1fr; }
  .project-tile, .project-tile--wide { grid-column: auto; min-height: 390px; }
  .home-knowledge-card, .home-knowledge-card:first-child { grid-row: auto; min-height: 430px; }
  .hero-question-strip { grid-template-columns: 1fr; }
  .hero-question-strip span { padding: 15px 0; }
  .home-about-media .office-inset { width: 42%; height: 30%; right: 14px; bottom: 14px; border-width: 5px; }
  .about-facts { grid-template-columns: 1fr; }
  .elproffen-partner { grid-template-columns: 1fr; }
  .elproffen-logo-card { width: min(230px,100%); }
  .about-hero-media, .geo-hero-media, .office-feature { min-height: 420px; border-radius: 26px; }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .home-hero .hero-grid { grid-template-columns: 1fr; }
  .home-about { grid-template-columns: 1fr; }
  .answer-copy, .contact-layout, .finance-banner--detailed { grid-template-columns: 1fr; }
  .hero-photo { min-height: 560px; }
  .service-grid--editorial .service-card { grid-column: span 6; }
  .service-grid--editorial .service-card:nth-child(1), .service-grid--editorial .service-card:nth-child(5) { grid-column: span 6; }
  .knowledge-grid { grid-template-columns: 1fr 1fr; }
  .knowledge-card--feature { grid-column: span 2; }
  .answer-hero { grid-template-columns: 1fr; }
  .answer-form { align-self: stretch; }
  .project-tile--wide { grid-column: span 12; }
  .project-tile:not(.project-tile--wide) { grid-column: span 6; min-height: 460px; }
  .home-knowledge-grid { grid-template-columns: 1fr 1fr; }
  .home-knowledge-card:first-child { grid-column: span 2; grid-row: auto; min-height: 560px; }
}

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

/* Final media-frame contract: every editorial image fills its complete frame. */
body :is(.about-hero-media, .geo-hero-media, .office-feature, .overview-hero-media, .knowledge-hero-media, .service-hero-photo, .article-hero-grid > figure) {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  background: linear-gradient(145deg, #e9f6ff, #dce0d9) !important;
}

body :is(.about-hero-media, .geo-hero-media, .office-feature, .overview-hero-media, .knowledge-hero-media, .service-hero-photo, .article-hero-grid > figure) > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

body .article-hero-grid > figure { min-height: clamp(320px, 46vw, 640px); }
body :is(h1, h2, h3, p, li, a, figcaption) { overflow-wrap: break-word; }

@media (max-width: 760px) {
  body :is(.about-hero-media, .geo-hero-media, .office-feature, .overview-hero-media, .knowledge-hero-media, .service-hero-photo, .article-hero-grid > figure) {
    min-height: 300px !important;
    aspect-ratio: 4 / 3;
  }
}

/* Keep editorial media as complete, self-contained picture cards. */
.service-detail-copy {
  margin-top: 1.1rem;
  max-width: 62ch;
  color: var(--charcoal);
}

.context-work {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 430px;
  margin: 1.6rem 0 0;
  padding: 10px;
  border: 1px solid rgba(0, 91, 170, .14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 62, 117, .09);
}

.context-work img {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 14px;
  object-fit: cover;
}

.context-work figcaption {
  color: var(--midnight-violet);
  font-weight: 760;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .context-work { grid-template-columns: 88px minmax(0, 1fr); }
  .context-work img { width: 88px; height: 88px; }
}

body :is(.about-hero-media, .geo-hero-media, .office-feature, .knowledge-hero-media, .article-hero-grid > figure, .service-hero-photo, .overview-hero-media) figcaption {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  z-index: 2;
  margin: 0 !important;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  padding: clamp(18px, 2.4vw, 32px) !important;
  overflow: visible;
}

/* Caption type scales with the image card instead of the full viewport. */
body :is(.about-hero-media, .geo-hero-media) figcaption strong {
  max-width: 100%;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.15;
}

body .overview-hero-media figcaption strong {
  max-width: 100%;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1.16;
}

body .service-hero-photo figcaption {
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(10px, 1.4vw, 18px);
}

body .service-hero-photo figcaption strong {
  max-width: 100%;
  font-size: clamp(.9rem, 1.25vw, 1.12rem);
  line-height: 1.32;
}

body :is(.about-hero-media, .geo-hero-media, .office-feature, .knowledge-hero-media, .article-hero-grid > figure) {
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
}

body :is(.service-hero-photo, .overview-hero-media) {
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
}

@media (max-width: 760px) {
  body :is(.about-hero-media, .geo-hero-media, .office-feature, .overview-hero-media, .knowledge-hero-media, .service-hero-photo, .article-hero-grid > figure) {
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }

  body :is(.about-hero-media, .geo-hero-media, .knowledge-hero-media, .service-hero-photo, .overview-hero-media) figcaption {
    padding: 16px 18px !important;
  }

  body .service-hero-photo figcaption .icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  body .service-hero-photo figcaption .service-icon {
    width: 23px;
    height: 23px;
  }
}
