:root,html[data-theme-effective=light]{--fp-bg:#f8f9fa;--fp-surface:#fff;--fp-ink:#0a0e1a;--fp-muted:#6b7280;--fp-border:#e8eaed;--fp-accent:#f2a900;--fp-accent-hover:#d99400;--fp-accent-soft:#fff6e0;--fp-accent-text:#b57a00;--fp-on-accent:#0a0e1a;--fp-wash:#f3f4f6;--fp-black:#0a0e1a;--fp-black-soft:#141820;--fp-hero-text:#0a0e1a;--fp-hero-muted:#6b7280;--fp-shadow:0 12px 40px #0a0e1a14;--fp-radius:.85rem;--fp-radius-sm:.5rem;--fp-font:"Manrope", ui-sans-serif, system-ui, sans-serif;--fp-display:"Sora", "Manrope", ui-sans-serif, system-ui, sans-serif}html[data-theme-effective=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--fp-bg:#0a0e1a;--fp-surface:#141820;--fp-ink:#f8fafc;--fp-muted:#9ca3af;--fp-border:#2a3040;--fp-accent:#f2a900;--fp-accent-hover:#ffc233;--fp-accent-soft:#3a2e0a;--fp-accent-text:#ffc233;--fp-on-accent:#0a0e1a;--fp-wash:#111622;--fp-black:#000;--fp-black-soft:#0a0e1a;--fp-hero-text:#f8fafc;--fp-hero-muted:#9ca3af;--fp-shadow:0 12px 40px #0006}*,:before,:after{box-sizing:border-box}body.fp-body{font-family:var(--fp-font);color:var(--fp-ink);background:var(--fp-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}a{color:var(--fp-accent-text);text-decoration:none}a:hover{color:var(--fp-accent-hover)}.fp-shell{flex-direction:column;min-height:100dvh;display:flex}.fp-btn{letter-spacing:-.01em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-height:2.85rem;padding:.65rem 1.45rem;font-family:inherit;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.fp-btn:hover{transform:translateY(-1px)}.fp-btn-primary{background:var(--fp-accent);color:var(--fp-on-accent)}.fp-btn-primary:hover{background:var(--fp-accent-hover);color:var(--fp-on-accent)}.fp-btn-ghost{border-color:var(--fp-border);color:var(--fp-ink);background:0 0}.fp-btn-ghost:hover{background:var(--fp-wash);color:var(--fp-ink)}.fp-btn-dark{background:var(--fp-black);color:#fff;border-color:var(--fp-black)}.fp-btn-dark:hover{color:#fff;background:#1f2430}.fp-btn-ghost-on-dark{color:#fff;background:0 0;border-color:#ffffff4d}.fp-btn-ghost-on-dark:hover{color:#fff;background:#ffffff14}.fp-btn-block{width:100%}.fp-theme.theme-toggle{border:1px solid var(--fp-border);background:var(--fp-surface);border-radius:999px;display:inline-flex;overflow:hidden}.fp-theme .theme-toggle-btn{color:var(--fp-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:2.25rem;min-height:2.1rem;display:inline-flex}.fp-theme .theme-toggle-btn.theme-toggle-active{background:var(--fp-accent-soft);color:var(--fp-on-accent)}.fp-header{z-index:40;background:color-mix(in srgb, var(--fp-surface) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--fp-border);position:sticky;top:0}.fp-header-inner{flex-wrap:wrap;align-items:center;gap:1rem;max-width:72rem;margin:0 auto;padding:.85rem 1.25rem;display:flex}.fp-brand{color:var(--fp-ink);font-family:var(--fp-display);letter-spacing:-.03em;flex:auto;align-items:center;gap:.65rem;min-width:0;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.fp-brand:hover{color:var(--fp-ink)}.fp-brand-mark{background:var(--fp-accent);width:2.15rem;height:2.15rem;color:var(--fp-on-accent);border-radius:.55rem;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:inline-flex}.fp-brand-logo{object-fit:contain;width:auto;max-width:min(11rem,50vw);height:2rem}.fp-menu-toggle{border:1px solid var(--fp-border);background:var(--fp-surface);width:2.5rem;height:2.5rem;color:var(--fp-ink);cursor:pointer;border-radius:.55rem;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.fp-menu-icon{width:1.25rem;height:1.25rem}.fp-menu-icon.is-hidden{display:none}@media (width>=900px){.fp-menu-toggle{display:none}.fp-brand{flex:none}}.fp-nav{border-top:1px solid var(--fp-border);flex-direction:column;order:4;gap:.2rem;width:100%;padding-top:.5rem;display:none}.fp-nav.is-open{display:flex}@media (width>=900px){.fp-nav{border:0;flex-flow:wrap;flex:1;order:0;justify-content:center;gap:.15rem;width:auto;padding:0;display:flex}}.fp-nav-link{color:var(--fp-muted);border-radius:999px;padding:.55rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;display:block}.fp-nav-link:hover,.fp-nav-link.is-active{color:var(--fp-ink);background:var(--fp-wash)}.fp-header-actions{border-top:1px solid var(--fp-border);flex-direction:column;order:5;gap:.55rem;width:100%;padding-top:.55rem;display:none}.fp-header-actions.is-open{display:flex}.fp-header-actions-mobile{grid-template-columns:auto 1fr 1fr;align-items:center;gap:.5rem;display:grid}.fp-header-actions-mobile .fp-theme{justify-self:start}.fp-header-actions-desktop{display:none}@media (width>=900px){.fp-header-actions{border:0;flex-direction:row;order:0;align-items:center;gap:.65rem;width:auto;margin-left:auto;padding:0;display:flex}.fp-header-actions-mobile{display:none}.fp-header-actions-desktop{align-items:center;gap:.65rem;display:flex}}.fp-main{flex:1;width:100%}.fp-container{max-width:72rem;margin:0 auto;padding:0 1.25rem}.fp-hero{background:var(--fp-surface);color:var(--fp-hero-text);border-bottom:1px solid var(--fp-border);text-align:center;padding:3.75rem 0 3.25rem;position:relative}.fp-hero-inner{max-width:48rem;margin:0 auto;padding:0 1.25rem}.fp-hero-with-aside{text-align:left}.fp-hero-with-aside .fp-hero-inner{align-items:center;gap:2.5rem;max-width:72rem;display:grid}@media (width>=960px){.fp-hero-with-aside .fp-hero-inner{text-align:left;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:3rem}}.fp-hero-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--fp-accent-text);margin:0 0 .85rem;font-size:.75rem;font-weight:700}.fp-hero-brand{font-family:var(--fp-display);letter-spacing:-.02em;color:var(--fp-ink);margin:0 0 .5rem;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700}.fp-hero-title{font-family:var(--fp-display);letter-spacing:-.045em;color:var(--fp-ink);margin:0 0 1.1rem;font-size:clamp(2rem,5.5vw,3.15rem);font-weight:800;line-height:1.08}.fp-hero-title .fp-accent{color:var(--fp-accent)}.fp-hero-lead{max-width:36rem;color:var(--fp-hero-muted);margin:0 auto;font-size:1.075rem;line-height:1.7}.fp-hero-with-aside .fp-hero-lead{margin:0}.fp-hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.75rem;display:flex}.fp-hero-with-aside .fp-hero-actions{justify-content:flex-start}.fp-hero-aside{position:relative}.fp-hero-proof{border:1px solid var(--fp-border);background:var(--fp-bg);box-shadow:var(--fp-shadow);text-align:left;border-radius:1.15rem;padding:1.35rem 1.35rem 1.15rem;animation:.65s ease-out both fp-rise}@keyframes fp-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fp-hero-proof h2{font-family:var(--fp-display);letter-spacing:-.02em;margin:0 0 1rem;font-size:1.05rem;font-weight:700}.fp-hero-proof-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.fp-hero-proof-list li{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:.75rem;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:.75rem .85rem;display:grid}.fp-hero-proof-num{font-family:var(--fp-display);color:var(--fp-accent);font-size:1.15rem;font-weight:800;line-height:1}.fp-hero-proof-list strong{color:var(--fp-ink);margin-bottom:.15rem;font-size:.92rem;display:block}.fp-hero-proof-list span{color:var(--fp-muted);font-size:.8rem;line-height:1.45;display:block}.fp-page-hero{background:var(--fp-surface);border-bottom:1px solid var(--fp-border);text-align:center;padding:2.75rem 0 2.25rem}.fp-page-hero .fp-hero-title{font-size:clamp(1.75rem,4vw,2.5rem)}.fp-page-hero .fp-hero-lead{color:var(--fp-muted)}.fp-about-media{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:1.75rem;display:grid}.fp-about-figure,.fp-contact-figure{border-radius:var(--fp-radius-sm,10px);border:1px solid color-mix(in srgb, var(--fp-ink) 10%, transparent);background:var(--fp-wash);margin:0;overflow:hidden}.fp-about-figure img,.fp-contact-figure img{object-fit:cover;width:100%;height:100%;min-height:260px;display:block}.fp-about-highlights{flex-direction:column;gap:1rem;display:flex}.fp-about-highlight{background:var(--fp-surface,#fff);border:1px solid color-mix(in srgb, var(--fp-ink) 10%, transparent);border-radius:var(--fp-radius-sm,10px);align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;display:flex}.fp-about-highlight .material-icons{color:var(--fp-accent);margin-top:2px;font-size:1.35rem}.fp-about-highlight strong{font-family:var(--fp-display);margin-bottom:.25rem;display:block}.fp-about-highlight p{color:var(--fp-muted);margin:0;font-size:.95rem;line-height:1.5}.fp-contact-figure{max-height:280px}.fp-contact-visual{padding-top:0;padding-bottom:0}@media (width<=860px){.fp-about-media{grid-template-columns:1fr}}.fp-section{padding:3.75rem 0}.fp-section-alt{background:var(--fp-wash)}.fp-section-dark{background:var(--fp-black);color:#fff}.fp-section-dark .fp-section-eyebrow{color:var(--fp-accent)}.fp-section-dark .fp-section-title{color:#fff}.fp-section-dark .fp-section-lead{color:#ffffffb8}.fp-section-dark .fp-card{background:var(--fp-black-soft);color:#fff;border-color:#ffffff1a}.fp-section-dark .fp-card h3{color:#fff}.fp-section-dark .fp-card p{color:#ffffffb3}.fp-section-dark .fp-card:hover{border-color:color-mix(in srgb, var(--fp-accent) 55%, transparent)}.fp-section-dark .fp-step{background:var(--fp-black-soft);border-color:#ffffff1a}.fp-section-dark .fp-step h3{color:#fff}.fp-section-dark .fp-step p{color:#ffffffb3}.fp-section-head{text-align:center;max-width:40rem;margin:0 auto 2.25rem}.fp-section-head.is-left{text-align:left;margin-left:0;margin-right:0}.fp-section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--fp-accent-text);margin:0 0 .55rem;font-size:.75rem;font-weight:700}.fp-section-title{font-family:var(--fp-display);letter-spacing:-.03em;margin:0 0 .65rem;font-size:clamp(1.5rem,3vw,2.15rem);font-weight:750;line-height:1.15}.fp-section-title .fp-accent{color:var(--fp-accent)}.fp-section-lead{color:var(--fp-muted);margin:0;font-size:1.05rem;line-height:1.65}.fp-grid{grid-template-columns:1fr;gap:1.15rem;display:grid}@media (width>=640px){.fp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.fp-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.fp-card{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:var(--fp-radius);padding:1.35rem 1.3rem 1.4rem;transition:border-color .15s,box-shadow .15s,transform .15s;box-shadow:0 4px 18px #0a0e1a0a}.fp-card:hover{border-color:color-mix(in srgb, var(--fp-accent) 50%, var(--fp-border));box-shadow:var(--fp-shadow);transform:translateY(-2px)}.fp-card-accent-top{border-top:3px solid var(--fp-accent)}.fp-card-icon{background:var(--fp-accent-soft);width:2.5rem;height:2.5rem;color:var(--fp-accent);border-radius:.65rem;justify-content:center;align-items:center;margin-bottom:.95rem;font-size:1.15rem;display:inline-flex}.fp-card h3{font-family:var(--fp-display);letter-spacing:-.02em;margin:0 0 .45rem;font-size:1.05rem;font-weight:700}.fp-card p{color:var(--fp-muted);margin:0;font-size:.935rem;line-height:1.55}.fp-card-actions{flex-direction:column;gap:.5rem;margin-top:1.1rem;display:flex}.fp-steps{gap:1rem;display:grid}@media (width>=768px){.fp-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.fp-step{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:var(--fp-radius);grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:1.25rem;display:grid}.fp-step-num{background:var(--fp-accent);width:2.15rem;height:2.15rem;color:var(--fp-on-accent);border-radius:999px;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:inline-flex}.fp-step h3{font-family:var(--fp-display);margin:0 0 .3rem;font-size:1.02rem;font-weight:700}.fp-step p{color:var(--fp-muted);margin:0;font-size:.9rem}.fp-stats{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.fp-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=960px){.fp-stats-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.fp-stat{text-align:center;border-radius:var(--fp-radius);background:var(--fp-surface);border:1px solid var(--fp-border);padding:1.35rem 1rem}.fp-stat strong{font-family:var(--fp-display);letter-spacing:-.04em;color:var(--fp-accent);margin-bottom:.3rem;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;display:block}.fp-stat span{color:var(--fp-muted);font-size:.9rem;font-weight:600}.fp-cta{background:var(--fp-wash);border-block:1px solid var(--fp-border);text-align:center;margin:0;padding:3.75rem 0}.fp-cta-dark{background:var(--fp-black);color:#fff;border-color:#0000}.fp-cta-dark .fp-section-title{color:#fff}.fp-cta-dark .fp-section-lead{color:#ffffffb8}.fp-cta-inner{max-width:40rem;margin:0 auto;padding:0 1.25rem}.fp-cta .fp-section-title{margin-bottom:.75rem}.fp-cta .fp-section-lead{margin-bottom:1.5rem}.fp-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.fp-pricing{grid-template-columns:1fr;align-items:stretch;gap:1.15rem;display:grid}@media (width>=768px){.fp-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.fp-pricing{grid-template-columns:repeat(3,minmax(0,1fr))}}.fp-price-card{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:1.15rem;flex-direction:column;padding:1.4rem 1.3rem;display:flex;box-shadow:0 4px 18px #0a0e1a0a}.fp-price-card.is-featured{border-color:var(--fp-accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--fp-accent) 40%, transparent);background:color-mix(in srgb, var(--fp-accent-soft) 45%, var(--fp-surface))}html[data-theme-effective=dark] .fp-price-card.is-featured{background:var(--fp-surface)}.fp-price-name{font-family:var(--fp-display);letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:750}.fp-price-amount{border-top:1px solid var(--fp-border);font-family:var(--fp-display);letter-spacing:-.04em;color:var(--fp-accent);margin:1rem 0 0;padding-top:1rem;font-size:2rem;font-weight:800}.fp-price-amount small{color:var(--fp-muted);letter-spacing:0;font-size:.9rem;font-weight:600}.fp-price-features{color:var(--fp-muted);flex:1;gap:.45rem;margin:1rem 0 0;padding:0;font-size:.875rem;list-style:none;display:grid}.fp-price-features li{grid-template-columns:auto 1fr;align-items:start;gap:.5rem;display:grid}.fp-price-check{color:var(--fp-accent);font-weight:800}.fp-price-cta{border-top:1px solid var(--fp-border);margin-top:1.25rem;padding-top:1.1rem}.fp-prose{max-width:44rem;color:var(--fp-muted);margin:0 auto;font-size:1.02rem;line-height:1.75}.fp-prose a{text-underline-offset:2px;text-decoration:underline}.fp-footer{background:var(--fp-black);color:#ffffffc7;padding:2.75rem 0 calc(1.5rem + env(safe-area-inset-bottom,0px));margin-top:auto}.fp-footer-inner{gap:1.75rem;max-width:72rem;margin:0 auto;padding:0 1.25rem;display:grid}@media (width>=768px){.fp-footer-inner{grid-template-columns:1.4fr 1fr;justify-content:space-between;align-items:start}}.fp-footer-brand{font-family:var(--fp-display);letter-spacing:-.02em;color:#fff;margin-bottom:.45rem;font-weight:750}.fp-footer-copy{color:#ffffffa6;max-width:28rem;font-size:.9rem;line-height:1.55}.fp-footer-nav{flex-wrap:wrap;gap:.65rem 1.15rem;display:flex}.fp-footer-nav a{color:#ffffffb3;font-size:.9rem;font-weight:600}.fp-footer-nav a:hover{color:var(--fp-accent)}.fp-muted{color:var(--fp-muted)}.fp-check-list{gap:.55rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.fp-check-list li{color:inherit;grid-template-columns:auto 1fr;align-items:start;gap:.55rem;font-size:.95rem;display:grid}.fp-check-list .fp-price-check{margin-top:.15rem}.fp-contact-layout{align-items:start;gap:2rem;display:grid}@media (width>=900px){.fp-contact-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:2.5rem}}.fp-contact-mailto{margin-top:1.25rem!important}.fp-contact-panel{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:var(--fp-radius);box-shadow:var(--fp-shadow);padding:1.5rem 1.35rem}.fp-contact-panel-title{font-family:var(--fp-display);letter-spacing:-.02em;margin:0 0 1.1rem;font-size:1.2rem;font-weight:750}.fp-contact-form{gap:.95rem;display:grid}.fp-field label{color:var(--fp-ink);margin-bottom:.35rem;font-size:.85rem;font-weight:700;display:block}.fp-optional{color:var(--fp-muted);font-weight:500}.fp-field input,.fp-field textarea{border:1px solid var(--fp-border);border-radius:var(--fp-radius-sm);background:var(--fp-bg);width:100%;color:var(--fp-ink);font:inherit;min-height:2.75rem;padding:.7rem .85rem}.fp-field textarea{resize:vertical;min-height:8rem}.fp-field input:focus,.fp-field textarea:focus{outline:2px solid color-mix(in srgb, var(--fp-accent) 55%, transparent);outline-offset:1px;border-color:var(--fp-accent)}.fp-field-error{color:#b91c1c;margin:.35rem 0 0;font-size:.8125rem}.fp-alert{border-radius:var(--fp-radius-sm);margin-bottom:.85rem;padding:.75rem .9rem;font-size:.9rem;font-weight:600}.fp-alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.fp-alert-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}html[data-theme-effective=dark] .fp-alert-success{color:#a7f3d0;background:#064e3b;border-color:#065f46}html[data-theme-effective=dark] .fp-alert-error{color:#fecaca;background:#7f1d1d;border-color:#991b1b}html[data-theme-effective=dark] .fp-field-error{color:#fca5a5}.fp-honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.fp-catalog{align-items:start;gap:2rem;display:grid}@media (width>=900px){.fp-catalog{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:2.75rem}}.fp-catalog-copy .fp-section-title{text-align:left}.fp-catalog-copy .fp-section-lead{text-align:left;margin-left:0;margin-right:0}.fp-catalog-copy .fp-section-eyebrow{text-align:left}.fp-catalog-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.fp-catalog-list li{border-radius:var(--fp-radius);background:var(--fp-surface);border:1px solid var(--fp-border);grid-template-columns:auto 1fr;align-items:start;gap:.9rem;padding:1rem 1.1rem;display:grid}.fp-catalog-num{font-family:var(--fp-display);color:var(--fp-accent);font-size:1.1rem;font-weight:800;line-height:1}.fp-catalog-list strong{font-family:var(--fp-display);color:var(--fp-ink);margin-bottom:.2rem;font-size:.98rem;display:block}.fp-catalog-list span{color:var(--fp-muted);font-size:.875rem;line-height:1.5;display:block}.fp-testimonials{gap:1.15rem;display:grid}@media (width>=768px){.fp-testimonials{grid-template-columns:repeat(3,minmax(0,1fr))}}.fp-quote{border-left:3px solid var(--fp-accent);background:var(--fp-wash);border-radius:0 var(--fp-radius) var(--fp-radius) 0;margin:0;padding:1.35rem 1.25rem 1.4rem}.fp-quote blockquote{font-family:var(--fp-display);letter-spacing:-.02em;color:var(--fp-ink);margin:0;font-size:1.02rem;font-weight:600;line-height:1.55}.fp-quote figcaption{gap:.15rem;margin-top:1rem;display:grid}.fp-quote figcaption strong{color:var(--fp-ink);font-size:.9rem}.fp-quote figcaption span{color:var(--fp-muted);font-size:.8rem}.fp-faq{gap:.65rem;max-width:44rem;margin:0 auto;display:grid}.fp-faq-item{border:1px solid var(--fp-border);border-radius:var(--fp-radius);background:var(--fp-surface);overflow:hidden}.fp-faq-summary{cursor:pointer;font-family:var(--fp-display);letter-spacing:-.02em;color:var(--fp-ink);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-size:.98rem;font-weight:700;list-style:none;display:flex}.fp-faq-summary::-webkit-details-marker{display:none}.fp-faq-icon{border:1.5px solid var(--fp-border);border-radius:999px;flex-shrink:0;width:1.35rem;height:1.35rem;position:relative}.fp-faq-icon:before,.fp-faq-icon:after{content:"";background:var(--fp-ink);width:.55rem;height:1.5px;transition:transform .2s,opacity .2s;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.fp-faq-icon:after{transform:translate(-50%,-50%)rotate(90deg)}.fp-faq-item[open] .fp-faq-icon:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)scaleX(.2)}.fp-faq-item[open]{border-color:color-mix(in srgb, var(--fp-accent) 45%, var(--fp-border))}.fp-faq-body{padding:0 1.15rem 1.1rem}.fp-faq-body p{color:var(--fp-muted);margin:0;font-size:.92rem;line-height:1.6}.fp-reveal{opacity:0;transition:opacity .55s ease var(--fp-delay,0s), transform .55s ease var(--fp-delay,0s);transform:translateY(16px)}.fp-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fp-hero-proof,.fp-reveal{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.fp-card:hover{transform:none}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fp-pricing-toolbar{flex-direction:column;align-items:center;gap:.65rem;margin-bottom:1.25rem;display:flex}.fp-billing-toggle{border:1px solid var(--fp-border);background:var(--fp-wash);border-radius:999px;gap:.2rem;padding:.25rem;display:inline-flex}.fp-billing-btn{appearance:none;color:var(--fp-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.55rem 1.1rem;font-size:.875rem;font-weight:700}.fp-billing-btn.is-active{background:var(--fp-accent);color:var(--fp-on-accent)}.fp-billing-hint{color:var(--fp-muted);margin:0;font-size:.85rem;font-weight:600}.fp-trust-pills{flex-wrap:wrap;justify-content:center;gap:.55rem .75rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.fp-trust-pills li{color:var(--fp-muted);border:1px solid var(--fp-border);background:var(--fp-surface);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:700}.fp-price-badge{background:var(--fp-accent);color:var(--fp-on-accent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin:0 0 .65rem;padding:.25rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.fp-price-card.is-featured{position:relative}.fp-pricing-compare-link{text-align:center;margin:1.75rem 0 0;font-size:.95rem;font-weight:700}.fp-pricing-compare-link a{color:var(--fp-ink);text-underline-offset:3px;text-decoration:underline}.fp-pricing-compare-link a:hover{color:color-mix(in srgb, var(--fp-accent) 70%, var(--fp-ink))}.fp-pricing-teaser{margin-top:.5rem}@media (width>=1024px){.fp-pricing-teaser{grid-template-columns:repeat(3,minmax(0,1fr))}}.fp-compare-wrap{border:1px solid var(--fp-border);border-radius:var(--fp-radius);background:var(--fp-surface);overflow-x:auto}.fp-compare-table{border-collapse:collapse;width:100%;min-width:40rem;font-size:.9rem}.fp-compare-table th,.fp-compare-table td{border-bottom:1px solid var(--fp-border);text-align:center;vertical-align:middle;padding:.85rem 1rem}.fp-compare-table thead th{font-family:var(--fp-display);background:var(--fp-wash);color:var(--fp-ink);font-weight:750}.fp-compare-table tbody th{text-align:left;color:var(--fp-ink);white-space:nowrap;font-weight:700}.fp-compare-table .is-featured{background:color-mix(in srgb, var(--fp-accent-soft) 40%, var(--fp-surface))}html[data-theme-effective=dark] .fp-compare-table .is-featured{background:color-mix(in srgb, var(--fp-accent) 10%, var(--fp-surface))}.fp-compare-yes{color:var(--fp-ink);font-size:1.1rem;font-weight:800}.fp-compare-no{color:var(--fp-muted);font-weight:700}.fp-compare-cta-row td{border-bottom:0;padding-top:1.1rem;padding-bottom:1.1rem}@media (width<=720px){.fp-compare-wrap{-webkit-overflow-scrolling:touch;margin:0 -.25rem;overflow-x:auto}.fp-compare-table{min-width:560px}.fp-compare-table th,.fp-compare-table td{padding:.65rem .55rem;font-size:.82rem}}.fp-contact-rail{gap:1.35rem;display:grid}.fp-contact-rail-items{gap:.85rem;display:grid}.fp-contact-rail-item{border-left:3px solid var(--fp-accent);background:var(--fp-wash);border-radius:0 var(--fp-radius-sm) var(--fp-radius-sm) 0;padding:1rem 1.1rem}.fp-contact-rail-item strong{font-family:var(--fp-display);color:var(--fp-ink);margin-bottom:.25rem;font-size:.95rem;display:block}.fp-contact-rail-item p{color:var(--fp-muted);margin:0;font-size:.875rem;line-height:1.5}.fp-contact-rail-item a{color:var(--fp-ink);text-underline-offset:2px;margin-top:.45rem;font-size:.875rem;font-weight:700;text-decoration:underline;display:inline-block}.fp-announce{background:var(--fp-black);color:#fff;font-size:.875rem;font-weight:600}.fp-announce-inner{max-width:var(--fp-max,1120px);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem 1rem;margin:0 auto;padding:.55rem 1.25rem;display:flex}.fp-announce-inner p{margin:0;line-height:1.4}.fp-announce-inner a{color:var(--fp-ink);background:var(--fp-accent);white-space:nowrap;border-radius:6px;padding:.28rem .7rem;font-weight:750;text-decoration:none}.fp-announce-inner a:hover{filter:brightness(1.05)}.fp-whatsapp{z-index:80;color:#fff;background:#25d366;border-radius:999px;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;position:fixed;bottom:1.15rem;right:1.15rem;box-shadow:0 10px 28px #0a0e1a38}.fp-whatsapp:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 32px #0a0e1a47}.fp-whatsapp .material-icons{font-size:1.55rem}.fp-contrast{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.fp-contrast-col{border-radius:var(--fp-radius-sm,10px);background:var(--fp-wash);padding:1.35rem 1.4rem}.fp-contrast-col h3{font-family:var(--fp-display);color:var(--fp-ink);margin:0 0 .85rem;font-size:1.05rem;font-weight:750}.fp-contrast-col ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.fp-contrast-col li{color:var(--fp-muted);padding-left:1.35rem;font-size:.95rem;line-height:1.5;position:relative}.fp-contrast-col.is-problem li:before{content:"–";color:#94a3b8;font-weight:800;position:absolute;left:0}.fp-contrast-col.is-solution{background:color-mix(in srgb, var(--fp-accent-soft) 65%, var(--fp-surface));border:1px solid color-mix(in srgb, var(--fp-accent) 40%, var(--fp-border))}.fp-contrast-col.is-solution li{color:var(--fp-ink)}.fp-contrast-col.is-solution li:before{content:"✓";color:var(--fp-accent);font-weight:800;position:absolute;left:0}html[data-theme-effective=dark] .fp-contrast-col.is-solution{background:var(--fp-surface);border-color:color-mix(in srgb, var(--fp-accent) 45%, var(--fp-border))}html[data-theme-effective=dark] .fp-contrast-col.is-solution li{color:var(--fp-muted)}html[data-theme-effective=dark] .fp-contrast-col.is-solution li:before{color:var(--fp-accent-hover)}.fp-hub{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:.85rem;max-width:720px;margin:0 auto;display:grid}.fp-hub-spoke,.fp-hub-core{text-align:center;min-height:4.25rem;font-family:var(--fp-display);border-radius:var(--fp-radius-sm,10px);animation:.55s both fp-hub-in;animation-delay:var(--fp-delay,0s);justify-content:center;align-items:center;padding:.85rem .75rem;font-size:.92rem;font-weight:700;display:flex}.fp-hub-spoke{background:var(--fp-wash);color:var(--fp-ink);border:1px solid color-mix(in srgb, var(--fp-ink) 8%, transparent)}.fp-hub-core{color:#0a0e1a;-webkit-text-fill-color:#0a0e1a;background:#f2a900;border:2px solid #f2a900;grid-area:2/2;font-size:1rem;box-shadow:0 12px 28px #f2a90059}html[data-theme-effective=dark] .fp-hub-core,html[data-theme-effective=light] .fp-hub-core{color:#0a0e1a;-webkit-text-fill-color:#0a0e1a;background:#f2a900;border-color:#f2a900}.fp-hub-spoke:first-child{grid-area:1/2}.fp-hub-spoke:nth-child(2){grid-area:2/1}.fp-hub-spoke:nth-child(4){grid-area:2/3}.fp-hub-spoke:nth-child(5){grid-area:3/2}@keyframes fp-hub-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.fp-mock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem;display:grid}.fp-browser{background:var(--fp-surface);border:1px solid var(--fp-border);box-shadow:var(--fp-shadow);border-radius:12px;margin:0;overflow:hidden}.fp-browser-chrome{background:var(--fp-wash);border-bottom:1px solid var(--fp-border);align-items:center;gap:.4rem;padding:.55rem .75rem;display:flex}.fp-browser-chrome>span{background:#cbd5e1;border-radius:999px;width:.55rem;height:.55rem}.fp-browser-chrome>span:first-child{background:#f87171}.fp-browser-chrome>span:nth-child(2){background:#fbbf24}.fp-browser-chrome>span:nth-child(3){background:#34d399}.fp-browser-url{background:var(--fp-surface);min-width:0;color:var(--fp-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:6px;flex:1;margin-left:.5rem;padding:.28rem .65rem;font-size:.72rem;font-weight:600;overflow:hidden}.fp-browser-body{background:var(--fp-bg);grid-template-columns:72px 1fr;min-height:168px;display:grid}.fp-browser-body.is-table{flex-direction:column;gap:.55rem;padding:1rem 1.1rem;display:flex}.fp-browser-sidebar{background:color-mix(in srgb, var(--fp-ink) 92%, #1e293b);border-right:1px solid #ffffff0f}.fp-browser-main{flex-direction:column;gap:.75rem;padding:.9rem 1rem;display:flex}.fp-browser-bar{background:var(--fp-accent);border-radius:999px;width:42%;height:.55rem}.fp-browser-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.fp-browser-cards>div{background:var(--fp-surface);border:1px solid var(--fp-border);height:3.4rem;box-shadow:0 1px 0 color-mix(in srgb, var(--fp-ink) 6%, transparent);border-radius:8px}.fp-browser-row{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:6px;height:1.55rem}.fp-browser-row:first-child{background:color-mix(in srgb, var(--fp-accent-soft) 55%, var(--fp-surface));width:100%}.fp-browser-row:nth-child(2){width:92%}.fp-browser-row:nth-child(3){width:96%}.fp-browser-row:nth-child(4){width:88%}.fp-browser figcaption{color:var(--fp-muted);border-top:1px solid var(--fp-border);background:var(--fp-surface);margin:0;padding:.7rem .9rem .85rem;font-size:.82rem;font-weight:600}@media (width<=820px){.fp-contrast,.fp-mock-grid{grid-template-columns:1fr}.fp-hub{grid-template-columns:1fr;max-width:320px}.fp-hub-spoke:first-child,.fp-hub-spoke:nth-child(2),.fp-hub-spoke:nth-child(3),.fp-hub-spoke:nth-child(4),.fp-hub-core{grid-area:auto/1}}.fp-auth-body{min-height:100dvh}.fp-auth-page{background:radial-gradient(ellipse 70% 45% at 12% -5%, color-mix(in srgb, var(--fp-accent) 28%, transparent), transparent), radial-gradient(ellipse 55% 40% at 90% 110%, color-mix(in srgb, var(--fp-accent) 12%, transparent), transparent), var(--fp-bg);flex-direction:column;min-height:100dvh;display:flex}.fp-auth-top{border-bottom:1px solid var(--fp-border);background:color-mix(in srgb, var(--fp-surface) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.fp-auth-top .fp-brand{flex:0 auto}.fp-auth-top-actions{align-items:center;gap:.75rem;display:flex}.fp-auth-back{color:var(--fp-muted);font-size:.875rem;font-weight:600;text-decoration:none}.fp-auth-back:hover{color:var(--fp-ink)}.fp-auth-shell{flex:1;justify-content:center;align-items:center;padding:2rem 1.25rem 3rem;display:flex}.fp-auth-panel{background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:var(--fp-radius);width:100%;max-width:420px;box-shadow:var(--fp-shadow);padding:1.75rem 1.6rem 1.85rem}.fp-auth-panel h1{font-family:var(--fp-display);letter-spacing:-.03em;color:var(--fp-ink);margin:0 0 .35rem;font-size:clamp(1.45rem,3vw,1.75rem);font-weight:700;line-height:1.2}.fp-auth-lead{color:var(--fp-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.fp-auth-brand{justify-content:center;margin:0 0 1rem;display:flex}.fp-auth-brand .auth-brand-logo{object-fit:contain;width:auto;max-width:100%;max-height:56px;display:block}.fp-auth-brand .auth-brand-wordmark{font-family:var(--fp-display);letter-spacing:-.03em;color:var(--fp-ink);font-size:1.25rem;font-weight:800;text-decoration:none}.fp-auth-alert{border-radius:var(--fp-radius-sm);margin:0 0 1rem;padding:.75rem .9rem;font-size:.9rem;line-height:1.4}.fp-auth-alert-error{background:color-mix(in srgb, #ef4444 12%, var(--fp-surface));color:#b91c1c;border:1px solid #ef444459}html[data-theme-effective=dark] .fp-auth-alert-error{background:color-mix(in srgb, #ef4444 18%, var(--fp-surface));color:#fecaca}.fp-auth-alert-success{background:color-mix(in srgb, #22c55e 12%, var(--fp-surface));color:#166534;border:1px solid #22c55e59}html[data-theme-effective=dark] .fp-auth-alert-success{color:#bbf7d0}.fp-auth-divider{color:var(--fp-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.75rem;margin:1.1rem 0;font-size:.8rem;font-weight:600;display:flex}.fp-auth-divider:before,.fp-auth-divider:after{content:"";background:var(--fp-border);flex:1;height:1px}.fp-auth-form .fp-field{margin-bottom:.95rem}.fp-auth-form .fp-field:last-of-type{margin-bottom:0}.fp-auth-form .fp-btn{width:100%;margin-top:1.1rem}.fp-auth-remember{color:var(--fp-ink);cursor:pointer;align-items:center;gap:.5rem;margin-top:.85rem;font-size:.9rem;display:flex}.fp-auth-remember input{width:auto;accent-color:var(--fp-accent)}.fp-auth-password{position:relative}.fp-auth-password input{padding-right:4.25rem}.fp-auth-password-toggle{color:var(--fp-accent-text);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.55rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.fp-auth-password-toggle:hover{color:var(--fp-accent-hover);text-decoration:underline}.fp-auth-footer{text-align:center;color:var(--fp-muted);margin:1.25rem 0 0;font-size:.9rem}.fp-auth-footer a{color:var(--fp-accent-text);font-weight:700}.fp-auth-footer a:hover{color:var(--fp-accent-hover)}.fp-auth-panel .fp-theme.theme-toggle,.fp-auth-top .fp-theme.theme-toggle{background:var(--fp-surface);border:1px solid var(--fp-border)}@media (width<=480px){.fp-auth-panel{padding:1.35rem 1.15rem 1.5rem}.fp-auth-back{display:none}.fp-auth-form .fp-field input,.fp-auth-form .fp-field textarea,.fp-field input,.fp-field textarea{min-height:44px;font-size:16px}.fp-auth-form .fp-btn{min-height:48px}}
