
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#071d31;background:#f5f8f7}
a{color:inherit}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);
backdrop-filter:blur(16px);border-bottom:1px solid #e3e9e6}
.nav{width:min(1180px,calc(100% - 36px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900}
.brand img{width:58px;height:58px;object-fit:contain}
.back{text-decoration:none;font-size:12px;font-weight:850;padding:11px 15px;border:1px solid #dce5e1;border-radius:12px}
.hero{background:linear-gradient(135deg,#061a2d 0%,#075438 100%);color:white;padding:82px 20px 74px;overflow:hidden}
.heroInner{width:min(1050px,100%);margin:auto;position:relative}
.kicker{color:#6de1a2;font-size:10px;font-weight:900;letter-spacing:1.6px;margin-bottom:12px}
h1{font-size:clamp(42px,7vw,78px);line-height:.96;letter-spacing:-3px;margin:0 0 20px;max-width:800px}
.hero p{max-width:720px;color:rgba(255,255,255,.76);font-size:17px;line-height:1.7}
.year{position:absolute;right:-20px;bottom:-45px;font-size:180px;font-weight:950;color:rgba(255,255,255,.045);line-height:1}
.content{width:min(950px,calc(100% - 36px));margin:55px auto 80px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:42px}
.step{background:white;border:1px solid #e1e8e5;border-radius:16px;padding:18px;border-top:4px solid #0b7a43}
.step strong{display:block;font-size:12px;margin-bottom:6px} .step span{color:#708078;font-size:11px;line-height:1.5}
.story{background:white;border:1px solid #e1e8e5;border-radius:24px;padding:clamp(24px,5vw,48px);box-shadow:0 18px 55px rgba(6,26,45,.07)}
.story h2{font-size:clamp(30px,5vw,48px);margin:0 0 24px;letter-spacing:-1.5px}
.story p{font-size:15px;line-height:1.85;color:#66766f;margin:0 0 18px}
.story strong{color:#071d31}
.quote{margin-top:30px;padding:22px 24px;border-left:4px solid #13a05a;background:#f1f8f4;border-radius:0 16px 16px 0;font-weight:850;line-height:1.65}
.footer{background:#061a2d;color:rgba(255,255,255,.6);padding:28px 20px;text-align:center;font-size:11px}
@media(max-width:760px){.timeline{grid-template-columns:1fr 1fr}h1{letter-spacing:-2px}.year{font-size:100px}}
@media(max-width:480px){.timeline{grid-template-columns:1fr}.nav{height:72px}.brand img{width:48px;height:48px}.brand span{font-size:12px}}
