@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --black:#000;
  --dark:#050505;
  --dark2:#0b0b0d;
  --white:#fff;
  --surface:#fbfbfd;
  --surface2:#f5f5f7;
  --text:#1d1d1f;
  --muted:#5f646b;
  --muted2:#6e6e73;
  --line:#d2d2d7;
  --blue:#0071e3;
  --blue2:#0077ed;
  --green:#c9f32b;
  --green-dark:#587100;
  --max:1360px;
  --radius:36px;
  --shadow:0 30px 90px rgba(0,0,0,.10);
  --shadow-strong:0 48px 150px rgba(0,0,0,.25);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.5;
  letter-spacing:-.016em;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 42px));margin:auto}
.page-glow{
  position:fixed;
  inset:-30% auto auto -20%;
  width:55vw;
  height:55vw;
  background:radial-gradient(circle,rgba(201,243,43,.08),transparent 62%);
  pointer-events:none;
  z-index:-1;
}

.topbar{
  background:#000;
  color:rgba(255,255,255,.78);
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:.86rem;
}
.topbar a{color:#fff}
.topbar-inner{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.topbar-links{display:flex;gap:18px;flex-wrap:wrap}

.site-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.78);
  border-bottom:1px solid rgba(29,29,31,.07);
  backdrop-filter:blur(26px) saturate(150%);
}
.nav{min-height:80px;display:flex;justify-content:space-between;align-items:center;gap:26px}
.brand{display:flex;gap:14px;align-items:center}
.brand img{width:62px;height:62px;object-fit:contain;border-radius:17px;background:#fff;border:1px solid rgba(29,29,31,.08)}
.brand strong{display:block;font-weight:900;letter-spacing:-.05em;font-size:1rem;color:#111}
.brand small{display:block;color:#4f555b;font-size:.84rem}
.nav-links{display:flex;gap:24px;flex-wrap:wrap;color:#33383d;font-size:.95rem;font-weight:800}
.nav-links a:hover{color:#000}

.hero{
  background:
    radial-gradient(circle at 80% 12%,rgba(201,243,43,.10),transparent 20%),
    linear-gradient(180deg,#000 0%,#090909 64%,#fff 64%,#fff 100%);
  color:#fff;
  padding:68px 0 128px;
}
.hero-shell{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:58px;
  align-items:center;
}
.eyebrow,.section-kicker{
  display:inline-flex;
  width:max-content;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(29,29,31,.06);
  border:1px solid rgba(29,29,31,.08);
  color:#33383d;
  font-size:.86rem;
  font-weight:900;
  letter-spacing:-.01em;
  margin-bottom:20px;
}
.hero .eyebrow{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.12);
  color:rgba(255,255,255,.90);
}
.light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.9)}

h1,h2,h3,h4{margin:0}
h1{
  font-size:clamp(3.8rem,8.2vw,8.6rem);
  line-height:.92;
  letter-spacing:-.095em;
  font-weight:900;
  max-width:7.4ch;
}
h2{
  font-size:clamp(2.6rem,4.4vw,5.2rem);
  line-height:.95;
  letter-spacing:-.08em;
  font-weight:900;
}
h3{font-size:1.32rem;letter-spacing:-.04em;margin-bottom:14px}
h4{font-size:1rem;margin-bottom:8px}
p{color:var(--muted);font-size:1.04rem;margin:0 0 18px}
.hero-text{color:rgba(245,245,247,.82);font-size:1.15rem;max-width:45ch;margin-top:26px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 14px}
.btn{
  display:inline-flex;
  min-height:56px;
  align-items:center;
  justify-content:center;
  padding:0 26px;
  border-radius:999px;
  font-weight:900;
  border:1px solid transparent;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
  cursor:pointer;
  font:inherit;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 34px rgba(0,113,227,.26)}
.btn-primary:hover{background:var(--blue2)}
.btn-glass{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18);backdrop-filter:blur(14px)}
.btn-light{background:#fff;color:#111;border-color:rgba(29,29,31,.1)}
.hero-proof{font-size:.95rem;color:rgba(245,245,247,.78);display:flex;gap:8px;flex-wrap:wrap}
.hero-proof a{color:#fff;text-decoration:underline;font-weight:900}

.hero-visual{position:relative}
.hero-visual>img{
  width:100%;
  height:640px;
  object-fit:cover;
  object-position:center;
  border-radius:40px;
  box-shadow:var(--shadow-strong);
}
.glass-card,.hero-panel{
  background:rgba(255,255,255,.88);
  color:#111;
  border:1px solid rgba(255,255,255,.9);
  backdrop-filter:blur(22px) saturate(150%);
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.hero-panel{
  position:absolute;
  left:26px;
  right:26px;
  bottom:26px;
  border-radius:28px;
  padding:22px 24px;
}
.hero-panel strong{display:block;font-size:1.05rem;margin:6px 0}
.hero-panel p{margin:0;color:#454a50}
.mini-label{font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#4f6500}

.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}
.hero-metrics>div{
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}
.hero-metrics span{display:block;color:rgba(255,255,255,.58);font-weight:900;margin-bottom:10px}
.hero-metrics strong{display:block;color:#fff;margin-bottom:6px}
.hero-metrics p{margin:0;color:rgba(255,255,255,.76);font-size:.94rem}

.lux-section,.prices-section,.signup-section,.about-section,.contact-section,.review-section{padding:132px 0}
.section-title-row{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:32px;
  align-items:end;
  margin-bottom:46px;
}
.section-title-row p{font-size:1.08rem;margin-bottom:0;color:#4f555b}

.cinema-frame{
  overflow:hidden;
  border-radius:42px;
  box-shadow:var(--shadow);
  border:1px solid rgba(29,29,31,.07);
  background:#eee;
  margin-bottom:34px;
}
.cinema-frame img{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center;
  transition:transform .7s ease;
}
.cinema-frame:hover img{transform:scale(1.025)}

.premium-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.premium-card{
  background:#fff;
  border:1px solid rgba(29,29,31,.07);
  border-radius:32px;
  padding:28px;
  min-height:260px;
  box-shadow:var(--shadow);
  transition:.28s ease;
}
.premium-card:hover{transform:translateY(-7px);box-shadow:0 36px 100px rgba(0,0,0,.13)}
.premium-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:44px;
  padding:0 12px;
  border-radius:999px;
  background:#f2f2f4;
  color:#111;
  font-weight:900;
  margin-bottom:24px;
}
.premium-card p{margin:0;color:#4f555b}

.feature-dark{
  background:
    radial-gradient(circle at 20% 10%,rgba(201,243,43,.08),transparent 22%),
    linear-gradient(180deg,#000,#0b0b0d);
  color:#fff;
  padding:132px 0;
}
.feature-split,.about-grid,.review-grid,.signup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.feature-image,.about-image,.review-image{
  overflow:hidden;
  border-radius:42px;
  box-shadow:var(--shadow-strong);
}
.feature-image img,.about-image img,.review-image img{
  width:100%;
  height:620px;
  object-fit:cover;
  object-position:center;
}
.feature-copy p{color:rgba(255,255,255,.78);font-size:1.12rem;max-width:52ch}

.prices-section{
  background:linear-gradient(180deg,#f5f5f7,#fbfbfd);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.price-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.price-card{
  background:#fff;
  color:#1d1d1f;
  border:1px solid rgba(0,0,0,.06);
  border-radius:38px;
  padding:34px;
  box-shadow:var(--shadow);
}
.price-head span{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#f2f2f4;
  color:#444;
  font-weight:900;
  font-size:.82rem;
  margin-bottom:16px;
}
.price-list{
  list-style:none;
  padding:0;
  margin:22px 0 0;
}
.price-list li{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid rgba(29,29,31,.12);
}
.price-list span{color:#555b62}
.price-list strong{color:#000;white-space:nowrap}
.price-note{
  margin-top:22px;
  padding:18px 20px;
  border-radius:22px;
  background:#edf7cd;
  color:#3e5200;
}
.sub-block{
  margin-top:28px;
  padding:22px;
  border-radius:26px;
  background:#f5f5f7;
}
.sub-block p{margin:0;color:#4f555b}

.signup-section{
  background:#fff;
}
.signup-copy p{font-size:1.12rem;max-width:56ch;color:#4f555b}
.doc-list{
  display:grid;
  gap:10px;
  margin-top:28px;
}
.doc-list div{
  padding:16px 18px;
  background:#f5f5f7;
  border:1px solid rgba(29,29,31,.06);
  border-radius:20px;
  font-weight:800;
}
.signup-card{
  background:#0b0b0d;
  color:#fff;
  border-radius:42px;
  padding:36px;
  box-shadow:var(--shadow-strong);
}
.signup-card p{color:rgba(255,255,255,.74)}
.quick-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}
.quick-row button{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:999px;
  padding:11px 15px;
  font-weight:900;
  cursor:pointer;
}
.quick-row button:hover,.quick-row button.active{background:#fff;color:#111}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
label{font-weight:800;font-size:.94rem}
input,select,textarea{
  width:100%;
  display:block;
  margin-top:8px;
  min-height:56px;
  padding:15px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  font:inherit;
  background:rgba(255,255,255,.10);
  color:#fff;
}
select option{color:#111}
textarea{min-height:140px;resize:vertical}
.full{grid-column:1/-1}
.check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(255,255,255,.82);
  font-weight:600;
}
.check input{width:auto;min-height:auto;margin-top:4px}
.check a{text-decoration:underline;color:#fff}
.honeypot{display:none!important}
.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

.about-section{background:linear-gradient(180deg,#fff,#f5f5f7)}
.about-copy p{font-size:1.08rem;max-width:62ch;color:#4f555b}

.contact-section{background:#fff}
.contact-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:stretch;
}
.contact-card{
  background:#0b0b0d;
  color:#fff;
  border-radius:38px;
  padding:34px;
  box-shadow:var(--shadow-strong);
}
.contact-card p{color:rgba(255,255,255,.82)}
.contact-card a:not(.btn){color:#fff;text-decoration:underline}
.map{
  width:100%;
  min-height:500px;
  border:0;
  border-radius:38px;
  box-shadow:var(--shadow);
}

.review-section{background:linear-gradient(180deg,#f5f5f7,#fff)}
.review-copy p{font-size:1.12rem;color:#4f555b}
.review-image img{height:520px}

.footer{
  background:#000;
  color:rgba(255,255,255,.88);
  padding:46px 0;
}
.footer a{color:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer nav{display:flex;gap:20px;flex-wrap:wrap}
.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  background:#25d366;
  color:#fff;
  font-weight:900;
  padding:16px 20px;
  border-radius:999px;
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}
.reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .75s ease,transform .75s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:1100px){
  .hero-shell,.feature-split,.about-grid,.review-grid,.signup-grid,.section-title-row,.price-layout,.contact-grid{
    grid-template-columns:1fr;
  }
  .premium-grid{grid-template-columns:repeat(2,1fr)}
  h1{max-width:100%}
}
@media(max-width:820px){
  .nav{flex-direction:column;align-items:flex-start;padding:14px 0}
  .hero{padding:52px 0 86px}
  .hero-visual>img,.feature-image img,.about-image img,.review-image img{height:380px}
  .cinema-frame img{height:340px}
  .hero-metrics,.premium-grid,.form-grid{grid-template-columns:1fr}
  .hero-panel{position:relative;left:auto;right:auto;bottom:auto;margin-top:-36px;margin-left:14px;margin-right:14px}
}
@media(max-width:560px){
  .container{width:min(var(--max),calc(100% - 24px))}
  .lux-section,.prices-section,.signup-section,.about-section,.contact-section,.review-section,.feature-dark{padding:82px 0}
  .price-card,.signup-card,.contact-card{padding:26px;border-radius:30px}
  .hero-visual>img{height:310px;border-radius:28px}
  .whatsapp-float{right:12px;bottom:12px}
}
