
  :root {
    --orange: #FFBD59;
    --orange-dark: #F5A623;
    --blue: #3BB3FA;
    --blue-deep: #1E90D6;
    --dark: #121212;
    --white: #FFFFFF;
    --bg: #EFF8FF;
    --card: #FFFFFF;
    --text: #1A2333;
    --muted: #64748B;
    --border: #DCEAF7;
    --green: #22B573;
    --radius: 18px;
    --shadow-sm: 0 2px 8px rgba(18,42,66,0.07);
    --shadow-md: 0 6px 24px rgba(30,144,214,0.14);
    --shadow-orange: 0 6px 24px rgba(245,166,35,0.25);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Assistant', system-ui, sans-serif;
    background:
      radial-gradient(circle at 12% 8%, rgba(255,189,89,0.14) 0 90px, transparent 90px),
      radial-gradient(circle at 88% 20%, rgba(59,179,250,0.12) 0 120px, transparent 120px),
      var(--bg);
    color: var(--text);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; }
  button { font-family: inherit; }

  h1,h2,h3,.fredoka { font-family: 'Fredoka', 'Assistant', sans-serif; }

  /* ══ HEADER (orange, like the store) ══ */
  .header {
    background: var(--orange);
    padding: 14px 20px 12px;
    text-align: center;
  }
  .header-inner { max-width: 660px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
  .logo-card { display: none; }
  .logo-card.loaded { display: inline-block; }
  .header-logo-img { height: 76px; width: auto; display: block; }
  .header-logo-text {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: var(--blue-deep);
    line-height: 1.05;
  }
  .header-logo-text span {
    display: inline-block;
    background: var(--orange);
    color: var(--dark);
    font-family: 'Assistant', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    padding: 3px 14px;
    border-radius: 4px;
    margin-top: 4px;
  }
  .yt-chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: #FF0000; color: #fff;
    font-size: 12px; font-weight: 800;
    padding: 6px 14px; border-radius: 30px;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: transform .15s;
  }
  .yt-chip:hover { transform: scale(1.05); }
  .yt-chip svg { width: 16px; height: 16px; fill: #fff; }

  /* ══ PROOF BAR ══ */
  .proof-bar {
    background: var(--blue);
    padding: 9px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
  }
  .proof-bar strong { font-weight: 800; }

  /* ══ FAMILY NOTE ══ */
  .family-note {
    background: #FFF3DC;
    border: 1px dashed #EFCB8A;
    border-radius: 14px;
    text-align: center;
    padding: 14px 18px;
    margin: 22px 0;
    font-size: 15px;
    font-weight: 700;
    color: #8A5A00;
    line-height: 1.5;
  }

  /* ══ BUNDLE GALLERY ══ */
  .bundle-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-bottom: 16px;
  }
  @media (max-width: 460px) { .bundle-gallery { grid-template-columns: repeat(3, 1fr); } }
  .bg-item { text-align: center; }
  .bg-item img {
    width: 100%; aspect-ratio: 1; object-fit: cover;
    border-radius: 10px; display: block;
    border: 1px solid var(--border);
  }
  .bg-item span { font-size: 9.5px; font-weight: 700; color: var(--muted); display: block; margin-top: 3px; line-height: 1.25; }
  /* ══ QTY STEPPER ══ */
  .qty-row { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 16px 0; }
  .qty-btn {
    width: 46px; height: 46px; border-radius: 50%;
    border: 2px solid var(--blue); background: var(--white); color: var(--blue-deep);
    font-size: 24px; font-weight: 800; cursor: pointer; line-height: 1;
    transition: all .15s;
  }
  .qty-btn:hover:not(:disabled) { background: var(--blue); color: var(--white); }
  .qty-btn:disabled { opacity: .3; cursor: not-allowed; }
  .qty-num { font-family: 'Fredoka', sans-serif; font-size: 38px; font-weight: 700; min-width: 60px; text-align: center; }
  .qty-price { text-align: center; font-size: 15px; color: var(--muted); margin-bottom: 4px; }
  .qty-price strong { color: var(--text); font-size: 18px; }

  .ship-note {
    background: #E8F5FE;
    border: 1px solid #BFE3FB;
    color: #16669C;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
    padding: 8px 14px;
    margin: 8px 0 4px;
    text-align: center;
    line-height: 1.45;
  }
  .price-deadline {
    background: #FDECEC;
    border: 1px solid #F5C6C6;
    color: #B3261E;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
    padding: 8px 14px;
    margin: 12px 0 4px;
    text-align: center;
    line-height: 1.45;
  }

  /* ══ CHARACTER STRIP ══ */
  .char-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 14px 0 12px; }
  .char-strip-inner {
    display: flex; gap: 16px; padding: 0 18px;
    overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
    max-width: 720px; margin: 0 auto;
  }
  .char-strip-inner::-webkit-scrollbar { display: none; }
  .strip-item { flex-shrink: 0; text-align: center; width: 78px; }
  .strip-item img {
    width: 70px; height: 70px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--border); display: block; margin: 0 auto 5px;
    transition: transform .2s, border-color .2s;
  }
  .strip-item img:hover { border-color: var(--orange); transform: scale(1.08) rotate(-3deg); }
  .strip-item span { font-size: 10px; font-weight: 700; color: var(--muted); line-height: 1.2; display: block; }

  /* ══ PAGE ══ */
  .page { max-width: 660px; margin: 0 auto; padding: 26px 18px 130px; }

  .step { display: none; }
  .step.active { display: block; animation: fadeUp .35s ease both; }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

  /* ══ PROGRESS ══ */
  .progress { display: flex; gap: 6px; justify-content: center; margin-bottom: 24px; }
  .prog-dot { height: 7px; border-radius: 4px; background: rgba(59,179,250,0.18); flex: 1; max-width: 64px; transition: background .3s; }
  .prog-dot.done { background: var(--blue); }

  /* ══ BOT MESSAGE ══ */
  .bot-msg {
    background: var(--card);
    border-left: 5px solid var(--blue);
    border-radius: 6px 20px 20px 20px;
    box-shadow: var(--shadow-md);
    padding: 20px 22px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
  }
  .bot-msg strong { color: var(--blue-deep); }
  .bot-msg em { color: var(--muted); font-style: normal; font-size: 14px; }

  /* ══ BUTTONS ══ */
  .btn {
    display: block; width: 100%;
    font-size: 17px; font-weight: 800;
    padding: 17px 22px;
    border-radius: 50px; border: none; cursor: pointer;
    text-align: center; text-decoration: none;
    margin-bottom: 12px; line-height: 1.25;
    transition: transform .15s, box-shadow .15s;
  }
  .btn small { display: block; font-size: 12.5px; font-weight: 600; opacity: .8; margin-top: 3px; letter-spacing: 0; }
  .btn:hover:not(:disabled) { transform: translateY(-2px); }
  .btn:active:not(:disabled) { transform: translateY(0); }
  .btn-primary { background: linear-gradient(180deg, #FFC96F, var(--orange)); color: var(--dark); box-shadow: var(--shadow-orange); }
  .btn-blue { background: linear-gradient(180deg, #55C0FC, var(--blue)); color: var(--white); box-shadow: var(--shadow-md); }
  .btn-ghost { background: var(--white); color: var(--blue-deep); border: 2px solid var(--blue); box-shadow: var(--shadow-sm); }
  .btn-ghost:hover { background: var(--blue); color: var(--white); }
  .btn:disabled { opacity: .35; cursor: not-allowed; box-shadow: none; }

  .link-decline {
    display: block; text-align: center; margin-top: 8px;
    font-size: 13px; color: var(--muted); cursor: pointer;
    text-decoration: underline; background: none; border: none; width: 100%;
  }
  .link-decline:hover { color: var(--text); }

  /* ══ BUNDLE CARD ══ */
  .bundle-card {
    background: var(--card);
    border: 3px solid var(--orange);
    border-radius: var(--radius);
    padding: 26px 24px;
    margin: 18px 0;
    box-shadow: var(--shadow-orange);
    position: relative;
    overflow: hidden;
  }
  .bundle-ribbon {
    position: absolute; top: 16px; right: -38px;
    background: var(--blue); color: #fff;
    font-size: 11px; font-weight: 800; letter-spacing: 1px;
    padding: 5px 44px; transform: rotate(38deg);
  }
  .was-price { font-size: 14px; color: var(--muted); text-decoration: line-through; }
  .now-price { font-family: 'Fredoka', sans-serif; font-size: 54px; font-weight: 700; color: var(--dark); line-height: 1.05; }
  .save-badge {
    display: inline-block; background: var(--green); color: #fff;
    font-weight: 800; font-size: 12px; padding: 4px 14px;
    border-radius: 20px; margin: 10px 0 16px;
  }
  .includes-list { list-style: none; font-size: 15px; line-height: 2.05; }
  .includes-list li::before { content: "✓ "; color: var(--green); font-weight: 800; }
  .includes-list .bonus { color: var(--blue-deep); font-weight: 700; }

  /* ══ TIERS ══ */
  .tier-row { display: flex; gap: 8px; margin: 16px 0 12px; }
  .tier {
    flex: 1; background: var(--card);
    border: 2px solid var(--border); border-radius: 14px;
    padding: 12px 6px; text-align: center;
    transition: all .2s; box-shadow: var(--shadow-sm);
    position: relative;
  }
  .tier.active { border-color: var(--orange); background: #FFF8EC; transform: scale(1.04); }
  .tier.best::after {
    content: "BEST DEAL"; position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
    background: var(--green); color: #fff; font-size: 8px; font-weight: 800;
    letter-spacing: 1px; padding: 2px 8px; border-radius: 10px; white-space: nowrap;
  }
  .tier-label { font-size: 11px; color: var(--muted); margin-bottom: 3px; }
  .tier-price { font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 700; }
  .tier.active .tier-price { color: var(--orange-dark); }
  .tier-each { font-size: 10px; color: var(--muted); margin-top: 2px; }

  /* ══ CHARACTER GRID ══ */
  .char-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  @media (max-width: 460px) { .char-grid { grid-template-columns: repeat(2, 1fr); } }
  .char-card {
    background: var(--card);
    border: 2px solid var(--border); border-radius: 16px;
    padding: 10px 10px 12px; text-align: center; cursor: pointer;
    position: relative; transition: all .18s; box-shadow: var(--shadow-sm);
    -webkit-tap-highlight-color: transparent;
  }
  .char-card:hover { border-color: var(--blue); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .char-card.picked { border-color: var(--orange); background: #FFF8EC; box-shadow: var(--shadow-orange); }
  .char-card.picked img { animation: wiggle .4s ease; }
  @keyframes wiggle { 0%,100% { transform: rotate(0); } 30% { transform: rotate(-4deg) scale(1.05); } 60% { transform: rotate(3deg) scale(1.05); } }
  .char-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; display: block; }
  .char-name { font-size: 12.5px; font-weight: 700; margin-top: 8px; line-height: 1.3; }
  .char-tag { font-size: 10px; color: var(--muted); }
  .char-check {
    position: absolute; top: 8px; right: 8px;
    width: 24px; height: 24px; background: var(--orange);
    border-radius: 50%; display: none; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; color: var(--dark);
    border: 2px solid #fff; box-shadow: var(--shadow-sm);
  }
  .char-card.picked .char-check { display: flex; }

  /* ══ SMART BUNDLE HINT ══ */
  .bundle-hint {
    display: none;
    background: linear-gradient(135deg, #FFF3DC, #FFE9C2);
    border: 2px dashed var(--orange-dark);
    border-radius: 14px; padding: 14px 16px; margin: 14px 0;
    font-size: 14px; line-height: 1.55;
  }
  .bundle-hint.show { display: block; animation: fadeUp .3s ease both; }
  .bundle-hint strong { color: var(--orange-dark); }
  .bundle-hint button {
    background: none; border: none; color: var(--blue-deep);
    font-weight: 800; font-size: 14px; cursor: pointer; text-decoration: underline; padding: 0;
  }

  /* ══ HERO ══ */
  .hero-wrap { position: relative; margin-bottom: 4px; }
  .hero-wrap img {
    width: 100%; border-radius: 16px; display: block;
    box-shadow: var(--shadow-md);
  }
  .hero-cta {
    position: absolute; left: 12px; right: 12px; bottom: 12px;
    width: auto; margin-bottom: 0;
    box-shadow: 0 8px 28px rgba(0,0,0,0.28);
  }

  /* ══ OR DIVIDER ══ */
  .or-divider {
    display: flex; align-items: center; gap: 12px;
    margin: 18px 0 14px;
    font-size: 13px; font-weight: 800; color: var(--muted);
    text-transform: uppercase; letter-spacing: 1.5px;
  }
  .or-divider span { flex: 1; height: 1px; background: var(--border); }

  /* ══ STICKY TOTAL BAR ══ */
  .total-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: 0 -6px 24px rgba(18,42,66,0.12);
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    display: none;
  }
  .total-bar.show { display: block; }
  .total-bar-inner { max-width: 660px; margin: 0 auto; display: flex; align-items: center; gap: 14px; }
  .tb-info { flex: 1; min-width: 0; }
  .tb-count { font-size: 12px; color: var(--muted); }
  .tb-total { font-family: 'Fredoka', sans-serif; font-size: 26px; font-weight: 700; line-height: 1.1; }
  .tb-save { font-size: 11px; color: var(--green); font-weight: 800; }
  .tb-btn {
    background: linear-gradient(180deg, #FFC96F, var(--orange));
    color: var(--dark); font-weight: 800; font-size: 15px;
    border: none; border-radius: 40px; padding: 13px 26px; cursor: pointer;
    box-shadow: var(--shadow-orange); white-space: nowrap;
    transition: transform .15s;
  }
  .tb-btn:hover:not(:disabled) { transform: scale(1.04); }
  .tb-btn:disabled { opacity: .35; cursor: not-allowed; box-shadow: none; }

  /* ══ UPSELL CARD ══ */
  .upsell-card {
    background: var(--card);
    border: 2px solid var(--blue);
    border-radius: var(--radius);
    padding: 18px; margin: 16px 0;
    display: flex; gap: 16px; align-items: center;
    box-shadow: var(--shadow-md);
  }
  .upsell-card img { width: 96px; height: 96px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
  .upsell-info h3 { font-size: 18px; margin-bottom: 4px; }
  .upsell-info p { font-size: 13px; color: var(--muted); line-height: 1.5; }
  .upsell-price { font-family: 'Fredoka', sans-serif; font-size: 22px; font-weight: 700; color: var(--orange-dark); margin-top: 6px; }

  /* ══ SUMMARY ══ */
  .summary-card {
    background: var(--card); border-radius: var(--radius);
    box-shadow: var(--shadow-md); border: 1px solid var(--border);
    padding: 22px; margin: 16px 0;
  }
  .summary-card h3 { font-size: 18px; margin-bottom: 14px; }
  .sum-line { display: flex; justify-content: space-between; font-size: 15px; padding: 6px 0; border-bottom: 1px dashed var(--border); }
  .sum-line:last-of-type { border-bottom: none; }
  .sum-line .sl-name { color: var(--text); }
  .sum-line .sl-price { font-weight: 700; }
  .sum-total {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-top: 12px; padding-top: 12px; border-top: 2px solid var(--dark);
  }
  .sum-total .st-label { font-weight: 800; font-size: 15px; }
  .sum-total .st-value { font-family: 'Fredoka', sans-serif; font-size: 32px; font-weight: 700; }
  .sum-save { text-align: right; font-size: 12px; color: var(--green); font-weight: 800; margin-top: 2px; }
  .sum-edit { font-size: 13px; color: var(--blue-deep); text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; margin-top: 10px; }

  /* ══ GUARANTEE ══ */
  .guarantee { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 12px; line-height: 1.6; }
  .guarantee strong { color: var(--text); }
  .trust-row { display: flex; justify-content: center; gap: 18px; margin-top: 14px; font-size: 12px; color: var(--muted); font-weight: 700; flex-wrap: wrap; }
  .trust-row span::before { content: "🛡 "; }
  .trust-row span:nth-child(2)::before { content: "🌍 "; }
  .trust-row span:nth-child(3)::before { content: "🧵 "; }

  /* ══ REVIEWS ══ */
  .reviews-section { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--border); }
  .reviews-heading {
    font-size: 14px; font-weight: 800; color: var(--muted);
    text-transform: uppercase; letter-spacing: 1.5px; text-align: center; margin-bottom: 16px;
  }
  .stars { color: var(--orange-dark); font-size: 14px; letter-spacing: 1px; }
  .review-name { font-weight: 800; font-size: 13px; color: var(--blue-deep); }
  .review-grid-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
  @media (max-width: 400px) { .review-grid-mini { grid-template-columns: 1fr; } }
  .review-mini-card {
    background: var(--card); border-radius: 14px; padding: 14px;
    border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  }
  .review-mini-card .stars { font-size: 13px; margin-bottom: 6px; }
  .review-mini-card p { font-size: 13px; font-style: italic; line-height: 1.5; margin-bottom: 8px; }
  .review-mini-card .review-name { font-size: 11px; }

  /* ══ REVIEW CAROUSEL (matches store widget) ══ */
  .rw-title { font-family: 'Fredoka', sans-serif; font-size: 26px; font-weight: 600; text-align: center; color: var(--text); margin-bottom: 6px; }
  .rw-rating { text-align: center; font-size: 14px; color: var(--muted); margin-bottom: 18px; }
  .rw-rating .rw-stars { color: #57BAA8; font-size: 16px; letter-spacing: 2px; }
  .rw-rating .rw-verified { color: #57BAA8; font-weight: 700; }
  .rw-wrap { position: relative; }
  .rw-track {
    display: flex; gap: 12px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
    padding: 4px 2px 8px;
  }
  .rw-track::-webkit-scrollbar { display: none; }
  .rw-card {
    flex: 0 0 210px; scroll-snap-align: start;
    background: var(--card); border: 1px solid var(--border);
    border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-sm);
    text-align: center; display: flex; flex-direction: column;
  }
  .rw-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
  .rw-body { padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
  .rw-quote {
    font-size: 13px; line-height: 1.5; color: var(--text);
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .rw-card .rw-stars { color: #57BAA8; font-size: 14px; letter-spacing: 2px; }
  .rw-author { font-size: 13px; font-weight: 800; color: var(--text); }
  .rw-product { font-size: 11px; color: var(--muted); margin-top: auto; }
  .rw-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--white); border: 1px solid var(--border);
    box-shadow: var(--shadow-sm); cursor: pointer;
    font-size: 18px; color: var(--muted); line-height: 1;
    display: flex; align-items: center; justify-content: center;
    z-index: 5;
  }
  .rw-arrow:hover { color: var(--text); box-shadow: var(--shadow-md); }
  .rw-prev { left: -8px; }
  .rw-next { right: -8px; }

  /* ══ SHOP MORE ══ */
  .shop-section { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--border); }
  .shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  @media (max-width: 460px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
  .shop-card {
    background: var(--card); border: 2px solid var(--border); border-radius: 14px;
    padding: 10px 10px 12px; text-align: center; text-decoration: none;
    transition: all .18s; box-shadow: var(--shadow-sm); display: block;
  }
  .shop-card:hover { border-color: var(--blue); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .shop-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; display: block; }
  .shop-name { font-size: 12.5px; font-weight: 700; color: var(--text); margin-top: 8px; line-height: 1.3; }
  .shop-price { font-size: 12px; font-weight: 800; color: var(--blue-deep); margin-top: 3px; }

  /* ══ EMAIL STEP ══ */
  .email-card {
    background: var(--card); border: 2px solid var(--blue);
    border-radius: var(--radius); padding: 22px; margin: 16px 0;
    box-shadow: var(--shadow-md);
  }
  .email-input {
    width: 100%; font-family: 'Assistant', sans-serif;
    font-size: 17px; font-weight: 600; color: var(--text);
    padding: 15px 18px; border-radius: 12px;
    border: 2px solid var(--border); outline: none;
    margin-bottom: 6px; transition: border-color .15s;
  }
  .email-input:focus { border-color: var(--blue); }
  .email-input.err { border-color: #B3261E; }
  .email-error { display: none; font-size: 12.5px; color: #B3261E; font-weight: 700; margin-bottom: 6px; }
  .email-error.show { display: block; }
  .email-consent { font-size: 11.5px; color: var(--muted); line-height: 1.5; margin-top: 10px; }

  /* ══ FOOTER ══ */
  .site-footer {
    background: var(--blue); color: rgba(255,255,255,0.85);
    padding: 30px 20px 110px; margin-top: 40px;
    font-size: 12px; line-height: 1.7; text-align: center;
  }
  .site-footer .foot-links { margin-bottom: 14px; }
  .site-footer .foot-links a {
    color: #fff; font-weight: 700; text-decoration: underline; margin: 0 8px;
  }
  .site-footer .foot-links button {
    background: none; border: none; color: #fff; font-weight: 700;
    text-decoration: underline; cursor: pointer; font-size: 12px; font-family: inherit;
  }
  .site-footer p { max-width: 620px; margin: 0 auto 10px; }
  .site-footer .foot-fine { font-size: 11px; color: rgba(255,255,255,0.65); }

  /* ══ COOKIE BANNER ══ */
  .cookie-banner {
    display: none;
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 500;
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    padding: 18px; max-width: 640px; margin: 0 auto;
  }
  .cookie-banner.show { display: block; }
  .cookie-banner h4 { font-family: 'Fredoka', sans-serif; font-size: 16px; margin-bottom: 6px; }
  .cookie-banner p { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }
  .cookie-banner p a { color: var(--blue-deep); }
  .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
  .cookie-actions button {
    flex: 1; min-width: 130px; padding: 11px 16px; border-radius: 30px;
    font-size: 14px; font-weight: 800; cursor: pointer; border: none;
  }
  .ck-accept { background: var(--orange); color: var(--dark); }
  .ck-decline { background: var(--white); color: var(--muted); border: 2px solid var(--border) !important; }

  /* ══ REDIRECT OVERLAY ══ */
  .redirect-overlay {
    display: none; position: fixed; inset: 0; background: var(--bg);
    flex-direction: column; align-items: center; justify-content: center; gap: 18px; z-index: 999;
  }
  .redirect-overlay.show { display: flex; }
  .spinner {
    width: 52px; height: 52px;
    border: 5px solid rgba(59,179,250,0.2); border-top-color: var(--blue);
    border-radius: 50%; animation: spin .8s linear infinite;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  .redirect-msg { font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 600; }
  .redirect-sub { font-size: 13px; color: var(--muted); }

/* Two-step checkout flow */
.selection-status { margin: 14px 0; padding: 12px 14px; border-radius: 12px; background:#fff; border:2px solid var(--border); font-size:14px; font-weight:800; text-align:center; color:var(--muted); }
.selection-status.ready { border-color:var(--green); background:#effcf6; color:#14784c; }
.checkout-contact { margin-top:18px; }
.checkout-contact h3 { font-size:21px; margin-bottom:6px; }
.contact-intro { font-size:13px; color:var(--muted); line-height:1.5; margin-bottom:14px; }
.bump-list { display:grid; gap:12px; margin:18px 0; }
.bump-card { display:grid; grid-template-columns:28px 76px 1fr auto; gap:12px; align-items:center; background:#fff; border:2px solid var(--border); border-radius:16px; padding:12px; cursor:pointer; box-shadow:var(--shadow-sm); transition:.18s; }
.bump-card:has(input:checked) { border-color:var(--orange); background:#fff8ec; box-shadow:var(--shadow-orange); }
.bump-card input { width:24px; height:24px; accent-color:var(--orange-dark); cursor:pointer; }
.bump-card img { width:76px; height:76px; object-fit:cover; border-radius:10px; }
.bump-copy { display:flex; flex-direction:column; min-width:0; }
.bump-copy strong { font-family:'Fredoka',sans-serif; font-size:16px; }
.bump-copy small { color:var(--muted); font-size:12px; line-height:1.35; margin-top:3px; }
.bump-price { font-family:'Fredoka',sans-serif; font-size:17px; font-weight:700; color:var(--orange-dark); white-space:nowrap; }
.compact-summary { margin-top:20px; }
@media(max-width:520px){ .bump-card{grid-template-columns:24px 64px 1fr;gap:9px}.bump-card img{width:64px;height:64px}.bump-price{grid-column:3;font-size:15px}.hero-cta{font-size:14px;padding:13px 12px} }

.no-email-choice { display:flex; align-items:flex-start; gap:10px; padding:12px 14px; margin:6px 0 10px; border:2px solid var(--border); border-radius:12px; background:#f8fbfe; cursor:pointer; }
.no-email-choice input { width:21px; height:21px; margin-top:1px; accent-color:var(--blue-deep); flex-shrink:0; }
.no-email-choice span { display:flex; flex-direction:column; line-height:1.25; }
.no-email-choice strong { font-size:14px; }
.no-email-choice small { color:var(--muted); font-size:11.5px; margin-top:3px; }
.hero-cta { top:12px; bottom:auto; min-height:62px; font-size:19px; border:3px solid rgba(255,255,255,.95); z-index:3; box-shadow:0 8px 28px rgba(0,0,0,.38); }
.bump-qty { grid-column:3 / 5; display:flex; align-items:center; justify-content:flex-end; gap:9px; }
.bump-qty button { width:36px; height:36px; border-radius:50%; border:2px solid var(--blue); background:#fff; color:var(--blue-deep); font-size:22px; font-weight:800; cursor:pointer; }
.bump-qty strong { min-width:24px; text-align:center; font-family:'Fredoka',sans-serif; font-size:19px; }
.bump-qty span { min-width:55px; font-size:12px; font-weight:700; color:var(--muted); }
@media(max-width:460px){ .hero-cta { left:8px; right:8px; top:8px; bottom:auto; min-height:60px; font-size:17px; padding:13px 10px; } .bump-qty{grid-column:3;justify-content:flex-start;flex-wrap:wrap}.bump-qty button{width:34px;height:34px} }
