*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background:hsl(210,20%,98%);--foreground:hsl(215,30%,14%);--card:hsl(0,0%,100%);--card-foreground:hsl(215,30%,14%);--primary:hsl(217,45%,22%);--primary-fg:hsl(210,40%,98%);--secondary:hsl(210,25%,95%);--secondary-fg:hsl(215,30%,14%);--muted:hsl(210,20%,96%);--muted-fg:hsl(215,12%,48%);--accent:hsl(38,92%,50%);--accent-fg:hsl(215,30%,14%);--border:hsl(214,20%,90%);--section-alt:hsl(210,25%,97%);--hero-gradient:linear-gradient(135deg,rgba(15,23,42,.9) 0%,rgba(30,41,59,.85) 50%,rgba(15,23,42,.9) 100%);--cta-gradient:linear-gradient(135deg,hsl(38,92%,50%) 0%,hsl(32,90%,48%) 100%);--cta-hover:linear-gradient(135deg,hsl(38,92%,45%) 0%,hsl(32,90%,42%) 100%);--radius:.625rem}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"DM Serif Display",serif;line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;font-family:DM Sans,sans-serif;font-weight:600;font-size:.875rem;cursor:pointer;border:none;transition:all .2s}.btn-cta{background:var(--cta-gradient);color:#fff;padding:.875rem 2.5rem;font-size:1.125rem;border-radius:.5rem;box-shadow:0 4px 14px #00000026}.btn-cta:hover{background:var(--cta-hover);box-shadow:0 6px 20px #0003}.btn-hero-outline{border:2px solid hsla(210,40%,98%,.3);color:var(--primary-fg);padding:.875rem 2.5rem;font-size:1.125rem;background:transparent}.btn-hero-outline:hover{background:#f8fafc1a}.btn-outline{border:1px solid var(--border);background:var(--background);color:var(--foreground);padding:.75rem 2rem;font-size:1rem}.btn-outline:hover{background:var(--secondary)}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn-header{padding:.625rem 1.5rem;font-size:.875rem}.mt-2{margin-top:.5rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s}.site-header.scrolled{background:#fffffff2;backdrop-filter:blur(12px);box-shadow:0 1px 3px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.75rem;transition:opacity .2s ease}.logo:hover{opacity:.78}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:1rem;background:#fff;color:#000;text-decoration:underline}.skip-link:focus{position:fixed;left:1rem;top:1rem;width:auto;height:auto;overflow:visible;background:#fff;border:2px solid #000;border-radius:4px}.logo-img{width:48px;height:48px}.logo-text{font-family:"DM Serif Display",serif;font-size:1.25rem;color:var(--primary-fg);transition:color .3s}.scrolled .logo-text{color:var(--foreground)}.nav-desktop{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:.875rem;font-weight:500;color:#f8fafccc;transition:color .3s}.nav-link:hover{color:var(--accent)}.scrolled .nav-link{color:var(--foreground)}.hamburger{display:none;padding:.5rem;background:none;border:none;cursor:pointer}.hamburger svg{color:var(--primary-fg)}.scrolled .hamburger svg{color:var(--foreground)}.mobile-nav{background:var(--card);border-top:1px solid var(--border);position:absolute;top:4rem;left:0;right:0;box-shadow:0 4px 6px #0000001a;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .4s ease,padding .4s ease;display:flex;flex-direction:column;gap:.75rem;padding:0 2rem}.mobile-nav.open{max-height:400px;opacity:1;padding:1.5rem 2rem}.mobile-nav a{font-size:.875rem;font-weight:500;color:var(--foreground);padding:.5rem 0}svg.icon{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}svg.icon-sm{width:18px;height:18px}svg.icon-lg{width:28px;height:28px}svg.icon-16{width:16px;height:16px}.site-footer{background:var(--primary);color:var(--primary-fg);padding:2rem 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}.footer-brand p{font-size:.875rem;color:#f8fafc99;line-height:1.6;margin-top:1rem}.footer-col h4{font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;color:#f8fafccc;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.35rem}.footer-col li{line-height:1.3}.footer-col a{font-size:.875rem;color:#f8fafc80;transition:color .2s}.footer-col a:hover{color:var(--primary-fg)}.footer-compliance{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(210,40%,98%,.1);font-size:.75rem;color:#f8fafc66;line-height:1.6;max-width:48rem}.footer-compliance p{margin-bottom:.5rem}.hub-main{max-width:900px;margin:0 auto;padding:5rem 1.25rem 3rem}.breadcrumb{font-size:.85rem;color:var(--muted-fg);margin-bottom:1rem}.breadcrumb a{color:var(--accent);text-decoration:none}.card{background:var(--card);border-radius:.75rem;box-shadow:0 8px 24px #0f172a14;padding:2rem}.hero-image-wrap{margin:.75rem 0 1.35rem;border-radius:.65rem;overflow:hidden;box-shadow:0 10px 24px #0f172a24}.hero-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.card h1{color:var(--foreground);margin-bottom:.85rem;font-size:2rem;line-height:1.2}.card h2{color:var(--foreground);margin:1.6rem 0 .65rem;font-size:1.28rem}.card h3{color:var(--foreground);margin:1rem 0 .35rem;font-size:1.02rem}.card p{margin-bottom:.9rem}.card ul{margin:.45rem 0 1rem 1.2rem;list-style:disc}.card li{margin-bottom:.45rem}.cta-box{margin-top:1.35rem;padding:1.1rem;border-radius:.6rem;background:var(--secondary);border-left:4px solid var(--accent)}.cta-box a{display:inline-block;margin-top:.7rem;background:var(--cta-gradient);color:#fff;text-decoration:none;font-weight:700;padding:.82rem 1.15rem;border-radius:.45rem;transition:all .2s}.cta-box a:hover{background:var(--cta-hover)}.hub-faq{margin-top:1.6rem;padding-top:.4rem;border-top:1px solid var(--border)}.related-links{margin-top:1.4rem;font-size:.95rem}.related-links a{color:var(--accent);text-decoration:none;margin-right:.75rem;white-space:nowrap}.related-links a:hover{text-decoration:underline}.related-guides{margin-top:2rem;padding:1.5rem;background:var(--section-alt,#f7f7f7);border-radius:8px}.related-guides h2{font-size:1.1rem;margin-bottom:1rem}.related-guides ul{margin:0;padding-left:1.25rem;line-height:2;list-style:disc}.resource-main{max-width:900px;margin:0 auto;padding:5rem 1.25rem 4rem}.resource-article{background:var(--card);border-radius:.75rem;box-shadow:0 8px 24px #0f172a14;padding:2rem}.resource-hero-wrap{margin:.5rem 0 2rem;border-radius:.65rem;overflow:hidden;box-shadow:0 10px 24px #0f172a24}.resource-hero-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.resource-article h1{font-size:clamp(1.6rem,3.5vw,2.2rem);margin-bottom:.5rem}.resource-pub-date{font-size:.85rem;color:var(--muted-fg);margin-bottom:1.5rem;font-style:italic}.resource-article h2{color:var(--foreground);margin:2rem 0 .75rem;font-size:1.3rem;border-bottom:2px solid var(--border);padding-bottom:.4rem}.resource-article h3{color:var(--foreground);margin:1.25rem 0 .5rem;font-size:1.05rem}.resource-article p{margin-bottom:1rem;line-height:1.75}.resource-article ul,.resource-article ol{margin:.5rem 0 1rem 1.5rem}.resource-article ul{list-style:disc}.resource-article ol{list-style:decimal}.resource-article li{margin-bottom:.5rem;line-height:1.7}.resource-article a{color:var(--accent);text-decoration:underline}.resource-article blockquote{border-left:4px solid var(--accent);padding:.75rem 1rem;background:var(--secondary);margin:1.25rem 0;border-radius:0 .5rem .5rem 0}.resource-article strong{font-weight:600}.resource-article hr{display:none}.resource-article table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.resource-article th{background:var(--primary);color:var(--primary-fg);padding:.6rem .75rem;text-align:left;font-family:DM Sans,sans-serif}.resource-article td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}.resource-article tr:nth-child(2n) td{background:var(--secondary)}.resource-cta-inline{margin:2rem 0;padding:1.25rem 1.5rem;border-radius:.6rem;background:var(--secondary);border-left:4px solid var(--accent)}.resource-cta-inline a{color:var(--accent);font-weight:600;text-decoration:underline}.atty-ad-notice{font-size:.75rem;color:var(--muted-fg);margin-bottom:1rem}.atty-ad-notice a{color:var(--accent);text-decoration:underline}.cta-legal-note{font-size:.75rem;color:var(--muted-fg);margin-top:.5rem;margin-bottom:0}.cta-box a+.cta-legal-note{margin-top:.75rem}.content{max-width:900px;margin:0 auto;padding:5rem 1.5rem 3rem}.legal-doc{background:var(--card);padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014}.legal-doc h1{font-size:2.5rem;color:var(--foreground);margin-bottom:1rem}.last-updated{color:var(--muted-fg);font-size:.875rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}.legal-doc h2{font-size:1.75rem;color:var(--foreground);margin-top:2.5rem;margin-bottom:1rem}.legal-doc h3{font-size:1.25rem;color:var(--foreground);margin-top:1.5rem;margin-bottom:.75rem}.legal-doc p{margin-bottom:1rem}.legal-doc ul,.legal-doc ol{margin-left:1.5rem;margin-bottom:1rem;list-style:disc}.legal-doc ol{list-style:decimal}.legal-doc li{margin-bottom:.5rem}.legal-doc strong{color:var(--foreground)}.legal-doc a{color:var(--accent);text-decoration:none}.legal-doc a:hover{text-decoration:underline}.contact-box{background:var(--secondary);padding:1.5rem;border-radius:.5rem;margin:2rem 0;border-left:4px solid var(--accent)}.warning-box{background:#fef3c7;padding:1.5rem;border-radius:.5rem;margin:2rem 0;border-left:4px solid var(--accent)}.info-box{background:#dbeafe;padding:1.5rem;border-radius:.5rem;margin:2rem 0;border-left:4px solid #3b82f6}.legal-doc table{width:100%;border-collapse:collapse;margin:1.5rem 0}.legal-doc th,.legal-doc td{padding:.75rem;text-align:left;border:1px solid var(--border)}.legal-doc th{background:var(--secondary);font-weight:700;color:var(--foreground)}.legal-doc tr:nth-child(2n){background:var(--background)}.legal-doc .privacy-form label{display:block;margin-top:1rem;font-weight:500}.legal-doc .privacy-form label:first-of-type{margin-top:0}.legal-doc .privacy-form input,.legal-doc .privacy-form select,.legal-doc .privacy-form textarea{display:block;width:100%;max-width:400px;padding:.5rem .75rem;margin-top:.25rem;border:1px solid var(--border);border-radius:.5rem;font-family:inherit;box-sizing:border-box}.legal-doc .privacy-form textarea{min-height:100px;resize:vertical}.legal-doc .privacy-form button[type=submit]{display:block;margin-top:1.25rem;margin-bottom:0;padding:.75rem 1.5rem;background:var(--cta-gradient);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer}.legal-doc .form-note{display:block;font-size:.875rem;color:var(--muted-fg);margin-top:.75rem;margin-bottom:0}.legal-doc .table-wrap{overflow-x:auto;margin:1rem 0}@media(max-width:768px){.legal-doc{padding:1.25rem}.legal-doc h1{font-size:2rem}.legal-doc h2{font-size:1.5rem}.legal-doc table{font-size:.875rem}.legal-doc th,.legal-doc td{padding:.5rem}}.legal-page-main{padding:5rem 1.5rem 3rem;max-width:900px;margin:0 auto}.legal-page-main h1{font-size:2rem;margin-bottom:1rem}.legal-page-main .intro{color:var(--muted-fg);margin-bottom:1.5rem;line-height:1.6}.partners-list{list-style:none;margin:1.5rem 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem 2rem}.partners-list li{font-size:.9rem;line-height:1.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}@media(max-width:768px){.nav-desktop{display:none}.hamburger{display:block}.container{padding:0 1.25rem}.footer-grid{gap:1.5rem}.footer-compliance{padding-left:0;padding-right:0}.mobile-nav .btn-cta{color:#fff!important}.hub-main{padding:5rem .75rem 2rem}.card{padding:1.25rem}.resource-main{padding:5rem .75rem 3rem}.resource-article{padding:1.25rem}}.site-header[data-astro-cid-37fxchfa]:not(.site-header--solid):not(.scrolled){background:transparent}.site-header--solid[data-astro-cid-37fxchfa]:not(.scrolled){background:var(--primary)}
