@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=DM+Sans:wght@300;400;500&display=swap";
:root{--bg:#edeae3;--bg-card:#e4e1d9;--bg-hover:#d9d6ce;--border:#ccc9c0;--border-light:#b8b5ac;--text-primary:#1a1814;--text-secondary:#5a5650;--text-muted:#8a8880;--accent:#e8633a;--accent-hover:#d0522a;--accent-dim:#e8633a1f;--green:#3a8e5b;--amber:#b8782a;--red:#b93a3a;--font-display:"Playfair Display", Georgia, serif;--font-body:"DM Sans", sans-serif}html.dark{--bg:#0f0e0d;--bg-card:#1a1917;--bg-hover:#232220;--border:#2e2c29;--border-light:#3d3b37;--text-primary:#f0ede6;--text-secondary:#a09d97;--text-muted:#6b6864;--accent:#e8633a;--accent-hover:#f07040;--accent-dim:#e8633a26;--green:#4aad72;--amber:#d4923a;--red:#d94f4f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}::selection{background:var(--accent-dim);color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}a{color:inherit;text-decoration:none}nav{border:none!important;outline:none!important}@media (max-width:768px){.nav-links-desktop,.nav-s-icon{display:none!important}.nav-hamburger{display:flex!important}.hero-grid{text-align:center;grid-template-columns:1fr!important;gap:2rem!important}.hero-image{aspect-ratio:1;margin:0 auto;max-width:280px!important}.hero-cta{justify-content:center!important}.hero-stats{grid-template-columns:repeat(3,1fr)!important}.hero-section{min-height:auto!important;padding:90px 1.25rem 60px!important}.hero-desc{margin-left:auto;margin-right:auto;max-width:100%!important}.solutions-section{padding:0 1.25rem 60px!important}.solutions-header{flex-direction:column!important;align-items:flex-start!important}.solutions-grid,.newsletter-grid{grid-template-columns:1fr!important}.newsletter-image{display:none!important}.newsletter-section{padding:60px 1.25rem!important}.newsletter-input-row{flex-direction:column!important}.newsletter-input-row input,.newsletter-input-row button{width:100%!important}.blog-header-section{padding:48px 1.25rem 40px!important}.blog-posts-section{padding:0 1.25rem 60px!important}.blog-s-icon{display:none!important}.blog-article-grid{grid-template-columns:1fr!important}.contact-header{padding:56px 1.25rem 40px!important}.contact-grid{grid-template-columns:1fr!important;gap:2rem!important;padding:0 1.25rem 80px!important}.contact-name-email{grid-template-columns:1fr!important}.solution-main{padding:90px 1.25rem 60px!important}.solution-hero-card{padding:1.5rem!important}.solution-hero-top{flex-direction:column!important;align-items:flex-start!important}.solution-stats-grid{grid-template-columns:repeat(2,1fr)!important}.solution-problem-grid,.solution-tech-milestones{grid-template-columns:1fr!important}.footer-inner{flex-direction:column!important;align-items:flex-start!important;gap:1.25rem!important;padding:2rem 1.25rem!important}.footer-tagline{display:none!important}.about-section{padding:48px 1.25rem 60px!important}}@media (max-width:480px){.hero-stats{grid-template-columns:repeat(3,1fr)!important}.solution-stats-grid{grid-template-columns:1fr 1fr!important}}
