@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Inter+Display:wght@400;475;500&display=swap');

*,*::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,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#333840;background:#ffffff}
a{color:#1b61c9;text-decoration:none}
a:active{color:#1a3866}
img{max-width:100%;height:auto;display:block}
address{font-style:normal}

.container{max-width:1280px;margin:0 auto;padding:0 48px}

/* NAV */
.site-header{position:sticky;top:0;z-index:100;background:#ffffff;border-bottom:1px solid #dddddd;height:64px;display:flex;align-items:center}
.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}
.logo{font-size:18px;font-weight:500;color:#181d26;letter-spacing:-0.01em}
.logo-dot{color:#1b61c9}
.main-nav ul{list-style:none;display:flex;gap:24px}
.main-nav a{font-size:14px;font-weight:400;color:#181d26}
.main-nav a:hover{color:#1b61c9}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-toggle span{display:block;width:22px;height:2px;background:#181d26;border-radius:2px}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#181d26;color:#ffffff;font-size:16px;font-weight:500;line-height:1.4;padding:16px 24px;border-radius:12px;border:none;cursor:pointer;transition:background 0.15s}
.btn-primary:active{background:#0d1218;color:#ffffff}
.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:#ffffff;color:#181d26;font-size:16px;font-weight:500;line-height:1.4;padding:16px 24px;border-radius:12px;border:1px solid #dddddd;cursor:pointer;transition:background 0.15s}
.btn-legal{display:inline-flex;align-items:center;justify-content:center;background:#1b61c9;color:#ffffff;font-size:13.12px;font-weight:600;line-height:1.2;padding:12px 10px;border-radius:2px;border:none;cursor:pointer}

/* HERO */
.hero-band{padding:96px 0;background:#ffffff}
.hero-band .container{display:flex;flex-direction:column;gap:24px;max-width:720px}
.hero-band h1{font-family:'Inter Display',sans-serif;font-size:40px;font-weight:400;line-height:1.2;color:#181d26}
.hero-band p{font-size:16px;font-weight:400;line-height:1.6;color:#333840}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}

/* SIGNATURE CARDS */
.sig-coral{background:#aa2d00;color:#ffffff;border-radius:12px;padding:48px}
.sig-coral h2,.sig-coral p{color:#ffffff}
.sig-forest{background:#0a2e0e;color:#ffffff;border-radius:12px;padding:48px}
.sig-forest h2,.sig-forest p{color:#ffffff}
.sig-dark{background:#181d26;color:#ffffff;border-radius:12px;padding:48px}
.sig-dark h2,.sig-dark p{color:#ffffff}
.sig-cream{background:#f5e9d4;color:#181d26;border-radius:10px;padding:24px}

/* SECTIONS */
.section{padding:96px 0}
.section-title{font-family:'Inter Display',sans-serif;font-size:32px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:16px}
.section-sub{font-size:16px;color:#333840;margin-bottom:48px;max-width:600px}

/* ARTICLE CARDS GRID */
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{background:#ffffff;border-radius:10px;border:1px solid #dddddd;overflow:hidden}
.article-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.article-card-body{padding:16px}
.article-card-tag{font-size:12px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:#41454d;margin-bottom:8px}
.article-card-title{font-size:18px;font-weight:500;line-height:1.4;color:#181d26;margin-bottom:8px}
.article-card-meta{font-size:14px;color:#41454d}
.article-card-title a{color:#181d26}
.article-card-title a:hover{color:#1b61c9}

/* DEMO GRID */
.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.demo-card{border-radius:10px;padding:16px}
.demo-card-peach{background:#fcab79}
.demo-card-mint{background:#a8d8c4}
.demo-card-yellow{background:#f4d35e}
.demo-card h3{font-size:16px;font-weight:500;color:#181d26;margin-bottom:8px}
.demo-card p{font-size:14px;color:#333840}

/* FEATURE IMAGE SPLIT */
.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.feature-split img{border-radius:10px;width:100%}
.feature-split-text h2{font-family:'Inter Display',sans-serif;font-size:32px;font-weight:400;color:#181d26;margin-bottom:16px}
.feature-split-text p{font-size:14px;color:#333840;margin-bottom:16px}

/* STATS ROW */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:48px 0}
.stat-item{text-align:center}
.stat-num{font-family:'Inter Display',sans-serif;font-size:44.8px;font-weight:475;line-height:1.1;color:#181d26}
.stat-label{font-size:14px;color:#41454d;margin-top:4px}

/* CTA BAND */
.cta-band{background:#e0e2e6;border-radius:12px;padding:48px;text-align:center}
.cta-band h2{font-family:'Inter Display',sans-serif;font-size:32px;font-weight:400;color:#181d26;margin-bottom:16px}
.cta-band-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:24px}

/* CONTACT FORM */
.contact-form{background:#f8fafc;border-radius:10px;padding:32px}
.contact-form h2{font-family:'Inter Display',sans-serif;font-size:24px;font-weight:400;color:#181d26;margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-group label{font-size:14px;font-weight:500;color:#181d26}
.form-group input,.form-group textarea{background:#ffffff;color:#181d26;font-size:14px;border-radius:6px;padding:12px 16px;height:44px;border:1px solid #dddddd;font-family:inherit}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#458fff;box-shadow:0 0 0 2px rgba(69,143,255,0.2)}
.form-group textarea{height:auto;min-height:100px;resize:vertical}
.form-submit{margin-top:8px}

/* ARTICLE PAGE */
.article-header{padding:96px 0 48px;background:#ffffff}
.article-header h1{font-family:'Inter Display',sans-serif;font-size:40px;font-weight:400;line-height:1.2;color:#181d26;margin-bottom:16px;max-width:800px}
.article-meta{font-size:14px;color:#41454d;margin-bottom:24px}
.article-hero-img{width:100%;border-radius:10px;aspect-ratio:16/9;object-fit:cover;margin-bottom:48px}
.article-body{max-width:760px}
.article-body h2{font-family:'Inter Display',sans-serif;font-size:24px;font-weight:400;color:#181d26;margin:40px 0 16px}
.article-body h3{font-size:18px;font-weight:500;color:#181d26;margin:28px 0 12px}
.article-body p{font-size:14px;line-height:1.8;color:#333840;margin-bottom:16px}
.article-body ul,.article-body ol{padding-left:20px;margin-bottom:16px}
.article-body li{font-size:14px;line-height:1.8;color:#333840;margin-bottom:4px}
.article-body a{color:#1b61c9}
.article-body blockquote{border-left:3px solid #aa2d00;padding:16px 24px;margin:24px 0;background:#f8fafc;border-radius:0 6px 6px 0}
.article-body blockquote p{margin-bottom:0;color:#181d26;font-style:italic}
.article-layout{display:grid;grid-template-columns:1fr 280px;gap:48px;padding-bottom:96px}
.article-sidebar{padding-top:8px}
.sidebar-card{background:#f8fafc;border-radius:10px;padding:24px;margin-bottom:24px}
.sidebar-card h3{font-size:16px;font-weight:500;color:#181d26;margin-bottom:16px}
.sidebar-card ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.sidebar-card li a{font-size:14px;color:#1b61c9}
.breadcrumb{font-size:13px;color:#41454d;margin-bottom:24px}
.breadcrumb a{color:#1b61c9}

/* PAGES (about, privacy, terms) */
.page-header{padding:96px 0 48px;background:#ffffff}
.page-header h1{font-family:'Inter Display',sans-serif;font-size:40px;font-weight:400;color:#181d26}
.page-body{max-width:760px;padding-bottom:96px}
.page-body h2{font-family:'Inter Display',sans-serif;font-size:24px;font-weight:400;color:#181d26;margin:40px 0 12px}
.page-body h3{font-size:18px;font-weight:500;color:#181d26;margin:28px 0 10px}
.page-body p{font-size:14px;line-height:1.8;color:#333840;margin-bottom:14px}
.page-body ul{padding-left:20px;margin-bottom:14px}
.page-body li{font-size:14px;line-height:1.8;color:#333840}

/* FOOTER */
.site-footer{border-top:1px solid #dddddd;padding-top:96px;background:#ffffff}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:48px}
.footer-brand{font-size:16px;font-weight:500;color:#181d26;margin-bottom:8px}
.footer-desc{font-size:14px;color:#41454d;line-height:1.6}
.footer-heading{font-size:14px;font-weight:500;color:#181d26;margin-bottom:12px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-col li a{font-size:14px;color:#41454d}
.footer-col li a:hover{color:#181d26}
.footer-col address p{font-size:14px;color:#41454d;line-height:1.8}
.footer-col address a{color:#1b61c9}
.footer-legal{border-top:1px solid #dddddd;padding:24px 0;display:flex;flex-direction:column}
.footer-legal .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.footer-legal p{font-size:14px;color:#41454d}
.footer-links-inline a{font-size:14px;color:#41454d;margin:0 4px}
.footer-links-inline a:hover{color:#181d26}

/* COOKIE BANNER */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#181d26;color:#ffffff;padding:16px 48px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:9999;flex-wrap:wrap}
#cookie-banner p{font-size:13px;color:#ffffff;line-height:1.5;flex:1 1 300px}
#cookie-banner a{color:#ffffff;text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex-shrink:0}
.cookie-hidden{display:none !important}

/* DISCLAIMER */
.disclaimer-bar{background:#f8fafc;border-top:1px solid #dddddd;padding:12px 0;text-align:center}
.disclaimer-bar p{font-size:13px;color:#41454d}

/* RESPONSIVE */
@media(max-width:1024px){
  .container{padding:0 32px}
  .cards-grid{grid-template-columns:repeat(2,1fr)}
  .demo-grid{grid-template-columns:repeat(2,1fr)}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .feature-split{grid-template-columns:1fr}
  .article-layout{grid-template-columns:1fr}
  .article-sidebar{display:none}
}
@media(max-width:768px){
  .container{padding:0 20px}
  .hero-band{padding:64px 0}
  .hero-band h1{font-size:28px}
  .section{padding:64px 0}
  .section-title{font-size:24px}
  .cards-grid{grid-template-columns:1fr}
  .demo-grid{grid-template-columns:1fr}
  .stats-row{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#ffffff;border-bottom:1px solid #dddddd;padding:24px 20px}
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;gap:16px}
  .nav-toggle{display:flex}
  .header-inner{position:relative}
  .sig-coral,.sig-forest,.sig-dark{padding:32px 24px}
  #cookie-banner{padding:16px 20px}
  .article-header h1{font-size:28px}
  .article-header{padding:64px 0 32px}
}
