:root {
    --ink: #29263a;
    --blue: #625eb6;
    --blue-deep: #4b468e;
    --lavender: #ded9ff;
    --coral: #ffc2c4;
    --cream: #fffdf9;
    --muted: #6e6979;
    --line: rgba(41, 38, 58, .13);
    --radius: 1.75rem;
    --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.58; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #f36e7a; outline-offset: 4px; border-radius: .3rem; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; background: var(--ink); color: #fff; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 253, 249, .91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(41, 38, 58, .06); }
.nav-wrap { width: min(calc(100% - 3rem), var(--max-width)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .36rem; color: var(--ink); font-size: 1.35rem; font-weight: 800; letter-spacing: -.06em; }
.wordmark-mark { display: inline-grid; place-items: center; width: 1.48rem; height: 1.48rem; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #695ee8, #f58d9a); font-family: Arial, sans-serif; font-size: 1.15rem; letter-spacing: 0; }
.main-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; color: #3f4354; font-size: .89rem; font-weight: 600; }
.main-nav a:hover, .text-link:hover { color: var(--blue); }
.landing-account-links{display:flex;align-items:center;gap:1rem}.signup-link{color:var(--blue);font-size:.86rem;font-weight:750}.login-link { padding: .64rem 1rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .86rem; font-weight: 700; transition: background .2s, color .2s; }
.login-link:hover { background: var(--ink); color: #fff; }
.section { width: min(calc(100% - 3rem), var(--max-width)); margin-inline: auto; }
.hero { min-height: 670px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 2rem; padding: 5.7rem 0 5.2rem; overflow: hidden; }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .14em; line-height: 1.35; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; letter-spacing: -.058em; line-height: 1.04; }
h1 { max-width: 620px; margin-bottom: 1.4rem; font-size: clamp(3.25rem, 5.3vw, 5.2rem); }
h2 { font-size: clamp(2.25rem, 3.8vw, 4.15rem); }
h3 { font-size: 1.3rem; }
.hero-lead { max-width: 535px; margin-bottom: 2rem; color: #4e5364; font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .92rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 25px rgba(22, 77, 160, .2); }
.button-primary:hover { background: var(--blue-deep); }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: .15rem; font-size: .9rem; font-weight: 750; }
.hero-note { display: flex; align-items: center; gap: .5rem; margin: 2.4rem 0 0; color: #727789; font-size: .76rem; }
.hero-note span { color: #e57484; }
.hero-art { position: relative; align-self: stretch; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ''; position: absolute; z-index: -1; inset: 4% 1% 4% 7%; border-radius: 44% 56% 45% 55% / 42% 43% 57% 58%; background: linear-gradient(150deg, #f1edff 0%, #e9eaff 45%, #ffe9e5 100%); transform: rotate(-5deg); }
.hero-art img { width: 100%; max-width: 650px; border-radius: 45% 55% 45% 55% / 42% 42% 58% 58%; mix-blend-mode: multiply; filter: saturate(1.04) contrast(1.01); }
.art-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.art-glow-one { top: 14%; right: 6%; width: 7rem; height: 7rem; background: #ffb7c4; }
.art-glow-two { bottom: 9%; left: 7%; width: 5rem; height: 5rem; background: #8e8bea; }
.art-caption { position: absolute; right: 3%; bottom: 6%; margin: 0; padding: .7rem .95rem; background: rgba(255,255,255,.85); border: 1px solid rgba(21,23,42,.08); border-radius: 999px; box-shadow: 0 10px 26px rgba(36, 41, 92, .11); color: #3b4053; font-size: .75rem; font-weight: 700; }
.art-caption span { color: #7864df; font-size: 1rem; vertical-align: -1px; }
.trust-strip { display: flex; justify-content: center; align-items: center; gap: 2.4rem; padding: 1.3rem 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #4c5163; font-size: .78rem; font-weight: 700; text-align: center; }
.trust-strip p { margin: 0; }.trust-strip span { width: .35rem; height: .35rem; border-radius: 50%; background: #a6a0df; }
.problem { display: grid; grid-template-columns: 1fr 1fr; gap: 7.5rem; padding: 9.2rem 0; }
.section-intro h2 { max-width: 570px; margin-bottom: 0; }.problem-copy { max-width: 480px; padding-top: 3.3rem; color: #555a6c; font-size: 1.04rem; }.problem-copy p + p { margin-top: 1.4rem; }
.flow { padding: 6.7rem 0 7.7rem; }.flow::before { content: ''; display: block; height: 1px; background: var(--line); margin-bottom: 6.7rem; }.compact h2 { max-width: 640px; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; padding: 0; margin: 3.8rem 0 0; list-style: none; counter-reset: steps; }.steps li { position: relative; min-height: 255px; padding: 2.2rem 1.9rem 1.8rem; background: #f0efff; border-radius: var(--radius); overflow: hidden; }.steps li:nth-child(2) { background: #ffe4e4; }.steps li:nth-child(3) { background: #e2edff; }.step-number { display: block; margin-bottom: 2.4rem; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }.steps h3 { margin-bottom: .8rem; }.steps p { margin: 0; color: #555a6d; font-size: .89rem; }
.capabilities { width: 100%; max-width: none; padding: 7.8rem max(1.5rem, calc((100% - var(--max-width)) / 2)); background: #403b62; color: #fff; }.capabilities-heading { display: grid; grid-template-columns: 1.08fr .92fr; column-gap: 6rem; align-items: end; }.capabilities-heading .eyebrow { grid-column: 1 / -1; color: #e2ddff; }.capabilities-heading h2 { max-width: 650px; margin: 0; }.capabilities-heading > p:not(.eyebrow) { max-width: 390px; margin: 0 0 .45rem; color: #e0dde9; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4.3rem; }.capability-card { min-height: 230px; padding: 1.5rem; border-radius: 1.35rem; color: var(--ink); }.capability-card h3 { margin: 2.2rem 0 .65rem; font-size: 1.25rem; }.capability-card p { margin: 0; color: #4c485c; font-size: .86rem; }.card-icon { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: .75rem; background: rgba(255,255,255,.55); font-size: 1.35rem; font-weight: 700; }.accent-lavender { background: #e0dcff; }.accent-coral { background: #ffc5c6; }.accent-blue { background: #bedaff; }.accent-yellow { background: #ffe4ad; }.accent-mint { background: #c6eadc; }.accent-ink { background: #f1effb; }
.professional { display: grid; grid-template-columns: 1fr 1fr; gap: 7.5rem; align-items: center; padding: 9rem 0; }.professional-visual { position: relative; min-height: 430px; border-radius: 50% 50% 42% 42% / 43% 43% 57% 57%; background: #e5e4ff; overflow: hidden; }.orbit { position: absolute; border: 1px solid rgba(40, 45, 112, .22); border-radius: 50%; }.orbit-one { width: 360px; height: 360px; left: 5%; top: 8%; }.orbit-two { width: 240px; height: 240px; left: 23%; top: 22%; }.orbit-dot { position: absolute; width: 1rem; height: 1rem; border-radius: 50%; }.dot-one { top: 16%; left: 69%; background: #f67989; }.dot-two { bottom: 17%; left: 18%; background: #3376d7; }.source-card { position: absolute; z-index: 2; width: 150px; padding: .75rem .85rem; border-radius: .85rem; background: rgba(255,255,255,.84); box-shadow: 0 13px 30px rgba(50, 45, 117, .14); backdrop-filter: blur(8px); }.source-card span { display: block; color: #777b8e; font-size: .68rem; font-weight: 700; }.source-card b { display: block; margin-top: .1rem; font-size: .9rem; }.source-card-one { top: 17%; left: 10%; }.source-card-two { top: 43%; right: 7%; }.source-card-three { bottom: 12%; left: 27%; }.professional-copy h2 { margin-bottom: 1.45rem; font-size: clamp(2.2rem, 3.4vw, 3.65rem); }.professional-copy > p:not(.eyebrow) { color: #575b6c; }.professional-copy ul { display: grid; gap: .65rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }.professional-copy li { padding-left: 1.5rem; color: #474c5c; font-size: .9rem; }.professional-copy li::before { content: '✓'; position: absolute; margin-left: -1.5rem; color: var(--blue); font-weight: 900; }
.safety { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding: 5.8rem 0; border-top: 1px solid var(--line); }.safety h2 { margin: 0; }.safety-points { display: grid; gap: 1rem; }.safety-points article { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }.safety-points span { color: #8a83d6; font-size: .78rem; font-weight: 800; }.safety-points p { margin: 0; color: #575b6b; }.safety-points strong { color: var(--ink); }
.closing { width: min(calc(100% - 3rem), var(--max-width)); margin-top: 3rem; margin-bottom: 3rem; padding: 7rem 11%; border-radius: 2rem; background: linear-gradient(125deg, #1d51a6, #6367c7 55%, #d97798); color: #fff; text-align: center; }.closing .eyebrow { color: #fff; opacity: .82; }.closing h2 { max-width: 740px; margin: 0 auto 2.1rem; }.button-light { background: #fff; color: var(--ink); }.site-footer { width: min(calc(100% - 3rem), var(--max-width)); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; margin: 0 auto; padding: 2.5rem 0 3rem; color: #717587; font-size: .75rem; }.site-footer p { margin: 0; }.wordmark-footer { color: var(--ink); }
@media (max-width: 820px) { .main-nav { display: none; }.hero { min-height: auto; grid-template-columns: 1fr; padding: 3.9rem 0 3rem; }.hero-art { min-height: 350px; max-width: 620px; }.hero-art img { max-width: 570px; }.problem, .professional, .safety { grid-template-columns: 1fr; gap: 2.3rem; }.problem { padding: 6rem 0; }.problem-copy { padding-top: 0; }.steps, .capability-grid { grid-template-columns: repeat(2, 1fr); }.capabilities-heading { grid-template-columns: 1fr; gap: 1rem; }.professional { padding: 6rem 0; }.professional-copy { order: -1; }.site-footer { grid-template-columns: 1fr 1fr; }.site-footer p:last-child { grid-column: 1 / -1; } }
@media (max-width: 540px) { .nav-wrap, .section, .site-footer { width: min(calc(100% - 2rem), var(--max-width)); }.nav-wrap { min-height: 67px; gap: .7rem; }.login-link { padding: .54rem .75rem; font-size: .75rem; }.wordmark { font-size: 1.2rem; }.hero { padding-top: 3rem; }.hero-art { min-height: 285px; }.hero-art::before { inset: 1% 0; }.hero-note { align-items: flex-start; }.trust-strip { justify-content: flex-start; overflow: auto; gap: 1.15rem; white-space: nowrap; }.trust-strip span { flex: 0 0 .35rem; }.flow { padding: 4.8rem 0; }.flow::before { margin-bottom: 4.8rem; }.steps, .capability-grid { grid-template-columns: 1fr; }.steps { margin-top: 2.5rem; }.steps li { min-height: 0; }.capabilities { padding-top: 5.3rem; padding-bottom: 5.3rem; }.capability-grid { margin-top: 2.8rem; }.capability-card { min-height: 190px; }.professional-visual { min-height: 335px; }.orbit-one { width: 290px; height: 290px; }.orbit-two { width: 190px; height: 190px; }.source-card { width: 126px; padding: .6rem; }.safety { padding: 4.7rem 0; }.closing { width: calc(100% - 2rem); padding: 4.5rem 1.4rem; }.site-footer { grid-template-columns: 1fr; gap: .8rem; }.site-footer p:last-child { grid-column: auto; }.art-caption { right: 0; font-size: .65rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
