
:root{
  --ink:#070403;
  --carbon:#12100d;
  --clay:#4c2411;
  --copper:#b7652a;
  --sun:#ffbf55;
  --honey:#ffe3a3;
  --teal:#063f3a;
  --mint:#30c39e;
  --ivory:#fff7e8;
  --sand:#f4ddbb;
  --white:#ffffff;
  --muted:#77675a;
  --shadow:0 24px 70px rgba(32,18,9,.14);
}
*{box-sizing:border-box;scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,191,85,.16), transparent 28%),
    linear-gradient(180deg,#fffaf1,#fff7e8);
  color:#21140c;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,.serif{font-family:Georgia,"Times New Roman",serif}
img{max-width:100%}
a{text-decoration:none}
.navbar{
  background:rgba(7,4,3,.86)!important;
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(255,191,85,.18);
}
.navbar-brand{
  color:var(--honey)!important;
  font-weight:900;
  letter-spacing:.4px;
}
.nav-link{
  color:rgba(255,255,255,.82)!important;
  font-weight:750;
  font-size:.93rem;
}
.nav-link:hover,.nav-link.active{color:var(--sun)!important}
.btn-main{
  border:0;
  color:#130802;
  font-weight:900;
  border-radius:999px;
  padding:.9rem 1.35rem;
  background:linear-gradient(135deg,var(--honey),var(--sun),var(--copper));
  box-shadow:0 18px 45px rgba(183,101,42,.25);
  transition:.25s ease;
}
.btn-main:hover{transform:translateY(-2px);color:#130802}
.btn-teal{
  color:white;
  font-weight:900;
  border-radius:999px;
  padding:.9rem 1.35rem;
  background:linear-gradient(135deg,var(--mint),var(--teal));
  border:1px solid rgba(255,255,255,.12);
  transition:.25s ease;
}
.btn-teal:hover{transform:translateY(-2px);color:white}
.btn-soft{
  color:var(--honey);
  font-weight:900;
  border-radius:999px;
  padding:.9rem 1.35rem;
  border:1px solid rgba(255,227,163,.42);
  background:rgba(255,255,255,.06);
}
.btn-soft:hover{background:rgba(255,227,163,.14);color:white}
.hero{
  min-height:100svh;
  display:flex;
  align-items:center;
  color:white;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:7rem 0 4rem;
  background:
    radial-gradient(circle at 15% 22%, rgba(255,191,85,.28), transparent 25%),
    radial-gradient(circle at 83% 18%, rgba(48,195,158,.42), transparent 32%),
    radial-gradient(circle at 68% 78%, rgba(183,101,42,.36), transparent 30%),
    linear-gradient(130deg,#070403 0%,#241008 48%,#063f3a 100%);
}
.hero::before{
  content:"";
  position:absolute;
  inset:-30%;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255,227,163,.08) 43% 44%, transparent 45%),
    linear-gradient(65deg, transparent 0 48%, rgba(48,195,158,.08) 49% 50%, transparent 51%);
  background-size:180px 180px;
  animation:moveGrid 16s linear infinite;
  z-index:-2;
}
.hero::after{
  content:"";
  position:absolute;
  width:min(70vw,620px);
  aspect-ratio:1;
  border-radius:50%;
  right:-14%;
  top:10%;
  background:conic-gradient(from 45deg,rgba(255,191,85,.28),transparent,rgba(48,195,158,.24),transparent,rgba(255,191,85,.28));
  filter:blur(1px);
  animation:spin 22s linear infinite;
  z-index:-1;
}
@keyframes moveGrid{to{transform:translate3d(180px,180px,0)}}
@keyframes spin{to{transform:rotate(360deg)}}
.badge-lux{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  padding:.65rem 1rem;
  border-radius:999px;
  color:var(--honey);
  background:rgba(255,227,163,.1);
  border:1px solid rgba(255,227,163,.24);
  font-size:.75rem;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hero-title{
  font-size:clamp(2.45rem,7vw,7rem);
  line-height:.92;
  font-weight:950;
  letter-spacing:-.055em;
}
.gradient-text{
  color:transparent;
  background:linear-gradient(135deg,#fff4c8,#ffbf55,#ff8b3d);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-copy{
  max-width:680px;
  font-size:clamp(1rem,2.1vw,1.18rem);
  color:rgba(255,255,255,.82);
}
.device-card{
  border:1px solid rgba(255,227,163,.24);
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  border-radius:2rem;
  padding:1rem;
  box-shadow:0 45px 110px rgba(0,0,0,.48);
  backdrop-filter:blur(18px);
  transform:perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.device-card img,.product-fallback{
  border-radius:1.45rem;
  box-shadow:0 30px 75px rgba(0,0,0,.42);
}
.product-fallback{
  min-height:440px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--teal),var(--clay),var(--sun));
}
.floating-mini{
  position:absolute;
  right:4%;
  bottom:10%;
  width:190px;
  padding:1rem;
  border-radius:1.3rem;
  background:rgba(7,4,3,.65);
  border:1px solid rgba(255,227,163,.2);
  backdrop-filter:blur(16px);
  box-shadow:0 20px 55px rgba(0,0,0,.35);
}
.stat-box{
  border:1px solid rgba(255,227,163,.18);
  background:rgba(255,255,255,.075);
  border-radius:1.25rem;
  padding:1rem;
  height:100%;
  backdrop-filter:blur(12px);
}
.section{padding:clamp(4rem,8vw,7rem) 0}
.kicker{
  font-size:.78rem;
  font-weight:950;
  color:var(--copper);
  text-transform:uppercase;
  letter-spacing:.15em;
}
.title{
  font-weight:950;
  letter-spacing:-.035em;
  color:var(--ink);
}
.glass-card,.product-card{
  border:1px solid rgba(76,36,17,.09);
  background:rgba(255,255,255,.78);
  border-radius:1.75rem;
  box-shadow:var(--shadow);
  overflow:hidden;
  transition:.28s ease;
}
.glass-card:hover,.product-card:hover{
  transform:translateY(-9px);
  box-shadow:0 35px 90px rgba(32,18,9,.2);
}
.icon{
  width:68px;height:68px;
  display:grid;
  place-items:center;
  border-radius:24px;
  color:#170a03;
  background:linear-gradient(135deg,var(--honey),var(--sun),var(--copper));
  font-size:1.8rem;
  box-shadow:0 18px 45px rgba(183,101,42,.22);
}
.product-head{
  min-height:260px;
  display:flex;
  align-items:end;
  padding:1.4rem;
  color:white;
  position:relative;
  overflow:hidden;
}
.product-head::before{
  content:"";
  position:absolute;
  width:260px;
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  right:-90px;
  top:-90px;
}
.product-head::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.58),transparent 65%);
}
.product-inside{position:relative;z-index:1}
.symbol{
  font-size:4.7rem;
  line-height:1;
  filter:drop-shadow(0 15px 25px rgba(0,0,0,.3));
}
.tag{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:.38rem .75rem;
  background:rgba(6,63,58,.08);
  color:var(--teal);
  font-size:.75rem;
  font-weight:950;
}
.price{
  font-size:1.25rem;
  font-weight:950;
  color:var(--copper);
}
.dark-band{
  color:white;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 28%, rgba(255,191,85,.2), transparent 28%),
    radial-gradient(circle at 80% 60%, rgba(48,195,158,.32), transparent 30%),
    linear-gradient(130deg,#070403,#2a1309,#063f3a);
}
.dark-band .title{color:white}
.dark-band p{color:rgba(255,255,255,.76)}
.step-card{
  height:100%;
  border:1px solid rgba(255,227,163,.18);
  border-radius:1.65rem;
  background:rgba(255,255,255,.07);
  padding:1.5rem;
  backdrop-filter:blur(14px);
}
.step-no{
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:50%;
  color:#170a03;
  background:linear-gradient(135deg,var(--honey),var(--sun));
  font-weight:950;
  margin-bottom:1rem;
}
.page-header{
  padding:9rem 0 5rem;
  color:white;
  background:
    radial-gradient(circle at 10% 26%, rgba(255,191,85,.25), transparent 25%),
    radial-gradient(circle at 86% 20%, rgba(48,195,158,.38), transparent 30%),
    linear-gradient(130deg,#070403,#271208,#063f3a);
}
.form-control,.form-select{
  border-radius:1.1rem;
  padding:.95rem 1rem;
  border:1px solid rgba(76,36,17,.14);
  background:#fffdf8;
}
.form-control:focus,.form-select:focus{
  border-color:var(--sun);
  box-shadow:0 0 0 .22rem rgba(255,191,85,.18);
}
.table td,.table th{padding:1rem}
.accordion-item{
  border:0;
  border-radius:1.25rem!important;
  overflow:hidden;
  margin-bottom:1rem;
  box-shadow:0 14px 40px rgba(32,18,9,.08);
}
.accordion-button{font-weight:900;padding:1.2rem 1.35rem}
.footer{
  color:rgba(255,255,255,.72);
  background:#070403;
  border-top:1px solid rgba(255,227,163,.16);
}
.footer a{color:rgba(255,255,255,.72)}
.footer a:hover{color:var(--sun)}
.whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1000;
  width:64px;height:64px;
  border-radius:50%;
  display:grid;place-items:center;
  color:white;
  font-size:1.9rem;
  background:#25D366;
  box-shadow:0 18px 45px rgba(0,0,0,.35);
}
.reveal{animation:fadeUp .8s ease both}
.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1199px){
  .device-card{transform:none}
  .floating-mini{display:none}
}
@media(max-width:991px){
  .hero{min-height:auto;text-align:center}
  .hero-copy{margin-inline:auto}
  .stat-box{text-align:center}
  .device-card{margin-top:2rem}
  .navbar .btn-main{margin-top:.75rem;width:100%}
}
@media(max-width:575px){
  .hero{padding:6.4rem 0 3rem}
  .hero-title{font-size:2.65rem}
  .btn-main,.btn-teal,.btn-soft{width:100%;text-align:center}
  .product-head{min-height:220px}
  .symbol{font-size:3.8rem}
  .section{padding:3.4rem 0}
}
