:root {
  --navy: #071b2d;
  --navy-soft: #102f48;
  --blue: #4e9df2;
  --cyan: #77e6de;
  --ice: #f1f7fb;
  --green: #24aa8f;
  --ink: #14283a;
  --muted: #637789;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 27, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ice);
  font-family: Inter, ui-rounded, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(241, 247, 251, .86); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7, 27, 45, .06);
}
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; font-size: 21px; letter-spacing: -.4px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 9px 24px rgba(7, 27, 45, .2); }
.nav-links { display: flex; gap: 26px; align-items: center; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--navy); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 22px; border-radius: 16px; text-decoration: none;
  font-weight: 750; background: var(--navy); color: var(--white); box-shadow: 0 12px 30px rgba(7, 27, 45, .16);
}
.button.secondary { color: var(--navy); background: var(--white); border: 1px solid rgba(7, 27, 45, .1); box-shadow: none; }
.hero { position: relative; overflow: hidden; padding: 88px 0 78px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -150px; top: -180px; background: rgba(119, 230, 222, .18); filter: blur(4px); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow { color: #287cc0; letter-spacing: 1.5px; text-transform: uppercase; font-size: 13px; font-weight: 850; }
h1 { margin: 14px 0 20px; color: var(--navy); font-size: clamp(46px, 6.2vw, 78px); line-height: 1.02; letter-spacing: -3px; }
.hero-copy { max-width: 630px; font-size: 19px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy { margin-top: 15px; color: var(--muted); font-size: 13px; }
.app-preview { position: relative; display: grid; place-items: center; min-height: 500px; }
.phone {
  width: 288px; min-height: 520px; padding: 20px; border: 10px solid var(--navy); border-radius: 46px;
  background: var(--ice); box-shadow: 0 45px 90px rgba(7, 27, 45, .22); transform: rotate(2deg);
}
.phone-notch { width: 84px; height: 23px; margin: -12px auto 18px; background: var(--navy); border-radius: 0 0 15px 15px; }
.phone-head { display: flex; align-items: center; justify-content: space-between; }
.phone-head img { width: 38px; height: 38px; border-radius: 11px; }
.phone-head small { display: block; color: var(--blue); font-weight: 750; }
.phone-head strong { font-size: 21px; color: var(--navy); }
.shift-card { margin-top: 22px; padding: 20px; border-radius: 25px; color: white; background: var(--navy); }
.shift-card small { color: rgba(255,255,255,.65); }
.shift-card h3 { margin: 14px 0 4px; font-size: 24px; }
.shift-card b { font-size: 32px; letter-spacing: -1.3px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.stat { background: white; border-radius: 17px; padding: 14px; box-shadow: 0 10px 30px rgba(7,27,45,.06); }
.stat small { color: var(--muted); }
.stat strong { display: block; color: var(--navy); font-size: 17px; margin-top: 5px; }
.feature-section { padding: 84px 0; background: white; }
.section-head { max-width: 700px; margin-bottom: 38px; }
h2 { margin: 10px 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -1.8px; }
.section-head p, .legal-intro { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 28px; border-radius: 26px; background: var(--ice); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(78,157,242,.14); color: #287cc0; font-size: 22px; }
.feature h3 { color: var(--navy); margin: 18px 0 8px; font-size: 20px; }
.feature p { margin: 0; color: var(--muted); font-size: 15px; }
.trust { padding: 74px 0; }
.trust-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: center; padding: 48px; border-radius: 34px; background: var(--navy); color: white; overflow: hidden; }
.trust-card h2 { color: white; }
.trust-card p { color: rgba(255,255,255,.7); }
.trust-points { display: grid; gap: 13px; }
.trust-point { padding: 15px 17px; border-radius: 16px; background: rgba(255,255,255,.075); }
.site-footer { padding: 34px 0 46px; border-top: 1px solid rgba(7,27,45,.08); }
.footer-inner { display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.legal { padding: 70px 0 100px; }
.legal article { max-width: 780px; padding: 48px; background: white; border-radius: 30px; box-shadow: var(--shadow); }
.legal h1 { font-size: clamp(39px, 5vw, 58px); }
.legal h2 { margin-top: 34px; font-size: 25px; letter-spacing: -.5px; }
.legal h3 { margin-top: 24px; color: var(--navy); }
.legal p, .legal li { color: #405668; }
.legal li + li { margin-top: 7px; }
.notice { padding: 16px 18px; border-left: 4px solid var(--blue); background: var(--ice); border-radius: 0 14px 14px 0; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.support-card { padding: 22px; background: var(--ice); border-radius: 18px; text-decoration: none; }
.support-card strong { display: block; color: var(--navy); }
.support-card span { color: var(--muted); font-size: 14px; }

@media (max-width: 820px) {
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 56px; }
  .hero-grid, .trust-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .app-preview { min-height: 470px; }
  .feature-grid { grid-template-columns: 1fr; }
  .trust-card { padding: 30px; }
  .legal article { padding: 26px; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}
