
  * { margin:0; padding:0; box-sizing:border-box; }
  
  :root {
    --yellow: #FFD60A;
    --yellow-dark: #E6C100;
    --black: #0A0A0A;
    --dark: #1A1A1A;
    --red: #E50914;
    --red-dark: #B8070F;
    --green: #1DB954;
    --white: #FFFFFF;
    --gray: #6B6B6B;
    --gray-light: #E5E5E5;
  }
  
  html { scroll-behavior: smooth; }
  
  body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--black);
    line-height: 1.5;
    max-width: 480px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  
  /* TOP BAR - OFERTA RELÂMPAGO */
  .top-bar {
    background: var(--red);
    color: var(--white);
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .top-bar .label { display: flex; align-items: center; gap: 6px; }
  .top-bar .timer { display: flex; gap: 4px; }
  .top-bar .timer span {
    background: var(--black);
    color: var(--white);
    padding: 4px 6px;
    border-radius: 3px;
    font-weight: 900;
    font-size: 12px;
    min-width: 24px;
    text-align: center;
  }
  
  /* WARNING STRIPES */
  .stripes {
    height: 18px;
    background: repeating-linear-gradient(
      -45deg,
      var(--yellow) 0px,
      var(--yellow) 14px,
      var(--black) 14px,
      var(--black) 28px
    );
  }
  
  /* HERO */
  .hero {
    background: var(--yellow);
    padding: 28px 22px 32px;
    text-align: center;
    position: relative;
  }
  .hero .badge-top {
    display: inline-block;
    background: var(--black);
    color: var(--yellow);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 6px 14px;
    margin-bottom: 16px;
    transform: skewX(-8deg);
  }
  .hero h1 {
    font-family: 'Anton', sans-serif;
    font-size: 44px;
    line-height: 0.95;
    letter-spacing: -0.5px;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .hero h1 .strike {
    color: var(--red);
    text-decoration: line-through;
    text-decoration-thickness: 4px;
  }
  .hero .sub {
    font-size: 14px;
    line-height: 1.4;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 22px;
  }
  .hero .sub strong { font-weight: 800; }
  
  .price-box {
    background: var(--black);
    color: var(--white);
    padding: 18px;
    margin: 0 auto 18px;
    max-width: 320px;
    position: relative;
    border: 3px solid var(--black);
  }
  .price-box .old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
  }
  .price-box .badge-off {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-weight: 900;
    font-size: 11px;
    padding: 3px 8px;
    margin-left: 6px;
    transform: skewX(-8deg);
  }
  .price-box .new {
    font-family: 'Anton', sans-serif;
    font-size: 56px;
    line-height: 1;
    color: var(--yellow);
    margin: 4px 0;
  }
  .price-box .new .currency { font-size: 28px; vertical-align: top; line-height: 1.2; margin-right: 4px; }
  .price-box .new .term { font-size: 18px; color: var(--white); margin-left: 6px; }
  .price-box .info {
    font-size: 11px;
    color: var(--yellow);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  
  .product-mockup {
    margin: 0 -22px 18px;
    padding: 0;
  }
  .product-mockup img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.25));
  }
  
  .cta-btn {
    display: block;
    width: 100%;
    background: var(--green);
    color: var(--white);
    font-weight: 900;
    font-size: 17px;
    padding: 18px 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 0 #158a3f;
    transition: all 0.15s;
    animation: pulse 2s infinite;
  }
  .cta-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 #158a3f; }
  .cta-btn .arrow { margin-left: 6px; }
  
  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
  }
  
  .hero-trust {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 10px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .hero-trust span { display: flex; align-items: center; gap: 3px; }
  
  /* STATS BAR */
  .stats {
    background: var(--black);
    color: var(--white);
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
  }
  .stats .stat-num {
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    color: var(--yellow);
    line-height: 1;
  }
  .stats .stat-lbl {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-top: 4px;
    font-weight: 600;
  }
  
  /* SECTION HEADER */
  .section-tag {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    font-weight: 900;
    font-size: 10px;
    padding: 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    transform: skewX(-8deg);
  }
  .section-tag span { display: inline-block; transform: skewX(8deg); }
  
  /* PROBLEMA SECTION */
  .problem {
    background: var(--white);
    padding: 36px 22px;
    text-align: center;
  }
  .problem h2 {
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: var(--black);
  }
  .problem h2 .highlight {
    background: var(--yellow);
    padding: 0 6px;
    display: inline-block;
  }
  .problem .intro {
    font-size: 13px;
    color: #444;
    margin-bottom: 24px;
    text-align: left;
  }
  
  .compare-block {
    text-align: left;
    margin-bottom: 24px;
  }
  .compare-label {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-weight: 900;
    font-size: 11px;
    padding: 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .compare-label.green { background: var(--green); }
  
  .compare-list { list-style: none; }
  .compare-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 13.5px;
    color: var(--black);
    border-bottom: 1px solid var(--gray-light);
    line-height: 1.4;
  }
  .compare-list li::before {
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 900;
    font-size: 16px;
  }
  .compare-list.bad li::before {
    content: "✕";
    color: var(--red);
  }
  .compare-list.good li::before {
    content: "✓";
    color: var(--green);
  }
  
  /* MÓDULOS */
  .modules {
    background: var(--black);
    color: var(--white);
    padding: 36px 22px;
    text-align: center;
  }
  .modules .tag-dark {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    font-weight: 900;
    font-size: 10px;
    padding: 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
  }
  .modules h2 {
    font-family: 'Anton', sans-serif;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 26px;
    color: var(--white);
  }
  .modules h2 .yellow { color: var(--yellow); }
  
  .module-card {
    background: var(--dark);
    border: 2px solid #333;
    margin-bottom: 18px;
    text-align: left;
    overflow: hidden;
  }
  .module-img {
    background: #2a2a2a;
    aspect-ratio: 16/10;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: 
      linear-gradient(45deg, #2a2a2a 25%, transparent 25%),
      linear-gradient(-45deg, #2a2a2a 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, #2a2a2a 75%),
      linear-gradient(-45deg, transparent 75%, #2a2a2a 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, 10px 0;
    background-color: #1f1f1f;
  }
  .module-num {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--yellow);
    color: var(--black);
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .module-info { padding: 16px; }
  .module-info h3 {
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--yellow);
  }
  .module-info p {
    font-size: 13px;
    color: #ccc;
    line-height: 1.45;
  }
  
  .modules-cta {
    background: var(--yellow);
    color: var(--black);
    padding: 12px 16px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
    display: inline-block;
  }
  

  /* BÔNUS / CARROSSEL */
  .bonuses {
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 214, 10, 0.18) 0%, transparent 34%),
      linear-gradient(180deg, #151515 0%, var(--black) 54%, #050505 100%);
    color: var(--white);
    padding: 38px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .bonuses::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.13;
    background-image:
      linear-gradient(45deg, rgba(255,255,255,0.08) 25%, transparent 25%),
      linear-gradient(-45deg, rgba(255,255,255,0.08) 25%, transparent 25%);
    background-size: 34px 34px;
  }
  .bonus-inner {
    position: relative;
    z-index: 1;
    padding: 0 22px;
  }
  .bonus-kicker {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    font-weight: 900;
    font-size: 10px;
    padding: 6px 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    transform: skewX(-8deg);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.45);
  }
  .bonuses h2 {
    font-family: 'Anton', sans-serif;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--white);
    text-shadow: 0 3px 0 rgba(0,0,0,0.45);
  }
  .bonuses h2 span { color: var(--yellow); }
  .bonus-sub {
    font-size: 13px;
    line-height: 1.5;
    color: #d6d6d6;
    margin: 0 auto 16px;
    max-width: 390px;
  }
  .bonus-swipe-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 214, 10, 0.11);
    border: 1px solid rgba(255, 214, 10, 0.38);
    color: var(--yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
  }
  .bonus-carousel-wrap {
    position: relative;
    margin: 0 -22px;
  }
  .bonus-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 22px 18px;
    scrollbar-width: none;
  }
  .bonus-carousel::-webkit-scrollbar { display: none; }
  .bonus-card {
    flex: 0 0 84%;
    max-width: 380px;
    scroll-snap-align: center;
    background: linear-gradient(180deg, #202020 0%, #111 100%);
    border: 2px solid #333;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.42);
  }
  .bonus-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background: repeating-linear-gradient(-45deg, var(--yellow) 0 12px, var(--black) 12px 24px);
  }
  .bonus-ribbon {
    position: absolute;
    top: 18px;
    left: 14px;
    z-index: 2;
    background: var(--yellow);
    color: var(--black);
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 8px 11px;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.5);
  }
  .bonus-visual {
    height: 272px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(circle at 50% 35%, rgba(255,214,10,0.12), transparent 52%),
      #050505;
    padding: 24px 12px 8px;
  }
  .bonus-visual img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    user-select: none;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.55));
  }
  .bonus-info {
    padding: 15px 16px 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .bonus-info h3 {
    font-family: 'Anton', sans-serif;
    color: var(--yellow);
    font-size: 23px;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .bonus-info p {
    color: #d0d0d0;
    font-size: 12.5px;
    line-height: 1.45;
  }
  .bonus-nav {
    position: absolute;
    top: 130px;
    z-index: 4;
    width: 34px;
    height: 48px;
    border: 2px solid rgba(255,214,10,0.85);
    background: rgba(10,10,10,0.78);
    color: var(--yellow);
    font-family: 'Anton', sans-serif;
    font-size: 34px;
    line-height: 1;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
  }
  .bonus-nav.prev { left: 8px; }
  .bonus-nav.next { right: 8px; }
  .bonus-nav:hover { background: var(--yellow); color: var(--black); }
  .bonus-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0 0 18px;
  }
  .bonus-dots span {
    width: 7px;
    height: 7px;
    background: #505050;
    border-radius: 999px;
    transition: all 0.2s ease;
  }
  .bonus-dots span.active {
    width: 24px;
    background: var(--yellow);
  }
  .bonus-cta {
    display: block;
    width: 100%;
    background: var(--green);
    color: var(--white);
    font-weight: 900;
    font-size: 14px;
    padding: 16px 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 4px;
    box-shadow: 0 4px 0 #158a3f;
  }
  .bonus-cta:hover { transform: translateY(2px); box-shadow: 0 2px 0 #158a3f; }
  @media (max-width: 380px) {
    .bonuses h2 { font-size: 34px; }
    .bonus-card { flex-basis: 87%; }
    .bonus-visual { height: 240px; }
    .bonus-nav { display: none; }
  }

  /* TESTIMONIALS */
  .testimonials {
    background: var(--white);
    padding: 36px 22px;
    text-align: center;
  }
  .testimonials h2 {
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .testimonials h2 .red { color: var(--red); }
  
  .testi-card {
    background: var(--white);
    border: 2px solid var(--black);
    box-shadow: 5px 5px 0 var(--yellow);
    padding: 18px;
    margin-bottom: 22px;
    text-align: left;
  }
  .testi-stars {
    color: var(--yellow-dark);
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .testi-text {
    font-size: 13.5px;
    color: var(--black);
    line-height: 1.5;
    margin-bottom: 14px;
    font-style: italic;
  }
  .testi-author {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    flex-shrink: 0;
  }
  .testi-author-info { flex: 1; }
  .testi-name {
    font-weight: 800;
    font-size: 13px;
    color: var(--black);
  }
  .testi-loc {
    font-size: 11px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .testi-verified {
    background: var(--green);
    color: var(--white);
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 0.5px;
  }
  
  /* OFERTA / PREÇO */
  .offer {
    background: var(--yellow);
    padding: 36px 22px;
    text-align: center;
  }
  .offer .ribbon {
    display: inline-block;
    background: var(--black);
    color: var(--yellow);
    font-weight: 900;
    font-size: 11px;
    padding: 5px 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
  }
  .offer h2 {
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 22px;
  }
  
  .offer-card {
    background: var(--white);
    border: 3px solid var(--black);
    padding: 0;
    margin-bottom: 18px;
    box-shadow: 6px 6px 0 var(--black);
    overflow: hidden;
  }
  .offer-card-header {
    background: var(--black);
    color: var(--yellow);
    padding: 14px;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .offer-card-body { padding: 22px 18px; }
  .offer-list {
    list-style: none;
    text-align: left;
    margin-bottom: 22px;
  }
  .offer-list li {
    padding: 9px 0 9px 28px;
    position: relative;
    font-size: 13px;
    color: var(--black);
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
  }
  .offer-list li:last-child { border-bottom: none; }
  .offer-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--green);
    font-weight: 900;
    font-size: 16px;
  }
  
  .offer-price-old {
    font-size: 13px;
    color: var(--gray);
    text-decoration: line-through;
    margin-bottom: 4px;
  }
  .offer-price-label {
    font-size: 11px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .offer-price-big {
    font-family: 'Anton', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: var(--black);
    margin: 4px 0;
  }
  .offer-price-big .currency { font-size: 36px; vertical-align: top; line-height: 1.2; margin-right: 4px; }
  .offer-price-cond {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 18px;
  }

  .offer .offer-subtitle {
    font-size: 13px;
    color: #333;
    line-height: 1.45;
    font-weight: 600;
    margin: -10px auto 22px;
    max-width: 390px;
  }
  .offer-options {
    display: grid;
    gap: 20px;
  }
  .offer-card {
    position: relative;
  }
  .offer-card.basic {
    box-shadow: 5px 5px 0 var(--black);
  }
  .offer-card.premium {
    border: 4px solid var(--black);
    box-shadow: 8px 8px 0 var(--red);
    transform: translateY(-2px);
  }
  .offer-card.premium .offer-card-header {
    background: var(--red);
    color: var(--white);
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .plan-badge {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 7px 10px;
    margin-bottom: 9px;
    border: 2px solid var(--black);
    box-shadow: 3px 3px 0 rgba(0,0,0,0.35);
  }
  .plan-title {
    font-family: 'Anton', sans-serif;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 10px;
  }
  .plan-desc {
    font-size: 13px;
    color: #444;
    line-height: 1.45;
    font-weight: 600;
    text-align: left;
    margin-bottom: 16px;
  }
  .offer-card.premium .plan-desc {
    background: #fff3cd;
    border: 1px solid var(--yellow-dark);
    color: #4a3900;
    padding: 10px;
    margin-bottom: 16px;
  }
  .offer-card.premium .offer-price-big {
    color: var(--green);
  }
  .offer-price-note {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    border: 2px solid var(--black);
    padding: 7px 10px;
    margin: 2px 0 14px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  .offer-compare-note {
    background: var(--black);
    color: var(--white);
    padding: 12px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    border-radius: 4px;
  }
  .offer-compare-note span {
    color: var(--yellow);
  }
  .plan-cta {
    margin-top: 2px;
  }
  
  .scarcity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff3cd;
    border: 1px solid var(--yellow-dark);
    padding: 8px;
    font-size: 11px;
    color: #664d00;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  
  /* GARANTIA */
  .guarantee {
    background: var(--white);
    padding: 36px 22px;
    text-align: center;
  }
  .guarantee-shield {
    width: 90px;
    height: 90px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--white);
    font-family: 'Anton', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    box-shadow: 0 6px 0 #0d6e35;
  }
  .guarantee-shield-num {
    font-size: 36px;
    display: block;
  }
  .guarantee h2 {
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .guarantee p {
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .cta-btn.dark {
    background: var(--black);
    box-shadow: 0 4px 0 #000;
    color: var(--yellow);
  }
  
  .guarantee-detail {
    background: var(--white);
    padding: 28px 22px;
    text-align: center;
  }
  .guarantee-detail p {
    font-size: 14px;
    color: var(--black);
    line-height: 1.6;
    max-width: 420px;
    margin: 0 auto;
  }
  
  /* FAQ */
  .faq {
    background: var(--gray-light);
    padding: 36px 22px;
  }
  .faq-header {
    text-align: center;
    margin-bottom: 24px;
  }
  .faq h2 {
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
  }
  .faq h2 .red { color: var(--red); }
  
  .faq-item {
    background: var(--white);
    border: 2px solid var(--black);
    margin-bottom: 10px;
  }
  .faq-q {
    padding: 14px 16px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    user-select: none;
  }
  .faq-q::after {
    content: "+";
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    color: var(--red);
    transition: transform 0.2s;
  }
  .faq-item.open .faq-q::after { content: "−"; }
  .faq-a {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    transition: all 0.25s ease;
  }
  .faq-item.open .faq-a {
    padding: 0 16px 16px;
    max-height: 400px;
  }
  
  /* FINAL CTA */
  .final-cta {
    background: var(--black);
    color: var(--white);
    padding: 36px 22px;
    text-align: center;
  }
  .final-cta .ribbon {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-weight: 900;
    font-size: 11px;
    padding: 5px 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
  }
  .final-cta h2 {
    font-family: 'Anton', sans-serif;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .final-cta h2 .yellow { color: var(--yellow); }
  .final-cta p {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  
  /* FOOTER */
  .footer {
    background: var(--black);
    color: #888;
    padding: 22px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #222;
  }
  .footer p { margin-bottom: 6px; font-weight: 600; }
  .footer .copy { font-size: 9px; color: #555; margin-top: 10px; }
  
  /* Sticky bottom CTA */
  .sticky-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: var(--red);
    color: var(--white);
    padding: 12px;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
    border-top: 3px solid var(--yellow);
  }
  .sticky-cta:hover { background: var(--red-dark); }
