html {
  scroll-behavior: smooth;
}
html, body {
  min-height: 100%;
}

body {
  padding-top: 60px; 
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 10% -10%, var(--bg-des), transparent),
              radial-gradient(1200px 600px at 110% 10%, var(--bg-des2), transparent),
              var(--bg-main);
  color: var(--text-main);
  transition: background 0.3s ease, color 0.3s ease;
}


/* ===== THEME VARIABLES ===== */
:root {
  --bg-main: #0a0f1f;
  --bg-header:#E4E4E2;
  --sb-titel:#E8ECEE;
  --sb-discr:#C7C7C7;
  --com-soon:#bfcad9;
  --dio-tital:#fff;
  --pri-tag:#E3E3E3;
  --dic-ount:#B7FFAD;
  --pag-h:#fff;
  --pag-p:#CBCCCD;
  --text-main:#fff;
  --text-muted:#C7C7C7;
  --accent: #5BC0BE;
  --bg-des:#13224a;
  --bg-des2:#0a7cff33;
  --pag-p1:#CBCCCD;
  
}

/* LIGHT THEME */
html.light {
  --bg-main: #F5F7FA;
  --bg-header: #E4E4E2;
  --sb-titel:#171717;
  --sb-discr:#424242;
  --com-soon:#383838;
  --dio-tital:#0D0D0D;
  --pri-tag:#454545;
  --dic-ount:#38C624;
  --pag-h:#2B2B2B;
  --pag-p:#5C5C5C;
  --text-main: #0B132B;
  --text-muted: #333333;
  --accent: #0AA1A7;
  --bg-des:#F5F7FA;
  --bg-des2:#F5F7FA;
  --pag-p1:#CBCCCD;
}
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  padding: 0;
  z-index: 900; /* below menu + overlay */
  background: rgba(10, 15, 31, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(91, 192, 190, 0.35);
}
.header-inner {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
  box-sizing: border-box;
}
.header-logo {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.header-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #e5f9ff;
}
@media (max-width: 425px) {
.header-inner {
  height: 45px;
}
  .header-logo {
  width: 45p x;
  height: 45px;
  }
  .footer-grid h4 {
    font-size: 13px;
  }
  .footer-grid p {
    font-size: 14px;
  }
  .price {
  margin-top: 10px;
}
.new {
  font-size: 20px;
}
.discount {
  font-size: 13px;
}
.ship {
  font-size: 12px;
}
.buy-btn {
  margin-top: 10px;
  padding: 8px 16px;
}
}
@media (min-width: 650px) {
  .header-inner {
  height: 65px;
  }
  .header-logo {
  width: 65px;
  height: 65px;
  }
  #lightbox img {
  max-width: 60%;
  max-height: 60%;
  }
  .breadcrumb-current {
  font-size: 19px;
}
  .breadcrumb-link {
  font-size: 20px;
  }
  .page h1 {
  font-size: 32px;
 }
.page p {
  font-size: 25px;
 }
  .faq-contact h3 {
  font-size: 32px;
}

.faq-help-text {
  font-size: 25px;
}
  .footer-copy {
    font-size: 15px;
  }
  .close-btn {
  font-size: 22px;
  }
  .side-menu a {
  font-size: 17px;
  }
  .theme-toggle {
  font-size: 18px;
  }
}
.hero {
  min-height: 70vh;
  padding: 40px 20px;
  display: grid;
  place-content: center;
  text-align: center;
}
.hero h1 { font-size: clamp(28px, 5vw, 42px); margin-bottom: 10px; }
.hero p { opacity: .8; margin-bottom: 18px; }
.hero-buttons {
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: center;
  gap: 14px;               /* 👈 PERFECT spacing between buttons */
  margin-top: 14px;
}
.cta { 
  max-width: 250px;      /* control how wide it can go on desktop */
  display: inline-block;
  padding: 12px 18px; 
  border-radius: 999px; 
  background: linear-gradient(135deg, #6ee7f9, #60a5fa); 
  color: #001018; 
  text-decoration: none; 
  font-weight: 700; 
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.cta.outline {
  background: transparent;
  border: 1px solid #6ee7f9;
  color: #6ee7f9;
}
.products {
  padding: 0px;
}
.search-bar {
  width: 90%;
  max-width: 1000px;
  display: block;
  margin: 10px auto 20px;
  padding: 14px 18px;

  background: var(--bg-header);     /* background color */
  color:#0D0D0D;          /* text color */

  border-radius: 10px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.search-bar::placeholder {
  color:#333333;
}
.search-bar:focus {
  border-color: var(--accent);
}
.coming-soon {
  margin: 28px auto 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 450;
  letter-spacing: 0.6px;
  color: var(--com-soon);
  opacity: 0.9;
}
.coming-soon span {
  color: #5BC0BE; /* same accent as your buttons */
  font-weight: 600;
}
.page {
  max-width: 800px;
  margin: 0 auto;
  padding: 8px 18px;
}
.page h1 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--pag-h);
}
.page p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--pag-p);
  margin-bottom: 4px;
}
.page a {
  color: #5BC0BE;
  font-weight: 600;
  text-decoration: none;
}
.faq-item {
  border-bottom: 1px solid #5BC0BE;
  padding: 8px 0;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--pag-h);
  text-align: left;
  font-size: 14px;
  padding: 11px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "＋";
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  line-height: 1.6;
  padding-right: 10px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 10px;
}

@keyframes fadeProduct{
  to{
    opacity:1;
    transform:none;
  }
}

.section {
  text-align: left;
  padding: 20px 23px;
  border-top: 1px solid #5BC0BE;
  content-visibility: auto;
  contain-intrinsic-size: 300px;
  opacity:0;
  transform:translateY(8px);
  animation:fadeProduct .4s ease forwards;
}
@keyframes fadeProduct{
  to{
    opacity:1;
    transform:none;
  }
}
.diorama-title {
  font-size: 18px;
  font-weight: 620;
  color: var(--dio-tital);
  margin-bottom: 10px;
}
.slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* smooth on mobile */
}
.slider img {
  width: 240px;
  aspect-ratio: 1 / 1;     /* ✅ correct ratio */
  height: auto;
  object-fit: cover;       /* keeps nice crop */
  border-radius: 12px;
  scroll-snap-align: start;
  background: #000;
  flex-shrink: 0;          /* prevents squish */
  will-change: transform; /* smoother scroll */
}
/* Image wrapper */
.img-box {
  position: relative;
  width: 240px;             /* same as .slider img */
  aspect-ratio: 1 / 1;     /* keep your ratio */
  border-radius: 12px;
  overflow: hidden;
  background: #0b132b;
  flex-shrink: 0;
}
/* Actual image */
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: opacity .25s ease;
}
/* Glass blur loader */
.img-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(10, 15, 30, 0.6);
  backdrop-filter: blur(6px);
}
/* Spinner */
.img-loader::after {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px solid rgba(255,255,255,0.25);
  border-top-color: #5BC0BE;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.border-top{
  border-top: 1px solid #5BC0BE;
}
.loader-grid{
  display:grid;
  grid-template-columns:repeat(3,8px);
  gap:4px;
  justify-content:center;
  margin:100px;
}

.loader-grid div{
  width:8px;
  height:8px;
  background:#5BC0BE;
  opacity:.2;
  animation:gridBlink 1.2s infinite;
}

.loader-grid div:nth-child(2){ animation-delay:.1s }
.loader-grid div:nth-child(3){ animation-delay:.2s }
.loader-grid div:nth-child(4){ animation-delay:.3s }
.loader-grid div:nth-child(5){ animation-delay:.4s }
.loader-grid div:nth-child(6){ animation-delay:.5s }
.loader-grid div:nth-child(7){ animation-delay:.6s }
.loader-grid div:nth-child(8){ animation-delay:.7s }
.loader-grid div:nth-child(9){ animation-delay:.8s }

@keyframes gridBlink{
  0%,100%{ opacity:.2; transform:scale(.8) }
  50%{ opacity:1; transform:scale(1.2) }
}
.price {
  margin-top: 12px;
}
.old {
  color: #A73F35;
  text-decoration: line-through;
}
.new {
  color:var(--pri-tag);
  font-size: 20px;
  font-weight: bold;
}
.discount {
  font-size: 13px;
  color: var(--dic-ount)
}

.buy-btn {
  margin-top: 16px;
  display: inline-block;
  background: #5BC0BE;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
#lightbox img {
  max-width: 95%;
  max-height: 95%;
  border-radius: 12px;
}
.wa-float {
  position: fixed;
  bottom: 55px;
  right: 22px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  z-index: 999;
}
.wa-float img {
  width: 28px;
}
.site-footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-top: 1px solid #5BC0BE;
  padding-top: 25px;  
  padding-bottom: 30px;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.footer-grid h4 {
  text-align: center;
  font-size: 17px;
  color: var(--pag-h);
  margin-bottom: 8px;
}
.footer-grid p {
  text-align: center;
  font-size: 15px;
  color: var(--pag-p);
  margin: 6px 0;
}
.footer-grid a {
  color: var(--text-muted);
  text-decoration: none;
}
.footer-copy {
  text-align: center;
  font-size: 10px;
  padding: 1px 18px;
  margin-top: 25px;
  color: var(--text-muted);
  line-height: 1.6;
}
.hamburger {
  position: absolute;
  right: 16px;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  user-select: none;
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;               /* Mobile = 50% */
  max-width: 300px;          /* Desktop limit */
  background: #061D3C;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 450;
}
.close-btn {
  font-size: 18px;
  cursor: pointer;
}

body.menu-open .side-menu {
  transform: translateX(0);
}
body.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}
body.menu-open .side-menu a {
  opacity: 1;
  transform: translateY(0);
}
.side-menu a {
  display: block;
  padding: 12px 0;
  color: #cbcccd;
  text-decoration: none;
  font-size: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);

  opacity: 0;
  transform: translateY(14px);
}

body:not(.menu-open) .side-menu a {
  opacity: 0;
  transform: translateY(14px);
  animation: none;
}
/* animate when open */
body.menu-open .side-menu a {
  animation: menuFade 0.4s ease forwards;
}

/* stagger delays */
body.menu-open .side-menu a:nth-of-type(1) { animation-delay: 0.05s; }
body.menu-open .side-menu a:nth-of-type(2) { animation-delay: 0.10s; }
body.menu-open .side-menu a:nth-of-type(3) { animation-delay: 0.15s; }
body.menu-open .side-menu a:nth-of-type(4) { animation-delay: 0.20s; }
body.menu-open .side-menu a:nth-of-type(5) { animation-delay: 0.25s; }
body.menu-open .side-menu a:nth-of-type(6) { animation-delay: 0.30s; }
body.menu-open .side-menu a:nth-of-type(7) { animation-delay: 0.35s; }
body.menu-open .side-menu a:nth-of-type(8) { animation-delay: 0.40s; }

@keyframes menuFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.theme-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.toggle-switch {
  width: 36px;      
  height: 20px;     
  background: #888;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}
.toggle-circle {
  width: 16px;     
  height: 16px;     
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
}
.toggle-switch.active {
  background: #5BC0BE;
}
.toggle-switch.active .toggle-circle {
  transform: translateX(16px);
}
html.light .toggle-switch {
  background: var(--accent);
}
.ship {
display:flex;
align-items:center;
gap:6px;
font-size:12px;
color:#aaa;
}
.ship svg{
color:#c8a95a;
}
.menu-sale {
  color: var(--accent);
  font-weight: 600;
}
.sale-off {
  text-align:center;
  margin: 100px;
}
.sale-cta {
  display: inline-block;
  margin-top:8px;
  text-decoration: none;
}
.sale-cta-inner {
  max-width: 350px;      /* control how wide it can go on desktop */
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #ff7a18, #ffd166);
  color: #1b1300;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.sale-title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .3px;
}

.slider-wrap {
  position: relative;
}
.sold-badge {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.65);
  color: #FF3D46;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
#products {
  scroll-margin-top: 60px;
  }
.sale-product {
  display: none;
}
.details-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: #5BC0BE;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
/* ===== Glass Overlay ===== */
.sheet-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 999;
}

.sheet-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.product-details {
  max-height: 0;
  overflow: hidden;
}
/* ===== Glass Bottom Sheet ===== */
.bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  background: rgba(11, 19, 43, 0.65); /* glass */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px 22px 0 0;
  max-height: 75vh;
  display: flex;
  flex-direction: column;
  transition: bottom 0.35s cubic-bezier(.2,.8,.2,1);
  z-index: 1000;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.12);
}

.bottom-sheet.show {
  bottom: 0;
}

.sheet-handle {
  width: 42px;
  height: 5px;
  background: rgba(255,255,255,0.4);
  border-radius: 20px;
  margin: 12px auto 6px;
}

.sheet-content {
  padding: 16px 18px 8px;
  overflow-y: auto;
  color: var(--pag-p1);
}

.sheet-close {
  border: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 10px;
  margin: 12px;
  border-radius: 12px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
/* ===== BREADCRUMB (Premium Glass Style) ===== */
.breadcrumb-wrap {
  margin: 6px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-link {
  color: #5BC0BE;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-sep {
  color: var(--pag-h);
  margin-top:-1px; 
}

.breadcrumb-current {
  color: var(--pag-h);
  font-size: 9.5px;
  font-weight: 600;
}
.faq-contact {
  text-align: center;
  padding: 30px 16px 10px;
}

.faq-contact h3 {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--pag-h);
}

.faq-help-text {
  font-size: 12px;
  color: var(--pag-w);
}

.faq-whatsapp-btn {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-whatsapp-btn:active {
  transform: scale(0.95);
}

.faq-whatsapp-btn:hover {
  box-shadow: 0 0 16px rgba(37, 211, 102, 0.6);
}
.footer-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 22px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* WhatsApp Button */
.footer-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.4);
}

/* Instagram Button */
.footer-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  box-shadow: 0 0 10px rgba(221, 42, 123, 0.4);
}

.footer-btn:hover {
  transform: translateY(-2px);
}

.footer-btn:active {
  transform: scale(0.95);
}

.flip-container{
perspective:1200px;
display:flex;
justify-content:center;
align-items:center;
}

/* card */

.card{
box-sizing:border-box;
width:300px;
height:460px;
position:relative;
transform-style:preserve-3d;
transition:transform .7s;
}

.card.flip{
transform:rotateY(180deg);
}

/* sides */

.face{
position:absolute;
width:100%;
height:100%;
padding:35px;
border-radius:10px;
backface-visibility:hidden;
  background:rgba(255,255,255,0.08);
backdrop-filter:blur(15px);
border:1px solid rgba(255,255,255,0.2);
color:white;

box-shadow:0 20px 40px rgba(0,0,0,0.4);
}


.back{
transform:rotateY(180deg);
}

/* title */

h2{
text-align:center;
margin-bottom:25px;
font-weight:600;
}

/* inputs */

input{
width:100%;
padding:12px;
margin-bottom:12px;
border-radius:6px;
border:none;
outline:none;
background:rgba(255,255,255,0.15);
color:white;

}

input::placeholder{
color:#999;
}
.log-btn{
width:100%;
padding:12px;
border:none;
border-radius:6px;
background:#5BC0BE;
color:white;
font-weight:bold;
cursor:pointer;
transition:0.2s;
}
.pass-wrap{
position:relative;
}

.eye{
position:absolute;
right:30px;
top:10px;
cursor:pointer;
font-size:14px;
opacity:0.7;
}

.eye svg{
position:absolute;
transition:opacity .2s;
}

.eye-closed{
opacity:0;
}

.eye.active .eye-open{
opacity:0;
}

.eye.active .eye-closed{
opacity:1;
}
.switch{
text-align:center;
margin-top:15px;
font-size:14px;
}

.switch span{
color:#5BC0BE;
cursor:pointer;
}

.forgot{
text-align:right;
margin-top:6px;
font-size:13px;
}

.forgot a{
color:#5BC0BE;
text-decoration:none;
}

.offer-section{
text-align:center;
margin-top:28px;
}

.lux-offer-btn{
padding:10px 18px;
font-weight:600;
font-size:13px;
border:none;
border-radius:40px;
background:linear-gradient(135deg,#d4af37,#f5e6a8,#d4af37);
cursor:pointer;
box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.offer-card{
  display:none;
  margin-top:20px;
  justify-content: center;
}

/* active state */
.offer-card.show{
  display:block;
}

.offer-content{
  background:#BDE4FF;
  border-radius:16px;
  padding:20px;
  max-width:360px;
  margin:0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  /* animation */
  opacity:0;
  transform: translateY(-20px) scale(0.96);
  transition: all 0.35s ease;
}

/* animate in */
.offer-card.show .offer-content{
  opacity:1;
  transform: translateY(0) scale(1);
}

.offer-content p,
.offer-content h3 {
  color: #0B132B;
}
.offer-title{
margin-bottom:10px;
}

.reel-btn{
background:#5BC0BE;
color:white;
border:none;
padding:10px 16px;
border-radius:6px;
margin-bottom:15px;
cursor:pointer;
}
.code-input-row{
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center; /* 👈 IMPORTANT */
  margin-top:10px;
}

.code-input-row input{
  margin-bottom:0px;
  border:1px solid #2b3136;
  background:#0f1113;
  
}

.code-input-row button{
  padding:12px 18px;
  border-radius:8px;
  border:none;
  background:#5BC0BE;
  color:white;
  font-weight:600;
  cursor:pointer;
  white-space:nowrap; /* keeps text in one line */
}

.coupon-card{
display:block;
margin:20px auto;
max-width:340px;
padding:25px;
border-radius:10px;
background:#f5f5f5;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
text-align:center;
}

.coupon-row{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:center;
}

/* coupon box */
.coupon-code{
  flex:1;
  font-size:14px;
  font-weight:bold;
  background:black;
  color:white;
  padding:11px;
  border-radius:8px;
  text-align:center;
  white-space:nowrap;
}

/* SVG button */
.copy-icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  border-radius:8px;
  cursor:pointer;
  transition:0.2s;
}

/* click effect */
.copy-icon:active{
  transform:scale(0.95);
}
.terms-toggle {
  margin-top: 12px;
  text-align: center;
}

.terms-btn {
  background: none;
  border: none;
  color: #0B132B;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

/* hidden by default */
.terms-text {
  display: block;
  font-size: 11px;
  color: #444;
  margin-top: 6px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

/* show animation */
.terms-text.show {
  opacity: 1;
  max-height: 60px;
}
