:root{color-scheme:light;--navy:#0b294a;--navy-dark:#071c31;--teal:#00a6ad;--lime:#c6e638;--ink:#132d45;--muted:#567083;--line:#dce8eb;--paper:#fff;--soft:#f2f9f8;font-family:Inter,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.wrap{width:min(1160px,calc(100% - 44px));margin-inline:auto}.skip{position:absolute;left:-9999px;top:8px;padding:8px;background:white;z-index:10}.skip:focus{left:8px}.site-header{background:white;border-bottom:1px solid var(--line)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--navy);font-size:25px;font-weight:850;letter-spacing:-.04em;white-space:nowrap}.brand img{width:42px;height:42px;object-fit:contain}.brand-accent{color:var(--teal)}nav{display:flex;flex-wrap:wrap;gap:9px 24px}nav a{text-decoration:none;font-weight:700;font-size:14px}nav a:hover,.site-footer a:hover{color:var(--teal)}.hero{background:linear-gradient(120deg,#f3fbfa 0%,#eef7f8 56%,#e7f3f0 100%);overflow:hidden}.hero-grid{min-height:600px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:36px;align-items:center;padding-block:75px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:850;color:#008993;margin:0 0 20px}.hero h1{font-size:clamp(44px,5.2vw,76px);line-height:1.08;letter-spacing:-.055em;margin:0 0 26px;color:var(--navy-dark);max-width:720px}.hero h1 em{font-style:normal;color:var(--teal)}.lead{font-size:19px;line-height:1.75;color:#3d5f70;max-width:630px;margin:0 0 32px}.primary-link{display:inline-flex;align-items:center;gap:24px;background:var(--navy);color:white;text-decoration:none;border-radius:10px;padding:14px 21px;font-weight:750}.primary-link:hover{background:#15466f}.hero-art{position:relative;min-height:440px;display:grid;place-items:center}.orbit{position:absolute;border:1px solid #badbdd;border-radius:50%;aspect-ratio:1}.orbit-one{width:440px}.orbit-two{width:340px}.mark-card{position:relative;z-index:1;width:290px;height:290px;display:grid;place-items:center;background:white;border-radius:48px;box-shadow:0 25px 70px #0b294a16}.mark-card img{width:250px;height:250px;object-fit:contain}.art-label{position:absolute;z-index:2;border-radius:999px;background:white;box-shadow:0 8px 25px #0b294a18;padding:8px 17px;font-size:13px;font-weight:750}.art-label-one{top:68px;right:28px}.art-label-two{bottom:58px;left:25px}.section{padding-block:88px}.section h2,.history h2{font-size:clamp(34px,3.5vw,50px);line-height:1.16;letter-spacing:-.045em;color:var(--navy-dark);margin:0 0 20px}.section-intro{max-width:730px;color:var(--muted);font-size:17px;margin:0 0 38px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff;box-shadow:0 8px 28px #0b294a08}.card-num{display:inline-grid;place-items:center;background:#e4f7f4;color:#007f87;border-radius:8px;width:40px;height:40px;font-size:13px;font-weight:850}.card h3,.step h3,.checklist h3{font-size:21px;letter-spacing:-.025em;color:var(--navy);margin:25px 0 10px}.card p,.step p{color:var(--muted);margin:0}.section-tint{background:var(--soft)}.step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:38px}.step{border-top:3px solid var(--teal);padding-top:18px}.step span{font-size:12px;letter-spacing:.13em;font-weight:850;color:#008993}.step h3{margin-top:17px}.choice-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:start}.checklist{background:var(--navy-dark);color:white;border-radius:20px;padding:30px 34px}.checklist h3{color:white;margin:0 0 18px}.checklist ul{margin:0;padding:0;list-style:none}.checklist li{position:relative;padding:11px 0 11px 29px;border-top:1px solid #ffffff24}.checklist li::before{content:'✓';position:absolute;left:0;color:var(--lime);font-weight:900}.history{padding-block:64px;background:#eaf5f2}.history-inner{display:grid;grid-template-columns:.65fr 1fr;gap:70px;align-items:start}.history p:last-child{margin:0;color:#486678;font-size:16px}.history a{color:#006e78;font-weight:700}.site-footer{background:var(--navy-dark);color:white}.footer-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer a{text-decoration:none;font-weight:700}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;min-height:0;padding-block:58px}.hero-art{min-height:320px}.orbit-one{width:330px}.orbit-two{width:255px}.mark-card{width:220px;height:220px;border-radius:35px}.mark-card img{width:190px;height:190px}.card-grid,.step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-grid,.history-inner{grid-template-columns:1fr;gap:28px}}@media(max-width:600px){.wrap{width:min(100% - 30px,1160px)}.header-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px;padding-block:11px}.brand{font-size:22px}.brand img{width:34px;height:34px}nav{gap:4px 15px}nav a{font-size:12px}.hero-grid{padding-block:45px;gap:5px}.hero h1{font-size:42px}.lead{font-size:16px;line-height:1.65}.hero-art{min-height:275px}.orbit-one{width:260px}.orbit-two{width:205px}.mark-card{width:175px;height:175px;border-radius:28px}.mark-card img{width:150px;height:150px}.art-label{font-size:11px}.art-label-one{top:25px;right:0}.art-label-two{bottom:20px;left:0}.section{padding-block:60px}.section h2,.history h2{font-size:35px}.card-grid,.step-grid{grid-template-columns:1fr}.card{padding:24px}.step-grid{gap:24px}.choice-grid{gap:20px}.checklist{padding:25px}.history{padding-block:55px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:20px;gap:8px}}
