*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;font-weight:400;line-height:1.25;color:#333840;background:#fff}
a{color:#1b61c9;text-decoration:none}
a:hover{color:#1a3866}
img{max-width:100%;height:auto;display:block}

.container{max-width:1280px;margin:0 auto;padding:0 48px}

/* TOP NAV */
.top-nav{height:64px;background:#fff;border-bottom:1px solid #dddddd;position:sticky;top:0;z-index:100;display:flex;align-items:center}
.top-nav .container{display:flex;align-items:center;justify-content:space-between;width:100%}
.nav-logo{font-size:18px;font-weight:500;color:#181d26;letter-spacing:-0.3px;text-decoration:none}
.nav-logo span{color:#aa2d00}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{font-size:14px;font-weight:400;color:#181d26;text-decoration:none}
.nav-actions{display:flex;align-items:center;gap:16px}
.btn-primary{background:#181d26;color:#fff;font-size:16px;font-weight:500;line-height:1.4;padding:16px 24px;border-radius:12px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.15s}
.btn-primary:active,.btn-primary:hover{background:#0d1218;color:#fff}
.btn-secondary{background:#fff;color:#181d26;font-size:16px;font-weight:500;line-height:1.4;padding:16px 24px;border-radius:12px;border:1px solid #dddddd;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.15s}
.btn-secondary:hover{color:#181d26}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{width:22px;height:2px;background:#181d26;border-radius:2px;display:block}

/* HERO */
.hero-band{padding:96px 0;background:#fff}
.hero-band .container{display:flex;flex-direction:column;align-items:flex-start;max-width:720px}
.hero-band h1{font-size:40px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:20px}
.hero-band .sub{font-size:18px;font-weight:400;line-height:1.5;color:#333840;margin-bottom:32px;max-width:560px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}

/* SIGNATURE CARDS */
.signature-coral-card{background:#aa2d00;border-radius:12px;padding:48px;color:#fff;margin:0 0 24px}
.signature-coral-card h2{font-size:32px;font-weight:400;line-height:1.2;color:#fff;margin-bottom:16px}
.signature-coral-card p{font-size:14px;line-height:1.5;margin-bottom:28px;max-width:520px}
.signature-forest-card{background:#0a2e0e;border-radius:12px;padding:48px;color:#fff;margin:0 0 24px}
.signature-forest-card h2{font-size:32px;font-weight:400;line-height:1.2;color:#fff;margin-bottom:16px}
.signature-forest-card p{font-size:14px;line-height:1.5;margin-bottom:28px;max-width:520px}
.hero-card-dark{background:#181d26;border-radius:12px;padding:48px;color:#fff}
.hero-card-dark h2{font-size:32px;font-weight:400;line-height:1.2;color:#fff;margin-bottom:16px}
.hero-card-dark p{font-size:14px;line-height:1.5;margin-bottom:28px;max-width:540px}

/* SECTIONS */
.section{padding:96px 0}
.section-dark{padding:96px 0;background:#181d26;color:#fff}
.section-soft{padding:96px 0;background:#f8fafc}
.section-cream{padding:96px 0;background:#f5e9d4}
.section-strong{padding:96px 0;background:#e0e2e6}

.section-label{font-size:14px;font-weight:500;letter-spacing:0.16px;color:#9297a0;text-transform:uppercase;margin-bottom:12px}
.section-title{font-size:32px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:16px}
.section-dark .section-title{color:#fff}
.section-sub{font-size:16px;font-weight:400;line-height:1.5;color:#333840;max-width:560px;margin-bottom:48px}
.section-dark .section-sub{color:#e0e2e6}

/* DEMO GRID */
.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.demo-card{border-radius:10px;padding:24px;background:#fff}
.demo-card-peach{background:#fcab79}
.demo-card-mint{background:#a8d8c4}
.demo-card-cream{background:#f5e9d4}
.demo-card-yellow{background:#f4d35e}
.demo-card img{border-radius:10px;width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:16px}
.demo-card h3{font-size:16px;font-weight:500;line-height:1.4;color:#181d26;margin-bottom:8px}
.demo-card p{font-size:14px;line-height:1.5;color:#333840}
.demo-card-tall{grid-row:span 2}

/* ARTICLE CARDS */
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{background:#fff;border-radius:10px;padding:16px;border:1px solid #dddddd}
.article-card img{border-radius:10px;width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:14px}
.article-tag{font-size:12px;font-weight:500;letter-spacing:0.16px;color:#9297a0;text-transform:uppercase;margin-bottom:8px}
.article-card h3{font-size:18px;font-weight:500;line-height:1.4;color:#181d26;margin-bottom:8px}
.article-card h3 a{color:#181d26;text-decoration:none}
.article-card h3 a:hover{color:#aa2d00}
.article-card .meta{font-size:13px;color:#9297a0;margin-top:10px}

/* CTA BAND */
.cta-band-light{background:#e0e2e6;border-radius:12px;padding:48px;text-align:center}
.cta-band-light h2{font-size:32px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:16px}
.cta-band-light p{font-size:16px;color:#333840;margin-bottom:28px}

/* CONTACT FORM */
.form-wrap{max-width:560px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:14px;font-weight:500;color:#181d26;margin-bottom:6px}
.form-group input,.form-group textarea{width:100%;background:#fff;color:#181d26;font-size:14px;font-family:inherit;border-radius:6px;border:1px solid #dddddd;padding:12px 16px;height:44px;outline:none;transition:border 0.15s}
.form-group textarea{height:120px;resize:vertical}
.form-group input:focus,.form-group textarea:focus{border-color:#458fff}

/* FOOTER */
.footer{background:#fff;border-top:1px solid #dddddd;padding:96px 0 32px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px}
.footer-col h4{font-size:14px;font-weight:500;color:#181d26;margin-bottom:14px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{font-size:14px;color:#41454d;text-decoration:none}
.footer-col ul li a:hover{color:#181d26}
.footer-bottom{border-top:1px solid #dddddd;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:13px;color:#41454d}
.footer-bottom a{font-size:13px;color:#41454d}

/* BREADCRUMB */
.breadcrumb{font-size:13px;color:#9297a0;margin-bottom:24px}
.breadcrumb a{color:#9297a0;text-decoration:none}
.breadcrumb a:hover{color:#181d26}
.breadcrumb span{margin:0 6px}

/* ARTICLE PAGE */
.article-hero{padding:96px 0 48px;background:#fff}
.article-hero h1{font-size:40px;font-weight:400;line-height:1.2;color:#181d26;max-width:780px;margin-bottom:16px}
.article-hero .meta{font-size:13px;color:#9297a0;margin-bottom:32px}
.article-hero img{border-radius:12px;width:100%;max-height:460px;object-fit:cover;margin-bottom:48px}
.article-body{max-width:780px}
.article-body h2{font-size:24px;font-weight:400;line-height:1.35;letter-spacing:0.12px;color:#181d26;margin:36px 0 14px}
.article-body h3{font-size:20px;font-weight:400;line-height:1.5;color:#181d26;margin:28px 0 12px}
.article-body p{font-size:14px;line-height:1.6;color:#333840;margin-bottom:16px}
.article-body ul,.article-body ol{font-size:14px;line-height:1.6;color:#333840;margin-bottom:16px;padding-left:24px}
.article-body li{margin-bottom:6px}
.article-body a{color:#1b61c9}
.article-body a:hover{color:#1a3866}
.article-body .callout{background:#f5e9d4;border-radius:10px;padding:24px;margin:28px 0}
.article-body .callout p{margin:0}

/* PAGE */
.page-hero{padding:96px 0 64px;background:#fff}
.page-hero h1{font-size:40px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:16px}
.page-hero p{font-size:16px;color:#333840;max-width:640px}
.page-body{padding:0 0 96px}
.page-body h2{font-size:24px;font-weight:400;line-height:1.35;color:#181d26;margin:36px 0 14px}
.page-body h3{font-size:20px;font-weight:400;line-height:1.5;color:#181d26;margin:24px 0 10px}
.page-body p{font-size:14px;line-height:1.6;color:#333840;margin-bottom:14px}
.page-body ul{font-size:14px;line-height:1.6;color:#333840;margin-bottom:14px;padding-left:24px}
.page-body li{margin-bottom:6px}
.page-body a{color:#1b61c9}
.page-updated{font-size:13px;color:#9297a0;margin-top:8px}

/* COOKIE BANNER */
.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:999;flex-wrap:wrap}
.cookie-banner p{font-size:14px;line-height:1.5;color:#e0e2e6;max-width:760px}
.cookie-banner p a{color:#fff;text-decoration:underline}
.cookie-actions{display:flex;gap:12px;flex-shrink:0}
.btn-legal{background:#1b61c9;color:#fff;font-size:13.12px;font-weight:600;border-radius:2px;padding:12px 10px;border:none;cursor:pointer;white-space:nowrap}
.btn-legal-reject{background:transparent;color:#e0e2e6;font-size:13.12px;font-weight:600;border-radius:2px;padding:12px 10px;border:1px solid #41454d;cursor:pointer;white-space:nowrap}

/* DISCLAIMER */
.disclaimer{background:#f8fafc;border-top:1px solid #dddddd;padding:16px 0}
.disclaimer p{font-size:13px;color:#9297a0;line-height:1.5}

/* MOBILE NAV SHEET */
.mobile-menu{display:none;position:fixed;inset:0;background:#fff;z-index:200;flex-direction:column;padding:24px 48px}
.mobile-menu.open{display:flex}
.mobile-menu-close{align-self:flex-end;font-size:24px;background:none;border:none;cursor:pointer;color:#181d26;margin-bottom:24px}
.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:20px}
.mobile-menu ul li a{font-size:18px;color:#181d26;text-decoration:none;font-weight:400}

@media(max-width:1024px){
  .demo-grid{grid-template-columns:repeat(2,1fr)}
  .article-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .container{padding:0 24px}
  .top-nav .nav-links,.top-nav .nav-actions{display:none}
  .hamburger{display:flex}
  .hero-band h1{font-size:28px}
  .hero-band .sub{font-size:16px}
  .section{padding:64px 0}
  .section-dark,.section-soft,.section-cream,.section-strong{padding:64px 0}
  .signature-coral-card,.signature-forest-card,.hero-card-dark{padding:32px 24px}
  .signature-coral-card h2,.signature-forest-card h2,.hero-card-dark h2{font-size:24px}
  .section-title{font-size:24px}
  .demo-grid{grid-template-columns:1fr}
  .article-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer{padding:48px 0 24px}
  .cookie-banner{padding:16px 24px;flex-direction:column;align-items:flex-start}
  .mobile-menu{padding:24px}
  .article-hero h1{font-size:26px}
  .article-body h2{font-size:20px}
  .cta-band-light{padding:32px 24px}
  .cta-band-light h2{font-size:24px}
  .page-hero h1{font-size:28px}
}
