*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--violet-50:#f5f3ff;--violet-100:#ede9fe;--violet-200:#ddd6fe;--violet-300:#c4b5fd;--violet-400:#a78bfa;--violet-500:#8b5cf6;--violet-600:#7c3aed;--violet-700:#6d28d9;--violet-800:#5b21b6;--violet-900:#4c1d95;--violet-950:#2e1065;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712;--white:#fff;--primary:var(--violet-600);--primary-hover:var(--violet-700);--primary-light:var(--violet-50);--text:var(--gray-800);--text-muted:var(--gray-600);--border:var(--gray-200);--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--header-height:4.5rem;--font:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max-width:80rem}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:color .15s}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.25rem}.skip-link{z-index:999;background:var(--primary);color:var(--white);border-radius:var(--radius);padding:.75rem 1.25rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1.25;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 1px 2px #7c3aed4d}.btn-primary:hover{background:var(--primary-hover);color:var(--white);box-shadow:var(--shadow)}.btn-secondary{background:var(--white);color:var(--gray-800);border-color:var(--border)}.btn-secondary:hover{background:var(--gray-50);color:var(--gray-900);border-color:var(--gray-300)}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:var(--violet-50);color:var(--primary-hover)}.btn-outline-white{color:var(--white);background:0 0;border-color:#ffffff80}.btn-outline-white:hover{color:var(--white);border-color:var(--white);background:#ffffff1a}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.site-header{z-index:100;backdrop-filter:blur(12px);background:#111827f5;border-bottom:1px solid #ffffff14;position:sticky;top:0}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand img{width:auto;height:2.75rem}.nav{align-items:center;gap:1.75rem;display:none}.nav a:not(.btn){color:var(--gray-200);font-size:.9375rem;font-weight:500}.nav a:not(.btn):hover{color:var(--white)}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.5rem;display:flex}.menu-toggle span{background:var(--white);border-radius:1px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}body.menu-open .menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}body.menu-open .menu-toggle span:nth-child(2){opacity:0}body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{background:var(--gray-900);border-bottom:1px solid #ffffff14;flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.5rem;display:flex}.mobile-nav[hidden]{display:none}.mobile-nav a:not(.btn){color:var(--gray-200);border-bottom:1px solid #ffffff14;padding:.75rem 0;font-weight:500}.mobile-nav .btn{width:100%;margin-top:.75rem}@media (width>=900px){.nav{display:flex}.menu-toggle{display:none}.mobile-nav{display:none!important}}.hero{align-items:center;min-height:min(85vh,800px);display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(135deg,#2e1065eb 0%,#5b21b6c7 50%,#7c3aeda6 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:42rem;color:var(--white);padding-block:5rem 4rem;position:relative}.eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--violet-200);background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;margin-bottom:1rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1}.hero-lead{color:var(--violet-100);margin-bottom:2rem;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.875rem;margin-bottom:2.5rem;display:flex}.hero-trust{color:var(--violet-200);flex-wrap:wrap;gap:1rem 1.75rem;font-size:.9375rem;list-style:none;display:flex}.hero-trust li{align-items:center;gap:.5rem;display:flex}.hero-trust li:before{content:"✓";width:1.25rem;height:1.25rem;color:var(--violet-600);background:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:flex}.section{padding-block:5rem}.section-alt{background:var(--gray-50)}.section-header{max-width:42rem;margin-bottom:3rem}.section-header h2{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.15}.section-header p{color:var(--text-muted);font-size:1.0625rem;line-height:1.7}.services-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .2s,border-color .2s,transform .2s}.section-alt .service-card{background:var(--white)}.service-card:hover{border-color:var(--violet-200);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-icon{width:3rem;height:3rem;color:var(--primary);background:var(--primary-light);border-radius:var(--radius);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon svg{width:1.5rem;height:1.5rem}.service-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.service-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.65}.split{align-items:center;gap:3rem;display:grid}@media (width>=900px){.split{grid-template-columns:1fr 1fr;gap:4rem}}.split-content h2{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.15}.split-content>p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.check-list{margin-bottom:2rem;list-style:none}.check-list li{color:var(--gray-700);margin-bottom:.75rem;padding-left:1.75rem;font-size:.9375rem;position:relative}.check-list li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.split-media{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden}.split-media img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%}.gallery-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.gallery-grid,.gallery-grid-4{grid-template-columns:repeat(2,1fr)}.gallery-item-wide{grid-column:1/-1}}.gallery-item{border-radius:var(--radius-lg);background:var(--gray-100);border:1px solid var(--border);margin:0;overflow:hidden}.gallery-item img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;display:block}.gallery-grid-4 .gallery-item img{aspect-ratio:4/3}.gallery-item figcaption{color:var(--gray-700);background:var(--white);padding:.875rem 1rem;font-size:.875rem;font-weight:600}.steps{counter-reset:steps;gap:1.5rem;list-style:none;display:grid}@media (width>=768px){.steps{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.steps{grid-template-columns:repeat(4,1fr)}}.steps li{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.5rem;position:relative}.step-num{width:2.5rem;height:2.5rem;color:var(--white);background:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:800;display:flex}.steps h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.steps p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.areas-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;display:grid}@media (width>=640px){.areas-grid{grid-template-columns:repeat(4,1fr)}}.area-card{color:var(--gray-800);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;padding:1.25rem 1rem;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex}.area-card:hover{color:var(--primary);background:var(--primary-light);border-color:var(--violet-200);transform:translateY(-1px)}.faq-list{max-width:48rem}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{color:var(--gray-900);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1.0625rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);flex-shrink:0;font-size:1.5rem;font-weight:400;line-height:1}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-muted);padding-bottom:1.25rem;line-height:1.7}.cta-section{background:linear-gradient(135deg, var(--violet-700) 0%, var(--violet-600) 50%, var(--violet-500) 100%);padding-block:5rem}.cta-inner{text-align:center;max-width:42rem}.cta-inner h2{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.cta-inner p{color:var(--violet-100);margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}.site-footer{background:var(--gray-900);color:var(--gray-300)}.footer-inner{gap:2.5rem;padding-block:4rem;display:grid}@media (width>=768px){.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-brand img{width:auto;height:2.5rem;margin-bottom:1rem}.footer-brand p{color:var(--gray-400);font-size:.9375rem;line-height:1.7}.footer-brand a{color:var(--violet-300)}.footer-brand a:hover{color:var(--violet-200)}.footer-links h3,.footer-contact h3{text-transform:uppercase;letter-spacing:.05em;color:var(--white);margin-bottom:1rem;font-size:.875rem;font-weight:700}.footer-links ul,.footer-contact ul{list-style:none}.footer-links li,.footer-contact li{margin-bottom:.5rem}.footer-links a,.footer-contact a{color:var(--gray-400);font-size:.9375rem}.footer-links a:hover,.footer-contact a:hover{color:var(--white)}.footer-contact li:not(:has(a)){color:var(--gray-400);font-size:.9375rem}.footer-bottom{border-top:1px solid var(--gray-800);padding-block:1.5rem}.footer-bottom p{color:var(--gray-500);text-align:center;font-size:.875rem}.cookie-banner{z-index:200;backdrop-filter:blur(12px);background:#111827f7;border-top:1px solid #ffffff1a;padding:1rem 1.25rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0003}.cookie-banner[hidden]{display:none}.cookie-banner-inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.5rem;margin-inline:auto;display:flex}.cookie-banner-content{flex:18rem}.cookie-banner h2{color:var(--white);margin-bottom:.375rem;font-size:1rem;font-weight:700}.cookie-banner p{color:var(--gray-300);font-size:.875rem;line-height:1.6}.cookie-banner a{color:var(--violet-300);text-decoration:underline}.cookie-banner a:hover{color:var(--violet-200)}.cookie-banner-actions{flex-wrap:wrap;gap:.625rem;display:flex}.cookie-banner .btn-secondary{color:var(--gray-200);background:0 0;border-color:#fff3}.cookie-banner .btn-secondary:hover{color:var(--white);background:#ffffff14}@media (width>=768px){.legal-card{padding:3rem}}.legal-card>h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.legal-prose h2{color:var(--gray-900);margin-block:2rem 1rem;font-size:1.375rem;font-weight:700}.legal-prose ul{color:var(--gray-700);margin:0 0 1rem 1.25rem}.legal-cookies h2{margin-bottom:1rem;font-size:1.375rem;font-weight:700}.legal-cookies h3{margin-block:1.5rem .75rem;font-size:1.125rem;font-weight:700}.legal-cookies h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.legal-cookie-types{gap:1rem;margin-bottom:1.5rem;display:grid}.legal-cookie-types p{color:var(--gray-600);font-size:.9375rem}.legal-cookie-reset:hover{color:var(--primary-hover)}.footer-driven{color:var(--gray-500);margin-top:.75rem;font-size:.875rem}.breadcrumbs{margin-bottom:1.25rem}.breadcrumbs ol{color:var(--gray-500);flex-wrap:wrap;gap:.35rem .5rem;font-size:.875rem;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"/";color:var(--gray-400);margin-left:.5rem}.breadcrumbs a{color:var(--gray-500)}.breadcrumbs a:hover{color:var(--primary)}.landing-hero{min-height:min(72vh,640px);color:var(--white);align-items:flex-end;display:flex;position:relative;overflow:hidden}.landing-hero-bg{z-index:0;position:absolute;inset:0}.landing-hero-bg img{object-fit:cover;width:100%;height:100%}.landing-hero-bg:after{content:"";background:linear-gradient(160deg,#1118278c 0%,#2e1065d1 45%,#111827eb 100%);position:absolute;inset:0}.landing-hero-content{z-index:1;max-width:44rem;padding-block:6.5rem 3.5rem;position:relative}.landing-hero .breadcrumbs ol{color:#ffffffa6}.landing-hero .breadcrumbs a{color:#ffffffbf}.landing-hero .breadcrumbs a:hover{color:var(--white)}.landing-hero .breadcrumbs li:not(:last-child):after{color:#ffffff59}.landing-hero .breadcrumbs [aria-current=page]{color:var(--white)}.landing-hero h1{letter-spacing:-.03em;margin-bottom:1.125rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1}.landing-lead{color:var(--violet-100);max-width:38rem;margin-bottom:2rem;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7}.landing-hero .hero-actions{margin-bottom:1.75rem}.landing-hero .hero-trust{margin:0}.page-hero{padding:calc(var(--header-height) + 2.5rem) 0 2.5rem;background:linear-gradient(180deg, var(--gray-50), var(--white));border-bottom:1px solid var(--border)}.page-hero h1{letter-spacing:-.02em;color:var(--gray-900);max-width:40rem;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.page-lead{color:var(--text-muted);max-width:40rem;margin-bottom:1.75rem;font-size:1.125rem;line-height:1.7}.landing-body{padding-top:3.5rem}.landing-layout{gap:2.5rem;display:grid}@media (width>=960px){.landing-layout{grid-template-columns:minmax(0,1fr) 18.5rem;align-items:start;gap:3.5rem}}.prose-page,.landing-prose{max-width:48rem}.landing-prose h2{letter-spacing:-.02em;color:var(--gray-900);border-top:1px solid var(--gray-100);margin:2.75rem 0 1rem;padding-top:.5rem;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:800}.landing-prose h2:first-child{border-top:none;margin-top:0;padding-top:0}.landing-prose h3{margin:1.75rem 0 .75rem;font-size:1.125rem;font-weight:700}.landing-prose p,.landing-prose li{color:var(--gray-700);margin-bottom:1rem;font-size:1.0625rem;line-height:1.8}.landing-prose ul{margin:0 0 1.5rem;padding:0;list-style:none}.landing-prose ul li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.landing-prose ul li:before{content:"";background:var(--primary);border-radius:999px;width:.5rem;height:.5rem;position:absolute;top:.55em;left:0}.landing-prose a{text-underline-offset:.15em;font-weight:600;text-decoration:underline}.landing-sidebar{gap:1rem;display:grid}@media (width>=960px){.landing-sidebar{top:calc(var(--header-height) + 1.25rem);position:sticky}}.sidebar-card{background:var(--gray-50);border:1px solid var(--border);padding:1.35rem 1.35rem 1.5rem}.sidebar-card h2{color:var(--gray-900);margin:0 0 .625rem;font-size:1rem;font-weight:700}.sidebar-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.sidebar-card .btn{text-align:center;width:100%;margin-bottom:.625rem;display:block}.sidebar-card .btn:last-child{margin-bottom:0}.sidebar-cta{background:var(--gray-900);border-color:var(--gray-900);color:var(--white)}.sidebar-cta h2{color:var(--white)}.sidebar-cta p{color:var(--gray-300)}.sidebar-cta .btn-secondary{color:var(--white);background:0 0;border-color:#ffffff40}.sidebar-cta .btn-secondary:hover{color:var(--white);background:#ffffff14}.fest-aside{background:var(--violet-50);border-color:var(--violet-200)}.fest-aside ul,.sidebar-links ul{margin:0;padding:0;list-style:none}.fest-aside li,.sidebar-links li{margin-bottom:.625rem}.fest-aside a,.sidebar-links a{font-size:.9375rem;font-weight:600}.landing-faq{max-width:48rem}.landing-faq .section-header{text-align:left;margin-bottom:1.75rem}.landing-faq .section-header h2{margin-bottom:0}.card-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.card-grid-3{grid-template-columns:repeat(3,1fr)}}.solution-card{border:1px solid var(--border);background:var(--white);padding:1.5rem;transition:border-color .15s,box-shadow .15s;display:block}.solution-card:hover{border-color:var(--violet-300);box-shadow:var(--shadow);color:inherit}.solution-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.solution-card p{color:var(--text-muted);margin:0;font-size:.9375rem}.form-grid{gap:1.25rem;display:grid}@media (width>=640px){.form-grid-2{grid-template-columns:1fr 1fr}}.form-field label{color:var(--gray-800);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border);width:100%;font:inherit;background:var(--white);padding:.75rem .875rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--violet-300);border-color:var(--primary)}.form-field textarea{resize:vertical;min-height:8rem}.form-note{color:var(--gray-500);margin-top:1rem;font-size:.875rem}.guide-meta{color:var(--gray-500);margin-bottom:2rem;font-size:.875rem}.article-body h2{margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700}.article-body h3{margin:1.75rem 0 .75rem;font-size:1.125rem;font-weight:700}.article-body p,.article-body li{color:var(--gray-700);margin-bottom:1rem;line-height:1.75}.article-body ul{margin:0 0 1.25rem 1.25rem}.case-meta{color:var(--gray-600);flex-wrap:wrap;gap:.75rem 1.5rem;margin:1.5rem 0 2rem;font-size:.9375rem;display:flex}.case-meta strong{color:var(--gray-900)}.legal-page{background:var(--gray-50);padding-block:3rem 4rem}.legal-card{background:var(--white);max-width:48rem;box-shadow:var(--shadow);margin-inline:auto;padding:2rem 1.5rem}@media (width>=768px){.legal-card{padding:3rem}}.legal-card>h1{margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.legal-meta{color:var(--gray-500);margin-bottom:2rem;font-size:.9375rem}.legal-prose h2{margin-block:2rem 1rem;font-size:1.375rem;font-weight:700}.legal-prose p{color:var(--gray-700);margin-bottom:1rem;line-height:1.75}.legal-prose ul{margin:0 0 1rem 1.25rem}.legal-prose li{margin-bottom:.375rem;line-height:1.7}.legal-prose hr{border:none;border-top:1px solid var(--gray-200);margin-block:2rem}.legal-cookies{border-top:1px solid var(--gray-200);margin-top:3rem;padding-top:2rem}.legal-cookie-reset{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}
