*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1b2a;--blue:#3b63be;--blue-lt:#5a7fd4;--bg:#f5f7fa;--card:#e8edf5;--ink:#1a2232;--muted:#6b7a8d;--rule:#d4dbe8;--orange:#ff6b35;--white:#fff;--radius:12px;--email-blue:#2e7ea6;--email-blue-dark:#27698b;--whatsapp-green:#188842;--whatsapp-green-dark:#147237;--telegram-blue:#1f7eaf;--telegram-blue-dark:#1a6993;--line-green:#06c755;--line-green-dark:#05a648;--messenger-blue:#007eb5;--messenger-purple:#a033ff;--messenger-blue-dark:#006997;--messenger-purple-dark:#8b2cdd}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img,svg{display:block}#site{scroll-margin-top:76px}.site-nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#0d1b2aeb;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;height:60px;padding:0 40px;display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{align-items:center;gap:10px;display:flex}.nav-logo{width:28px;height:28px}.nav-name{color:var(--white);letter-spacing:-.02em;font-family:Bricolage Grotesque,sans-serif;font-size:1.125rem;font-weight:700}.nav-right{align-items:center;gap:14px;display:flex}.nav-cta{background:var(--orange);color:var(--white);border-radius:6px;padding:8px 20px;font-size:.8125rem;font-weight:500;transition:opacity .15s}.nav-cta:hover{opacity:.88}.nav-link{color:#ffffffb8;padding:8px 4px;font-size:.8125rem;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--white)}.nav-menu{align-items:center;gap:14px;display:flex}.nav-toggle{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.nav-burger{cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:6px;flex-direction:column;justify-content:center;gap:4px;width:34px;height:32px;padding:0 7px;transition:background .15s;display:none}.nav-burger:hover{background:#ffffff24}.nav-burger span{background:#ffffffd9;border-radius:1px;height:2px;transition:transform .18s,opacity .18s;display:block}.nav-toggle:checked~.nav-burger span:first-child{transform:translateY(6px)rotate(45deg)}.nav-toggle:checked~.nav-burger span:nth-child(2){opacity:0}.nav-toggle:checked~.nav-burger span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav-toggle:focus-visible~.nav-burger{outline:2px solid var(--blue-lt);outline-offset:2px}.lang-switcher{position:relative}.lang-switcher-label{list-style:none}.lang-switcher-label::-webkit-details-marker{display:none}.lang-switcher-label::marker{content:""}.lang-switcher-label{color:#ffffffd9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:6px;align-items:center;gap:6px;padding:7px 12px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;transition:background .15s;display:flex}.lang-switcher-label:hover{background:#ffffff24}.lang-switcher-label svg{opacity:.7;width:15px;height:15px}.lang-flag{font-family:Twemoji Mozilla,Noto Color Emoji,Apple Color Emoji,Segoe UI Emoji,sans-serif;font-size:.95rem;line-height:1}.lang-menu{top:calc(100% + 8px);background:var(--white);border:1px solid var(--rule);z-index:200;border-radius:10px;min-width:168px;max-height:60vh;padding:6px;display:none;position:absolute;inset-inline-end:0;overflow-y:auto;box-shadow:0 16px 40px #0d1b2a38}.lang-switcher[open] .lang-menu,.lang-menu:target{display:block}.lang-menu a{color:var(--ink);border-radius:6px;padding:8px 12px;font-size:.875rem;transition:background .12s;display:block}.lang-menu a:hover{background:var(--card)}.lang-menu a[aria-current=true]{color:var(--blue);background:#3b63be1a;font-weight:600}.hero{background:var(--navy);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:100px 24px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#3b63be14 1px,#0000 1px),linear-gradient(90deg,#3b63be14 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;mask-image:radial-gradient(70% 60% at 50% 40%,#000 30%,#0000 100%)}.hero-logo{filter:drop-shadow(0 8px 24px #3b63be80);width:72px;height:72px;margin:0 auto 32px;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--blue-lt);margin-bottom:20px;font-size:.6875rem;font-weight:500}.hero-eyebrow-break{display:none}.hero h1{letter-spacing:-.03em;color:var(--white);max-width:800px;margin:0 auto 24px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2.4rem,7vw,5rem);font-weight:800;line-height:1.05;animation:.7s both fade-up}.hero h1 em{color:var(--blue-lt);font-style:normal}.hero h1 em strong{color:var(--white);font-style:italic;font-weight:800}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-sub{color:#fff9;max-width:560px;margin:0 auto 44px;font-size:clamp(1rem,2.5vw,1.175rem);line-height:1.65;animation:.7s .15s both fade-up}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;animation:.7s .28s both fade-up;display:flex}.btn-primary{background:var(--orange);color:var(--white);border-radius:8px;padding:14px 32px;font-size:.9375rem;font-weight:500;transition:opacity .15s,transform .15s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.beta-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--white);vertical-align:middle;background:#ffffff38;border:1px solid #ffffff59;border-radius:4px;margin-inline-start:9px;padding:2px 7px;font-size:.625rem;font-weight:600;line-height:1.4;display:inline-block}.nav-cta .beta-badge{margin-inline-start:7px;padding:1px 6px}.btn-ghost{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:14px 32px;font-size:.9375rem;font-weight:500;transition:background .15s}.btn-ghost:hover{background:#ffffff21}.hero-channels{color:#ffffff59;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:44px 0 0;font-size:.8125rem;animation:.7s .4s both fade-up;display:flex}.hero-channels-note{color:#fff6;border-inline-start:1px solid #ffffff26;margin-inline-start:2px;padding-inline-start:12px}.channel-pill{color:#ffffff80;background:#ffffff12;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:5px 14px 5px 6px;font-size:.75rem;display:inline-flex}.channel-pill .channel-icon{border-radius:5px;width:1.125rem;height:1.125rem}.section{max-width:1140px;margin:0 auto;padding:96px 40px}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:14px;font-size:.6875rem;font-weight:500}.section-heading{letter-spacing:-.02em;color:var(--ink);max-width:560px;margin-bottom:18px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.75rem,4vw,2.6rem);font-weight:700;line-height:1.15}.section-sub{color:var(--muted);max-width:520px;margin-bottom:56px;font-size:1rem;line-height:1.75}.feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.chat-mockup{background:#e5ddd5;border-radius:16px;max-width:340px;padding:20px 16px;box-shadow:0 24px 60px #0d1b2a1f}.chat-header{background:var(--blue);border-radius:12px 12px 0 0;align-items:center;gap:10px;margin:-20px -16px 16px;padding:14px 16px;display:flex}.chat-avatar{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-avatar svg{width:22px;height:22px}.chat-venue{color:#fff;font-size:.875rem;font-weight:600}.chat-online{color:#ffffffa6;font-size:.7rem}.bubble-row{margin-bottom:10px;display:flex}.bubble-row.from-user{justify-content:flex-end}.bubble{border-radius:12px;max-width:76%;padding:9px 13px;font-size:.8375rem;line-height:1.5;position:relative}.bubble.user{color:#1a1a1a;background:#dcf8c6;border-bottom-right-radius:3px}.bubble.bot{color:#1a1a1a;background:#fff;border-bottom-left-radius:3px}.bubble-time{color:#00000059;text-align:end;margin-top:3px;font-size:.625rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;display:grid}.feat-card{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);padding:28px 26px;transition:box-shadow .2s,transform .2s}.feat-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0d1b2a14}.feat-icon{background:var(--card);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:18px;font-size:1.25rem;display:flex}.feat-title{letter-spacing:-.01em;color:var(--ink);margin-bottom:8px;font-family:Bricolage Grotesque,sans-serif;font-size:1rem;font-weight:700}.feat-desc{color:var(--muted);font-size:.875rem;line-height:1.65}.big-feature{background:var(--white);border:1px solid var(--rule);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:20px;padding:52px 56px;display:grid}.big-feature.dark{background:var(--navy);border-color:#0000}.big-feature.dark .bf-label{color:var(--blue-lt)}.big-feature.dark .bf-title{color:var(--white)}.big-feature.dark .bf-body{color:#ffffff8c}.bf-label{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:.6875rem;font-weight:500}.bf-title{letter-spacing:-.02em;color:var(--ink);margin-bottom:14px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.2}.bf-body{color:var(--muted);font-size:.9375rem;line-height:1.75}.lang-pills{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.lang-pill{color:var(--blue);background:#3b63be1a;border:1px solid #3b63be33;border-radius:100px;padding:5px 14px;font-size:.8125rem;font-weight:500}.lang-pill-star{color:var(--orange);margin-inline-start:2px;font-weight:700}.lang-voice-note{color:var(--muted);margin-top:12px;font-size:.8125rem;line-height:1.6}.lang-voice-note-star{color:var(--orange);font-weight:700}.booking-widget{background:var(--bg);border:1px solid var(--rule);border-radius:12px;padding:24px}.bw-row{gap:10px;margin-bottom:12px;display:flex}.bw-field{border:1px solid var(--rule);color:var(--ink);background:#fff;border-radius:8px;flex:1;padding:10px 14px;font-family:Inter,sans-serif;font-size:.8125rem}.bw-label{color:var(--muted);margin-bottom:4px;font-size:.6875rem;font-weight:500}.bw-confirm{background:var(--blue);color:#fff;text-align:center;border-radius:8px;margin-top:4px;padding:12px;font-size:.875rem;font-weight:500}.bw-slot{border:1px solid var(--rule);color:var(--ink);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 14px;font-size:.8125rem;display:flex}.bw-slot .tag{color:#16a34a;background:#dcfce7;border-radius:100px;padding:3px 10px;font-size:.6875rem;font-weight:500}.bf-link{color:var(--blue);border-bottom:1px solid #0000;margin-top:18px;font-size:.9375rem;font-weight:500;transition:border-color .15s;display:inline-block}.bf-link:hover{border-color:var(--blue)}.site-mock{background:var(--bg);border:1px solid var(--rule);border-radius:12px;overflow:hidden}.sm-bar{border-bottom:1px solid var(--rule);background:#fff;align-items:center;gap:6px;padding:10px 14px;display:flex}.sm-dot{background:var(--rule);border-radius:50%;flex-shrink:0;width:8px;height:8px}.sm-url{background:var(--bg);color:var(--muted);text-align:center;border-radius:100px;flex:1;margin-inline-start:10px;padding:4px 12px;font-size:.6875rem}.sm-body{padding:18px;position:relative}.sm-hero{background:linear-gradient(135deg, var(--navy), var(--blue));border-radius:8px;justify-content:flex-end;align-items:flex-start;height:92px;margin-bottom:14px;padding:10px;display:flex}.sm-badge{color:#fff;background:#ffffff2e;border-radius:100px;padding:3px 10px;font-size:.625rem;font-weight:500}.sm-line{background:var(--rule);border-radius:100px;height:8px;margin-bottom:8px}.sm-line.short{width:60%}.sm-cards{gap:8px;margin-top:14px;display:flex}.sm-card{border:1px solid var(--rule);background:#fff;border-radius:8px;flex:1;height:46px}.sm-chat{inset-inline-end:16px;background:var(--blue);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;bottom:14px;box-shadow:0 4px 12px #0d1b2a2e}.sm-chat svg{width:18px;height:18px}.handoff-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:22px}.hc-ping{background:#ff6b351a;border:1px solid #ff6b3533;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:14px 18px;display:flex}.hc-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.hc-text{color:#ffffffbf;font-size:.8125rem;line-height:1.5}.hc-name{color:#fff;font-weight:600}.hc-btn{background:var(--orange);color:#fff;border-radius:8px;align-items:center;gap:8px;width:fit-content;padding:12px 18px;font-size:.875rem;font-weight:500;display:flex}.review-card{background:var(--white);border:1px solid var(--rule);border-radius:12px;margin-bottom:12px;padding:20px}.stars{color:#fbbf24;margin-bottom:6px;font-size:.875rem}.review-text{color:var(--muted);margin-bottom:8px;font-size:.8375rem;line-height:1.6}.reviewer{color:var(--ink);font-size:.75rem;font-weight:500}.review-ai-reply{background:var(--card);color:var(--ink);border-radius:10px;padding:14px 16px;font-size:.8125rem;line-height:1.55;position:relative}.review-ai-label{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:.6875rem;font-weight:500;display:block}.how-section{background:var(--navy);padding:96px 40px}.how-inner{max-width:1140px;margin:0 auto}.how-section .section-eyebrow{color:var(--blue-lt)}.how-section .section-heading{color:#fff;max-width:100%}.how-section .section-sub{color:#ffffff80}.steps{grid-template-columns:repeat(3,1fr);gap:2px;margin-top:52px;display:grid}.step{background:#ffffff08;border:1px solid #ffffff12;padding:36px 32px}.step:first-child{border-radius:12px 0 0 12px}.step:last-child{border-radius:0 12px 12px 0}.step-num{color:var(--blue);opacity:.4;margin-bottom:20px;font-family:Bricolage Grotesque,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.step-title{color:#fff;letter-spacing:-.01em;margin-bottom:10px;font-family:Bricolage Grotesque,sans-serif;font-size:1.125rem;font-weight:700}.step-body{color:#ffffff80;font-size:.875rem;line-height:1.7}.cta-section{text-align:center;padding:32px 40px 96px}.cta-inner{max-width:640px;margin:0 auto}.cta-section .section-heading{text-align:center;max-width:100%;margin:0 auto 20px;font-size:clamp(2rem,5vw,3rem)}.cta-section .section-sub{text-align:center;max-width:100%;margin-bottom:40px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-btn{border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:17px 30px;font-size:17px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.cta-btn:hover{transform:translateY(-1px)}.cta-btn .icon{flex:none;width:32px;height:32px}.cta-label{flex-direction:column;line-height:1.2;display:flex}.cta-powered{opacity:.85;font-size:xx-small;font-weight:400}.cta-email{background:var(--email-blue);color:var(--white)}.cta-email:hover{background:var(--email-blue-dark)}.cta-whatsapp{background:var(--whatsapp-green);color:var(--white)}.cta-whatsapp:hover{background:var(--whatsapp-green-dark)}.cta-messenger{background:linear-gradient(135deg, var(--messenger-blue), var(--messenger-purple));color:var(--white)}.cta-messenger:hover{background:linear-gradient(135deg, var(--messenger-blue-dark), var(--messenger-purple-dark))}.cta-telegram{background:var(--telegram-blue);color:var(--white)}.cta-telegram:hover{background:var(--telegram-blue-dark)}.cta-line{background:var(--line-green);color:var(--white)}.cta-line:hover{background:var(--line-green-dark)}.cta-phone{background:var(--white);color:var(--ink);border-color:var(--rule)}.cta-phone:hover{background:var(--card)}.cta-buttons--sm{gap:10px}.cta-buttons--sm .cta-btn{gap:7px;padding:9px 16px;font-size:13.5px}.cta-buttons--sm .cta-btn .icon{width:27px;height:27px}.cta-call{border-top:1px solid var(--rule);text-align:center;flex-direction:column;align-items:center;gap:20px;margin-top:48px;padding-top:40px;display:flex}.cta-call-text{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:10px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.25rem,3vw,1.625rem);font-weight:700;display:inline-flex}.cta-call-arrow{width:22px;height:22px;color:var(--blue);flex:none}.cta-call--dark{border-top-color:#ffffff1f}.cta-call--dark .cta-call-text{color:var(--white)}.cta-call--dark .cta-call-arrow{color:var(--blue-lt)}[dir=rtl] .cta-call-arrow{transform:scaleX(-1)}footer{border-top:1px solid var(--rule);flex-direction:column;gap:20px;max-width:1220px;margin:0 auto;padding:28px 40px;display:flex}.footer-cta{justify-content:center;display:flex}.footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-brand{align-items:center;gap:8px;display:flex}.footer-brand svg{width:22px;height:22px}.footer-name{color:var(--ink);letter-spacing:-.01em;font-family:Bricolage Grotesque,sans-serif;font-size:.9375rem;font-weight:700}.footer-tagline{color:var(--muted);border-inline-start:1px solid var(--rule);margin-inline-start:4px;padding-inline-start:12px;font-size:.8125rem}.footer-copy{color:var(--muted);font-size:.8125rem}.footer-copy a{color:var(--blue);border-bottom:1px solid #0000;transition:border-color .15s}.footer-copy a:hover{border-color:var(--blue)}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--muted);font-size:.8125rem;transition:color .15s}.footer-links a:hover{color:var(--ink)}.footer-lang-switcher .lang-switcher-label{border:1px solid var(--rule);color:var(--muted);background:0 0;padding:6px 10px;font-size:.8125rem}.footer-lang-switcher .lang-switcher-label:hover{background:var(--card);color:var(--ink)}.footer-lang-switcher .lang-menu{top:auto;bottom:calc(100% + 8px)}.legal-header,.fx-header{background:var(--navy);text-align:center;padding:120px 24px 60px;position:relative;overflow:hidden}.legal-header:before,.fx-header:before{content:"";pointer-events:none;background-image:linear-gradient(#3b63be14 1px,#0000 1px),linear-gradient(90deg,#3b63be14 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;mask-image:radial-gradient(70% 80% at 50% 30%,#000 30%,#0000 100%)}.legal-logo,.fx-logo{width:48px;height:48px;margin:0 auto 24px;position:relative}.legal-eyebrow,.fx-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--blue-lt);margin-bottom:16px;font-size:.6875rem;font-weight:500;position:relative}.fx-eyebrow{justify-content:center;align-items:center;gap:7px;display:inline-flex}.fx-eyebrow .channel-icon{border-radius:6px;width:1.375rem;height:1.375rem}.legal-header h1,.fx-header h1{letter-spacing:-.03em;color:var(--white);margin-bottom:14px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;position:relative}.legal-meta{color:#ffffff8c;font-size:.8125rem;position:relative}.legal{max-width:760px;margin:0 auto;padding:72px 24px 96px}.legal-intro{color:var(--ink);border-bottom:1px solid var(--rule);margin-bottom:52px;padding-bottom:36px;font-size:1.05rem;line-height:1.8}.legal-section{margin-bottom:44px}.legal-section-label,.fx-section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:10px;font-family:Bricolage Grotesque,sans-serif;font-size:.6875rem;font-weight:700;display:block}.legal-section h2,.fx-section h2{letter-spacing:-.01em;color:var(--ink);margin-bottom:16px;font-family:Bricolage Grotesque,sans-serif;font-size:1.375rem;font-weight:700}.legal-section p,.fx-section p,.fx-intro p{color:var(--muted);margin-bottom:14px;font-size:.9375rem;line-height:1.8}.legal-section p:last-child,.fx-section p:last-child,.fx-intro p:last-child{margin-bottom:0}.legal-section strong,.fx-section strong,.fx-intro strong{color:var(--ink);font-weight:600}.fx-section em,.fx-intro em{color:var(--ink);font-style:italic}.legal-section a:not(.cat-card),.fx-section a:not(.cat-card),.fx-intro a:not(.cat-card){color:var(--blue);border-bottom:1px solid #0000;transition:border-color .15s}.legal-section a:not(.cat-card):hover,.fx-section a:not(.cat-card):hover,.fx-intro a:not(.cat-card):hover{border-color:var(--blue)}.legal-section ul,.fx-section ul{margin:0 0 14px;padding:0;list-style:none}.legal-section li,.fx-section li{color:var(--muted);padding:4px 0 4px 22px;font-size:.9375rem;line-height:1.75;position:relative}.legal-section li:before,.fx-section li:before{content:"";background:var(--blue);width:8px;height:1px;position:absolute;top:.85em;left:0}.callout{background:var(--white);border-inline-start:3px solid var(--blue);border-radius:0 8px 8px 0;margin:20px 0;padding:16px 20px}.callout p{color:var(--ink);margin:0}@media (width<=560px){.legal-header{padding:100px 20px 48px}.legal{padding:56px 20px 72px}}.fx{max-width:920px;margin:0 auto;padding:56px 24px 96px}.fx-breadcrumb{color:var(--muted);align-items:center;gap:8px;margin-bottom:32px;font-size:.75rem;display:flex}.fx-breadcrumb a{color:var(--muted);transition:color .15s}.fx-breadcrumb a:hover{color:var(--blue)}.fx-intro{border-bottom:1px solid var(--rule);margin-bottom:52px;padding-bottom:36px}.fx-intro p{color:var(--ink);font-size:1.0125rem;line-height:1.8}.fx-section{margin-bottom:64px}.fx-section:last-of-type{margin-bottom:0}.fx-link{font-size:.9375rem;font-weight:500}.cap-block{margin-top:36px}.fx .cap-label{color:var(--ink);border-inline-start:3px solid var(--blue);margin-bottom:14px;padding-inline-start:10px;font-family:Bricolage Grotesque,sans-serif;font-size:1rem;font-weight:700}.cap-scroll{border:1px solid var(--rule);border-radius:var(--radius);background:var(--white);overflow-x:auto}.cap-table{border-collapse:collapse;width:100%;min-width:480px;font-size:.875rem}.cap-table thead th{text-align:start;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);background:var(--bg);border-bottom:1px solid var(--rule);white-space:nowrap;padding:12px 18px;font-family:Bricolage Grotesque,sans-serif;font-size:.6875rem;font-weight:700}.cap-table tbody tr+tr th,.cap-table tbody tr+tr td{border-top:1px solid var(--rule)}.cap-table tbody th{text-align:start;vertical-align:top;color:var(--ink);width:30%;min-width:150px;padding:14px 18px;font-weight:600}.cap-table tbody td{vertical-align:top;color:var(--muted);padding:14px 18px;line-height:1.7}@media (width<=600px){.cap-scroll{background:0 0;border:none;border-radius:0;overflow-x:visible}.cap-table{min-width:0}.cap-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.cap-table,.cap-table tbody,.cap-table tr,.cap-table tbody th,.cap-table tbody td{width:100%;display:block}.cap-table tbody tr{border:1px solid var(--rule);border-radius:var(--radius);background:var(--white);padding:14px 16px}.cap-table tbody tr+tr{margin-top:10px}.cap-table tbody tr+tr th,.cap-table tbody tr+tr td{border-top:none}.cap-table tbody th,.cap-table tbody td{width:auto;min-width:0;padding:0}.cap-table tbody td{margin-top:4px}}.cat-grid{grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:14px;margin-bottom:64px;display:grid}.cat-card{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);flex-direction:column;gap:8px;padding:22px 20px 26px;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex}.cat-card:hover{border-color:var(--blue-lt);transform:translateY(-2px);box-shadow:0 8px 28px #0d1b2a14}.cat-icon{font-size:1.5rem;line-height:1}.cat-title{letter-spacing:-.01em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:1.0625rem;font-weight:700}.cat-blurb{color:var(--muted);font-size:.8375rem;line-height:1.65}.cat-grid-compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:0}.cat-grid-compact .cat-card{gap:6px;padding:18px 18px 22px}.cat-grid-compact .cat-icon{font-size:1.25rem}.cat-grid-compact .cat-title{font-size:.9375rem}.cat-grid-compact .channel-icon{border-radius:6px;width:1.25rem;height:1.25rem}.cat-grid-channels{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.cat-grid-channels{grid-template-columns:repeat(2,1fr)}}.channel-icon{width:1.5rem;height:1.5rem;color:var(--white);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.channel-icon svg{width:60%;height:60%;display:block}.channel-icon-whatsapp{background:var(--whatsapp-green)}.channel-icon-telegram{background:var(--telegram-blue)}.channel-icon-messenger{background:linear-gradient(135deg, var(--messenger-blue), var(--messenger-purple))}.channel-icon-line{background:var(--line-green)}.channel-icon-bare{background:0 0;border-radius:0;width:auto;height:auto}.channel-icon-bare svg{width:100%;height:100%}.trust-list{gap:2px;margin-top:24px;display:grid}.trust-item{background:var(--card);padding:18px 20px}.trust-item:first-child{border-radius:var(--radius) var(--radius) 0 0}.trust-item:last-child{border-radius:0 0 var(--radius) var(--radius)}.trust-item dt{color:var(--ink);margin-bottom:6px;font-family:Bricolage Grotesque,sans-serif;font-size:.9375rem;font-weight:700}.trust-item dd{color:var(--muted);margin:0;font-size:.875rem;line-height:1.7}@media (width<=560px){.fx{padding:40px 20px 72px}.fx-section{margin-bottom:48px}.cat-grid{grid-template-columns:1fr;margin-bottom:48px}}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:8px;display:grid}.price-card{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);flex-direction:column;padding:32px 28px;display:flex}.price-card--highlighted{border-color:var(--blue);box-shadow:0 8px 28px #0d1b2a14}.price-name{letter-spacing:-.01em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:1.0625rem;font-weight:700}.price-amount{letter-spacing:-.02em;color:var(--ink);margin:10px 0 6px;font-family:Bricolage Grotesque,sans-serif;font-size:2.25rem;font-weight:800}.price-suffix{color:var(--muted);margin-inline-start:4px;font-size:.8125rem;font-weight:500}.price-note{color:var(--blue);margin-bottom:4px;font-size:.8125rem;font-weight:500}.price-tagline{color:var(--muted);margin-bottom:24px;font-size:.875rem;line-height:1.6}.price-features{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.price-features li{color:var(--ink);padding-inline-start:22px;font-size:.875rem;line-height:1.6;position:relative}.price-features li:before{content:"";inset-inline-start:0;background:var(--blue);width:8px;height:1px;position:absolute;top:.55em}.price-feature-group{border-top:1px solid var(--rule);margin-top:20px;padding-top:18px}.price-feature-group-label{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:.6875rem;font-weight:700}.price-features--emphasis li{font-weight:600}.price-features--emphasis li:before{border-radius:50%;width:7px;height:7px;top:.5em}.price-cta-row{justify-content:center;margin-top:40px;display:flex}.price-footnote{color:var(--muted);text-align:center;margin-top:20px;font-size:.8125rem}@media (width<=900px){.site-nav{padding:0 20px}.section{padding:72px 24px}.feature-split,.big-feature{grid-template-columns:1fr;gap:36px}.big-feature{padding:36px 28px}.features-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:2px}.step:first-child{border-radius:12px 12px 0 0}.step:last-child{border-radius:0 0 12px 12px}.how-section{padding:72px 24px}.cta-section{padding:24px 24px 72px}footer{max-width:100%;padding:28px 24px}.footer-row{flex-direction:column;align-items:flex-start}.footer-tagline{display:none}}@media (width<=780px){.nav-burger{display:flex}.nav-right{gap:10px}.nav-menu{top:100%;-webkit-backdrop-filter:blur(12px);background:#0d1b2afa;border-bottom:1px solid #ffffff12;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 16px;display:none;position:absolute;inset-inline:0}.nav-toggle:checked~.nav-menu{display:flex}.nav-menu .nav-link{border-bottom:1px solid #ffffff12;padding:14px 2px;font-size:.9375rem}.nav-menu .nav-cta{text-align:center;margin-top:16px;padding:12px 20px;font-size:.9375rem}}@media (width<=560px){.features-grid{grid-template-columns:1fr}.hero{padding:100px 20px 64px}.chat-mockup{max-width:100%}.hero-eyebrow-break{display:block}.hero-eyebrow-sep,.hero-channels{display:none}}@media (width<=640px){.nav-right .lang-switcher-current{display:none}.nav-right .lang-switcher-label{padding:7px}}@media (prefers-reduced-motion:reduce){.hero-logo,.hero h1,.hero-sub,.hero-actions,.hero-channels{animation:none}.feat-card:hover,.btn-primary:hover{transform:none}}a:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:3px}.lang-switcher-label:focus-visible{outline:2px solid var(--blue-lt);outline-offset:2px}[dir=rtl] .bubble.user{border-bottom-right-radius:12px;border-bottom-left-radius:3px}[dir=rtl] .bubble.bot{border-bottom-right-radius:3px;border-bottom-left-radius:12px}[dir=rtl] .chat-header{border-radius:12px 12px 0 0}
