:root{--navy: #1e1b4b;--navy-light: #2e2b5b;--purple: #a78bfa;--purple-light: #c4b5fd;--green: #4ade80;--green-dark: #22c55e;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--gray-800: #1e293b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(16px,1.2vw,20px)}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--gray-50);font-size:clamp(1rem,1.2vw,1.25rem)}.page-header{padding:10rem 2rem 4rem;background:var(--white);text-align:center;border-bottom:1px solid var(--gray-100)}.page-header h1{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.page-header p{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--gray-600);max-width:600px;margin:0 auto}.faq-section{padding:4rem 2rem;max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:12px;margin-bottom:1rem;border:1px solid var(--gray-100);overflow:hidden}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:600;color:var(--navy);transition:background .2s}.faq-question:hover{background:var(--gray-50)}.faq-question:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--purple);transition:transform .3s}.faq-item.active .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.active .faq-answer{max-height:1000px}.faq-answer-inner{padding:0 2rem 1.5rem;color:var(--gray-600);line-height:1.8;font-size:clamp(.95rem,1.5vw,1.125rem)}.cta{background:var(--navy);text-align:center;padding:5rem 2rem}.cta h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--white);margin-bottom:1rem}.cta p{color:var(--gray-400);font-size:clamp(1rem,1.8vw,1.375rem);margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-secondary{background:var(--green);color:var(--navy)}.btn-secondary:hover{background:var(--green-dark);transform:translateY(-1px)}footer{background:var(--navy);border-top:1px solid var(--navy-light);padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left p{color:var(--gray-400);font-size:clamp(.8125rem,1.2vw,1rem)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:clamp(.8125rem,1.2vw,1rem);transition:color .2s}.footer-links a:hover{color:var(--white)}.tagline-footer{font-family:"Instrument Serif",Georgia,serif;font-style:italic;color:var(--green);font-size:clamp(.875rem,1.3vw,1.1rem);margin-top:.5rem}@media (max-width: 768px){.page-header{padding:8rem 1.5rem 3rem}.faq-section{padding:3rem 1.5rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer-inner{padding:0 1.5rem 1.25rem}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}}
