/* ==========================================================================
   ClearScan Subsite — dev.willpowerpcs.com
   Will Power PCs branding · Static site
   ========================================================================== */

/* --- Reset & Base --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --clr-primary:#1a3a6c;
  --clr-primary-light:#254d8e;
  --clr-accent:#e84c0e;
  --clr-accent-hover:#d14008;
  --clr-text:#1e2532;
  --clr-text-muted:#576275;
  --clr-bg:#f5f7fa;
  --clr-white:#ffffff;
  --clr-border:#dde3ed;
  --clr-success:#16a34a;
  --font-body:'Inter',system-ui,-apple-system,sans-serif;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08);
  --shadow-md:0 4px 12px rgba(0,0,0,.1);
  --shadow-lg:0 8px 24px rgba(0,0,0,.12);
  --radius:8px;
  --radius-lg:12px;
  --max-w:1100px;
}

html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--clr-text);line-height:1.6;background:var(--clr-white)}
img{max-width:100%;display:block}
a{color:var(--clr-primary);text-decoration:none}
a:hover{color:var(--clr-accent)}

.container{width:90%;max-width:var(--max-w);margin:0 auto}

/* --- Buttons --- */
.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;text-align:center;transition:all .2s ease;cursor:pointer;border:none}
.btn-primary{background:var(--clr-accent);color:var(--clr-white)}
.btn-primary:hover{background:var(--clr-accent-hover);color:var(--clr-white);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-outline{background:transparent;color:var(--clr-white);border:2px solid var(--clr-white)}
.btn-outline:hover{background:var(--clr-white);color:var(--clr-primary)}
.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}

/* --- Header --- */
.site-header{background:var(--clr-white);border-bottom:1px solid var(--clr-border);padding:1rem 0;position:sticky;top:0;z-index:100}
.site-header .container{display:flex;align-items:center;justify-content:space-between}
.site-logo{display:flex;align-items:center;gap:.75rem}
.site-logo-icon{width:36px;height:36px;background:var(--clr-primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}
.site-logo-icon svg{width:20px;height:20px;fill:var(--clr-white)}
.site-logo-text{font-size:1.25rem;font-weight:700;color:var(--clr-primary)}
.site-logo-text span{font-weight:400;color:var(--clr-text-muted);font-size:.85rem;margin-left:.25rem}
.header-nav{display:flex;align-items:center;gap:1.5rem}
.header-nav a{font-size:.9rem;color:var(--clr-text-muted);font-weight:500}
.header-nav a:hover{color:var(--clr-primary)}

/* --- Hero --- */
.hero{background:linear-gradient(135deg,var(--clr-primary) 0%,var(--clr-primary-light) 100%);color:var(--clr-white);padding:5rem 0 4rem;text-align:center}
.hero h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;max-width:700px;margin-left:auto;margin-right:auto}
.hero p{font-size:1.15rem;opacity:.9;max-width:560px;margin:0 auto 2rem;line-height:1.7}
.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;font-size:.85rem;opacity:.7}
.hero-badge svg{width:16px;height:16px;fill:currentColor}

/* --- Trust Bar --- */
.trust-bar{background:var(--clr-bg);padding:2.5rem 0;border-bottom:1px solid var(--clr-border)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}
.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.trust-icon{width:48px;height:48px;background:var(--clr-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}
.trust-icon svg{width:24px;height:24px;fill:var(--clr-white)}
.trust-label{font-weight:700;font-size:1.05rem;color:var(--clr-primary)}
.trust-desc{font-size:.85rem;color:var(--clr-text-muted)}

/* --- Section Common --- */
.section{padding:4rem 0}
.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:.75rem;color:var(--clr-primary)}
.section-subtitle{text-align:center;color:var(--clr-text-muted);max-width:550px;margin:0 auto 2.5rem;font-size:1.05rem}

/* --- Features --- */
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.feature-card{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow .2s ease}
.feature-card:hover{box-shadow:var(--shadow-md)}
.feature-card-icon{width:44px;height:44px;background:var(--clr-bg);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.feature-card-icon svg{width:22px;height:22px;fill:var(--clr-primary)}
.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.4rem;color:var(--clr-text)}
.feature-card p{font-size:.9rem;color:var(--clr-text-muted);line-height:1.6}

/* --- Pricing --- */
.pricing{background:var(--clr-bg)}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}
.pricing-card{background:var(--clr-white);border:2px solid var(--clr-border);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;position:relative}
.pricing-card.featured{border-color:var(--clr-accent)}
.pricing-card.featured::before{content:'Most Popular';position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--clr-accent);color:var(--clr-white);font-size:.75rem;font-weight:700;padding:.35rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}
.pricing-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}
.pricing-price{font-size:2.25rem;font-weight:800;color:var(--clr-primary);margin-bottom:.25rem}
.pricing-price span{font-size:.9rem;font-weight:400;color:var(--clr-text-muted)}
.pricing-alt{font-size:.8rem;color:var(--clr-text-muted);margin-bottom:1.5rem}
.pricing-features{list-style:none;text-align:left;margin-bottom:2rem}
.pricing-features li{padding:.5rem 0;font-size:.9rem;color:var(--clr-text);display:flex;align-items:flex-start;gap:.5rem}
.pricing-features li svg{width:18px;height:18px;fill:var(--clr-success);flex-shrink:0;margin-top:2px}
.pricing-features li.muted{color:var(--clr-text-muted)}
.pricing-features li.muted svg{fill:var(--clr-border)}

/* --- CTA Section --- */
.cta-section{padding:4rem 0;text-align:center}
.cta-section h2{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;color:var(--clr-primary)}
.cta-section p{color:var(--clr-text-muted);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}

/* --- Footer --- */
.site-footer{background:var(--clr-primary);color:rgba(255,255,255,.8);padding:2.5rem 0;font-size:.875rem}
.site-footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{color:rgba(255,255,255,.8)}
.footer-links a:hover{color:var(--clr-white)}

/* --- Privacy Policy page --- */
.policy{padding:3rem 0 4rem}
.policy h1{font-size:2rem;font-weight:800;color:var(--clr-primary);margin-bottom:.5rem}
.policy .effective-date{color:var(--clr-text-muted);font-size:.9rem;margin-bottom:2rem}
.policy h2{font-size:1.3rem;font-weight:700;color:var(--clr-text);margin:2rem 0 .75rem;padding-top:1rem;border-top:1px solid var(--clr-border)}
.policy h2:first-of-type{border-top:none;padding-top:0}
.policy p,.policy ul{margin-bottom:1rem;color:var(--clr-text);line-height:1.7}
.policy ul{padding-left:1.5rem}
.policy li{margin-bottom:.5rem}
.policy a{color:var(--clr-accent);text-decoration:underline}

/* --- Responsive --- */
@media(max-width:768px){
  .hero{padding:3.5rem 0 3rem}
  .hero h1{font-size:1.75rem}
  .hero p{font-size:1rem}
  .trust-grid{grid-template-columns:1fr;gap:1.5rem}
  .features-grid{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr;max-width:400px}
  .site-footer .container{flex-direction:column;text-align:center}
  .header-nav{gap:1rem}
  .header-nav .btn{display:none}
  .section{padding:3rem 0}
}
