.subpage .site-header { background: rgba(11,12,16,.96); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.subpage-main { overflow: hidden; }
.sub-hero { position: relative; padding: 165px 0 105px; overflow: hidden; background: var(--black); color: white; }
.sub-hero::after { content: ""; position: absolute; width: 520px; height: 520px; top: 40px; right: -170px; border-radius: 50%; background: var(--blue); filter: blur(135px); opacity: .2; }
.sub-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.22fr .68fr; gap: 85px; align-items: end; }
.breadcrumbs { margin: 0 0 23px; color: rgba(255,255,255,.5); font-size: 13px; font-weight: 700; }
.breadcrumbs a:hover { color: white; }
.sub-hero h1 { max-width: 850px; font-size: clamp(50px, 7vw, 82px); }
.sub-hero h1 span { color: var(--blue); }
.sub-lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 19px; }
.sub-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.sub-actions .button-outline { border-color: rgba(255,255,255,.25); color: white; }
.hero-facts { display: grid; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); list-style: none; }
.hero-facts li { display: grid; gap: 3px; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.11); }
.hero-facts li:last-child { border-bottom: 0; }
.hero-facts strong { color: white; font-family: Manrope, sans-serif; }
.hero-facts span { color: rgba(255,255,255,.53); font-size: 13px; }
.sub-section { padding: 105px 0; }
.sub-section.alt { background: var(--paper); }
.sub-section.dark { background: var(--black); color: white; }
.sub-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.sub-heading h2 { max-width: 820px; font-size: clamp(38px, 5vw, 58px); }
.sub-heading > p { margin: 0; color: var(--muted); }
.dark .sub-heading > p { color: rgba(255,255,255,.58); }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.info-card .card-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 35px; border-radius: 9px; background: var(--blue-light); color: #3652c0; font-size: 13px; font-weight: 800; }
.info-card h3 { font-size: 24px; }
.info-card p { margin: 12px 0 0; color: var(--muted); }
.split-content { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.split-content h2 { position: sticky; top: 115px; font-size: clamp(38px, 5vw, 58px); }
.feature-list { display: grid; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 25px 0; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list > li > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: white; font-size: 13px; font-weight: 800; }
.feature-list h3 { font-size: 21px; }
.feature-list p { margin: 7px 0 0; color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.package-card { position: relative; display: flex; min-height: 500px; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.package-card.featured { border: 2px solid var(--blue); box-shadow: 0 24px 65px rgba(50,70,150,.12); }
.package-tag { width: max-content; margin-bottom: 18px; padding: 6px 9px; border-radius: 6px; background: var(--blue-light); color: #314fc6; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.package-card h3 { font-size: 31px; }
.package-card > p { color: var(--muted); }
.package-price { margin: 13px 0 4px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 23px; font-weight: 800; }
.package-card ul { flex: 1; margin: 24px 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.package-card li { margin: 9px 0; }
.package-card li::before { content: "✓"; margin-right: 8px; color: var(--blue); font-weight: 800; }
.service-package { min-height: 640px; }
.service-package.featured { transform: translateY(-10px); }
.service-package.featured::before { content: "Bäst balans mellan pris och hjälp"; position: absolute; top: -14px; right: 24px; padding: 7px 11px; border-radius: 7px; background: var(--blue); color: white; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.service-package .package-price { display: flex; align-items: baseline; gap: 7px; margin-top: 10px; }
.service-package .package-price strong { color: var(--ink); font-size: 35px; line-height: 1; }
.service-package .package-price span { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: 600; }
.service-package > p:not(.package-price) { min-height: 76px; }
.service-package li { padding-left: 22px; position: relative; }
.service-package li::before { position: absolute; left: 0; }
.service-price-note { display: grid; grid-template-columns: .65fr 1fr; gap: 24px; margin-top: 28px; padding: 22px 24px; border: 1px solid #cdd5ff; border-radius: 14px; background: #f5f7ff; color: #4f5876; font-size: 14px; }
.service-price-note strong { color: var(--ink); }
.section-side-copy { max-width: 520px; color: var(--muted); }
.service-faq .faq-list { max-width: none; grid-template-columns: repeat(2, 1fr); }
.service-faq .faq-list details { align-self: start; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 20px 55px rgba(20,24,38,.07); -webkit-overflow-scrolling: touch; }
.comparison-wrap:focus-visible { outline: 3px solid rgba(92,124,255,.45); outline-offset: 4px; }
.service-comparison { width: 100%; min-width: 820px; border-collapse: collapse; text-align: center; }
.service-comparison th, .service-comparison td { padding: 18px 19px; border-bottom: 1px solid var(--line); }
.service-comparison thead th { padding-top: 22px; padding-bottom: 22px; background: #f8f9fc; color: var(--ink); font-family: Manrope, sans-serif; font-size: 17px; }
.service-comparison thead th:first-child { text-align: left; }
.service-comparison thead span { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 600; }
.service-comparison thead em { display: inline-block; margin-left: 6px; padding: 4px 7px; border-radius: 5px; background: var(--blue); color: white; font-family: "DM Sans", sans-serif; font-size: 10px; font-style: normal; text-transform: uppercase; }
.service-comparison tbody th { width: 34%; color: var(--ink); font-weight: 700; text-align: left; }
.service-comparison tbody td { color: #535968; font-size: 14px; }
.service-comparison tr:last-child th, .service-comparison tr:last-child td { border-bottom: 0; }
.service-comparison .recommended-col { background: #f3f5ff; }
.table-yes { color: #275f45; font-weight: 800; }
.table-no { color: #8b909b; }
.service-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-scope-grid article { min-height: 235px; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.045); }
.service-scope-grid article > span { color: var(--blue-light); font-size: 12px; font-weight: 800; }
.service-scope-grid h3 { margin-top: 34px; color: white; font-size: 21px; }
.service-scope-grid p { margin: 10px 0 0; color: rgba(255,255,255,.6); }
.service-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.service-flow li { min-height: 255px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.service-flow > li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; background: var(--blue-light); color: #314fc6; font-size: 12px; font-weight: 800; }
.service-flow h3 { margin-top: 38px; font-size: 20px; }
.service-flow p { margin: 10px 0 0; color: var(--muted); }
.service-terms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.service-terms > div { padding: 23px 25px; background: white; }
.service-terms strong { color: var(--ink); font-family: Manrope, sans-serif; }
.service-terms p { margin: 6px 0 0; color: var(--muted); }
.notice-box { margin-top: 26px; padding: 19px 22px; border: 1px solid #cdd5ff; border-radius: 13px; background: #f5f7ff; color: #4f5876; font-size: 14px; }
.faq-list { display: grid; gap: 11px; max-width: 900px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 13px; background: white; }
.faq-list summary { position: relative; padding: 22px 56px 22px 22px; cursor: pointer; font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); color: var(--blue); font-size: 25px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 75px; align-items: start; }
.legal-nav { position: sticky; top: 112px; display: grid; gap: 8px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legal-nav strong { margin-bottom: 5px; }
.legal-nav a { color: var(--muted); font-size: 14px; }
.legal-nav a:hover { color: var(--blue); }
.legal-copy { max-width: 820px; }
.legal-copy section { padding: 0 0 34px; scroll-margin-top: 110px; }
.legal-copy h2 { margin-bottom: 14px; font-size: 30px; }
.legal-copy h3 { margin: 23px 0 8px; font-size: 20px; }
.legal-copy p, .legal-copy li { color: #525763; }
.legal-copy ul { padding-left: 20px; }
.legal-meta { margin-bottom: 35px; padding: 17px 19px; border-left: 3px solid var(--blue); background: var(--paper); color: var(--muted); }
.sub-cta { padding: 70px 0; background: var(--blue); color: white; }
.sub-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.sub-cta h2 { max-width: 790px; font-size: clamp(36px, 5vw, 56px); }
.sub-cta p { max-width: 650px; color: rgba(255,255,255,.75); }
.sub-cta .button { background: white; color: var(--black); }
.thanks-wrap { min-height: 100vh; display: grid; place-items: center; padding: 120px 24px 60px; background: var(--black); color: white; }
.thanks-card { width: min(720px, 100%); padding: 48px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.thanks-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 30px; border-radius: 15px; background: var(--blue); font-size: 25px; font-weight: 800; }
.thanks-card h1 { font-size: clamp(42px, 7vw, 68px); }
.thanks-card > p { color: rgba(255,255,255,.68); font-size: 18px; }
.next-steps { display: grid; gap: 12px; margin: 30px 0; padding: 22px; border-radius: 14px; background: rgba(255,255,255,.06); }
.next-steps div { display: grid; grid-template-columns: 28px 1fr; gap: 11px; }
.next-steps span { color: var(--blue-light); font-weight: 800; }

@media (max-width: 980px) {
  .sub-hero-grid, .sub-heading, .split-content, .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .card-grid, .package-grid { grid-template-columns: 1fr; }
  .info-card, .package-card { min-height: 0; }
  .service-package.featured { transform: none; }
  .service-price-note, .service-faq .faq-list { grid-template-columns: 1fr; }
  .service-scope-grid { grid-template-columns: repeat(2, 1fr); }
  .service-flow { grid-template-columns: repeat(2, 1fr); }
  .split-content h2, .legal-nav { position: static; }
  .legal-nav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .sub-hero { padding: 125px 0 78px; }
  .sub-hero h1 { font-size: 45px; }
  .sub-lead { font-size: 17px; }
  .sub-actions { align-items: stretch; flex-direction: column; }
  .sub-section { padding: 78px 0; }
  .sub-heading h2, .split-content h2 { font-size: 37px; }
  .info-card, .package-card { padding: 24px 20px; }
  .service-scope-grid, .service-flow, .service-terms { grid-template-columns: 1fr; }
  .service-scope-grid article, .service-flow li { min-height: 0; }
  .service-flow h3, .service-scope-grid h3 { margin-top: 24px; }
  .legal-nav { grid-template-columns: 1fr; }
  .sub-cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .thanks-card { padding: 32px 23px; }
}
