/* SaveMode shared identity. The homepage is self-contained; secondary pages retain styles.css. */
:root {
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #101a1b; --muted: #566366; --forest: #101e20; --forest-2: #243638;
  --green: #147b3d; --green-light: #edf8ef; --paper: #fff; --white: #fff;
  --cream: #f5f8f7; --mist: #f5f8f7; --line: #e1e7e5; --orange: #147b3d;
  --radius-lg: 24px; --radius-md: 14px; --radius-sm: 8px;
  --shadow: 0 12px 36px rgb(18 38 30 / 7%); --max: 1184px;
  --space-1: .5rem; --space-2: 1rem; --space-3: 1.5rem; --space-4: 2rem;
  --space-5: 3rem; --space-6: 5rem;
}
body { font-family: var(--font-sans); }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; background: var(--ink); color: #b4f0bd; border-radius: 11px; font-size: 25px; font-weight: 750; line-height: 1; letter-spacing: -2px; padding: 0 2px 4px 0; }
.brand-copy strong { font-size: 24px; line-height: 1.15; font-weight: 750; text-transform: none; letter-spacing: -1px; }
.brand-copy small { font-size: 12px; }
h1,h2,h3,body:not(.home) :is(h1,h2,h3),.partner-summary strong { font-family: var(--font-sans); }
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible { outline: 3px solid #2177c7; outline-offset: 4px; }
.site-footer .brand { color: #fff; }
/* Existing secondary-page structures: typography and shared identity only. */
body:not(.home) .eyebrow,body:not(.home) .content-hero .eyebrow,body:not(.home) .legal-hero .eyebrow,body:not(.home) .availability-card .eyebrow { color: #adebb9; }
body:not(.home) .section:not(.section--dark) .eyebrow { color: var(--green); }
body:not(.home) .footer-nav a:hover { color: #adebb9; }

/* Homepage foundations */
.home * { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
.home { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.home button,.home input { font: inherit; }
.home button,.home summary { cursor: pointer; }
.home button { color: inherit; }
.home a { text-underline-offset: 4px; }
.home p { margin: 0 0 1rem; }
.home h1,.home h2,.home h3 { margin: 0; line-height: 1.15; text-wrap: balance; }
.home h2 { font-size: clamp(28px,3.1vw,42px); letter-spacing: -.045em; font-weight: 700; }
.home h3 { font-size: 18px; letter-spacing: -.025em; }
.home [hidden] { display: none !important; }
.home .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.home .skip-link { position: fixed; left: 1rem; top: -100px; padding: .75rem 1rem; z-index: 100; background: var(--ink); color: #fff; border-radius: var(--radius-sm); }
.home .skip-link:focus { top: 1rem; }
.home .section-inner,.home .hero-inner,.home .header-inner,.home .footer-inner { width: min(calc(100% - 64px),var(--max)); margin-inline: auto; }
.home .section { padding-block: var(--space-6); }
.home .eyebrow { display: block; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.home .section-heading { margin-bottom: var(--space-4); }
.home .section-heading p { color: var(--muted); margin: 0; }

/* Header and search */
.home .site-header { border-bottom: 1px solid var(--line); background: #fff; }
.home .header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.home .nav-links { display: flex; align-items: center; gap: 32px; }
.home .nav-links a { font-size: 14px; color: var(--ink); text-decoration: none; }
.home .nav-links a:hover { color: var(--green); }
.home .nav-links .nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.home .nav-cta span { margin-left: 14px; }
.home .mobile-toggle { display: none; }
.home .hero { padding: 62px 0 34px; background: #fbfdfc; border-bottom: 1px solid #eef2f0; }
.home .hero-inner { text-align: center; }
.home .hero-kicker { display: inline-flex; align-items: center; gap: 9px; color: #54635e; font-size: 11px; letter-spacing: .12em; font-weight: 700; margin-bottom: 22px; }
.home .hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #31b653; box-shadow: 0 0 0 5px #e8f7ec; }
.home .hero h1 { font-size: clamp(42px,5.2vw,68px); line-height: 1.02; letter-spacing: -.057em; font-weight: 760; }
.home .hero h1 em { color: var(--green); font-style: normal; }
.home .hero-lead { margin: 22px auto 28px; color: var(--muted); font-size: 17px; line-height: 1.62; }
.home .search-shell { width: min(100%,800px); margin: 0 auto; display: flex; align-items: center; gap: 14px; padding: 8px 8px 8px 20px; background: #fff; border: 1px solid #bfd0c7; border-radius: 16px; box-shadow: 0 10px 30px rgb(20 68 39 / 8%); }
.home .search-shell:focus-within { border-color: var(--green); box-shadow: 0 12px 34px rgb(20 68 39 / 11%); }
.home .search-icon { color: var(--muted); flex-shrink: 0; }
.home .search-shell input { min-width: 0; width: 100%; border: 0; background: transparent; min-height: 44px; color: var(--ink); }
.home .search-shell input::placeholder { color: #687577; opacity: 1; }
.home .search-shell button,.home .primary-link,.home .offer-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 20px; background: var(--ink); border: 1px solid var(--ink); color: #fff; border-radius: var(--radius-sm); font-size: 14px; font-weight: 650; text-decoration: none; transition: background .15s ease; }
.home .search-shell button { white-space: nowrap; }
.home .search-shell button:hover,.home .primary-link:hover,.home .offer-button:hover { background: #293c3a; }
.home .search-shell button:disabled { cursor: progress; opacity: .6; }
.home .suggestion-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 14px; margin-top: 16px; }
.home .suggestion-row > span { margin-right: 4px; }
.home .suggestion { background: #fff; border: 1px solid var(--line); border-radius: 7px; min-height: 36px; padding: 5px 12px; font-size: 14px; }
.home .suggestion:hover { border-color: #879d90; background: var(--cream); }
.home .hero-notes { display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; max-width: 100%; padding: 8px 13px; border: 1px solid #e4ebe7; border-radius: 999px; background: #f7faf8; font-size: 11px; color: #66736f; margin-top: 26px; }
.home .hero-notes span { padding: 0 12px; white-space: nowrap; }
.home .hero-notes span + span { border-left: 1px solid #dce5e0; }

/* Results: existing renderer and states, presented as the main working surface. */
.home .search-section { padding-top: 30px; }
.home .result-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.home .result-heading h2 { font-size: 28px; }
.home .result-heading p { max-width: 420px; font-size: 14px; }
.home .comparison-panel { border: 1px solid #dce5e0; border-radius: 20px; overflow: hidden; background: #f7faf8; box-shadow: 0 14px 40px rgb(20 48 32 / 6%); }
.home .panel-topline { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; padding: 14px 24px; background: #f3f7f4; border-bottom: 1px solid #dfe7e3; color: var(--muted); font-size: 12px; }
.home .source-label { display: inline-flex; align-items: center; gap: 8px; }
.home .source-label i { width: 6px; height: 6px; background: #698277; border-radius: 50%; }
.home .source-label--error { color: #805129; }
.home .source-label--error i { background: #a06c3b; }
.home .catalog-summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 24px 18px; }
.home .catalog-summary .eyebrow { margin-bottom: 7px; font-size: 11px; }
.home .catalog-summary h3 { font-size: 18px; }
.home .catalog-summary p { max-width: 245px; color: var(--muted); font-size: 12px; margin: 0; text-align: right; }
.home .catalog-list { display: grid; gap: 8px; padding: 0 12px 12px; }
.home .catalog-card { display: grid; grid-template-columns: 84px minmax(0,1fr) 270px; align-items: center; gap: 24px; padding: 20px; background: #fff; border: 1px solid #e2e9e5; border-radius: 13px; box-shadow: 0 2px 8px rgb(20 48 32 / 3%); }
.home .product-visual { display: grid; place-items: center; border-radius: 12px; background: #f2f7f4; width: 84px; height: 84px; }
.home .product-visual svg { width: 70px; height: 64px; fill: none; stroke: #6a7c76; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.home .product-visual svg .detail { stroke: #8a9c94; }
.home .catalog-category { display: block; color: var(--muted); font-size: 12px; margin-bottom: 7px; overflow-wrap: anywhere; }
.home .catalog-copy h3 { font-size: 17px; line-height: 1.35; letter-spacing: -.018em; overflow-wrap: anywhere; }
.home .catalog-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 16px; margin-top: 10px; color: var(--muted); font-size: 13px; }
.home .availability { display: inline-flex; align-items: center; gap: 6px; }
.home .availability i { width: 5px; height: 5px; border-radius: 50%; background: #4c7e5d; }
.home .catalog-price { display: flex; align-items: end; flex-direction: column; min-width: 0; }
.home .catalog-price small { font-size: 12px; color: var(--muted); }
.home .catalog-price strong,.home .final-price strong { font-size: 27px; letter-spacing: -.035em; font-variant-numeric: tabular-nums; line-height: 1.35; }
.home .catalog-price > span { color: var(--muted); font-size: 12px; text-align: right; }
.home .catalog-price .offer-button { margin-top: 12px; min-height: 40px; padding: 8px 14px; }
.home .result-footnote { padding: 14px 24px 16px; margin: 0; background: #f7faf8; font-size: 11px; color: var(--muted); border-top: 1px solid #e1e8e4; }
.home .empty-state { padding: 48px 24px; text-align: center; }
.home .empty-state h3 { font-size: 22px; margin-bottom: 12px; overflow-wrap: anywhere; }
.home .empty-state p { color: var(--muted); }
.home .empty-icon { display: block; color: var(--muted); font-size: 36px; }
.home .results-loading { display: flex; align-items: center; gap: 24px; padding: 32px 24px; }
.home .skeleton,.home .skeleton-lines span { background: #edf1ef; border-radius: 8px; animation: pulse 1.4s ease-in-out infinite alternate; }
.home .skeleton-product { width: 76px; height: 80px; }
.home .skeleton-lines { width: 55%; }
.home .skeleton-lines span { display: block; height: 12px; margin: 10px 0; }
.home .skeleton-lines span:last-child { width: 65%; }
@keyframes pulse { to { opacity: .5; } }
.home .product-summary { display: flex; align-items: center; gap: 24px; padding: 24px; }
.home .product-summary .product-copy { flex: 1; }
.home .product-summary p { color: var(--muted); margin: 10px 0 0; }
.home .result-count { display: flex; flex-direction: column; font-size: 14px; }
.home .offer-card { padding: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.4fr 1fr auto; align-items: center; gap: 20px; }
.home .rank-block,.home .final-price,.home .offer-action { display: flex; flex-direction: column; gap: 8px; }
.home .rank-block span,.home .final-price span,.home .offer-action span,.home .price-math small { font-size: 12px; color: var(--muted); }
.home .price-math { display: flex; gap: 10px; align-items: center; font-size: 14px; }
.home .price-math small { display: block; }
.home .best-badge { color: var(--green) !important; }
.home .toast { position: fixed; z-index: 30; right: 24px; bottom: 24px; max-width: min(420px,calc(100% - 48px)); padding: 16px 20px; color: #fff; background: var(--ink); border-radius: var(--radius-md); box-shadow: var(--shadow); font-size: 14px; }

/* Extension demonstration: interface, not an install or savings claim. */
.home .extension-section { background: var(--cream); border-block: 1px solid var(--line); }
.home .extension-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.home .extension-copy > p { color: var(--muted); margin-top: 24px; max-width: 450px; }
.home .feature-list { padding: 0; list-style: none; margin: 24px 0 32px; font-size: 14px; }
.home .feature-list li { margin: 12px 0; padding-left: 26px; position: relative; }
.home .feature-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); }
.home .extension-copy .extension-note { font-size: 12px; margin-top: 16px; }
.home .demo-stage { margin: 0; }
.home .demo-caption-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .08em; }
.home .demo-caption-top span { font-weight: 400; letter-spacing: 0; font-size: 12px; }
.home .demo-popup { padding: 24px; border: 1px solid #d7e3dc; border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgb(20 48 32 / 8%); }
.home .demo-brand { display: flex; gap: 8px; align-items: center; }
.home .demo-brand .brand-mark { width: 25px; height: 25px; font-size: 20px; border-radius: 8px; }
.home .demo-brand > span:last-child { margin-left: auto; color: #8b9692; letter-spacing: .12em; }
.home .demo-mode { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 20px; margin-top: 20px; padding: 16px 18px; border: 1px solid #d8eadc; border-radius: 14px; background: #eef8f0; }
.home .demo-mode > span,.home .demo-mode small { color: #68766f; font-size: 11px; }
.home .demo-mode strong { grid-column: 2; grid-row: 1 / span 2; display: flex; align-items: center; gap: 8px; color: #0e7134; font-size: 32px; line-height: 1; letter-spacing: -.035em; }
.home .demo-mode i { width: 9px; height: 9px; border-radius: 50%; background: #28ad4b; box-shadow: 0 0 0 5px rgb(40 173 75 / 10%); }
.home .demo-found { padding: 20px 0; }
.home .demo-found h3 { font-size: 22px; }
.home .demo-found p { color: var(--muted); font-size: 14px; margin: 12px 0 0; }
.home .demo-facts { margin: 0; font-size: 13px; }
.home .demo-facts > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); }
.home .demo-facts dt { color: var(--muted); }
.home .demo-facts dd { margin: 0; text-align: right; }
.home .demo-limit { background: var(--cream); padding: 16px; border-radius: var(--radius-sm); margin: 10px 0 16px; font-size: 14px; }
.home .demo-limit p { color: var(--muted); font-size: 13px; margin: 8px 0 0; }
.home .demo-action { display: flex; justify-content: center; align-items: center; gap: 20px; padding: 12px; background: var(--ink); color: white; border-radius: var(--radius-sm); font-size: 14px; }
.home .demo-click-note { text-align: center; color: var(--muted); font-size: 11px; margin: 12px 0 0; }
.home .demo-stage figcaption { margin: 16px 8px 0; font-size: 12px; color: var(--muted); }

/* Explanation, coverage and native keyboard-accessible FAQ. */
.home .steps-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.home .step-card { border-top: 1px solid var(--line); padding-top: 24px; }
.home .step-number { display: block; margin-bottom: 24px; color: #697b73; font-size: 14px; font-variant-numeric: tabular-nums; }
.home .step-card h3 { font-size: 18px; margin-bottom: 14px; }
.home .step-card p { color: var(--muted); font-size: 16px; margin: 0; }
.home .coverage-section { background: var(--cream); }
.home .coverage-layout,.home .faq-layout { display: grid; grid-template-columns: .95fr 1.15fr; gap: 80px; }
.home .coverage-layout > div > p,.home .faq-layout > div > p { color: var(--muted); margin-top: 24px; }
.home .text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 600; font-size: 14px; }
.home .coverage-list article { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid #d8e1dc; }
.home .coverage-list article:first-child { padding-top: 0; border: 0; }
.home .coverage-list article:last-child { padding-bottom: 0; }
.home .coverage-index { color: var(--muted); font-size: 12px; padding-top: 3px; }
.home .coverage-list h3 { margin-bottom: 10px; }
.home .coverage-list p { color: var(--muted); font-size: 14px; margin: 0; }
.home .faq-list details { border-top: 1px solid var(--line); }
.home .faq-list details:last-child { border-bottom: 1px solid var(--line); }
.home .faq-list summary { position: relative; list-style: none; padding: 22px 36px 22px 0; font-weight: 600; font-size: 16px; line-height: 1.5; }
.home .faq-list summary::-webkit-details-marker { display: none; }
.home .faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 19px; font-size: 24px; font-weight: 400; color: var(--muted); }
.home .faq-list details[open] summary::after { content: '−'; }
.home .faq-list details p { font-size: 14px; color: var(--muted); padding: 0 24px 8px 0; }
.home .faq-list a { color: var(--ink); }
.home .closing-section { padding: 40px 0; }
.home .closing-inner { padding: 40px; border: 1px solid #d4e5d8; border-radius: var(--radius-lg); background: #f0f8f2; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.home .closing-inner h2 { font-size: 28px; }
.home .closing-inner .primary-link { flex-shrink: 0; }
.home .site-footer { margin-top: 40px; background: #111d1e; color: white; }
.home .footer-inner { padding: 48px 0 24px; }
.home .footer-top { display: flex; justify-content: space-between; gap: 40px; }
.home .footer-brand p { font-size: 14px; color: #b6c2bd; margin-top: 20px; }
.home .footer-nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 12px 40px; }
.home .footer-nav a { color: #dce5e1; font-size: 14px; text-decoration: none; }
.home .footer-nav a:hover { text-decoration: underline; }
.home .footer-bottom { margin-top: 32px; border-top: 1px solid #354240; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #b6c2bd; font-size: 12px; }

@media(max-width:1000px) {
  .home .nav-links { gap: 20px; }
  .home .extension-layout,.home .coverage-layout,.home .faq-layout { gap: 40px; }
  .home .catalog-card { grid-template-columns: 68px minmax(0,1fr) 235px; gap: 16px; }
  .home .product-visual { width: 68px; height: 72px; }
  .home .product-visual svg { width: 58px; }
  .home .offer-card { grid-template-columns: 1fr 1fr; }
}
@media(max-width:760px) {
  .home .section-inner,.home .hero-inner,.home .header-inner,.home .footer-inner { width: calc(100% - 40px); }
  .home .section { padding-block: 48px; }
  .home .header-inner { min-height: 68px; }
  .home .mobile-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; background: white; border: 1px solid var(--line); border-radius: 8px; width: 44px; height: 44px; }
  .home .mobile-toggle span { width: 18px; height: 1.5px; background: var(--ink); }
  .home .nav-links { display: none; position: absolute; top: 67px; left: -20px; right: -20px; padding: 16px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); z-index: 20; box-shadow: var(--shadow); }
  .home .nav-links.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .home .nav-links a { padding: 12px 8px; }
  .home .nav-links .nav-cta { margin-top: 4px; }
  .home .hero { padding: 36px 0 24px; }
  .home .hero h1 { font-size: clamp(38px,7.5vw,56px); }
  .home .hero-lead { font-size: 16px; }
  .home .desktop-break { display: none; }
  .home .hero-notes span { padding-inline: 10px; }
  .home .search-section { padding-top: 24px; }
  .home .result-heading { align-items: start; flex-direction: column; gap: 12px; }
  .home .result-heading h2 { font-size: 26px; }
  .home .result-heading p { max-width: none; }
  .home .catalog-summary { align-items: start; flex-direction: column; gap: 10px; }
  .home .catalog-summary p { max-width: none; text-align: left; }
  .home .catalog-card { grid-template-columns: 60px minmax(0,1fr); align-items: start; }
  .home .catalog-price { grid-column: 2; align-items: start; }
  .home .catalog-price > span { text-align: left; }
  .home .catalog-price .offer-button { min-height: 44px; }
  .home .extension-layout,.home .coverage-layout,.home .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .home .extension-copy > p { max-width: none; }
  .home .demo-stage { width: min(100%,460px); margin-inline: auto; }
  .home .steps-grid { gap: 24px; }
  .home .step-card h3 { font-size: 17px; }
  .home .step-card p { font-size: 14px; }
  .home .closing-inner { align-items: start; flex-direction: column; padding: 28px; }
  .home .footer-nav { gap: 12px 24px; }
}
@media(max-width:480px) {
  .home .hero-kicker { max-width: 250px; text-align: left; font-size: 11px; letter-spacing: .06em; }
  .home .hero h1 { font-size: clamp(29px,9vw,44px); }
  .home .search-shell { flex-wrap: wrap; gap: 8px; padding: 10px; }
  .home .search-icon { margin-left: 4px; width: 20px; }
  .home .search-shell input { width: calc(100% - 36px); flex: 1; }
  .home .search-shell button { width: 100%; }
  .home .suggestion-row { gap: 6px; font-size: 12px; }
  .home .suggestion { padding: 4px 9px; min-height: 38px; font-size: 13px; }
  .home .hero-notes { justify-content: flex-start; width: 100%; padding: 8px 12px; border-radius: 12px; }
  .home .hero-notes span { flex: 1 1 auto; padding: 3px 8px; white-space: normal; }
  .home .hero-notes span + span { border-left: 0; }
  .home .hero-notes span:last-child { flex-basis: 100%; }
  .home .panel-topline,.home .catalog-summary,.home .catalog-card,.home .product-summary,.home .offer-card { padding: 18px; }
  .home .catalog-card { grid-template-columns: 1fr; gap: 14px; }
  .home .product-visual { display: none; }
  .home .catalog-price { grid-column: 1; padding-top: 12px; border-top: 1px solid var(--line); }
  .home .catalog-price .offer-button { align-self: stretch; }
  .home .product-summary { flex-wrap: wrap; }
  .home .offer-card { grid-template-columns: 1fr; }
  .home .result-footnote { padding: 16px 18px; }
  .home .demo-popup { padding: 18px; }
  .home .demo-mode { padding: 14px; }
  .home .demo-mode strong { font-size: 29px; }
  .home .demo-caption-top { flex-wrap: wrap; gap: 4px; }
  .home .steps-grid { grid-template-columns: 1fr; gap: 28px; }
  .home .step-number { margin-bottom: 12px; }
  .home .step-card p { font-size: 16px; }
  .home .closing-inner h2 { font-size: 26px; }
  .home .footer-top { flex-direction: column; gap: 24px; }
  .home .footer-nav { gap: 14px 24px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none !important; transition:none !important; } }
/* Secondary extension page: replaces the screenshot with obsolete consumer branding. */
.extension-outline { padding: 32px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.extension-outline > strong { font-size: 24px; letter-spacing: -1px; }
.content-hero .extension-outline p { color: var(--muted); margin: 24px 0; font-size: 22px; line-height: 1.5; }
.extension-outline a { color: var(--ink); font-size: 14px; text-underline-offset: 4px; }
/* Long German compound words must not widen secondary-page grids on phones. */
.partner-hero-grid > * { min-width: 0; }
.partner-hero-grid h1,.partner-summary strong { hyphens: auto; overflow-wrap: break-word; }
@media(max-width:680px) { .partner-hero-grid h1 { font-size: clamp(36px,11vw,46px); } }

/* Reference-driven homepage composition. Business logic remains in app.js. */
.home { --max: 1240px; background: #fff; }
.home .site-header { position: relative; z-index: 20; background: rgb(255 255 255 / 94%); }
.home .header-inner { min-height: 68px; }
.home .nav-links { gap: 38px; }
.home .nav-links a { font-size: 13px; }
.home .nav-links .nav-cta { padding: 9px 15px; border-color: #dce4e0; border-radius: 999px; background: #f8faf9; }

.home .hero { position: relative; overflow: hidden; padding: 46px 0 58px; border-bottom: 1px solid #edf1ef; background:
  radial-gradient(circle at 72% 36%, rgb(224 246 229 / 72%), transparent 29%),
  radial-gradient(circle at 94% 86%, rgb(235 247 238 / 70%), transparent 25%),
  #fbfcfc; }
.home .hero-inner { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(440px,.94fr); align-items: center; gap: 64px; min-height: 570px; text-align: left; }
.home .hero-copy { position: relative; z-index: 2; min-width: 0; padding: 12px 0 20px; }
.home .hero-status-line { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; color: #69756f; font-size: 12px; }
.home .hero-kicker { margin: 0; padding: 7px 13px; border: 1px solid #cce6d2; border-radius: 999px; color: #0f7134; background: #edf9f0; letter-spacing: .06em; box-shadow: 0 4px 14px rgb(26 116 57 / 8%); }
.home .hero-kicker i { width: 7px; height: 7px; box-shadow: 0 0 0 4px #dcf3e1; }
.home .hero h1 { max-width: 680px; font-size: clamp(54px,5.35vw,76px); line-height: .98; letter-spacing: -.062em; font-weight: 790; }
.home .hero-lead { max-width: 600px; margin: 27px 0 29px; font-size: 17px; line-height: 1.62; }
.home .search-shell { width: min(100%,650px); margin: 0; min-height: 66px; padding: 8px 8px 8px 20px; border-radius: 15px; border-color: #baccc2; box-shadow: 0 12px 32px rgb(18 54 33 / 10%); }
.home .search-shell button { min-height: 48px; padding-inline: 22px; border-radius: 10px; }
.home .suggestion-row { justify-content: flex-start; margin-top: 15px; font-size: 12px; }
.home .suggestion { min-height: 31px; padding: 3px 10px; font-size: 12px; border-color: #e0e6e3; }
.home .hero-notes { display: flex; justify-content: flex-start; align-items: center; width: 100%; margin-top: 25px; padding: 0; border: 0; border-radius: 0; background: transparent; gap: 24px; }
.home .hero-notes span { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0 !important; color: #52615b; font-size: 11.5px; line-height: 1.35; }
.home .hero-notes i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #def5e3; color: #12803a; font-size: 10px; font-style: normal; font-weight: 800; box-shadow: 0 0 0 4px rgb(222 245 227 / 45%); }
.home #catalog-count::before { content: '✓'; display: grid; place-items: center; width: 17px; height: 17px; flex: 0 0 17px; border-radius: 50%; background: #def5e3; color: #12803a; font-size: 10px; font-weight: 800; box-shadow: 0 0 0 4px rgb(222 245 227 / 45%); }

.home .hero-product { position: relative; min-width: 0; height: 520px; }
.home .hero-browser { position: absolute; left: 0; top: 50px; width: 86%; height: 405px; overflow: hidden; border: 1px solid #dfe7e3; border-radius: 24px; background: rgb(255 255 255 / 88%); box-shadow: 0 22px 58px rgb(16 47 30 / 8%); transform: rotate(-1.5deg); }
.home .browser-bar { display: flex; align-items: center; gap: 7px; padding: 14px 16px; border-bottom: 1px solid #e6ece9; background: #f8faf9; }
.home .browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #cbd5d0; }
.home .browser-bar i { min-width: 0; flex: 1; margin-left: 8px; padding: 4px 10px; overflow: hidden; border: 1px solid #e1e7e4; border-radius: 7px; background: #fff; color: #8a9691; font-size: 9px; font-style: normal; white-space: nowrap; text-overflow: ellipsis; }
.home .browser-breadcrumb { padding: 16px 22px 0; color: #96a19c; font-size: 9px; }
.home .browser-product { display: grid; grid-template-columns: 134px 1fr; gap: 24px; align-items: center; padding: 24px 22px 28px; color: #47544f; }
.home .browser-product-art { display: grid; place-items: center; width: 134px; height: 190px; border-radius: 14px; background: #f0f5f2; }
.home .browser-product-art svg { width: 88px; fill: none; stroke: #71837b; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.home .browser-product-art small { margin-top: -24px; }
.home .browser-product small,.home .browser-product span { display: block; color: #89958f; font-size: 10px; }
.home .browser-product-copy > strong { display: block; margin: 7px 0 15px; color: #35453f; font-size: 18px; }
.home .browser-options { display: flex; gap: 6px; margin-bottom: 18px; }
.home .browser-options span { padding: 5px 9px; border: 1px solid #dfe6e2; border-radius: 6px; background: #fff; }
.home .browser-shop-price { padding-top: 13px; border-top: 1px solid #e3e9e6; }
.home .browser-shop-price b { display: block; margin-top: 3px; color: #56655f; font-size: 12px; }
.home .browser-shop-action { width: 110px; margin-top: 14px; padding: 8px 12px; border-radius: 7px; background: #263a36; color: #fff; font-size: 10px; text-align: center; }
.home .hero-product .demo-stage { position: absolute; z-index: 2; top: 8px; right: 0; width: 332px; }
.home .hero-product .demo-popup { padding: 19px; border-radius: 21px; box-shadow: 0 25px 60px rgb(15 56 31 / 13%); }
.home .hero-product .demo-stage figcaption { margin: 11px 8px 0; text-align: right; font-size: 10px; }
.home .demo-brand > span:last-child { color: #77837e; letter-spacing: 0; }
.home .demo-mode { margin-top: 16px; padding: 15px 16px; }
.home .demo-mode strong { font-size: 34px; }
.home .demo-found { padding: 18px 0 16px; }
.home .demo-found h3 { font-size: 20px; }
.home .demo-found p { margin-top: 7px; font-size: 12px; }
.home .demo-facts { font-size: 12px; }
.home .demo-facts dd i { color: #16823d; font-style: normal; }
.home .demo-limit { margin: 8px 0 13px; padding: 13px 14px; font-size: 12px; }
.home .demo-limit p { margin-top: 5px; font-size: 11px; }
.home .demo-action { min-height: 43px; padding: 9px 12px; font-weight: 650; }
.home .demo-click-note { margin-top: 9px; font-size: 10px; }

.home .search-section { padding: 70px 0 76px; }
.home .result-heading { margin-bottom: 26px; }
.home .result-heading h2 { font-size: 34px; }
.home .result-heading p { max-width: 470px; }
.home .comparison-panel { border-color: #e0e7e3; border-radius: 22px; background: #fafcfb; box-shadow: 0 18px 52px rgb(20 48 32 / 5%); }
.home .panel-topline { padding: 15px 26px; background: #f6f9f7; }
.home .catalog-summary { padding: 27px 28px 20px; }
.home .catalog-list { gap: 10px; padding: 0 14px 14px; }
.home .catalog-card { grid-template-columns: 90px minmax(0,1fr) 270px; gap: 26px; padding: 22px 24px; border-color: #e5ebe8; border-radius: 14px; box-shadow: 0 4px 16px rgb(20 48 32 / 2.5%); }
.home .product-visual { width: 90px; height: 90px; background: #f0f7f2; }
.home .catalog-copy h3 { font-size: 17.5px; }
.home .catalog-meta { margin-top: 9px; }
.home .catalog-price strong { color: #0b1716; }
.home .offer-button { border-radius: 10px; }

.home .how-section { padding-top: 76px; }
.home .how-section .section-heading { text-align: center; margin-bottom: 42px; }
.home .steps-grid { gap: 44px; }
.home .step-card { position: relative; border: 0; padding: 0; }
.home .step-card + .step-card::before { content: '→'; position: absolute; left: -30px; top: 23px; color: #b5c2bc; font-size: 22px; }
.home .step-number { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 22px; border: 1px solid #dcecdf; border-radius: 50%; background: #f0f8f2; color: #14783c; font-weight: 750; box-shadow: inset 0 0 0 9px rgb(255 255 255 / 42%); }
.home .step-card h3 { margin-bottom: 9px; }
.home .step-card p { font-size: 14px; }

.home .coverage-section { margin: 0 auto; background: #f5f8f6; }
.home .coverage-layout { padding: 10px 0; }
.home .coverage-list { padding: 24px; border: 1px solid #e0e7e3; border-radius: 22px; background: rgb(255 255 255 / 76%); box-shadow: 0 12px 34px rgb(20 48 32 / 4%); }
.home .coverage-list article { padding: 20px 0; }

.home .extension-section { background: #fff; border-block: 0; }
.home .extension-layout { gap: 70px; }
.home .extension-copy > p { font-size: 17px; line-height: 1.7; }
.home .extension-proof { overflow: hidden; border: 1px solid #dfe7e3; border-radius: 22px; background: #f8faf9; box-shadow: 0 16px 42px rgb(20 48 32 / 6%); }
.home .extension-proof article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 24px; border-top: 1px solid #e3e9e6; }
.home .extension-proof article:first-child { border-top: 0; }
.home .extension-proof article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #e7f6ea; color: #11783a; font-size: 21px; font-weight: 750; }
.home .extension-proof h3 { margin-bottom: 5px; }
.home .extension-proof p { margin: 0; color: var(--muted); font-size: 13px; }

.home .trust-section { padding-top: 26px; }
.home .trust-heading { text-align: center; margin-bottom: 38px; }
.home .trust-heading h2 { font-size: 30px; }
.home .trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.home .trust-grid article { min-width: 0; }
.home .trust-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 16px; border: 1px solid #e1e9e4; border-radius: 13px; background: #f8faf9; color: #157b3d; font-weight: 750; }
.home .trust-grid h3 { margin-bottom: 7px; font-size: 15px; }
.home .trust-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.home .faq-section { padding-top: 82px; }
.home .closing-section { padding: 20px 0 48px; }
.home .closing-inner { position: relative; overflow: hidden; min-height: 190px; padding: 42px 46px; border-color: #152c28; background: #0b1d1c; color: #fff; box-shadow: 0 18px 46px rgb(8 27 24 / 12%); }
.home .closing-inner::after { content: ''; position: absolute; right: -70px; bottom: -140px; width: 420px; height: 260px; border: 1px solid rgb(116 216 137 / 22%); border-radius: 50%; box-shadow: 0 0 80px rgb(45 178 75 / 14%); }
.home .closing-inner > * { position: relative; z-index: 1; }
.home .closing-inner .eyebrow { color: #a9dab3; }
.home .closing-inner .primary-link { background: #fff; border-color: #fff; color: #10201e; }
.home .closing-inner .primary-link:hover { background: #eaf5ec; }
.home .site-footer { margin-top: 0; }

@media(max-width:1050px) {
  .home .hero-inner { grid-template-columns: minmax(0,1fr) minmax(370px,.85fr); gap: 28px; }
  .home .hero h1 { font-size: clamp(50px,5.8vw,64px); }
  .home .hero-product .demo-stage { width: 315px; }
  .home .hero-browser { width: 80%; }
  .home .hero-notes { gap: 12px; }
  .home .catalog-card { grid-template-columns: 72px minmax(0,1fr) 235px; gap: 18px; }
  .home .product-visual { width: 72px; height: 76px; }
  .home .trust-grid { gap: 20px; }
}

@media(max-width:900px) {
  .home .hero { padding-top: 34px; }
  .home .hero-inner { grid-template-columns: 1fr; gap: 38px; min-height: 0; }
  .home .hero-copy { text-align: center; }
  .home .hero-status-line,.home .suggestion-row,.home .hero-notes { justify-content: center; }
  .home .hero h1,.home .hero-lead { margin-inline: auto; }
  .home .search-shell { margin-inline: auto; }
  .home .hero-product { height: auto; }
  .home .hero-browser { display: none; }
  .home .hero-product .demo-stage { position: relative; top: auto; right: auto; width: min(100%,430px); margin-inline: auto; }
  .home .hero-product .demo-stage figcaption { text-align: center; }
  .home .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 36px; }
}

@media(max-width:760px) {
  .home .header-inner { min-height: 68px; }
  .home .hero { padding: 30px 0 44px; }
  .home .hero-copy { padding: 0; }
  .home .hero-status-line { flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
  .home .hero h1 { font-size: clamp(42px,11vw,56px); line-height: 1; }
  .home .hero-lead { max-width: 560px; margin: 22px auto 25px; }
  .home .hero-notes { flex-wrap: wrap; width: auto; padding: 0; border: 0; background: transparent; }
  .home .hero-notes span { flex: 0 1 auto; white-space: nowrap; }
  .home .search-section { padding: 52px 0 58px; }
  .home .catalog-card { grid-template-columns: 60px minmax(0,1fr); }
  .home .catalog-price { grid-column: 2; }
  .home .how-section .section-heading { text-align: left; }
  .home .steps-grid { grid-template-columns: 1fr; }
  .home .step-card { display: grid; grid-template-columns: 58px 1fr; gap: 4px 18px; }
  .home .step-number { grid-row: 1 / span 2; width: 58px; height: 58px; margin: 0; }
  .home .step-card + .step-card::before { display: none; }
  .home .step-card h3 { align-self: end; }
  .home .step-card p { grid-column: 2; }
  .home .extension-layout { gap: 32px; }
  .home .trust-section { padding-top: 10px; }
  .home .faq-section { padding-top: 58px; }
}

@media(max-width:480px) {
  .home .hero-status-line > span:last-child { flex-basis: 100%; text-align: center; }
  .home .hero-kicker { max-width: none; text-align: left; }
  .home .hero h1 { font-size: clamp(38px,11.4vw,48px); }
  .home .hero-lead { font-size: 15px; }
  .home .search-shell { min-height: 0; }
  .home .hero-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; text-align: left; }
  .home .hero-notes span:last-child { grid-column: 1 / -1; }
  .home .hero-product .demo-popup { padding: 18px; }
  .home .demo-mode strong { font-size: 30px; }
  .home .catalog-list { padding: 0 8px 8px; }
  .home .catalog-card { grid-template-columns: 1fr; border-radius: 12px; }
  .home .product-visual { display: none; }
  .home .catalog-price { grid-column: 1; }
  .home .trust-grid { grid-template-columns: 1fr; gap: 28px; }
  .home .trust-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 2px 14px; }
  .home .trust-icon { grid-row: 1 / span 2; margin: 0; }
  .home .trust-grid p { grid-column: 2; }
  .home .closing-inner { min-height: 0; padding: 30px 26px; }
  .home .closing-inner::after { width: 260px; height: 180px; }
}
