:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-light: #eff6ff;--primary-lighter: #dbeafe;--accent-color: #2563eb;--accent-hover: #1d4ed8;--success-color: #16a34a;--success-strong: #15803d;--alert-color: #ef4444;--alert-strong: #dc2626;--secondary-color: #2563eb;--bg-color: #ffffff;--bg-surface: #f8fafc;--bg-surface-hover: #eef2f7;--text-main: #0f172a;--text-muted: #475569;--text-inverse: #ffffff;--border-color: #e2e8f0;color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;background-color:var(--bg-color);color:var(--text-main);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--section-padding: 6rem;--font-sans: "Inter", sans-serif;--font-heading: "Inter", sans-serif;--container-max: 1200px;--container-narrow: 800px;--border-radius: 10px;--border-radius-lg: 16px;--border-radius-xl: 24px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .07), 0 2px 4px -2px rgb(0 0 0 / .06);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .07), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .07), 0 8px 10px -6px rgb(0 0 0 / .04);--shadow-blue: 37, 99, 235;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overscroll-behavior:none;overflow-x:hidden;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);margin-top:0;margin-bottom:var(--spacing-md);font-weight:700;line-height:1.2;letter-spacing:-.01em}h1{font-size:clamp(2.5rem,5vw,3.5rem);letter-spacing:-.02em}h2{font-size:clamp(1.9rem,4vw,2.6rem);letter-spacing:-.01em}h3{font-size:clamp(1.25rem,2.5vw,1.6rem)}h4{font-size:1.125rem}p{margin-top:0;margin-bottom:var(--spacing-md);color:var(--text-muted);line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.text-primary{color:var(--primary-color)}.text-muted{color:var(--text-muted)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.mb-5{margin-bottom:var(--spacing-2xl)}.mb-6{margin-bottom:var(--spacing-3xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mt-5{margin-top:var(--spacing-2xl)}.mt-6{margin-top:var(--spacing-3xl)}.section-header{text-align:center;max-width:700px;margin:0 auto var(--spacing-3xl)}.section-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-color);margin-bottom:var(--spacing-md)}.section-header h2{margin-bottom:var(--spacing-md)}.section-header p{font-size:1.125rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--border-radius);font-weight:700;font-size:.95rem;font-family:var(--font-sans);cursor:pointer;transition:all .2s ease;border:2px solid transparent;text-decoration:none;line-height:1.5;gap:var(--spacing-sm);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.btn:active{transform:translateY(1px)}.btn-accent{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 14px rgba(var(--shadow-blue),.25)}.btn-accent:hover{background-color:var(--accent-hover);color:#fff;box-shadow:0 6px 20px rgba(var(--shadow-blue),.3);transform:translateY(-1px)}.btn-primary{background-color:var(--primary-color);color:var(--text-inverse);box-shadow:0 4px 14px rgba(var(--shadow-blue),.25)}.btn-primary:hover{background-color:var(--primary-hover);color:var(--text-inverse);box-shadow:0 6px 20px rgba(var(--shadow-blue),.3);transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--primary-color);border-color:rgba(var(--shadow-blue),.35)}.btn-outline:hover{background-color:rgba(var(--shadow-blue),.08);border-color:var(--primary-color);color:var(--primary-color)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem;border-radius:var(--border-radius-lg)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (prefers-reduced-motion: reduce){.animate-fade-in{animation:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 1024px){:root{--section-padding: 4rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){:root{--section-padding: 3rem}.grid-4{grid-template-columns:1fr}.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:.75rem 0;background-color:var(--bg-color);border-bottom:1px solid var(--border-color)}.navbar-container{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.navbar-logo{display:flex;align-items:center;gap:.6rem;color:var(--text-main);flex-shrink:0}.navbar-logo:hover{color:var(--text-main)}.logo-mark{width:36px;height:36px;flex-shrink:0;display:block}.logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.35rem;letter-spacing:-.02em}.navbar-links{display:flex;align-items:center;gap:.25rem}.nav-link{color:var(--text-muted);font-weight:500;font-size:.925rem;padding:.5rem .85rem;border-radius:8px;transition:all .2s ease;background:none;border:none;cursor:pointer;font-family:var(--font-sans)}.nav-link:hover,.nav-link.active{color:var(--text-main)}.navbar-actions{display:flex;align-items:center;gap:.75rem}.nav-login{font-size:.9rem}.mobile-menu-toggle{background:none;border:none;color:var(--text-main);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);cursor:pointer}.mobile-menu-toggle:hover{background-color:var(--bg-surface)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--bg-color);transform:translate(100%);transition:transform .3s ease-in-out;overflow-y:auto;z-index:999;padding-top:70px}.mobile-menu.open{transform:translate(0)}.mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-link{font-size:1.1rem;font-weight:600;color:var(--text-main);padding:.75rem 0;border-bottom:1px solid var(--border-color)}.mobile-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.text-center{text-align:center}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 900px){.desktop-only{display:none}.mobile-only{display:flex}}.footer{background:var(--bg-surface);color:var(--text-main);padding:5rem 0 2rem;margin-top:0;border-top:1px solid var(--border-color)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-logo{display:flex;align-items:center;gap:.6rem;color:var(--text-main);margin-bottom:1.25rem}.footer-logo:hover{color:var(--text-main)}.footer-logo-mark{width:34px;height:34px;flex-shrink:0;display:block}.footer-logo span{font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.footer-description{color:var(--text-muted);font-size:.9rem;line-height:1.7;max-width:320px;margin-bottom:1.75rem}.footer-contact{display:flex;flex-direction:column;gap:.6rem}.footer-contact-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-muted)}.footer-contact-item a{color:var(--text-muted)}.footer-contact-item a:hover{color:var(--primary-color)}.footer-contact-item svg{color:var(--accent-color)}.footer-col h4{color:var(--text-main);font-size:.95rem;margin-bottom:1.25rem;font-weight:600}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.65rem}.footer-col a,.footer-col .footer-cookie-link{color:var(--text-muted);font-size:.9rem;transition:color .15s ease}.footer-col a:hover,.footer-col .footer-cookie-link:hover{color:var(--primary-color)}.footer-cookie-link{background:transparent;border:none;padding:0;cursor:pointer;font-family:inherit}.footer-cookie-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.footer-trust{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 0;border-top:1px solid var(--border-color);font-size:.82rem;color:var(--text-muted);font-weight:500}.footer-trust-sep{color:var(--border-color)}.footer-bottom{padding-top:1.75rem;text-align:center}.footer-bottom p{margin:0;font-size:.85rem;color:var(--text-muted)}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-brand{text-align:center}.footer-logo{justify-content:center}.footer-description{max-width:100%}.footer-contact{align-items:center}}.hero-section{padding:8.5rem 0 3rem;background:var(--bg-color);text-align:center}.hero-content{max-width:760px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--primary-color);background:var(--primary-light);border:1px solid var(--primary-lighter);border-radius:100px;padding:.4rem 1rem;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.12;margin-bottom:1.5rem;font-weight:700}.hero-description{font-size:1.15rem;color:var(--text-muted);margin:0 auto 2.25rem;line-height:1.7;max-width:540px}.hero-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.hero-guarantee{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.hero-proof{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.85rem;color:var(--text-muted)}.hero-stars{display:flex;gap:.15rem}.trust-bar{margin-top:4rem;padding:3rem 0;border-top:1px solid var(--border-color);text-align:center}.trust-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:760px;margin:0 auto 2.5rem}.trust-stat-value{font-variant-numeric:tabular-nums;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--primary-color);line-height:1}.trust-stat-label{font-size:.9rem;color:var(--text-muted);margin-top:.4rem}.trust-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.trust-logo{font-weight:700;font-size:1.05rem;color:var(--text-muted);opacity:.5;letter-spacing:-.01em}.features-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem 1.75rem;transition:all .25s ease}.feature-card:hover{border-color:var(--primary-lighter);box-shadow:var(--shadow-lg)}.feature-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-card h3{font-size:1.2rem;margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:var(--text-muted);margin:0}.why-section{padding:var(--section-padding) 0;background:var(--bg-color)}.why-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:960px;margin:0 auto;text-align:center}.why-stat-value{font-variant-numeric:tabular-nums;font-size:clamp(2.25rem,4vw,3rem);font-weight:800;color:var(--primary-color);line-height:1}.why-stat-label{font-size:.95rem;color:var(--text-muted);margin-top:.5rem}.business-types-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.business-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.business-type-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem 1rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .25s ease}.business-type-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.bt-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bt-label{font-weight:600;font-size:.9rem;color:var(--text-main);text-align:center}.testimonials-section{padding:var(--section-padding) 0;background:var(--bg-color)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem 1.75rem;display:flex;flex-direction:column}.testimonial-stars{display:flex;gap:.15rem;margin-bottom:1rem}.testimonial-quote{font-size:.98rem;line-height:1.7;color:var(--text-main);margin-bottom:1.5rem;flex:1}.testimonial-author{display:flex;align-items:center;gap:.9rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.testimonial-author strong{display:block;font-size:.95rem;color:var(--text-main)}.testimonial-author span{display:block;font-size:.85rem;color:var(--text-muted)}.pricing-overview-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.pricing-slabs{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto 2rem}.pricing-slab{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem 1.5rem;text-align:center;transition:all .3s ease;position:relative}.pricing-slab:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.pricing-slab.popular{border-color:var(--primary-color);box-shadow:0 8px 30px rgba(var(--shadow-blue),.15)}.popular-ribbon{position:absolute;top:0;left:0;right:0;background:var(--primary-color);color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.4rem;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0}.slab-range{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;font-weight:500}.pricing-slab.popular .slab-range{margin-top:1.25rem}.slab-price{display:flex;align-items:flex-start;justify-content:center;color:var(--text-main)}.slab-currency{font-size:1.25rem;font-weight:600;margin-top:.35rem}.slab-amount{font-variant-numeric:tabular-nums;font-size:2.75rem;font-weight:800;line-height:1;letter-spacing:-.03em}.slab-period{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.bottom-cta-section{padding:var(--section-padding) 0;background:var(--bg-color)}.bottom-cta-box{max-width:800px;margin:0 auto;text-align:center;padding:4.5rem 3rem;background:var(--primary-light);border:1px solid var(--primary-lighter);border-radius:var(--border-radius-xl)}.bottom-cta-box h2{font-size:2.25rem;margin-bottom:1rem}.bottom-cta-box p{font-size:1.1rem;max-width:560px;margin:0 auto 2.25rem}.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 1024px){.features-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.business-types-grid{grid-template-columns:repeat(3,1fr)}.why-stats,.pricing-slabs{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-section{padding:6.5rem 0 2.5rem}.hero-actions{flex-direction:column;align-items:center}.trust-stats{grid-template-columns:1fr;gap:1.5rem}.bottom-cta-box{padding:3rem 1.5rem}.bottom-cta-box h2{font-size:1.9rem}.cta-actions{flex-direction:column;align-items:center}}@media (max-width: 640px){.features-grid,.testimonial-grid,.business-types-grid{grid-template-columns:1fr}.pricing-slabs{grid-template-columns:1fr;max-width:350px}.business-types-grid{grid-template-columns:repeat(2,1fr)}.trust-logos{gap:1.5rem}}.features-page{padding-top:70px}.features-page section[id]{scroll-margin-top:96px}.features-header{padding:5rem 0 2rem;background:var(--bg-surface)}.features-header .subtitle{font-size:1.15rem;max-width:650px;margin:0 auto}.block-section{padding:var(--section-padding) 0}.block-section.bg-surface{background-color:var(--bg-surface)}.block-head{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.block-head.reverse .block-visual{order:-1}.block-eyebrow{display:inline-block;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.block-copy h2{font-size:2.25rem;margin-bottom:.75rem}.block-copy>p{font-size:1.05rem;margin-bottom:0}.block-quicklist{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.block-quicklist li{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--text-main)}.block-quicklist svg{flex-shrink:0}.feature-items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-item-card{padding:1.75rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .3s ease}.feature-item-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-item-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-item-card h4{font-size:1.05rem;margin-bottom:.5rem}.feature-item-card p{font-size:.9rem;margin-bottom:0;line-height:1.6}.block-pills{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.75rem}.block-pills-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-right:.25rem}.block-pill{font-size:.8rem;font-weight:600;padding:.35rem .85rem;border-radius:100px;background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-muted)}.block-visual{display:flex;align-items:center;justify-content:center;max-width:440px;margin:0 auto;width:100%}.block-visual-cal{aspect-ratio:4 / 3;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-lg);padding:1.5rem;flex-direction:column;align-items:stretch;gap:1rem}.bvc-top{display:flex;align-items:center;justify-content:space-between}.bvc-title{width:40%;height:10px;border-radius:6px;background:var(--bg-surface-hover)}.bvc-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-color)}.bvc-week{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem}.bvc-day{height:26px;border-radius:8px;background:var(--bg-surface)}.bvc-day.active{background:var(--primary-color)}.bvc-events{display:flex;flex-direction:column;gap:.5rem}.bvc-event{display:flex;align-items:center;gap:.6rem}.bvc-event>div{flex:1;height:8px;border-radius:6px;background:var(--bg-surface-hover)}.bvc-event-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-color);flex-shrink:0}.bvc-event-dot.accent{background:var(--accent-color)}.bvc-stats{display:flex;gap:1rem}.bvc-stat{flex:1}.bvc-stat-bar{height:14px;border-radius:6px;background:var(--primary-light)}.bvc-stat-bar.short{width:60%}.bvc-stat-label{height:8px;border-radius:6px;background:var(--bg-surface-hover);width:70%;margin-top:.4rem}.bvp-frame{width:210px;background:#1a1a2e;border:6px solid #16213e;border-radius:30px;padding:.75rem}.bvp-notch{width:80px;height:16px;border-radius:12px;background:#0f0f1a;margin:0 auto .75rem}.bvp-screen{display:flex;flex-direction:column;gap:.6rem}.bvp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}.bvp-header>div:first-child{width:50%;height:8px;border-radius:6px;background:#ffffff40}.bvp-avatar{width:26px;height:26px;border-radius:50%;background:var(--primary-color)}.bvp-card{padding:.7rem;background:#ffffff14;border-radius:12px;display:flex;flex-direction:column;gap:.45rem}.bvp-card>div{height:7px;border-radius:5px;background:#ffffff38}.bvp-card>div:last-child{width:55%;background:#ffffff1f}.block-visual-invoice{position:relative}.bvi-sheet{width:220px;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}.bvi-head{display:flex;justify-content:space-between}.bvi-head div{width:40%;height:10px;border-radius:6px;background:var(--primary-light)}.bvi-head div:last-child{width:20%;height:8px;background:var(--bg-surface-hover)}.bvi-line{height:8px;border-radius:6px;background:var(--bg-surface-hover)}.bvi-total{display:flex;align-items:center;justify-content:space-between;border-top:1px dashed var(--border-color);padding-top:.6rem;margin-top:.2rem}.bvi-total div{width:35%;height:10px;border-radius:6px;background:var(--bg-surface-hover)}.bvi-total div:last-child{width:25%;height:12px;background:var(--accent-color)}.bvi-pay{position:absolute;bottom:-18px;right:0;display:flex;gap:.5rem}.bvi-pay-chip{width:64px;height:38px;border-radius:8px;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));box-shadow:var(--shadow-md)}.bvi-pay-chip:last-child{background:linear-gradient(135deg,var(--accent-color),var(--accent-hover))}.block-visual-store{align-items:stretch}.bvs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;width:100%;max-width:420px}.bvs-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:.7rem;display:flex;flex-direction:column;gap:.5rem}.bvs-img{aspect-ratio:1 / .8;border-radius:10px;background:linear-gradient(135deg,var(--primary-light),var(--bg-surface-hover))}.bvs-name{height:8px;border-radius:6px;background:var(--bg-surface-hover);width:80%}.bvs-price{height:8px;border-radius:6px;background:var(--accent-color);width:40%}.verticals-section{padding:var(--section-padding) 0}.vertical-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem}.vertical-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:100px;border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-main);font-family:var(--font-sans);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.vertical-chip:hover{border-color:var(--text-muted);transform:translateY(-1px)}.vertical-panel{max-width:760px;margin:0 auto;padding:2rem;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius-xl)}.vertical-panel-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.vertical-panel-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vertical-panel-head h3{margin-bottom:.15rem}.vertical-panel-head p{margin-bottom:0;font-size:.95rem}.vertical-bullets{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1.5rem}.vertical-bullets li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--text-main);line-height:1.5}.vertical-bullets svg{flex-shrink:0;margin-top:2px}.vertical-panel-cta{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.vertical-panel-cta-note{font-size:.85rem;color:var(--text-muted)}.all-features-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.all-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:900px;margin:0 auto}.all-feature-item{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text-main)}.all-feature-item svg{color:var(--secondary-color);flex-shrink:0}.trust-band{padding:var(--section-padding) 0;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff}.trust-band .section-header{margin-bottom:var(--spacing-xl)}.trust-band h2{color:#fff}.trust-eyebrow{color:#fffc}.trust-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.trust-stat{text-align:center}.trust-stat-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto .75rem;border-radius:14px;background:#ffffff26}.trust-band .trust-stat-value{font-family:var(--font-heading);font-size:2.25rem;font-weight:800;line-height:1.1;color:#fff}.trust-band .trust-stat-label{font-size:.9rem;color:#ffffffd9}.features-bottom-cta{padding:var(--section-padding) 0;background:linear-gradient(180deg,var(--bg-color) 0%,var(--bg-surface) 100%)}@media (max-width: 1024px){.block-head{grid-template-columns:1fr;gap:2rem;text-align:center}.block-quicklist{align-items:center}.block-visual{margin:0 auto}.feature-items-grid,.all-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.feature-items-grid{grid-template-columns:1fr}.all-features-grid{grid-template-columns:1fr;max-width:350px}.vertical-bullets{grid-template-columns:1fr}.vertical-panel{padding:1.5rem}.trust-stats{grid-template-columns:repeat(2,1fr)}}.pricing-page{padding-top:70px}.pricing-header{padding:5rem 0 2rem;background:var(--bg-surface)}.pricing-header .subtitle{font-size:1.15rem;max-width:650px;margin:0 auto}.pricing-controls{padding:2rem 0 1rem;background:var(--bg-surface);border-bottom:1px solid var(--border-color)}.pricing-cards-section{padding:4rem 0 5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1050px;margin:0 auto 5rem}.pricing-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);position:relative;transition:all .3s ease;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.popular{border-color:var(--primary-color);box-shadow:0 8px 30px #2563eb1f;transform:scale(1.03);z-index:10}.pricing-card.popular:hover{transform:scale(1.03) translateY(-4px)}.pricing-card.free-tier{border-color:var(--secondary-color);border-width:2px}.popular-badge{position:absolute;top:0;left:0;right:0;background:var(--primary-color);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:.4rem}.card-header{padding:2rem 1.5rem 1.5rem;text-align:center}.pricing-card.popular .card-header{padding-top:2.75rem}.tier-name{font-size:1.4rem;margin-bottom:.25rem;font-family:var(--font-heading);color:var(--text-main)}.tier-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem}.tier-limits{display:flex;justify-content:center;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.limit-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-main);font-weight:500}.limit-icon{font-size:1.1rem}.price{display:flex;align-items:flex-start;justify-content:center;color:var(--text-main)}.free-tier .price{margin-bottom:.75rem}.currency{font-size:1.25rem;font-weight:600;margin-top:.4rem}.amount{font-size:3rem;font-weight:800;line-height:1;letter-spacing:-.03em}.period{font-size:.8rem;color:var(--text-muted);align-self:flex-end;margin-bottom:.3rem;margin-left:.1rem}.annual-savings{margin-top:.5rem;font-size:.78rem;color:var(--secondary-color);font-weight:600}.card-features{padding:0 1.5rem;flex:1}.feature-item{display:flex;align-items:center;gap:.6rem;padding:.5rem 0;font-size:.88rem;color:var(--text-main)}.feature-check{color:var(--secondary-color);flex-shrink:0}.feature-x{color:var(--text-muted);flex-shrink:0;opacity:.4}.feature-item.excluded span{color:var(--text-muted)}.card-cta{padding:1.5rem}.card-cta .btn{width:100%}.enterprise-section{padding:3rem 0 4rem;background:var(--bg-surface)}.enterprise-card{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;max-width:900px;margin:0 auto;padding:2.5rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap}.enterprise-text{flex:1;min-width:280px}.enterprise-text h3{font-size:1.35rem;margin-bottom:.5rem}.enterprise-text p{margin-bottom:0;max-width:450px}.enterprise-features{display:flex;flex-direction:column;gap:.6rem}.ent-feature{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-main)}.ent-feature svg{color:var(--secondary-color);flex-shrink:0}.payment-methods-section{padding:4rem 0;background:var(--bg-color)}.payment-methods-section h2{margin-bottom:.75rem}.payment-methods-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:700px;margin:0 auto 1.5rem}.payment-method-badge{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.2rem;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.9rem;font-weight:500;color:var(--text-main);transition:all .2s ease}.payment-method-badge:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb0f}.pm-icon{display:flex;align-items:center}.pm-name{white-space:nowrap}.payment-note{font-size:.8rem;max-width:420px;margin:0 auto}.payment-note strong{color:var(--primary-color)}.faq-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:900px;margin:0 auto}.faq-item h4{display:flex;align-items:flex-start;gap:.5rem;font-size:1.05rem;margin-bottom:.6rem;line-height:1.4}.faq-icon{color:var(--primary-color);flex-shrink:0;margin-top:.1rem;opacity:.6}.faq-item p{padding-left:1.65rem;font-size:.95rem;line-height:1.6}.pricing-bottom-cta{padding:var(--section-padding) 0;background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-color) 100%)}.w-full{width:100%}@media (max-width: 1024px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:100%}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}.controls-row{gap:1.5rem;flex-direction:column}.enterprise-card{flex-direction:column;text-align:center}.enterprise-text p{max-width:100%}.enterprise-features{align-items:flex-start}}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.pricing-card.popular{transform:none}.faq-grid{grid-template-columns:1fr;gap:2rem}.country-dropdown-trigger{min-width:180px;font-size:.85rem}.enterprise-card{padding:1.5rem}.payment-methods-grid{gap:.6rem}.payment-method-badge{padding:.5rem .8rem;font-size:.8rem}}@media (max-width: 640px){.controls-row{gap:1rem}.billing-toggle{flex-direction:column}}.signup-page{padding-top:70px;background:var(--bg-surface);min-height:100vh}.signup-header{padding:3rem 0 1rem;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s ease}.back-link:hover{color:var(--primary-color)}.signup-header h1{margin-bottom:.5rem}.signup-header .subtitle{font-size:1.05rem;max-width:500px;margin:0 auto}.signup-controls{padding:1.5rem 0 1rem}.controls-row{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.control-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-right:.75rem}.country-selector{display:flex;align-items:center}.country-dropdown{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.country-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.9rem;font-weight:500;color:var(--text-main);min-width:220px;transition:border-color .2s ease,box-shadow .2s ease}.country-dropdown-trigger:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb14}.country-currency{color:var(--text-muted);font-size:.8rem}.country-dropdown-trigger .chevron{margin-left:auto;transition:transform .2s ease;color:var(--text-muted)}.country-dropdown-trigger .chevron.open{transform:rotate(180deg)}.country-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);max-height:320px;overflow-y:auto;z-index:100}.country-option{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.9rem;color:var(--text-main);transition:background .15s ease}.country-option:hover{background:var(--bg-surface)}.country-option.selected{background:var(--primary-light);color:var(--primary-color);font-weight:600}.country-flag{font-size:.7rem;font-weight:700;color:var(--text-muted);width:28px}.country-currency-symbol{margin-left:auto;color:var(--text-muted);font-size:.85rem}.billing-toggle-wrapper{display:flex;align-items:center}.billing-toggle{display:flex;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:3px}.toggle-option{position:relative;padding:.55rem 1.25rem;border:none;background:transparent;font-size:.9rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-radius:calc(var(--border-radius) - 3px);transition:all .2s ease;font-family:var(--font-sans);white-space:nowrap}.toggle-option.active{background:var(--primary-color);color:#fff}.toggle-option:hover:not(.active){color:var(--text-main)}.save-badge{position:absolute;top:-10px;right:-4px;background:var(--secondary-color);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:1rem;white-space:nowrap;pointer-events:none}.signup-plans-section{padding:2rem 0 3rem}.signup-plans-grid{display:flex;flex-direction:column;gap:1rem;max-width:650px;margin:0 auto}.signup-plan-card{display:flex;align-items:flex-start;gap:1.25rem;background:var(--bg-color);border:2px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1.5rem;cursor:pointer;transition:all .25s ease}.signup-plan-card:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb0f;transform:translateY(-2px)}.signup-plan-card.selected{border-color:var(--primary-color);background:var(--primary-light);box-shadow:0 4px 20px #2563eb1a}.signup-plan-card.free{border-color:var(--secondary-color)}.signup-plan-card.free.selected{border-color:var(--secondary-color);background:#2563eb0d}.plan-card-radio{padding-top:.25rem}.radio-circle{width:22px;height:22px;border-radius:50%;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.radio-circle.checked{border-color:var(--primary-color)}.radio-dot{width:12px;height:12px;border-radius:50%;background:var(--primary-color)}.plan-card-content{flex:1;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.plan-card-top{flex:1;min-width:200px}.plan-card-top h3{font-size:1.15rem;margin-bottom:.15rem}.plan-card-top>p{font-size:.85rem;margin-bottom:.75rem}.plan-limits{display:flex;gap:1.25rem;font-size:.85rem;color:var(--text-main);font-weight:500;margin-bottom:.75rem}.plan-limits span{display:flex;align-items:center;gap:.35rem}.plan-limits svg{color:var(--text-muted)}.plan-card-price{text-align:right;min-width:120px}.price-free{font-size:1.5rem;font-weight:800;color:var(--secondary-color)}.price-value{font-size:1.35rem;font-weight:700;color:var(--text-main);white-space:nowrap}.price-period{display:block;font-size:.78rem;color:var(--text-muted)}.plan-card-features{list-style:none;padding:0;margin:.5rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem;width:100%}.plan-card-features li{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-muted)}.plan-card-features li svg{color:var(--secondary-color);flex-shrink:0}.signup-summary-section{padding:0 0 4rem}.summary-card{max-width:500px;margin:0 auto;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.summary-card h2{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.summary-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--text-muted)}.summary-value{font-weight:600;color:var(--text-main)}.summary-row.savings .summary-value{color:var(--secondary-color)}.summary-divider{height:1px;background:var(--border-color);margin:.25rem 0}.summary-row.total{font-size:1.1rem;font-weight:600;color:var(--text-main)}.summary-row.total .summary-value{font-size:1.2rem}.free-total{color:var(--secondary-color)!important}.summary-actions{text-align:center}.summary-actions .btn{width:100%;margin-bottom:.75rem}.email-input-group{text-align:left;margin-bottom:1rem}.email-input-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text-main);margin-bottom:.4rem}.email-input{width:100%;padding:.65rem .9rem;font-size:.95rem;font-family:var(--font-sans);border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--bg-color);color:var(--text-main);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.email-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.email-input::placeholder{color:var(--text-muted)}.terms-checkbox{display:flex;align-items:flex-start;gap:.5rem;text-align:left;margin-bottom:1rem;font-size:.8rem;color:var(--text-muted);line-height:1.5;cursor:pointer}.terms-checkbox input{margin-top:.15rem;accent-color:var(--primary-color);flex-shrink:0}.terms-checkbox a{color:var(--primary-color);text-decoration:underline}.terms-error{color:#d9534f;font-size:.8rem;margin:0 0 .75rem}.summary-guarantee{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.summary-guarantee svg{color:var(--secondary-color)}.signup-payment-methods{padding:2rem 0 3rem}.payment-methods-inline{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--text-main);margin-bottom:.5rem}.payment-methods-inline svg{color:var(--primary-color)}.payment-security-note{font-size:.75rem}@media (max-width: 768px){.signup-plans-grid{max-width:100%;padding:0 1rem}.plan-card-content{flex-direction:column;gap:.75rem}.plan-card-price{text-align:left}.plan-card-features{grid-template-columns:1fr}.controls-row{flex-direction:column;gap:1rem}.summary-card{margin:0 1rem}}@media (max-width: 640px){.signup-plan-card{padding:1.25rem;gap:.75rem}.plan-card-top{min-width:0}}.about-page{padding-top:70px}.about-header{padding:5rem 0 2rem;background:var(--bg-surface)}.about-header .subtitle{font-size:1.15rem;max-width:600px;margin:0 auto}.story-section{padding:var(--section-padding) 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2rem;margin-bottom:1.5rem}.story-text p{font-size:1.1rem;line-height:1.75;color:var(--text-muted);margin-bottom:1.25rem}.story-image{display:flex;align-items:center;justify-content:center}.story-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}.story-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem 1rem;text-align:center;box-shadow:var(--shadow-md)}.story-stat{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--primary-color);letter-spacing:-.02em}.story-label{font-size:.9rem;color:var(--text-muted);font-weight:500}.values-section{padding:var(--section-padding) 0}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-card{padding:2rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.value-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-card h3{font-size:1.15rem;margin-bottom:.6rem}.value-card p{font-size:.9rem;line-height:1.6;margin-bottom:0}.about-cta{padding:var(--section-padding) 0;background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-color) 100%)}@media (max-width: 1024px){.values-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:3rem}.story-image{order:-1}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}.story-visual{grid-template-columns:repeat(3,1fr);gap:.75rem}.story-card{padding:1.5rem .75rem}.story-stat{font-size:1.5rem}}.contact-page{padding-top:70px}.contact-header{padding:5rem 0 2rem;background:var(--bg-surface)}.contact-header .subtitle{font-size:1.15rem;max-width:600px;margin:0 auto}.contact-content{padding:3rem 0 6rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-info h2{font-size:2rem;margin-bottom:1rem}.contact-info>p{font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem}.info-cards{display:flex;flex-direction:column;gap:1rem}.info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .2s ease}.info-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.info-icon{width:44px;height:44px;border-radius:10px;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card h4{font-size:.95rem;margin-bottom:.15rem}.info-card a,.info-card span{font-size:.9rem;color:var(--text-muted)}.info-card a:hover{color:var(--primary-color)}.contact-form-wrapper{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2.5rem;box-shadow:var(--shadow-md)}.contact-form-wrapper h3{font-size:1.5rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:500;font-size:.9rem;color:var(--text-main)}.form-group input,.form-group textarea{padding:.75rem 1rem;border-radius:var(--border-radius);border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-main);font-family:var(--font-sans);font-size:.95rem;transition:all .2s ease}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a;background:var(--bg-color)}.btn.w-full{width:100%}.success-message{text-align:center;padding:3rem 1rem;animation:fadeIn .5s ease}.success-icon{width:72px;height:72px;background:var(--secondary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;box-shadow:0 0 0 8px #2563eb26}.success-message h4{font-size:1.35rem;margin-bottom:.75rem}.success-message p{color:var(--text-muted);font-size:1rem;margin-bottom:0}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.75rem}}.cookie-policy-container{max-width:760px}.cookie-policy-cta{margin-top:2.5rem;text-align:center}.legal-container{max-width:760px}.legal-prose p{margin:0 0 1.25rem;line-height:1.75;color:var(--text-muted)}.legal-prose h2{margin:2rem 0 .75rem;font-size:1.4rem;font-weight:700;color:var(--text-main)}.legal-prose h3{margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text-main)}.legal-prose ul{margin:0 0 1.25rem 1.25rem;padding:0;line-height:1.75;color:var(--text-muted)}.legal-prose li{margin-bottom:.4rem}.legal-prose a{color:var(--primary-color)}.legal-cta{margin-top:2.5rem;text-align:center}.cookie-consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:300;background:var(--bg-color);border-top:1px solid var(--border-color);box-shadow:0 -8px 30px #2563eb1f;padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));animation:cookie-consent-up .35s ease-out}@keyframes cookie-consent-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent-inner{display:flex;align-items:center;gap:1.25rem}.cookie-consent-text{margin:0;font-size:.9rem;color:var(--text-main);flex:1}.cookie-consent-link{color:var(--accent-color);text-decoration:underline}.cookie-consent-link:hover{color:var(--accent-hover)}.cookie-consent-actions{display:flex;gap:.6rem;flex-shrink:0;align-items:center}.cookie-reject{background:transparent;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;padding:.4rem .6rem;border-radius:var(--border-radius);transition:color .15s ease}.cookie-reject:hover{color:var(--text-main)}.cookie-reject:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@media (max-width: 640px){.cookie-consent-inner{flex-direction:column;align-items:stretch;text-align:center;gap:.6rem}.cookie-consent-actions{justify-content:center}}.cookie-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0f0f288c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem}.cookie-dialog{background:var(--bg-color);color:var(--text-main);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:1.75rem 1.75rem 1.5rem;outline:none}.cookie-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.cookie-dialog-header h2{margin:0;font-size:1.35rem;font-weight:700}.cookie-dialog-close{background:transparent;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:all .2s ease}.cookie-dialog-close:hover{background:var(--bg-surface-hover);color:var(--text-main)}.cookie-dialog-intro{margin:0 0 1.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.6}.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--border-color)}.cookie-category-info h3{margin:0;font-size:.95rem;font-weight:600}.cookie-category-info p{margin:.2rem 0 0;font-size:.8rem;color:var(--text-muted);line-height:1.5}.cookie-always-on{font-size:.75rem;font-weight:600;color:var(--success-strong);background:var(--primary-light);padding:.25rem .6rem;border-radius:999px;white-space:nowrap}.cookie-switch{position:relative;width:40px;height:22px;border-radius:999px;border:none;background:var(--bg-surface-hover);cursor:pointer;padding:0;flex-shrink:0;transition:background .2s ease}.cookie-switch.is-on{background:var(--accent-color)}.cookie-switch-track{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease}.cookie-switch.is-on .cookie-switch-track{transform:translate(18px)}.cookie-switch:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.cookie-dialog-policy{margin:1.25rem 0 0;font-size:.85rem;color:var(--text-muted)}.cookie-dialog-policy a{color:var(--accent-color);text-decoration:underline}.cookie-dialog-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}@media (max-width: 480px){.cookie-dialog-actions{flex-direction:column}.cookie-dialog-actions .btn{width:100%}}
