:root {
  --night: #071a35;
  --night-2: #0b2a4d;
  --orange: #ff6b19;
  --orange-soft: #fff0e5;
  --ink: #10223d;
  --muted: #65748a;
  --line: #e6eaf0;
  --paper: #f5f7fa;
  --white: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

.bz-icon { width: 1em; height: 1em; flex-shrink: 0; vertical-align: -0.15em; }

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.landing-nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 14px auto 0;
  padding: 10px 11px 10px 15px;
  position: sticky;
  z-index: 20;
  top: 10px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 50px rgba(11,31,60,.09);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.landing-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--night); font-weight: 950; letter-spacing: .16em; }
.landing-brand img { width: 43px; height: 43px; padding: 3px; border-radius: 13px; background: #fff; box-shadow: 0 8px 18px rgba(5,31,66,.12); }
.landing-nav nav { justify-self: center; display: flex; gap: 27px; color: #52647a; font-size: 12px; font-weight: 800; }
.landing-nav nav a:hover, .landing-nav nav a:focus-visible { color: var(--orange); }
.nav-app-link { min-height: 48px; padding: 0 19px; border-radius: 14px; color: #fff; background: var(--night); display: inline-flex; align-items: center; font-size: 12px; font-weight: 900; }

.nav-cta-group { display: flex; align-items: center; gap: 8px; }
.nav-cta-primary { min-height: 48px; padding: 0 18px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #f45e0d, #ff8735); box-shadow: 0 10px 24px rgba(244,94,13,.28); display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; white-space: nowrap; }
.nav-cta-primary span { font-size: 15px; }
.nav-cta-secondary { min-height: 48px; padding: 0 19px; border-radius: 14px; color: #fff; background: var(--night); display: inline-flex; align-items: center; font-size: 12px; font-weight: 900; white-space: nowrap; }

main { overflow: hidden; }
.landing-hero {
  width: min(1240px, calc(100% - 32px));
  min-height: 650px;
  margin: 18px auto 0;
  padding: clamp(48px, 7vw, 92px);
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 84% 20%, rgba(255,114,28,.38), transparent 27%),
    radial-gradient(circle at 72% 100%, rgba(0,174,239,.17), transparent 33%),
    linear-gradient(140deg, #06142b 0%, #0a2444 58%, #123a57 100%);
  box-shadow: 0 38px 100px rgba(6,23,49,.25);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.landing-hero::before {
  content: "";
  width: 450px;
  aspect-ratio: 1;
  position: absolute;
  right: -160px;
  top: -170px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015);
}

.hero-copy, .hero-stage { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: #ffb37b; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; border-radius: 999px; background: currentColor; }
.eyebrow.dark { color: #d9570c; }
.hero-copy h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(45px, 5.6vw, 74px); line-height: .98; letter-spacing: -.06em; }
.hero-copy h1 em { color: #ff9457; font-style: normal; }
.hero-lead { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.primary-cta, .secondary-cta { min-height: 57px; padding: 0 20px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 12px; font-weight: 950; }
.primary-cta { color: #fff; background: linear-gradient(135deg, #f45e0d, #ff8735); box-shadow: 0 18px 38px rgba(244,94,13,.28); }
.primary-cta span { font-size: 18px; }
.secondary-cta { border: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.08); }
.hero-proof { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof b { width: 18px; height: 18px; border-radius: 50%; color: #fff; background: #1e9c78; display: grid; place-items: center; font-size: 9px; }

.hero-stage { min-height: 430px; display: grid; align-items: center; }
.stage-glow { width: 330px; aspect-ratio: 1; position: absolute; left: 50%; top: 50%; border-radius: 50%; background: rgba(255,112,24,.22); filter: blur(50px); transform: translate(-50%,-50%); }
.assistant-card { width: min(100%, 440px); margin: auto; padding: 21px; position: relative; border: 1px solid rgba(255,255,255,.75); border-radius: 27px; background: rgba(255,255,255,.96); box-shadow: 0 35px 90px rgba(0,0,0,.3); transform: rotate(-2deg); }
.assistant-head { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 11px; }
.assistant-logo { width: 46px; height: 46px; padding: 4px; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(12,43,80,.12); }
.assistant-head div { display: grid; gap: 2px; }
.assistant-head small { color: #dd5f15; font-size: 9px; font-weight: 950; text-transform: uppercase; }
.assistant-head strong { font-size: 14px; }
.assistant-head i { width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--orange); display: grid; place-items: center; font-size: 11px; box-shadow: 0 8px 18px rgba(255,107,25,.28); }
.assistant-card > p { margin: 20px 0 13px; padding: 16px; border-radius: 16px; color: #243c5b; background: #f2f5f8; font-size: 13px; line-height: 1.5; font-weight: 750; }
.assistant-result { display: flex; flex-wrap: wrap; gap: 7px; }
.assistant-result span { padding: 7px 10px; border-radius: 999px; color: #b94d0d; background: var(--orange-soft); font-size: 9px; font-weight: 900; }
.assistant-card button { width: 100%; min-height: 48px; margin-top: 16px; border: 0; border-radius: 13px; color: #fff; background: var(--night); font-size: 11px; font-weight: 950; cursor: pointer; }
.floating-card { min-width: 218px; padding: 11px; position: absolute; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 22px 50px rgba(0,0,0,.24); display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 9px; }
.floating-card > span { width: 39px; height: 39px; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#ff6414,#ff9d4d); display: grid; place-items: center; }
.floating-card div { display: grid; gap: 2px; }
.floating-card small { color: #778395; font-size: 8px; font-weight: 850; }
.floating-card strong { font-size: 10px; }
.floating-card b { color: var(--orange); }
.floating-drive { left: -22px; top: 45px; transform: rotate(3deg); }
.floating-trust { right: -18px; bottom: 48px; transform: rotate(2deg); }
.floating-trust > span { background: #1d9f79; }

.landing-section { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading h2, .life-copy h2, .signup-copy h2 { margin: 0; color: var(--night); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 620px; margin: 18px 0 0; color: var(--muted); line-height: 1.65; }
.possibility-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.possibility-card { min-height: 370px; position: relative; overflow: hidden; border-radius: 25px; background: #fff; box-shadow: 0 22px 55px rgba(10,40,76,.09); }
.possibility-card img { width: 100%; height: 210px; object-fit: cover; object-position: center; }
.possibility-card.life-card img { padding: 28px; background: linear-gradient(135deg,#eef4fb,#fff3e9); object-fit: contain; }
.possibility-card div { padding: 19px 20px 22px; position: relative; }
.possibility-card div > span { position: absolute; right: 20px; top: 19px; color: #d7dee8; font-size: 13px; font-weight: 950; }
.possibility-card h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; }
.possibility-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.life-showcase { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: clamp(50px,8vw,95px); border-radius: 38px; background: linear-gradient(140deg,#071a35,#0d3154); display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); align-items: center; gap: clamp(45px,8vw,110px); }
.life-copy h2 { color: #fff; }
.life-copy > p:not(.eyebrow) { margin: 22px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.life-copy ul { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.life-copy li { padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.055); display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 11px; }
.life-copy li > span { width: 36px; height: 36px; border-radius: 11px; color: #fff; background: var(--orange); display: grid; place-items: center; font-weight: 950; }
.life-copy li div { display: grid; gap: 3px; }
.life-copy li strong { color: #fff; font-size: 12px; }
.life-copy li small { color: rgba(255,255,255,.55); font-size: 10px; }
.life-copy > a { margin-top: 24px; color: #ff9c60; display: inline-flex; font-size: 12px; font-weight: 950; }
.life-board { padding: 24px; border-radius: 28px; background: #fff; box-shadow: 0 35px 85px rgba(0,0,0,.28); }
.board-head { display: grid; gap: 4px; }
.board-head span { color: #db5e14; font-size: 9px; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; }
.board-head b { font-size: 22px; }
.board-head small { color: var(--muted); }
.progress { height: 6px; margin-top: 21px; overflow: hidden; border-radius: 999px; background: #edf0f4; }
.progress i { width: 42%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,var(--orange),#ffae64); }
.progress-label { margin: 7px 0 18px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.task { margin-top: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }
.task > span { width: 34px; height: 34px; border-radius: 10px; color: #52677f; background: #eff3f7; display: grid; place-items: center; font-weight: 950; }
.task div { display: grid; gap: 2px; }
.task strong { font-size: 11px; }
.task small { color: var(--muted); font-size: 9px; }
.task > b { color: var(--muted); font-size: 8px; }
.task.done > span { color: #fff; background: #1d9f79; }
.task.active { border-color: #ffb281; background: #fff8f3; }
.task.active > span { color: #fff; background: var(--orange); }
.task.active > b { color: #d9550c; }
.board-note { margin-top: 12px; padding: 13px; border-radius: 14px; background: #eef6ff; display: grid; grid-template-columns: 30px 1fr; align-items: start; gap: 8px; }
.board-note span { width: 30px; height: 30px; border-radius: 9px; color: #fff; background: #174b7d; display: grid; place-items: center; }
.board-note p { margin: 0; color: #4f6177; font-size: 9px; line-height: 1.45; }
.board-note strong { color: var(--night); display: block; font-size: 10px; }

.trust-section { padding-bottom: 90px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.trust-grid article { min-height: 210px; padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.trust-grid article > span { width: 42px; height: 42px; border-radius: 13px; color: #fff; background: linear-gradient(135deg,var(--night-2),#1b6685); display: grid; place-items: center; font-weight: 950; }
.trust-grid h3 { margin: 22px 0 8px; font-size: 17px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.audience-section { width: min(1160px, calc(100% - 32px)); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.audience-section article { min-height: 370px; padding: clamp(28px,5vw,55px); border-radius: 30px; background: #fff; box-shadow: 0 20px 55px rgba(10,40,76,.08); }
.audience-section article:last-child { color: #fff; background: linear-gradient(145deg,#0b294b,#123b5c); }
.audience-section article > p { margin: 0 0 16px; color: var(--orange); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; }
.audience-section h2 { max-width: 450px; margin: 0; font-size: clamp(28px,3.2vw,43px); line-height: 1.05; letter-spacing: -.045em; }
.audience-section article:last-child h2 { color: #fff; }
.audience-section ul { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.audience-section li { color: var(--muted); font-size: 12px; }
.audience-section li::before { content: "✓"; margin-right: 10px; color: #1d9f79; font-weight: 950; }
.audience-section article:last-child li { color: rgba(255,255,255,.7); }

.signup-section { width: min(1240px, calc(100% - 32px)); margin: 0 auto 20px; padding: clamp(45px,7vw,85px); border-radius: 38px; background: linear-gradient(135deg,#ff6a17,#ff9147); display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.7fr); align-items: center; gap: clamp(40px,8vw,100px); }
.signup-copy .eyebrow { color: #fff; }
.signup-copy h2 { color: #fff; }
.signup-copy > p:last-child { max-width: 550px; margin: 20px 0 0; color: rgba(255,255,255,.8); line-height: 1.65; }
.signup-card { padding: 25px; border-radius: 25px; background: #fff; box-shadow: 0 30px 70px rgba(103,38,0,.22); display: grid; gap: 8px; }
.signup-card > label:not(.consent) { margin-top: 6px; color: #43566d; font-size: 9px; font-weight: 950; text-transform: uppercase; }
.signup-card input[type="text"], .signup-card input[type="tel"] { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid #dfe5ec; border-radius: 13px; color: var(--ink); background: #f7f9fb; outline: none; }
.signup-card input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,25,.12); }
.consent { margin-top: 10px; display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.consent input { margin: 2px 0 0; accent-color: var(--orange); }
.signup-status { min-height: 16px; margin: 2px 0 0; color: #bd4510; font-size: 9px; font-weight: 800; }
.signup-card button { min-height: 52px; border: 0; border-radius: 14px; color: #fff; background: var(--night); display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 11px; font-weight: 950; cursor: pointer; }
.signup-card button span { font-size: 17px; }
.signup-card > small { color: #8490a0; text-align: center; font-size: 8px; }

footer { width: min(1160px, calc(100% - 32px)); min-height: 125px; margin: 0 auto; padding: 28px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: var(--muted); }
footer p { font-size: 11px; }
footer > div { display: flex; gap: 18px; font-size: 10px; font-weight: 800; }
footer > small { grid-column: 1 / -1; color: #99a4b2; font-size: 9px; }

@media (max-width: 980px) {
  .landing-nav nav { display: none; }
  .landing-hero, .life-showcase, .signup-section { grid-template-columns: 1fr; }
  .hero-stage { width: min(100%,560px); margin: 0 auto; }
  .possibility-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .signup-copy { max-width: 700px; }
}

@media (max-width: 640px) {
  .landing-nav { width: calc(100% - 16px); min-height: 60px; margin-top: 8px; top: 6px; padding: 7px 7px 7px 10px; border-radius: 16px; gap: 10px; }
  .landing-brand img { width: 38px; height: 38px; }
  .landing-brand span { font-size: 11px; }
  .nav-app-link { min-height: 42px; padding: 0 12px; border-radius: 11px; font-size: 10px; }
  .nav-cta-group { gap: 6px; }
  .nav-cta-primary, .nav-cta-secondary { min-height: 42px; padding: 0 11px; border-radius: 11px; font-size: 9px; }
  .nav-cta-primary span { font-size: 12px; }
  .landing-hero { width: calc(100% - 16px); min-height: 0; margin-top: 10px; padding: 38px 18px 30px; border-radius: 26px; gap: 34px; }
  .hero-copy h1 { font-size: clamp(39px,12vw,54px); }
  .hero-lead { margin-top: 18px; font-size: 14px; }
  .hero-actions { margin-top: 22px; display: grid; }
  .primary-cta, .secondary-cta { width: 100%; }
  .hero-proof { gap: 8px 12px; }
  .hero-stage { min-height: 360px; }
  .assistant-card { padding: 16px; border-radius: 21px; transform: none; }
  .floating-card { min-width: 175px; }
  .floating-drive { left: -6px; top: 18px; }
  .floating-trust { right: -7px; bottom: 20px; }
  .landing-section { width: calc(100% - 24px); padding: 72px 0; }
  .section-heading { margin-bottom: 25px; }
  .possibility-grid, .trust-grid, .audience-section { grid-template-columns: 1fr; }
  .possibility-card { min-height: 0; display: grid; grid-template-columns: 118px minmax(0,1fr); }
  .possibility-card img { height: 100%; min-height: 150px; }
  .possibility-card.life-card img { padding: 15px; }
  .possibility-card div { padding: 17px; }
  .possibility-card div > span { display: none; }
  .life-showcase, .signup-section { width: calc(100% - 16px); padding: 48px 17px; border-radius: 27px; }
  .life-board { padding: 16px; border-radius: 21px; }
  .task { grid-template-columns: 32px 1fr; }
  .task > b { display: none; }
  .audience-section { width: calc(100% - 24px); margin-bottom: 72px; }
  .audience-section article { min-height: 0; padding: 30px 22px; border-radius: 24px; }
  .signup-card { padding: 18px; border-radius: 21px; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  footer p { display: none; }
  footer > div { grid-column: 1 / -1; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
}
