*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Inter Display',Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#333840;background:#fff}
a{color:#1b61c9;text-decoration:none}
a:hover{color:#1a3866}
img{max-width:100%;height:auto;display:block}
address{font-style:normal}

.top-nav{position:sticky;top:0;z-index:100;height:64px;background:#fff;border-bottom:1px solid #dddddd;display:flex;align-items:center}
.nav-inner{width:100%;max-width:1280px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:48px}
.nav-logo{font-size:20px;font-weight:500;color:#181d26;letter-spacing:-0.3px}
.nav-logo-dot{color:#1b61c9}
.nav-links{display:flex;list-style:none;gap:32px;margin-left:auto}
.nav-links a{font-size:14px;font-weight:400;color:#181d26}
.nav-links a:hover{color:#1b61c9}
.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-hamburger span{display:block;width:22px;height:2px;background:#181d26;border-radius:2px}

.container{max-width:1280px;margin:0 auto;padding:0 48px}

.hero-band{padding:96px 0;background:#fff}
.hero-band .container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero-text{}
.hero-tag{font-size:13px;font-weight:600;letter-spacing:0.12px;color:#41454d;text-transform:uppercase;margin-bottom:16px}
.hero-h1{font-size:40px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:24px}
.hero-sub{font-size:14px;line-height:1.6;color:#333840;max-width:480px;margin-bottom:32px}
.hero-meta{font-size:13px;color:#41454d}
.hero-img{border-radius:10px;overflow:hidden;aspect-ratio:16/10}
.hero-img img{width:100%;height:100%;object-fit:cover}

.section{padding:96px 0}
.section-title{font-size:32px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:16px}
.section-sub{font-size:14px;color:#333840;max-width:560px;margin-bottom:48px}

.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{background:#fff;border-radius:10px;border:1px solid #dddddd;overflow:hidden;display:flex;flex-direction:column}
.article-card-img{aspect-ratio:16/9;overflow:hidden}
.article-card-img img{width:100%;height:100%;object-fit:cover}
.article-card-body{padding:24px;flex:1;display:flex;flex-direction:column}
.article-card-tag{font-size:12px;font-weight:600;letter-spacing:0.16px;color:#41454d;text-transform:uppercase;margin-bottom:8px}
.article-card-title{font-size:18px;font-weight:500;line-height:1.4;color:#181d26;margin-bottom:12px}
.article-card-excerpt{font-size:14px;color:#333840;line-height:1.6;flex:1}
.article-card-link{margin-top:20px;display:inline-block;font-size:14px;font-weight:500;color:#181d26;border:1px solid #dddddd;border-radius:12px;padding:10px 20px;width:fit-content}
.article-card-link:hover{background:#f8fafc;color:#181d26}

.signature-coral{background:#aa2d00;padding:96px 0}
.signature-coral .container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.signature-coral h2{font-size:32px;font-weight:400;line-height:1.2;color:#fff;margin-bottom:20px}
.signature-coral p{font-size:14px;color:rgba(255,255,255,0.85);line-height:1.6;margin-bottom:32px}
.btn-on-dark{display:inline-block;background:#fff;color:#181d26;font-size:16px;font-weight:500;padding:14px 28px;border-radius:12px;border:none}
.btn-on-dark:hover{background:#f8fafc;color:#181d26}
.signature-coral-stats{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.stat-card{background:rgba(255,255,255,0.1);border-radius:10px;padding:24px}
.stat-num{font-size:32px;font-weight:400;color:#fff;margin-bottom:4px}
.stat-label{font-size:13px;color:rgba(255,255,255,0.7)}

.signature-forest{background:#0a2e0e;padding:96px 0}
.signature-forest .container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.signature-forest h2{font-size:32px;font-weight:400;color:#fff;margin-bottom:20px}
.signature-forest p{font-size:14px;color:rgba(255,255,255,0.8);line-height:1.6;margin-bottom:32px}

.cream-band{background:#f5e9d4;padding:96px 0}
.cream-band h2{font-size:32px;font-weight:400;color:#181d26;margin-bottom:16px}
.cream-band p{font-size:14px;color:#333840;line-height:1.6;max-width:640px;margin-bottom:32px}
.data-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}
.data-item{background:#fff;border-radius:10px;padding:24px}
.data-num{font-size:28px;font-weight:400;color:#181d26;margin-bottom:4px}
.data-label{font-size:13px;color:#41454d}

.cta-band{background:#e0e2e6;padding:96px 0;text-align:center;border-radius:12px;margin:0 48px 96px}
.cta-band h2{font-size:32px;font-weight:400;color:#181d26;margin-bottom:16px}
.cta-band p{font-size:14px;color:#333840;margin-bottom:32px}

.contact-form-section{padding:96px 0;background:#fff}
.contact-form-section h2{font-size:32px;font-weight:400;color:#181d26;margin-bottom:8px}
.contact-form-section .section-sub{margin-bottom:40px}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:680px}
.contact-form .full{grid-column:1/-1}
.form-input{width:100%;height:44px;padding:0 16px;border:1px solid #dddddd;border-radius:6px;font-size:14px;color:#181d26;background:#fff;font-family:inherit}
.form-input:focus{outline:none;border-color:#458fff;box-shadow:0 0 0 2px rgba(69,143,255,0.15)}
.btn-primary{display:inline-block;background:#181d26;color:#fff;font-size:16px;font-weight:500;padding:14px 28px;border-radius:12px;border:none;cursor:pointer;font-family:inherit}
.btn-primary:hover{background:#0d1218}

.article-hero{padding:96px 0 48px;background:#fff}
.article-hero .container{max-width:860px}
.article-hero-tag{font-size:13px;font-weight:600;letter-spacing:0.12px;color:#41454d;text-transform:uppercase;margin-bottom:16px}
.article-hero-h1{font-size:40px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:24px}
.article-hero-meta{font-size:13px;color:#41454d;margin-bottom:32px}
.article-hero-img{border-radius:10px;overflow:hidden;aspect-ratio:16/7;margin-bottom:48px}
.article-hero-img img{width:100%;height:100%;object-fit:cover}
.article-body{max-width:860px;margin:0 auto;padding:0 48px 96px}
.article-body h2{font-size:24px;font-weight:400;line-height:1.35;color:#181d26;margin:48px 0 16px;letter-spacing:0.12px}
.article-body h3{font-size:20px;font-weight:400;line-height:1.5;color:#181d26;margin:32px 0 12px}
.article-body p{font-size:14px;line-height:1.6;color:#333840;margin-bottom:20px}
.article-body ul{margin:0 0 20px 24px}
.article-body li{font-size:14px;line-height:1.6;color:#333840;margin-bottom:6px}
.article-body a{color:#1b61c9}
.article-body strong{font-weight:500;color:#181d26}
.article-callout{background:#f5e9d4;border-radius:10px;padding:32px;margin:40px 0}
.article-callout p{margin-bottom:0}
.article-related{background:#f8fafc;border-radius:10px;padding:32px;margin:40px 0}
.article-related h3{margin:0 0 16px}
.article-related ul{margin:0;list-style:none;padding:0}
.article-related li{margin-bottom:8px}

.page-hero{padding:64px 0 48px;background:#fff}
.page-hero h1{font-size:40px;font-weight:400;color:#181d26;margin-bottom:16px}
.page-hero .lead{font-size:16px;color:#333840;max-width:640px}
.page-body{padding:0 0 96px;max-width:860px}
.page-body h2{font-size:24px;font-weight:400;color:#181d26;margin:40px 0 12px}
.page-body p{font-size:14px;line-height:1.6;color:#333840;margin-bottom:16px}
.page-body ul{margin:0 0 16px 24px}
.page-body li{font-size:14px;line-height:1.6;color:#333840;margin-bottom:4px}

.footer{border-top:1px solid #dddddd;padding:64px 0 0;background:#fff}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:48px}
.footer-brand{font-size:18px;font-weight:500;color:#181d26;display:block;margin-bottom:12px}
.footer-tagline{font-size:14px;color:#41454d;margin-bottom:8px}
.footer-meta{font-size:13px;color:#9297a0}
.footer-col strong{font-size:14px;font-weight:500;color:#181d26;display:block;margin-bottom:12px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:8px}
.footer-col a{font-size:14px;color:#41454d}
.footer-col a:hover{color:#181d26}
.footer-col address{font-size:13px;color:#41454d;line-height:1.7}
.footer-col address a{color:#41454d}
.footer-bottom{max-width:1280px;margin:0 auto;padding:24px 48px;border-top:1px solid #dddddd;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.footer-bottom span{font-size:13px;color:#9297a0}
.footer-bottom a{color:#9297a0}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#181d26;color:#fff;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;z-index:200;flex-wrap:wrap}
.cookie-banner p{font-size:13px;line-height:1.5;color:rgba(255,255,255,0.85);max-width:700px}
.cookie-banner a{color:#fff;text-decoration:underline}
.cookie-actions{display:flex;gap:12px;flex-shrink:0}
.btn-cookie-accept,.btn-cookie-reject{font-size:13px;font-weight:600;padding:10px 16px;border-radius:2px;border:none;cursor:pointer;font-family:inherit}
.btn-cookie-accept{background:#1b61c9;color:#fff}
.btn-cookie-reject{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.3)}

@media(max-width:1024px){
.card-grid{grid-template-columns:1fr 1fr}
.data-row{grid-template-columns:1fr 1fr}
.footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
.nav-inner{padding:0 24px}
.nav-links{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:#fff;flex-direction:column;gap:0;padding:24px;z-index:99}
.nav-links.open{display:flex}
.nav-links a{font-size:18px;padding:16px 0;border-bottom:1px solid #dddddd}
.nav-hamburger{display:flex}
.container{padding:0 24px}
.hero-band .container{grid-template-columns:1fr}
.hero-h1{font-size:32px}
.signature-coral .container,.signature-forest .container{grid-template-columns:1fr}
.card-grid{grid-template-columns:1fr}
.data-row{grid-template-columns:1fr 1fr}
.footer-inner{grid-template-columns:1fr;padding:0 24px;gap:32px}
.footer-bottom{padding:24px;flex-direction:column;align-items:flex-start}
.cta-band{margin:0 24px 64px;padding:48px 24px}
.article-body{padding:0 24px 64px}
.contact-form{grid-template-columns:1fr}
.cookie-banner{padding:16px 24px}
}
