@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Work+Sans:wght@300;400;500;600&display=swap";:root{--background: #FAF7F2;--foreground: #1a1a1a;--card: #F2EEE7;--card-foreground: #1a1a1a;--popover: #FFFFFF;--popover-foreground: #1a1a1a;--primary: #1A3E72;--primary-foreground: #FAF7F2;--secondary: #C69C45;--secondary-foreground: #1a1a1a;--muted: #E8E2D8;--muted-foreground: #6b6760;--accent: #D64C3F;--accent-foreground: #FAF7F2;--border: #D8D2C8;--input: #FFFFFF;--ring: #1A3E72;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Work Sans", system-ui, sans-serif;--radius: .5rem;--max-width: 760px}.dark{--background: #2E2D2B;--foreground: #F0EBE3;--card: #383733;--card-foreground: #F0EBE3;--popover: #3A3935;--popover-foreground: #F0EBE3;--primary: #4A7BB8;--primary-foreground: #FAF7F2;--secondary: #D4A857;--secondary-foreground: #2E2D2B;--muted: #454340;--muted-foreground: #A09B92;--accent: #D64C3F;--accent-foreground: #FAF7F2;--border: #4A4945;--input: #383733;--ring: #4A7BB8}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.6;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{position:sticky;top:0;z-index:100;background:var(--background);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:.875rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.wordmark{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--primary);letter-spacing:.02em;text-decoration:none}.wordmark span{color:var(--secondary)}.contact-link{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--primary);text-decoration:none;padding:.5rem 1rem;border:1px solid var(--primary);border-radius:var(--radius);transition:background .2s,color .2s;white-space:nowrap}.contact-link:hover{background:var(--primary);color:var(--primary-foreground)}.hero{max-width:var(--max-width);margin:0 auto;padding:3.5rem 1.25rem 2rem;text-align:center}.hero-kicker{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.hero-title{font-family:var(--font-display);font-size:2.75rem;font-weight:500;line-height:1.15;color:var(--foreground);margin-bottom:1.5rem}.hero-title em{font-style:italic;color:var(--primary)}.search-wrap{position:relative;max-width:520px;margin:0 auto}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}.search-input{width:100%;font-family:var(--font-body);font-size:1.0625rem;padding:.875rem 1rem .875rem 2.75rem;border:1px solid var(--border);border-radius:999px;background:var(--input);color:var(--foreground);outline:none;transition:border-color .2s,box-shadow .2s}.search-input::placeholder{color:var(--muted-foreground)}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a3e721f}.pills-bar{position:sticky;top:57px;z-index:90;background:var(--background);border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pills-bar::-webkit-scrollbar{display:none}.pills-inner{max-width:var(--max-width);margin:0 auto;padding:.75rem 1.25rem;display:flex;gap:.5rem;white-space:nowrap}.pill{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--muted-foreground);background:transparent;border:1px solid var(--border);border-radius:999px;padding:.375rem .875rem;cursor:pointer;transition:all .2s;text-decoration:none}.pill:hover{color:var(--primary);border-color:var(--primary)}.pill.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.faq-content{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem 4rem}.category-section{margin-bottom:2.5rem}.category-heading{font-family:var(--font-display);font-style:italic;font-size:1.625rem;font-weight:500;color:var(--primary);margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.125rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:1.0625rem;font-weight:500;color:var(--foreground);line-height:1.45;transition:color .2s}.accordion-trigger:hover{color:var(--primary)}.accordion-trigger:after{content:""}.accordion-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.25rem;font-weight:400;line-height:1;margin-top:.125rem;transition:transform .25s ease}.accordion-icon.open{transform:rotate(45deg)}.accordion-panel{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease}.accordion-panel.open{max-height:500px}.accordion-answer{padding:0 2.5rem 1.25rem 0;font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.65;color:var(--muted-foreground)}.empty-state{text-align:center;padding:3rem 1.25rem}.empty-state p{font-family:var(--font-body);font-size:1.0625rem;color:var(--muted-foreground);margin-bottom:1.5rem}.footer{background:var(--primary);color:var(--primary-foreground);padding:3rem 1.25rem 2rem}.footer-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-title{font-family:var(--font-display);font-size:1.75rem;font-weight:500;margin-bottom:.5rem}.footer-subtitle{font-family:var(--font-body);font-size:.9375rem;opacity:.85;margin-bottom:2rem}.footer-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem}.footer-btn{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--primary);background:var(--primary-foreground);border:none;border-radius:999px;padding:.75rem 2rem;text-decoration:none;cursor:pointer;transition:opacity .2s,transform .15s;display:inline-flex;align-items:center;gap:.5rem}.footer-btn:hover{opacity:.9;transform:translateY(-1px)}.footer-link{font-family:var(--font-body);font-size:1rem;color:var(--primary-foreground);text-decoration:underline;text-underline-offset:4px;opacity:.9}.footer-link:hover{opacity:1}.footer-meta{border-top:1px solid rgba(250,247,242,.2);padding-top:1.5rem;font-family:var(--font-body);font-size:.8125rem;opacity:.7;line-height:1.8}.footer-meta a{color:var(--primary-foreground);text-decoration:none}.footer-meta a:hover{text-decoration:underline}@media(max-width:640px){.hero-title{font-size:2rem}.hero{padding:2.5rem 1.25rem 1.5rem}.wordmark{font-size:1.25rem}.contact-link{font-size:.8125rem;padding:.375rem .75rem}.pills-bar{top:53px}.category-heading{font-size:1.375rem}.accordion-trigger{font-size:1rem}}
