:root{
  --bg:#070712;
  --bg2:#0d0b1f;
  --card:#111126;
  --card2:#161532;
  --text:#f7f4ff;
  --muted:#b8b0cf;
  --soft:#82799d;
  --line:rgba(255,255,255,.12);
  --line-strong:rgba(255,255,255,.18);
  --primary:#9b5cff;
  --primary2:#6e38ff;
  --cyan:#31e5ff;
  --green:#44f0a6;
  --danger:#ff8db3;
  --radius:28px;
  --radius-sm:18px;
  --shadow:0 24px 90px rgba(0,0,0,.45);
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at top left,rgba(155,92,255,.22),transparent 34rem),
    radial-gradient(circle at 80% 10%,rgba(49,229,255,.12),transparent 28rem),
    linear-gradient(180deg,var(--bg),#090817 35%,#070712 100%);
  color:var(--text);
  line-height:1.5;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.section-pad{padding:92px 0}
.section{position:relative}
.page-glow{position:fixed;inset:auto;pointer-events:none;z-index:-1;filter:blur(50px);opacity:.45}
.page-glow-one{width:320px;height:320px;background:var(--primary);top:12%;left:-120px;border-radius:999px}
.page-glow-two{width:260px;height:260px;background:var(--cyan);bottom:10%;right:-90px;border-radius:999px}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:60;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(7,7,18,.78);
  backdrop-filter:blur(22px);
}
.nav-wrap{
  min-height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:20px;
}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:900;letter-spacing:-.03em;min-width:0}
.brand-mark{
  width:38px;height:38px;border-radius:13px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;
  box-shadow:0 12px 30px rgba(155,92,255,.32);font-weight:950;flex:0 0 auto;
}
.brand-text{font-size:1.18rem}
.nav-links{display:flex;align-items:center;justify-content:center;gap:28px;color:var(--muted);font-weight:700;font-size:.95rem;min-width:0}
.nav-links a{transition:color .2s ease}
.nav-links a:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:1.7rem;cursor:pointer;padding:0 6px;line-height:1}
.mobile-menu{
  display:grid;
  gap:12px;
  padding:0 20px 20px;
  background:rgba(7,7,18,.98);
  border-top:1px solid rgba(255,255,255,.06);
}
.mobile-menu[hidden]{display:none !important}
.mobile-menu a{color:var(--muted);font-weight:750;padding:2px 0}
.mobile-menu a:hover{color:#fff}
.mobile-wa{color:#fff !important;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,var(--primary),var(--primary2));text-align:center}

/* Generic */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:52px;padding:0 24px;border-radius:999px;border:1px solid transparent;
  font-weight:850;letter-spacing:-.01em;transition:transform .2s ease, box-shadow .2s ease, background .2s ease;cursor:pointer;white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 14px 42px rgba(110,56,255,.35)}
.btn-secondary{background:rgba(255,255,255,.94);color:#0b0918;box-shadow:0 14px 42px rgba(255,255,255,.12)}
.btn-ghost{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.14)}
.btn-small{min-height:42px;padding:0 18px;font-size:.92rem}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.9rem,5.4vw,5.35rem);line-height:.96;letter-spacing:-.07em;margin-bottom:24px;max-width:760px;text-wrap:balance}
h2{font-size:clamp(2rem,3.8vw,3.72rem);line-height:1;letter-spacing:-.06em;margin-bottom:20px;text-wrap:balance}
h3{font-size:1.2rem;letter-spacing:-.03em;margin-bottom:10px}
.eyebrow{margin:0 0 18px;color:#d7ccff;font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;display:flex;align-items:center;gap:10px}
.eyebrow span{width:34px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--primary),var(--cyan))}
.section-head{max-width:780px;margin-bottom:44px}
.section-head p:not(.eyebrow){color:var(--muted);font-size:1.05rem}
.section-head.center{text-align:center;margin-inline:auto}
.section-head.center .eyebrow{justify-content:center}

/* Hero */
.hero{padding-top:72px;position:relative}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:56px;align-items:center}
.hero-copy{min-width:0}
.hero-subtitle{font-size:1.13rem;color:var(--muted);max-width:640px;margin-bottom:30px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:14px}
.microcopy{color:var(--soft);font-size:.94rem;margin:0 0 28px}
.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:620px}
.trust-row div{padding:16px 18px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.045)}
.trust-row strong{display:block;font-size:1rem}
.trust-row span{display:block;color:var(--soft);font-size:.86rem;margin-top:3px}
.hero-visual{position:relative}
.visual-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));box-shadow:var(--shadow);overflow:hidden}
.hero-showcase{padding:14px;background:linear-gradient(160deg,rgba(15,14,34,.94),rgba(8,8,20,.9));}
.hero-showcase img{width:100%;height:auto;display:block;border-radius:22px}
.main-dashboard{position:absolute;top:24px;right:0;width:min(86%,500px);padding:24px;background:linear-gradient(160deg,rgba(22,21,50,.94),rgba(14,12,32,.9));z-index:3}
.window-dots{display:flex;gap:7px;margin-bottom:22px}
.window-dots span{width:10px;height:10px;border-radius:99px;background:rgba(255,255,255,.28)}
.window-dots span:first-child{background:#ff8aa8}
.window-dots span:nth-child(2){background:#ffd36a}
.window-dots span:nth-child(3){background:#61f0ad}
.dashboard-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}
.dashboard-topline p{margin:0 0 4px;color:var(--soft);font-size:.9rem}
.dashboard-topline h3{font-size:1.55rem;margin:0}
.status-pill{padding:8px 12px;border-radius:999px;background:rgba(68,240,166,.12);color:#8dffc9;border:1px solid rgba(68,240,166,.28);font-weight:800;font-size:.8rem}
.dashboard-graph{height:190px;display:flex;align-items:end;gap:12px;border-radius:22px;padding:18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}
.dashboard-graph span{flex:1;min-width:18px;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,var(--cyan),var(--primary));box-shadow:0 0 30px rgba(155,92,255,.25)}
.dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}
.dashboard-metrics div{padding:14px;border-radius:16px;background:rgba(255,255,255,.055)}
.dashboard-metrics span{display:block;color:var(--soft);font-size:.8rem}
.dashboard-metrics strong{display:block;margin-top:3px}
.studio-card{position:absolute;left:0;bottom:44px;width:min(72%,430px);z-index:2;transform:rotate(-3deg)}
.studio-card img{height:390px;width:100%;object-fit:cover}
.floating-result{position:absolute;right:18px;bottom:0;z-index:4;width:220px;border-radius:28px;padding:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.45);backdrop-filter:blur(16px)}
.floating-result img{height:260px;width:100%;object-fit:cover;object-position:top;border-radius:20px}
.floating-result div{padding:12px 4px 2px}
.floating-result strong{display:block}
.floating-result span{color:var(--muted);font-size:.82rem}

/* Strips / sections */
.logos-strip{border-block:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}
.strip-inner{display:flex;justify-content:space-between;gap:28px;padding:20px 0;color:#c9c3dc;font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;opacity:.9;overflow:auto}

/* Results */
.results-layout{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.result-card{position:relative;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.055);padding:14px;box-shadow:0 22px 70px rgba(0,0,0,.25);overflow:hidden;min-width:0}
.result-card-wide{grid-column:span 7}
.dark-result{grid-column:span 5}
.result-card-wide img,.dark-result img{width:100%;height:280px;object-fit:cover;border-radius:20px;background:#fff}
.card-label{position:absolute;top:25px;left:25px;z-index:2;padding:7px 12px;border-radius:999px;background:rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.18);font-weight:850;font-size:.78rem}
.phone-result{grid-column:span 4;display:grid;place-items:center;background:linear-gradient(160deg,rgba(155,92,255,.15),rgba(255,255,255,.04))}
.phone-frame{width:min(100%,260px);height:460px;border-radius:34px;padding:10px;background:#060610;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 4px rgba(255,255,255,.04)}
.phone-frame img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:26px}
.notice{margin-top:22px;border:1px solid rgba(255,211,106,.24);background:rgba(255,211,106,.08);border-radius:20px;padding:18px 20px;color:#e8ddbf}
.notice strong{color:#fff}

/* Products */
.products-section{background:linear-gradient(180deg,transparent,rgba(255,255,255,.025),transparent)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.06);overflow:hidden;box-shadow:0 22px 70px rgba(0,0,0,.24)}
.product-card img{height:285px;width:100%;object-fit:cover;background:#fff}
.product-card div{padding:24px}
.product-card span{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(155,92,255,.13);color:#daccff;border:1px solid rgba(155,92,255,.25);font-size:.78rem;font-weight:850;margin-bottom:15px}
.product-card p{color:var(--muted);margin-bottom:0}

/* Includes / features */
.two-col{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:56px;align-items:start}
.sticky-head{position:sticky;top:110px}
.sticky-head .btn{margin-top:8px}
.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.feature{border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));padding:26px;min-height:206px}
.feature span{display:inline-flex;margin-bottom:22px;color:#bda8ff;font-weight:950}
.feature p{color:var(--muted);margin:0}

/* Process */
.process-section{background:rgba(255,255,255,.025)}
.timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;position:relative}
.step{border:1px solid var(--line);border-radius:26px;background:rgba(7,7,18,.62);padding:24px;min-height:230px}
.step span{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--cyan));font-weight:950;margin-bottom:20px}
.step p{color:var(--muted);margin-bottom:0}

/* CTA panel */
.cta-band{padding-top:60px}
.cta-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:34px;align-items:center;border:1px solid rgba(155,92,255,.25);border-radius:36px;padding:42px;background:radial-gradient(circle at 20% 0,rgba(155,92,255,.28),transparent 26rem),linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.04));box-shadow:var(--shadow)}
.cta-panel p{color:var(--muted);font-size:1.05rem}
.cta-panel-actions{display:grid;gap:12px;justify-items:start}
.cta-panel-actions .microcopy{margin:0;color:var(--soft)}

/* Form */
.form-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:44px;align-items:start}
.contact-card{margin-top:28px;border:1px solid var(--line);border-radius:22px;padding:18px;background:rgba(255,255,255,.055)}
.contact-card strong{display:block}
.contact-card a{display:inline-block;color:#d8ccff;margin-top:8px;font-weight:850}
.lead-form{border:1px solid var(--line);border-radius:32px;background:rgba(255,255,255,.06);padding:28px;display:grid;gap:16px;box-shadow:0 22px 70px rgba(0,0,0,.24)}
.lead-form label{display:grid;gap:8px;color:#e9e3ff;font-weight:750}
.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(0,0,0,.22);color:#fff;padding:15px 16px;outline:none}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:rgba(155,92,255,.7);box-shadow:0 0 0 4px rgba(155,92,255,.12)}
.lead-form select option{color:#090817}
.form-note{color:var(--soft);font-size:.86rem;margin:0}
.lead-form button{width:100%}

/* FAQ / Footer */
.faq-list{max-width:900px;margin-inline:auto;display:grid;gap:12px}
.faq-list details{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.055);padding:0 20px}
.faq-list summary{cursor:pointer;list-style:none;padding:20px 0;font-weight:900;font-size:1.05rem}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list p{color:var(--muted);margin:0;padding:0 0 20px}
.final-cta{padding-top:40px}
.final-card{text-align:center;border:1px solid rgba(255,255,255,.13);border-radius:36px;padding:64px 24px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035))}
.final-card p{color:var(--muted);font-size:1.1rem}
.center-buttons{justify-content:center}
.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:42px 0;color:var(--muted);background:rgba(0,0,0,.12)}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,.7fr) minmax(0,.7fr);gap:30px}
.site-footer p{max-width:400px;margin:14px 0 0}
.site-footer strong{display:block;color:#fff;margin-bottom:10px}
.site-footer a{display:block;margin-top:8px}
.site-footer a:hover{color:#fff}
.site-footer .brand{display:inline-flex;color:#fff}
.floating-wa{position:fixed;right:22px;bottom:22px;z-index:30;display:flex;align-items:center;gap:8px;min-height:50px;padding:0 18px;border-radius:999px;background:#25D366;color:#06150c;font-weight:950;box-shadow:0 16px 40px rgba(37,211,102,.32)}
.floating-wa span{width:28px;height:28px;border-radius:99px;background:rgba(255,255,255,.35);display:grid;place-items:center}

/* Legal */
.legal-page{padding:80px 0}
.legal-card{max-width:900px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.055);padding:36px}
.legal-card p,.legal-card li{color:var(--muted)}
.legal-card a{color:#daccff;font-weight:850}
.legal-card h1{font-size:clamp(2.2rem,4vw,3.8rem)}
.legal-card h2{font-size:1.5rem;margin-top:32px}
.legal-warning{border:1px solid rgba(255,211,106,.25);background:rgba(255,211,106,.08);padding:16px 18px;border-radius:18px;color:#ffe7ad!important}

/* Reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.1s}
.delay-2{transition-delay:.18s}

/* Responsive */
@media (max-width: 1180px){
  h1{font-size:clamp(2.8rem,5.2vw,4.8rem)}
  .hero-grid{gap:42px}
}

@media (max-width: 1024px){
  .hero-grid,.two-col,.form-grid,.cta-panel{grid-template-columns:1fr}
  .sticky-head{position:static}
  .hero-visual{max-width:820px}
  .main-dashboard,.studio-card,.floating-result{position:relative;inset:auto;transform:none;width:100%}
  .main-dashboard{order:2}
  .studio-card{order:1}
  .floating-result{order:3;justify-self:stretch}
  .studio-card img{height:100%;min-height:320px}
  .floating-result img{height:260px}
  .results-layout{grid-template-columns:repeat(2,minmax(0,1fr))}
  .result-card-wide,.dark-result{grid-column:span 2}
  .phone-result{grid-column:auto}
  .timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .section-pad{padding:80px 0}
}

@media (max-width: 860px){
  .nav-wrap{grid-template-columns:auto 1fr auto}
  .nav-links,.nav-actions{display:none}
  .menu-toggle{display:block;justify-self:end}
  .hero{padding-top:54px}
  h1{font-size:clamp(2.6rem,7vw,4rem)}
  .trust-row{grid-template-columns:1fr}
  .section-head{margin-bottom:34px}
}

@media (max-width: 760px){
  .container{width:min(var(--container),calc(100% - 28px))}
  .hero-ctas .btn{width:100%}
  .hero-visual{width:100%}
  .main-dashboard{order:1}
  .studio-card{order:2}
  .floating-result{order:3;width:100%}
  .dashboard-graph{height:150px}
  .dashboard-metrics{grid-template-columns:1fr}
  .results-layout,.product-grid,.feature-grid,.timeline,.footer-grid{grid-template-columns:1fr}
  .result-card-wide,.dark-result,.phone-result{grid-column:auto}
  .result-card-wide img,.dark-result img{height:auto}
  .phone-frame{height:520px}
  .cta-panel{padding:28px}
  .lead-form{padding:20px}
  .strip-inner{justify-content:flex-start}
  .floating-wa{left:14px;right:14px;justify-content:center}
  .site-footer{padding-bottom:92px}
}

@media (max-width: 480px){
  .brand-text{font-size:1.02rem}
  h1{font-size:2.45rem}
  h2{font-size:2rem}
  .hero-subtitle{font-size:1rem}
  .phone-frame{height:440px}
  .floating-result img{height:200px}
  .section-pad{padding:64px 0}
  .final-card{padding:52px 20px}
}

/* V3 hard fixes based on screenshots */
.mobile-menu{display:none !important;}
.site-header.menu-open .mobile-menu{display:none !important;}
@media (max-width: 860px){
  .site-header.menu-open .mobile-menu{display:grid !important;}
}
@media (min-width: 861px){
  .menu-toggle{display:none !important;}
  .mobile-menu{display:none !important;}
}
@media (min-width: 1025px){
  h1{font-size:clamp(3rem,4.4vw,4.65rem);line-height:.98;}
  .hero{padding-top:64px;}
  .studio-card img{height:350px;}
  .main-dashboard{width:min(80%,470px);}
}
.result-card-wide img,.dark-result img{object-fit:contain;background:#fff;}
.results-layout{overflow:visible;}
@media (max-width: 1024px){
  .main-dashboard{width:100% !important;}
  .hero-visual{overflow:visible;}
}

/* Hero rebuild v14 */
.hero-new{
  position:relative;
  padding-top:82px;
  overflow:hidden;
}
.hero-new:before{
  content:"";
  position:absolute;
  inset:-20% -10% auto -10%;
  height:620px;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 18%,rgba(155,92,255,.28),transparent 30rem),
    radial-gradient(circle at 82% 28%,rgba(49,229,255,.18),transparent 28rem),
    radial-gradient(circle at 55% 72%,rgba(68,240,166,.10),transparent 26rem);
  opacity:.95;
}
.hero-new .container{position:relative;z-index:1}
.hero-new .hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:64px;
}
.hero-new h1{
  max-width:760px;
  font-size:clamp(3.15rem,4.7vw,5.05rem);
  line-height:.94;
}
.hero-new .hero-subtitle{
  max-width:650px;
  font-size:1.17rem;
  color:#c7c0dc;
}
.btn-whatsapp{
  background:linear-gradient(135deg,#25D366,#16b85a);
  color:#03150a;
  box-shadow:0 16px 42px rgba(37,211,102,.28);
}
.trust-row-new div{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-builder{
  min-height:610px;
  display:grid;
  place-items:center;
  isolation:isolate;
}
.hero-orbit{
  position:absolute;
  border-radius:999px;
  filter:blur(22px);
  opacity:.7;
  z-index:-1;
}
.hero-orbit-one{width:360px;height:360px;background:rgba(155,92,255,.28);top:24px;right:20px}
.hero-orbit-two{width:250px;height:250px;background:rgba(49,229,255,.18);bottom:20px;left:20px}
.store-window{
  width:min(100%,620px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:34px;
  padding:16px;
  background:linear-gradient(160deg,rgba(20,19,48,.96),rgba(8,8,22,.94));
  box-shadow:0 34px 110px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.10);
  transform:rotate(1.2deg);
}
.store-topbar{
  min-height:48px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  padding:0 4px 14px;
}
.store-dots{display:flex;gap:7px}
.store-dots span{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.25)}
.store-dots span:first-child{background:#ff8db3}.store-dots span:nth-child(2){background:#ffd36a}.store-dots span:nth-child(3){background:#44f0a6}
.store-url{
  justify-self:center;
  width:min(100%,250px);
  padding:9px 14px;
  border-radius:999px;
  text-align:center;
  color:#bdb5d6;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  font-size:.86rem;
  font-weight:800;
}
.store-live{
  padding:7px 11px;
  border-radius:999px;
  background:rgba(68,240,166,.12);
  color:#9bffd2;
  border:1px solid rgba(68,240,166,.28);
  font-size:.78rem;
  font-weight:900;
}
.store-hero-preview{
  min-height:360px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 230px;
  align-items:center;
  gap:22px;
  padding:36px;
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.045)),
    radial-gradient(circle at 86% 22%,rgba(155,92,255,.23),transparent 16rem);
  border:1px solid rgba(255,255,255,.11);
  overflow:hidden;
}
.store-kicker{
  display:inline-flex;
  margin-bottom:16px;
  padding:7px 11px;
  border-radius:999px;
  color:#e2d8ff;
  background:rgba(155,92,255,.18);
  border:1px solid rgba(155,92,255,.28);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.store-hero-preview h3{
  font-size:clamp(2rem,3vw,3rem);
  line-height:.95;
  letter-spacing:-.06em;
  margin-bottom:14px;
}
.store-hero-preview p{color:#bfb7d5;margin-bottom:22px;max-width:270px}
.store-button{
  display:inline-flex;
  padding:12px 17px;
  border-radius:999px;
  color:#070712;
  background:#fff;
  font-weight:950;
  box-shadow:0 16px 34px rgba(255,255,255,.13);
}
.store-product-visual{
  border-radius:28px;
  padding:13px;
  background:rgba(255,255,255,.92);
  box-shadow:0 24px 60px rgba(0,0,0,.34);
  transform:rotate(-5deg);
}
.store-product-visual img{
  width:100%;
  height:270px;
  object-fit:cover;
  border-radius:20px;
}
.store-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.store-stats div{
  min-height:82px;
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
}
.store-stats span{display:block;color:#8f86a8;font-size:.78rem;margin-bottom:5px;font-weight:800}
.store-stats strong{display:block;font-size:.98rem;line-height:1.16}
.floating-order-card{
  position:absolute;
  left:2px;
  bottom:72px;
  display:flex;
  align-items:center;
  gap:12px;
  width:258px;
  padding:15px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 24px 70px rgba(0,0,0,.38);
  backdrop-filter:blur(18px);
  z-index:4;
}
.order-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#25D366;color:#06150c;font-weight:1000}
.floating-order-card strong{display:block}.floating-order-card small{display:block;color:#b8b0cf;margin-top:2px}
.floating-phone-card{
  position:absolute;
  right:-6px;
  top:78px;
  width:164px;
  min-height:254px;
  padding:10px;
  border-radius:31px;
  background:#050510;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 80px rgba(0,0,0,.45);
  transform:rotate(-5deg);
  z-index:5;
}
.phone-speaker{width:48px;height:5px;border-radius:999px;background:rgba(255,255,255,.18);margin:6px auto 10px}
.phone-screen-mini{
  height:210px;
  border-radius:23px;
  padding:20px 14px;
  background:linear-gradient(180deg,rgba(155,92,255,.34),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.10);
}
.phone-screen-mini span{display:block;color:#cfc6ea;font-size:.76rem;font-weight:850;margin-bottom:28px}
.phone-screen-mini strong{display:block;font-size:1.35rem;margin-bottom:8px}.phone-screen-mini p{color:#b8b0cf;font-size:.82rem;margin:0}
@media (max-width:1024px){
  .hero-new .hero-grid{grid-template-columns:1fr;gap:42px}
  .hero-builder{min-height:auto;place-items:start}
  .store-window{transform:none}
  .floating-phone-card{right:16px;top:34px}
  .floating-order-card{left:18px;bottom:30px}
}
@media (max-width:760px){
  .hero-new{padding-top:54px}
  .hero-new h1{font-size:clamp(2.5rem,12vw,3.45rem)}
  .hero-new .hero-subtitle{font-size:1rem}
  .store-hero-preview{grid-template-columns:1fr;padding:24px;min-height:auto}
  .store-product-visual{display:none}
  .store-stats{grid-template-columns:1fr}
  .floating-phone-card,.floating-order-card{position:relative;inset:auto;transform:none;width:100%;margin-top:14px}
  .floating-phone-card{min-height:auto;border-radius:24px}
  .phone-screen-mini{height:auto;min-height:150px}
  .store-topbar{grid-template-columns:auto 1fr}.store-live{display:none}.store-url{justify-self:end;max-width:190px}
}


/* Hero image replacement v2 */
.hero-image-wrap{
  min-height:auto;
  display:block;
}
.hero-image-card{
  width:min(100%, 920px);
  margin-left:auto;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:#ffffff;
  box-shadow:0 28px 90px rgba(0,0,0,.38), 0 8px 28px rgba(0,0,0,.18);
}
.hero-image-card img{
  display:block;
  width:100%;
  height:auto;
}
@media (max-width:1024px){
  .hero-image-card{margin:0 auto;}
}


/* Hero layout tuning v3 */
.hero-new .hero-grid{
  grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);
  gap:52px;
  align-items:start;
}
.hero-copy{
  padding-top:24px;
}
.hero-new h1{
  max-width:560px;
  font-size:clamp(2.9rem,4.1vw,4.45rem);
  line-height:.96;
  letter-spacing:-.055em;
  margin-bottom:18px;
}
.hero-new .hero-subtitle{
  max-width:560px;
  font-size:1.08rem;
  line-height:1.58;
}
.hero-copy .microcopy{
  max-width:560px;
}
.hero-image-wrap{
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
  padding-top:18px;
}
.hero-image-card{
  width:min(100%, 780px);
  padding:18px;
  border-radius:32px;
  background:linear-gradient(180deg,rgba(16,22,44,.9),rgba(8,12,26,.82));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 32px 80px rgba(0,0,0,.34);
}
.hero-image-card::before{
  content:"Vista previa de resultados";
  display:inline-flex;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#d8def0;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.02em;
}
.hero-image-card img{
  border-radius:22px;
  border:1px solid rgba(0,0,0,.08);
}
@media (max-width:1180px){
  .hero-new .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hero-copy{padding-top:0;}
  .hero-image-wrap{justify-content:center;padding-top:0;}
}
@media (max-width:760px){
  .hero-new h1{max-width:none;font-size:clamp(2.35rem,11vw,3.2rem);}
  .hero-new .hero-subtitle,.hero-copy .microcopy{max-width:none;}
  .hero-image-card{padding:12px;border-radius:24px;}
}


/* Example stores section update */
.product-grid-examples{
  align-items:stretch;
}
.product-grid-examples .product-card img{
  height:340px;
  object-fit:cover;
  object-position:top center;
}
.product-grid-examples .product-card h3{
  margin-bottom:10px;
}
.product-grid-examples .product-card p{
  line-height:1.6;
}
.examples-note{
  margin-top:22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  padding:18px 20px;
  background:rgba(255,255,255,.05);
  color:var(--muted);
}
.examples-note strong{
  color:#fff;
}
@media (max-width:760px){
  .product-grid-examples .product-card img{
    height:auto;
  }
}


/* Fix example cards images not to crop */
.product-grid-examples .product-card{
  display:grid;
  grid-template-rows:auto 1fr;
}
.product-grid-examples .product-card img{
  width:100%;
  height:auto !important;
  max-height:none;
  object-fit:contain !important;
  object-position:center top;
  background:#ffffff;
  padding:12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.product-grid-examples .product-card div{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
@media (min-width:761px){
  .product-grid-examples{
    align-items:start;
  }
}
