/* Extracted from logos_branding/inspiration_design.html on 2026-05-19. */
  *,*::before,*::after { box-sizing: border-box; }
  html,body { margin:0; padding:0; }
  :root {
    --cream: #E8EEF2;
    --cream-2: #D7E1E8;
    --paper: #F1F4F6;
    --ink: #15212C;
    --ink-2: #2C4A63;
    --muted: #6E7E8A;
    --line: rgba(21,33,44,.12);
    --sage: #8FB0C4;
    --sage-deep: #2C4A63;
    --rust: #D98E5C;
  }
  body {
    font-family: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "ss01","cv11";
    font-weight: 400;
  }
  .serif { font-family: 'Nunito', system-ui, sans-serif; font-weight: 400; letter-spacing: -0.02em; }
  .mono { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }

  /* Type overrides */
  h1, h2, h3, h4, h5 { font-weight: 700 !important; letter-spacing: -0.035em; }
  h1 { letter-spacing: -0.04em; }
  h1.display, h2.section, h2.q { font-weight: 700 !important; letter-spacing: -0.04em; }
  h1 em, h2 em, h3 em, h4 em { font-style: italic; font-weight: 600 !important; }
  .btn, .pill { white-space: nowrap; font-weight: 600; letter-spacing: -0.005em; }
  nav ul a, nav.main ul a { font-weight: 500; }
  .eyebrow, .mono { font-weight: 600; }
  p em, li em { font-weight: 600 !important; font-style: italic; }
  h1 em, h2 em { font-style: italic !important; }
  p { margin-bottom: 0.6em; }

  /* Top utility bar */
  .util {
    background: var(--ink); color: var(--cream);
    font-size: 12.5px; padding: 9px 0;
    display:flex; justify-content:center; gap: 28px;
    letter-spacing: .02em;
  }
  .util span { opacity:.85; }
  .util .dot { display:inline-block; width:6px;height:6px;border-radius:50%; background: #8ec79a; margin-right:8px; vertical-align: middle; }

  /* Sticky top bar — hides on scroll-down, shows on scroll-up */
  .sticky-bar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 12px 56px;
    display: flex; align-items: center; justify-content: space-between;
    transform: translateY(-100%);
    transition: transform .25s ease;
    box-shadow: 0 4px 20px -6px rgba(21,33,44,.15);
  }
  .sticky-bar.visible { transform: translateY(0); }
  .sticky-bar .sb-info { display:flex; align-items:center; gap: 20px; }
  .sticky-bar .sb-name { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
  .sticky-bar .sb-stars { color: var(--rust); font-size: 13px; }
  .sticky-bar .sb-price { font-size: 14px; color: var(--muted); }
  .sticky-bar .sb-price s { color: var(--muted); }
  .sticky-bar .sb-price strong { color: var(--ink); font-weight: 700; font-size: 16px; }

  /* Nav */
  nav.main {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 16px 56px;
    display:flex; align-items:center; justify-content:space-between;
    position: sticky; top:0; z-index: 50;
  }
  nav.main ul { list-style:none; display:flex; gap: 26px; margin:0; padding:0; font-size: 15px; }
  nav.main ul li { white-space: nowrap; }
  nav.main ul a { color: var(--ink-2); text-decoration: none; font-weight: 500; }
  nav.main ul a:hover { color: var(--ink); }
  .nav-cta { display:flex; gap: 16px; align-items:center; }
  .nav-cta a.minor { color: var(--ink-2); text-decoration:none; font-size: 15px; }
  nav .logo img { height: 34px; display: block; }

  /* Buttons */
  .btn {
    display:inline-flex; align-items:center; gap: 10px;
    padding: 14px 22px; border-radius: 999px;
    background: var(--ink); color: var(--cream);
    text-decoration:none; font-size: 15px; font-weight: 600;
    border: 1px solid var(--ink);
    cursor: pointer;
    transition: transform .15s ease, background .2s ease;
    white-space: nowrap;
  }
  .btn:hover { transform: translateY(-1px); background: var(--sage-deep); border-color: var(--sage-deep); }
  .btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
  .btn-ghost:hover { background: var(--ink); color: var(--cream); }
  .btn-cta {
    background: var(--rust); color: #fff; border-color: var(--rust);
    font-size: 17px; padding: 16px 28px;
  }
  .btn-cta:hover { background: #c97a48; border-color: #c97a48; }
  .arr { width:14px; height:14px; }

  /* Breadcrumb */
  .breadcrumb {
    font-size: 13px; color: var(--muted);
    display:flex; align-items:center; gap: 8px;
    margin-bottom: 20px;
  }
  .breadcrumb a { color: var(--muted); text-decoration: none; }
  .breadcrumb a:hover { color: var(--ink); }
  .breadcrumb .sep { color: var(--line); }

  /* Eyebrow */
  .eyebrow {
    display:inline-flex; align-items:center; gap:10px;
    color: var(--sage-deep);
    font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
    margin-bottom: 16px; font-weight: 600;
  }
  .eyebrow::before { content:""; width:24px; height:1px; background: var(--sage-deep); }

  /* PRODUCT HERO — two column */
  .product-hero {
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
    padding: 56px 56px 72px;
  }
  .product-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
  }

  /* Gallery */
  .gallery { display:flex; flex-direction:column; gap: 16px; }
  .gallery-main {
    border-radius: 6px; overflow: hidden;
    height: 480px;
    background: var(--cream-2) center/cover;
    cursor: zoom-in;
    transition: opacity .15s;
    position: relative;
  }
  .gallery-main img { width:100%; height:100%; object-fit:cover; display:block; }
  .gallery-thumbs { display:flex; gap: 12px; }
  .gallery-thumb {
    width: 90px; height: 68px;
    border-radius: 4px; overflow:hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color .15s;
    flex-shrink: 0;
  }
  .gallery-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
  .gallery-thumb.active { border-color: var(--sage-deep); }
  .gallery-thumb:hover { border-color: var(--sage); }

  /* Product info panel */
  .product-info { padding-top: 8px; }
  .product-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-size: clamp(26px, 2.8vw, 34px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
    font-weight: 700;
  }
  .product-subtitle {
    font-size: 16px; color: var(--ink-2); margin: 0 0 16px; line-height: 1.5;
  }
  .product-stars {
    display:flex; align-items:center; gap: 10px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .product-stars .stars-val { color: var(--rust); font-size: 16px; letter-spacing: 1px; }
  .product-stars .rating { font-weight: 700; color: var(--ink); }
  .product-stars .count { color: var(--muted); }
  .product-stars a { color: var(--sage-deep); text-decoration: none; font-size: 13px; }
  .product-stars a:hover { text-decoration: underline; }

  /* Price row */
  .price-row {
    display:flex; align-items:baseline; gap: 12px;
    margin-bottom: 6px;
  }
  .price-now { font-size: 36px; font-weight: 700; letter-spacing: -0.04em; color: var(--ink); }
  .price-was { font-size: 18px; color: var(--muted); text-decoration: line-through; text-decoration-thickness: 2px; }
  .price-save { font-size: 14px; color: #5a9c70; font-weight: 600; background: rgba(90,156,112,.1); padding: 3px 8px; border-radius: 99px; }
  .price-klarna { font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }
  .price-klarna strong { color: var(--ink); }

  /* Key bullets */
  .key-bullets {
    list-style: none; padding: 0; margin: 0 0 24px;
    display:flex; flex-direction:column; gap: 8px;
    font-size: 14.5px; color: var(--ink-2);
  }
  .key-bullets li { display:flex; gap: 10px; align-items: flex-start; }
  .key-bullets li::before { content:"✓"; color: #5a9c70; font-weight: 700; flex-shrink:0; margin-top:1px; }

  /* Tier selector */
  .tier-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 10px; }
  .tier-options { display:flex; flex-direction:column; gap: 8px; margin-bottom: 20px; }
  .tier-option {
    border: 1.5px solid var(--line);
    border-radius: 6px;
    padding: 14px 16px;
    cursor: pointer;
    display:flex; align-items:center; justify-content:space-between;
    transition: border-color .15s, background .15s;
    background: var(--paper);
  }
  .tier-option:hover { border-color: var(--sage); }
  .tier-option.active { border-color: var(--ink); background: #fff; }
  .tier-option .tier-left { display:flex; flex-direction:column; gap:2px; }
  .tier-option .tier-name { font-size: 14.5px; font-weight: 600; color: var(--ink); }
  .tier-option .tier-desc { font-size: 12.5px; color: var(--muted); }
  .tier-option .tier-right { text-align:right; }
  .tier-option .tier-price { font-size: 16px; font-weight: 700; color: var(--ink); }
  .tier-option .tier-sub { font-size: 11.5px; color: var(--muted); }
  .tier-badge {
    font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
    background: var(--rust); color: #fff;
    padding: 2px 7px; border-radius: 99px; font-weight: 600;
    margin-left: 6px;
  }
  .tier-badge.rec { background: var(--sage-deep); }
  .tier-badge.best { background: #5a9c70; }

  /* CTA area */
  .cta-area { margin-bottom: 16px; }
  .cta-main {
    display:flex; width:100%;
    align-items:center; justify-content:center; gap:10px;
    padding: 17px 22px; border-radius: 999px;
    background: var(--ink); color: var(--cream);
    text-decoration:none; font-size: 16px; font-weight: 700;
    border: 2px solid var(--ink);
    cursor: pointer;
    transition: transform .15s ease, background .2s ease;
    margin-bottom: 10px;
  }
  .cta-main:hover { transform: translateY(-1px); background: var(--sage-deep); border-color: var(--sage-deep); }
  .cta-secondary {
    display:flex; width:100%;
    align-items:center; justify-content:center; gap:10px;
    padding: 13px 22px; border-radius: 999px;
    background: transparent; color: var(--ink);
    text-decoration:none; font-size: 15px; font-weight: 600;
    border: 1.5px solid var(--ink);
    cursor: pointer;
    transition: background .15s;
  }
  .cta-secondary:hover { background: var(--ink); color: var(--cream); }

  /* Trust strip */
  .trust-strip {
    border: 1px solid var(--line); border-radius: 6px;
    padding: 12px 14px;
    background: var(--paper);
    font-size: 12.5px; color: var(--muted);
    display:flex; align-items:center; gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    line-height: 1.4;
  }
  .trust-strip .check { color: #5a9c70; font-size: 13px; }

  /* Urgency strip */
  .urgency-strip {
    background: linear-gradient(135deg, rgba(217,142,92,.08), rgba(217,142,92,.04));
    border: 1px solid rgba(217,142,92,.25);
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 13px; color: var(--ink-2);
    display:flex; flex-direction:column; gap: 5px;
    margin-bottom: 20px;
  }
  .urgency-strip span { display:flex; align-items:center; gap: 8px; }

  /* Section base */
  section.sec { padding: 100px 56px; }
  .container { max-width: 1280px; margin: 0 auto; }

  .section-head {
    display:grid; grid-template-columns: 1fr 1.2fr; gap: 80px;
    align-items: end; margin-bottom: 48px;
  }
  h2.section {
    font-family: 'Nunito', system-ui, sans-serif; font-weight: 700;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    margin: 12px 0 0;
  }
  h2.section em { font-style: italic; color: var(--sage-deep); font-weight: 600; }
  .section-head p { color: var(--muted); font-size: 17px; max-width: 460px; }

  /* What's included — specs table */
  .specs-sec { background: var(--paper); border-top: 1px solid var(--line); }
  .included-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 40px; }
  .spec-table { width:100%; border-collapse:collapse; font-size: 14.5px; }
  .spec-table tr { border-top: 1px solid var(--line); }
  .spec-table tr:first-child { border-top: 0; }
  .spec-table td { padding: 12px 0; vertical-align:top; color: var(--ink-2); }
  .spec-table td:first-child { color: var(--muted); font-size: 13px; letter-spacing: .04em; width: 140px; font-weight: 600; text-transform: uppercase; }
  .included-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
  .included-list li { display:flex; gap: 10px; align-items:flex-start; padding: 10px 0; border-bottom: 1px solid var(--line); }
  .included-list li:last-child { border-bottom: 0; }
  .included-list .ico-wrap { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); display:flex; align-items:center; justify-content:center; flex-shrink:0; background: var(--cream); color: var(--ink-2); }

  /* How it works */
  .how-sec { background: var(--cream); }
  .steps { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .step {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 6px; padding: 28px 24px 32px;
    position: relative;
  }
  .step .num {
    font-family: 'Nunito', system-ui, sans-serif; font-size: 14px; color: var(--rust);
    letter-spacing: 0; font-style: italic; margin-bottom: 20px; display:block; font-weight: 600;
  }
  .step h3 { font-family: 'Nunito', system-ui, sans-serif; font-size: 22px; font-weight: 700; margin: 0 0 10px; letter-spacing:-0.02em; }
  .step p { color: var(--muted); font-size: 14.5px; margin: 0; }

  /* Features — 3 column */
  .features-sec { background: var(--paper); }
  .features-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .feature-card {
    border: 1px solid var(--line); border-radius: 6px;
    padding: 28px 24px 32px;
    background: var(--cream);
  }
  .feature-card .ico {
    width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ink-2);
    display:flex; align-items:center; justify-content:center; color: var(--ink-2);
    margin-bottom: 18px;
  }
  .feature-card h3 { font-size: 20px; font-weight: 700; margin: 0 0 12px; letter-spacing:-0.02em; }
  .feature-card ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:8px; font-size: 14px; color: var(--ink-2); }
  .feature-card ul li { display:flex; gap:8px; align-items:flex-start; }
  .feature-card ul li::before { content:"—"; color: var(--sage-deep); flex-shrink:0; font-weight:700; }

  /* Cross-sell */
  .crosssell-sec { background: linear-gradient(180deg, #F1F4F6, #E6EDF1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .crosssell-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .crosssell-card {
    border: 1.5px solid var(--line); border-radius: 6px;
    padding: 22px 20px; background: var(--paper);
    display:flex; flex-direction:column; gap:8px;
  }
  .crosssell-card.featured { border-color: var(--rust); background: linear-gradient(135deg, #fff, #FFF8F4); }
  .crosssell-card .cs-tag { font-size: 11px; text-transform:uppercase; letter-spacing:.1em; font-weight:600; color: var(--rust); }
  .crosssell-card h4 { font-size: 18px; font-weight: 700; margin:0; letter-spacing:-0.02em; }
  .crosssell-card .cs-desc { font-size: 13.5px; color: var(--muted); margin:0; }
  .crosssell-card .cs-price { font-size: 20px; font-weight: 700; color: var(--ink); }
  .crosssell-card .cs-save { font-size: 12px; color: #5a9c70; font-weight:600; }
  .crosssell-card .btn-small {
    display:inline-flex; align-items:center; gap:6px;
    padding: 8px 14px; border-radius: 999px;
    background: var(--ink); color: var(--cream);
    text-decoration:none; font-size: 13px; font-weight: 600;
    border: 1px solid var(--ink); cursor:pointer; align-self:flex-start;
    transition: background .2s;
  }
  .crosssell-card .btn-small:hover { background: var(--sage-deep); }

  /* Social proof */
  .proof-sec { background: var(--cream); }
  .proof-strip {
    display:flex; gap: 48px; align-items:center; flex-wrap:wrap;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 28px 0; margin-bottom: 48px;
  }
  .proof-num { display:flex; flex-direction:column; }
  .proof-num .val { font-size: 28px; font-weight: 700; letter-spacing:-0.04em; color: var(--ink); line-height:1; }
  .proof-num .lab { font-size: 12px; color: var(--muted); margin-top:3px; }
  .proof-sep { width:1px; height:36px; background: var(--line); }
  .featured-in { margin-bottom: 32px; }
  .featured-in .fi-label { font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: var(--muted); font-weight:600; margin-bottom:12px; }
  .fi-logos { display:flex; gap:24px; align-items:center; flex-wrap:wrap; }
  .fi-logo { font-size: 15px; font-weight: 700; color: var(--ink-2); letter-spacing:-0.01em; padding: 6px 14px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
  .partners { margin-bottom: 48px; }
  .partners .p-label { font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: var(--muted); font-weight:600; margin-bottom:12px; }
  .partner-list { display:flex; gap: 20px; flex-wrap:wrap; }
  .partner-item { font-size: 14px; color: var(--ink-2); padding: 6px 14px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }

  /* Testimonials */
  .test-sec { background: var(--paper); }
  .testimonials-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .test-card {
    border: 1px solid var(--line); border-radius: 6px; padding: 28px 24px;
    background: var(--cream);
  }
  .test-card .stars-row { color: var(--rust); font-size: 15px; letter-spacing:2px; margin-bottom:14px; }
  .test-card .quote-text { font-family: 'Nunito', system-ui, sans-serif; font-style:italic; font-size: 17px; line-height:1.45; margin:0 0 16px; color: var(--ink); font-weight: 400; }
  .test-card .reviewer { display:flex; align-items:center; gap:12px; margin-top:auto; }
  .test-card .av { width:42px;height:42px;border-radius:50%; background: var(--cream-2); border:1px solid var(--line); display:flex;align-items:center;justify-content:center; font-size:18px; color: var(--ink-2); font-weight:700; flex-shrink:0; }
  .test-card .rev-info { }
  .test-card .rev-name { font-size:14px; font-weight:600; color: var(--ink); }
  .test-card .rev-role { font-size:12.5px; color: var(--muted); }
  .test-card .verified { display:inline-flex; align-items:center; gap:4px; font-size:11px; color: #5a9c70; font-weight:600; background: rgba(90,156,112,.1); padding:2px 7px; border-radius:99px; margin-top:3px; }

  /* Reviews section */
  .reviews-sec { background: var(--cream); }
  .reviews-header { display:flex; align-items:center; gap:24px; margin-bottom:24px; flex-wrap:wrap; }
  .reviews-big-score { font-size:64px; font-weight:700; letter-spacing:-0.045em; line-height:1; color: var(--ink); }
  .reviews-meta { }
  .reviews-meta .stars-lg { color: var(--rust); font-size:22px; letter-spacing:3px; }
  .reviews-meta .rev-count { font-size:14px; color: var(--muted); margin-top:4px; }
  .reviews-filters { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:32px; align-items:center; }
  .reviews-filters .rf-label { font-size:12px; color: var(--muted); letter-spacing:.06em; text-transform:uppercase; font-weight:600; margin-right:4px; }
  .filter-btn { padding: 6px 14px; border-radius:999px; border: 1px solid var(--line); font-size: 13px; cursor:pointer; background: var(--paper); color: var(--ink-2); font-weight:600; transition:background .15s; }
  .filter-btn.active, .filter-btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
  .reviews-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .review-card {
    border: 1px solid var(--line); border-radius: 6px; padding: 22px 20px;
    background: var(--paper);
    display:flex; flex-direction:column; gap:10px;
  }
  .review-card .rc-top { display:flex; align-items:center; gap:12px; }
  .review-card .rc-av { width:38px;height:38px;border-radius:50%; background: var(--cream-2); display:flex;align-items:center;justify-content:center; font-size:16px; font-weight:700; color: var(--ink-2); flex-shrink:0; }
  .review-card .rc-name { font-size:14px; font-weight:600; color: var(--ink); }
  .review-card .rc-badge { display:inline-flex;align-items:center;gap:3px; font-size:10.5px; color:#5a9c70; font-weight:600; }
  .review-card .rc-role { font-size:12px; color: var(--muted); }
  .review-card .rc-stars { color: var(--rust); font-size:13px; letter-spacing:1px; }
  .review-card .rc-text { font-size:14.5px; color: var(--ink-2); line-height:1.5; margin:0; }
  .review-card .rc-tag { display:inline-flex;align-items:center;gap:4px; font-size:11px; color: var(--sage-deep); font-weight:600; background: rgba(44,74,99,.07); padding:3px 8px; border-radius:99px; align-self:flex-start; }

  /* FAQ */
  .faq-sec { background: var(--paper); }
  .faq-list { display:flex; flex-direction:column; }
  .faq-item { border-top: 1px solid var(--line); }
  .faq-item:last-child { border-bottom: 1px solid var(--line); }
  .faq-q {
    width:100%; text-align:left; background:none; border:none; cursor:pointer;
    padding: 20px 0; display:flex; align-items:center; justify-content:space-between;
    font-family: 'Nunito', system-ui, sans-serif; font-size: 16.5px; font-weight:600;
    color: var(--ink); gap:16px;
  }
  .faq-q:hover { color: var(--sage-deep); }
  .faq-arrow { width:20px; height:20px; flex-shrink:0; transition:transform .25s; color: var(--muted); }
  .faq-item.open .faq-arrow { transform: rotate(180deg); }
  .faq-body {
    overflow:hidden; max-height:0; transition: max-height .3s ease;
  }
  .faq-body-inner { padding-bottom: 20px; font-size:15px; color: var(--ink-2); line-height:1.6; }

  /* Returns / guarantee */
  .guarantee-sec { background: var(--cream); }
  .guarantee-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .guarantee-card { padding: 28px 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
  .guarantee-card .g-ico { font-size:28px; margin-bottom:12px; }
  .guarantee-card h4 { font-size:16px; font-weight:700; margin:0 0 8px; letter-spacing:-0.01em; }
  .guarantee-card p { font-size:13.5px; color: var(--muted); margin:0; }

  /* Support bar */
  .support-bar { background: var(--ink); color: var(--cream); padding: 32px 56px; }
  .support-inner { max-width: 1280px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
  .support-inner .sup-title { font-size:18px; font-weight:700; letter-spacing:-0.02em; }
  .support-inner .sup-items { display:flex; gap:28px; flex-wrap:wrap; font-size:14px; color: rgba(232,238,242,.8); }
  .support-inner .sup-items a { color: rgba(232,238,242,.9); text-decoration:none; }
  .support-inner .sup-items a:hover { color: var(--rust); }

  /* Closer / CTA */
  .closer-sec {
    padding: 120px 56px;
    background: linear-gradient(0deg, rgba(21,33,44,.55), rgba(21,33,44,.55)), url('assets/livingroom.jpg') center/cover;
    color: var(--cream); text-align:center;
  }
  .closer-sec h2 { font-family: 'Nunito', system-ui, sans-serif; font-weight:700; font-size: clamp(40px, 4.5vw, 64px); line-height:1.02; letter-spacing:-0.035em; margin:0 0 20px; max-width: 780px; margin-inline:auto; }
  .closer-sec h2 em { font-style:italic; color: #cdd9c4; }
  .closer-sec p { color: rgba(232,238,242,.85); max-width: 520px; margin:0 auto 32px; font-size:17px; }
  .closer-sec .ctas { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
  .closer-sec .btn { background: var(--cream); color: var(--ink); border-color: var(--cream); }
  .closer-sec .btn:hover { background: var(--paper); color: var(--ink); }
  .closer-sec .btn-ghost { background:transparent; color: var(--cream); border-color: var(--cream); }
  .closer-sec .btn-ghost:hover { background: var(--cream); color: var(--ink); }

  /* Footer */
  footer { background: #15212C !important; color: rgba(255,255,255,.72) !important; padding: 80px 56px 32px !important; font-family: 'Nunito', system-ui, sans-serif !important; }
  footer .container { display: grid !important; grid-template-columns: 1.7fr 1fr 1fr 1fr !important; gap: 56px !important; max-width: 1320px !important; margin: 0 auto !important; padding: 0 !important; }
  footer .brand-col { display: flex; flex-direction: column; gap: 18px; max-width: 320px; }
  footer .footer-mark img { height: 32px; display: block; filter: brightness(0) invert(1); opacity: .95; }
  footer .footer-blurb { color: rgba(255,255,255,.65); font-size: 14.5px; line-height: 1.55; margin: 0; max-width: 320px; }
  footer .footer-cta { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 10px 16px; border-radius: 999px; background: #D98E5C; color: #15212C !important; font-weight: 700 !important; font-size: 13.5px; text-decoration: none; transition: transform .15s, background .2s; white-space: nowrap; }
  footer .footer-cta:hover { background: #E5A175; color: #15212C !important; transform: translateY(-1px); }
  footer .footer-col h5 { color: #fff !important; font-size: 11.5px !important; letter-spacing: .14em !important; text-transform: uppercase !important; margin: 0 0 16px !important; font-weight: 700 !important; }
  footer .footer-col ul { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; flex-direction: column !important; gap: 10px !important; font-size: 14px !important; }
  footer .footer-col li, footer .footer-col li a { color: rgba(255,255,255,.65) !important; text-decoration: none; }
  footer .footer-col li a:hover { color: #D98E5C !important; }
  footer .bot { display: flex !important; justify-content: space-between !important; align-items: center !important; padding-top: 28px !important; margin-top: 56px !important; border-top: 1px solid rgba(255,255,255,.12) !important; font-size: 12.5px !important; color: rgba(255,255,255,.5) !important; }
  footer .bot a { color: rgba(255,255,255,.7); text-decoration: none; }
  footer .bot a:hover { color: #fff; }
  footer .bot-meta { display: flex; gap: 14px; align-items: center; }
  footer .bot-meta .sep { color: rgba(255,255,255,.3); }

  svg.ico-svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
  svg.ic { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }

  /* Alternate section backgrounds */
  .specs-sec { background: linear-gradient(180deg, #F1F4F6, #E6EDF1) !important; }
  .how-sec { background: #E1EAEF !important; }
  .features-sec { background: #F8FAFB !important; }
  .crosssell-sec { background: #E6EDF1 !important; }
  .proof-sec { background: #E6EDF1 !important; }
  .test-sec { background: #F1F4F6 !important; }
  .reviews-sec { background: #E8EEF2 !important; }
  .faq-sec { background: #F8FAFB !important; }
  .guarantee-sec { background: #E1EAEF !important; }

  .kin-icon img { display: block; }
  .kin-icon-sm img { height: 28px; width: auto; }
  nav .logo img, nav .brand img { height: 44px !important; }
  nav, nav.main { padding-top: 16px !important; padding-bottom: 16px !important; }

  /* === RESPONSIVE === */

  /* ── Images ─────────────────────────────────────── */
  .gallery-main img,
  .product-hero img,
  img { max-width: 100%; height: auto; }

  /* ── 1024px tablet ───────────────────────────────── */
  @media (max-width: 1024px) {
    /* Hero: stack to single column */
    .product-hero { padding: 40px 32px 56px; }
    .product-hero-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    /* Gallery first, info below */
    .gallery { order: 0; }
    .product-info { order: 1; }

    /* Features: 3-col → 2-col */
    .features-grid { grid-template-columns: repeat(2, 1fr); }

    /* Footer: 4-col → 2-col */
    footer .container { grid-template-columns: 1fr 1fr !important; gap: 40px !important; }

    /* Section head: 2-col → 1-col */
    .section-head { grid-template-columns: 1fr; gap: 16px; }
    .section-head p { max-width: 100%; }

    /* Specs table included-grid: 2-col → 1-col */
    .included-grid { grid-template-columns: 1fr; gap: 24px; }
  }

  /* ── 768px large mobile ──────────────────────────── */
  @media (max-width: 768px) {
    /* Typography */
    body { font-size: 15px; }
    h1, .product-title { font-size: clamp(22px, 5.5vw, 28px) !important; line-height: 1.08 !important; }
    h2, h2.section { font-size: clamp(18px, 4.5vw, 22px) !important; line-height: 1.12 !important; }
    .closer-sec h2, .closer h2 { font-size: clamp(20px, 4.5vw, 26px) !important; }

    /* Utility bar */
    .util { flex-direction: row !important; flex-wrap: wrap !important; justify-content: center; align-items: center; gap: 4px 12px; padding: 8px 16px; font-size: 11.5px; text-align: center; }
    .util .dot { width: 5px; height: 5px; margin-right: 4px; }

    /* Nav */
    nav.main { padding: 14px 20px; }
    nav.main ul { display: none; }
    .nav-cta .minor { display: none; }

    /* Sticky bar */
    .sticky-bar { padding: 10px 16px; gap: 12px; height: auto; min-height: 52px; }
    .sticky-bar .sb-info { gap: 10px; }
    .sticky-bar .sb-stars { display: none !important; }
    .sticky-bar .sb-compare { display: none !important; }
    .sticky-bar .sb-trial { display: none !important; }
    .sticky-bar .sb-thumb { display: none !important; }
    .sticky-bar .sb-badge { display: none !important; }
    .sticky-bar .sb-name { font-size: 13px !important; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 160px; }
    .sticky-bar .sb-price { font-size: 16px !important; font-weight: 700; white-space: nowrap; }
    .sticky-bar .sb-actions { gap: 8px; }
    .sticky-bar .btn-secondary { display: none !important; }
    .sticky-bar .btn { padding: 10px 16px !important; font-size: 13px !important; white-space: nowrap; }

    /* Hero */
    .product-hero { padding: 28px 20px 48px; }
    .product-hero-grid { gap: 24px; }

    /* Gallery */
    .gallery-main { height: 320px !important; }
    .gallery-thumb { width: 60px; height: 46px; }

    /* Product info */
    .product-info { padding: 0; width: 100%; }

    /* Tier options */
    .tier-options { gap: 8px; }
    .tier-option { flex-direction: column; align-items: flex-start; gap: 6px; }
    .tier-option .tier-right { align-self: flex-end; }

    /* Steps: 3-col → 1-col */
    .steps { grid-template-columns: 1fr; }

    /* Features: → 1-col */
    .features-grid { grid-template-columns: 1fr; }

    /* Cross-sell: 3-col → 1-col */
    .crosssell-grid { grid-template-columns: 1fr; }

    /* Testimonials: 3-col → 1-col */
    .testimonials-grid { grid-template-columns: 1fr; }

    /* Reviews: 3-col → 1-col */
    .reviews-grid { grid-template-columns: 1fr; }

    /* Guarantee: 4-col → 2-col */
    .guarantee-grid { grid-template-columns: repeat(2, 1fr); }

    /* Social proof logos */
    .fi-logos { flex-wrap: wrap; justify-content: center; }
    .partner-list { flex-wrap: wrap; justify-content: center; }
    .proof-strip { gap: 20px; }

    /* Key bullets */
    .key-bullets { font-size: 15px; }
    .key-bullets li { gap: 8px; }

    /* FAQ touch targets */
    .faq-q { font-size: 15px; padding: 16px 0; min-height: 44px; }

    /* Section padding */
    section.sec { padding: 64px 20px; }

    /* Support bar */
    .support-bar { padding: 24px 20px; }
    .support-inner { flex-direction: column; align-items: flex-start; gap: 12px; }

    /* Closer */
    .closer-sec { padding: 72px 20px; }

    /* Specs table: scrollable */
    .spec-table { font-size: 13px; }
    .spec-table td:first-child { width: 110px; }
    .specs-sec .container > div:last-child { overflow-x: auto; -webkit-overflow-scrolling: touch; }

    /* Footer: mobile layout */
    footer { padding: 48px 24px 24px !important; }
    footer .container { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 32px !important; max-width: 100% !important; }
    footer .container > .brand-col { grid-column: 1 / -1; width: 100%; max-width: 100%; }
    footer .footer-mark img { height: 32px !important; }
    footer .footer-blurb { font-size: 13.5px; line-height: 1.55; margin-top: 10px; }
    footer .footer-cta { display: block; width: 100%; text-align: center; padding: 13px 20px; font-size: 14px; box-sizing: border-box; }
    footer .footer-col h5 { margin-top: 0; font-size: 11px; letter-spacing: .12em; }
    footer .footer-col ul { gap: 8px !important; }
    footer .footer-col li, footer .footer-col li a { font-size: 13.5px; }
    footer .bot { flex-direction: column !important; align-items: center !important; gap: 8px !important; text-align: center !important; padding-top: 20px !important; margin-top: 32px !important; font-size: 12px; }
    footer .bot-meta { flex-wrap: wrap; justify-content: center; gap: 8px 12px; }
    footer .bot > div { flex-wrap: wrap; justify-content: center; gap: 8px 12px; }
    footer .bot .sep { display: none; }

    /* Breadcrumb */
    .breadcrumb { flex-wrap: wrap; }

    /* Eyebrows */
    .eyebrow, .hero-eyebrow, .breadcrumb { font-size: 10px !important; letter-spacing: .08em !important; }

    /* Buttons */
    .btn, a.btn, button.btn { padding: 10px 16px !important; font-size: 13px !important; white-space: nowrap; }
    .btn-lg { padding: 12px 18px !important; font-size: 14px !important; }
    .ctas { flex-direction: column; align-items: flex-start; gap: 10px; }
    .ctas .btn, .ctas a.btn { width: 100%; justify-content: center; max-width: 340px; }

    /* Stat/proof numbers */
    .stat-num, .kpi .v, .proof-num { font-size: 42px !important; }

    /* Star rating line */
    .rating-line, .stars-line { font-size: 13px; flex-wrap: wrap; gap: 4px; }

    /* Tier selector */
    .tier-option label, .tier-label { font-size: 14px !important; }
    .tier-badge, .tier-tag { font-size: 10px !important; white-space: nowrap; }
    .tier-price { font-size: 15px !important; }

    /* Quote/testimonial */
    .quote, .testimonial-text, .review-text { font-size: clamp(15px, 3.5vw, 18px) !important; }
  }

  /* ── 480px small mobile ──────────────────────────── */
  @media (max-width: 480px) {
    nav.main { padding: 14px 20px; }

    /* Typography */
    h1, .product-title { font-size: 21px !important; }
    h2 { font-size: 17px !important; }

    /* Buttons */
    .btn, a.btn { padding: 9px 14px !important; font-size: 12.5px !important; }

    /* Section padding */
    section, .sec { padding: 44px 16px !important; }

    /* Utility bar even more compact */
    .util { font-size: 10.5px; gap: 3px 8px; padding: 7px 12px; }
    .util span:nth-child(2) { display: none; }

    /* Guarantee: 2-col → 1-col */
    .guarantee-grid { grid-template-columns: 1fr; }

    /* Price font sizes */
    .price-now { font-size: 28px; }
    .price-klarna { font-size: 12px; }

    /* Closer */
    .closer-sec { padding: 56px 16px; }
    .closer-sec .ctas { flex-direction: column; align-items: stretch; }
    .closer-sec .ctas .btn { text-align: center; justify-content: center; }

    /* Product hero even tighter */
    .product-hero { padding: 20px 16px 36px; }

    /* Sticky bar compact */
    .sticky-bar { padding: 8px 14px; }
    .sticky-bar .sb-name { max-width: 120px; font-size: 12px !important; }
    .sticky-bar .sb-price { font-size: 15px !important; }
    .sticky-bar .btn { padding: 9px 13px !important; font-size: 12.5px !important; }

    footer { padding: 40px 16px 20px !important; }
  }
