:root{--ink:#0f172a;--muted:#64748b;--line:#e6e9ef;--card:#f5f7fa;--blue:#2f7cf6;--blue-soft:#dbeafe;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;line-height:1.55}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.wrap{max-width:1120px;margin:0 auto;padding:0 20px}section{padding:56px 0}.muted{color:var(--muted)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:500}.btn{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:500;display:inline-flex}.btn-dark{background:var(--ink);color:#fff}.btn-blue{background:var(--blue);color:#fff}.nav{justify-content:space-between;align-items:center;height:76px;display:flex}.logo{letter-spacing:-.02em;font-size:18px;font-weight:900}.nav-links{gap:32px;font-size:13px;display:flex}.hero{padding:0 0 8px}.hero-card{border-radius:var(--radius);background:linear-gradient(135deg,#e8f1ff 0%,#f3f8ff 45%,#dbeafe 100%);min-height:460px;padding:72px 56px;position:relative;overflow:hidden}.hero-card:before,.hero-card:after{content:"";z-index:0;filter:blur(40px);pointer-events:none;border-radius:50%;position:absolute}.hero-card:before{background:#bfd7ff;width:420px;height:420px;top:-140px;right:-80px}.hero-card:after{opacity:.9;background:#fff;width:280px;height:280px;bottom:-120px;right:260px}.hero-card>*{z-index:1;position:relative}.hero-card .hero-side{position:absolute}.hero-card h1{letter-spacing:-.03em;max-width:12ch;margin:12px 0 28px;font-size:clamp(38px,6vw,64px);font-weight:700;line-height:1.1}.hero-cta{align-items:center;gap:12px;display:flex}.hero-side{border-top-left-radius:var(--radius);background:#fff;width:320px;padding:22px 26px;position:absolute;bottom:0;right:0}.hero-side strong{margin-bottom:12px;font-size:15px;display:block}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--card);border-radius:999px;padding:6px 12px;font-size:12px}.head{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.head h2{letter-spacing:-.02em;font-size:30px;font-weight:700}.head p{margin-top:6px;font-size:13px}.grid3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.svc{border-radius:18px;flex-direction:column;gap:14px;padding:28px 24px;display:flex}.svc.a{background:linear-gradient(135deg,#dbeafe,#93c5fd)}.svc.b{background:linear-gradient(135deg,#e0e7ff,#a5b4fc)}.svc.c{background:linear-gradient(135deg,#cffafe,#67e8f9)}.svc .row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.svc h3{font-size:19px;line-height:1.3}.svc p{color:#334155;flex:1;font-size:14px}.svc ul{flex-direction:column;gap:6px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.svc li{background:#ffffff8c;border-radius:10px;padding:8px 12px}.badge{color:#fff;background:var(--blue);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:500}.big{grid-template-columns:1fr 1.6fr;align-items:center;gap:40px;display:grid}.big .art{cursor:grab;height:380px}.big .art:active{cursor:grabbing}.big .art canvas{display:block;cursor:inherit!important}.big h2{letter-spacing:-.03em;text-align:right;font-size:clamp(40px,6vw,68px);font-weight:900;line-height:1.05}.big .notes{justify-content:flex-end;margin-top:20px;font-size:13px;display:flex}.big .notes p{max-width:260px}.cta{grid-template-columns:1fr 2fr;gap:20px;padding-top:0;display:grid}.cta .mail{background:var(--card);border-radius:14px;padding:12px 20px}.cta .mail strong{letter-spacing:-.01em;color:var(--blue);font-size:16px;display:block}.cta .go{background:var(--blue-soft);border-radius:14px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:500;display:flex}footer{border-top:1px solid var(--line);justify-content:space-between;padding:24px 0;font-size:12px;display:flex}@media (max-width:860px){section{padding:40px 0}.nav-links{display:none}.hero-card{min-height:0;padding:48px 24px 190px}.hero-side{border-radius:var(--radius) var(--radius) 0 0;width:100%}.grid3,.big,.cta{grid-template-columns:1fr}.big .art{aspect-ratio:1;max-width:320px;height:auto;margin:0 auto}.big h2{text-align:left}.big .notes{justify-content:flex-start}.cta .go{padding:14px}}
