/* ── ReShot Shared Styles ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:  #111110;
  --white:  #FFFFFF;
  --off:    #F8F8F7;
  --border: #E9E9E6;
  --mid:    #999994;
  --light:  #C8C8C4;
  --accent: #2563EB;
  --acc-lt: #EFF6FF;
  --acc-dk: #1D4ED8;
  --green:  #16A34A;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--black); -webkit-font-smoothing: antialiased; overflow-x: hidden; font-weight: 400; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: 58px; background: rgba(255,255,255,0.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 48px; gap: 36px; }
.nav-logo { font-size: 19px; font-weight: 700; letter-spacing: -0.4px; color: var(--black); text-decoration: none; }
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; gap: 4px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--mid); font-size: 14px; font-weight: 400; transition: color .15s; padding: 6px 12px; border-radius: 7px; }
.nav-links a:hover { color: var(--black); background: var(--off); }
.nav-links a.active { color: var(--black); font-weight: 500; background: var(--off); }
.nav-right { margin-left: auto; display: flex; gap: 10px; align-items: center; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-decoration: none; font-weight: 500; border-radius: 9px; transition: all .15s; cursor: pointer; border: none; font-family: inherit; letter-spacing: -0.1px; }
.btn-sm  { font-size: 13px; padding: 8px 16px; }
.btn-md  { font-size: 14px; padding: 10px 22px; }
.btn-lg  { font-size: 15px; padding: 13px 26px; border-radius: 10px; }
.btn-xl  { font-size: 16px; padding: 15px 32px; border-radius: 11px; }
.btn-ghost { background: transparent; color: var(--black); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: #c4c4bf; background: var(--off); }
.btn-solid { background: var(--black); color: white; }
.btn-solid:hover { background: #2a2a28; box-shadow: 0 4px 16px rgba(0,0,0,0.14); }
.btn-blue { background: var(--accent); color: white; }
.btn-blue:hover { background: var(--acc-dk); box-shadow: 0 4px 16px rgba(37,99,235,0.28); }

/* PAGE HERO BANNER */
.page-hero { background: var(--off); border-bottom: 1px solid var(--border); padding: 100px 48px 60px; }
.page-hero-inner { max-width: 1160px; margin: 0 auto; }
.page-hero .s-eyebrow { margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(32px, 4vw, 52px); font-weight: 600; letter-spacing: -1.8px; line-height: 1.08; margin-bottom: 14px; color: var(--black); }
.page-hero p { font-size: 17px; color: var(--mid); line-height: 1.7; max-width: 520px; }

/* SECTION SHARED */
.section { max-width: 1160px; margin: 0 auto; padding: 80px 48px; }
.section-bg { background: var(--off); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.s-eyebrow { font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.s-title { font-size: clamp(26px, 3vw, 40px); font-weight: 600; letter-spacing: -1.2px; line-height: 1.1; margin-bottom: 14px; color: var(--black); }
.s-sub { font-size: 16px; color: var(--mid); line-height: 1.7; max-width: 480px; font-weight: 400; margin-bottom: 48px; }

/* MINI CTA STRIP */
.mini-cta { background: var(--black); padding: 60px 48px; text-align: center; }
.mini-cta h3 { font-size: clamp(22px, 3vw, 34px); font-weight: 600; color: white; letter-spacing: -1px; margin-bottom: 10px; }
.mini-cta h3 em { font-style: normal; color: var(--accent); }
.mini-cta p { font-size: 15px; color: #666; margin-bottom: 28px; }

/* FULL CTA */
.cta-section { background: var(--black); padding: 72px 48px; text-align: center; }
.cta-section h2 { font-size: clamp(34px, 4.5vw, 56px); font-weight: 600; letter-spacing: -1.8px; line-height: 1.08; margin-bottom: 16px; color: white; }
.cta-section h2 em { font-style: normal; color: var(--accent); }
.cta-section p { font-size: 16px; color: #777; max-width: 440px; margin: 0 auto 36px; line-height: 1.65; }
.cta-sub { font-size: 12.5px; color: #444; margin-top: 28px; }

/* FOOTER */
footer { background: var(--black); border-top: 1px solid #1c1c1a; padding: 40px 48px; }
.footer-top { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid #1c1c1a; margin-bottom: 24px; }
.f-logo { font-size: 18px; font-weight: 700; color: white; letter-spacing: -.3px; text-decoration: none; display: block; margin-bottom: 12px; }
.f-logo span { color: var(--accent); }
.footer-desc { font-size: 13.5px; color: #555; line-height: 1.65; max-width: 240px; }
.footer-col h4 { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.3); letter-spacing: .09em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul a { text-decoration: none; color: #555; font-size: 13.5px; transition: color .15s; }
.footer-col ul a:hover { color: #999; }
.footer-bottom { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.f-copy { font-size: 12.5px; color: #333; }
.f-links-b { display: flex; gap: 20px; list-style: none; }
.f-links-b a { text-decoration: none; color: #333; font-size: 12.5px; }

/* UTILITY */
.check { width: 17px; height: 17px; flex-shrink: 0; background: var(--acc-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.check svg { width: 9px; height: 9px; stroke: var(--accent); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.tick { color: var(--green); }
.cross { color: #DC2626; }

@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .page-hero { padding: 88px 24px 48px; }
  .section { padding: 56px 24px; }
  footer { padding: 32px 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .mini-cta { padding: 48px 24px; }
  .cta-section { padding: 72px 24px; }
}
