@import"https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--background: 0 0% 96%;--foreground: 215 19% 35%;--card: 0 0% 98%;--card-foreground: 0 0% 9%;--primary: 16 96% 58%;--primary-foreground: 33 100% 96%;--secondary: 0 0% 32%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 63%;--muted-foreground: 0 0% 40%;--accent: 47 100% 96%;--accent-foreground: 37 92% 50%;--border: 0 0% 83%;--cream: 37 27% 94%;--cream-foreground: 240 5% 17%;--charcoal: 240 5% 17%;--charcoal-foreground: 40 33% 97%;--dark: 240 9% 11%;--dark-foreground: 40 33% 97%;--navy: 210 52% 24%;--navy-foreground: 40 33% 97%;--terracotta: 19 65% 46%;--terracotta-foreground: 40 33% 97%;--warm-white: 40 33% 97%;--radius: .75rem;--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / .1);--shadow: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 1px 2px -1px hsl(0 0% 0% / .1);--shadow-md: 0 4px 6px -1px hsl(0 0% 0% / .1), 0 2px 4px -2px hsl(0 0% 0% / .1);--shadow-lg: 0 10px 15px -3px hsl(0 0% 0% / .1), 0 4px 6px -4px hsl(0 0% 0% / .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Figtree,system-ui,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Figtree,system-ui,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:hsl(var(--primary))}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.font-mark{font-family:Outfit,system-ui,sans-serif;font-weight:900}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.section-warm-white{background-color:hsl(var(--background));color:hsl(var(--foreground))}.section-cream{background-color:hsl(var(--cream));color:hsl(var(--cream-foreground))}.section-charcoal{background-color:hsl(var(--charcoal));color:hsl(var(--charcoal-foreground))}.section-dark{background-color:hsl(var(--dark));color:hsl(var(--dark-foreground))}section{padding:5rem 0}@media (min-width: 768px){section{padding:6rem 0}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-secondary{color:hsl(var(--secondary))}.text-white{color:#fff}.section-charcoal .text-muted,.section-dark .text-muted{color:hsl(var(--charcoal-foreground) / .7)}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.1em}.tracking-widest{letter-spacing:.2em}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex{display:flex}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex{display:flex}.lg\:hidden{display:none}}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.w-full{width:100%}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.left-0{left:0}.right-0{right:0}.inset-0{inset:0}.z-10{z-index:10}.z-50{z-index:50}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border{border:1px solid hsl(var(--border))}.border-2{border-width:2px}.border-t{border-top:1px solid hsl(var(--border))}.border-primary{border-color:hsl(var(--primary))}.border-secondary{border-color:hsl(var(--secondary))}.bg-background{background-color:hsl(var(--background))}.bg-card{background-color:hsl(var(--card))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-charcoal{background-color:hsl(var(--charcoal))}.overflow-hidden{overflow:hidden}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.nav-link:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.header{position:sticky;top:0;z-index:1000;padding:.75rem 0;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}@media (min-width: 640px){.header{padding:1rem 0}}.pill-nav{display:flex;align-items:center;justify-content:space-between;height:3.5rem;padding:0 1rem;border-radius:9999px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:hsl(var(--background) / .95);border:1px solid hsl(var(--border) / .5)}@media (min-width: 640px){.pill-nav{height:4rem;padding:0 1.5rem}}.nav-link{font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:9999px;transition:all .2s ease;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.nav-link:hover{background-color:hsl(var(--muted) / .3)}.nav-link.active{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}.logo{display:flex;align-items:center;gap:.5rem;font-family:Outfit,system-ui,sans-serif;font-weight:900;font-size:1.5rem}.logo-mark{color:hsl(var(--primary))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.875rem;padding:.75rem 1.5rem;border-radius:var(--radius);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn:hover{transform:scale(1.02)}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 14px #c4572a63}.btn-primary:hover{background-color:hsl(var(--primary) / .9);box-shadow:0 8px 30px #c4572a73;transform:translateY(-2px)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-outline{background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--muted) / .2)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-rounded{border-radius:9999px}.card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 10px 40px -10px hsl(var(--foreground) / .15)}.icon-box{width:3rem;height:3rem;border-radius:var(--radius);background-color:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-box svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.hero{position:relative;min-height:70vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background-color:hsl(var(--charcoal) / .8)}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--charcoal) / .7),hsl(var(--charcoal) / .5) 40%,hsl(var(--primary) / .08),hsl(var(--charcoal) / .7));background-size:200% 200%;animation:gradientShift 12s ease-in-out infinite}.hero-content{position:relative;z-index:10;padding:4rem 0}@media (min-width: 768px){.hero-content{padding:6rem 0}}.eyebrow-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:hsl(var(--muted-foreground) / .1);border:1px solid hsl(var(--muted-foreground) / .2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.75rem;font-weight:500;color:hsl(var(--primary));margin-bottom:1.5rem}@media (min-width: 640px){.eyebrow-pill{font-size:.875rem;margin-bottom:2rem}}.eyebrow-pill .dot{width:.5rem;height:.5rem;border-radius:50%;background-color:hsl(var(--primary))}.trust-bar{border-top:1px solid hsl(var(--muted-foreground) / .2);padding-top:1.5rem;margin-top:4rem}.trust-bar .subtitle{font-size:.75rem;color:hsl(var(--muted-foreground) / .5);margin-bottom:.75rem}.hero .trust-bar .subtitle,.section-charcoal .trust-bar .subtitle,.section-dark .trust-bar .subtitle{color:#ffffff80}@media (min-width: 640px){.trust-bar .subtitle{font-size:.875rem}}.trust-points{display:flex;flex-wrap:wrap;gap:1rem}@media (min-width: 640px){.trust-points{gap:2rem}}.trust-point{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:hsl(var(--muted-foreground) / .6)}.hero .trust-point,.section-charcoal .trust-point,.section-dark .trust-point{color:#fff9}@media (min-width: 640px){.trust-point{font-size:.875rem}}.trust-point svg{width:.875rem;height:.875rem;color:hsl(var(--muted-foreground) / .5)}.hero .trust-point svg,.section-charcoal .trust-point svg,.section-dark .trust-point svg{color:#ffffff80}.watermark-86{position:absolute;font-family:Outfit,system-ui,sans-serif;font-weight:900;font-size:40vw;color:hsl(var(--muted-foreground));opacity:.03;pointer-events:none;-webkit-user-select:none;user-select:none;right:-5%;top:50%;transform:translateY(-50%);line-height:1}.comparison-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:48rem;margin:0 auto 2.5rem}@media (min-width: 640px){.comparison-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:3.5rem}}.comparison-list{list-style:none}.comparison-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:1rem;color:hsl(var(--charcoal-foreground) / .8);line-height:1.4;margin-bottom:.75rem}@media (min-width: 640px){.comparison-list li{font-size:.9375rem}}.comparison-list li svg,.comparison-list li img{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0}.proof-pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}@media (min-width: 640px){.proof-pills{gap:.75rem;margin-bottom:2.5rem}}.proof-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background-color:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);font-size:.75rem;font-weight:600;color:hsl(var(--accent-foreground));transition:border-color .2s ease}.proof-pill svg{width:.875rem;height:.875rem;color:hsl(var(--primary))}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.footer{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.75rem}.footer ul a{font-size:.875rem;color:hsl(var(--muted-foreground));transition:color .2s ease}.footer ul a:hover{color:hsl(var(--secondary))}.footer-bottom{padding-top:2rem;border-top:1px solid hsl(var(--muted) / .2);display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}@media (min-width: 640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-legal{display:flex;gap:1.5rem}.footer-legal a:hover{color:hsl(var(--secondary))}.social-icons{display:flex;gap:1rem;margin-top:1.5rem}.social-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius);background-color:hsl(var(--muted) / .2);display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));transition:all .2s ease}.social-icon:hover{color:hsl(var(--secondary));background-color:hsl(var(--secondary) / .1)}.social-icon svg{width:1.25rem;height:1.25rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:1rem;font-family:inherit;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.form-textarea{resize:vertical;min-height:8rem}.contact-card{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;border-radius:var(--radius);background-color:hsl(var(--background));border:1px solid hsl(var(--border));transition:all .2s ease}.contact-card:hover{border-color:hsl(var(--primary) / .3);background-color:hsl(var(--primary) / .05)}.contact-card svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.contact-card span{font-size:1.125rem;font-weight:500}.faq-item{border-bottom:1px solid hsl(var(--border))}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.faq-question svg{width:1.25rem;height:1.25rem;transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding-bottom:1.5rem;color:hsl(var(--muted-foreground));line-height:1.7}.cta-banner{position:relative;padding:5rem 0;overflow:hidden}@media (min-width: 768px){.cta-banner{padding:7rem 0}}.mobile-menu{display:block;position:fixed;inset:0;background-color:hsl(var(--background) / .98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1100;overflow-y:auto;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border) / .5);position:sticky;top:0;background-color:hsl(var(--background) / .98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1}.mobile-close-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;cursor:pointer;color:hsl(var(--foreground));min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .2s ease,opacity .2s ease}.mobile-close-btn:active{opacity:.7;transform:scale(.95)}.mobile-menu nav{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;min-height:calc(100vh - 5rem)}.mobile-menu .nav-link{padding:1rem 1.5rem;border-radius:var(--radius);font-size:1.125rem;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.mobile-menu{display:none!important}}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;cursor:pointer;color:hsl(var(--foreground));min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .2s ease,opacity .2s ease}.mobile-menu-btn:active{opacity:.7;transform:scale(.95)}.mobile-menu-btn svg{transition:transform .3s ease,opacity .3s ease}.mobile-menu-btn.active #menuIcon{transform:rotate(90deg);opacity:0}.mobile-menu-btn.active #closeIcon{transform:rotate(0);opacity:1}@media (min-width: 1024px){.mobile-menu-btn{display:none!important}}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:12rem;padding:.5rem;background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:100}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{display:block;padding:.5rem 1rem;font-size:.875rem;border-radius:calc(var(--radius) - 4px);transition:background-color .2s ease}.dropdown-content a:hover{background-color:hsl(var(--muted) / .3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-up{animation:slideUp .6s ease-out forwards}.animate-slide-down{animation:slideDown .6s ease-out forwards}.animate-scale-in{animation:scaleIn .5s ease-out forwards}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}@media (max-width: 767px){.md\:hidden{display:none}}@media (max-width: 1023px){.lg\:hidden{display:none}.desktop-nav{display:none!important}}@media (min-width: 1024px){.desktop-nav{display:flex!important;align-items:center;gap:.25rem}}@media (min-width: 1024px){.mobile-only{display:none}}.list-none{list-style:none;padding-left:0}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.prose{color:hsl(var(--foreground));line-height:1.75}.prose p{margin-bottom:1.5rem}.prose h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:hsl(var(--charcoal))}.prose h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:hsl(var(--charcoal))}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:.5rem;color:hsl(var(--muted-foreground))}.prose li strong{color:hsl(var(--foreground))}.prose a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:hsl(var(--terracotta))}.prose blockquote{border-left:4px solid hsl(var(--primary));padding-left:1.5rem;margin:2rem 0;font-style:italic;color:hsl(var(--muted-foreground))}.prose img{max-width:100%;height:auto;border-radius:var(--radius);margin:2rem 0}.prose code{background-color:hsl(var(--charcoal) / .1);padding:.2rem .4rem;border-radius:.25rem;font-size:.875rem}.prose pre{background-color:hsl(var(--charcoal));color:hsl(var(--charcoal-foreground));padding:1rem 1.5rem;border-radius:var(--radius);overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;padding:0}a.card{display:block;color:inherit}a.card:hover h3{color:hsl(var(--primary))}@media (max-width: 767px){.hidden,.md\:flex{display:none!important}}@media (min-width: 768px){.md\:flex{display:flex!important}}@media (max-width: 1023px){.mobile-menu-btn{display:flex!important;z-index:1001}}@media (min-width: 1024px){.mobile-menu-btn,.lg\:hidden{display:none!important}}.header{z-index:1000}.pill-nav{position:relative;z-index:1000}.skip-link{position:absolute;top:-100%;left:1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:var(--radius);z-index:99999;transition:top .2s ease;text-decoration:none}.skip-link:focus{top:1rem;outline:2px solid hsl(var(--primary));outline-offset:2px}.hero,.section-dark,.section-charcoal,[style*=background][style*=dark],[style*=background][style*=charcoal]{color:#fff}.hero p,.hero .text-lg,.hero .text-xl,.section-dark p,.section-charcoal p{color:#fffc}.hero a:not(.btn),.section-dark a:not(.btn),.section-charcoal a:not(.btn){color:#ffffffb3;text-decoration:underline;text-decoration-color:#ffffff4d}.hero a:not(.btn):hover,.section-dark a:not(.btn):hover,.section-charcoal a:not(.btn):hover{color:#fff;text-decoration-color:#fff9}.hero h1,.hero h2,.hero h3,.section-dark h1,.section-dark h2,.section-dark h3,.section-charcoal h1,.section-charcoal h2,.section-charcoal h3{color:#fff}
