@font-face{font-family:Nunito;src:url("./assets/Nunito-Medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:Nunito;src:url("./assets/Nunito-Bold.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:Nunito;src:url("./assets/Nunito-ExtraBold.ttf") format("truetype");font-weight:800;font-display:swap}

:root{
  --ink:#111c46;--muted:#687595;--blue:#2479ed;--blue-dark:#155bc3;
  --soft:#f2f7ff;--line:#dfe8f5;--white:#fff;--mint:#ddf7ed;
  --shadow:0 24px 70px rgba(42,71,118,.13);--shell:min(1120px,calc(100% - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Nunito,system-ui,sans-serif;background:#fff;background-image:radial-gradient(rgba(36,121,237,.045) 1px,transparent 1.3px);background-size:22px 22px}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
p{color:var(--muted);line-height:1.68}
.shell{width:var(--shell);margin-inline:auto}
.site-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;padding:14px max(24px,calc((100% - 1120px)/2));border-bottom:1px solid rgba(223,232,245,.9);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}
.brand,.footer-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.03em}
.brand img{width:42px;height:42px;border-radius:13px}.footer-brand img{width:34px;height:34px;border-radius:10px}
.nav-links{display:flex;align-items:center;gap:25px;color:#3f4c6f;font-size:14px;font-weight:800}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:15px;color:#fff;background:linear-gradient(135deg,#4298ff,#1468e5);box-shadow:0 14px 30px rgba(36,121,237,.23);font-size:14px;font-weight:800}
.button:hover{background:linear-gradient(135deg,#358ff7,#0e5dcc)}
.button-small{min-height:42px;padding:0 17px;font-size:13px}
.text-link{color:var(--blue);font-weight:800}
.eyebrow{display:inline-block;margin:0 0 16px;padding:7px 12px;border-radius:999px;color:var(--blue-dark);background:#e7f1ff;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.product-hero{padding:90px 0 76px}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);align-items:center;gap:70px}
.product-hero h1{max-width:720px;margin:0 0 24px;font-size:clamp(42px,5.4vw,70px);line-height:1.06;letter-spacing:-.047em}
.product-hero h1 span{color:var(--blue)}
.hero-lede{max-width:680px;margin:0 0 28px;font-size:19px}
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.hero-note{margin:18px 0 0;color:#8691aa;font-size:12px;font-weight:700}
.phone-stage{position:relative;display:grid;place-items:center;min-height:590px;padding:34px;border:1px solid var(--line);border-radius:36px;background:linear-gradient(150deg,#edf5ff,#fff 66%);box-shadow:var(--shadow)}
.phone{position:relative;width:284px;filter:drop-shadow(0 28px 35px rgba(31,54,91,.18))}
.phone-frame{position:relative;z-index:2;width:100%}
.phone-shot{position:absolute;z-index:1;inset:1.6% 5.6% 1.8% 5.9%;width:88.5%;height:96.6%;border-radius:37px;object-fit:cover;object-position:center top}
.stage-boo{position:absolute;right:20px;bottom:22px;width:112px;filter:drop-shadow(0 16px 24px rgba(31,78,148,.2))}
.product-phone-stage{display:grid;min-height:620px;place-items:center;padding:32px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(145deg,#eef5ff,#fff);box-shadow:var(--shadow)}
.product-phone-stage .phone{width:300px}
.direct-answer{padding:40px 0}
.answer-card{display:grid;grid-template-columns:180px 1fr;gap:34px;padding:38px;border:1px solid #cfe0f5;border-radius:28px;background:#f7fbff}
.answer-card strong{font-size:20px;line-height:1.3}.answer-card p{margin:0;color:#435273;font-size:18px}
.section{padding:80px 0}
.section-soft{background:linear-gradient(180deg,#f3f8ff,#fff)}
.section-heading{max-width:760px;margin:0 auto 44px;text-align:center}
.section-heading h2{margin:0 0 17px;font-size:clamp(34px,4vw,52px);line-height:1.12;letter-spacing:-.04em}
.section-heading p{margin:0;font-size:17px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feature-card{padding:22px 22px 28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 15px 44px rgba(42,71,118,.07);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.feature-card:hover{transform:translateY(-5px);border-color:#b8d1f2;box-shadow:0 22px 54px rgba(42,71,118,.12)}
.feature-visual{position:relative;display:grid;height:104px;margin-bottom:24px;overflow:hidden;place-items:center;border-radius:18px;background:linear-gradient(145deg,#edf5ff,#f8fbff)}
.feature-visual:after{position:absolute;width:76px;height:76px;border:1px solid rgba(36,121,237,.12);border-radius:50%;content:"";transition:transform .35s ease,opacity .35s ease}
.feature-visual svg{position:relative;z-index:1;width:54px;height:54px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature-card:hover .feature-visual:after{transform:scale(1.12);opacity:.7}
.feature-card:hover .feature-visual svg{animation:featureIconLift .7s ease}
.feature-visual.visual-lilac{background:linear-gradient(145deg,#f0ebff,#faf8ff)}
.feature-visual.visual-lilac svg{stroke:#7650d8}.feature-visual.visual-lilac:after{border-color:rgba(118,80,216,.13)}
.feature-visual.visual-mint{background:linear-gradient(145deg,#e4f8f0,#f8fffc)}
.feature-visual.visual-mint svg{stroke:#15946d}.feature-visual.visual-mint:after{border-color:rgba(21,148,109,.13)}
.feature-number{position:absolute;z-index:2;top:11px;left:12px;display:grid;width:27px;height:27px;place-items:center;border-radius:9px;color:var(--blue);background:#fff;font-size:10px;font-weight:800;box-shadow:0 7px 18px rgba(42,71,118,.1)}
.boo-scene:after{width:82px;height:82px}
.boo-scene .mini-boo{position:relative;z-index:2;width:54px;filter:drop-shadow(0 9px 12px rgba(38,90,156,.18));transition:transform .35s ease}
.feature-card:hover .boo-scene .mini-boo{transform:translateY(-5px) rotate(-2deg)}
.boo-scene .scene-mark{position:absolute;z-index:3;color:var(--blue);font-weight:800}
.boo-scene .thought-one{top:18px;right:29px;width:30px;height:22px;border:1.5px solid #a9c9f4;border-radius:50%;background:#fff}
.boo-scene .thought-one:before,.boo-scene .thought-one:after{position:absolute;border-radius:50%;background:#fff;border:1.5px solid #a9c9f4;content:""}
.boo-scene .thought-one:before{left:-8px;bottom:-4px;width:8px;height:8px}.boo-scene .thought-one:after{left:-13px;bottom:-8px;width:4px;height:4px}
.boo-scene .context-lines{top:27px;right:35px;width:17px;height:8px;border-top:2px solid #2479ed;border-bottom:2px solid #2479ed;transform:rotate(-4deg)}
.boo-scene .step-one,.boo-scene .step-two,.boo-scene .step-three{right:25px;width:26px;border-radius:5px;background:#fff;box-shadow:0 5px 12px rgba(42,71,118,.12)}
.boo-scene .step-one{bottom:18px;height:8px}.boo-scene .step-two{right:31px;bottom:26px;height:8px}.boo-scene .step-three{right:37px;bottom:34px;height:8px}
.boo-scene .calendar-mini{right:24px;bottom:19px;display:grid;width:31px;height:29px;place-items:center;border:2px solid #15946d;border-radius:7px;background:#fff;color:#15946d;font-size:13px}
.boo-scene .calendar-mini:before{position:absolute;top:6px;right:0;left:0;border-top:2px solid #15946d;content:""}
.boo-scene .spark-one{top:20px;left:32px;color:#e89b1b;font-size:17px}.boo-scene .spark-two{top:30px;left:26px;color:#2479ed;font-size:10px}
.feature-card h3{margin:0 0 10px;font-size:20px;letter-spacing:-.02em}.feature-card p{margin:0;font-size:15px}
.example{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:50px}
.example h2,.story h2{margin:0 0 18px;font-size:clamp(32px,4vw,48px);line-height:1.13;letter-spacing:-.038em}
.quote{margin:24px 0;padding:20px 22px;border-left:4px solid var(--blue);border-radius:0 18px 18px 0;color:#253358;background:#f1f7ff;font-size:18px;font-weight:800;line-height:1.55}
.illustration{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow)}
.illustration img{width:100%;height:auto}
.check-list{display:grid;gap:13px;margin:24px 0 0;padding:0;list-style:none}
.check-list li{position:relative;padding-left:32px;color:#435273;line-height:1.55}
.check-list li:before{position:absolute;left:0;top:0;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;color:#168664;background:var(--mint);content:"✓";font-size:11px;font-weight:800}
.boundary{padding:26px 28px;border:1px solid #e7d9a7;border-radius:22px;background:#fffaf0}
.boundary strong{display:block;margin-bottom:7px}.boundary p{margin:0;color:#596684;font-size:14px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.related-card{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:transform .2s,border-color .2s}
.related-card:hover{transform:translateY(-3px);border-color:#a9c8f0}.related-card strong{display:block;margin-bottom:7px;font-size:17px}.related-card span{color:var(--muted);font-size:13px;line-height:1.5}

.dark-calendar-stage{padding-bottom:26px;background:linear-gradient(145deg,#101a30,#25375a)}
.product-screen-caption{max-width:340px;margin-top:20px;color:#d6e1f8;font-size:12px;font-weight:800;line-height:1.5;text-align:center}
.product-cta{padding:82px 0;background:#111c46;background-image:radial-gradient(rgba(143,185,255,.1) 1px,transparent 1.3px);background-size:22px 22px;text-align:center}
.product-cta h2{margin:0 0 12px;color:#fff;font-size:clamp(36px,4.5vw,56px);letter-spacing:-.04em}.product-cta p{max-width:620px;margin:0 auto 27px;color:#aebcdd;font-size:17px}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:35px 0 42px;color:var(--muted);font-size:12px;font-weight:700}
.footer-links{display:flex;gap:17px;color:var(--ink)}
@keyframes featureIconLift{0%,100%{transform:translateY(0)}45%{transform:translateY(-5px)}70%{transform:translateY(1px)}}

@media(max-width:900px){
  .nav-links{display:none}.product-hero-grid,.example{grid-template-columns:1fr}.product-hero-copy{max-width:760px}.phone-stage{min-height:540px}.feature-grid,.related-grid{grid-template-columns:1fr 1fr}.answer-card{grid-template-columns:1fr;gap:12px}.site-footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  :root{--shell:min(100% - 26px,1120px)}
  .site-header{padding:9px 13px}.brand span{font-size:17px}.brand img{width:36px;height:36px}.button-small{min-height:38px;padding:0 12px;font-size:11px}
  .product-hero{padding:62px 0 54px}.product-hero h1{font-size:40px}.hero-lede{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.phone-stage{min-height:500px;padding:24px}.phone{width:250px}.stage-boo{right:8px;width:82px}.product-phone-stage{min-height:540px;padding:22px}.product-phone-stage .phone{width:270px}
  .direct-answer{padding:26px 0}.answer-card{padding:25px}.answer-card p{font-size:16px}.section{padding:60px 0}.section-heading{text-align:left}.feature-grid,.related-grid{grid-template-columns:1fr}.example{gap:30px}.quote{font-size:16px}.site-footer{padding-bottom:30px}
}
@media(prefers-reduced-motion:reduce){.feature-card,.feature-visual:after,.feature-visual svg,.boo-scene .mini-boo{transition:none!important;animation:none!important}}
