:root {
  --orange: #f36f21;
  --orange-dark: #c94b08;
  --ink: #10253d;
  --ink-soft: #415269;
  --paper: #fffaf5;
  --cream: #f4e8da;
  --line: #d9dee5;
  --white: #ffffff;
  --shadow: 0 24px 70px rgb(16 37 61 / 0.14);
  color-scheme: light;
  font-family: "DM Sans", system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); z-index: 20; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 82px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: white; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: Manrope, sans-serif; font-size: 1.08rem; font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child > span { color: #ff9b5c; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 11px 11px 11px 4px; font-size: 1rem; }
.site-header nav { display: flex; align-items: center; gap: 2rem; }
.site-header nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
.site-header nav a:not(.nav-cta) { opacity: .82; }
.site-header nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgb(255 255 255 / .42); padding: .65rem 1rem; border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: white; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }
.mobile-nav { position: absolute; z-index: 9; inset: 70px 1rem auto; padding: 1rem; background: white; color: var(--ink); box-shadow: var(--shadow); border-radius: 16px; }
.mobile-nav a { display: block; padding: .7rem; text-decoration: none; font-weight: 700; }

.hero { min-height: 820px; padding: 140px clamp(1.25rem, 7vw, 7.5rem) 90px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; overflow: hidden; position: relative; color: white; background: radial-gradient(circle at 86% 35%, #24496b 0 12%, transparent 36%), linear-gradient(126deg, #0b1f34 0%, #102c48 58%, #153c5a 100%); }
.hero::after { content: "313"; position: absolute; left: 2%; bottom: -13%; font: 800 clamp(12rem, 28vw, 28rem)/1 Manrope, sans-serif; letter-spacing: -.12em; color: rgb(255 255 255 / .025); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .76rem; }
.eyebrow span { width: 28px; height: 3px; border-radius: 2px; background: currentColor; }
.eyebrow.light { color: #ff9b5c; }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 770px; margin: 0; font-size: clamp(3.15rem, 6.2vw, 6.65rem); }
.hero-lede { max-width: 660px; margin: 1.7rem 0 2rem; color: #c7d5e2; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.15rem; border-radius: 12px; text-decoration: none; font-weight: 800; }
.button.primary { color: white; background: var(--orange); box-shadow: 0 12px 30px rgb(243 111 33 / .28); }
.button.primary:hover { background: #ff7d2f; }
.button.secondary { border: 1px solid rgb(255 255 255 / .32); color: white; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 620px; margin: 3.4rem 0 0; }
.hero-facts div { border-top: 1px solid rgb(255 255 255 / .22); padding-top: 1rem; }
.hero-facts dt { font: 700 1.06rem Manrope, sans-serif; }
.hero-facts dd { margin: .15rem 0 0; color: #98adbf; font-size: .84rem; }

.hero-visual { min-height: 600px; position: relative; z-index: 2; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgb(255 255 255 / .12); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 430px; height: 430px; border-color: rgb(243 111 33 / .28); }
.phone-shell { width: 310px; height: 625px; padding: 11px; position: relative; transform: rotate(3deg); border: 1px solid rgb(255 255 255 / .35); border-radius: 46px; background: #080f17; box-shadow: 0 50px 90px rgb(0 0 0 / .45); }
.phone-top { position: absolute; z-index: 3; width: 98px; height: 23px; top: 17px; left: 50%; transform: translateX(-50%); background: #080f17; border-radius: 20px; }
.app-screen { height: 100%; overflow: hidden; padding: 42px 16px 14px; color: #172334; background: #f8f7f5; border-radius: 36px; }
.app-header { display: flex; align-items: center; gap: 9px; }
.app-header .avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); background: #fee7d8; font-weight: 800; }
.app-header div:nth-child(2) { display: grid; line-height: 1.1; }
.app-header small, .mini-card small { color: #6e7782; font-size: .59rem; }
.app-header strong { font-size: .86rem; }
.app-header button { margin-left: auto; width: 34px; height: 34px; color: var(--orange); border: 1px solid #d9dce0; border-radius: 50%; background: white; }
.featured-card { height: 190px; position: relative; overflow: hidden; margin: 16px 0; color: white; border-radius: 21px; background: #111; }
.featured-card img { width: 100%; height: 100%; object-fit: cover; opacity: .57; }
.featured-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / .78), transparent); }
.featured-card > div { position: absolute; z-index: 1; left: 17px; right: 35px; bottom: 18px; display: grid; gap: 8px; line-height: 1.1; }
.featured-card small { font-size: .55rem; font-weight: 800; }
.featured-card strong { font: 800 1.28rem/1.1 Manrope, sans-serif; }
.featured-card span { font-size: .65rem; font-weight: 700; }
.app-section-title { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 9px; font-size: .78rem; }
.app-section-title span { color: var(--orange-dark); font-size: .62rem; }
.mini-card { display: flex; align-items: center; gap: 10px; padding: 8px; margin-bottom: 9px; border-radius: 14px; background: white; border: 1px solid #e7e2dc; box-shadow: 0 5px 16px rgb(20 29 42 / .06); }
.mini-card img { width: 66px; height: 56px; object-fit: cover; border-radius: 10px; }
.mini-card div { display: grid; gap: 1px; line-height: 1.25; }
.mini-card strong { font-size: .72rem; }
.mini-card span { color: #69717b; font-size: .57rem; }
.mini-card.compact { padding: 11px; }
.calendar-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--orange-dark)!important; background: #fff0e6; border-radius: 9px; font-weight: 800; }
.tab-bar { display: flex; justify-content: space-around; margin-top: 18px; color: #68717d; }
.tab-bar b { color: var(--orange); }
.floating-note { position: absolute; display: flex; align-items: center; gap: .65rem; padding: .75rem .9rem; border: 1px solid rgb(255 255 255 / .18); border-radius: 14px; color: white; background: rgb(19 47 72 / .9); box-shadow: 0 16px 40px rgb(0 0 0 / .3); backdrop-filter: blur(14px); font-size: .78rem; line-height: 1.2; }
.floating-note b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--orange); }
.floating-note small { color: #aebcca; }
.note-one { left: -4%; top: 23%; }
.note-two { right: -4%; bottom: 18%; }

.trust-strip { padding: 1.4rem clamp(1.25rem, 7vw, 7.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #8793a1; background: white; border-bottom: 1px solid #e8e9ea; }
.trust-strip p { margin: 0; color: var(--ink); font-weight: 700; }
.trust-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(1rem, 3vw, 2.7rem); font-weight: 700; font-size: .9rem; }
.section { padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.section-heading { max-width: 850px; }
.section-heading h2, .family-copy h2, .accessibility-copy h2, .closing h2 { margin: 0; font-size: clamp(2.35rem, 4.8vw, 4.8rem); }
.section-heading > p:last-child { max-width: 640px; color: var(--ink-soft); font-size: 1.08rem; }

.experience { background: #fff; }
.experience-panel { margin-top: 3rem; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: minmax(270px, .34fr) minmax(0, .66fr); box-shadow: var(--shadow); }
.profile-controls { display: flex; flex-direction: column; gap: .75rem; padding: 1.4rem; background: #f1f3f5; border-right: 1px solid var(--line); }
.profile-chip { display: flex; align-items: center; gap: .8rem; min-height: 76px; padding: .8rem; text-align: left; color: var(--ink); border: 1px solid transparent; border-radius: 16px; background: transparent; cursor: pointer; }
.profile-chip:hover { background: rgb(255 255 255 / .65); }
.profile-chip.active { border-color: #f1b48e; background: white; box-shadow: 0 8px 24px rgb(16 37 61 / .08); }
.profile-chip > span:last-child { display: grid; }
.profile-chip small { color: #667587; }
.chip-avatar { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; font-weight: 800; }
.chip-avatar.amber { color: #8c410e; background: #ffe3cf; }
.chip-avatar.blue { color: #174d79; background: #d8ebf9; }
.chip-avatar.green { color: #206243; background: #d8f0e4; }
.discover-demo { padding: clamp(1.2rem, 3vw, 2.4rem); min-width: 0; }
.demo-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.demo-toolbar small { color: #657489; }
.demo-toolbar h3 { margin: .2rem 0 0; font-size: 2rem; }
.filter-badge { padding: .45rem .7rem; border-radius: 999px; color: #88410e; background: #fff0e6; font-size: .8rem; font-weight: 700; }
.demo-search { height: 48px; margin: 1.35rem 0 .9rem; padding: 0 1rem; display: flex; align-items: center; gap: .65rem; color: #8a949f; border: 1px solid var(--line); border-radius: 13px; }
.demo-search b { margin-left: auto; font-size: .72rem; padding: .15rem .4rem; border: 1px solid var(--line); border-radius: 5px; }
.category-pills { display: flex; gap: .55rem; overflow: hidden; margin-bottom: 1.3rem; }
.category-pills span { white-space: nowrap; padding: .42rem .75rem; border-radius: 999px; color: #5b6979; background: #f3f4f5; font-size: .8rem; font-weight: 700; }
.category-pills .active { color: white; background: var(--orange); }
.opportunity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.opportunity-card { overflow: hidden; border: 1px solid #e2e5e8; border-radius: 17px; background: white; box-shadow: 0 8px 24px rgb(16 37 61 / .07); }
.opportunity-card img { width: 100%; aspect-ratio: 2.1/1; object-fit: cover; display: block; }
.opportunity-card .card-body { padding: 1rem; }
.opportunity-card small { color: var(--orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .05em; }
.opportunity-card h4 { margin: .3rem 0 .55rem; font: 800 1.02rem/1.25 Manrope, sans-serif; letter-spacing: -.02em; }
.opportunity-card p { margin: 0; color: #647184; font-size: .79rem; }
.demo-note { margin: 1rem 0 0; color: #7d8996; font-size: .75rem; }

.family-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; color: white; background: var(--ink); }
.family-copy > p:not(.eyebrow) { max-width: 650px; color: #bdc9d5; font-size: 1.06rem; }
.check-list { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.check-list li { display: flex; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgb(255 255 255 / .15); }
.check-list li > span { color: #ff9b5c; font-family: Manrope, sans-serif; font-weight: 800; }
.check-list div { display: grid; gap: .2rem; }
.check-list small { color: #aebdcb; font-size: .9rem; }
.code-card { max-width: 480px; width: 100%; justify-self: center; padding: 1.5rem; color: var(--ink); background: white; border-radius: 25px; box-shadow: 0 30px 70px rgb(0 0 0 / .25); }
.code-card-head { display: flex; justify-content: space-between; font-weight: 800; }
.secure-pill { color: #246341; font-size: .76rem; }
.code-person { display: flex; align-items: center; gap: .8rem; margin: 2rem 0; }
.code-person div { display: grid; }
.code-person small { color: #6d7784; }
.code-value { display: flex; gap: .8rem; padding: 1.2rem; justify-content: center; border: 1px dashed #b7bec7; border-radius: 13px; background: #f5f6f7; font: 800 1.45rem Manrope, sans-serif; letter-spacing: .16em; }
.code-card button { width: 100%; min-height: 48px; margin-top: 1rem; color: white; border: 0; border-radius: 12px; background: var(--orange); font-weight: 800; opacity: 1; }
.code-card p { margin: .8rem 0 0; color: #77818d; text-align: center; font-size: .74rem; }

.proof-section { background: #fff; }
.proof-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(270px, auto); gap: 1rem; }
.proof-card { position: relative; grid-column: span 4; padding: 1.6rem; border-radius: 22px; overflow: hidden; }
.proof-card > span { font: 800 .78rem Manrope, sans-serif; opacity: .65; }
.proof-card h3 { max-width: 260px; margin: 4.5rem 0 .8rem; font-size: 1.6rem; }
.proof-card p { max-width: 340px; margin: 0; opacity: .8; }
.proof-card.orange { color: white; background: var(--orange); }
.proof-card.navy { color: white; background: #163550; }
.proof-card.cream { grid-column: span 4; background: var(--cream); }
.proof-card.photo { grid-column: span 12; min-height: 330px; padding: 0; color: white; }
.proof-card.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.proof-card.photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(10 24 39 / .9), rgb(10 24 39 / .12)); }
.proof-card.photo div { position: relative; z-index: 1; max-width: 520px; padding: 2rem; }
.proof-card.photo h3 { margin-top: 5rem; }

.accessibility-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: #edf2f4; }
.accessibility-copy > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); }
.accessibility-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.7rem; }
.accessibility-tags span { padding: .5rem .75rem; border: 1px solid #c8d1d7; border-radius: 999px; background: rgb(255 255 255 / .58); font-size: .8rem; font-weight: 700; }
.contrast-demo { padding: 1rem; border-radius: 24px; background: #dce4e8; }
.appearance-switch { display: flex; gap: .2rem; width: max-content; margin: 0 auto 1rem; padding: .25rem; border-radius: 10px; background: #c8d1d7; }
.appearance-switch button { min-width: 76px; min-height: 38px; border: 0; border-radius: 8px; color: var(--ink); background: transparent; cursor: pointer; }
.appearance-switch button.active { background: white; box-shadow: 0 2px 8px rgb(16 37 61 / .12); }
.preview-surface { padding: 1.5rem; border-radius: 18px; transition: color .25s, background .25s; }
.preview-surface.light { color: #172334; background: #f7f5f1; }
.preview-surface.dark { color: #faf8f4; background: #11161c; }
.preview-surface > small { font-size: .67rem; font-weight: 800; color: var(--orange-dark); }
.preview-row { display: grid; grid-template-columns: 88px 1fr auto; gap: 1rem; align-items: center; margin-top: .75rem; padding: .8rem; border: 1px solid #d6d1ca; border-radius: 15px; background: white; box-shadow: 0 8px 22px rgb(16 37 61 / .1); }
.dark .preview-row { border-color: rgb(243 111 33 / .32); background: #39332f; box-shadow: 0 8px 24px rgb(0 0 0 / .3); }
.preview-row img { width: 88px; height: 78px; object-fit: cover; border-radius: 10px; }
.preview-row div { display: grid; }
.preview-row span { color: #6c7783; font-size: .8rem; }
.dark .preview-row span { color: #d2cbc4; }
.preview-row em { width: max-content; margin-top: .35rem; padding: .18rem .42rem; border-radius: 5px; color: #87400f; background: #fff0e6; font-size: .68rem; font-style: normal; font-weight: 700; }
.preview-row > strong { color: var(--orange); font-size: 1.2rem; }

.build-section { padding-block: 0; background: white; }
.build-panel { padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; color: white; background: linear-gradient(125deg, #e75b0e, var(--orange)); border-radius: 28px; }
.build-panel h2 { max-width: 850px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); }
.build-panel p:not(.eyebrow) { max-width: 760px; color: #fff0e6; }
.light-button { color: var(--ink); background: white; white-space: nowrap; }
.closing { text-align: center; background: white; }
.closing .eyebrow { justify-content: center; }
.closing h2 { max-width: 1100px; margin: 0 auto 2rem; }

footer { padding: 2.5rem clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; color: #b8c2cc; background: #0a1b2e; font-size: .85rem; }
.footer-brand { color: white; }
.footer-brand .brand-mark { color: white; }
footer p { margin: 0; }
footer > div { display: flex; gap: 1.25rem; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #ff9b5c; outline-offset: 3px; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr .8fr; gap: 2rem; }
  .hero-visual { transform: scale(.85); margin-inline: -3rem; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .proof-card { grid-column: span 6; }
  .proof-card.cream { grid-column: span 12; }
  .build-panel { grid-template-columns: 1fr; align-items: start; }
  .build-panel .button { justify-self: start; }
}

@media (max-width: 800px) {
  .site-header nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 125px; }
  .hero-visual { min-height: 630px; transform: none; margin: 0; }
  .hero-facts { grid-template-columns: 1fr; gap: .6rem; }
  .hero-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; align-items: baseline; }
  .trust-strip { align-items: flex-start; flex-direction: column; }
  .trust-strip div { justify-content: flex-start; }
  .experience-panel, .family-section, .accessibility-section { grid-template-columns: 1fr; }
  .profile-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-card, .proof-card.cream, .proof-card.photo { grid-column: span 12; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.7rem, 13.5vw, 4.1rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 535px; transform: scale(.82); margin-inline: -2rem; }
  .phone-shell { width: 298px; }
  .note-one { left: -3%; }
  .note-two { right: -3%; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .demo-toolbar { align-items: flex-start; flex-direction: column; }
  .preview-row { grid-template-columns: 66px 1fr auto; gap: .7rem; }
  .preview-row img { width: 66px; height: 66px; }
  .preview-row em { width: auto; }
  .build-panel .button { white-space: normal; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  :root { --line: #687383; }
  .eyebrow, .opportunity-card small { color: #9b3500; }
}
