/* fanhalo.net — marketing site shared styles */
:root{
  --ink:#0C242C; --lav:#7988A5; --lav-light:#99A4B8; --lav-lighter:#D1D6E0;
  --lav-lightest:#F2F3F6; --screen-bg:#A7AFBE; --white:#FFFFFF; --line:#E2E5EB;
  --maxw:1100px;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:-apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}

/* nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.9);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line);}
.nav .row{display:flex;align-items:center;justify-content:space-between;height:62px;}
.brand{font-size:22px;font-weight:900;letter-spacing:-0.6px;color:var(--ink);display:inline-flex;align-items:center;}
.brand-logo{height:26px;width:auto;display:block;}
.foot .brand-logo{filter:brightness(0) invert(1);opacity:0.95;}
.navlinks{display:flex;align-items:center;gap:26px;}
.navlinks a{font-size:14px;font-weight:600;color:var(--lav);transition:color .15s;}
.navlinks a:hover,.navlinks a.active{color:var(--ink);}
.btn{display:inline-block;background:var(--ink);color:var(--white);font-size:14px;font-weight:700;padding:10px 18px;border-radius:999px;transition:opacity .15s,transform .12s;}
.btn:hover{opacity:.88;}
.btn.lav{background:var(--lav);}
.btn.ghost{background:transparent;color:var(--ink);border:1.5px solid var(--lav-lighter);}

/* hero */
.hero{background:linear-gradient(180deg,var(--lav-lightest),var(--white));padding:72px 0 48px;}
.hero .row{display:grid;grid-template-columns:1.05fr 0.95fr;gap:48px;align-items:center;}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:var(--lav);margin-bottom:16px;}
h1{font-size:56px;font-weight:900;letter-spacing:-1.6px;line-height:1.04;margin-bottom:18px;}
.lead{font-size:19px;color:#46535c;max-width:520px;margin-bottom:26px;}
.hero-shot{display:flex;justify-content:center;}
.hero-shot img{max-height:560px;border-radius:18px;box-shadow:0 24px 60px rgba(12,36,44,0.18);}

/* badges */
.badges{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
/* Apple svg fills its box; Google png has ~33% transparent clear-space, so it
   needs ~1.49x the height to make the visible buttons match. */
.badges img{height:44px;width:auto;}
.badges img[alt^="Get it"]{height:65px;}
.badge-note{font-size:11px;color:var(--lav);margin-top:10px;letter-spacing:0.3px;}

/* generic section */
.section{padding:64px 0;}
.section.tint{background:var(--lav-lightest);}
.section-head{text-align:center;max-width:720px;margin:0 auto 44px;}
h2{font-size:38px;font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:12px;}
.section-head p{font-size:17px;color:#46535c;}

/* feature rows (alternating) */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;margin-bottom:64px;}
.feature:last-child{margin-bottom:0;}
.feature.flip .ftext{order:2;}
.feature .fshot{display:flex;justify-content:center;}
.feature .fshot img{max-height:520px;border-radius:16px;box-shadow:0 16px 44px rgba(12,36,44,0.14);}
.feature h3{font-size:28px;font-weight:800;letter-spacing:-0.5px;margin-bottom:12px;}
.feature p{font-size:16.5px;color:#46535c;max-width:480px;}
.kicker{font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:var(--lav);margin-bottom:12px;}

/* card grid */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:26px;}
.section.tint .card{background:var(--white);}
.card .ico{width:42px;height:42px;border-radius:11px;background:var(--lav-lightest);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;}
.card h4{font-size:18px;font-weight:800;margin-bottom:7px;letter-spacing:-0.3px;}
.card p{font-size:14px;color:#46535c;}

/* dark CTA band */
.cta-band{background:var(--ink);color:var(--white);text-align:center;padding:66px 0;}
.cta-band h2{color:var(--white);}
.cta-band p{font-size:17px;color:var(--lav-light);max-width:560px;margin:0 auto 26px;}
.cta-band .badges{justify-content:center;}

/* footer */
.foot{background:var(--ink);color:var(--lav-light);padding:40px 0 48px;border-top:1px solid rgba(255,255,255,0.08);}
.foot .row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.foot .brand{color:var(--white);}
.foot a{color:var(--lav-light);font-size:14px;font-weight:600;}
.foot a:hover{color:var(--white);}
.foot .links{display:flex;gap:22px;flex-wrap:wrap;}
.foot .legal{display:flex;gap:18px;flex-wrap:wrap;width:100%;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.06);}
.foot .legal a{font-size:13px;color:var(--lav);}
.foot .copy{font-size:12px;color:var(--lav);width:100%;margin-top:8px;}

@media (max-width:860px){
  h1{font-size:40px;}
  h2{font-size:30px;}
  .hero .row,.feature{grid-template-columns:1fr;gap:32px;}
  .feature.flip .ftext{order:0;}
  .feature .fshot{order:-1;}
  .cards{grid-template-columns:1fr;}
  .navlinks{gap:16px;}
  .navlinks .navlink{display:none;}
}
