@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--background: #F4F0EB;--foreground: #1a2332;--card: #F2F5F7;--card-foreground: #1a2332;--popover: #FFFFFF;--popover-foreground: #1a2332;--primary: #0E6B6B;--primary-foreground: #FFFFFF;--secondary: #E8E4DE;--secondary-foreground: #2D3D4F;--muted: #ECE8E3;--muted-foreground: #6B7B8C;--accent: #F28705;--accent-foreground: #FFFFFF;--destructive: #DC2626;--destructive-foreground: #FFFFFF;--border: #D9D4CE;--input: #FFFFFF;--ring: #0E6B6B;--font-display: "Work Sans", system-ui, sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", monospace;--radius: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .08)}.dark{--background: #0B1C26;--foreground: #E2E8F0;--card: #1C2A35;--card-foreground: #E2E8F0;--popover: #16242E;--popover-foreground: #E2E8F0;--primary: #4DB8B8;--primary-foreground: #0B1C26;--secondary: #243845;--secondary-foreground: #B0C4D4;--muted: #1A2B36;--muted-foreground: #8FA5B5;--accent: #FFA726;--accent-foreground: #0B1C26;--destructive: #EF4444;--destructive-foreground: #FFFFFF;--border: #2A3F4E;--input: #1C2A35;--ring: #4DB8B8;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .25);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.25}a{color:var(--primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent)}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;color:inherit}input{font-family:var(--font-body)}::selection{background:var(--accent);color:var(--accent-foreground)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@media (max-width: 768px){.desktop-nav{display:none!important}.mobile-nav,.mobile-only{display:flex!important}.faq-grid{grid-template-columns:1fr!important}}@media (min-width: 769px){.desktop-nav{display:flex!important}.mobile-nav,.mobile-only{display:none!important}}
