@import url("style.css");
:root{--navy:#153b45;--sea:#267c72;--paper:#f8f8f0;--ink:#19363c;--muted:#687d7d;--line:#dbe1d9;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.public-body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}.public-body a{color:inherit;text-decoration:none}.public-body .brand{display:flex;align-items:center;gap:10px;font-weight:750;font-size:25px;letter-spacing:-1.2px;color:var(--navy)}.brand-dot{color:#df9a61}.public-body .btn{display:inline-flex;justify-content:center;align-items:center;gap:20px;padding:13px 21px;border-radius:9px;border:1px solid var(--line);background:transparent;font-weight:600;font-size:14px;color:var(--ink);cursor:pointer;line-height:1.4}.public-body .btn.primary{background:var(--navy);border-color:var(--navy);color:white}.public-body .btn.primary:hover{background:#24616a}.public-body .btn.large{padding:17px 23px;font-size:15px}.public-body .btn.light{background:var(--paper);color:var(--navy);border-color:var(--paper)}.public-body :focus-visible{outline:3px solid #df9a61;outline-offset:4px}.site-header{max-width:1360px;margin:auto;padding:26px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.site-header nav{display:flex;gap:30px;font-size:14px}.header-actions{display:flex;align-items:center;gap:28px}.login-link{font-size:14px}.hero{max-width:1360px;margin:auto;padding:70px 5% 62px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;min-height:650px;gap:0}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;display:block;color:var(--sea);margin:0 0 24px}.live-dot{display:inline-block;background:var(--sea);width:7px;height:7px;border-radius:50%;margin-right:8px;vertical-align:1px}.hero h1{font-weight:500;font-size:clamp(52px,5.7vw,84px);letter-spacing:-5px;line-height:1.04;margin:24px 0 28px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--sea);letter-spacing:-3px}.hero-copy>p{font-size:20px;line-height:1.5;max-width:470px;margin:0 0 16px}.hero-copy>p.hero-secondary{font-size:15px;color:var(--muted);max-width:415px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:24px;margin:28px 0 20px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:600}.free-note{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.check-circle{color:var(--sea);border:1px solid #a9c3af;border-radius:50%;width:16px;height:16px;text-align:center;line-height:15px;font-size:11px}.hero-art{position:relative;margin-right:-35px;align-self:center}.hero-art>img{width:100%;height:auto;display:block}.coordinate{position:absolute;left:12%;top:4%;font-size:9px;letter-spacing:2px;color:#8a9d98}.coordinate span{display:block;margin-top:8px;font-size:8px}.floating-label{position:absolute;bottom:14%;right:4%;padding:16px 22px;background:#fffffff0;display:flex;gap:12px;align-items:center;border-radius:13px;box-shadow:0 15px 50px #193b4414;transform:rotate(-3deg)}.floating-label strong{display:block;font-size:13px}.floating-label small{display:block;font-size:10px;color:var(--muted);margin-top:6px}.round-icon{width:34px;height:34px;border-radius:50%;background:#e4f1e8;color:var(--sea);display:grid;place-items:center;font-size:21px}.art-caption{position:absolute;bottom:1%;right:18%;font-size:8px;letter-spacing:3px;color:#648782}.benefit-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1224px;margin:auto;padding:25px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.benefit-strip>span{font-size:10px;color:#9baba7;display:flex;align-items:center;gap:13px;justify-content:center}.benefit-strip strong{font-weight:500;color:var(--ink);font-size:12px}.section{max-width:1224px;margin:auto;padding:90px 0}.section-intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px;gap:28px}.section h2{font-weight:500;font-size:44px;letter-spacing:-1.9px;line-height:1.14;margin:0}.section-intro>p{font-size:14px;color:var(--muted);line-height:1.75}.product-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.product-points article{display:flex;gap:23px;margin-bottom:34px}.feature-number{border:1px solid var(--line);border-radius:50%;width:33px;height:33px;display:grid;place-items:center;flex-shrink:0;font-size:10px;color:var(--sea)}.product-points h3{font-size:17px;margin:5px 0 10px;letter-spacing:-.2px}.product-points p{font-size:13px;line-height:1.8;color:var(--muted);margin:0}.preview-board{background:#fff;border:1px solid var(--line);border-radius:15px;padding:27px;box-shadow:0 20px 55px #1e413c09}.preview-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sample-label{font-size:10px;color:#779389;background:#f1f5ed;border:1px solid #dce5d9;border-radius:4px;padding:5px 8px}.preview-metrics{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:30px}.preview-metrics>div{padding:19px;background:#edf4ed;border-radius:10px}.preview-metrics>div+div{background:#f7f5eb}.preview-metrics small,.preview-metrics span{display:block;font-size:10px;color:var(--muted)}.preview-metrics strong{font-size:27px;letter-spacing:-1px;display:block;margin:13px 0 8px;font-weight:500}.preview-table{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px 14px}.preview-table>span{font-size:8px;letter-spacing:.6px;color:var(--muted)}.preview-table>strong{font-size:11px;font-weight:500}.demo-bar{height:9px;border-radius:10px;overflow:hidden;display:flex;background:#ede7c9}.demo-bar i{background:#529d88}.demo-bar b{background:#d98c79}.demo-bar em{background:#e3c473;flex:1}.preview-bottom{display:flex;gap:13px;font-size:8px;margin-top:24px;color:var(--muted);align-items:center;flex-wrap:wrap}.preview-bottom a{margin-left:auto;color:var(--sea);font-size:10px}.preview-bottom i{display:inline-block;width:5px;height:5px;background:#529d88;border-radius:50%;margin-right:4px}.preview-bottom>span:nth-child(2) i{background:#d98c79}.preview-bottom>span:nth-child(3) i{background:#e3c473}.journey{border-top:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.steps article{border-top:2px solid #dbe4d9;padding-top:24px}.steps article>span{font-size:9px;letter-spacing:1.7px;color:var(--sea)}.steps h3{font-size:20px;letter-spacing:-.4px;font-weight:500;margin:24px 0 13px}.steps p{font-size:13px;color:var(--muted);line-height:1.8;max-width:295px}.trust-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:80px}.trust-copy p{font-size:14px;color:var(--muted);line-height:1.8;margin:0 0 18px}.trust-copy a{display:block;margin-top:26px;color:var(--sea)}.boarding{background:var(--navy);padding:75px 24px;text-align:center;position:relative;overflow:hidden}.boarding:after,.boarding:before{content:'';position:absolute;width:600px;height:600px;border:1px solid #ffffff12;border-radius:50%;right:-280px;top:-220px;pointer-events:none}.boarding:before{right:auto;left:-350px;top:110px}.boarding .eyebrow{color:#a5c7b7}.boarding h2{font-size:49px;letter-spacing:-2px;font-weight:400;line-height:1.13;color:var(--paper);margin:0 0 32px}.boarding p{font-size:11px;color:#a0b8b8;margin-top:20px}.site-footer{max-width:1360px;margin:auto;padding:38px 5%;display:flex;gap:28px;align-items:center;font-size:11px;color:var(--muted)}.site-footer .brand{font-size:20px}.site-footer .brand img{width:30px;height:30px}.site-footer>a:not(.brand){margin-left:auto}.site-footer small{font-size:10px}.auth-layout{min-height:70vh;max-width:1090px;margin:auto;padding:60px 5% 80px;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:90px}.auth-story{padding-top:35px}.auth-story h1{font-size:49px;line-height:1.13;letter-spacing:-2.1px;font-weight:500;margin:0 0 24px}.auth-story p{font-size:15px;line-height:1.8;color:var(--muted)}.auth-story img{width:270px;display:block;margin:20px auto}.public-body .auth-card{padding:32px;background:#fff;border:1px solid var(--line);border-radius:18px;width:auto;max-width:none;box-shadow:0 18px 50px #123b4505}.auth-card h2{font-size:24px;letter-spacing:-.6px;font-weight:500;margin:0 0 10px}.public-body label{font-size:12px;color:var(--ink);font-weight:500}.public-body input,.public-body select{border:1px solid #d6dfd7;border-radius:7px;background:#fcfcf8;padding:12px;min-height:44px;color:var(--ink);font:inherit;width:100%}.public-body .auth-card form{display:grid;gap:17px;margin-top:24px}.auth-card .checkbox-label{display:flex;gap:10px;font-size:11px;line-height:1.65;align-items:flex-start}.public-body .checkbox-label input{width:16px;min-height:16px;margin-top:1px;flex-shrink:0}.auth-card .checkbox-label a{text-decoration:underline}.auth-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;font-size:12px;margin:24px 0 0;color:var(--sea)}.auth-card .muted{font-size:12px;line-height:1.6}.public-body .notice{font-size:13px;line-height:1.6}.prose-page{max-width:850px;padding:60px 5% 80px;margin:auto}.prose-page h1{font-size:42px;font-weight:500;letter-spacing:-1.5px}.prose-page h2{font-size:21px;font-weight:600;margin-top:34px}.prose-page p,.prose-page li{font-size:15px;line-height:1.8;color:var(--muted)}.public-body .demo-content{max-width:1224px;padding:60px 0;margin:auto}.demo-banner{background:#e8efe5;padding:16px 22px;border-radius:10px;font-size:13px;margin-bottom:30px;line-height:1.6}.demo-banner a{font-weight:600;text-decoration:underline}.demo-content h1{font-size:40px;letter-spacing:-1.5px;font-weight:500}.demo-resource{display:grid;grid-template-columns:1.4fr 1fr 1fr;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}.demo-resource strong{font-weight:500}.demo-resource:last-child{border-bottom:0}.demo-tabs{display:flex;gap:8px;margin-bottom:26px}.demo-tabs a{padding:11px 18px;border:1px solid var(--line);border-radius:8px;font-size:13px}.demo-tabs a.active{background:var(--navy);color:#fff}.demo-details{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.demo-details>section{background:#fff;padding:28px;border:1px solid var(--line);border-radius:14px}.demo-details h2{font-size:18px;margin-top:0}.demo-details p{font-size:12px;color:var(--muted);line-height:1.7}.demo-content .preview-board{max-width:850px}.demo-content .preview-table{gap:27px;font-size:13px}.demo-content .preview-table>strong{font-size:13px}.demo-content .preview-metrics strong{font-size:33px}
@media(min-width:1500px){.hero{min-height:700px}}@media(max-width:1300px){.section,.benefit-strip,.public-body .demo-content{margin-left:5%;margin-right:5%}.hero-art{margin-right:0}.hero-actions{gap:18px}.product-layout{gap:40px}.floating-label{right:-1%}}@media(max-width:950px){.site-header nav{gap:16px}.hero{gap:15px;padding-top:55px;padding-bottom:50px;min-height:0}.hero h1{font-size:62px;letter-spacing:-3px}.hero-copy>p{font-size:17px}.hero-copy>p.hero-secondary{font-size:13px}.hero-art{margin-right:-18px}.floating-label{padding:11px;bottom:7%}.floating-label small{font-size:8px}.floating-label strong{font-size:10px}.benefit-strip{grid-template-columns:1fr 1fr}.section{padding-top:60px;padding-bottom:60px}.section h2{font-size:36px}.product-layout{gap:30px}.preview-board{padding:18px}.preview-metrics{gap:10px}.preview-metrics>div{padding:13px}.preview-metrics strong{font-size:22px}.auth-layout{gap:35px}.auth-story h1{font-size:39px}.site-footer{flex-wrap:wrap}.site-footer>span{display:none}.trust-section{gap:40px}}@media(max-width:680px){.site-header{padding:18px 5%;gap:15px}.public-body .brand{font-size:23px}.brand img{width:32px;height:32px}.site-header nav{display:none}.header-actions{gap:15px}.header-actions .btn{padding:10px 12px;font-size:12px}.hero{padding:45px 6% 32px;grid-template-columns:1fr;gap:0}.hero h1{font-size:64px;letter-spacing:-3.5px;line-height:1.05;margin-top:20px}.hero-copy>p{font-size:17px}.hero-copy>p.hero-secondary{font-size:14px;max-width:390px}.hero-actions{gap:23px;margin-top:23px}.hero-actions .btn.large{font-size:13px;padding:15px 17px;gap:15px}.hero-art{margin:15px -4% -15px;max-width:500px;justify-self:center}.hero-art .coordinate{top:7%}.floating-label{bottom:13%;right:6%;padding:14px}.floating-label strong{font-size:12px}.floating-label small{font-size:9px}.eyebrow{font-size:9px;letter-spacing:1.8px;margin-bottom:20px}.benefit-strip{gap:19px 9px;padding:22px 0}.benefit-strip>span{justify-content:flex-start;font-size:8px;gap:8px}.benefit-strip strong{font-size:10px}.section{padding-top:50px;padding-bottom:50px}.section-intro{display:block;margin-bottom:30px}.section-intro>p{font-size:13px;margin-top:20px}.section h2{font-size:35px;letter-spacing:-1.4px}.product-layout{grid-template-columns:1fr;gap:10px}.product-points article{margin-bottom:25px}.preview-board{padding:21px 18px}.preview-metrics strong{font-size:26px}.preview-table{gap:24px 12px}.preview-table>span{font-size:7px}.preview-table>strong{font-size:10px}.steps{grid-template-columns:1fr;gap:25px}.steps h3{margin-top:17px;font-size:22px}.steps p{max-width:100%;margin-bottom:0}.trust-section{grid-template-columns:1fr;gap:30px}.boarding{padding:54px 5%}.boarding h2{font-size:38px;letter-spacing:-1.5px}.site-footer{padding:28px 5%;gap:20px;justify-content:space-between}.site-footer>a:not(.brand){font-size:10px;margin-left:0}.site-footer small{width:100%;text-align:center}.auth-layout{grid-template-columns:1fr;padding:35px 5% 50px;gap:24px}.auth-story{padding-top:0}.auth-story h1{font-size:34px;margin-bottom:10px}.auth-story img{display:none}.auth-story p{font-size:13px;margin:0}.public-body .auth-card{padding:25px}.prose-page{padding-top:30px}.prose-page h1{font-size:34px}.demo-details{grid-template-columns:1fr}.demo-content h1{font-size:32px}.demo-content .preview-table{gap:21px 12px}.demo-content .preview-table>strong{font-size:10px}.demo-resource{font-size:12px;gap:9px}.demo-content .preview-metrics strong{font-size:26px}.desktop-break{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.setup-shell{max-width:760px;margin:40px auto;padding:36px;background:#fff;border:1px solid #dce8e9;border-radius:20px}.setup-shell .brand{display:inline-flex;margin-bottom:24px}.setup-shell h1{font-size:clamp(30px,6vw,48px);letter-spacing:-1.5px}.setup-shell hr{border:0;border-top:1px solid #dce8e9;margin:28px 0}.setup-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.setup-checks{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.setup-checks span{font-size:12px;border-radius:20px;padding:6px 10px;background:#edf5f4}.check-ok{color:#126957}.setup-checks .check-fail{background:#fff0ed;color:#a83e2c}@media(max-width:600px){.setup-shell{margin:16px;padding:22px}.setup-grid{grid-template-columns:1fr;gap:0}}
