@font-face{font-family:Aeonik Pro;src:url(/fonts/AeonikPro-Bold.otf) format("opentype");font-weight:700 900;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#05182c;--teal:#1d9bb2;--teal-subtle:#e4f4f8;--teal-border:rgba(29,155,178,0.2);--ground:#f0f6f9;--surface:#ffffff;--text:#0e1e2d;--text-body:#3d5166;--text-muted:#7a92a6;--border:#dae5ec}html{font-family:Inter,sans-serif;background:var(--ground);color:var(--text-body);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}nav{background:var(--surface);padding:0 40px;height:60px;justify-content:space-between;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.nav-logo,nav{display:flex;align-items:center}.nav-logo svg{height:34px;width:auto;display:block}.hero{background:linear-gradient(150deg,#ddf0f6,#eaf4f8 35%,#f0f7fa 70%,#f5f9fb);padding:64px 40px 56px;border-bottom:1px solid var(--border)}.hero-inner{max-width:560px}.hero h1{font-family:Aeonik Pro,Inter,sans-serif;font-size:clamp(44px,6vw,76px);font-weight:900;color:var(--navy);line-height:1;letter-spacing:-.04em;margin-bottom:20px}.hero-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hero-form-label{font-size:13px;font-weight:500;color:var(--text-muted);white-space:nowrap}.hero-form-input{flex:1 1;min-width:160px;height:40px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:13px;color:var(--text);outline:none;font-family:inherit;transition:border-color .15s}.hero-form-input::placeholder{color:var(--text-muted)}.hero-form-input:focus{border-color:var(--teal)}.hero-form-btn{height:40px;padding:0 20px;border-radius:999px;border:none;background:var(--teal);color:#fff;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:opacity .15s}.hero-form-btn:hover{opacity:.85}main{max-width:1020px;margin:0 auto;padding:52px 40px 80px}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.release-link{display:flex}.featured-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;cursor:pointer;width:100%;display:flex;flex-direction:column}.featured-card:hover{box-shadow:0 8px 32px rgba(29,155,178,.12),0 2px 8px rgba(14,30,45,.06);border-color:rgba(29,155,178,.35);transform:translateY(-2px)}.card-image{height:160px;overflow:hidden;flex-shrink:0}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#c8e9f2,#a8d8e8 40%,#1d9bb2)}.card-body{flex:1 1;padding:12px;display:flex;flex-direction:column;justify-content:space-between}.card-headline{font-family:Aeonik Pro,Inter,sans-serif;font-size:13px;font-weight:700;color:var(--navy);line-height:1.35;letter-spacing:-.01em}.card-bottom{padding-top:10px}.card-rule{border:none;border-top:1px solid var(--border);margin-bottom:8px}.link-read{font-size:12px;font-weight:600;color:var(--teal);letter-spacing:.01em;display:block;text-align:right;transition:opacity .15s}.release-link:hover .link-read{opacity:.75}.article-header{background:linear-gradient(150deg,#ddf0f6,#eaf4f8 35%,#f0f7fa 70%,#f5f9fb);padding:64px 40px 56px;border-bottom:1px solid var(--border)}.article-header-inner{max-width:760px;margin:0 auto}.release-meta{display:inline-flex;align-items:center;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:20px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:var(--teal-subtle);padding:5px 14px;border-radius:999px;border:1px solid var(--teal-border)}.article-header h1{font-family:Aeonik Pro,Inter,sans-serif;font-size:clamp(26px,4vw,48px);font-weight:700;color:var(--navy);line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.article-subtitle{font-size:17px;font-weight:400;color:var(--text-body);line-height:1.55}article{max-width:760px;margin:0 auto;padding:52px 40px 80px}.back-to-newsroom{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--text-muted);margin-bottom:44px;letter-spacing:.01em;background:var(--surface);padding:6px 14px;border-radius:999px;border:1px solid var(--border);transition:color .15s,border-color .15s,background .15s}.back-to-newsroom:hover{color:var(--teal);border-color:var(--teal-border);background:var(--teal-subtle)}.body-text p{font-size:16px;font-weight:400;color:var(--text-body);line-height:1.8;margin-bottom:22px}.body-text p:last-child{margin-bottom:0}.body-text a{color:var(--teal);font-weight:500;border-bottom:1px solid rgba(29,155,178,.3);transition:border-color .15s}.body-text a:hover{border-bottom-color:var(--teal)}.body-text h2{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin:36px 0 14px}.body-text blockquote{background:var(--teal-subtle);border-left:3px solid var(--teal);border-radius:0 14px 14px 0;padding:16px 22px;margin:28px 0}.body-text blockquote p{font-size:17px;font-weight:400;color:var(--navy);font-style:italic;line-height:1.6;margin-bottom:0}.article-image{margin:40px 0;border:1px solid var(--border);border-radius:16px;overflow:hidden}.article-image img{width:100%;display:block}.article-rule{border:none;border-top:1px solid var(--border);margin:44px 0}.about-section,.contact-section{background:var(--ground);border:1px solid var(--border);border-radius:16px;padding:20px 24px}.about-section h3,.contact-section h3{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.about-section p,.contact-section p{font-size:13px;font-weight:400;color:var(--text-body);line-height:1.65}.contact-section{margin-top:16px}.contact-section a{color:var(--teal);font-weight:500;transition:opacity .15s}.contact-section a:hover{opacity:.75}footer{border-top:1px solid var(--border);padding:28px 40px;background:var(--surface)}.footer-inner{max-width:1020px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.footer-contact{font-size:12px;font-weight:400;color:var(--text-muted)}.footer-contact a{color:var(--teal);font-weight:500;transition:opacity .15s}.footer-contact a:hover{opacity:.75}.footer-copy{font-size:12px;font-weight:400;color:var(--text-muted);opacity:.65}@media (max-width:900px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){nav{padding:0 20px;height:52px}.nav-logo svg{height:26px}.hero{padding:48px 20px 44px}main{padding:36px 20px 56px}.articles-grid{grid-template-columns:1fr}.card-body{padding:18px 18px 22px}.card-footer{flex-direction:column;align-items:flex-start;gap:8px}.article-header{padding:44px 20px 40px}article{padding:36px 20px 56px}footer{padding:24px 20px}.footer-inner{flex-direction:column;align-items:flex-start;gap:6px}}@media (prefers-reduced-motion:reduce){.featured-card{transition:none}}