﻿:root {
  --navy: #0b1f3a;
  --navy-hover: #132a4a;
  --ink: #18181b;
  --muted: #64748b;
  --soft: #f4f7fb;
  --line: #e5e7eb;
  --white: #fff;
  --green: #2d6a4f;
  --shadow: 0 24px 70px rgba(11, 31, 58, .12);
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("assets/fonts/newsreader-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-display: swap;
  font-weight: 200 800;
  src: url("assets/fonts/newsreader-latin-variable-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("assets/fonts/spectral-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("assets/fonts/spectral-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("assets/fonts/spectral-latin-500.woff2") format("woff2");
}

/* Legal pages */
.legal-page {
  background: #f6f4ee;
  color: #152339;
}

.legal-page .site-header {
  position: static;
}

.legal-document {
  max-width: 860px;
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.legal-document > h1 {
  max-width: 760px;
  margin: 0 0 1rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: .98;
  color: #00132e;
}

.legal-intro {
  max-width: 700px;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.legal-updated {
  margin: 1rem 0 2.5rem;
  color: #5e6875;
  font-size: .92rem;
}

.legal-alert {
  display: grid;
  gap: .35rem;
  margin: 0 0 2.75rem;
  padding: 1.1rem 1.25rem;
  border-left: 4px solid #b47b27;
  border-radius: 0 10px 10px 0;
  background: #fff6e4;
  color: #432c0b;
}

.legal-document section {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 19, 46, .13);
}

.legal-document section h2 {
  margin: 0 0 .9rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: #00132e;
}

.legal-document section p,
.legal-document section li {
  font-size: 1rem;
  line-height: 1.75;
}

.legal-document section p + p {
  margin-top: .9rem;
}

.legal-document section ul {
  display: grid;
  gap: .7rem;
  margin: .75rem 0 0;
  padding-left: 1.25rem;
}

.legal-document a {
  color: #075b47;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-table-wrap {
  margin: 1.2rem 0;
  overflow-x: auto;
  border: 1px solid rgba(0, 19, 46, .13);
  border-radius: 12px;
  background: #fff;
}

.legal-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 19, 46, .11);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.legal-table th {
  background: #e8eee9;
  color: #00132e;
  font-size: .92rem;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #00132e;
  font-weight: 650;
}

@media (max-width: 600px) {
  .legal-page .nav-wrap {
    gap: 1rem;
  }

  .legal-page .logo > span:last-child {
    display: none;
  }

  .legal-page .button-small {
    padding-inline: .9rem;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: Inter, sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(229,231,235,.8); backdrop-filter: blur(16px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.logo { min-height: 44px; display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: 16px; font-weight: 800; letter-spacing: -.03em; }
.logo-mark { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #f7ead0, #c79b4b 44%, #7a551b); color: #07172c; font-family: Newsreader, serif; font-size: 20px; font-weight: 700; line-height: 1; box-shadow: inset 0 1px 0 rgba(255,255,255,.7), inset 0 -10px 18px rgba(72,45,8,.18), 0 0 0 1px rgba(255,255,255,.22), 0 14px 34px rgba(0,0,0,.28); overflow: hidden; }
.logo-mark::before { content: ""; position: absolute; inset: 3px; border: 1px solid rgba(7,23,44,.32); border-radius: 11px; pointer-events: none; }
.logo-mark::after { content: ""; position: absolute; inset: -45% -20% auto; height: 70%; background: linear-gradient(120deg, transparent, rgba(255,255,255,.65), transparent); transform: rotate(-18deg); pointer-events: none; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #475569; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.main-nav > a:not(.button):hover { color: var(--navy); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 23px; border: 1px solid var(--navy); border-radius: 12px; background: var(--navy); color: white; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--navy-hover); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(11,31,58,.17); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.button-secondary { color: var(--navy); background: white; border-color: #cbd5e1; }
.button-secondary:hover { color: white; border-color: var(--navy); }
.button-wide { width: 100%; }

.hero { overflow: hidden; padding: 93px 0 104px; background: linear-gradient(120deg, #fff 60%, #f6f8fb 100%); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #48617e; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: #8ca1b7; }
h1 { max-width: 570px; margin: 0 0 23px; color: var(--navy); font-size: clamp(50px, 5vw, 70px); line-height: 1.01; letter-spacing: -.06em; }
.hero-lead { max-width: 540px; margin: 0 0 31px; color: #526174; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 31px; }
.trust-block { padding-left: 1px; color: #344155; font-size: 13px; }
.trust-block p { margin: 7px 0; }
.trust-block p:last-child { color: #718096; }
.hero-price { display: flex; align-items: center; gap: 9px; margin-bottom: 12px !important; color: var(--navy); }
.hero-price strong { font-size: 14px; }
.hero-price > span { color: #9aa6b5; }
.check { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; background: #e7f4eb; color: var(--green); font-weight: 800; }

.hero-visual { position: relative; min-width: 0; }
.browser-frame, .large-preview { overflow: hidden; border: 1px solid #d6dde6; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.browser-top { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #f1f4f7; border-bottom: 1px solid #e2e8f0; }
.browser-top i { width: 6px; height: 6px; border-radius: 50%; background: #c5ced8; }
.browser-top span { margin-left: 14px; color: #8d99a8; font-size: 7px; }
.floating-badge { position: absolute; z-index: 2; top: -21px; left: -24px; padding: 12px 16px; border: 1px solid #dae4ec; border-radius: 11px; background: white; box-shadow: 0 10px 30px rgba(11,31,58,.13); color: var(--navy); font-size: 11px; font-weight: 800; }
.floating-badge span { margin-right: 6px; color: var(--green); }
.mock-site { min-height: 414px; }
.customer-site { --cs-green:#345b45; --cs-ink:#202622; --cs-cream:#f5f1e8; overflow:hidden; color:var(--cs-ink); background:#fffdf9; font-family:Inter,sans-serif; }
.customer-nav { height:52px; display:flex; align-items:center; padding:0 28px; background:#f5fbf4; font-size:8px; }
.customer-nav strong { font-size:10px; }
.customer-nav > span { margin-left:auto; color:#667069; }
.customer-nav > b { margin-left:20px; padding:8px 13px; border-radius:2px; background:var(--cs-green); color:white; font-size:7px; }
.customer-hero { position:relative; min-height:255px; display:grid; grid-template-columns:1fr 1fr; background:#f2efe6; }
.customer-hero > div:first-child { position:relative; z-index:2; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:35px 16px 35px 38px; }
.customer-hero small,.customer-intro > small,.customer-services > small,.customer-about small { color:#526d5a; font-size:6px; font-weight:800; letter-spacing:.12em; }
.customer-hero h3 { max-width:270px; margin:10px 0; color:#171d19; font-size:25px; line-height:1.14; letter-spacing:-.04em; }
.customer-hero p { max-width:280px; margin:0 0 15px; color:#667069; font-size:7px; line-height:1.6; }
.customer-hero b,.customer-actions span { padding:8px 13px; border-radius:2px; background:var(--cs-green); color:white; font-size:7px; }
.customer-photo { position:relative; overflow:hidden; background-image:linear-gradient(90deg,rgba(245,241,232,.08),rgba(32,38,34,.12)),url("assets/template/hero-office.jpg"); background-size:cover; background-position:center; }
.customer-photo::before { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(32,38,34,.22),transparent 52%); }
.customer-photo::after { content:none; }
.customer-photo > span { position:absolute; z-index:2; left:4%; top:52%; color:rgba(255,255,255,.8); font-family:Georgia,serif; font-size:28px; white-space:nowrap; }
.customer-trust { display:flex; gap:28px; align-items:center; min-height:43px; padding:0 38px; background:#f1f4ec; color:#56615a; font-size:6px; }
.customer-intro { padding:34px 38px; text-align:center; }
.customer-intro h4,.customer-services h4,.customer-about h4,.customer-contact h4 { margin:5px 0 8px; font-size:17px; }
.customer-intro > p { margin:0 auto 24px; color:#737d76; font-size:7px; }
.customer-intro > div { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; text-align:left; }
.customer-intro > div > span { min-height:78px; padding:14px; background:var(--cs-cream); }
.customer-intro i { display:grid; place-items:center; width:20px; height:20px; margin-bottom:10px; background:#e2e5dc; font-style:normal; font-size:8px; }
.customer-intro b,.customer-intro em,.customer-services b,.customer-services em { display:block; }
.customer-intro b,.customer-services b { margin-bottom:7px; font-size:9px; }
.customer-intro em,.customer-services em { color:#6b756e; font-size:6px; line-height:1.55; font-style:normal; }
.customer-services { padding:34px 38px; background:#edf4ed; }
.customer-services > p { margin:0; color:#6b756e; font-size:7px; }
.customer-services > div { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:21px; }
.customer-services > div > span { padding:12px; background:white; }
.customer-services img { display:block; width:100%; height:72px; margin-bottom:10px; object-fit:cover; object-position:center; filter:saturate(.82) contrast(.96); }
.customer-about { display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:center; padding:40px 38px; background:#fffdf9; }
.customer-about-photo { position:relative; overflow:hidden; min-height:175px; background-image:linear-gradient(to top,rgba(32,38,34,.14),transparent 48%),url("assets/template/about-team.jpg"); background-size:cover; background-position:center; box-shadow:7px 7px 0 #e8e0d1; }
.customer-about-photo::before { content:none; }
.customer-about-photo span { display:none; }
.customer-about p { margin:0 0 14px; color:#667069; font-size:7px; line-height:1.65; }
.customer-about ul { display:flex; flex-wrap:wrap; gap:7px 17px; padding:0; margin:0; list-style:none; color:#3a5543; font-size:7px; font-weight:700; }
.customer-about li::before { content:"✓"; margin-right:5px; }
.customer-contact { margin:34px 38px; padding:25px; border-radius:3px; background:var(--cs-green); color:white; text-align:center; }
.customer-contact p { margin:0 0 20px; color:#e7eee9; font-size:7px; }
.customer-contact > div { display:grid; grid-template-columns:repeat(3,1fr); font-size:7px; line-height:1.6; }
.customer-footer { min-height:54px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px; padding:0 38px; background:#edf4ed; color:#667069; font-size:6px; }
.customer-footer strong { color:#202622; font-size:8px; }
.customer-footer em { font-style:normal; }
.customer-site-compact { height:414px; }
.customer-site-compact .customer-intro { padding-top:23px; }
.customer-site-compact .customer-intro > p { display:none; }
.customer-site-compact .customer-intro > div > span { min-height:55px; padding:10px; }
.customer-site-compact .customer-intro i,.customer-site-compact .customer-intro em { display:none; }
.customer-site-large { min-height:720px; }
.mock-nav { height: 49px; padding: 0 22px; display: flex; align-items: center; border-bottom: 1px solid #edf0f3; font-size: 7px; }
.mock-logo { font-weight: 800; letter-spacing: .1em; color: var(--navy); }
.mock-links { display: flex; gap: 17px; margin-left: auto; color: #657385; }
.mock-nav-button { margin-left: 16px; padding: 8px 11px; border-radius: 4px; background: var(--navy); color: white; font-weight: 700; }
.mock-hero { height: 236px; padding: 28px 24px 22px 35px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; background: #f6f7f3; }
.mock-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.mock-hero-copy small, .mock-services > small { color: #728578; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.mock-hero-copy strong { margin: 8px 0; color: #19354b; font-family: Georgia, serif; font-size: 25px; line-height: 1.08; letter-spacing: -.03em; }
.mock-hero-copy p { max-width: 180px; margin: 0 0 13px; color: #6b747a; font-size: 7px; line-height: 1.55; }
.mock-hero-copy > span { padding: 8px 10px; border-radius: 3px; background: #29485a; color: white; font-size: 6px; font-weight: 700; }
.mock-photo { overflow: hidden; align-self: center; border-radius: 2px 28px 2px 2px; box-shadow: 12px 12px 0 #dce5dc; }
.mock-photo svg { display: block; width: 100%; height: 180px; object-fit: cover; }
.mock-services { padding: 23px 35px; text-align: center; }
.mock-services > strong { display: block; margin: 5px 0 12px; color: #19354b; font-family: Georgia, serif; font-size: 16px; }
.mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.mock-cards div { display: flex; flex-direction: column; align-items: flex-start; min-height: 53px; padding: 9px 11px; border: 1px solid #e3e7e5; text-align: left; }
.mock-cards b { color: #9aaa9e; font-size: 6px; }
.mock-cards span { margin-top: 7px; color: #31495a; font-size: 8px; font-weight: 700; }
.mini-card { position: absolute; right: -30px; bottom: -27px; display: flex; gap: 10px; align-items: center; padding: 13px 17px; border: 1px solid #dce3e9; border-radius: 12px; background: white; box-shadow: 0 12px 35px rgba(11,31,58,.14); }
.mini-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: #eaf0f6; color: var(--navy); }
.mini-card strong, .mini-card small { display: block; }
.mini-card strong { color: var(--navy); font-size: 10px; }
.mini-card small { margin-top: 3px; color: #8490a0; font-size: 7px; }

.section { padding: 105px 0; }
.process-section, .audience-section { background: var(--soft); }
.section-heading h2 { margin: 0 0 17px; color: var(--navy); font-size: clamp(36px, 4vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.narrow { max-width: 690px; margin-inline: auto; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.steps::before { content: ""; position: absolute; top: 44px; left: 18%; right: 18%; border-top: 1px dashed #c4ced9; transform-origin: left; transition: transform .9s cubic-bezier(.22,1,.36,1) .25s; }
.steps.motion-ready::before { transform: scaleX(0); }
.steps.motion-ready.is-visible::before { transform: scaleX(1); }
.step-card { position: relative; z-index: 1; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; text-align: center; transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease; }
.steps.motion-ready .step-card { opacity: 0; transform: translateY(28px) scale(.98); }
.steps.motion-ready.is-visible .step-card { opacity: 1; transform: translateY(0) scale(1); }
.steps.is-visible .step-card:nth-child(2) { transition-delay: .14s; }
.steps.is-visible .step-card:nth-child(3) { transition-delay: .28s; }
.step-card:hover, .steps.is-visible .step-card:hover { transform: translateY(-7px); border-color: #cbd6e2; box-shadow: 0 20px 42px rgba(11,31,58,.10); }
.step-number { position: absolute; top: 15px; left: 17px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 10px; font-weight: 800; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 21px; border-radius: 14px; background: #edf3f8; color: var(--navy); font-size: 23px; transition: transform .35s cubic-bezier(.22,1,.36,1), background .35s ease; }
.step-card:hover .step-icon { transform: translateY(-3px) rotate(-3deg) scale(1.08); background: #e4edf5; }
.step-card h3, .benefit-grid h3, .audience-grid h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }
.step-card p, .benefit-grid p, .audience-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.assurance { width: max-content; max-width: 100%; margin: 34px auto 0; padding: 13px 20px; border: 1px solid #d9e7df; border-radius: 30px; background: #f7fbf8; color: #355e48; font-size: 13px; font-weight: 700; transition: opacity .55s ease .55s, transform .55s ease .55s, box-shadow .3s ease; }
.steps.motion-ready + .assurance { opacity: 0; transform: translateY(14px); }
.steps.motion-ready.is-visible + .assurance { opacity: 1; transform: translateY(0); }
.assurance:hover { box-shadow: 0 10px 25px rgba(45,106,79,.10); }
.assurance span { margin-right: 8px; }

.included-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; align-items: center; }
.personal-note { display: flex; align-items: center; gap: 13px; margin-top: 34px; padding-top: 27px; border-top: 1px solid var(--line); }
.avatar { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 800; }
.personal-note p, .personal-note strong, .personal-note span { display: block; margin: 0; }
.personal-note strong { margin-bottom: 4px; color: var(--navy); font-size: 13px; }
.personal-note span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.benefit-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 15px; transition: transform .2s, box-shadow .2s; }
.benefit-grid article:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(11,31,58,.08); }
.benefit-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 10px; background: #edf3f8; color: var(--navy); font-weight: 800; }
.included-cta { grid-column: 2; margin-top: 12px; }
.included-cta .button { min-width: 230px; }

.example-section { background: var(--soft); }
.large-preview { position: relative; margin-top: 53px; box-shadow: 0 25px 65px rgba(11,31,58,.14); }
.preview-label { position: absolute; z-index: 2; top: 49px; left: 25px; padding: 8px 13px; border-radius: 6px; background: var(--navy); color: white; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.preview-site { background: white; font-family: Inter, sans-serif; }
.preview-nav { height: 65px; display: flex; align-items: center; padding: 0 50px; color: #263d35; font-size: 9px; }
.preview-nav strong { line-height: .9; letter-spacing: .08em; }
.preview-nav em { color: #7c9a85; font-style: normal; font-size: 7px; letter-spacing: .2em; }
.preview-nav > span { margin-left: auto; color: #67746e; }
.preview-nav > b { margin-left: 27px; padding: 10px 15px; border-radius: 3px; background: #294c3c; color: white; font-size: 8px; }
.preview-hero { min-height: 315px; display: grid; grid-template-columns: 1fr 1fr; background: #f4f2ea; }
.preview-hero > div:first-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 50px 70px; }
.preview-hero small, .preview-services small, .preview-about small, .preview-contact small { color: #7d9587; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.preview-hero h3 { margin: 11px 0; color: #234033; font-family: Georgia, serif; font-size: 42px; line-height: 1; font-weight: 400; }
.preview-hero p { max-width: 320px; margin: 0 0 18px; color: #68746e; font-size: 10px; line-height: 1.65; }
.preview-hero b { padding: 11px 16px; border-radius: 3px; background: #345844; color: white; font-size: 8px; }
.garden-art { position: relative; overflow: hidden; background: linear-gradient(#bcd0d0 0 45%, #69866b 45%); }
.garden-art::before { content: ""; position: absolute; width: 250px; height: 150px; left: 15%; top: 32%; background: #ede7db; clip-path: polygon(0 35%, 50% 0, 100% 35%, 100% 100%, 0 100%); }
.garden-art::after { content: ""; position: absolute; left: 45%; top: 56%; width: 45px; height: 105px; background: #8f654b; box-shadow: 75px -24px 0 -8px #9bbac1; }
.garden-art span { position: absolute; z-index: 2; bottom: -20px; width: 95px; height: 125px; border-radius: 50% 50% 10% 10%; background: #365f43; }
.garden-art span:nth-child(1) { left: -10px; }
.garden-art span:nth-child(2) { left: 85px; height: 100px; background: #557c57; }
.garden-art span:nth-child(3) { right: 50px; height: 155px; background: #31583e; }
.garden-art span:nth-child(4) { right: -35px; height: 115px; background: #678865; }
.preview-services { padding: 28px 50px; text-align: center; }
.preview-services h4 { margin: 6px 0 18px; color: #234033; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.preview-services > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.preview-services span { padding: 18px; border: 1px solid #e4e7e2; color: #405b4d; font-size: 9px; font-weight: 700; }
.preview-about { display: grid; grid-template-columns: 1fr 1fr; min-height: 140px; background: #f5f6f2; }
.preview-about > div { background: linear-gradient(135deg, #70876c, #b7b79c); }
.preview-about p { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 25px 45px; }
.preview-about strong { margin: 8px 0; color: #234033; font-family: Georgia, serif; font-size: 19px; }
.preview-about span { color: #6a776f; font-size: 8px; line-height: 1.6; }
.preview-contact { display: flex; align-items: center; justify-content: space-between; padding: 26px 50px; background: #294c3c; color: white; }
.preview-contact p, .preview-contact strong { display: block; margin: 0; }
.preview-contact small { color: #b5c9bc; }
.preview-contact strong { margin-top: 5px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.preview-contact > b { padding: 11px 15px; border: 1px solid rgba(255,255,255,.4); font-size: 8px; }
.custom-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; margin-top: 27px; padding: 20px 23px; border: 1px solid #dce3e9; border-radius: 13px; background: white; }
.custom-note > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; background: #edf3f8; color: var(--navy); }
.custom-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.custom-note strong { color: var(--navy); }
.custom-note a { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-size: 12px; font-weight: 800; white-space: nowrap; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 47px; }
.audience-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.audience-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: #e7f4eb; color: var(--green); font-weight: 800; }
.micro-examples { max-width: 760px; margin: 24px auto 0; color: #6f7d8d; font-size: 13px; line-height: 1.7; text-align: center; }

.price-section { background: var(--navy); color: white; }
.price-grid { display: grid; grid-template-columns: 1fr 430px; gap: 100px; align-items: center; }
.eyebrow.light { color: #a9bdd3; }
.eyebrow.light span { background: #8da6c0; }
.price-copy h2 { color: white; }
.price-copy > p:last-of-type { max-width: 510px; color: #b5c2d0; }
.price-trust { margin-top: 34px; color: #d5dee8; font-size: 13px; font-weight: 600; }
.price-trust p { margin: 12px 0; }
.price-trust span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: rgba(255,255,255,.12); color: #9fe0b7; }
.price-card { padding: 35px; border-radius: 21px; background: white; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.price-label { margin: 0 0 24px; color: var(--navy); font-size: 13px; font-weight: 800; }
.start-price small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; }
.start-price strong { color: var(--navy); font-size: 45px; letter-spacing: -.05em; }
.start-price strong span { font-size: 17px; letter-spacing: 0; }
.monthly { display: flex; align-items: baseline; gap: 7px; margin-top: 5px; }
.monthly strong { color: #384d65; font-size: 15px; }
.monthly span { color: #536272; font-size: 11px; }
.price-plus { margin-top: 7px; color: #384d65; font-size: 20px; font-weight: 800; }
.monthly-explainer { max-width: 300px; margin: 12px 0 0; color: #536272; font-size: 11px; line-height: 1.6; }
.price-card hr { margin: 27px 0; border: 0; border-top: 1px solid var(--line); }
.included-title { color: #4c5c6e; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 0; margin: 19px 0 28px; list-style: none; color: #536174; font-size: 12px; }
.price-card li span { margin-right: 5px; color: var(--green); font-weight: 800; }
.price-faq { display: grid; gap: 12px; margin: 0 0 28px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #f7f9fb; }
.price-faq p { margin: 0; color: #5d6b7c; font-size: 11px; line-height: 1.55; }
.price-faq strong, .price-faq span { display: block; }
.price-faq strong { margin-bottom: 3px; color: var(--navy); font-size: 11px; }

.contact-section { background: #fafbfc; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 82px; align-items: start; }
.contact-copy { position: sticky; top: 115px; }
.contact-copy h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(38px,4vw,50px); line-height: 1.1; letter-spacing: -.05em; }
.contact-lead { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-points { margin: 32px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-points p { display: flex; align-items: center; gap: 12px; margin: 13px 0; color: #415064; font-size: 12px; }
.contact-points span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e9eff5; color: var(--navy); font-size: 10px; }
.help-note { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-radius: 12px; background: #edf3f8; }
.help-note > span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-family: Georgia, serif; font-weight: 800; }
.help-note p { margin: 0; color: #53657a; font-size: 11px; line-height: 1.6; }
.help-note strong { color: var(--navy); }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 20px 55px rgba(11,31,58,.07); }
.form-card form > label, .field-row label { display: block; margin-bottom: 19px; color: #344155; font-size: 11px; font-weight: 700; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-instructions { margin: 0 0 20px; color: #536272; font-size: 11px; line-height: 1.5; }
.form-instructions span { font-weight: 700; }
.form-card label small { color: #536272; font-weight: 500; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
input, textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #dce2e8; border-radius: 9px; background: #fff; color: var(--ink); outline: none; font-size: 12px; line-height: 1.5; transition: border .2s, box-shadow .2s; }
textarea { min-height: 82px; resize: vertical; }
input:focus, textarea:focus { border-color: #71869d; box-shadow: 0 0 0 3px rgba(11,31,58,.08); }
input:focus-visible, textarea:focus-visible { border-color: var(--navy); box-shadow: 0 0 0 4px rgba(184,203,234,.55), 0 0 0 1px var(--navy); }
input::placeholder, textarea::placeholder { color: #64748b; }
label.invalid input, label.invalid textarea { border-color: #b94a48; }
.field-error { display: block; margin-top: 6px; color: #9a332d; font-size: 11px; font-weight: 600; line-height: 1.45; }
.privacy-note { margin: 0; color: #536272; font-size: 13px; line-height: 1.55; }
.privacy-note a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.privacy-note a:hover { text-decoration-thickness: 2px; }
.submit-button { border: 0; }
.submit-button:disabled { cursor: wait; opacity: .72; }
.form-message { margin: -3px 0 16px; padding: 12px 14px; border: 1px solid #efc6c3; border-radius: 10px; background: #fff5f4; color: #9a332d; font-size: 11px; line-height: 1.5; }
.form-footnote { margin: 12px 0 0; color: #5d6b7c; font-size: 10px; text-align: center; }
.success-message { padding: 70px 35px; text-align: center; }
.success-message > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: #e7f4eb; color: var(--green); font-size: 26px; }
.success-message h3 { margin: 0 0 10px; color: var(--navy); font-size: 22px; }
.success-message p { margin: 0; color: var(--muted); line-height: 1.6; }

footer { padding: 50px 0 25px; background: #07172c; color: #9dabbc; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 35px; }
.footer-logo { color: white; }
.footer-main > p { margin: 0; font-size: 12px; line-height: 1.7; }
.footer-main nav { display: flex; gap: 25px; color: #c4ceda; font-size: 11px; font-weight: 600; }
.footer-main nav a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 28px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(11,31,58,.12); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 15px 5px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 18px; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 70px; }
  .hero-grid, .included-grid, .price-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 80px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .included-grid, .price-grid, .contact-grid { gap: 50px; }
  .included-grid .section-heading { text-align: center; }
  .included-grid .eyebrow { justify-content: center; }
  .personal-note { justify-content: center; text-align: left; }
  .included-cta { grid-column: 1; text-align: center; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .price-card { width: min(100%, 520px); margin-inline: auto; }
  .contact-copy { position: static; text-align: center; }
  .contact-copy .eyebrow { justify-content: center; }
  .contact-points, .help-note { max-width: 500px; margin-inline: auto; text-align: left; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 76px 0; }
  .hero { padding: 60px 0 82px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { margin: 0 2px; }
  .floating-badge { top: -25px; left: 10px; }
  .mini-card { right: 8px; bottom: -41px; }
  .mock-site { min-height: 315px; }
  .customer-site-compact { height:315px; }
  .customer-site-compact .customer-nav { height:38px; padding:0 12px; }
  .customer-site-compact .customer-nav > span { display:none; }
  .customer-site-compact .customer-nav > b { margin-left:auto; }
  .customer-site-compact .customer-hero { min-height:205px; grid-template-columns:1.2fr .8fr; }
  .customer-site-compact .customer-hero > div:first-child { padding:20px 10px 20px 17px; }
  .customer-site-compact .customer-hero h3 { font-size:17px; }
  .customer-site-compact .customer-photo > span { font-size:15px; }
  .customer-site-compact .customer-trust { min-height:34px; padding:0 15px; gap:10px; font-size:5px; }
  .customer-site-compact .customer-intro { padding:14px 15px; }
  .customer-site-compact .customer-intro h4 { font-size:12px; }
  .customer-site-compact .customer-intro > div { display:none; }
  .mock-nav { padding: 0 12px; }
  .mock-links { display: none; }
  .mock-nav-button { margin-left: auto; }
  .mock-hero { height: 190px; padding: 20px 15px; gap: 10px; }
  .mock-hero-copy strong { font-size: 18px; }
  .mock-photo svg { height: 132px; }
  .mock-services { padding: 16px; }
  .step-card { padding: 27px 22px; }
  .benefit-grid, .audience-grid { grid-template-columns: 1fr; }
  .section-heading h2, .contact-copy h2 { font-size: 36px; }
  .large-preview { margin-inline: -2px; }
  .customer-site-large { min-height:600px; }
  .customer-site-large .customer-nav { padding:0 15px; }
  .customer-site-large .customer-nav > span { display:none; }
  .customer-site-large .customer-nav > b { margin-left:auto; }
  .customer-site-large .customer-hero { min-height:235px; grid-template-columns:1.2fr .8fr; }
  .customer-site-large .customer-hero > div:first-child { padding:25px 16px; }
  .customer-site-large .customer-hero h3 { font-size:22px; }
  .customer-site-large .customer-photo > span { font-size:18px; }
  .customer-site-large .customer-trust { padding:0 17px; gap:12px; font-size:5px; }
  .customer-site-large .customer-intro,.customer-site-large .customer-services { padding:25px 17px; }
  .customer-site-large .customer-intro > div,.customer-site-large .customer-services > div { gap:5px; }
  .customer-site-large .customer-intro > div > span { padding:9px; }
  .customer-site-large .customer-services img { height:45px; }
  .customer-site-large .customer-about { grid-template-columns:.8fr 1.2fr; gap:15px; padding:25px 17px; }
  .customer-site-large .customer-about-photo { min-height:130px; }
  .customer-site-large .customer-contact { margin:24px 17px; }
  .customer-site-large .customer-footer { grid-template-columns:1fr; gap:4px; padding:14px 17px; }
  .customer-site-large .customer-footer em { display:none; }
  .preview-nav { height: 50px; padding: 0 15px; }
  .preview-nav > span { display: none; }
  .preview-nav > b { margin-left: auto; }
  .preview-hero { grid-template-columns: 1.2fr .8fr; min-height: 230px; }
  .preview-hero > div:first-child { padding: 30px 21px; }
  .preview-hero h3 { font-size: 27px; }
  .preview-hero p { font-size: 8px; }
  .garden-art::before { width: 130px; height: 90px; left: 0; top: 35%; }
  .garden-art::after { left: 33%; width: 28px; height: 74px; }
  .garden-art span { width: 50px; height: 85px; }
  .garden-art span:nth-child(2) { left: 35px; height: 65px; }
  .garden-art span:nth-child(3) { right: 15px; height: 90px; }
  .preview-services { padding: 23px 15px; }
  .preview-services > div { gap: 5px; }
  .preview-services span { padding: 12px 4px; font-size: 7px; }
  .preview-about { grid-template-columns: .7fr 1.3fr; }
  .preview-about p { padding: 20px; }
  .preview-contact { padding: 20px 15px; }
  .preview-contact > b { display: none; }
  .custom-note { grid-template-columns: auto 1fr; }
  .custom-note a { grid-column: 2; }
  .price-card { padding: 27px 23px; }
  .price-card ul { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 25px 19px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-logo, .footer-main nav { justify-content: center; }
  .footer-main nav { flex-wrap: wrap; grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .steps::before { transform: scaleX(1); }
  .step-card, .assurance { opacity: 1; transform: none; }
}

/* Användartest 2026-08-31: robust mobiltext och mindre mallkänsla. */
.logo-mark,
.step-icon,
.benefit-grid article > span {
  border-radius: 38%;
}

.logo-mark {
  background: rgba(181, 201, 220, .12);
  color: var(--ds-primary);
  font-family: Manrope, sans-serif;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px rgba(181, 201, 220, .28);
}

.logo-mark::before,
.logo-mark::after {
  content: none;
}

.logo > span:last-child {
  font-family: Manrope, sans-serif;
  font-weight: 650;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.step-card h3,
.benefit-grid h3,
.audience-grid h3,
.section-heading h2,
.contact-copy h2 {
  overflow-wrap: break-word;
  hyphens: manual;
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 52px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .step-card h3,
  .benefit-grid h3,
  .audience-grid h3 {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }
}

/* Separat väg för större och mer avancerade webbprojekt. */
.advanced-inquiry-page { background: #f4f6fa; color: var(--ink); }
.advanced-inquiry-page .site-header { background: rgba(255,255,255,.96); }
.advanced-inquiry-page .site-header .logo { color: #00132e; }
.advanced-back-link { min-height: 44px; display: inline-flex; align-items: center; color: #173b62; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.advanced-project-hero { padding: clamp(82px, 10vw, 135px) 0; background: radial-gradient(circle at 82% 15%, rgba(184,203,234,.15), transparent 34%), linear-gradient(145deg, #00132e, #0b284c); color: white; }
.advanced-project-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(48px, 8vw, 115px); align-items: center; }
.advanced-project-hero h1 { max-width: 800px; margin: 18px 0 24px; color: #f5f7ff; font-family: Newsreader, Georgia, serif; font-size: clamp(3.2rem, 6.5vw, 6.4rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.advanced-project-hero div > p:last-child { max-width: 710px; margin: 0; color: #c9d5e7; font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.75; }
.advanced-project-promise { padding: 30px; border: 1px solid rgba(214,227,255,.2); border-radius: 20px; background: rgba(1,17,40,.46); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.advanced-project-promise strong, .advanced-project-promise span { display: block; }
.advanced-project-promise strong { margin-bottom: 12px; color: #f5f7ff; font-size: 16px; }
.advanced-project-promise span { color: #bdcadd; font-size: 14px; line-height: 1.75; }
.advanced-project-process { padding: clamp(76px, 9vw, 120px) 0; }
.advanced-project-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.advanced-project-steps article { padding: 34px; border: 1px solid #dbe3ed; border-radius: 18px; background: white; box-shadow: 0 16px 42px rgba(11,31,58,.06); }
.advanced-project-steps article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: #d6e3ff; color: #00132e; font-weight: 850; }
.advanced-project-steps h3 { margin: 0 0 11px; color: #00132e; font-size: 17px; }
.advanced-project-steps p { margin: 0; color: #596b7d; font-size: 14px; line-height: 1.7; }
.advanced-project-form-section { padding: clamp(78px, 10vw, 130px) 0; background: #eaf0f6; }
.advanced-project-form-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.advanced-project-form-copy { position: sticky; top: 120px; }
.advanced-project-form-copy h2 { margin: 16px 0 18px; color: #00132e; font-family: Newsreader, Georgia, serif; font-size: clamp(2.5rem, 4.8vw, 4.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.advanced-project-form-copy > p:not(.eyebrow) { margin: 0; color: #596b7d; line-height: 1.75; }
.advanced-next-box { margin-top: 34px; padding: 26px; border-left: 4px solid #2d6a4f; background: white; box-shadow: 0 14px 35px rgba(11,31,58,.055); }
.advanced-next-box strong { color: #00132e; font-size: 14px; }
.advanced-next-box ol { margin: 15px 0 0; padding-left: 20px; color: #596b7d; }
.advanced-next-box li { padding-left: 5px; font-size: 13px; line-height: 1.65; }
.advanced-next-box li + li { margin-top: 10px; }
.advanced-form-card { box-shadow: 0 28px 70px rgba(11,31,58,.12); }
.advanced-form-card textarea { min-height: 126px; }

@media (max-width: 900px) {
  .advanced-project-hero-grid, .advanced-project-form-grid { grid-template-columns: 1fr; }
  .advanced-project-steps { grid-template-columns: 1fr; }
  .advanced-project-form-copy { position: static; }
}

@media (max-width: 640px) {
  .advanced-back-link { font-size: 12px; }
  .advanced-project-hero { padding: 68px 0 76px; }
  .advanced-project-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .advanced-project-promise, .advanced-project-steps article { padding: 24px; }
}



/* Premium visual layer inspired by the sister brand. The customer example is scoped separately. */
:root {
  --premium-navy: #00132e;
  --premium-navy-deep: #000e24;
  --premium-navy-soft: #071c36;
  --premium-blue: #b8cbea;
  --premium-ice: #edf3fb;
  --premium-cream: #f7f5f0;
  --premium-line: rgba(184, 203, 234, .22);
}

body {
  font-family: Manrope, sans-serif;
  background: var(--premium-navy);
}

.site-header {
  background: rgba(0, 19, 46, .88);
  border-bottom-color: rgba(184, 203, 234, .14);
  backdrop-filter: blur(22px) saturate(130%);
}

.logo,
.main-nav,
.main-nav > a:not(.button) {
  color: #eef4ff;
}

.logo-mark {
  color: var(--premium-navy);
  background: var(--premium-blue);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 8px 25px rgba(0,0,0,.22);
}

.main-nav .button {
  color: var(--premium-navy);
  background: var(--premium-blue);
  border-color: var(--premium-blue);
}

.hero {
  position: relative;
  isolation: isolate;
  padding-top: 112px;
  background:
    radial-gradient(circle at 78% 20%, rgba(95,130,177,.18), transparent 27%),
    radial-gradient(circle at 12% 85%, rgba(42,78,120,.2), transparent 30%),
    linear-gradient(150deg, var(--premium-navy-soft), var(--premium-navy-deep) 74%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  font-family: Newsreader, serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.hero h1 {
  color: #eef4ff;
  font-size: clamp(62px, 6.2vw, 88px);
  line-height: .96;
  text-wrap: balance;
}

.hero .eyebrow {
  color: #a9bdd8;
}

.hero .eyebrow > span {
  background: #7795b8;
}

.hero-lead {
  color: #becbdd;
  font-size: 17px;
}

.hero .button {
  color: var(--premium-navy);
  background: var(--premium-blue);
  border-color: var(--premium-blue);
  border-radius: 2px;
  letter-spacing: .035em;
  text-transform: uppercase;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}

.hero .button-secondary {
  color: #dce7f7;
  background: rgba(255,255,255,.025);
  border-color: rgba(184,203,234,.3);
  box-shadow: none;
}

.hero .button:hover {
  color: var(--premium-navy);
  background: #d0def3;
  border-color: #d0def3;
}

.hero .button-secondary:hover {
  color: white;
  background: rgba(184,203,234,.1);
}

.trust-block,
.trust-block p:last-child,
.hero-price {
  color: #aebdd1;
}

.hero-price strong {
  color: #e6edf8;
}

.hero .check {
  color: #d4e1f2;
  background: rgba(184,203,234,.13);
}

.browser-frame {
  border-color: rgba(184,203,234,.28);
  box-shadow: 0 38px 100px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.04);
  transform: perspective(1400px) rotateY(-1.6deg) rotateX(.5deg);
}

.floating-badge,
.mini-card {
  border-color: rgba(184,203,234,.25);
  background: rgba(238,244,255,.96);
  box-shadow: 0 20px 55px rgba(0,0,0,.3);
}

.section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(44px, 5vw, 62px);
}

.process-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(65,101,145,.16), transparent 36%),
    var(--premium-navy);
}

.process-section .section-heading h2,
.process-section .step-card h3 {
  color: #eef4ff;
}

.process-section .section-heading > p:last-child,
.process-section .step-card p {
  color: #aebdd1;
}

.process-section .step-card {
  border-color: rgba(184,203,234,.16);
  border-radius: 3px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.process-section .step-card:hover {
  border-color: rgba(184,203,234,.35);
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 55px rgba(0,0,0,.25);
}

.process-section .step-icon {
  color: #d9e5f5;
  background: rgba(184,203,234,.12);
}

.process-section .step-number {
  color: var(--premium-navy);
  background: var(--premium-blue);
}

.process-section .assurance {
  color: #d9e5f5;
  background: rgba(184,203,234,.07);
  border-color: rgba(184,203,234,.18);
}

#included {
  background: var(--premium-cream);
}

#included .benefit-grid article {
  border-radius: 3px;
  border-color: #d9dee6;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 50px rgba(0,19,46,.045);
}

#included .benefit-grid article:hover {
  box-shadow: 0 25px 60px rgba(0,19,46,.1);
}

.example-section {
  background: #eaf0f8;
}

.large-preview {
  border-radius: 4px;
  border-color: rgba(0,19,46,.16);
  box-shadow: 0 40px 100px rgba(0,19,46,.18);
}

.preview-label {
  border-radius: 2px;
  letter-spacing: .1em;
}

.custom-note {
  border-radius: 3px;
  border-color: rgba(0,19,46,.12);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(12px);
}

.audience-section {
  background: var(--premium-navy-deep);
}

.audience-section .section-heading h2,
.audience-grid h3 {
  color: #eef4ff;
}

.audience-section .eyebrow,
.audience-section .section-heading > p:last-child,
.audience-grid p {
  color: #aebdd1;
}

.audience-grid article {
  border-radius: 3px;
  border-color: rgba(184,203,234,.16);
  background: rgba(255,255,255,.035);
}

.price-section {
  background:
    radial-gradient(circle at 20% 30%, rgba(66,102,148,.17), transparent 34%),
    var(--premium-navy-soft);
}

.price-card {
  border: 1px solid rgba(184,203,234,.18);
  border-radius: 4px;
  box-shadow: 0 35px 90px rgba(0,0,0,.32);
}

.contact-section {
  background: var(--premium-cream);
}

.form-card {
  border-radius: 4px;
  border-color: #d6dce5;
  box-shadow: 0 30px 80px rgba(0,19,46,.1);
}

input,
textarea {
  border-radius: 2px;
  background: rgba(255,255,255,.76);
}

footer {
  background: #000b1d;
}

.customer-site,
.customer-site * {
  font-family: Inter, sans-serif;
}

.customer-site h3,
.customer-site h4 {
  font-family: Inter, sans-serif;
  letter-spacing: normal;
}

.customer-demo-control {
  cursor: default;
  pointer-events: none;
  opacity: .78;
}

@media (max-width: 900px) {
  .main-nav {
    background: rgba(0,19,46,.98);
    border-bottom-color: rgba(184,203,234,.18);
  }

  .main-nav > a:not(.button) {
    border-bottom-color: rgba(184,203,234,.14);
  }

  .menu-button span:not(.sr-only) {
    background: #eef4ff;
  }

  .browser-frame {
    transform: none;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 76px;
  }

  .hero h1 {
    font-size: 55px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}







/* Värmland Experience Design system integration - 2026-08-03
   Purpose: align Färdig Hemsida with tydlighetsdesign.se while preserving the offer, structure and form behavior. */
:root {
  --ds-background: #00132E;
  --ds-surface: #00132E;
  --ds-surface-lowest: #000E24;
  --ds-surface-low: #071C36;
  --ds-surface-container: #0C203B;
  --ds-surface-high: #182A46;
  --ds-surface-highest: #233551;
  --ds-inverse-surface: #D6E3FF;
  --ds-outline: #8E9098;
  --ds-outline-variant: #44474D;
  --ds-primary: #B5C9DC;
  --ds-secondary: #B2C7EF;
  --ds-on-primary: #1F3241;
  --ds-on-background: #D6E3FF;
  --ds-on-surface: #D6E3FF;
  --ds-body: #C4C6CE;
  --ds-metal: #C9CDD4;
  --ds-muted: rgba(196,198,206,.78);
  --ds-faint: rgba(196,198,206,.58);
  --ds-line: rgba(142,144,152,.18);
  --ds-line-soft: rgba(68,71,77,.42);
  --ds-radius: 3px;
  --ds-section-space: clamp(96px, 11vw, 180px);
  --navy: var(--ds-background);
  --navy-hover: var(--ds-surface-high);
  --ink: var(--ds-on-surface);
  --muted: var(--ds-muted);
  --soft: var(--ds-surface-low);
  --line: var(--ds-line);
  --green: var(--ds-primary);
  --shadow: none;
}

html {
  background: var(--ds-background);
}

body {
  color: var(--ds-on-surface);
  background:
    radial-gradient(circle at 82% 8%, rgba(181,201,220,.12), transparent 28%),
    radial-gradient(circle at 10% 35%, rgba(178,199,239,.08), transparent 32%),
    var(--ds-background);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .16;
  background:
    linear-gradient(90deg, transparent 0 95%, rgba(214,227,255,.08) 95% 96%, transparent 96%),
    linear-gradient(180deg, rgba(214,227,255,.06), transparent 28%);
  background-size: 80px 100%, 100% 100%;
}

.container {
  width: min(1280px, calc(100% - clamp(40px, 10vw, 160px)));
}

.site-header {
  background: rgba(0, 19, 46, .9);
  border-bottom: 1px solid rgba(142,144,152,.18);
  backdrop-filter: blur(24px) saturate(130%);
}

.nav-wrap {
  height: 80px;
}

.logo {
  color: var(--ds-metal);
  font-family: Spectral, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .01em;
  text-shadow: 0 1px 18px rgba(201,205,212,.12);
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  color: var(--ds-on-background);
  background: linear-gradient(180deg, #eef4ff 0%, #c9cdd4 34%, #7e8b9b 100%);
  font-family: Spectral, serif;
  font-size: 20px;
  font-weight: 400;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), inset 0 -14px 24px rgba(0,19,46,.34), 0 0 0 1px rgba(214,227,255,.18), 0 20px 50px rgba(0,0,0,.34);
}

.logo-mark::before {
  inset: 4px;
  border-radius: 1px;
  border-color: rgba(0,19,46,.42);
}

.logo-mark::after {
  opacity: .55;
}

.main-nav {
  gap: clamp(24px, 3.2vw, 48px);
  color: rgba(214,227,255,.84);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-nav > a:not(.button) {
  position: relative;
  color: rgba(214,227,255,.78);
}

.main-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  background: var(--ds-primary);
  opacity: 0;
  transform: scaleX(.65);
  transform-origin: left;
  transition: opacity .35s ease, transform .35s ease;
}

.main-nav > a:not(.button):hover,
.main-nav > a:not(.button):focus-visible {
  color: var(--ds-on-background);
}

.main-nav > a:not(.button):hover::after,
.main-nav > a:not(.button):focus-visible::after {
  opacity: .75;
  transform: scaleX(1);
}

.menu-button {
  border: 1px solid rgba(181,201,220,.26);
  border-radius: 2px;
  background: rgba(181,201,220,.08);
}

.menu-button span:not(.sr-only) {
  background: var(--ds-on-background);
}

.button {
  min-height: 60px;
  padding: 20px 48px;
  border-radius: 2px;
  border: 1px solid rgba(181,201,220,.72);
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-secondary));
  color: var(--ds-on-primary);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  box-shadow: none;
  transition: opacity .35s ease, transform .18s ease, border-color .35s ease, background .35s ease;
}

.button:hover {
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-secondary));
  opacity: .9;
  transform: translateY(0);
  box-shadow: none;
}

.button:active {
  transform: scale(.95);
}

.button-small {
  min-height: 48px;
  padding: 14px 24px;
  font-size: 12px;
}

.button-secondary {
  color: var(--ds-on-background);
  background: transparent;
  border-color: rgba(181,201,220,.26);
}

.button-secondary:hover {
  color: var(--ds-on-background);
  background: rgba(181,201,220,.08);
  border-color: rgba(181,201,220,.72);
}

.hero {
  position: relative;
  min-height: calc(100vh - 80px);
  padding: clamp(96px, 12vw, 160px) 0 clamp(120px, 14vw, 190px);
  background:
    linear-gradient(90deg, rgba(0,19,46,.94), rgba(0,19,46,.7) 48%, rgba(0,14,36,.84)),
    radial-gradient(circle at 82% 28%, rgba(181,201,220,.22), transparent 26%),
    radial-gradient(circle at 16% 76%, rgba(178,199,239,.1), transparent 32%),
    var(--ds-background);
}

.hero::before {
  opacity: .2;
}

.hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  gap: clamp(56px, 7vw, 112px);
}

.eyebrow {
  gap: 16px;
  color: var(--ds-primary);
  font-family: Manrope, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .60em;
}

.eyebrow > span {
  width: 40px;
  height: 1px;
  background: rgba(181,201,220,.58);
}

h1,
.hero h1 {
  max-width: 760px;
  color: var(--ds-on-background);
  font-family: Newsreader, serif;
  font-size: clamp(60px, 8.8vw, 128px);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}

.hero-lead {
  max-width: 600px;
  color: rgba(214,227,255,.84);
  font-family: Manrope, sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.45;
}

.hero-actions {
  gap: 16px;
  margin-bottom: 40px;
}

.trust-block {
  max-width: 610px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(142,144,152,.18);
  color: var(--ds-body);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.hero-price {
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ds-on-background);
}

.hero-price strong {
  color: var(--ds-on-background);
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-price > span {
  color: var(--ds-primary);
}

.trust-block p:last-child {
  color: rgba(196,198,206,.78);
}

.check {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: rgba(181,201,220,.12);
  color: var(--ds-primary);
}

.browser-frame,
.large-preview,
.form-card,
.price-card,
.custom-note,
.benefit-grid article,
.audience-grid article,
.step-card,
.personal-note,
.help-note {
  border-radius: var(--ds-radius);
  box-shadow: none;
}

.browser-frame,
.large-preview {
  border-color: rgba(181,201,220,.24);
  background: var(--ds-surface-lowest);
  box-shadow: 0 40px 120px rgba(0,0,0,.32), 0 0 0 1px rgba(214,227,255,.035);
}

.browser-top {
  background: rgba(7,28,54,.96);
  border-bottom-color: rgba(142,144,152,.18);
}

.browser-top i {
  background: rgba(181,201,220,.42);
}

.browser-top span {
  color: rgba(214,227,255,.58);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.floating-badge,
.mini-card {
  border-radius: var(--ds-radius);
  border-color: rgba(181,201,220,.24);
  background: rgba(12,32,59,.92);
  color: var(--ds-on-background);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.floating-badge span,
.mini-icon {
  color: var(--ds-primary);
}

.section {
  padding-top: var(--ds-section-space);
  padding-bottom: var(--ds-section-space);
}

.section-heading h2,
.contact-copy h2 {
  color: var(--ds-on-background);
  font-family: Spectral, serif;
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.section-heading > p:last-child,
.contact-lead,
.micro-examples {
  color: var(--ds-body);
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.process-section,
.audience-section,
.price-section,
.contact-section,
footer {
  background: var(--ds-background);
}

.process-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(181,201,220,.12), transparent 36%),
    var(--ds-background);
}

#included {
  background: var(--ds-surface-low);
}

.example-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(181,201,220,.10), transparent 34%),
    var(--ds-surface-lowest);
}

.audience-section {
  background: var(--ds-surface-low);
}

.price-section {
  background:
    radial-gradient(circle at 18% 28%, rgba(181,201,220,.16), transparent 34%),
    var(--ds-surface-container-lowest);
}

.contact-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(181,201,220,.08), transparent 34%),
    var(--ds-background);
}

.step-card,
.benefit-grid article,
.audience-grid article {
  border-color: rgba(142,144,152,.18);
  background: rgba(12,32,59,.72);
  box-shadow: inset 0 1px 0 rgba(214,227,255,.035);
}

.step-card:hover,
.benefit-grid article:hover,
.audience-grid article:hover {
  border-color: rgba(181,201,220,.34);
  background: rgba(24,42,70,.72);
  box-shadow: none;
}

.step-card h3,
.benefit-grid h3,
.audience-grid h3,
.personal-note strong,
.custom-note strong,
.help-note strong,
.price-label,
.included-title,
.contact-points b {
  color: var(--ds-on-background);
}

.step-card p,
.benefit-grid p,
.audience-grid p,
.custom-note p,
.help-note p,
.price-copy > p:last-of-type,
.monthly-explainer,
.price-card li,
.price-faq p,
.contact-points p,
.form-footnote,
.success-message p {
  color: var(--ds-body);
}

.step-icon,
.benefit-grid article > span,
.audience-grid article > span,
.custom-note > span,
.help-note > span,
.step-number,
.avatar {
  border-radius: 2px;
  background: rgba(181,201,220,.12);
  color: var(--ds-primary);
}

.assurance,
.price-trust p,
.personal-note,
.help-note,
.price-faq {
  border-color: rgba(142,144,152,.18);
  background: rgba(181,201,220,.07);
  color: var(--ds-body);
}

.personal-note,
.help-note,
.custom-note {
  border: 1px solid rgba(142,144,152,.18);
}

.custom-note {
  background: rgba(12,32,59,.72);
}

.custom-note a {
  color: var(--ds-primary);
  border-bottom: 1px solid rgba(181,201,220,.28);
}

.custom-note-order {
  grid-template-columns: 1fr auto;
}

.order-flow {
  display: grid;
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.order-flow li {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-left: 2px solid rgba(181,201,220,.58);
  background: rgba(181,201,220,.06);
}

.order-flow strong {
  color: var(--ds-on-background);
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: .03em;
}

.order-flow span {
  color: var(--ds-body);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
}

.details-link {
  display: inline-block;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(181,201,220,.35);
  color: var(--ds-primary);
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.details-link:hover,
.details-link:focus-visible {
  border-color: var(--ds-on-background);
  color: var(--ds-on-background);
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  main > .section.section-reveal {
    opacity: 0;
    transform: translateY(52px);
    transition: opacity .85s ease, transform .85s cubic-bezier(.22,1,.36,1);
  }

  main > .section.section-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.price-card,
.form-card {
  border: 1px solid rgba(181,201,220,.22);
  background: linear-gradient(180deg, rgba(12,32,59,.96), rgba(7,28,54,.96));
  color: var(--ds-on-surface);
}

.start-price small,
.form-card label small {
  color: var(--ds-faint);
}

.start-price strong,
.price-plus,
.success-message h3 {
  color: var(--ds-on-background);
}

.price-faq strong {
  color: var(--ds-on-background);
}

.price-card hr {
  border-top-color: rgba(142,144,152,.18);
}

.form-card form > label,
.field-row label,
.form-instructions,
.privacy-note {
  color: var(--ds-on-background);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

input,
textarea {
  border-color: rgba(142,144,152,.28);
  background: rgba(0,14,36,.52);
  color: var(--ds-on-background);
}

input::placeholder,
textarea::placeholder {
  color: rgba(196,198,206,.48);
}

input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  border-color: var(--ds-primary);
  box-shadow: 0 0 0 2px rgba(181,201,220,.36);
}

label.invalid input,
label.invalid textarea {
  border-color: #FFB4AB;
}

.field-error {
  color: #FFDAD6;
}

.form-message {
  border-color: rgba(255,180,171,.45);
  background: rgba(147,0,10,.26);
  color: #FFDAD6;
}

.success-message > span {
  border-radius: 2px;
  background: rgba(181,201,220,.12);
  color: var(--ds-primary);
}

.footer-main,
.footer-bottom {
  border-color: rgba(142,144,152,.16);
}

.footer-main > p,
.footer-bottom,
.footer-main nav {
  color: var(--ds-body);
}

.customer-site,
.customer-site * {
  font-family: Inter, sans-serif;
}

.customer-site h3,
.customer-site h4 {
  font-family: Inter, sans-serif;
  letter-spacing: normal;
}

@media (max-width: 900px) {
  body.menu-open .site-header {
    background: #000e24;
    backdrop-filter: none;
  }

  .container {
    width: min(100% - 64px, 760px);
  }

  .hero-grid,
  .included-grid,
  .price-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .main-nav {
    position: fixed;
    inset: 80px 0 0;
    padding: 44px 32px;
    background: #000e24;
  }

  .main-nav > a:not(.button) {
    justify-content: flex-start;
    color: var(--ds-on-background);
    font-family: Newsreader, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.02em;
    text-transform: none;
    border-bottom-color: rgba(142,144,152,.18);
  }

  .hero-grid {
    gap: 56px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .custom-note-order {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --ds-section-space: 104px;
  }

  .container {
    width: calc(100% - 48px);
  }

  .nav-wrap {
    height: 76px;
  }

  .hero {
    min-height: auto;
    padding-top: 88px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 60px);
  }

  .hero-lead {
    font-size: 18px;
    line-height: 1.6;
  }

  .button {
    min-height: 58px;
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-nav > a:not(.button)::after,
  .button,
  .browser-frame,
  .large-preview,
  img {
    transition-duration: .01ms !important;
  }
}

/* Final CTA specificity alignment with the design system. */
.hero .button,
.main-nav .button,
.price-card .button,
.included-cta .button,
.submit-button {
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-secondary));
  color: var(--ds-on-primary);
  border-color: rgba(181,201,220,.88);
}

.hero .button:hover,
.main-nav .button:hover,
.price-card .button:hover,
.included-cta .button:hover,
.submit-button:hover {
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-secondary));
  color: var(--ds-on-primary);
  opacity: .9;
  transform: translateY(0);
  box-shadow: none;
}

.hero .button-secondary {
  background: transparent;
  color: var(--ds-on-background);
  border-color: rgba(181,201,220,.28);
}

.hero .button-secondary:hover {
  background: rgba(181,201,220,.08);
  color: var(--ds-on-background);
  border-color: rgba(181,201,220,.72);
}

/* Readability correction after design-system integration. */
#included .benefit-grid article {
  border-color: rgba(142,144,152,.18);
  background: rgba(12,32,59,.72);
  color: var(--ds-on-background);
  box-shadow: inset 0 1px 0 rgba(214,227,255,.035);
}

#included .benefit-grid article:hover {
  border-color: rgba(181,201,220,.34);
  background: rgba(24,42,70,.72);
  box-shadow: none;
}

#included .benefit-grid h3 {
  color: var(--ds-on-background);
}

#included .benefit-grid p {
  color: var(--ds-body);
}

.form-card form > label,
.field-row label,
.privacy-note {
  font-size: 13px;
  line-height: 1.55;
}

.form-card label small,
.start-price small,
.monthly-explainer,
.price-faq p,
.included-title,
.form-footnote {
  font-size: 12px;
  line-height: 1.6;
}

.form-card label small {
  color: rgba(196,198,206,.82);
}

/* Additional readability polish for small supporting text. */
.start-price small {
  color: rgba(196,198,206,.82);
}

.help-note p,
.custom-note p {
  font-size: 13px;
  line-height: 1.65;
}

.mini-card small {
  color: var(--ds-body);
  font-size: 10px;
  line-height: 1.4;
}

.footer-main nav,
.footer-bottom {
  font-size: 12px;
  line-height: 1.6;
}

/* Final small-text readability threshold. */
.mini-card small {
  font-size: 12px;
  line-height: 1.45;
}

/* Logo mark readability correction. */
.logo-mark {
  width: 44px;
  height: 44px;
  color: #00132E;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,0) 36%),
    linear-gradient(145deg, #F4F8FF 0%, #C9CDD4 45%, #8FA0B5 100%);
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -10px 18px rgba(0,19,46,.16),
    0 0 0 1px rgba(214,227,255,.38),
    0 12px 30px rgba(0,0,0,.28);
}

.logo-mark::before {
  inset: 5px;
  border-color: rgba(0,19,46,.36);
}

.logo-mark::after {
  opacity: .22;
}
/* Visual spacing correction 2026-08-12: form close and footer contact block. */
@media (min-width: 901px) {
  .form-card {
    padding: 44px 48px 50px;
  }

  .footer-main {
    grid-template-columns: minmax(260px, .9fr) minmax(300px, 1fr) auto;
    gap: 56px;
  }
}

.privacy-note {
  margin-top: 8px;
  padding: 22px 24px;
  border: 1px solid rgba(181,201,220,.18);
  background: rgba(181,201,220,.055);
  line-height: 1.7;
}

.privacy-note + .form-message[hidden] + .submit-button,
.privacy-note + .submit-button,
.form-message + .submit-button {
  margin-top: 28px;
}

.form-footnote {
  max-width: 720px;
  margin: 22px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(181,201,220,.16);
  line-height: 1.7;
}

footer {
  padding-top: 66px;
  padding-bottom: 32px;
}

.footer-main {
  align-items: center;
  padding-bottom: 46px;
}

.footer-main > p {
  padding: 16px 0 16px 28px;
  border-left: 1px solid rgba(181,201,220,.24);
  font-size: 13px;
  line-height: 1.9;
}

.footer-main > p a {
  display: inline-block;
  margin-top: 3px;
  color: var(--ds-on-background);
}

@media (max-width: 900px) {
  .form-card {
    padding: 36px 32px 40px;
  }

  .footer-main > p {
    padding-left: 24px;
  }
}

@media (max-width: 640px) {
  .form-card {
    padding: 30px 22px 34px;
  }

  .privacy-note {
    padding: 18px;
  }

  .privacy-note + .form-message[hidden] + .submit-button,
  .privacy-note + .submit-button,
  .form-message + .submit-button {
    margin-top: 24px;
  }

  .form-footnote {
    margin-top: 18px;
    padding-top: 18px;
  }

  footer {
    padding-top: 54px;
  }

  .footer-main {
    gap: 30px;
    padding-bottom: 38px;
  }

  .footer-main > p {
    padding: 0;
    border-left: 0;
    font-size: 13px;
    line-height: 1.85;
  }
}


@media (min-width: 901px) and (max-width: 1450px) {
  .footer-main {
    grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.2fr);
    gap: 38px 56px;
  }

  .footer-main nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* Visual refinement 2026-08-13: secondary offer, privacy contrast and premium footer. */
.advanced-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  margin-top: clamp(58px, 7vw, 92px);
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid rgba(181,201,220,.22);
  border-top-color: rgba(214,227,255,.46);
  background:
    linear-gradient(110deg, rgba(181,201,220,.11), rgba(181,201,220,.025) 55%),
    rgba(7,28,54,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 30px 70px rgba(0,0,0,.14);
}

.advanced-offer > div {
  max-width: 720px;
}

.advanced-offer-label,
.footer-heading {
  margin: 0 0 13px;
  color: var(--ds-primary);
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.advanced-offer h3 {
  margin: 0 0 12px;
  color: var(--ds-on-background);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.advanced-offer > div > p:last-child {
  max-width: 690px;
  margin: 0;
  color: var(--ds-body);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.advanced-offer-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid rgba(181,201,220,.48);
  color: var(--ds-on-background);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.advanced-offer-link:hover,
.advanced-offer-link:focus-visible {
  border-color: var(--ds-on-background);
  background: rgba(181,201,220,.12);
  transform: translateY(-2px);
}

.privacy-note a,
.privacy-note a:visited {
  color: #F0F5FF;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(240,245,255,.72);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.privacy-note a:hover,
.privacy-note a:focus-visible {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
  text-decoration-thickness: 2px;
}

footer {
  position: relative;
  overflow: hidden;
  padding-top: 78px;
  background:
    radial-gradient(circle at 14% 0%, rgba(181,201,220,.09), transparent 30%),
    #000B1D;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181,201,220,.52), transparent);
  transform: translateX(-50%);
}

.footer-main {
  grid-template-columns: minmax(260px, 1.05fr) minmax(250px, .85fr) minmax(310px, 1fr);
  align-items: start;
  gap: clamp(44px, 6vw, 88px);
  padding-bottom: 64px;
}

.footer-brand,
.footer-contact,
.footer-navigation {
  min-width: 0;
}

.footer-brand {
  display: grid;
  gap: 24px;
}

.footer-brand > p {
  max-width: 350px;
  margin: 0;
  color: var(--ds-body);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.footer-contact {
  padding-left: 30px;
  border-left: 1px solid rgba(181,201,220,.2);
}

.footer-contact strong {
  display: block;
  margin-bottom: 11px;
  color: var(--ds-on-background);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 650;
}

.footer-contact address {
  color: var(--ds-body);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
}

.footer-contact a {
  color: var(--ds-on-background);
  text-decoration: underline;
  text-decoration-color: rgba(181,201,220,.4);
  text-underline-offset: 4px;
}

.footer-navigation nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 28px;
}

.footer-navigation nav a {
  min-width: 0;
  min-height: 38px;
  justify-content: flex-start;
  color: var(--ds-body);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 550;
}

.footer-navigation nav a:hover,
.footer-navigation nav a:focus-visible {
  color: var(--ds-on-background);
}

.footer-bottom {
  padding: 26px 0 4px;
  color: rgba(196,198,206,.68);
  font-family: Manrope, sans-serif;
  font-size: 11px;
}

@media (max-width: 1050px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-navigation {
    grid-column: 1 / -1;
    padding-top: 34px;
    border-top: 1px solid rgba(181,201,220,.14);
  }

  .footer-navigation nav {
    grid-template-columns: repeat(4, minmax(0, auto));
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .advanced-offer {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 50px;
    padding: 30px 24px;
  }

  .advanced-offer-link {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  footer {
    padding-top: 58px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }

  .footer-brand {
    gap: 20px;
  }

  .footer-logo {
    justify-content: flex-start;
  }

  .footer-contact {
    padding: 30px 0 0;
    border-top: 1px solid rgba(181,201,220,.14);
    border-left: 0;
  }

  .footer-navigation {
    grid-column: auto;
    padding-top: 30px;
  }

  .footer-navigation nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    align-items: flex-start;
    text-align: left;
  }
}

/* Keyboard access: the skip link is only visible when it receives focus. */
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border: 2px solid #00132e;
  background: #f0f5ff;
  color: #00132e;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, textarea, [tabindex]):focus-visible {
  outline: 3px solid #d6e3ff;
  outline-offset: 4px;
}

.legal-page :where(a, button, input, textarea, [tabindex]):focus-visible {
  outline-color: #00132e;
}

/* Separat kundresesida */
.journey-page { background: var(--ds-background); color: var(--ds-on-surface); }
.journey-page .site-header { background: rgba(0,19,46,.96); border-bottom-color: rgba(184,203,234,.14); }
.journey-page .site-header .logo,
.journey-page .site-header .main-nav > a:not(.button) { color: rgba(214,227,255,.78); }
.journey-page .site-header .main-nav > a:not(.button):hover,
.journey-page .site-header .main-nav > a:not(.button):focus-visible { color: var(--ds-on-background); }
.journey-page .menu-button { border-color: rgba(184,203,234,.28); background: rgba(181,201,220,.08); }
.journey-page .menu-button > span:not(.sr-only) { background: var(--ds-on-background); }
.journey-hero { position: relative; overflow: hidden; padding: clamp(84px, 11vw, 150px) 0 clamp(72px, 9vw, 120px); background: radial-gradient(circle at 78% 20%, rgba(184,203,234,.2), transparent 33%), linear-gradient(145deg, #00132e 0%, #071d3c 65%, #0b284c 100%); color: white; }
.journey-hero::after { content: ""; position: absolute; right: -10vw; bottom: -26vw; width: 58vw; height: 58vw; border: 1px solid rgba(214,227,255,.14); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(214,227,255,.025), 0 0 0 13vw rgba(214,227,255,.02); pointer-events: none; }
.journey-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.journey-hero h1 { max-width: 720px; margin: 18px 0 26px; color: #f5f7ff; font-family: Newsreader, Georgia, serif; font-size: clamp(3.3rem, 7vw, 6.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .91; }
.journey-lead { max-width: 670px; margin: 0; color: #c9d5e7; font-family: Manrope, sans-serif; font-size: clamp(1.04rem, 1.8vw, 1.28rem); font-weight: 300; line-height: 1.75; }
.journey-hero-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 38px; }
.journey-back-link { min-height: 44px; display: inline-flex; align-items: center; color: #d6e3ff; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.journey-map { position: relative; display: grid; gap: 0; padding: 38px; border: 1px solid rgba(214,227,255,.16); border-radius: 26px; background: rgba(1,17,40,.55); box-shadow: 0 30px 80px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.journey-map-line { position: absolute; top: 62px; bottom: 62px; left: 64px; width: 2px; background: linear-gradient(#b8cbea, rgba(184,203,234,.16)); transform-origin: top; animation: journey-map-grow 1.35s cubic-bezier(.22,1,.36,1) both; }
.journey-map > div:not(.journey-map-line) { position: relative; display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; column-gap: 18px; min-height: 86px; align-content: center; }
.journey-map span { z-index: 1; grid-row: 1 / 3; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(214,227,255,.35); border-radius: 50%; background: #071d3c; color: #eef4ff; font-weight: 800; box-shadow: 0 0 0 7px rgba(214,227,255,.045); }
.journey-map strong { align-self: end; color: #f5f7ff; font-family: Inter, sans-serif; font-size: 15px; }
.journey-map small { align-self: start; margin-top: 4px; color: #aebdd1; font-family: Manrope, sans-serif; font-size: 12px; }
.journey-map > div:nth-child(2) span { animation: journey-pulse 2.7s ease-in-out infinite; }
@keyframes journey-map-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes journey-pulse { 0%,100% { box-shadow: 0 0 0 7px rgba(214,227,255,.045); } 50% { box-shadow: 0 0 0 13px rgba(214,227,255,.1); } }

.journey-intro { padding: clamp(70px, 9vw, 110px) 0 52px; text-align: center; background: var(--ds-background); }
.journey-intro h2, .journey-final h2 { max-width: 780px; margin: 16px auto 18px; color: var(--ds-on-background); font-family: Newsreader, Georgia, serif; font-size: clamp(2.5rem, 5.5vw, 4.8rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.journey-intro > .container > p:last-child { max-width: 720px; margin: 0 auto; color: var(--ds-body); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.8; }
.journey-timeline { padding: 28px 0 clamp(90px, 12vw, 150px); background: radial-gradient(circle at 14% 32%, rgba(181,201,220,.06), transparent 25%), var(--ds-background); }
.journey-route { position: relative; display: grid; gap: 32px; }
.journey-route::before, .journey-route::after { content: ""; position: absolute; z-index: 0; top: 32px; bottom: 32px; left: 50%; width: 3px; border-radius: 3px; transform: translateX(-50%); }
.journey-route::before { background: rgba(181,201,220,.18); }
.journey-route::after { height: var(--journey-progress); bottom: auto; background: linear-gradient(var(--ds-primary), var(--ds-secondary)); transition: height .8s cubic-bezier(.22,1,.36,1); }
.journey-stage { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 76px 1fr; align-items: center; min-height: 245px; scroll-margin-top: 105px; }
.journey-stage:nth-child(odd) .journey-card { grid-column: 1; }
.journey-stage:nth-child(even) .journey-card { grid-column: 3; }
.journey-marker { grid-column: 2; grid-row: 1; display: grid; place-items: center; }
.journey-marker span { width: 54px; height: 54px; display: grid; place-items: center; border: 6px solid var(--ds-background); border-radius: 50%; background: var(--ds-surface-low); color: var(--ds-primary); font-size: 13px; font-weight: 850; transition: background .45s ease, color .45s ease, transform .55s cubic-bezier(.22,1,.36,1), box-shadow .45s ease; }
.journey-card { grid-row: 1; padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(181,201,220,.18); border-radius: 22px; background: rgba(12,32,59,.78); box-shadow: 0 18px 55px rgba(0,0,0,.18); }
.journey-card-emphasis { background: rgba(24,42,70,.88); border-color: rgba(181,201,220,.32); }
.journey-card-decision { background: rgba(15,43,57,.86); border-color: rgba(181,201,220,.28); }
.journey-phase { margin: 0 0 12px; color: var(--ds-primary); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.journey-card h2 { margin: 0 0 16px; color: var(--ds-on-background); font-family: Newsreader, Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.45rem); font-weight: 400; letter-spacing: -.02em; line-height: 1.06; }
.journey-card > p:not(.journey-phase) { margin: 0; color: var(--ds-body); font-family: Manrope, sans-serif; font-size: 14px; line-height: 1.75; }
.journey-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.journey-actions p { margin: 0; padding: 17px; border: 1px solid rgba(181,201,220,.12); border-radius: 12px; background: rgba(181,201,220,.06); }
.journey-actions strong, .journey-actions span { display: block; }
.journey-actions strong { margin-bottom: 6px; color: var(--ds-on-background); font-size: 11px; letter-spacing: .04em; }
.journey-actions span { color: var(--ds-body); font-size: 12px; line-height: 1.55; }
.journey-motion-ready .journey-stage .journey-card { opacity: 0; transform: translateY(28px) scale(.98); transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.journey-motion-ready .journey-stage.is-visible .journey-card { opacity: 1; transform: translateY(0) scale(1); }
.journey-stage.is-visible .journey-marker span { background: linear-gradient(135deg, var(--ds-primary), var(--ds-secondary)); color: var(--ds-on-primary); transform: scale(1.08); box-shadow: 0 0 0 8px rgba(181,201,220,.1); }

.journey-control { padding: clamp(80px, 10vw, 130px) 0; background: #00132e; color: white; }
.journey-control-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.journey-control h2 { max-width: 520px; margin: 18px 0 0; color: #f5f7ff; font-family: Newsreader, Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; }
.journey-control-list { display: grid; gap: 14px; }
.journey-control-list p { display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; column-gap: 18px; margin: 0; padding: 23px; border: 1px solid rgba(214,227,255,.15); border-radius: 16px; background: rgba(214,227,255,.055); }
.journey-control-list p > span { grid-row: 1 / 3; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #d6e3ff; color: #00132e; font-size: 19px; }
.journey-control-list strong { align-self: end; color: #f5f7ff; font-size: 14px; }
.journey-control-list small { align-self: start; margin-top: 6px; color: #b8c6d9; font-size: 12px; line-height: 1.55; }
.journey-final { padding: clamp(85px, 11vw, 145px) 0; text-align: center; border-top: 1px solid rgba(181,201,220,.14); background: var(--ds-surface-low); }
.journey-final p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; color: var(--ds-body); font-size: 16px; line-height: 1.75; }
.journey-page .journey-intro h2,
.journey-page .journey-card h2,
.journey-page .journey-control h2,
.journey-page .journey-final h2 { font-family: Spectral, Georgia, serif; font-weight: 300; line-height: 1.18; }
.journey-page-link { margin: 24px auto 0; text-align: center; }
.journey-page-link a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 900px) {
  .journey-page .main-nav {
    position: absolute;
    inset: 76px 0 auto;
    z-index: 20;
    padding: 18px 24px 28px;
    border-bottom: 1px solid rgba(184,203,234,.18);
    background: #000e24;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
  }
  .journey-page .main-nav > a:not(.button) {
    color: var(--ds-on-background);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    border-bottom-color: rgba(184,203,234,.14);
  }
  .journey-page .main-nav .button { width: 100%; }
  .journey-hero-grid, .journey-control-grid { grid-template-columns: 1fr; }
  .journey-map { max-width: 620px; }
  .journey-route::before, .journey-route::after { left: 28px; }
  .journey-stage { grid-template-columns: 58px 1fr; min-height: 0; }
  .journey-stage:nth-child(n) .journey-card { grid-column: 2; grid-row: 1; }
  .journey-marker { grid-column: 1; }
  .journey-marker span { width: 48px; height: 48px; }
}

@media (max-width: 640px) {
  .journey-hero { padding-top: 70px; }
  .journey-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .journey-map { padding: 25px 20px; }
  .journey-map-line { left: 46px; }
  .journey-map > div:not(.journey-map-line) { grid-template-columns: 52px 1fr; }
  .journey-route { gap: 22px; }
  .journey-route::before, .journey-route::after { left: 23px; }
  .journey-stage { grid-template-columns: 46px minmax(0, 1fr); align-items: start; }
  .journey-marker { padding-top: 26px; }
  .journey-marker span { width: 40px; height: 40px; border-width: 5px; }
  .journey-card { padding: 27px 22px; border-radius: 17px; }
  .journey-actions { grid-template-columns: 1fr; }
  .journey-control-list p { grid-template-columns: 44px 1fr; padding: 19px; }
  .journey-control-list p > span { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-map-line, .journey-map > div:nth-child(2) span { animation: none !important; }
  .journey-route::after, .journey-card, .journey-marker span { transition: none !important; }
  .journey-motion-ready .journey-stage .journey-card { opacity: 1; transform: none; }
}

/* Dessa färger ligger sist för att den ljusa projektsidan inte ska ärva
   huvudsakans mörka sektionsrubriker. */
.advanced-inquiry-page .advanced-project-process .section-heading h2 { color: #00132e; }
.advanced-inquiry-page .advanced-project-process .eyebrow { color: #496d93; }
.advanced-inquiry-page .advanced-project-process .eyebrow > span { background: #7894b2; }

/* Sektionsrubriker visas utan dekorativt streck. Strecket i sidans inledande huvuddel behålls. */
.eyebrow > span { display: none; }
.hero .eyebrow > span { display: block; }

.audience-section {
  padding-top: clamp(76px, 8vw, 104px);
  padding-bottom: clamp(76px, 8vw, 104px);
}

/* Användartest 2026-08-31: slutliga överskrivningar efter designsystemet. */
.logo-mark,
.step-icon,
.benefit-grid article > span {
  border-radius: 38%;
}

.logo-mark {
  background: rgba(181, 201, 220, .12);
  color: var(--ds-primary);
  font-family: Manrope, sans-serif;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px rgba(181, 201, 220, .28);
}

.logo-mark::before,
.logo-mark::after {
  content: none;
}

.logo > span:last-child {
  font-family: Manrope, sans-serif;
  font-weight: 650;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.step-card h3,
.benefit-grid h3,
.audience-grid h3,
.section-heading h2,
.contact-copy h2 {
  overflow-wrap: break-word;
  hyphens: manual;
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 52px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .step-card h3,
  .benefit-grid h3,
  .audience-grid h3 {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }
}
