
  :root {
    --cream: #F5EFE6;
    --dark: #1A0F08;
    --espresso: #3B1F0C;
    --caramel: #C47A2B;
    --gold: #D4A853;
    --light-gold: #F0D09A;
    --warm-white: #FDF8F2;
    --red: #C0392B;
    --green: #27AE60;
    --text: #2C1810;
    --text-light: #6B4C3B;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--warm-white);
    color: var(--text);
    overflow-x: hidden;
  }

  /* ===================== TOP BAR ===================== */
  .top-bar {
    background: var(--espresso);
    color: var(--light-gold);
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .top-bar span { color: #fff; font-weight: 700; }
  .top-bar .ticker { display: inline-flex; gap: 40px; animation: none; }

  /* ===================== URGENCY BAR ===================== */
  .urgency-bar {
    background: linear-gradient(90deg, #C0392B, #922B21);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .urgency-bar .fire { font-size: 18px; animation: pulse 1s infinite; }
  @keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.2)} }

  /* ===================== HERO ===================== */
  .hero {
    background: linear-gradient(135deg, var(--dark) 0%, var(--espresso) 60%, #5C2E0E 100%);
    padding: 24px 20px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 80%, rgba(196,122,43,0.25) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 12px;
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 8vw, 68px);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .hero h1 em { color: var(--gold); font-style: normal; }
  .hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.6;
  }
  .stars-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
  }
  .stars { color: var(--gold); font-size: 20px; letter-spacing: 2px; }
  .stars-text { color: rgba(255,255,255,0.8); font-size: 13px; }

  /* ===================== GALLERY ===================== */
  .gallery-section {
    background: var(--dark);
    padding: 0 20px 40px;
  }
  .main-image-wrap {
    max-width: 680px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(196,122,43,0.4);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    aspect-ratio: 1/1;
  }
  .main-image-wrap img {
    width: 100%;
    display: block;
    transition: opacity 0.4s;
  }
  .thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(196,122,43,0.3);
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
    flex-shrink: 0;
  }
  .thumb:hover, .thumb.active { border-color: var(--gold); transform: scale(1.05); }
  .thumb img { width: 100%; height: 100%; object-fit: cover; }

  /* ===================== PRICE BOX ===================== */
  .price-section {
    background: var(--warm-white);
    padding: 40px 20px;
    text-align: center;
  }
  .price-box {
    background: #fff;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 4px 40px rgba(59,31,12,0.12);
    border: 1px solid rgba(196,122,43,0.2);
    position: relative;
    overflow: hidden;
  }
  .price-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--caramel), var(--gold), var(--caramel));
  }
  .price-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 8px;
  }
  .price-old {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
  }
  .price-current {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 900;
    color: var(--espresso);
    line-height: 1;
    margin-bottom: 6px;
  }
  .price-current sup { font-size: 24px; vertical-align: super; }
  .price-current small { font-size: 18px; font-family: 'DM Sans', sans-serif; font-weight: 500; }
  .price-installment {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 6px;
  }
  .price-installment strong { color: var(--green); }
  .economy-tag {
    display: inline-block;
    background: #E8F5E9;
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--green);
  }

  /* ===================== CTA BUTTON ===================== */
  .cta-btn {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #2ECC71, #1E8449);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 20px 30px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 6px 28px rgba(39,174,96,0.45), 0 0 0 0 rgba(46,204,113,0.4);
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
    animation: ctaPulse 2.4s ease-in-out infinite;
  }
  @keyframes ctaPulse {
    0%, 100% { box-shadow: 0 6px 28px rgba(39,174,96,0.45), 0 0 0 0 rgba(46,204,113,0.35); transform: scale(1); }
    50% { box-shadow: 0 8px 36px rgba(39,174,96,0.55), 0 0 0 10px rgba(46,204,113,0); transform: scale(1.012); }
  }
  .cta-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
    animation: shimmer 2.8s ease-in-out infinite;
  }
  @keyframes shimmer {
    0% { left: -100%; }
    60%, 100% { left: 160%; }
  }
  .cta-btn:hover { transform: translateY(-3px) scale(1.015); box-shadow: 0 14px 40px rgba(39,174,96,0.6); animation: none; }
  .cta-btn:active { transform: translateY(0) scale(0.98); }
  .cta-sub-text {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  /* ===================== COUNTDOWN ===================== */
  .countdown-wrap {
    background: linear-gradient(135deg, var(--espresso), var(--dark));
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  .countdown-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .countdown-timer {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .countdown-block {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(196,122,43,0.4);
    border-radius: 10px;
    padding: 10px 16px;
    min-width: 60px;
    text-align: center;
  }
  .countdown-num {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1;
  }
  .countdown-unit {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
  }
  .countdown-sep {
    font-size: 28px;
    font-weight: 700;
    color: var(--gold);
    align-self: center;
    padding-bottom: 12px;
  }

  /* ===================== SCARCITY ===================== */
  .scarcity-box {
    background: #FFF3CD;
    border: 1px solid #F0A500;
    border-radius: 12px;
    padding: 14px 18px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }
  .scarcity-icon { font-size: 24px; flex-shrink: 0; }
  .scarcity-text { font-size: 13px; line-height: 1.5; color: #7D4E00; }
  .scarcity-text strong { display: block; font-size: 14px; color: #5A3600; }
  .stock-bar-wrap { margin-top: 8px; }
  .stock-bar-bg { background: #E8D5A0; border-radius: 10px; height: 8px; overflow: hidden; }
  .stock-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #F0A500, #E67E22);
    border-radius: 10px;
    width: 83%;
    animation: barLoad 1.2s ease-out forwards;
  }
  @keyframes barLoad { from{width:0} to{width:83%} }
  .stock-label { font-size: 11px; color: #7D4E00; margin-top: 4px; font-weight: 600; }

  /* ===================== TRUST BADGES ===================== */
  .trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .badge {
    background: var(--warm-white);
    border: 1px solid rgba(196,122,43,0.2);
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
  }
  .badge-icon { font-size: 22px; margin-bottom: 5px; }
  .badge-text { font-size: 11px; color: var(--text-light); line-height: 1.3; font-weight: 500; }

  /* ===================== DELIVERY BANNER ===================== */
  .delivery-banner {
    background: linear-gradient(135deg, #0F4C75, #1A6B9A);
    color: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .delivery-banner .d-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
  }
  .delivery-banner .d-icon { font-size: 20px; }
  .delivery-banner .sep { color: rgba(255,255,255,0.3); font-size: 20px; }

  /* ===================== FEATURES ===================== */
  .features-section {
    padding: 60px 20px;
    background: var(--dark);
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 5vw, 42px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
  }
  .section-subtitle {
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    margin-bottom: 50px;
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .feature-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(196,122,43,0.25);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
  .feature-card img {
    width: 100%;
    display: block;
    height: 220px;
    object-fit: cover;
  }
  .feature-card-body { padding: 22px 20px; }
  .feature-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--gold);
    margin-bottom: 8px;
  }
  .feature-card-text { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; }

  /* ===================== GIF SECTION ===================== */
  .gif-section {
    background: var(--cream);
    padding: 60px 20px;
  }
  .gif-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 900px;
    margin: 40px auto 0;
    align-items: center;
  }
  .gif-row.reverse { direction: rtl; }
  .gif-row.reverse > * { direction: ltr; }
  .gif-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(59,31,12,0.2);
    aspect-ratio: 1;
  }
  .gif-wrap img { width: 100%; display: block; }
  .gif-content {}
  .gif-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--espresso);
    margin-bottom: 12px;
  }
  .gif-content p { font-size: 15px; color: var(--text-light); line-height: 1.7; }
  @media(max-width:640px){
    .gif-row, .gif-row.reverse { grid-template-columns: 1fr; direction: ltr; }
    .gif-row.reverse { direction: ltr; }
  }

  /* ===================== WHY SECTION ===================== */
  .why-section {
    padding: 60px 20px;
    background: var(--warm-white);
  }
  .why-section .section-title { color: var(--dark); }
  .why-section .section-subtitle { color: var(--text-light); }
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    max-width: 960px;
    margin: 0 auto;
  }
  .why-card {
    background: #fff;
    border: 1px solid rgba(196,122,43,0.2);
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 2px 20px rgba(59,31,12,0.06);
    transition: box-shadow 0.3s;
  }
  .why-card:hover { box-shadow: 0 8px 40px rgba(59,31,12,0.12); }
  .why-card-icon { font-size: 40px; margin-bottom: 14px; }
  .why-card h4 { font-size: 16px; font-weight: 700; color: var(--espresso); margin-bottom: 8px; }
  .why-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

  /* ===================== COMPARISON TABLE ===================== */
  .compare-section {
    padding: 60px 20px;
    background: var(--dark);
  }
  .compare-section .section-title { color: #fff; }
  .compare-section .section-subtitle { color: rgba(255,255,255,0.6); }
  .compare-table {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(196,122,43,0.3);
  }
  .compare-table table { width: 100%; border-collapse: collapse; }
  .compare-table th {
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .compare-table th:first-child { background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.5); text-align: left; }
  .compare-table th:nth-child(2) { background: linear-gradient(135deg, #3B1F0C, #5C2E0E); color: var(--gold); }
  .compare-table th:last-child { background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.4); }
  .compare-table td {
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
  }
  .compare-table td:first-child { text-align: left; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.02); }
  .compare-table td:nth-child(2) { background: rgba(59,31,12,0.4); color: #fff; font-weight: 600; }
  .compare-table td:last-child { color: rgba(255,255,255,0.35); }
  .check { color: var(--gold); font-size: 18px; }
  .cross { color: #555; font-size: 18px; }

  /* ===================== REVIEWS ===================== */
  .reviews-section {
    padding: 60px 20px;
    background: var(--cream);
  }
  .reviews-section .section-title { color: var(--dark); }
  .reviews-section .section-subtitle { color: var(--text-light); }
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .review-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 2px 20px rgba(59,31,12,0.08);
    border: 1px solid rgba(196,122,43,0.15);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .review-top { display: flex; align-items: center; gap: 12px; }
  .review-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold);
  }
  .review-name { font-weight: 700; font-size: 14px; color: var(--espresso); }
  .review-verified { font-size: 11px; color: var(--green); font-weight: 600; }
  .review-stars { color: var(--gold); font-size: 15px; }
  .review-text { font-size: 14px; color: var(--text-light); line-height: 1.6; }
  .review-img {
    width: 100%;
    border-radius: 12px;
    object-fit: contain;
    background: #f5f0eb;
    max-height: 420px;
    height: auto;
    display: block;
  }

  /* ===================== FINAL CTA ===================== */
  .final-cta {
    background: linear-gradient(135deg, var(--dark), var(--espresso));
    padding: 60px 20px;
    text-align: center;
  }
  .final-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 5vw, 44px);
    color: #fff;
    margin-bottom: 12px;
  }
  .final-cta h2 em { color: var(--gold); font-style: normal; }
  .final-cta p { color: rgba(255,255,255,0.7); font-size: 16px; margin-bottom: 30px; max-width: 500px; margin-left: auto; margin-right: auto; }
  .final-price-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(196,122,43,0.4);
    border-radius: 60px;
    padding: 12px 28px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .final-price-badge .old { text-decoration: line-through; color: rgba(255,255,255,0.4); font-size: 16px; }
  .final-price-badge .new { color: var(--gold); font-size: 26px; font-weight: 700; font-family: 'Playfair Display', serif; }
  .final-price-badge .save { background: var(--red); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
  .final-cta-wrap { max-width: 480px; margin: 0 auto; }

  /* ===================== FAQ ===================== */
  .faq-section {
    padding: 60px 20px;
    background: var(--warm-white);
  }
  .faq-section .section-title { color: var(--dark); }
  .faq-section .section-subtitle { color: var(--text-light); }
  .faq-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
  .faq-item {
    background: #fff;
    border: 1px solid rgba(196,122,43,0.2);
    border-radius: 14px;
    overflow: hidden;
  }
  .faq-question {
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--espresso);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
  }
  .faq-question .arrow { transition: transform 0.3s; font-size: 12px; color: var(--caramel); }
  .faq-item.open .faq-question .arrow { transform: rotate(180deg); }
  .faq-answer {
    display: none;
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.7;
  }
  .faq-item.open .faq-answer { display: block; }

  /* ===================== FOOTER ===================== */
  footer {
    background: var(--dark);
    padding: 30px 20px;
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    line-height: 1.8;
  }
  footer a { color: var(--gold); text-decoration: none; }

  /* ===================== STICKY CTA (mobile) ===================== */
  .sticky-cta {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid rgba(196,122,43,0.3);
    padding: 14px 20px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  }
  @media(max-width:768px){ .sticky-cta { display: block; } body { padding-bottom: 90px; } }

  .pix-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #E8F5E9;
    border: 1.5px solid #27AE60;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    color: #1A5C31;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .pix-icon { font-size: 18px; }

  /* ===================== VIEWERS COUNT ===================== */
  .viewers-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-light);
    justify-content: center;
    margin-bottom: 14px;
  }
  .viewers-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; box-shadow: 0 0 0 0 rgba(46,204,113,0.6);
    animation: blink 1.2s infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

  /* ===================== PAYMENT METHODS ===================== */
  .payment-methods {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
  }
  .pay-badge {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 998;
    max-width: 300px;
    transform: translateX(-120%);
    transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1);
    border-left: 4px solid var(--green);
  }
  .popup.show { transform: translateX(0); }
  .popup-icon { font-size: 28px; flex-shrink: 0; }
  .popup-text { font-size: 13px; color: var(--text); line-height: 1.4; }
  .popup-text strong { color: var(--espresso); }
  .popup-time { font-size: 11px; color: #aaa; margin-top: 3px; }

  @media(max-width:480px){
    .trust-badges { grid-template-columns: repeat(3,1fr); }
    .popup { bottom: 100px; }
  }

  /* ===================== LOGO HEADER ===================== */
  .page-header {
    background: var(--dark);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--gold);
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  /* ===================== OFFER BANNER ===================== */
  .offer-banner {
    background: linear-gradient(135deg, #8B1A0C, #C0392B);
    color: #fff;
    max-width: 560px;
    margin: 0 auto 20px;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }
  .offer-banner-icon { font-size: 32px; flex-shrink: 0; }
  .offer-banner-text { font-size: 14px; line-height: 1.5; }
  .offer-banner-text strong { font-size: 16px; display: block; margin-bottom: 3px; }

  /* ===================== BENEFITS LIST ===================== */
  .benefits-list {
    list-style: none;
    text-align: left;
    margin: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text);
  }
  .benefits-list li .bi { color: var(--green); font-style: normal; font-size: 16px; flex-shrink: 0; }

  /* ===================== TECH SPECS ===================== */
  .specs-section {
    padding: 60px 20px;
    background: var(--dark);
  }
  .specs-section .section-title { color: #fff; }
  .specs-section .section-subtitle { color: rgba(255,255,255,0.6); }
  .specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
  }
  .spec-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(196,122,43,0.2);
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
  }
  .spec-icon { font-size: 32px; margin-bottom: 10px; }
  .spec-value { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--gold); font-weight: 700; }
  .spec-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }

  /* section titles light */
  .light-title { color: var(--dark) !important; }
  .light-sub { color: var(--text-light) !important; }

  /* ===================== SCROLL REVEAL ===================== */
  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
  }
  .reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
  }

  /* ===================== IN THE BOX SECTION ===================== */
  .inbox-section {
    background: linear-gradient(135deg, var(--dark) 0%, #2a1208 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .inbox-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(196,122,43,0.15) 0%, transparent 70%);
    pointer-events: none;
  }
  .inbox-section .section-title { color: #fff; margin-bottom: 6px; }
  .inbox-subtitle {
    color: rgba(255,255,255,0.55);
    font-size: 15px;
    margin-bottom: 50px;
  }
  .inbox-image-wrap {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(196,122,43,0.3);
    box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  }
  .inbox-image-wrap img {
    width: 100%;
    display: block;
  }
  /* Cover the english title in the image */
  .inbox-image-cover {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 11%;
    background: linear-gradient(180deg, #1A0F08 85%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inbox-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 50px auto 0;
  }
  .inbox-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(196,122,43,0.2);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: transform 0.3s, background 0.3s;
  }
  .inbox-item:hover {
    transform: translateY(-4px);
    background: rgba(196,122,43,0.1);
  }
  .inbox-item-icon { font-size: 28px; margin-bottom: 10px; }
  .inbox-item-name {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    line-height: 1.4;
  }
  .inbox-item-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    margin-top: 4px;
    line-height: 1.4;
  }

  /* ===================== INFINITE SCROLL SLIDER ===================== */
  .loop-slider-section {
    background: var(--dark);
    padding: 60px 0;
    overflow: hidden;
  }
  .loop-slider-section .section-title { color: #fff; padding: 0 20px; }
  .loop-slider-section .section-subtitle { color: rgba(255,255,255,0.55); padding: 0 20px; margin-bottom: 40px; }
  .slider-track-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .slider-track-wrap::before,
  .slider-track-wrap::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
  }
  .slider-track-wrap::before {
    left: 0;
    background: linear-gradient(90deg, var(--dark), transparent);
  }
  .slider-track-wrap::after {
    right: 0;
    background: linear-gradient(-90deg, var(--dark), transparent);
  }
  .slider-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollLeft 30s linear infinite;
  }
  .slider-track.reverse {
    animation: scrollRight 35s linear infinite;
  }
  .slider-track:hover {
    animation-play-state: paused;
  }
  @keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }
  .slider-card {
    flex-shrink: 0;
    width: 280px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(196,122,43,0.25);
    position: relative;
    cursor: pointer;
  }
  .slider-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
  }
  .slider-card:hover img { transform: scale(1.05); }
  .slider-card-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 16px 14px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.5px;
  }

  /* ===================== SCROLL FEATURE STORY ===================== */
  .story-section {
    background: var(--warm-white);
    padding: 80px 20px;
  }
  .story-section .section-title { color: var(--dark); }
  .story-section .section-subtitle { color: var(--text-light); }
  .story-steps {
    max-width: 800px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .story-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 28px;
    align-items: flex-start;
  }
  .story-step-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--caramel), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 900;
    color: var(--dark);
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(196,122,43,0.35);
  }
  .story-step-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--espresso);
    margin-bottom: 8px;
  }
  .story-step-content p {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
  }
  .story-connector {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, var(--gold), transparent);
    margin-left: 31px;
    margin-top: -50px;
    margin-bottom: -10px;
  }
  @media(max-width:480px){
    .story-step { grid-template-columns: 56px 1fr; gap: 16px; }
    .story-step-num { width: 48px; height: 48px; font-size: 18px; }
    .story-connector { margin-left: 23px; }
    .inbox-items-grid { grid-template-columns: repeat(2, 1fr); }
  }

  /* PERFORMANCE OPTIMIZATIONS */
  .slider-track { will-change: transform; }
  .specs-section, .why-section, .comparison-section, .reviews-section, .story-section {
    content-visibility: auto;
    contain-intrinsic-size: 0 600px;
  }
  img { max-width: 100%; height: auto; }

