:root{
    --red:#E31C2B;
    --red-dark:#A8121C;
    --maroon:#5B0E12;
    --ink:#0B0B0C;
    --ink-soft:#1A1A1B;
    --cream:#FBF4E6;
    --cream-deep:#F3E6C9;
    --gold:#C6941F;
    --leaf:#33553A;
    --white:#FFFFFF;
    --light-red:#FAFAFA;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--white);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,.display{
    font-family:'Poppins',sans-serif;
    font-weight:600;
    letter-spacing:-0.01em;
    margin:0;
  }
  .eyebrow{
    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:.72rem;
    letter-spacing:.22em;
    text-transform:uppercase;
  }
  a{text-decoration:none;color:inherit;}
  button{font-family:inherit;cursor:pointer;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
  img{max-width:100%;display:block;}

  /* ---------- Pookalam signature motif ---------- */
  .petal{transform-origin:200px 200px;}
  .pookalam-spin{animation:spin 90s linear infinite;}
  @keyframes spin{to{transform:rotate(360deg);}}
  @media (prefers-reduced-motion: reduce){
    .pookalam-spin{animation:none;}
  }

  /* ---------- Nav ---------- */
  header{
    position:sticky;top:0;z-index:50;
    background:var(--ink);
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px;}
  .brand{display:flex;align-items:center;gap:10px;}
  .brand img{height:85px;width:auto;}
  .brand span{color:var(--white);font-family:'Poppins',sans-serif;font-weight:800;font-size:1.15rem;letter-spacing:-.01em;}
  .brand small{display:block;color:var(--red);font-size:.6rem;letter-spacing:.2em;font-weight:700;}
  nav.links{display:flex;gap:32px;}
  nav.links a{color:#D8D6D2;font-size:.90rem;font-weight:500;transition:color .2s;}
  nav.links a:hover{color:var(--white);}
  .nav-cta{
    background:var(--red);color:var(--white);
    padding:15px 30px;border-radius:999px;
    font-size:.90rem;font-weight:600;
    letter-spacing:.02em;
    white-space:nowrap;
    transition:transform .18s ease, background .2s;
    display:inline-block;
  }
  .nav-cta:hover{background:var(--red-dark);transform:translateY(-1px);}
  .menu-btn{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;}

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    background:var(--ink);
    color:var(--white);
    padding:96px 0 80px;
    overflow:hidden;
  }
  .hero-ring{position:absolute;top:50%;right:-180px;transform:translateY(-50%);width:640px;height:640px;opacity:.9;pointer-events:none;}
  .hero .wrap{position:relative;z-index:2;}
  .hero-eyebrow{color:var(--gold);}
  .hero h1{
    font-size:clamp(2.4rem,5.5vw,4.4rem);
    line-height:1.02;
    margin:18px 0 22px;
    max-width:820px;
    font-weight: 700;
  }
  .hero h1 em{
    font-style:normal;
    color:var(--red);
    -webkit-text-stroke:0;
  }
  .hero p.lede{
    font-size:1.08rem;
    color:#D8D6D2;
    max-width:520px;
    margin:0 0 34px;
    line-height:1.6;
  }
  .badge-row{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-bottom:38px;
}
.badge{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:14px 18px;
  min-width:0;
}

  .badge .num{font-family:'Poppins',sans-serif;font-weight:600;font-size:1.3rem;color:var(--white);}
  .badge .num span{color:var(--red);}
  .badge .cap{font-size:.78rem;color:#B7B4AE;margin-top:2px; font-weight: 600;}
  .cta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;}

  .btn-whatsapp{
  background:#25D366;
  color:var(--white);
  padding:15px 28px;
  border-radius:999px;
  font-weight:600;
  font-size:.95rem;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:none;
  transition:transform .18s ease, background .2s;
}
.btn-whatsapp i{
  font-size:1.1rem;
}
.btn-whatsapp:hover{
  background:#1EBE57;
  transform:translateY(-2px);
}

.btn-primary,
.btn-whatsapp{
  background:var(--red);color:var(--white);
  padding:16px 30px;
  border-radius:999px;
  font-weight:700;font-size:.95rem;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  transition:transform .18s ease, background .2s;
  border:none;
  min-width:220px;
  height:54px;
  box-sizing:border-box;
}
.btn-primary{background:var(--red);}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);}

.btn-whatsapp{background:#25D366;}
.btn-whatsapp i{font-size:1.1rem;}
.btn-whatsapp:hover{background:#1EBE57;transform:translateY(-2px);}
  .btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);}
  .btn-ghost{
    border:1.5px solid rgba(255,255,255,.35);color:var(--white);
    padding:15px 28px;border-radius:999px;font-weight:600;font-size:.95rem;
    transition:border-color .2s, background .2s;
  }
  .btn-ghost:hover{border-color:var(--white);background:rgba(255,255,255,.06);}
  .emi-note{margin-top:22px;font-size:.82rem;color:#9A968F;}

  .hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:56px;
  align-items:center;
}
.hero-form-card{
  background:linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  padding:38px;
  box-shadow:0 30px 60px -30px rgba(0,0,0,.6);
}
.form-eyebrow{
  font-family:'Poppins',sans-serif;font-weight:500;font-size:.68rem;
  letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin:0 0 8px;
}
.hero-form-card .model{
  font-family:'Poppins',sans-serif;font-weight:600;font-size:1.5rem;
  color:var(--white);margin:0 0 4px;line-height:1.2;
}
.hero-form-card .sub{
  font-size:.85rem;margin:0 0 26px;
}

.giveaway-form{display:flex;flex-direction:column;gap:16px;}
.form-group{display:flex;flex-direction:column;gap:6px;}
.form-group label{
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.75rem;
  letter-spacing:.04em;color:#D8D6D2;
}
.giveaway-form input,
.giveaway-form textarea{
  width:100%;padding:13px 16px;border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);color:var(--white);
  font-family:'Inter',sans-serif;font-size:.92rem;
  transition:border-color .2s, background .2s;
  resize:none;
}
.giveaway-form textarea{font-family:'Inter',sans-serif;}
.giveaway-form input::placeholder,
.giveaway-form textarea::placeholder{color:#7A766E;}
.giveaway-form input:focus,
.giveaway-form textarea:focus{
  outline:none;border-color:var(--gold);
  background:rgba(255,255,255,.08);
}
.form-submit{
  width:100%;justify-content:center;margin-top:6px;
}
.giveaway-fine{font-size:.78rem;color:#9A968F;text-align:center;margin:4px 0 0;}

@media (max-width:960px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-form-card{order:2;}
}

@media (max-width:640px){
  .hero .wrap{ text-align:center; }
  .hero-eyebro, .hero h1, .hero p.lede, .emi-note{ text-align:center; }
  .hero h1, .hero p.lede{ margin-left:auto; margin-right:auto; }

  .badge-row{ grid-template-columns:1fr; }
  .badge{ text-align:center; }

  .cta-row{
    flex-direction:column;
    align-items:center;
  }
  .btn-primary,
  .btn-whatsapp{
    width:100%;
    max-width:320px;
    min-width:0;
  }

    .hero-form-card,
  .giveaway-form,
  .form-group{
    text-align:left;
  }
  .form-group label{
    text-align:left;
  }
    .nav-cta{
    display:none;
  }
  .nav-inner{
    justify-content:center;
  }
  nav.links{
    display:none;
  }

  .eyecare > div:last-child{
    text-align:center;
  }
  .eyecare .btn-primary{
    display:inline-flex;
    margin:0 auto;
  }
}

  /* ---------- Section shell ---------- */
  section{padding:84px 0;}
  .section-head{max-width:620px;margin:0 auto 48px;text-align:center;}
  .section-head .eyebrow{color:var(--red);}
  .section-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);margin-top:12px;line-height:1.15;}
  .section-head p{margin-top:14px;color:#4A4640;font-size:1rem;line-height:1.6;}

  .petal-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 18px;}
  .petal-divider .line{height:1px;width:36px;background:var(--gold);opacity:.6;}

  /* ---------- Offers ---------- */
  .offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;}
  .offer-card{
    background:var(--white);
    border-radius:22px;
    padding:38px 34px;
    position:relative;
    overflow:hidden;
    border:1px solid #EFE4CB;
  }
  .offer-card.dark{background:var(--ink);color:var(--white);border:none;}
  .offer-card .tag{
    display:inline-block;font-family:'Poppins',sans-serif;font-weight:600;
    font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;
    padding:6px 12px;border-radius:999px;margin-bottom:18px;
  }
  .offer-card.light .tag{background:#FCEBEA;color:var(--red);}
  .offer-card.dark .tag{background:rgba(230,180,60,.16);color:var(--red);}
  .offer-card h3{font-size:1.7rem;margin-bottom:12px;line-height:1.2; font-weight: 600;}
  .offer-card p{color:#5A564F;font-size:.95rem;line-height:1.6;margin-bottom:24px;}
  .offer-card.dark p{color:#C9C6C0;}
  .offer-card .big{
    font-family:Arial, sans-serif;font-weight:700;font-size:3.6rem;color:var(--red);
    line-height:1;margin-bottom:6px;
  }
  .offer-card.dark .big{color:var(--red);}
  .offer-link{font-weight:600;font-size:.9rem;color:var(--red);display:inline-flex;align-items:center;gap:6px;}
  .offer-card.dark .offer-link{color:var(--white);}
  .offer-card .petal-bg{position:absolute;bottom:-60px;right:-60px;width:200px;height:200px;opacity:.12;}
  .offer-fine{grid-column:1/-1;text-align:center;font-size:.78rem;color:#8B8779;margin-top:-4px;}

  /* ---------- Giveaway ---------- */
  .giveaway{
    background:linear-gradient(160deg,var(--maroon) 0%,var(--ink) 65%);
    color:var(--white);
    border-radius:28px;
    padding:64px 44px;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:40px;
    align-items:center;
    position:relative;
    overflow:hidden;
  }
  .giveaway .glow{position:absolute;top:-120px;right:-120px;width:340px;height:340px;background:radial-gradient(circle,rgba(227,28,43,.45),transparent 70%);}
  .giveaway-eyebrow{color:var(--gold);}
  .giveaway h2{font-size:clamp(1.9rem,3.6vw,2.7rem);margin:14px 0 16px;line-height:1.12;}
  .giveaway p{color:#D8D3CC;line-height:1.65;font-size:1rem;max-width:460px;}
  .giveaway .btn-primary{margin-top:26px;}
  .giveaway-visual{
    position:relative;background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.14);border-radius:20px;
    padding:34px;text-align:center;
  }
  .giveaway-visual .frame-icon{width:120px;margin:0 auto 18px;}
  .giveaway-visual .model{font-family:'Poppins',sans-serif;font-weight:800;font-size:1.3rem;}
  .giveaway-visual .sub{color:var(--gold);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-top:6px;font-weight:700;}
  .giveaway-fine{font-size:.74rem;color:#9A968F;margin-top:18px;}

  /* ---------- Eyecare ---------- */
  .eyecare{
    display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;
  }
  .eyecare-visual{
  aspect-ratio:4/3;border-radius:24px;
  background:radial-gradient(circle at 30% 30%, var(--cream-deep), var(--cream));
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.eyecare-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
  .eyecare h2{font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.18;margin:10px 0 18px;}
  .eyecare p{color:#4A4640;line-height:1.7;font-size:1rem;margin-bottom:16px;}
  .eyecare ul{list-style:none;padding:0;margin:24px 0 30px;display:flex;flex-direction:column;gap:12px;}
  .eyecare li{display:flex;gap:12px;align-items:flex-start;font-size:.95rem;color:#3A3630;}
  .eyecare li svg{flex-shrink:0;margin-top:2px;}

  /* ---------- Explore eyewear ---------- */
  .explore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .explore-card{
    background:var(--white);border:1px solid #EFE4CB;border-radius:20px;
    padding:30px 22px;text-align:center;transition:transform .2s, box-shadow .2s;
  }
  .explore-card:hover{transform:translateY(-6px);box-shadow:0 18px 30px -18px rgba(0,0,0,.25);}
  .explore-icon{
    width:56px;height:56px;margin:0 auto 18px;border-radius:16px;
    background:#FCEBEA;display:flex;align-items:center;justify-content:center;
  }
  .explore-icon i {
  color: #E31C2B;
  font-size: 28px;
}
  .explore-card h3{font-size:1rem;font-weight:600;margin-bottom:6px;}
  .explore-card p{font-size:.82rem;color:#7A766E;line-height:1.5;}

  /* ---------- Blue light band ---------- */
  .blueband{
    background:var(--ink);color:var(--white);border-radius:26px;
    padding:56px 44px;text-align:center;position:relative;overflow:hidden;
  }
  .blueband::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(circle at 20% 20%, rgba(198,148,31,.14), transparent 55%),
               radial-gradient(circle at 80% 80%, rgba(227,28,43,.16), transparent 55%);
  }
  .blueband-inner{position:relative;z-index:1;max-width:620px;margin:0 auto;}
  .blueband .eyebrow{color:var(--gold);}
  .blueband h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:14px 0 16px;line-height:1.2;}
  .blueband p{color:#C9C6C0;line-height:1.65;font-size:.98rem;}
  .blueband .tagline{margin-top:22px;font-family:'Poppins',sans-serif;font-weight:700;color:var(--white);letter-spacing:.02em;}

  /* ---------- Why Roma ---------- */
 /* ---------- Why Roma (card grid) ---------- */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.why-card{
  background:var(--white);
  border:1px solid #EFE4CB;
  border-radius:20px;
  padding:32px 26px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.why-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 34px -20px rgba(0,0,0,.25);
  border-color:var(--red);
}
.why-icon{
  width:52px;height:52px;border-radius:14px;
  background:#FCEBEA;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
}
.why-icon i{color:var(--red);font-size:1.4rem;}
.why-card h3{font-size:1.08rem;font-weight:600;margin-bottom:8px;line-height:1.3;}
.why-card p{font-size:.88rem;color:#7A766E;line-height:1.55;}

  /* ---------- Festive banner ---------- */
  .festive{
    background:linear-gradient(120deg,var(--red) 0%,var(--red-dark) 100%);
    color:var(--white);border-radius:28px;padding:64px 40px;
    text-align:center;position:relative;overflow:hidden;
  }
  .festive .ring{position:absolute;width:520px;height:520px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.15;}
  .festive-inner{position:relative;z-index:1;}
  .festive .eyebrow{color:rgba(255,255,255,.85);}
  .festive h2{font-size:clamp(1.8rem,3.6vw,2.7rem);margin:16px 0 14px;line-height:1.15;}
  .festive p{font-size:1.05rem;color:rgba(255,255,255,.92);max-width:480px;margin:0 auto 30px;}

  /* ---------- Locations ---------- */
 /* ---------- Locations (talk-to-us style) ---------- */
.loc-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  max-width:640px;
  margin:0 auto;
}
.loc-card{
  background:var(--white);
  border:1px solid #EFE4CB;
  border-radius:22px;
  padding:30px 28px;
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease;
}
.loc-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 34px -22px rgba(0,0,0,.22);
}
.loc-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-bottom:10px;
}
.loc-head .pin{
  width:30px;height:30px;border-radius:8px;
  background:#FCEBEA;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.loc-head h3{font-size:1.05rem;font-weight:700;color:var(--ink);}
.loc-addr{font-size:.86rem;color:#8B8779;margin-bottom:4px;}
.loc-num{font-size:.92rem;color:#5A564F;font-weight:600;margin-bottom:22px;}
.loc-actions{display:flex;flex-direction:column;gap:10px;}
.btn-wa,.btn-call{
  display:flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 20px;border-radius:999px;
  font-weight:700;font-size:.9rem;
  transition:transform .18s ease, background .2s ease;
}
.btn-wa{background:#25D366;color:var(--white);}
.btn-wa:hover{background:#1EBE57;transform:translateY(-2px);}
.btn-call{background:var(--ink);color:var(--white);}
.btn-call:hover{background:var(--ink-soft);transform:translateY(-2px);}
.btn-wa i,.btn-call i{font-size:1rem;}

@media (max-width:640px){
  .loc-grid{grid-template-columns:1fr;max-width:340px;}
}

  /* ---------- FAQ ---------- */
  .faq-item{border-bottom:1px solid #E9DEC4;}
  .faq-q{
    width:100%;background:none;border:none;text-align:left;
    padding:22px 4px;display:flex;justify-content:space-between;align-items:center;
    font-family:'Poppins',sans-serif;font-weight:600;font-size:1rem;color:var(--ink);
    gap:20px;
  }
  .faq-q .plus{
    flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--cream-deep);
    display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s;
  }
  .faq-q .plus::before,.faq-q .plus::after{content:"";position:absolute;background:var(--red);}
  .faq-q .plus::before{width:11px;height:2px;}
  .faq-q .plus::after{width:2px;height:11px;}
  .faq-item.open .faq-q .plus{transform:rotate(135deg);background:var(--red);}
  .faq-item.open .faq-q .plus::before,.faq-item.open .faq-q .plus::after{background:var(--white);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
  .faq-a p{padding:0 4px 22px;color:#5A564F;font-size:.92rem;line-height:1.65;max-width:760px;}
  .faq-note{text-align:center;margin-top:40px;color:#5A564F;font-size:.95rem;}
  .faq-note a{color:var(--red);font-weight:700;}

  /* ---------- Final CTA ---------- */
  .final-cta{
    background:var(--ink);color:var(--white);border-radius:28px;
    padding:70px 40px;text-align:center;position:relative;overflow:hidden;
  }
  .final-cta .ring{position:absolute;width:600px;height:600px;top:-220px;right:-220px;opacity:.5;}
  .final-cta-inner{position:relative;z-index:1;}
  .final-cta .eyebrow{color:var(--gold);}
  .final-cta h2{font-size:clamp(2rem,4vw,3rem);margin:16px 0 10px;line-height:1.1;}
  .final-cta .sub{font-family:'Poppins',sans-serif;font-weight:700;color:var(--red);font-size:1.15rem;margin-bottom:30px;}
  .final-cta .cta-row{justify-content:center;}

  /* ---------- Footer ---------- */
 /* ---------- Footer ---------- */
footer{background:var(--ink);color:#B7B4AE;padding:56px 0 28px;margin-top:8px;}
.foot-brand-center{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:40px;
}
.foot-brand-center img{
  height:80px;
  width:auto;
}
.foot-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  font-size:.8rem;
  color:#8B8779;
}
  footer h4{font-family:'Poppins',sans-serif;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:16px;}
  footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}
  footer ul a{font-size:.9rem;color:#B7B4AE;transition:color .2s;}
  footer ul a:hover{color:var(--white);}
  .foot-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#8B8779;}

  /* ---------- Responsive ---------- */
  @media (max-width:960px){
    nav.links{display:none;}
    .menu-btn{display:block;}
    .offer-grid, .why-grid, .explore-grid, .loc-grid, .foot-grid{grid-template-columns:1fr 1fr;}
    .eyecare, .giveaway{grid-template-columns:1fr;}
    .giveaway-visual{order:-1;}
  }
  @media (max-width:640px){
    section{padding:60px 0;}
    .offer-grid, .why-grid, .explore-grid, .loc-grid, .foot-grid{grid-template-columns:1fr;}
    .hero{padding:64px 0 56px;}
    .hero-ring{width:420px;height:420px;right:-220px;opacity:.55;}
    .badge{min-width:150px;}
    .giveaway, .blueband, .festive, .final-cta{padding:44px 24px;border-radius:22px;}
    .festive .ring, .final-cta .ring{width:380px;height:380px;}
  }

  :focus-visible{outline:2px solid var(--gold);outline-offset:3px;}


  @media (max-width:640px){
  .hero .wrap{
    text-align:center;
  }
  .hero-eyebro,
  .hero h1,
  .hero p.lede,
  .emi-note{
    text-align:center;
  }
  .hero h1,
  .hero p.lede{
    margin-left:auto;
    margin-right:auto;
  }

  .badge-row{
    grid-template-columns:1fr;
  }
  .badge{
    text-align:center;
  }

  .cta-row{
    flex-direction:column;
    align-items:center;
  }
  .btn-primary,
  .btn-ghost{
    width:100%;
    max-width:320px;
    justify-content:center;
  }
    .foot-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}

.video-card{
  max-width: 380px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
}
.giveaway-video{
  width: 100%;
  display: block;
  aspect-ratio: 9/16;
  object-fit: cover;
  background: transparent;
}
@media (max-width: 640px){
  .video-card{ max-width: 320px; border-radius: 14px; }
}

.location-radio-group{
  display:flex;
  gap:12px;
}
.location-radio{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 16px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);
  cursor:pointer;
  transition:border-color .2s, background .2s;
  font-size:.9rem;
  color:#D8D6D2;
}
.location-radio input{
  accent-color:var(--red);
  width:16px;height:16px;
  margin:0;
}
.location-radio:has(input:checked){
  border-color:var(--red);
  background:rgba(227,28,43,.12);
  color:var(--white);
}