:root{--brand-50:#eff6ff;--brand-100:#dbeafe;--brand-200:#bfdbfe;--brand-500:#3b82f6;--brand-600:#2563eb;--brand-700:#1d4ed8;--brand-800:#1e40af;--brand-900:#1e3a8a;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--radius:18px;--shadow:0 12px 35px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--slate-50);color:var(--slate-800);line-height:1.65}a{color:inherit}button,input,textarea,select{font:inherit}.antialiased{-webkit-font-smoothing:antialiased}.gradient-primary{background:linear-gradient(135deg,#102a68 0%,#2563eb 58%,#60a5fa 100%)}.gradient-secondary{background:linear-gradient(135deg,#2563eb,#60a5fa)}
.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-0{top:0}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.min-w-full{min-width:100%}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.hidden{display:none}.flex{display:flex}.grid{display:grid}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-grow{flex-grow:1}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.mx-auto{margin-left:auto;margin-right:auto}.space-x-3>*+*{margin-left:.75rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.gap-1{gap:.25rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}
.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-none{max-width:none}.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))}
.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.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}.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-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-16{padding-top:4rem}.pt-28{padding-top:7rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}
.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-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.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-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-12{margin-top:3rem;margin-bottom:3rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}
.w-10{width:2.5rem}.w-12{width:3rem}.h-3{height:.75rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.25rem}.rounded-r-xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-full{border-radius:999px}.border{border:1px solid var(--slate-200)}.border-2{border:2px solid}.border-b{border-bottom:1px solid}.border-t{border-top:1px solid}.border-l-4{border-left:4px solid}.border-collapse{border-collapse:collapse}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-300{border-color:#cbd5e1}.border-slate-700{border-color:#334155}.border-slate-800{border-color:#1e293b}.border-brand-200{border-color:#bfdbfe}.border-brand-500{border-color:#3b82f6}.border-blue-100{border-color:#dbeafe}.border-blue-200{border-color:#bfdbfe}.border-blue-500{border-color:#3b82f6}.border-blue-600{border-color:#2563eb}.border-green-200{border-color:#bbf7d0}.border-green-500{border-color:#22c55e}.border-amber-200{border-color:#fde68a}.border-amber-400{border-color:#fbbf24}.border-amber-500{border-color:#f59e0b}.border-red-200{border-color:#fecaca}.border-red-400{border-color:#f87171}.border-red-500{border-color:#ef4444}.border-red-600{border-color:#dc2626}.border-yellow-400{border-color:#facc15}.border-yellow-500{border-color:#eab308}.border-white\/20{border-color:rgba(255,255,255,.2)}
.bg-white{background:#fff}.bg-white\/10{background:rgba(255,255,255,.1)}.bg-white\/95{background:rgba(255,255,255,.95)}.bg-black\/50{background:rgba(0,0,0,.5)}.bg-slate-50{background:#f8fafc}.bg-slate-100{background:#f1f5f9}.bg-slate-200{background:#e2e8f0}.bg-slate-800{background:#1e293b}.bg-slate-900{background:#0f172a}.bg-blue-50{background:#eff6ff}.bg-blue-600{background:#2563eb}.bg-green-50{background:#f0fdf4}.bg-red-50{background:#fef2f2}.bg-red-600{background:#dc2626}.bg-amber-50{background:#fffbeb}.bg-yellow-50{background:#fefce8}.bg-brand-50{background:#eff6ff}.bg-brand-600{background:#2563eb}.bg-brand-800{background:#1e40af}.bg-gradient-to-br{background-image:linear-gradient(135deg,var(--tw-gradient-from,#f8fafc),var(--tw-gradient-to,#eff6ff))}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-from,#3b82f6),var(--tw-gradient-to,#2563eb))}.from-slate-50{--tw-gradient-from:#f8fafc}.from-blue-50{--tw-gradient-from:#eff6ff}.from-brand-50{--tw-gradient-from:#eff6ff}.from-brand-500{--tw-gradient-from:#3b82f6}.to-brand-600{--tw-gradient-to:#2563eb}.to-blue-50{--tw-gradient-to:#eff6ff}
.text-white{color:#fff}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-blue-100{color:#dbeafe}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-brand-600{color:#2563eb}.text-brand-700{color:#1d4ed8}.text-brand-800{color:#1e40af}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-amber-800{color:#92400e}.text-amber-900{color:#78350f}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.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}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.75}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.italic{font-style:italic}.underline{text-decoration:underline}.text-center{text-align:center}.text-left{text-align:left}
.shadow-sm{box-shadow:0 2px 10px rgba(15,23,42,.06)}.shadow-md{box-shadow:0 8px 22px rgba(15,23,42,.1)}.shadow-lg{box-shadow:0 14px 36px rgba(15,23,42,.13)}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.break-words{overflow-wrap:anywhere}.cursor-pointer{cursor:pointer}.outline-none{outline:0}.transition{transition:all .2s ease}.backdrop-blur-md{backdrop-filter:blur(12px)}.z-40{z-index:40}.prose{color:#334155;max-width:65ch}.prose-lg{font-size:1.125rem;line-height:1.8}.prose-slate{color:#334155}.prose h2{font-size:1.65rem;line-height:1.3;color:#0f172a;margin:2.5rem 0 1rem}.prose h3{font-size:1.25rem;color:#0f172a;margin:2rem 0 .75rem}.prose p{margin:1rem 0}.prose a{color:#1d4ed8;text-decoration:underline;text-underline-offset:3px}.prose ul,.prose ol{padding-left:1.5rem;margin:1rem 0}.prose li{margin:.45rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.prose th,.prose td{padding:.8rem 1rem;border:1px solid #e2e8f0;vertical-align:top}.prose th{background:#f8fafc;text-align:left}.prose img{max-width:100%;height:auto;border-radius:14px}
.list-disc{list-style:disc}.list-decimal{list-style:decimal}.list-inside{list-style-position:inside}.list-none{list-style:none}.divide-y>*+*{border-top:1px solid #e2e8f0}.divide-slate-200>*+*{border-color:#e2e8f0}.hover\:text-blue-800:hover{color:#1e40af}.hover\:bg-blue-50:hover{background:#eff6ff}.hover\:bg-blue-700:hover,.hover\:bg-brand-700:hover{background:#1d4ed8}.hover\:bg-brand-900:hover{background:#1e3a8a}.hover\:bg-slate-100:hover{background:#f1f5f9}.hover\:text-brand-600:hover{color:#2563eb}.hover\:text-brand-800:hover{color:#1e40af}.hover\:text-slate-800:hover{color:#1e293b}.hover\:text-white:hover{color:#fff}.hover\:underline:hover{text-decoration:underline}.hover\:border-brand-500:hover{border-color:#3b82f6}.hover\:shadow-md:hover{box-shadow:0 8px 22px rgba(15,23,42,.1)}.focus\:border-brand-500:focus{border-color:#3b82f6}.focus\:ring-2:focus{box-shadow:0 0 0 3px rgba(59,130,246,.16)}.focus\:ring-brand-200:focus{--ring:#bfdbfe}
header.fixed{box-shadow:0 6px 24px rgba(15,23,42,.07)}header a{text-decoration:none}header nav a{white-space:nowrap}.cta-block{border-radius:22px;box-shadow:var(--shadow)}.court-case{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;margin:1rem 0}.court-meta{font-size:.85rem;font-weight:700;color:#1d4ed8;margin-bottom:.5rem}.court-conclusion{border-left:4px solid #3b82f6;padding-left:1rem}.comparison-table-wrap{overflow-x:auto}.comparison-table{min-width:650px;width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:.8rem;border:1px solid #e2e8f0}.comparison-table th{background:#f8fafc}.legal-note{background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;padding:1rem 1.2rem}.site-hero{position:relative;overflow:hidden}.site-hero:after{content:"";position:absolute;inset:auto -10% -50% 35%;height:420px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);pointer-events:none}.site-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.site-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(15,23,42,.1);transition:.2s}.site-section{scroll-margin-top:88px}.site-footer a{transition:color .2s}.quiz-consent a{color:#1d4ed8;text-decoration:underline}.quiz-consent{font-size:.875rem;line-height:1.5;color:#475569;display:flex;gap:.5rem;align-items:flex-start}.quiz-consent input{margin-top:.25rem;flex:0 0 auto}
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.fade-in.visible{opacity:1;transform:none}.slide-left{opacity:0;transform:translateX(-24px);transition:opacity .65s ease,transform .65s ease}.slide-left.visible{opacity:1;transform:none}.slide-right{opacity:0;transform:translateX(24px);transition:opacity .65s ease,transform .65s ease}.slide-right.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.4s}.delay-6{transition-delay:.48s}.calc-result{animation:slideUp .4s ease-out}@keyframes slideUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:max-w-xl{max-width:36rem}}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.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\:mt-0{margin-top:0}.md\:p-8{padding:2rem}.md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pt-36{padding-top:9rem}.md\:pb-28{padding-bottom:7rem}.md\:text-base{font-size:1rem}.md\:text-xl{font-size:1.25rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:px-8{padding-left:2rem;padding-right:2rem}}@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\:px-8{padding-left:2rem;padding-right:2rem}}@media(max-width:767px){.mobile-only{display:block}.desktop-only{display:none}.text-6xl{font-size:3rem}.text-5xl{font-size:2.5rem}.text-4xl{font-size:2rem}.text-3xl{font-size:1.65rem}.prose-lg{font-size:1rem}}
