:root { --ink:#16233f; --night:#11192d; --cream:#f5f0e8; --paper:#fcfaf6; --peach:#edaa83; --rose:#d46f69; --gold:#e3bf72; --muted:#677080; --line:rgba(22,35,63,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"DM Sans", sans-serif; overflow-x:hidden; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; opacity:.35; background-image:linear-gradient(rgba(22,35,63,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(22,35,63,.05) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to bottom,black,transparent 70%); }
a { color:inherit; text-decoration:none; }
.section-shell { width:min(1160px,calc(100% - 48px)); margin-inline:auto; }
.page-glow { position:fixed; pointer-events:none; border-radius:50%; filter:blur(1px); opacity:.75; }
.glow-one { width:520px; height:520px; right:-180px; top:110px; background:radial-gradient(circle,rgba(237,170,131,.34),rgba(237,170,131,0) 69%); }
.glow-two { width:380px; height:380px; left:-170px; top:790px; background:radial-gradient(circle,rgba(212,111,105,.18),rgba(212,111,105,0) 70%); }
.site-header { position:relative; z-index:2; width:min(1160px,calc(100% - 48px)); height:100px; margin:auto; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:baseline; font-size:23px; letter-spacing:-1.7px; font-weight:700; }
.brand-mark { display:inline-grid; place-items:center; width:24px; height:24px; margin-right:1px; color:var(--paper); border-radius:8px 8px 8px 2px; background:var(--ink); font-family:"Playfair Display",serif; font-size:20px; font-style:italic; }
.brand b { color:var(--rose); font-size:17px; letter-spacing:-1px; }
nav { display:flex; gap:30px; margin-left:115px; font-size:13px; font-weight:600; }
nav a { transition:color .2s ease; } nav a:hover { color:var(--rose); }
.header-cta { border-bottom:1px solid var(--ink); padding-bottom:4px; font-size:13px; font-weight:700; }.header-cta span { color:var(--rose); font-size:17px; }
.hero { min-height:650px; padding:85px 0 82px; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; position:relative; }
.eyebrow { display:flex; align-items:center; gap:9px; margin:0 0 18px; color:var(--muted); font-size:10px; font-family:"DM Mono",monospace; font-weight:500; letter-spacing:1.35px; text-transform:uppercase; }.eyebrow span { display:block; width:25px; height:1px; background:var(--rose); }
h1,h2,h3,p { margin-top:0; } h1,h2 { letter-spacing:-2.6px; font-weight:600; } h1 { max-width:580px; margin-bottom:23px; font-size:clamp(50px,6vw,81px); line-height:.98; } h1 em,h2 em { color:var(--rose); font-family:"Playfair Display",serif; font-weight:600; } .hero-text { max-width:460px; color:var(--muted); font-size:17px; line-height:1.65; }
.hero-actions { display:flex; align-items:center; gap:26px; margin-top:31px; }.button { display:inline-flex; align-items:center; gap:28px; padding:15px 18px 15px 21px; border-radius:5px; font-size:13px; font-weight:700; transition:transform .2s ease,box-shadow .2s ease; }.button:hover { transform:translateY(-3px); box-shadow:0 8px 16px rgba(17,25,45,.16); }.button span { font-size:19px; }.button-dark { background:var(--ink); color:white; }.text-link { border-bottom:1px solid var(--line); padding-bottom:4px; font-size:13px; font-weight:700; }.text-link span { color:var(--rose); margin-left:7px; font-size:16px; }
.hero-note { display:flex; align-items:center; gap:8px; margin-top:37px; color:var(--muted); font-size:11px; }.status-dot { width:7px; height:7px; border-radius:50%; background:#4e986f; box-shadow:0 0 0 4px rgba(78,152,111,.13); }
.hero-product { position:relative; height:490px; display:grid; place-items:center; }.app-window { width:290px; min-height:442px; position:relative; z-index:1; overflow:hidden; border:8px solid #293550; border-radius:31px; background:#fbfaf7; box-shadow:0 32px 60px rgba(22,35,63,.22); transform:rotate(4deg); }.app-topbar { padding:15px 17px 12px; display:flex; align-items:center; justify-content:space-between; background:#f4eee6; }.tiny-brand { font-size:13px; letter-spacing:-1px; font-weight:700; }.tiny-brand span { padding:1px 4px; background:var(--ink); color:white; border-radius:4px; font-family:"Playfair Display",serif; font-style:italic; }.tiny-brand b { color:var(--rose); }.avatar { display:grid; place-items:center; width:23px; height:23px; border-radius:50%; background:#d9a078; color:white; font-size:8px; font-weight:700; }.app-body { padding:23px 18px; }.app-kicker { margin-bottom:5px; color:#7b8391; font-family:"DM Mono",monospace; font-size:8px; letter-spacing:.7px; }.app-body h2 { margin-bottom:17px; font-size:27px; letter-spacing:-1.2px; }.summary-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-bottom:18px; }.summary-grid div { padding:9px 6px; border-radius:9px; background:#f0ebe4; }.summary-grid strong,.summary-grid span { display:block; }.summary-grid strong { font-size:15px; }.summary-grid span { margin-top:3px; color:#747c89; font-size:7px; }.schedule-card { display:flex; align-items:center; gap:9px; padding:10px 9px; margin-top:7px; border:1px solid #e5e3df; border-left:3px solid var(--gold); border-radius:8px; background:white; }.schedule-card.accent-card { border-left-color:var(--rose); }.schedule-time { color:#737b86; font-family:"DM Mono",monospace; font-size:9px; }.schedule-card b,.schedule-card span { display:block; }.schedule-card b { font-size:10px; }.schedule-card span { margin-top:2px; color:#7b8491; font-size:8px; }.schedule-card i { width:7px; height:7px; margin-left:auto; border-radius:50%; background:#6ca77a; }.progress-label { display:flex; justify-content:space-between; margin:22px 0 6px; color:#6d7684; font-size:8px; }.progress-label b { color:var(--ink); }.progress { height:5px; overflow:hidden; border-radius:6px; background:#e5e2dd; }.progress span { display:block; width:78%; height:100%; background:var(--ink); border-radius:6px; }
.orbit { position:absolute; border:1px solid rgba(22,35,63,.12); border-radius:50%; }.orbit-one { width:455px; height:455px; }.orbit-two { width:360px; height:360px; border-style:dashed; animation:spin 25s linear infinite; }.floating-card { position:absolute; z-index:3; display:flex; align-items:center; gap:10px; width:204px; padding:11px; border:1px solid rgba(22,35,63,.1); border-radius:10px; background:rgba(255,255,255,.9); box-shadow:0 15px 30px rgba(22,35,63,.12); backdrop-filter:blur(4px); }.floating-card b,.floating-card small { display:block; }.floating-card b { font-size:10px; }.floating-card small { margin-top:3px; color:#737c89; font-size:8px; }.floating-card-one { top:82px; left:-8px; animation:float 5s ease-in-out infinite; }.floating-card-two { right:-7px; bottom:66px; animation:float 5s ease-in-out 1.8s infinite; }.mini-icon { display:grid; place-items:center; flex:0 0 26px; height:26px; border-radius:8px; background:#d9eadf; color:#38754f; font-size:12px; font-weight:700; }.mini-icon.peach { background:#f8dfd0; color:#b96044; }
.proof { padding:28px 0 40px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:25px; }.proof p { margin:0; color:var(--muted); font-size:13px; }.proof-list { display:flex; gap:23px; color:var(--ink); font-family:"DM Mono",monospace; font-size:10px; letter-spacing:.6px; }.proof-list span::before { content:"✦"; margin-right:7px; color:var(--rose); }
.feature-intro { padding:135px 0 55px; display:flex; align-items:end; justify-content:space-between; gap:70px; }.feature-intro h2,.workflow h2 { margin:0; font-size:clamp(36px,4.5vw,58px); line-height:1.04; }.feature-intro-text { max-width:365px; margin:0 0 5px; color:var(--muted); font-size:15px; line-height:1.65; }
.feature-grid { display:grid; grid-template-columns:1.12fr 1fr 1fr; gap:16px; }.feature-card { min-height:480px; padding:25px; position:relative; overflow:hidden; border-radius:9px; }.dark-card { color:white; background:var(--night); }.cream-card { background:#e8ded1; }.blue-card { color:white; background:#38547e; }.card-number { color:inherit; opacity:.55; font-family:"DM Mono",monospace; font-size:11px; }.feature-card h3 { position:absolute; bottom:58px; margin:0; font-size:23px; letter-spacing:-1px; }.feature-card p { position:absolute; right:25px; bottom:19px; left:25px; margin:0; color:inherit; opacity:.74; font-size:12px; line-height:1.55; }.calendar-mock { width:255px; padding:18px; position:absolute; top:75px; left:calc(50% - 127px); border:1px solid rgba(255,255,255,.16); border-radius:10px; background:#212c43; transform:rotate(-5deg); box-shadow:10px 15px 30px rgba(0,0,0,.23); }.calendar-head { display:flex; justify-content:space-between; padding-bottom:14px; border-bottom:1px solid rgba(255,255,255,.13); font-size:10px; }.calendar-head span { color:#d7a67a; }.weekdays,.days { display:grid; grid-template-columns:repeat(7,1fr); text-align:center; }.weekdays { margin-top:12px; color:#9099a9; font-size:7px; }.days { margin:12px 0; font-size:9px; }.days span { display:grid; place-items:center; height:22px; }.active-day { border-radius:6px; background:var(--rose); }.event-pill { margin-top:6px; padding:7px 8px; border-radius:5px; background:#d7a36c; color:#242c40; font-size:8px; font-weight:700; }.event-pill.second { background:#c96f6b; color:white; }.inquiry-mock { position:absolute; top:91px; right:17px; left:17px; padding:10px; border-radius:8px; background:#f8f3ec; box-shadow:8px 12px 25px rgba(67,51,39,.13); transform:rotate(3deg); }.inquiry-line { display:flex; align-items:center; gap:8px; padding:12px 4px; border-bottom:1px solid #e6ddd4; }.inquiry-line:last-child { border-bottom:0; }.person-dot { width:23px; height:23px; border-radius:50%; background:#98afae; }.person-dot.rose { background:#c77d80; }.person-dot.gold { background:#c8a060; }.inquiry-line div { flex:1; }.inquiry-line b,.inquiry-line small { display:block; }.inquiry-line b { font-size:9px; }.inquiry-line small { margin-top:2px; color:#7b756d; font-size:7px; }.inquiry-line em { padding:4px 5px; border-radius:4px; background:#d8eadb; color:#497452; font-size:7px; font-style:normal; }.inquiry-line em.soft { background:#ece0bd; color:#775d20; }.inquiry-line em.dark-tag { background:#dce0e4; color:#485462; }.payment-mock { position:absolute; top:94px; right:20px; left:20px; padding:20px; border-radius:10px; background:#f3f0ec; color:var(--ink); transform:rotate(-3deg); box-shadow:8px 14px 25px rgba(10,18,34,.18); }.payment-total span,.payment-total b { display:block; }.payment-total span { color:#75808d; font-size:8px; }.payment-total b { margin-top:5px; font-size:22px; letter-spacing:-1px; }.bar-row { display:grid; grid-template-columns:43px 1fr; gap:7px; align-items:center; margin-top:16px; color:#697585; font-size:8px; }.bar-row i { height:6px; overflow:hidden; border-radius:10px; background:#dfe1e3; }.bar-row i b { display:block; height:100%; border-radius:10px; background:#d17b72; }
.workflow { padding:142px 0; display:grid; grid-template-columns:.93fr 1.07fr; gap:100px; }.workflow-steps { padding:0; margin:0; list-style:none; }.workflow-steps li { display:flex; gap:21px; padding:20px 0; border-top:1px solid var(--line); }.workflow-steps li:last-child { border-bottom:1px solid var(--line); }.workflow-steps span { display:grid; place-items:center; flex:0 0 29px; height:29px; border-radius:50%; background:var(--ink); color:white; font-family:"DM Mono",monospace; font-size:10px; }.workflow-steps b { font-size:16px; letter-spacing:-.4px; }.workflow-steps p { max-width:370px; margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.55; }
.closing { padding-bottom:76px; }.closing-inner { padding:77px 8vw; position:relative; overflow:hidden; border-radius:10px; background:var(--night); color:white; }.closing-inner::after { content:"24"; position:absolute; right:-19px; bottom:-81px; color:rgba(255,255,255,.045); font-family:"Playfair Display",serif; font-size:294px; font-style:italic; line-height:1; }.light { color:#c4cbd8; }.light span { background:var(--peach); }.closing h2 { position:relative; z-index:1; margin:0 0 20px; font-size:clamp(38px,5vw,64px); line-height:1.04; }.closing h2 em { color:var(--peach); }.closing p:not(.eyebrow) { position:relative; z-index:1; max-width:450px; color:#c0c8d4; font-size:15px; line-height:1.65; }.button-light { position:relative; z-index:1; margin-top:12px; background:#f5f0e8; color:var(--ink); }
.site-footer { display:flex; align-items:center; justify-content:space-between; padding-bottom:32px; color:var(--muted); font-size:11px; }.site-footer p { margin:0; }.footer-brand { color:var(--ink); }.footer-links { display:flex; flex-wrap:wrap; gap:15px; }.footer-links a { border-bottom:1px solid #b8bdc7; padding-bottom:3px; }
.legal-header { height:auto; min-height:82px; border-bottom:1px solid var(--line); }.legal-main { width:min(760px,calc(100% - 40px)); margin:70px auto 100px; }.legal-main h1 { margin-bottom:14px; font-size:clamp(40px,7vw,64px); }.legal-main .updated { margin-bottom:40px; color:var(--muted); font-size:13px; }.legal-main h2 { margin:38px 0 12px; font-size:24px; letter-spacing:-.8px; }.legal-main p,.legal-main li { color:#4f5969; font-size:15px; line-height:1.72; }.legal-main ul,.legal-main ol { padding-left:22px; }.legal-main .legal-card { margin-top:34px; padding:24px; border:1px solid var(--line); border-radius:10px; background:white; }.legal-main a { color:var(--rose); text-decoration:underline; text-underline-offset:3px; }
.reveal { opacity:0; transform:translateY(20px); animation:reveal .7s ease forwards; }.delay-one { animation-delay:.14s; }.delay-two { animation-delay:.27s; }@keyframes reveal { to { opacity:1; transform:translateY(0); } } @keyframes float { 0%,100% { transform:translateY(0) rotate(-2deg); } 50% { transform:translateY(-10px) rotate(-2deg); } } @keyframes spin { to { transform:rotate(360deg); } }
@media (max-width:850px) { nav { display:none; }.hero { min-height:0; grid-template-columns:1fr; gap:38px; padding:60px 0 75px; }.hero-product { height:440px; }.proof,.feature-intro { align-items:flex-start; flex-direction:column; gap:20px; }.feature-grid { grid-template-columns:1fr 1fr; }.feature-card:first-child { grid-column:span 2; }.workflow { grid-template-columns:1fr; gap:45px; }.site-footer { flex-wrap:wrap; gap:18px; }.site-footer p { order:3; width:100%; } }
@media (max-width:560px) { .section-shell,.site-header { width:min(100% - 32px,1160px); }.site-header { height:78px; }.header-cta { font-size:12px; }.hero { padding-top:52px; }.hero-text { font-size:15px; }.hero-actions { gap:17px; }.hero-product { width:calc(100% + 32px); height:370px; margin-bottom:-65px; margin-left:-16px; overflow:clip; transform:scale(.82); transform-origin:top center; }.proof { padding:22px 0; }.proof-list { flex-wrap:wrap; gap:11px 16px; }.feature-intro { padding:90px 0 42px; }.feature-grid { grid-template-columns:1fr; }.feature-card:first-child { grid-column:auto; }.feature-card { min-height:430px; }.workflow { padding:95px 0; }.closing { padding-bottom:45px; }.closing-inner { padding:56px 27px; }.site-footer { padding-bottom:25px; } }
.legal-warning { border-left:4px solid var(--rose) !important; }.legal-warning strong { display:block; margin-bottom:8px; }.legal-warning p { margin:0; }.legal-table-wrap { margin:24px 0; overflow-x:auto; border:1px solid var(--line); border-radius:10px; background:white; }.legal-table { width:100%; min-width:660px; border-collapse:collapse; }.legal-table th,.legal-table td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; color:#4f5969; font-size:13px; line-height:1.55; }.legal-table th { color:var(--ink); background:#f5f0e8; }.legal-table tr:last-child td { border-bottom:0; }.legal-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }.legal-grid .legal-card { display:block; margin:0; color:inherit; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }.legal-grid .legal-card:hover { transform:translateY(-2px); box-shadow:0 10px 25px rgba(22,35,63,.08); }.legal-grid h2 { margin:0 0 8px; }.legal-grid p { margin:0; }
@media (max-width:560px) { .legal-grid { grid-template-columns:1fr; } }
