/* =============================================
   GIROBARBER — Design Estilo Voxpor
   Dark Navy · Gold Accents · Gradient Blobs
   ============================================= */

:root {
  /* Colors */
  --bg:       #070b14;
  --bg2:      #0c1120;
  --bg3:      #111827;
  --card:     #111827;
  --card2:    #1a2235;
  --gold:     #c9a227;
  --gold-lt:  #e8c15a;
  --gold-dk:  #9a7209;
  --gold-gl:  rgba(201,162,39,0.12);
  --blue:     #4f46e5;
  --blue-lt:  #6366f1;
  --blue-gl:  rgba(79,70,229,0.15);
  --white:    #ffffff;
  --w90:      rgba(255,255,255,0.9);
  --w70:      rgba(255,255,255,0.7);
  --w50:      rgba(255,255,255,0.5);
  --w20:      rgba(255,255,255,0.08);
  --w10:      rgba(255,255,255,0.04);
  --green:    #22c55e;
  --red:      #ef4444;
  --border:   rgba(255,255,255,0.07);
  --border-g: rgba(201,162,39,0.25);

  /* Layout */
  --rad-sm: 8px;
  --rad-md: 14px;
  --rad-lg: 22px;
  --rad-xl: 32px;

  /* Effects */
  --shadow-gold: 0 0 60px rgba(201,162,39,0.15);
  --shadow-blue: 0 0 80px rgba(79,70,229,0.25);
  --trans: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ====== RESET ====== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--w90);
  font-family:'Inter',sans-serif;
  font-size:16px;
  line-height:1.7;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%}

/* ====== CONTAINERS ====== */
.container{max-width:1180px;margin:0 auto;padding:0 28px}
.section{padding:100px 0}

/* ====== ACCENT ====== */
.accent{color:var(--gold)}

/* ====== LABELS ====== */
.section-label{
  display:inline-block;
  font-size:11px;font-weight:700;
  letter-spacing:3px;text-transform:uppercase;
  color:var(--gold);
  padding:6px 14px;
  border:1px solid var(--border-g);
  border-radius:100px;
  background:var(--gold-gl);
  margin-bottom:16px;
}
.section-header{text-align:center;margin-bottom:64px}
.section-header h2{font-size:clamp(28px,4vw,44px);font-weight:800;margin-bottom:12px;line-height:1.2}
.section-header p{font-size:17px;color:var(--w70);max-width:560px;margin:0 auto}

/* ====== BADGE ====== */
.badge{
  display:inline-block;
  background:var(--gold-gl);border:1px solid var(--border-g);
  color:var(--gold);font-size:13px;font-weight:600;
  padding:8px 18px;border-radius:100px;
  margin-bottom:24px;
  animation:pulse 3s ease-in-out infinite;
}
.badge-gold{
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  color:#000;border:none;font-weight:700;
}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(201,162,39,0)}50%{box-shadow:0 0 0 8px rgba(201,162,39,0.08)}}

/* ====== BUTTONS ====== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 26px;border-radius:8px;
  font-weight:700;font-size:15px;
  transition:var(--trans);cursor:pointer;border:none;
  white-space:nowrap;font-family:'Inter',sans-serif;
}
.btn-primary{
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  color:#000;box-shadow:0 4px 24px rgba(201,162,39,0.35);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 36px rgba(201,162,39,0.5)}
.btn-ghost{
  background:transparent;color:var(--w70);
  border:1px solid var(--border);
}
.btn-ghost:hover{border-color:var(--border-g);color:var(--gold)}
.btn-outline{
  background:transparent;color:var(--white);
  border:1px solid var(--border);
}
.btn-outline:hover{border-color:var(--border-g);color:var(--gold);background:var(--gold-gl)}
.btn-nav{
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  color:#000;font-size:13px;padding:10px 20px;border-radius:8px;
}
.btn-lg{padding:16px 36px;font-size:17px}
.btn-full{width:100%;display:flex}

/* ====== NAVBAR ====== */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:100;
  padding:16px 28px;
  background:rgba(7,11,20,0.8);
  backdrop-filter:blur(24px);
  border-bottom:1px solid var(--border);
  transition:var(--trans);
}
.nav-container{
  max-width:1180px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  gap:32px;
}
.logo{font-size:20px;font-weight:800;flex-shrink:0}
.logo span{color:var(--gold)}
.nav-links{display:flex;gap:32px}
.nav-links a{font-size:14px;font-weight:500;color:var(--w70);transition:var(--trans)}
.nav-links a:hover{color:var(--white)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);transition:var(--trans);border-radius:2px}

/* ====== HERO ====== */
.hero{
  min-height:100vh;
  display:flex;flex-direction:column;
  padding-top:80px;
  position:relative;overflow:hidden;
}
.hero-glow{
  position:absolute;
  top:-200px;right:-200px;
  width:700px;height:700px;
  background:radial-gradient(circle,rgba(79,70,229,0.18) 0%,transparent 70%);
  pointer-events:none;
}
.hero>.container{flex:1;display:flex;align-items:center;padding-top:40px;padding-bottom:40px}
.hero-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;align-items:center;
  width:100%;
}
.hero-text h1{
  font-size:clamp(36px,5vw,60px);
  font-weight:900;line-height:1.1;
  letter-spacing:-1.5px;
  margin-bottom:20px;
}
.hero-desc{font-size:17px;color:var(--w70);line-height:1.7;margin-bottom:36px;max-width:500px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.hero-fine{font-size:13px;color:var(--w50)}

/* Hero phone mockup */
.hero-visual{position:relative;display:flex;justify-content:center}
.hero-blob{
  position:absolute;
  top:50%;left:50%;transform:translate(-50%,-50%);
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(79,70,229,0.25) 0%,transparent 70%);
  pointer-events:none;z-index:0;
}
.phone-mockup-hero{
  position:relative;z-index:1;
  width:260px;
  background:var(--card2);
  border:1px solid var(--border);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 24px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05);
  animation:float 4s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.mockup-screen{padding:24px}
.mock-topbar{display:flex;gap:6px;margin-bottom:20px}
.mock-dot{width:10px;height:10px;border-radius:50%;background:var(--w20)}
.mock-label{font-size:12px;color:var(--w50);margin-bottom:4px}
.mock-value{font-size:28px;font-weight:800;color:var(--gold);margin-bottom:20px}
.mock-chart{display:flex;align-items:flex-end;gap:6px;height:80px;margin-bottom:20px}
.bar{flex:1;background:var(--w20);border-radius:4px 4px 0 0;transition:var(--trans)}
.bar.active{background:var(--gold)}
.mock-stats-row{display:flex;gap:0;border:1px solid var(--border);border-radius:var(--rad-sm);overflow:hidden}
.mock-stat{flex:1;padding:10px 8px;text-align:center;border-right:1px solid var(--border)}
.mock-stat:last-child{border-right:none}
.mstat-label{display:block;font-size:9px;color:var(--w50);margin-bottom:2px}
.mstat-val{font-size:12px;font-weight:700}
.mstat-val.green{color:var(--green)}

/* Stats bar */
.stats-bar{
  background:var(--bg2);
  border-top:1px solid var(--border);
}
.stats-inner{
  display:flex;align-items:center;justify-content:center;
  padding:28px 0;gap:0;
}
.stat-item{padding:0 48px;text-align:center}
.stat-item strong{display:block;font-size:30px;font-weight:900;color:var(--gold);line-height:1}
.stat-item span{font-size:13px;color:var(--w50);font-weight:500;margin-top:4px;display:block}
.stat-sep{width:1px;height:48px;background:var(--border)}

/* ====== WHY SECTION ====== */
.section-why{background:var(--bg2)}
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.split-reverse{direction:rtl}
.split-reverse>*{direction:ltr}
.split-text h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;margin-bottom:20px;line-height:1.2}
.split-desc{font-size:17px;color:var(--w70);margin-bottom:32px;line-height:1.7}

/* Visual cards stack */
.visual-card-stack{position:relative;height:340px}
.vcard{
  position:absolute;
  background:var(--card2);border:1px solid var(--border);border-radius:var(--rad-md);
  padding:20px 24px;display:flex;align-items:center;gap:16px;
  box-shadow:var(--shadow-gold);
}
.vcard-main{top:20px;left:0;right:0;border-color:var(--border-g)}
.vcard-side{top:130px;left:30px;right:30px}
.vcard-bottom{top:240px;left:0;right:60px}
.vcard strong{display:block;font-size:15px;font-weight:700;margin-bottom:2px}
.vcard p{font-size:13px;color:var(--w50)}
.vcard-icon{font-size:28px;flex-shrink:0}

/* Why features */
.why-features{display:flex;flex-direction:column;gap:28px}
.why-item{display:flex;gap:18px;align-items:flex-start}
.why-icon{
  width:44px;height:44px;min-width:44px;
  background:var(--gold-gl);border:1px solid var(--border-g);
  border-radius:var(--rad-sm);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;
}
.why-item strong{display:block;font-size:16px;font-weight:700;margin-bottom:4px}
.why-item p{font-size:14px;color:var(--w70);line-height:1.6}

/* ====== STEPS ====== */
.section-steps{background:var(--bg)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-card{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--rad-lg);padding:32px 28px;
  position:relative;overflow:hidden;
  transition:var(--trans);
}
.step-card:hover{transform:translateY(-4px);border-color:var(--border-g)}
.step-card p.step-text{font-size:14px;color:var(--w70);line-height:1.6;margin-bottom:16px}
.step-card strong{font-size:16px;font-weight:700;display:block}
.step-num{
  position:absolute;bottom:20px;right:24px;
  font-size:52px;font-weight:900;
  color:var(--w10);line-height:1;
}
.step-featured{
  background:linear-gradient(135deg,rgba(201,162,39,0.15),rgba(201,162,39,0.05));
  border-color:var(--border-g);
}
.step-featured .step-text,.step-featured strong{color:var(--white)}
.step-featured .step-num{color:rgba(201,162,39,0.15)}

/* ====== TRACK ====== */
.section-track{background:var(--bg2)}
.track-list{display:flex;flex-direction:column;gap:24px}
.track-list>li{display:flex;gap:18px;align-items:flex-start}
.track-icon{
  width:44px;height:44px;min-width:44px;
  background:var(--w10);border:1px solid var(--border);
  border-radius:var(--rad-sm);
  display:flex;align-items:center;justify-content:center;font-size:20px;
}
.track-list strong{display:block;font-size:16px;font-weight:700;margin-bottom:4px}
.track-list p{font-size:14px;color:var(--w70);line-height:1.6}

/* Screens stack */
.screens-stack{position:relative;z-index:1}
.screen-card{
  background:var(--card2);border:1px solid var(--border);
  border-radius:var(--rad-md);padding:20px;
  box-shadow:var(--shadow-gold);
}
.screen-main{margin-bottom:12px}
.screen-mini{margin-left:32px}
.screen-header{font-size:13px;font-weight:700;margin-bottom:16px;color:var(--w70)}
.screen-row{
  display:flex;justify-content:space-between;align-items:center;
  padding:10px 0;border-bottom:1px solid var(--border);
  font-size:14px;color:var(--w70);
}
.screen-row:last-child{border-bottom:none}
.screen-row strong{font-weight:700}
.screen-divider{height:1px;background:var(--border-g);margin:4px 0}
strong.green{color:var(--green)}
strong.red{color:var(--red)}
strong.gold{color:var(--gold)}
.track-blob{
  position:absolute;
  bottom:-60px;right:-60px;
  width:300px;height:300px;
  background:radial-gradient(circle,rgba(79,70,229,0.2) 0%,transparent 70%);
  pointer-events:none;z-index:0;
}

/* ====== GALLERY ====== */
.section-gallery{background:var(--bg)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.gallery-card{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--rad-lg);padding:24px;
  transition:var(--trans);
}
.gallery-card:hover{border-color:var(--border-g);transform:translateY(-6px);box-shadow:var(--shadow-gold)}
.gallery-screen{
  background:var(--bg);border:1px solid var(--border);
  border-radius:var(--rad-md);overflow:hidden;margin-bottom:20px;
  min-height:180px;
}
.gs-header{
  padding:10px 14px;font-size:12px;font-weight:700;
  border-bottom:1px solid var(--border);
}
.accent-bg{background:rgba(201,162,39,0.1);color:var(--gold)}
.green-bg{background:rgba(34,197,94,0.1);color:var(--green)}
.purple-bg{background:rgba(79,70,229,0.1);color:#818cf8}
.orange-bg{background:rgba(249,115,22,0.1);color:#fb923c}

.gs-slot{padding:10px 14px;font-size:12px;border-bottom:1px solid var(--border)}
.gs-slot.confirmed{color:var(--w90)}
.gs-slot.empty{color:var(--w50)}
.gs-data-row{display:flex;justify-content:space-between;padding:8px 14px;font-size:12px;border-bottom:1px solid var(--border)}
.gs-data-row span{color:var(--w70)}
.gs-data-row .green{color:var(--green)}
.gs-data-row .red{color:var(--red)}
.gs-data-row .gold{color:var(--gold)}
.gold-row{background:rgba(201,162,39,0.06)}
.gs-mini-chart{
  display:flex;align-items:flex-end;gap:4px;
  padding:10px 14px;height:50px;
}
.gc{flex:1;background:var(--w10);border-radius:2px}
.gc.active{background:var(--gold)}
.gs-team-row{
  display:flex;align-items:center;gap:10px;
  padding:10px 14px;border-bottom:1px solid var(--border);
}
.gs-team-row strong{display:block;font-size:12px;font-weight:700}
.gs-team-row p{font-size:11px;color:var(--gold)}
.team-avatar{
  width:32px;height:32px;border-radius:50%;
  background:var(--gold-gl);border:1px solid var(--border-g);
  display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:700;color:var(--gold);flex-shrink:0;
}
.gs-portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:10px 14px}
.gs-photo{
  background:var(--w10);border-radius:var(--rad-sm);
  height:44px;display:flex;align-items:center;justify-content:center;
  font-size:22px;
}
.gs-note{padding:8px 14px;font-size:11px;color:var(--w50)}
.gallery-card h3{font-size:16px;font-weight:700;margin-bottom:6px}
.gallery-card>p{font-size:13px;color:var(--w70);line-height:1.5}

/* ====== OFFER ====== */
.section-offer{background:var(--bg2);overflow:hidden}
.offer-card{
  background:linear-gradient(135deg,rgba(201,162,39,0.08),rgba(7,11,20,0)),#111827;
  border:1px solid var(--border-g);
  border-radius:var(--rad-xl);padding:64px;
  display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;
}
.offer-text h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.2;margin-bottom:16px}
.offer-text>p{font-size:16px;color:var(--w70);line-height:1.7;margin-bottom:36px}
.offer-benefits{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}
.ob-item{display:flex;gap:16px;align-items:flex-start}
.ob-item>span{font-size:28px;flex-shrink:0}
.ob-item strong{display:block;font-size:15px;font-weight:700;margin-bottom:2px;color:var(--gold)}
.ob-item p{font-size:14px;color:var(--w70)}
.offer-warning{
  background:rgba(239,68,68,0.06);border:1px solid rgba(239,68,68,0.15);
  border-radius:var(--rad-md);padding:16px 20px;font-size:14px;color:var(--w70)
}
.offer-warning strong{color:var(--white)}

/* Offer phone */
.offer-visual{position:relative;display:flex;justify-content:center;align-items:center}
.offer-blob{
  position:absolute;
  width:350px;height:350px;
  background:radial-gradient(circle,rgba(79,70,229,0.25) 0%,transparent 70%);
  pointer-events:none;z-index:0;
}
.offer-phone{
  position:relative;z-index:1;
  width:240px;
  background:var(--bg3);border:1px solid var(--border);
  border-radius:24px;overflow:hidden;
  box-shadow:0 24px 80px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.04);
  animation:float 4.5s ease-in-out infinite;
}
.op-screen{padding:28px 24px}
.op-badge{
  display:inline-block;
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  color:#000;font-size:11px;font-weight:700;
  padding:4px 12px;border-radius:100px;margin-bottom:20px;
}
.op-price{font-size:36px;font-weight:900;color:var(--gold);line-height:1}
.op-price small{font-size:14px;font-weight:400;color:var(--w50)}
.op-sub{font-size:12px;color:var(--w50);margin-bottom:20px}
.op-divider{height:1px;background:var(--border);margin:16px 0}
.op-row{font-size:13px;padding:6px 0;border-bottom:1px solid var(--border);color:var(--w70)}
.op-row:last-child{border-bottom:none}

/* ====== PRICING ====== */
.section-pricing{background:var(--bg)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}
.pricing-card{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--rad-xl);padding:36px;
  position:relative;transition:var(--trans);
}
.pricing-card:hover{transform:translateY(-4px)}
.pricing-featured{
  background:linear-gradient(135deg,rgba(201,162,39,0.10),var(--card));
  border:2px solid var(--gold);
  box-shadow:var(--shadow-gold);
  transform:scale(1.04);
}
.pricing-featured:hover{transform:scale(1.04) translateY(-4px)}
.pricing-recommended{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  color:#000;font-size:11px;font-weight:700;
  letter-spacing:1px;text-transform:uppercase;
  padding:5px 16px;border-radius:100px;white-space:nowrap;
}
.pricing-tier{font-size:22px;font-weight:800;margin-bottom:6px}
.pricing-period{font-size:12px;font-weight:600;color:var(--w50);letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}
.pricing-old{font-size:14px;color:var(--w50);text-decoration:line-through;margin-bottom:4px}
.pricing-price{font-size:38px;font-weight:900;margin-bottom:6px;line-height:1}
.pricing-price span{font-size:15px;font-weight:400;color:var(--w50)}
.pricing-featured .pricing-price{color:var(--gold)}
.pricing-save{
  display:inline-block;
  background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.2);
  color:var(--green);font-size:12px;font-weight:700;
  padding:4px 12px;border-radius:100px;margin-bottom:20px;
}
.pricing-features{
  border-top:1px solid var(--border);padding:20px 0;
  display:flex;flex-direction:column;gap:12px;margin-bottom:24px;
}
.pricing-features li{font-size:14px;color:var(--w70);display:flex;gap:8px}
.pricing-note{
  text-align:center;margin-top:32px;font-size:14px;color:var(--w50);line-height:1.6;
}

/* ====== FAQ ====== */
.section-faq{background:var(--bg2)}
.faq-layout{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{
  background:var(--card);border:1px solid var(--border);border-radius:var(--rad-md);overflow:hidden;
  transition:var(--trans);
}
.faq-item.open{border-color:var(--border-g)}
.faq-btn{
  width:100%;background:none;border:none;cursor:pointer;
  padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-size:15px;font-weight:600;color:var(--white);
  font-family:'Inter',sans-serif;text-align:left;
}
.faq-ico{
  font-size:22px;color:var(--gold);flex-shrink:0;
  transition:transform 0.25s ease;display:block;
}
.faq-item.open .faq-ico{transform:rotate(45deg)}
.faq-ans{
  max-height:0;overflow:hidden;
  transition:max-height 0.35s ease,padding 0.25s ease;
  padding:0 24px;font-size:14px;color:var(--w70);line-height:1.7;
}
.faq-ans.open{max-height:200px;padding:0 24px 20px}

/* FAQ contact card */
.faq-contact{
  width:260px;
  background:linear-gradient(135deg,rgba(201,162,39,0.08),var(--card));
  border:1px solid var(--border-g);border-radius:var(--rad-xl);
  padding:36px 28px;text-align:center;
  box-shadow:var(--shadow-gold);
  flex-shrink:0;
}
.faq-contact-icon{font-size:44px;margin-bottom:16px}
.faq-contact h3{font-size:17px;font-weight:700;margin-bottom:10px}
.faq-contact p{font-size:14px;color:var(--w70);line-height:1.6;margin-bottom:24px}

/* ====== CTA FINAL ====== */
.section-cta-final{
  background:var(--bg);
  border-top:1px solid var(--border);
  overflow:hidden;
}
.cta-final-layout{
  display:grid;grid-template-columns:1fr 1fr;
  gap:80px;align-items:center;
}
.cta-final-text h2{font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.15;margin-bottom:16px}
.cta-final-text>p{font-size:17px;color:var(--w70);margin-bottom:36px;line-height:1.7}
.cta-final-actions{margin-bottom:28px}
.cta-checklist{display:flex;flex-wrap:wrap;gap:10px}
.cta-checklist span{
  background:var(--w10);border:1px solid var(--border);
  border-radius:100px;padding:8px 16px;font-size:13px;color:var(--w70);
}

/* CTA phones */
.cta-final-visual{position:relative;display:flex;justify-content:center;align-items:center;height:420px}
.cta-blob{
  position:absolute;
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(79,70,229,0.22) 0%,transparent 70%);
  pointer-events:none;z-index:0;
}
.cta-phones{position:relative;z-index:1}
.cta-phone{
  position:absolute;
  width:200px;
  background:var(--bg3);border:1px solid var(--border);
  border-radius:20px;overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.5);
}
.cta-phone-back{
  top:0;left:-40px;
  animation:float 4s ease-in-out infinite;
  z-index:1;
}
.cta-phone-front{
  top:80px;left:80px;
  animation:float 4s ease-in-out infinite 1.5s;
  z-index:2;
  border-color:var(--border-g);
  box-shadow:0 20px 60px rgba(0,0,0,0.5),var(--shadow-gold);
}
.cp-screen{padding:20px 18px}
.cp-title{font-size:12px;color:var(--w50);font-weight:600;margin-bottom:10px}
.cp-item{font-size:12px;padding:6px 0;border-bottom:1px solid var(--border);color:var(--w70)}
.cp-item.empty{color:var(--w50)}
.cp-big{font-size:28px;font-weight:900;color:var(--gold);line-height:1;margin:8px 0}
.cp-badge{
  display:inline-block;
  background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.2);
  color:var(--green);font-size:11px;font-weight:600;
  padding:4px 10px;border-radius:100px;
}

/* ====== FOOTER ====== */
.footer{background:var(--bg2);border-top:1px solid var(--border);padding:64px 0 32px}
.footer-grid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:48px;margin-bottom:48px}
.footer-logo{font-size:22px;font-weight:800;margin-bottom:16px}
.footer-logo span{color:var(--gold)}
.footer-brand>p{font-size:14px;color:var(--w50);line-height:1.7;max-width:300px}
.footer-col h4{font-size:15px;font-weight:700;margin-bottom:14px}
.footer-col>p{font-size:14px;color:var(--w50);line-height:1.6;margin-bottom:16px}
.footer-form{display:flex;gap:8px;flex-wrap:wrap}
.footer-input{
  flex:1;min-width:180px;
  background:var(--bg);border:1px solid var(--border);
  border-radius:8px;padding:12px 16px;
  font-size:14px;color:var(--white);font-family:'Inter',sans-serif;
  outline:none;transition:var(--trans);
}
.footer-input:focus{border-color:var(--border-g)}
.footer-contact-item{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}
.footer-contact-item>span{font-size:22px}
.footer-contact-item strong{display:block;font-size:14px;font-weight:700;margin-bottom:2px}
.footer-contact-item p{font-size:13px;color:var(--w50)}
.footer-bottom{
  border-top:1px solid var(--border);padding-top:24px;
  display:flex;justify-content:center;
}
.footer-bottom p{font-size:13px;color:var(--w50)}

/* ====== SCROLL ANIMATIONS ====== */
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.6s ease,transform 0.6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-28px);transition:opacity 0.6s ease,transform 0.6s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(28px);transition:opacity 0.6s ease,transform 0.6s ease}
.reveal-right.visible{opacity:1;transform:translateX(0)}

/* ====== RESPONSIVE ====== */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:48px;text-align:center}
  .hero-desc,.hero-actions{margin-left:auto;margin-right:auto}
  .hero-visual{justify-content:center}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .offer-card{grid-template-columns:1fr;gap:40px;padding:40px}
  .offer-visual{display:none}
  .faq-layout{grid-template-columns:1fr}
  .faq-contact{width:100%}
  .cta-final-layout{grid-template-columns:1fr;gap:48px;text-align:center}
  .cta-final-visual{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .pricing-grid{grid-template-columns:1fr}
  .pricing-featured{transform:scale(1)}
}
@media(max-width:768px){
  .section{padding:72px 0}
  .navbar{padding:12px 20px}
  .nav-links,.btn-nav{display:none}
  .nav-toggle{display:flex}
  .hero{padding-top:70px}
  .stats-inner{flex-wrap:wrap;gap:24px;justify-content:center}
  .stat-sep{display:none}
  .split-layout,.split-reverse{grid-template-columns:1fr;direction:ltr}
  .steps-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .diff-comparison{grid-template-columns:1fr}
}
