/* ============================================================
   DigitalPowerPack — Main Stylesheet
   ============================================================ */

:root {
  --navy:       #0a1628;
  --navy-2:     #1a2742;
  --gold:       #fbbf24;
  --gold-dark:  #f59e0b;
  --blue:       #1d4ed8;
  --white:      #ffffff;
  --gray-50:    #f8fafc;
  --gray-100:   #f1f5f9;
  --gray-200:   #e2e8f0;
  --gray-400:   #94a3b8;
  --gray-600:   #475569;
  --red:        #ef4444;
  --green:      #10b981;
  --purple:     #8b5cf6;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --radius-full:9999px;
  --shadow:     0 4px 24px rgba(0,0,0,.08);
  --shadow-lg:  0 16px 48px rgba(0,0,0,.14);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Inter',sans-serif;color:var(--navy);background:#fff;line-height:1.6;padding-top:0;overflow-x:hidden;width:100%}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
ul{list-style:none}

/* ── CONTAINERS ── */
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}
.section{padding:5rem 0}
.text-center{text-align:center}
.mt-2{margin-top:2rem}
.mt-3{margin-top:3rem}
.mb-2{margin-bottom:2rem}
.mb-3{margin-bottom:3rem}
.w-full{width:100%}

/* ── BACKGROUNDS ── */
.bg-white{background:#fff}
.bg-gray{background:var(--gray-100)}
.bg-fade{background:linear-gradient(180deg,#fff,var(--gray-100))}
.bg-navy{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff}
.bg-blue{background:linear-gradient(135deg,#1d4ed8,var(--navy))}

/* ── ANNOUNCEMENT BAR ── */
.announce-bar{
  position:fixed;top:0;left:0;right:0;z-index:60;
  background:linear-gradient(90deg,#dc2626,#d97706,#dc2626);
  padding:.55rem 0;overflow:hidden;width:100%;
}
.announce-track{
  display:inline-flex;gap:2rem;white-space:nowrap;
  font-size:.82rem;font-weight:800;color:#fff;letter-spacing:.02em;
  animation:scroll-left 35s linear infinite;
}
@keyframes scroll-left{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* ── NAVIGATION ── */
.main-nav{
  position:fixed;top:35px;left:0;right:0;z-index:50;
  background:rgba(10,22,40,.96);backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);width:100%;
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}
.nav-logo{display:flex;align-items:center;gap:.75rem}
.logo-box{width:42px;height:42px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--navy);font-size:1rem;flex-shrink:0}
.logo-name{font-weight:800;color:#fff;font-size:1.05rem;line-height:1.2}
.logo-sub{font-size:.72rem;color:var(--gold);font-weight:700}
.nav-links{display:flex;align-items:center;gap:1.5rem}
.nav-links a{color:#cbd5e1;font-size:.875rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:var(--gold)}
.btn-nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;color:var(--navy)!important;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-weight:700!important;font-size:.875rem!important}
.btn-nav-login{border:1px solid rgba(255,255,255,.2)!important;padding:.45rem 1.1rem;border-radius:var(--radius-full)}
.btn-nav-login:hover{border-color:var(--gold)!important}
.hamburger{display:none;background:none;border:none;color:#fff;font-size:1.6rem;cursor:pointer;padding:.25rem}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:var(--radius-full);transition:all .25s;cursor:pointer;border:none;font-family:'Inter',sans-serif}
.btn-sm{padding:.45rem 1rem;font-size:.8rem}
.btn-lg{padding:1rem 2rem;font-size:1rem}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy)}
.btn-gold:hover{box-shadow:0 8px 28px rgba(251,191,36,.5);transform:translateY(-2px)}
.btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.2)}
.btn-ghost:hover{background:rgba(255,255,255,.2)}
.btn-dark{background:linear-gradient(135deg,#374151,#1f2937);color:#fff}
.btn-dark:hover{box-shadow:0 8px 24px rgba(0,0,0,.3);transform:translateY(-2px)}

/* ── BADGES ── */
.badge{display:inline-block;background:rgba(251,191,36,.15);color:#92400e;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}
.badge-gold{background:rgba(251,191,36,.2);color:var(--gold);border:1px solid rgba(251,191,36,.3)}

/* ── SECTION HEADINGS ── */
.section-head{text-align:center;margin-bottom:4rem}
.section-title{font-size:clamp(1.75rem,4vw,3.25rem);font-weight:900;line-height:1.2;color:var(--navy);margin-bottom:1rem}
.section-desc{font-size:1.1rem;color:var(--gray-600);max-width:680px;margin:0 auto}
.hl{background:linear-gradient(135deg,var(--gold),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ── ANIMATIONS ── */
.fade-in{opacity:0;transform:translateY(28px);transition:.7s cubic-bezier(.4,0,.2,1)}
.fade-in.visible{opacity:1;transform:none}
.scale-in{opacity:0;transform:scale(.95);transition:.7s cubic-bezier(.4,0,.2,1)}
.scale-in.visible{opacity:1;transform:scale(1)}

/* ── HERO ── */
.hero{padding:10rem 0 5rem;background:linear-gradient(180deg,var(--navy) 0%,var(--navy-2) 100%);position:relative;overflow:hidden;width:100%;max-width:100vw}
.hero-blob{position:absolute;border-radius:50%;pointer-events:none}
.hero-blob-1{top:-10%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(251,191,36,.1),transparent 70%);animation:float 18s ease-in-out infinite}
.hero-blob-2{bottom:-15%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.1),transparent 70%);animation:float 14s ease-in-out infinite reverse}
@keyframes float{0%,100%{transform:translate(0,0)}50%{transform:translate(-15px,20px)}}
.hero-inner{text-align:center;max-width:960px;margin:0 auto;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.6rem 1.4rem;background:rgba(251,191,36,.15);border:1px solid rgba(251,191,36,.3);border-radius:var(--radius-full);font-size:.88rem;font-weight:700;color:var(--gold);margin-bottom:2rem;flex-wrap:wrap;justify-content:center}
.avatar-stack{display:flex;align-items:center}
.avatar-stack img{width:36px;height:36px;border-radius:50%;border:2px solid var(--gold);object-fit:cover;margin-left:-12px;transition:transform .2s;position:relative}
.avatar-stack img:first-child{margin-left:0}
.avatar-stack img:hover{transform:translateY(-4px) scale(1.1);z-index:5}
.hero-title{font-size:clamp(2rem,6vw,4.75rem);font-weight:900;color:#fff;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}
.hero-desc{font-size:clamp(.95rem,2vw,1.35rem);color:#94a3b8;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}
.hero-desc strong{color:var(--gold)}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}
.hero-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.hero-card{background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border:1px solid rgba(251,191,36,.2);border-radius:var(--radius-lg);padding:1.5rem;transition:.35s;text-align:center}
.hero-card:hover{background:rgba(255,255,255,.09);border-color:var(--gold);transform:translateY(-6px)}
.hero-card-icon{width:60px;height:60px;background:rgba(251,191,36,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto .75rem}
.hero-card h3{font-weight:700;color:#fff;font-size:.95rem;margin-bottom:.25rem}
.hero-card p{font-size:.8rem;color:#94a3b8}

/* ── TRUST STRIP ── */
.trust-strip{padding:2.5rem 0;background:#fff;border-bottom:1px solid var(--gray-200)}
.trust-label{text-align:center;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:1.5rem}
.trust-logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}
.trust-logos span{font-weight:700;font-size:1.1rem;color:var(--gray-200);transition:.2s;cursor:default}
.trust-logos span:hover{color:var(--gold)}

/* ── VALUE CARDS ── */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.value-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;transition:.35s}
.value-card:hover{border-color:var(--gold);transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.value-icon{width:64px;height:64px;background:rgba(251,191,36,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.25rem}
.value-card h3{font-size:1.35rem;font-weight:800;color:var(--navy);margin-bottom:.5rem}
.value-card p{color:var(--gray-600);line-height:1.75}

/* ── GUARANTEE ── */
.guarantee-box{background:rgba(255,255,255,.05);backdrop-filter:blur(12px);border:1px solid rgba(251,191,36,.2);border-radius:var(--radius-xl);padding:2.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.guarantee-left,.guarantee-right{flex:1;min-width:240px}
.guarantee-badge-wrap{display:inline-flex;align-items:center;gap:.5rem;background:rgba(251,191,36,.15);border:1px solid rgba(251,191,36,.3);color:var(--gold);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-weight:700;font-size:.95rem;margin-bottom:1.25rem;flex-wrap:wrap}
.guarantee-left h3{font-size:1.75rem;font-weight:900;color:#fff;line-height:1.2;margin-bottom:.75rem}
.guarantee-left p{color:#94a3b8;line-height:1.75}
.check-item{color:#fff;font-weight:500;padding:.3rem 0;font-size:.95rem}

/* ── BUILD SECTION ── */
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.build-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;display:flex;gap:1.5rem;transition:.35s;align-items:flex-start}
.build-card:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.build-icon{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;border:2px solid transparent}
.build-icon-gold{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.25)}
.build-icon-blue{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.2)}
.build-icon-green{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.2)}
.build-icon-purple{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.2)}
.build-body h3{font-size:1.2rem;font-weight:800;color:var(--navy)}
.build-title-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;flex-wrap:wrap}
.build-badge{font-size:.68rem;font-weight:700;padding:.15rem .55rem;border-radius:var(--radius-full);text-transform:uppercase;border:1px solid transparent;white-space:nowrap}
.build-badge-gold{background:rgba(251,191,36,.15);color:#92400e;border-color:rgba(251,191,36,.3)}
.build-badge-blue{background:rgba(59,130,246,.12);color:#1d4ed8;border-color:rgba(59,130,246,.25)}
.build-badge-green{background:rgba(16,185,129,.12);color:#059669;border-color:rgba(16,185,129,.25)}
.build-badge-purple{background:rgba(139,92,246,.12);color:#7c3aed;border-color:rgba(139,92,246,.25)}
.build-body p{color:var(--gray-600);font-size:.95rem;line-height:1.7;margin-bottom:.75rem}
.build-features{display:flex;gap:1.25rem;flex-wrap:wrap}
.build-features span{font-size:.8rem;color:var(--gray-400)}
.studio-banner{background:linear-gradient(135deg,var(--navy),var(--navy-2));border-radius:var(--radius-xl);padding:2.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-top:2rem;position:relative;overflow:hidden}
.studio-left,.studio-right{flex:1;min-width:240px}
.studio-left h3{font-size:1.75rem;font-weight:900;color:#fff;line-height:1.2;margin-bottom:.75rem}
.studio-left p{color:#94a3b8;line-height:1.75}

/* ── PRODUCTS ── */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.product-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:.35s;display:flex;flex-direction:column}
.product-card:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.product-thumb{background:linear-gradient(135deg,var(--navy),var(--navy-2));height:150px;display:flex;align-items:center;justify-content:center;font-size:4rem;position:relative}
.sale-badge{position:absolute;top:8px;right:8px;background:var(--red);color:#fff;font-size:.68rem;font-weight:800;padding:.2rem .5rem;border-radius:var(--radius-full)}
.product-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}
.product-cat{font-size:.72rem;font-weight:700;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.05em}
.product-body h3{font-size:.95rem;font-weight:800;color:var(--navy);margin:.25rem 0 .4rem;line-height:1.3}
.product-body h3 a{color:inherit}
.product-body p{font-size:.8rem;color:var(--gray-400);flex:1;margin-bottom:.75rem}
.product-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}
.product-price{font-size:1.2rem;font-weight:900;color:var(--navy)}
.product-old{font-size:.8rem;color:var(--gray-400);text-decoration:line-through;margin-left:.25rem}

/* ── PLR ── */
.plr-card{background:rgba(255,255,255,.05);border:1px solid rgba(251,191,36,.2);border-radius:var(--radius-lg);padding:2rem;transition:.35s}
.plr-card:hover{background:rgba(255,255,255,.09);border-color:var(--gold);transform:translateY(-5px)}
.plr-num{width:52px;height:52px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.35rem;margin-bottom:1rem}
.plr-card h3{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:.5rem}
.plr-card p{color:#94a3b8;line-height:1.75}

/* ── PRICING ── */
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}
.pricing-card{background:linear-gradient(135deg,var(--gray-50),#fff);border:2px solid var(--gray-200);border-radius:var(--radius-xl);padding:2.5rem;transition:.35s;position:relative}
.pricing-card:hover{border-color:var(--gold-dark);box-shadow:var(--shadow-lg);transform:translateY(-5px)}
.pricing-featured{border:3px solid var(--gold);background:linear-gradient(135deg,#fffbeb,#fff)}
.pricing-badge-top{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);padding:.35rem 1.25rem;border-radius:var(--radius-full);font-weight:800;font-size:.82rem;white-space:nowrap}
.pricing-card h3{font-size:1.5rem;font-weight:900;color:var(--navy);margin-bottom:.35rem;text-align:center}
.pricing-sub{text-align:center;color:var(--gray-600);margin-bottom:1.25rem}
.pricing-price{display:flex;align-items:flex-end;justify-content:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}
.price-amount{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:var(--navy);line-height:1}
.price-period{color:var(--gray-400);margin-bottom:.4rem}
.pricing-save{text-align:center;background:rgba(239,68,68,.1);color:#dc2626;font-size:.85rem;font-weight:700;padding:.35rem .75rem;border-radius:var(--radius-full);display:inline-block;margin:0 auto .75rem;width:100%}
.pricing-features{margin:1.5rem 0}
.pricing-features li{padding:.45rem 0;color:var(--gray-600);font-size:.95rem;border-bottom:1px solid var(--gray-100)}
.pricing-features li:last-child{border:none}

/* ── CALCULATOR ── */
.calc-box{background:rgba(255,255,255,.1);backdrop-filter:blur(12px);border:1px solid rgba(251,191,36,.2);border-radius:var(--radius-xl);padding:2.5rem}
.calc-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}
.calc-field label{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#fff;margin-bottom:.75rem;font-size:.95rem;flex-wrap:wrap;gap:.25rem}
.calc-val{font-size:1.5rem;font-weight:900;color:var(--gold)}
.calc-field input[type=range]{width:100%;height:8px;border-radius:var(--radius-full);background:rgba(255,255,255,.15);outline:none;-webkit-appearance:none;cursor:pointer}
.calc-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));cursor:pointer;box-shadow:0 2px 8px rgba(251,191,36,.5)}
.calc-field input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));cursor:pointer;border:none}
.calc-field select{width:100%;padding:.875rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(251,191,36,.3);border-radius:var(--radius);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;outline:none}
.calc-result{background:rgba(251,191,36,.08);border:2px solid rgba(251,191,36,.25);border-radius:var(--radius-lg);padding:2rem;text-align:center;margin-bottom:1.5rem}
.calc-result>p{font-size:1rem;font-weight:600;color:#94a3b8;margin-bottom:.75rem}
.calc-big{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;background:linear-gradient(135deg,var(--gold),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1.5rem}
.calc-subs{display:flex;justify-content:center;gap:2rem;padding-top:1.25rem;border-top:1px solid rgba(251,191,36,.2);flex-wrap:wrap}
.calc-sub-num{font-size:1.75rem;font-weight:900;color:var(--gold)}
.calc-sub-label{font-size:.85rem;color:#94a3b8;margin-top:.2rem}

/* ── STATS ── */
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.stat-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;transition:.35s}
.stat-card:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.stat-icon{font-size:2.5rem;margin-bottom:.75rem}
.stat-num{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}
.stat-label{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}
.stat-sub{font-size:.85rem;color:var(--gray-400)}

/* ── HOW IT WORKS ── */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.step-card{text-align:center;padding:1.5rem}
.step-icon{width:76px;height:76px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;box-shadow:0 8px 24px rgba(251,191,36,.3)}
.step-num{font-size:.82rem;font-weight:800;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}
.step-card h3{font-size:1.1rem;font-weight:800;color:var(--navy);margin-bottom:.4rem}
.step-card p{font-size:.875rem;color:var(--gray-600);line-height:1.65}

/* ── TESTIMONIALS ── */
.testimonial-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;transition:.35s;display:flex;flex-direction:column}
.testimonial-card:hover{border-color:var(--gold);transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.stars{color:var(--gold);font-size:1.1rem;margin-bottom:1rem}
.testimonial-text{font-size:.95rem;color:var(--gray-600);line-height:1.8;flex:1;margin-bottom:1.25rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:.875rem;padding-top:1rem;border-top:2px solid var(--gray-200)}
.testimonial-author img{width:52px;height:52px;border-radius:50%;border:3px solid var(--gold);object-fit:cover;flex-shrink:0}
.author-name{font-weight:800;color:var(--navy);font-size:.95rem}
.author-role{font-size:.8rem;color:var(--gray-400)}

/* ── CTA ── */
.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(251,191,36,.1),transparent 70%);pointer-events:none}

/* ── FOOTER ── */
.site-footer{background:var(--navy);color:#64748b;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}
.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.footer-tagline{font-size:.875rem;line-height:1.6}
.site-footer h4{font-weight:700;color:#fff;font-size:.95rem;margin-bottom:1rem}
.site-footer ul li{margin-bottom:.5rem}
.site-footer a{font-size:.875rem;color:#64748b;transition:color .2s}
.site-footer a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;text-align:center;font-size:.82rem}
.footer-bottom a{color:#64748b;transition:color .2s}
.footer-bottom a:hover{color:var(--gold)}

/* ── FORMS ── */
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;color:var(--navy);margin-bottom:.4rem;font-size:.9rem}
.form-control{width:100%;padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius);font-family:'Inter',sans-serif;font-size:.95rem;color:var(--navy);transition:border-color .2s;outline:none;background:#fff}
.form-control:focus{border-color:var(--gold)}
.form-control.error{border-color:var(--red)}
.error-msg{color:var(--red);font-size:.8rem;margin-top:.25rem}
.alert{padding:1rem 1.25rem;border-radius:var(--radius);font-weight:600;margin-bottom:1.25rem;font-size:.9rem}
.alert-success{background:rgba(16,185,129,.1);color:#059669;border:1px solid rgba(16,185,129,.25)}
.alert-error{background:rgba(239,68,68,.1);color:#dc2626;border:1px solid rgba(239,68,68,.25)}
.alert-warning{background:rgba(251,191,36,.1);color:#92400e;border:1px solid rgba(251,191,36,.25)}

/* ── PAGE HERO (sub-pages) ── */
.page-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,var(--navy),var(--navy-2));text-align:center;color:#fff}
.page-hero h1{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:900;margin-bottom:.75rem}
.page-hero p{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto}

/* ── ABOUT PAGE ── */
.page-shell{padding:4rem 0}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.metric-box{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;text-align:center}
.metric-box strong{display:block;font-size:2rem;font-weight:900;color:var(--navy);line-height:1}
.metric-box span{font-size:.9rem;color:var(--gray-600);margin-top:.35rem;display:block}
.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.content-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-xl);padding:2.5rem}
.info-list{display:flex;flex-direction:column;gap:1.25rem}
.info-item{display:flex;gap:1rem;align-items:flex-start}
.info-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}
.info-item strong{display:block;font-weight:800;color:var(--navy);margin-bottom:.2rem}
.info-item p{font-size:.9rem;color:var(--gray-600);line-height:1.65;margin:0}

/* ── FOUNDER / STORY SECTION ── */
.story-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1.75rem 2rem;margin-bottom:2.5rem}
.story-lead{font-size:1.05rem;color:#cbd5e1;line-height:1.85;margin-bottom:1rem}
.story-card p{color:#94a3b8;line-height:1.8}
.founders-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}
.founder-card{text-align:center}
.founder-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--gold,#f59e0b),#f97316);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:900;color:#fff;margin:0 auto .75rem}
.founder-name{font-weight:800;color:#f8fafc;font-size:1.05rem}
.founder-title{font-size:.82rem;color:#94a3b8;margin-top:.25rem}
.founder-divider{font-size:2rem;font-weight:900;color:var(--gold,#f59e0b)}
.story-body{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}
.story-block{display:flex;gap:1.25rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem 1.75rem}
.story-block-icon{font-size:1.75rem;flex-shrink:0;margin-top:.15rem}
.story-block h3{font-weight:800;color:#f8fafc;font-size:1.05rem;margin-bottom:.6rem}
.story-block p{color:#94a3b8;line-height:1.8;margin:0}
.story-advantages{display:flex;flex-wrap:wrap;gap:.6rem .75rem;margin-top:1rem}
.story-advantages span{background:rgba(245,158,11,.15);border:1px solid rgba(245,158,11,.3);color:#fcd34d;font-size:.85rem;font-weight:600;padding:.3rem .75rem;border-radius:20px}
.story-cta{text-align:center;background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.25);border-radius:14px;padding:2.5rem 2rem}
.story-cta p{color:#cbd5e1;font-size:1.05rem;line-height:1.8;margin-bottom:.5rem}
.story-cta-sub{font-weight:700;color:#fcd34d !important;font-size:1.1rem !important}

/* ── WHY 99% FAIL SECTION ── */
.fail-story{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:2.25rem 2.5rem;margin-bottom:2rem}
.fail-story-text p{color:#94a3b8;line-height:1.9;margin-bottom:1.1rem;font-size:1rem}
.fail-story-text p:last-child{margin-bottom:0}
.fail-divider{height:1px;background:rgba(255,255,255,.1);margin:1.75rem 0}
.fail-story-cta{text-align:center}
.fail-cta-line{color:#94a3b8;font-size:1rem;margin-bottom:.4rem}
.fail-cta-bold{color:#f8fafc;font-size:1.15rem;font-weight:800;margin-bottom:.5rem}
.fail-cta-sub{color:#fcd34d;font-weight:700;font-size:1rem}
.fail-stats{display:flex;align-items:center;justify-content:center;background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.2);border-radius:14px;padding:1.75rem 2rem;flex-wrap:wrap;gap:1rem}
.fail-stat{text-align:center;flex:1;min-width:140px}
.fail-stat-num{display:block;font-size:2.2rem;font-weight:900;color:var(--gold,#f59e0b);line-height:1}
.fail-stat-label{display:block;font-size:.82rem;color:#94a3b8;margin-top:.4rem;line-height:1.5}
.fail-stat-divider{width:1px;height:60px;background:rgba(255,255,255,.12);flex-shrink:0}

/* ── LEGAL PAGES ── */
.legal-box{background:#f8fafc;border-left:4px solid var(--gold,#f59e0b);padding:1.5rem 1.75rem;border-radius:8px;margin-bottom:2.5rem}
.legal-updated{font-size:.85rem;color:#64748b;margin-bottom:.75rem}
.legal-section{margin-bottom:2.25rem;padding-bottom:2.25rem;border-bottom:1px solid #e2e8f0}
.legal-section:last-of-type{border-bottom:none}
.legal-section h2{font-size:1.15rem;font-weight:800;color:var(--navy,#0f172a);margin-bottom:.85rem;display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}
.legal-num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--gold,#f59e0b);color:#fff;border-radius:50%;font-size:.85rem;font-weight:900;flex-shrink:0}
.legal-section p{color:#475569;line-height:1.8;margin-bottom:.75rem}
.legal-list{list-style:none;padding:0;margin:.5rem 0 0}
.legal-list li{color:#475569;line-height:1.8;padding:.25rem 0 .25rem 1.5rem;position:relative}
.legal-list li::before{content:'→';position:absolute;left:0;color:var(--gold,#f59e0b);font-weight:700}
.legal-link{color:var(--gold,#f59e0b);font-weight:600;text-decoration:none}
.legal-link:hover{text-decoration:underline}
.legal-nav-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.5rem}
.policy-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1rem}
.policy-item-red{background:#fff5f5;border-color:#fecaca}
.policy-item-head{font-weight:800;color:var(--navy,#0f172a);margin-bottom:.6rem;font-size:1rem}
.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:.5rem}
.timeline-item{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:1.1rem 1.25rem;text-align:center}
.timeline-day{font-weight:900;font-size:1.05rem;color:#16a34a;margin-bottom:.4rem}
.timeline-desc{font-size:.85rem;color:#475569;line-height:1.6}

/* ── DASHBOARD ── */
.dash-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;padding-top:35px}
.dash-sidebar{background:var(--navy);padding:1.5rem 0;position:sticky;top:35px;height:calc(100vh - 35px);overflow-y:auto}
.dash-sidebar-logo{padding:1rem 1.5rem 1.75rem;border-bottom:1px solid rgba(255,255,255,.06)}
.dash-nav-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.5rem;color:#94a3b8;font-size:.9rem;font-weight:500;transition:all .2s;cursor:pointer;border:none;background:none;width:100%;text-align:left}
.dash-nav-item:hover,.dash-nav-item.active{color:#fff;background:rgba(251,191,36,.1)}
.dash-nav-item.active{border-left:3px solid var(--gold);color:var(--gold)}
.dash-nav-item span.icon{font-size:1.1rem;width:22px;text-align:center}
.dash-content{padding:2rem;background:var(--gray-100);overflow-y:auto}
.dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.dash-header h1{font-size:1.75rem;font-weight:900;color:var(--navy)}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}
.kpi-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:center;gap:1rem}
.kpi-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}
.kpi-label{font-size:.8rem;color:var(--gray-400);font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.kpi-value{font-size:1.75rem;font-weight:900;color:var(--navy);line-height:1.1}
.kpi-sub{font-size:.75rem;color:var(--green);font-weight:600;margin-top:.1rem}
.card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.5rem}
.card-head{padding:1.25rem 1.5rem;border-bottom:2px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.card-head h3{font-size:1.05rem;font-weight:800;color:var(--navy)}
.card-body{padding:1.5rem}
.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:collapse;font-size:.875rem}
th{padding:.75rem 1rem;text-align:left;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);background:var(--gray-50);border-bottom:2px solid var(--gray-200)}
td{padding:.875rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-600);vertical-align:middle}
tr:last-child td{border:none}
tr:hover td{background:var(--gray-50)}
.badge-status{padding:.2rem .65rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.badge-completed{background:rgba(16,185,129,.12);color:#059669}
.badge-pending{background:rgba(251,191,36,.15);color:#92400e}
.badge-refunded{background:rgba(239,68,68,.12);color:#dc2626}
.badge-master{background:rgba(251,191,36,.15);color:#92400e;border:1px solid rgba(251,191,36,.3)}
.badge-starter{background:rgba(59,130,246,.12);color:#1d4ed8;border:1px solid rgba(59,130,246,.2)}
.btn-action{padding:.35rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:700;cursor:pointer;border:none;transition:.2s}
.btn-edit{background:rgba(59,130,246,.1);color:#1d4ed8}
.btn-edit:hover{background:rgba(59,130,246,.2)}
.btn-delete{background:rgba(239,68,68,.1);color:#dc2626}
.btn-delete:hover{background:rgba(239,68,68,.2)}

/* ── CHECKOUT ── */
.checkout-layout{display:grid;grid-template-columns:1fr 420px;gap:2.5rem;max-width:1100px;margin:0 auto;padding:0 1.5rem}
.checkout-form-box,.checkout-summary-box{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-xl);padding:2.5rem}
.checkout-summary-box{position:sticky;top:120px;height:fit-content}
.plan-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:var(--gray-100);border-radius:var(--radius);padding:.35rem;margin-bottom:1.5rem}
.plan-btn{padding:.6rem;border-radius:calc(var(--radius) - 2px);border:none;font-weight:700;font-size:.875rem;cursor:pointer;transition:.2s;background:transparent;color:var(--gray-600)}
.plan-btn.active{background:#fff;color:var(--navy);box-shadow:0 2px 8px rgba(0,0,0,.08)}
.summary-price-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--gray-100);font-size:.9rem;color:var(--gray-600)}
.summary-total{display:flex;justify-content:space-between;padding:1rem 0;font-weight:900;font-size:1.25rem;color:var(--navy);border-top:2px solid var(--gray-200);margin-top:.5rem}

/* ── LOGIN ── */
.auth-wrap{min-height:100vh;background:linear-gradient(135deg,var(--navy),var(--navy-2));display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 2rem}
.auth-box{background:#fff;border-radius:var(--radius-xl);padding:2.5rem;width:100%;max-width:460px;box-shadow:0 32px 80px rgba(0,0,0,.3)}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:var(--gray-100);border-radius:var(--radius);padding:.35rem;margin-bottom:2rem}
.auth-tab{padding:.65rem;border-radius:calc(var(--radius) - 2px);border:none;font-weight:700;cursor:pointer;font-size:.9rem;background:transparent;color:var(--gray-600);transition:.2s}
.auth-tab.active{background:#fff;color:var(--navy);box-shadow:0 2px 8px rgba(0,0,0,.08)}

/* ── SHOP ── */
.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}
.shop-sidebar{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:120px}
.filter-group{margin-bottom:1.5rem}
.filter-group h4{font-size:.82rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}
.filter-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;cursor:pointer;font-size:.875rem;color:var(--gray-600)}
.filter-item input{accent-color:var(--gold)}
.search-bar{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}
.search-bar .form-control{flex:1;min-width:200px}

/* ── PURCHASE POPUP ── */
.purchase-popup{
  position:fixed;bottom:20px;left:20px;background:#ffffff;
  border-radius:10px;padding:15px 18px;box-shadow:0 10px 30px rgba(0,0,0,.15);
  font-size:14px;z-index:9999;max-width:300px;display:none;
  animation:popupSlide .5s ease;font-family:Arial,sans-serif;
}
.purchase-popup strong{color:#0f172a}
.purchase-popup small{display:block;color:#64748b;margin-top:4px;font-size:12px}
@keyframes popupSlide{
  from{opacity:0;transform:translateY(40px)}
  to{opacity:1;transform:translateY(0)}
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* ── TABLET LANDSCAPE (≤1100px) ── */
@media(max-width:1100px){
  .grid-4,.hero-cards{grid-template-columns:repeat(2,1fr)}
  .kpi-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
  .shop-layout{grid-template-columns:1fr}
  .shop-sidebar{position:relative;top:0}
  .timeline-grid{grid-template-columns:repeat(2,1fr)}
}

/* ── TABLET PORTRAIT (≤900px) ── */
@media(max-width:900px){
  .section{padding:3.5rem 0}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-2{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr;max-width:460px}
  .calc-inputs{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:repeat(3,1fr)}
  .checkout-layout{grid-template-columns:1fr}
  .checkout-summary-box{position:relative;top:0}
  .dash-layout{grid-template-columns:1fr}
  .dash-sidebar{position:relative;top:0;height:auto}
  .metric-grid{grid-template-columns:repeat(3,1fr)}
  .content-grid{grid-template-columns:1fr}
  .guarantee-box,.studio-banner{flex-direction:column;gap:1.5rem}
  .guarantee-left h3,.studio-left h3{font-size:1.5rem}
  .fail-stats{gap:.75rem}
  .fail-stat-divider{display:none}
  .story-block{flex-direction:column;gap:.75rem}
  .story-block-icon{margin-top:0}
}

/* ── MOBILE (≤640px) ── */
@media(max-width:640px){
  /* Layout */
  .container{padding:0 1rem}
  .section{padding:3rem 0}

  /* Grids → single column */
  .grid-3,.grid-4,.hero-cards,.stats-grid,.steps-grid,
  .metric-grid,.content-grid,.timeline-grid{grid-template-columns:1fr}

  /* Nav */
  .nav-links{
    display:none;position:fixed;top:99px;left:0;right:0;
    background:rgba(10,22,40,.98);flex-direction:column;
    padding:1.5rem;gap:1rem;z-index:49;
    border-bottom:1px solid rgba(255,255,255,.1);
    max-height:calc(100vh - 99px);overflow-y:auto;
  }
  .nav-links.open{display:flex}
  .hamburger{display:block}

  /* Hero */
  .hero{padding:7rem 0 3rem}
  .hero-title{font-size:2rem;letter-spacing:-.01em}
  .hero-desc{font-size:.95rem}
  .hero-btns{flex-direction:column;align-items:center;margin-bottom:2.5rem}
  .hero-btns .btn{width:100%;max-width:340px}
  .hero-badge{font-size:.78rem;padding:.5rem 1rem}
  .avatar-stack img{width:30px;height:30px}

  /* Section headings */
  .section-head{margin-bottom:2.5rem}
  .section-title{font-size:1.65rem}
  .section-desc{font-size:.95rem}

  /* Cards */
  .hero-card{padding:1.25rem}
  .value-card{padding:1.5rem}
  .build-card{flex-direction:column;gap:1rem;padding:1.5rem}
  .plr-card{padding:1.5rem}
  .stat-card{padding:2rem 1.5rem}
  .step-card{padding:1.25rem}
  .testimonial-card{padding:1.5rem}
  .pricing-card{padding:2rem 1.5rem}

  /* Guarantee / Studio banner */
  .guarantee-box,.studio-banner{flex-direction:column;gap:1.25rem;padding:1.75rem}
  .guarantee-left h3,.studio-left h3{font-size:1.4rem}
  .guarantee-left,.guarantee-right,
  .studio-left,.studio-right{min-width:unset;width:100%}

  /* PLR grid */
  .grid-2{grid-template-columns:1fr}

  /* Calculator */
  .calc-box{padding:1.5rem}
  .calc-inputs{grid-template-columns:1fr}
  .calc-big{font-size:2.5rem}
  .calc-subs{gap:1.25rem}

  /* Pricing */
  .pricing-grid{max-width:100%}
  .price-amount{font-size:2.5rem}

  /* Footer */
  .footer-grid{grid-template-columns:1fr;gap:1.75rem}
  .footer-bottom p{font-size:.78rem}
  .footer-bottom a{display:inline-block;margin:.15rem 0}

  /* Dashboard */
  .kpi-grid{grid-template-columns:1fr 1fr}
  .dash-content{padding:1.25rem}
  .dash-header h1{font-size:1.4rem}

  /* Checkout */
  .checkout-layout{grid-template-columns:1fr;padding:0 1rem}
  .checkout-form-box,.checkout-summary-box{padding:1.5rem}

  /* About page */
  .page-hero{padding:6rem 0 2.5rem}
  .page-hero h1{font-size:1.75rem}
  .page-shell{padding:2.5rem 0}
  .metric-box strong{font-size:1.6rem}
  .content-card{padding:1.75rem}
  .info-item{gap:.75rem}

  /* Founder/story section */
  .story-card{padding:1.25rem 1.5rem}
  .story-lead{font-size:.95rem}
  .founders-row{gap:1.25rem}
  .founder-avatar{width:60px;height:60px;font-size:1.5rem}
  .founder-divider{font-size:1.5rem}
  .story-block{padding:1.25rem;gap:.75rem}
  .story-cta{padding:1.75rem 1.25rem}
  .story-cta p{font-size:.95rem}

  /* Why 99% Fail */
  .fail-story{padding:1.5rem}
  .fail-story-text p{font-size:.93rem}
  .fail-stats{padding:1.25rem 1rem;flex-direction:column;gap:1rem}
  .fail-stat-divider{display:none}
  .fail-stat-num{font-size:1.8rem}
  .fail-cta-bold{font-size:1rem}

  /* Legal pages */
  .legal-box{padding:1.25rem}
  .legal-section h2{font-size:1.05rem}
  .legal-nav-links{flex-direction:column}
  .legal-nav-links .btn{width:100%;text-align:center}
  .policy-item{padding:1rem 1.25rem}
  .timeline-grid{grid-template-columns:1fr 1fr}

  /* Purchase popup */
  .purchase-popup{left:10px;right:10px;max-width:calc(100% - 20px);bottom:15px;font-size:13px}

  /* Announce bar */
  .announce-track{font-size:.72rem;gap:1.25rem}

  /* Fix nav top on mobile — announce bar is shorter on small screens */
  .main-nav{top:30px}
  .nav-links{top:94px;max-height:calc(100vh - 94px)}

  /* Prevent any section from overflowing horizontally */
  section, .section, .hero, .trust-strip{max-width:100vw;overflow-x:hidden}
  .hero-blob-1{width:280px;height:280px;right:-5%}
  .hero-blob-2{width:220px;height:220px;left:-5%}
}

/* ── SMALL MOBILE (≤400px) ── */
@media(max-width:400px){
  .hero-title{font-size:1.75rem}
  .section-title{font-size:1.5rem}
  .kpi-grid{grid-template-columns:1fr}
  .timeline-grid{grid-template-columns:1fr}
  .price-amount{font-size:2rem}
  .calc-big{font-size:2rem}
  .btn-lg{padding:.875rem 1.5rem;font-size:.9rem}
  .stat-num{font-size:2.5rem}
  .story-advantages span{font-size:.78rem}
  .auth-box{padding:1.75rem 1.25rem}
}