
:root{--ink:#10293B;--river:#2E7E9E;--river-deep:#1C5A75;--mist:#EFF5F7;--paper:#FFF;--sun:#E0684B;--sun-deep:#C5532F;--stone:#5E7382;--line:#D8E4E9;--radius:18px;--shadow:0 12px 40px rgba(16,41,59,.10);--ffd:"Source Serif 4",Georgia,serif;--ffb:"Inter",-apple-system,sans-serif}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:var(--ffb);color:var(--ink);background:var(--mist);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%}a{color:inherit;text-decoration:none}
:focus-visible{outline:3px solid var(--river);outline-offset:3px;border-radius:4px}
header{position:sticky;top:0;z-index:50;background:rgba(239,245,247,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{max-width:1180px;margin:0 auto;padding:0 24px;height:92px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:13px;font-family:var(--ffd);font-weight:700;font-size:1.3rem;letter-spacing:-.01em}
.logo img{height:44px;width:auto}
.logo span em{font-style:normal;color:var(--river)}
.nav-links{display:flex;gap:26px;align-items:center;font-size:.95rem;font-weight:500}
.nav-links a{position:relative;padding:4px 0}
.nav-links a:not(.btn)::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--river);transition:width .25s ease}
.nav-links a:not(.btn):hover::after{width:100%}
.nav-links a.active{color:var(--river-deep)}.nav-links a.active::after{width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--sun);color:#fff;font-weight:600;padding:12px 24px;border-radius:999px;border:none;cursor:pointer;font-size:.95rem;font-family:var(--ffb);transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 14px rgba(224,104,75,.35)}
.btn:hover{transform:translateY(-2px);background:var(--sun-deep);box-shadow:0 8px 22px rgba(224,104,75,.45)}
.btn.ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--ink)}
.btn.ghost:hover{background:var(--ink);color:#fff;box-shadow:none}
.btn.river{background:var(--river-deep);box-shadow:0 4px 14px rgba(28,90,117,.35)}
.btn.river:hover{background:var(--ink)}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle svg{width:26px;height:26px;stroke:var(--ink);fill:none;stroke-width:2}
section{padding:90px 0}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.sec-head{max-width:680px;margin-bottom:48px}
.sec-head h2,h1.page{font-family:var(--ffd);font-weight:600;letter-spacing:-.018em;line-height:1.12;font-size:clamp(1.8rem,3.4vw,2.6rem)}
h1.page{font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.05}
.sec-head p,.page-sub{margin-top:14px;color:var(--stone);font-size:1.08rem}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--river-deep);margin-bottom:18px}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--river);border-radius:2px}
.reveal{opacity:0;transform:translateY(34px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.8,.3,1)}
.reveal.in{opacity:1;transform:none}
.rise{opacity:0;transform:translateY(26px);animation:rise .8s cubic-bezier(.22,.8,.3,1) forwards}
.rise.d1{animation-delay:.08s}.rise.d2{animation-delay:.2s}.rise.d3{animation-delay:.34s}.rise.d4{animation-delay:.48s}.rise.d5{animation-delay:.62s}
@keyframes rise{to{opacity:1;transform:none}}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;transition:transform .3s,box-shadow .3s,border-color .3s}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#BBD3DD}
.card h3{font-family:var(--ffd);font-weight:600;font-size:1.18rem;margin-bottom:9px;letter-spacing:-.01em}
.card p{color:var(--stone);font-size:.95rem}
.card .ico{width:50px;height:50px;border-radius:13px;background:var(--mist);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.card .ico svg{width:25px;height:25px;stroke:var(--river-deep);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
a.more{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-weight:600;font-size:.92rem;color:var(--river-deep)}
a.more svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.4;transition:transform .25s}
a.more:hover svg{transform:translateX(4px)}
footer{background:var(--ink);color:#9DB7C3;padding:56px 0 34px;margin-top:96px}
footer .wrap{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}
footer h5{color:#fff;font-family:var(--ffd);font-size:1rem;margin-bottom:13px}
footer ul{list-style:none;font-size:.92rem}footer li{margin-bottom:8px}footer a:hover{color:#fff}
footer .logo img{height:54px;background:none;border-radius:0;padding:0}
.foot-bottom{max-width:1180px;margin:42px auto 0;padding:20px 24px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem;color:#7693A2;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
@media(max-width:960px){.cards{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.nav{height:76px}.logo img{height:34px}.logo{font-size:1.05rem}.nav-links{display:none}.menu-toggle{display:block}.cards{grid-template-columns:1fr}section{padding:60px 0}
.nav-links.open{display:flex;position:absolute;top:76px;left:0;right:0;flex-direction:column;background:var(--mist);padding:20px 24px;border-bottom:1px solid var(--line);gap:16px;box-shadow:0 14px 30px rgba(16,41,59,.12)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.rise,.reveal{opacity:1;transform:none}}
