*{margin:0;padding:0;box-sizing:border-box}:root{--background: hsl(0, 0%, 100%);--foreground: hsl(222.2, 84%, 4.9%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(222.2, 84%, 4.9%);--primary: hsl(262.1, 83.3%, 57.8%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(210, 40%, 96.1%);--secondary-foreground: hsl(222.2, 47.4%, 11.2%);--muted: hsl(210, 40%, 96.1%);--muted-foreground: hsl(215.4, 16.3%, 46.9%);--accent: hsl(210, 40%, 96.1%);--accent-foreground: hsl(222.2, 47.4%, 11.2%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(210, 40%, 98%);--border: hsl(214.3, 31.8%, 91.4%);--input: hsl(214.3, 31.8%, 91.4%);--ring: hsl(262.1, 83.3%, 57.8%);--green-50: hsl(138, 76%, 97%);--green-100: #dcfce7;--green-200: hsl(141, 79%, 85%);--green-500: hsl(142, 71%, 45%);--green-600: hsl(142, 76%, 36%);--green-700: hsl(142, 72%, 29%);--green-800: hsl(142, 64%, 24%);--red-10: #FDF5F5;--red-50: hsl(0, 86%, 97%);--red-100: hsl(0, 93%, 94%);--red-200: hsl(0, 96%, 89%);--red-600: hsl(0, 84%, 60%);--red-700: hsl(0, 74%, 42%);--red-800: hsl(0, 70%, 35%);--blue-50: #eff6ff80;--blue-100: hsl(214, 95%, 93%);--blue-200: hsl(214, 95%, 89%);--blue-600: hsl(221, 83%, 53%);--blue-800: hsl(221, 83%, 43%);--purple-50: hsl(250, 100%, 97%);--purple-100: hsl(250, 100%, 97%);--purple-200: hsl(250, 100%, 90%);--purple-600: hsl(258, 90%, 66%);--radius: .75rem;--container-padding: 1rem;--section-padding: 5rem 0;--white: hsl(0, 0%, 100%);--black: hsl(0, 0%, 0%)}html{scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background-color:var(--background);color:var(--foreground);line-height:1.6;font-size:16px}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}@media (min-width: 640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem}}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}h2{font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}h5{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}h6{font-size:.875rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}p{margin-bottom:1rem}@media (min-width: 640px){h1{font-size:3rem}h2{font-size:2.25rem}}@media (min-width: 1024px){h1{font-size:3.75rem}h2{font-size:2.5rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bolder{font-weight:800}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-primary{color:var(--primary)}.text-muted-foreground{color:var(--muted-foreground)}.text-foreground{color:var(--foreground)}.text-white{color:var(--white)}.text-black{color:var(--black)}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-muted{background-color:var(--muted)}.bg-primary{background-color:var(--primary)}.bg-purple-50{background-color:var(--purple-50)}.bg-purple-200{background-color:var(--purple-200)}.bg-purple-600{background-color:var(--purple-600)}.bg-green-200{background-color:var(--green-200)}.bg-green-500{background-color:var(--green-500)}.bg-green-600{background-color:var(--green-600)}.bg-green-700{background-color:var(--green-700)}.bg-green-800{background-color:var(--green-800)}.bg-blue-50{background-color:var(--blue-50)}.bg-blue-600{background-color:var(--blue-600)}.bg-white{background-color:var(--white)}.bg-black{background-color:var(--black)}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.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))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@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\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.p-10{padding:2.5rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.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-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-10{padding-top:2.5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pb-10{padding-bottom:2.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-10{margin-top:2.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}@media (min-width: 1024px){.lg\:py-32{padding-top:8rem;padding-bottom:8rem}}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.transition-colors{transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.transition-shadow{transition:box-shadow .2s ease-in-out}.transition-transform{transition:transform .2s ease-in-out}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:text-primary:hover{color:var(--primary)}.hover\:scale-105:hover{transform:scale(1.05)}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .6s ease-out}.bg-gradient-to-br{background:linear-gradient(to bottom right,var(--background),var(--background),hsla(210,40%,96.1%,.2))}.bg-muted-30{background-color:#f1f5f94d}.max-w-sm{max-width:20rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:40rem}.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-6xl{max-width:72rem}.max-w-md{max-width:28rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.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}@media (min-width: 640px){.sm\:text-5xl{font-size:3rem}}@media (min-width: 1024px){.lg\:text-4xl{font-size:2.25rem}.lg\:text-6xl{font-size:3.75rem}}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.hidden{display:none}@media (min-width: 768px){.md\:hidden{display:none}.md\:flex{display:flex}.md\:block{display:block}}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bg-background-95{background-color:#fffffff2}.w-2{width:.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-64{width:16rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.min-h-screen{min-height:100vh}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}@media (min-width: 640px){.sm\:space-x-3>*+*{margin-left:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}@media (max-width: 767px){.md\:space-y-0>*+*{margin-top:0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{border-bottom:1px solid var(--border);background-color:var(--background-95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:50}.header .container{display:flex;align-items:center;justify-content:space-between;height:4rem}.header .logo{height:2rem;width:auto}.header .nav-desktop{display:none;align-items:center;gap:1.5rem}.header .nav-desktop a{font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;transition:color .2s ease-in-out}.header .nav-desktop a:hover{color:var(--primary)}.header .header-actions{display:none;align-items:center;gap:1rem}.header .mobile-menu-button{display:flex;align-items:center;gap:.5rem}.header .mobile-nav{display:none;border-top:1px solid var(--border);padding:.5rem .5rem .75rem}.header .mobile-nav.active{display:block}.header .mobile-nav a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;transition:color .2s ease-in-out}.header .mobile-nav a:hover{color:var(--primary)}.header .mobile-nav .nav-actions{padding-top:.5rem;border-top:1px solid var(--border);margin-top:.25rem}@media (min-width: 768px){.header .nav-desktop,.header .header-actions{display:flex}.header .mobile-menu-button{display:none}.header .mobile-nav{display:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;text-decoration:none;cursor:pointer;border:1px solid transparent}.btn:disabled{pointer-events:none;opacity:.5}.btn-sm{height:2.25rem;padding:0 .75rem}.btn-lg{height:3rem;padding:0 2rem;font-size:1.125rem}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#6a1feb}.btn-outline{border:1px solid var(--border);background-color:var(--background);color:var(--foreground)}.btn-outline:hover{background-color:var(--accent);color:var(--accent-foreground)}.btn-ghost{background-color:transparent;color:var(--foreground)}.btn-ghost:hover{background-color:var(--accent);color:var(--accent-foreground)}.btn-icon{width:2.25rem;height:2.25rem;padding:0}.card{border-radius:var(--radius);border:1px solid var(--border);background-color:var(--card);color:var(--card-foreground);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card-header{display:flex;flex-direction:column;padding:1.5rem;padding-bottom:0}.card-title{font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:-.025em}.card-content{padding:1.5rem}.input{display:flex;height:2.5rem;width:100%;border-radius:var(--radius);border:1px solid var(--input);background-color:var(--background);padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px var(--ring)}.input:disabled{cursor:not-allowed;opacity:.5}.label{font-size:.875rem;font-weight:500;line-height:1;color:var(--foreground)}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-default{background-color:var(--primary);color:var(--primary-foreground)}.badge-secondary{background-color:#fff;color:var(--secondary-foreground);font-size:.875rem;border:1px solid var(--border);margin-right:.5rem}.badge-green{background-color:var(--green-100);color:var(--green-700);font-size:.675rem;font-weight:700;padding:3px 10px;margin-right:.5rem}.badge-blue{background-color:#dbeafe;color:#1d4ed8;font-size:.675rem;font-weight:700;padding:3px 10px;margin-right:.5rem}.badge-purple{background-color:#e9d5ff;color:#7e3af2;font-size:.675rem;font-weight:700;padding:3px 10px;margin-right:.5rem}.badge-orange{background-color:#ffedd5;color:#c2410c;font-size:.675rem;font-weight:700;padding:3px 10px;margin-right:.5rem}.hero{padding:5rem 0;background:linear-gradient(to bottom right,var(--background),var(--background),hsla(210,40%,96.1%,.2))}.hero-badge{display:inline-flex;align-items:center;background-color:var(--green-100);color:var(--green-700);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;line-height:1.25}.hero-description{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.625}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-feature-cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;margin-top:4rem}.hero-feature-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:box-shadow .2s ease-in-out}.hero-feature-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hero-feature-icon{width:3rem;height:3rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hero-feature-icon.primary{background-color:#7c3aed1a}.hero-feature-icon.green{background-color:var(--green-100)}.hero-feature-icon.blue{background-color:var(--blue-100)}@media (min-width: 640px){.hero{padding:5rem 0}.hero-title{font-size:3rem}.hero-actions{flex-direction:row}}@media (min-width: 768px){.hero-feature-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.hero{padding:8rem 0}.hero-title{font-size:3.75rem}}.section{padding:5rem 0}.section-muted{background-color:#f1f5f94d}.section-title{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.25rem;color:var(--muted-foreground);max-width:42rem;margin:0 auto 4rem;text-align:center}@media (min-width: 1024px){.section-title{font-size:2.5rem}}.footer{background-color:#f1f5f94d;border-top:1px solid var(--border);padding-bottom:70px}.footer-content{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;padding:3rem 0}.footer-brand{grid-column:span 2}.footer-logo{height:2rem;width:auto;margin-bottom:1rem}.footer-description{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem;max-width:28rem}.footer-section h4{font-weight:600;color:var(--foreground);margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--muted-foreground);font-size:.875rem;text-decoration:none;transition:color .2s ease-in-out}.footer-section ul li a:hover{color:var(--foreground)}.footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);gap:1rem}.footer-bottom .copyright{font-size:.875rem;color:var(--muted-foreground)}.footer-bottom .links{display:flex;gap:1.5rem;font-size:.875rem}.footer-bottom .links a{color:var(--muted-foreground);text-decoration:none;transition:color .2s ease-in-out}.footer-bottom .links a:hover{color:var(--foreground)}@media (min-width: 768px){.footer-content{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-bottom{flex-direction:row;gap:0}}.compliance-chips{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:1.5rem 0 1.25rem}.compliance-chips .chip{display:inline-flex;align-items:center;padding:.5rem .9rem;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);border-radius:9999px;font-weight:600;font-size:.8rem;line-height:1;white-space:nowrap;box-shadow:0 1px #00000005 inset}@media (max-width: 420px){.compliance-chips .chip{font-size:.875rem}}.pricing-card{position:relative;border-width:2px;border-color:var(--primary);border-radius:calc(var(--radius) + 8px);background:#fff}.pricing-ribbon{position:absolute;top:-14px;left:50%;transform:translate(-50%);background-color:var(--green-500);color:var(--primary-foreground);border-radius:9999px;padding:.4rem 1rem;font-weight:700;font-size:.9rem;box-shadow:0 6px 16px #0000000f}.pricing-plan{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.pricing-old{color:var(--muted-foreground);text-decoration:line-through;font-weight:600;margin-bottom:.25rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.35rem}.price-now{font-size:3rem;font-weight:800;line-height:1}.price-suffix{color:var(--muted-foreground);font-weight:600}.pricing-sub{margin-top:.25rem;margin-bottom:1.25rem}.pricing-features{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin:0 auto 1.5rem;text-align:left}.pricing-features li{display:flex;align-items:center;gap:.6rem;color:var(--foreground)}.pricing-features svg{color:var(--green-600)}.btn-block{width:100%}.pricing-note{margin-top:1rem}.pricing-note p{margin:.25rem 0}.bg-green-50{background-color:var(--green-50)}.bg-green-100{background-color:var(--green-100)}.bg-red-10{background-color:var(--red-10)}.bg-red-50{background-color:var(--red-50)}.bg-red-100{background-color:var(--red-100)}.bg-blue-100{background-color:var(--blue-100)}.bg-purple-100{background-color:var(--purple-100)}.text-green-600{color:var(--green-600)}.text-green-700{color:var(--green-700)}.text-green-800{color:var(--green-800)}.text-red-600{color:var(--red-600)}.text-red-700{color:var(--red-700)}.text-red-800{color:var(--red-800)}.text-blue-600{color:var(--blue-600)}.text-purple-600{color:var(--purple-600)}.text-blue-800{color:var(--blue-800)}.border-green-200{border-color:var(--green-200)}.border-red-200{border-color:var(--red-200)}.border-purple-200{border-color:var(--purple-200)}.border-blue-200{border-color:var(--blue-200)}.border-primary-20{border-color:#7c3aed33}.faq-section{padding:5rem 0}.faq-container{max-width:56rem;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;background-color:var(--card);overflow:hidden;transition:box-shadow .2s ease-in-out}.faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-weight:600;color:var(--foreground);transition:background-color .2s ease-in-out}.faq-question{font-size:1.125rem;line-height:1.5;margin:0}.faq-icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground);transition:transform .2s ease-in-out,color .2s ease-in-out;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease-in-out;background-color:var(--background)}.faq-item.active .faq-content{padding:0 1.5rem 1.5rem}.faq-answer{color:var(--muted-foreground);line-height:1.6;margin:0}.faq-contact{margin-top:3rem;text-align:center;padding:2rem;background-color:var(--muted);border-radius:var(--radius)}.faq-contact h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.faq-contact p{color:var(--muted-foreground);margin-bottom:1rem}.faq-contact-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius);font-weight:500;text-decoration:none;transition:background-color .2s ease-in-out;cursor:pointer}.trust-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.trust-card{display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--border);border-radius:calc(var(--radius) + 8px);padding:1.25rem 1.5rem;box-shadow:0 1px 2px #0000000a;transition:box-shadow .2s ease,transform .2s ease}.trust-card:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.trust-icon{flex:0 0 auto;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:16px;background-color:#7c3aed1f;color:var(--primary)}.trust-icon svg{width:1.5rem;height:1.5rem}.trust-body{flex:1 1 auto}.trust-headline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.trust-title{font-size:1.075rem;font-weight:700;letter-spacing:-.01em;color:var(--foreground);margin-bottom:0}.trust-desc{margin-top:.45rem;font-size:1.125rem;line-height:1.5;color:var(--muted-foreground)}.badge-soft{background-color:var(--accent);color:var(--secondary-foreground);border:1px solid var(--border);font-size:.7125rem}.bg-primary-10{background-color:#7c3aed1a}.youtube-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.youtube-modal.active{display:flex;align-items:center;justify-content:center}.youtube-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.youtube-modal-content{position:relative;width:100%;max-width:900px;max-height:90vh;background-color:var(--background);border-radius:var(--radius);box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:modalSlideIn .3s ease-out}.youtube-modal-close{position:absolute;top:1rem;right:1rem;z-index:10;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#000000b3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.youtube-modal-close:hover{background-color:#000000e6;transform:scale(1.1)}.youtube-modal-video{position:relative;width:100%;height:0;padding-bottom:56.25%;background-color:#000}.youtube-modal-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 768px){.youtube-modal-overlay{padding:.5rem}.youtube-modal-content{max-height:95vh}.youtube-modal-close{top:.5rem;right:.5rem;width:2rem;height:2rem}}@media (max-width: 480px){.youtube-modal-overlay{padding:.25rem}.youtube-modal-content{border-radius:.5rem}}
