:root{--ink:#10212b;--muted:#5f7078;--line:#dfe7e7;--paper:#f7faf9;--white:#ffffff;--teal:#176c68;--teal-dark:#0d4e4b;--mint:#dff3ed;--coral:#ee7f65;--shadow:0 18px 60px rgba(16,33,43,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.siteHeader{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:760;letter-spacing:-.02em}.brandMark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--teal);color:var(--white);font-size:.72rem;letter-spacing:.08em}.status{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem}.status span{width:9px;height:9px;border-radius:999px;background:#31a36f;box-shadow:0 0 0 5px rgba(49,163,111,.12)}.hero{width:min(980px,calc(100% - 40px));margin:0 auto;padding:118px 0 96px;text-align:center}.eyebrow,.sectionHeading>span{display:inline-block;color:var(--teal);font-size:.82rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:900px;margin:22px auto 26px;font-size:clamp(3rem,7vw,6.4rem);line-height:.98;letter-spacing:-.065em}.lead{max-width:760px;margin:0 auto;color:var(--muted);font-size:clamp(1.08rem,2vw,1.32rem)}.actions{margin-top:36px;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.primaryButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:750}.primaryButton{background:var(--teal);color:var(--white);box-shadow:0 14px 35px rgba(23,108,104,.23)}.primaryButton:hover{background:var(--teal-dark)}.secondaryButton{background:var(--white);border:1px solid var(--line)}.notice{margin:22px 0 0;color:var(--muted);font-size:.9rem}.preview{width:min(1180px,calc(100% - 40px));margin:0 auto 28px;padding:clamp(42px,7vw,82px);border-radius:34px;background:var(--white);box-shadow:var(--shadow)}.sectionHeading{max-width:680px}.principles h2,.sectionHeading h2{margin:12px 0 14px;font-size:clamp(2.2rem,4vw,4rem);line-height:1.06;letter-spacing:-.045em}.sectionHeading p{color:var(--muted);font-size:1.08rem}.journey{margin:44px 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.journey div{min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border-radius:22px;background:var(--paper);border:1px solid var(--line)}.journey strong{color:var(--coral);font-size:1.55rem}.journey span{font-weight:700;line-height:1.35}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.card{padding:28px;border-radius:24px;background:var(--mint)}.card:nth-child(2){background:#edf3fb}.card:nth-child(3){background:#fff0eb}.cardIcon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:40px;border-radius:13px;background:rgba(255,255,255,.72);font-size:1.4rem;font-weight:400}.card h3{margin-bottom:10px;font-size:1.25rem}.card p{margin-bottom:0;color:#44575f}.principles{width:min(1180px,calc(100% - 40px));margin:28px auto;padding:clamp(48px,8vw,92px);display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:start;border-radius:34px;background:var(--ink);color:var(--white)}.principles .eyebrow{color:#8bd6ca}.principles ul{margin:6px 0 0;padding:0;list-style:none}.principles li{padding:18px 0 18px 34px;border-bottom:1px solid rgba(255,255,255,.14);position:relative;color:#d8e2e5}.principles li:before{content:"✓";position:absolute;left:0;color:#8bd6ca;font-weight:800}footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:44px 0 54px;display:flex;justify-content:space-between;gap:40px;color:var(--muted);font-size:.9rem}footer p{margin:5px 0 0;max-width:520px}@media (max-width:850px){.cards,.journey,.principles{grid-template-columns:1fr}.principles{gap:20px}footer{flex-direction:column}}@media (max-width:560px){.siteHeader{min-height:72px}.status{font-size:0}.hero{padding:78px 0 68px}.preview,.principles{border-radius:24px}.journey{margin-top:30px}.journey div{min-height:125px}}