:root { --ink: #101b39; --muted: #59647b; --paper: #f5f7fb; --line: #d9dfeb; --accent: #f3b34c; --teal: #38c6b4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.hero { min-height: 690px; padding: 24px max(24px, calc((100vw - 1180px) / 2)); color: white; background: radial-gradient(circle at 77% 22%, #253f7c 0, transparent 31%), linear-gradient(125deg, #101b39 0%, #182957 100%); }
.nav, .hero-grid, .section, .cta, footer { max-width: 1180px; margin: 0 auto; }
.nav { display: flex; align-items: center; gap: 30px; min-height: 56px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.18rem; font-weight: 780; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--ink); background: var(--accent); font-size: 1rem; }
.nav-link { margin-left: auto; color: #d4dbeb; text-decoration: none; font-size: .94rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 21px; border: 0; border-radius: 10px; color: #101b39; background: var(--accent); text-decoration: none; font-weight: 760; box-shadow: 0 10px 28px rgba(3, 8, 23, .2); }
.button:hover { transform: translateY(-1px); background: #ffc766; }
.button-small { min-height: 38px; padding: 0 15px; font-size: .88rem; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; padding: 76px 0 86px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .77rem; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { line-height: 1.06; letter-spacing: -.045em; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(2.8rem, 5.4vw, 5.1rem); }
.lead { max-width: 590px; color: #d3dbee; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 31px; }.text-link { color: white; font-size: .94rem; font-weight: 700; }.microcopy { margin: 18px 0 0; color: #aebbd5; font-size: .82rem; }
.hero-art { overflow: hidden; border-radius: 24px; box-shadow: 0 28px 65px rgba(3, 8, 23, .38); }.hero-art img { display: block; width: 100%; height: auto; }
.section { padding: 105px 24px; }.problem h2, .workflow h2, .tools h2, .audience h2, .cta h2 { max-width: 720px; margin-bottom: 42px; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.problem article { min-height: 234px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: white; }.problem article span { color: #8d99b1; font-size: .8rem; font-weight: 750; }.problem h3 { margin: 41px 0 10px; font-size: 1.25rem; }.problem p, .tools p, .audience p { color: var(--muted); }
.workflow { max-width: none; background: #e8edf7; }.section-heading, .steps { max-width: 1132px; margin-left: auto; margin-right: auto; }.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 0; padding: 0; list-style: none; }.steps li { position: relative; padding: 24px 19px 0 0; border-top: 2px solid #9eabc3; }.steps b { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .83rem; }.steps h3 { margin: 27px 0 9px; font-size: 1.13rem; }.steps p { margin: 0; color: var(--muted); font-size: .93rem; }
.tools { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 68px; }.tools h2 { margin-bottom: 20px; }.tool-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.tool-list li { padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 650; }.tool-list span { margin-right: 12px; color: #078a7d; }
.entry-points { padding-top: 8px; padding-bottom: 105px; }.entry-points h2 { max-width: 610px; margin-bottom: 35px; font-size: clamp(2rem, 3.5vw, 3.3rem); }.entry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.entry-card { position: relative; min-height: 230px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--ink); text-decoration: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }.entry-card:hover { transform: translateY(-3px); border-color: #9caac8; box-shadow: 0 15px 35px rgba(20, 36, 75, .1); }.entry-icon { position: absolute; top: 24px; right: 24px; display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-weight: 800; }.entry-card h3 { margin: 52px 0 10px; font-size: 1.35rem; }.entry-card p { max-width: 330px; color: var(--muted); }.entry-link { display: block; margin-top: 25px; color: #087c71; font-size: .92rem; font-weight: 760; }
.audience { padding-top: 78px; padding-bottom: 112px; text-align: center; }.audience h2, .audience p { margin-left: auto; margin-right: auto; }.audience p { max-width: 700px; font-size: 1.1rem; }.cta { margin: 0 auto 24px; padding: 76px 45px; border-radius: 22px; color: white; text-align: center; background: #1b2f62; }.cta h2 { margin-left: auto; margin-right: auto; }.cta .eyebrow { color: #83e8d8; }.button-light { color: #13244d; background: white; }.button-light:hover { background: #f4f6fb; }
footer { display: flex; justify-content: space-between; padding: 25px 24px 35px; color: #78839a; font-size: .82rem; }
@media (max-width: 760px) { .hero { min-height: auto; }.nav-link { display: none; }.nav { gap: 12px; }.nav .button { margin-left: auto; }.hero-grid, .tools { grid-template-columns: 1fr; gap: 42px; padding: 57px 0 66px; }.hero-art { order: -1; }.section { padding: 70px 24px; }.problem-grid, .steps, .entry-grid { grid-template-columns: 1fr; gap: 12px; }.problem article { min-height: auto; }.problem h3 { margin-top: 25px; }.steps { gap: 23px; }.entry-points { padding-top: 0; padding-bottom: 70px; }.cta { margin: 0 14px 16px; padding: 56px 25px; } footer { padding: 22px 24px 30px; flex-direction: column; gap: 7px; } }
