@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--background-gray-main: #f5f5f5;--background-white-main: #ffffff;--background-white-soft: #ffffff;--background-dark: #121212;--border-main: #e7e5df;--border-light: #efede7;--fill-soft: #f1efea;--fill-soft-hover: #ebe8e1;--fill-banner: #eeeeee;--text-primary: #171717;--text-secondary: #5f5f58;--text-tertiary: #78776f;--text-white: #fafaf7;--text-white-soft: rgba(250, 250, 247, .72);--button-black: #141414;--shadow-soft: 0 10px 30px rgba(18, 18, 18, .04);--radius-card: 16px;--radius-large: 24px;--container: 1080px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Inter,sans-serif;color:var(--text-primary);background:var(--background-gray-main)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0;background:transparent;cursor:pointer}img{display:block;max-width:100%}#root{min-height:100vh}.page{min-height:100vh;background:var(--background-gray-main)}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.container.narrow{width:min(1000px,calc(100% - 32px))}.site-header{position:sticky;top:0;z-index:30;height:56px;background:#f5f5f2f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(231,229,223,.8)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:100%;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700}.brand-logo{width:26px;height:26px;border-radius:6px;flex-shrink:0;display:block}.brand-word{font-size:1.05rem;letter-spacing:-.04em}.nav{display:flex;align-items:center;justify-content:center;gap:6px}.desktop-nav a,.desktop-nav .nav-item{padding:8px 12px;border-radius:8px;color:var(--text-secondary);font-size:.92rem;font-weight:500}.desktop-nav a:not(.nav-panel-item):hover,.desktop-nav .nav-item:hover,.language-button:hover{background:#ffffffbf}.nav-panel-item:hover .nav-panel-icon{background:var(--background-white-main)}.nav-group{position:relative}.nav-item{display:inline-flex;align-items:center;gap:4px;cursor:default}.nav-chevron{flex-shrink:0;transition:transform .16s ease}.nav-chevron.open{transform:rotate(180deg)}.nav-panel{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:50;min-width:380px;padding:14px 8px 8px;background:var(--background-white-main);border:1px solid var(--border-main);border-radius:var(--radius-card);box-shadow:0 12px 40px #1212121f;display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-top:-6px}.nav-panel--single{grid-template-columns:1fr;min-width:320px}.nav-panel-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;color:var(--text-primary);transition:background .12s ease}.nav-panel-item:hover{background:var(--fill-soft)}.nav-panel-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;background:var(--fill-soft);color:var(--text-primary);margin-top:2px}.nav-panel-label{font-size:.88rem;font-weight:600;line-height:1.4}.nav-panel-desc{margin-top:2px;font-size:.78rem;color:var(--text-secondary);line-height:1.45}.header-actions{display:flex;align-items:center;gap:10px}.language-button{height:32px;padding:0 12px;border-radius:10px;color:var(--text-primary);font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;font-size:.93rem;font-weight:600;white-space:nowrap;transition:opacity .16s ease,background-color .16s ease,transform .16s ease}.button:hover,.feature-tab:hover,.billing-option:hover,.direction-button:hover,.faq-question:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--button-black)}.button-primary:hover{opacity:.92}.button-secondary{color:var(--text-primary);background:var(--background-white-main)}.button-secondary:hover{background:var(--fill-soft)}.button-small{min-height:32px;padding:0 14px}.news-strip{padding:12px 0;background:var(--fill-banner);border-bottom:1px solid rgba(231,229,223,.8)}.news-strip a{display:block;text-align:center;font-size:.92rem;font-weight:500}.hero-section,.feature-section,.capability-section,.integration-section,.use-case-section,.pricing-section,.faq-section,.trust-section,.cta-section{padding:64px 0}.section-subtitle{margin:10px auto 0;max-width:600px;color:var(--text-tertiary);font-size:1rem;line-height:1.65}.integration-section{overflow:hidden}.integration-marquee-outer{position:relative;overflow:hidden;padding:12px 0;margin-top:32px}.integration-marquee-outer:before,.integration-marquee-outer:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.integration-marquee-outer:before{left:0;background:linear-gradient(to right,var(--background-white-main) 20%,transparent)}.integration-marquee-outer:after{right:0;background:linear-gradient(to left,var(--background-white-main) 20%,transparent)}.integration-marquee-track{display:flex;gap:10px;width:max-content;animation:marquee-left 38s linear infinite}.integration-marquee-track:hover{animation-play-state:paused}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.integration-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px 8px 10px;border:1px solid var(--border-main);border-radius:999px;background:var(--background-white-main);white-space:nowrap;box-shadow:0 1px 3px #0000000d;transition:box-shadow .16s ease,border-color .16s ease}.integration-chip:hover{border-color:#c8c5bc;box-shadow:0 2px 10px #00000014}.integration-chip img{width:18px;height:18px;flex-shrink:0;display:block}.integration-chip-name{font-size:.84rem;font-weight:500;color:var(--text-secondary)}.integration-extend-tile{display:flex;align-items:center;gap:14px;margin:28px auto 0;padding:14px 20px;max-width:500px;border:1.5px dashed var(--border-main);border-radius:var(--radius-card);background:var(--fill-soft);transition:border-color .18s ease}.integration-extend-tile:is(:hover){border-color:#c8c5bc}.integration-extend-icon{width:40px;height:40px;border-radius:10px;background:var(--background-white-main);border:1px solid var(--border-main);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:600;color:var(--text-tertiary);flex-shrink:0}.integration-extend-title{font-size:.92rem;font-weight:600;color:var(--text-primary);line-height:1.4}.integration-extend-text{margin-top:2px;font-size:.82rem;color:var(--text-secondary);line-height:1.5}.hero-section{padding-top:76px}.hero-grid{display:grid;grid-template-columns:minmax(0,460px) minmax(0,460px);justify-content:center;align-items:center;gap:80px}.hero-copy{text-align:left}.hero-copy h1,.section-title h2,.site-footer h2{margin:0;font-family:SF Pro Rounded,Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;letter-spacing:-.04em}.hero-copy h1{font-size:clamp(2.5rem,5vw,3.05rem);line-height:1.12;font-weight:700}.hero-copy p{margin:18px 0 0;color:var(--text-tertiary);font-size:1rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-media{position:relative}.hero-media-bg{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-large);background:radial-gradient(ellipse 70% 50% at 20% 25%,rgba(220,232,245,.9) 0%,transparent 60%),radial-gradient(ellipse 60% 70% at 78% 65%,rgba(245,220,229,.8) 0%,transparent 55%),radial-gradient(ellipse 55% 45% at 55% 90%,rgba(228,220,245,.7) 0%,transparent 50%),linear-gradient(135deg,#c8ddf2,#d8cff0,#f0cede);overflow:hidden}.hero-chat-ui{position:absolute;bottom:-16px;left:-20px;right:20px;background:#fff;border-radius:16px;box-shadow:0 2px 0 1px #0000000a,0 8px 32px #0000001a,0 32px 64px #0000000f;overflow:hidden}.hero-chat-topbar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--border-main);background:var(--background-gray-main)}.hero-chat-dot{width:8px;height:8px;border-radius:50%}.hero-chat-dot:nth-child(1){background:#ff5f57}.hero-chat-dot:nth-child(2){background:#febc2e}.hero-chat-dot:nth-child(3){background:#28c840}.hero-chat-model-tag{margin-left:6px;font-size:.72rem;font-weight:600;color:var(--text-secondary);background:var(--fill-soft);border:1px solid var(--border-main);padding:2px 8px;border-radius:99px}.hero-chat-messages{padding:14px 14px 0;display:flex;flex-direction:column;gap:10px}.hero-chat-msg{display:flex;gap:8px;align-items:flex-start}.hero-chat-avatar{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff}.hero-chat-avatar--user{background:#6366f1}.hero-chat-avatar--ai{background:var(--background-dark);font-size:.55rem}.hero-chat-bubble{font-size:.75rem;line-height:1.55;color:var(--text-primary);background:var(--background-gray-main);padding:7px 10px;border-radius:0 10px 10px;max-width:82%}.hero-chat-bubble--user{background:#6366f1;color:#fff;border-radius:10px 0 10px 10px;margin-left:auto}.hero-chat-msg--user{flex-direction:row-reverse}.hero-chat-typing{display:flex;align-items:center;gap:3px;padding:7px 10px;background:var(--background-gray-main);border-radius:0 10px 10px;width:fit-content}.hero-chat-typing span{width:5px;height:5px;background:var(--text-tertiary);border-radius:50%;animation:pulse-dot 1.2s ease-in-out infinite}.hero-chat-typing span:nth-child(2){animation-delay:.2s}.hero-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes pulse-dot{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}.hero-chat-input-bar{display:flex;align-items:center;gap:6px;padding:10px 12px;border-top:1px solid var(--border-main);margin-top:12px}.hero-chat-input-fake{flex:1;height:28px;background:var(--background-gray-main);border-radius:8px;border:1px solid var(--border-main)}.hero-chat-send{width:28px;height:28px;background:var(--background-dark);border-radius:8px;display:flex;align-items:center;justify-content:center}.hero-chat-send:after{content:"";display:block;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;margin-left:2px}.section-title{max-width:800px;margin:0 auto 40px;text-align:center}.section-title h2{font-size:clamp(2rem,4vw,2.5rem);line-height:1.2;font-weight:700}.feature-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.feature-tab{min-height:40px;padding:0 16px;border-radius:999px;color:var(--text-secondary);font-size:.92rem;font-weight:500}.feature-tab.active{color:var(--text-primary);background:var(--background-white-main);box-shadow:var(--shadow-soft)}.feature-description{max-width:760px;margin:24px auto 0;text-align:center;color:var(--text-tertiary);line-height:1.7}.feature-stage{margin-top:24px}.feature-image-frame{overflow:hidden;aspect-ratio:16 / 9;border-radius:var(--radius-large);display:flex;align-items:flex-end;justify-content:center;padding:20px 20px 0}.feature-image-frame img{width:100%;max-height:90%;object-fit:cover;object-position:top;border-radius:8px 8px 0 0;box-shadow:0 8px 28px #00000021;display:block}.feature-mock{overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--border-main);border-radius:var(--radius-card);background:var(--background-white-main)}.feature-mock{padding:16px;background:radial-gradient(circle at top left,rgba(226,236,255,.85),transparent 34%),radial-gradient(circle at bottom right,rgba(247,240,227,.9),transparent 28%),linear-gradient(180deg,#fff,#f6f6f2)}.feature-mock-header,.feature-mock-body,.feature-mock-grid{display:grid}.feature-mock-header{grid-auto-flow:column;justify-content:start;gap:8px;padding-bottom:16px}.feature-mock-header span{width:10px;height:10px;border-radius:999px;background:#1717172e}.feature-mock-body{grid-template-columns:180px 1fr;gap:16px;height:calc(100% - 26px)}.feature-mock-sidebar,.feature-mock-main{display:grid;gap:12px}.feature-mock-block,.feature-mock-card,.feature-mock-pill,.feature-mock-hero{border:1px solid rgba(231,229,223,.95);background:#ffffffd1}.feature-mock-block{min-height:72px;border-radius:18px}.feature-mock-block.tall{min-height:132px}.feature-mock-hero{padding:18px;border-radius:22px}.feature-mock-pill{height:12px;margin-bottom:10px;border-radius:999px}.feature-mock-pill.wide{width:62%;height:20px}.feature-mock-pill.short{width:44%}.feature-mock-grid{grid-template-columns:1.2fr 1fr;gap:12px}.feature-mock-card{min-height:110px;border-radius:22px}.feature-mock-card-large{grid-row:span 2;min-height:232px}.feature-mock-title{margin:0;color:var(--text-tertiary);font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.feature-nav{display:flex;justify-content:space-between;gap:16px;margin-top:24px}.direction-button{display:inline-flex;align-items:center;justify-content:center;padding:10px;border-radius:50%;color:var(--text-secondary);transition:background .15s,color .15s}.direction-button:hover{color:var(--text-primary);background:var(--background-white-main)}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.capability-card,.use-case-card,.pricing-card,.trust-card{border:1px solid var(--border-main);background:var(--background-white-main)}.capability-card{border-radius:var(--radius-card);padding:24px}.capability-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--fill-soft);color:var(--text-primary)}.capability-icon svg{width:20px;height:20px;flex-shrink:0}.capability-card h3,.use-case-card h3,.pricing-card h3,.footer-column h3{margin:14px 0 8px}.capability-card h3,.use-case-card h3,.pricing-card h3{font-size:1rem;line-height:1.45}.capability-card p,.use-case-category,.pricing-benefits,.summary-note,.faq-answer,.footer-column a{color:var(--text-secondary)}.capability-card p{margin:0;line-height:1.65}.use-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.use-case-card{overflow:hidden;border-radius:var(--radius-card);background:transparent;border:0}.use-case-media{position:relative;overflow:hidden;aspect-ratio:16 / 10;border-radius:var(--radius-card)}.use-case-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 20%,rgba(255,255,255,.28) 0%,transparent 65%);pointer-events:none}.uc-ui{position:absolute;bottom:12px;left:12px;right:12px;background:#ffffffe0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;padding:9px 11px;box-shadow:0 1px #ffffffb3 inset,0 2px 12px #00000017;transition:transform .22s ease,box-shadow .22s ease}.uc-ui-title{font-size:.67rem;font-weight:600;color:var(--text-secondary);margin-bottom:6px;padding-bottom:5px;border-bottom:1px solid var(--border-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uc-funnel{display:flex;flex-direction:column;gap:4px;margin-top:4px}.uc-funnel-row{display:flex;align-items:center;gap:6px}.uc-funnel-label{font-size:.61rem;color:var(--text-tertiary);width:92px;flex-shrink:0}.uc-funnel-track{flex:1;height:5px;background:var(--fill-soft);border-radius:99px;overflow:hidden}.uc-funnel-bar{height:100%;background:#6366f1;border-radius:99px}.uc-funnel-num{font-size:.61rem;font-weight:700;color:var(--text-primary);min-width:22px;text-align:right}.uc-bar-row{display:flex;align-items:center;gap:6px;margin-top:4px}.uc-bar-label{font-size:.61rem;color:var(--text-tertiary);width:68px;flex-shrink:0}.uc-bar-track{flex:1;height:5px;background:var(--fill-soft);border-radius:99px;overflow:hidden}.uc-bar-fill{height:100%;background:#6366f14d;border-radius:99px}.uc-bar-fill--accent{background:#6366f1}.uc-bar-val{font-size:.61rem;font-weight:600;color:var(--text-secondary);min-width:18px;text-align:right}.uc-bar-val--accent{color:#6366f1;font-weight:700}.uc-check-row{display:flex;align-items:center;gap:7px;margin-top:5px}.uc-check-dot{width:13px;height:13px;border-radius:50%;border:1.5px solid var(--border-main);flex-shrink:0;background:transparent;position:relative}.uc-check-dot.done{background:#22c55e;border-color:#22c55e}.uc-check-dot.done:after{content:"";position:absolute;top:2px;left:3.5px;width:3.5px;height:6px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg)}.uc-check-label{font-size:.62rem;color:var(--text-secondary)}.uc-ui--chart .uc-ui-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.uc-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid var(--border-main)}.uc-chart-delta{font-size:.67rem;font-weight:700;color:#22c55e;flex-shrink:0}.uc-sparkline{width:100%;height:42px;display:block}.uc-chart-labels{display:flex;justify-content:space-between;font-size:.58rem;color:var(--text-tertiary);margin-top:2px}.uc-donut-row{display:flex;align-items:center;gap:10px;margin-top:6px}.uc-donut{width:50px;height:50px;border-radius:50%;background:conic-gradient(#6366f1 358.2deg,var(--fill-soft) 358.2deg);position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.uc-donut:before{content:"";position:absolute;width:34px;height:34px;border-radius:50%;background:#ffffffe6}.uc-donut>span{position:relative;z-index:1;font-size:.57rem;font-weight:700;color:var(--text-primary)}.uc-donut-stats{flex:1}.uc-donut-stat{display:flex;flex-direction:column;gap:1px;margin-bottom:5px}.uc-donut-stat:last-child{margin-bottom:0}.uc-donut-stat-val{font-size:.78rem;font-weight:700;color:var(--text-primary);line-height:1}.uc-donut-stat-val.accent{color:#6366f1}.uc-donut-stat-label{font-size:.58rem;color:var(--text-tertiary)}.uc-steps{display:flex;flex-direction:column;gap:4px;margin-top:5px}.uc-step{display:flex;align-items:center;gap:7px}.uc-step-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--border-main);flex-shrink:0;background:transparent}.uc-step.done .uc-step-dot{background:#6366f1;border-color:#6366f1}.uc-step.active .uc-step-dot{border-color:#6366f1;background:#6366f133;box-shadow:0 0 0 2px #6366f133}.uc-step-label{font-size:.62rem;color:var(--text-tertiary)}.uc-step.done .uc-step-label{color:var(--text-secondary)}.uc-step.active .uc-step-label{color:var(--text-primary);font-weight:600}.use-case-card:hover .uc-ui{transform:translateY(-3px);box-shadow:0 1px #ffffffb3 inset,0 6px 20px #00000021}.use-case-category{margin:14px 0 0;font-size:.9rem}.use-case-card h3{margin-top:8px;font-size:1rem;font-weight:500}.pricing-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:0;overflow:hidden;border-radius:var(--radius-card)}.pricing-main{padding:32px 28px 28px}.pricing-header h3{margin:0;font-size:1.1rem;font-weight:700}.billing-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.billing-option{display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding:16px;border:1px solid var(--border-main);border-radius:14px;background:var(--background-white-soft);text-align:left}.billing-option strong{font-size:1.15rem}.billing-option span{color:var(--text-secondary);font-size:.9rem}.billing-option.active{border-color:#cfd4e3;background:#eef4ff}.control-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}.control-row span,.credit-row span{font-size:.92rem;color:var(--text-primary)}.seat-stepper{display:flex;align-items:center;gap:8px}.seat-stepper button,.seat-stepper input{height:36px;border:1px solid var(--border-main);border-radius:10px;background:var(--background-white-soft);text-align:center}.seat-stepper button{width:36px;font-size:1.1rem}.seat-stepper input{width:92px;padding:0 12px;color:var(--text-primary)}.credit-row{display:flex;align-items:center;margin-top:16px;padding:0 14px;min-height:40px;border-radius:10px;background:var(--background-white-soft)}.pricing-cta{width:100%;margin-top:20px}.pricing-benefits{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none;line-height:1.6;font-size:.92rem}.pricing-benefits li{position:relative;padding-left:22px}.pricing-benefits li:before{content:"•";position:absolute;left:0;top:0;color:var(--text-primary)}.pricing-summary{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:24px;background:var(--background-white-soft);border-left:1px solid var(--border-light)}.summary-box{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:14px;background:var(--background-white-main);border:1px solid var(--border-main)}.summary-box span{color:var(--text-tertiary);font-size:.88rem}.summary-box strong{font-size:1rem}.summary-note{padding:8px 4px 0;font-size:.88rem;line-height:1.65}.summary-note p{margin:0 0 4px}.faq-list{background:transparent}.faq-item{border-top:1px solid var(--border-main)}.faq-item:last-child{border-bottom:1px solid var(--border-main)}.faq-question{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;width:100%;padding:24px 0;text-align:left;font-size:1rem;font-weight:600}.faq-symbol{color:var(--text-tertiary);font-size:1.4rem;line-height:1}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .18s ease,opacity .18s ease;opacity:0}.faq-answer p{overflow:hidden;margin:0;padding:0 0 24px;line-height:1.7}.faq-item.open .faq-answer,.fp-faq-item.open .faq-answer{grid-template-rows:1fr;opacity:1}.trust-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-radius:var(--radius-large)}.trust-card p{margin:0;font-size:1.25rem;font-weight:600}.cta-actions{display:flex;justify-content:center}.site-footer{padding:100px 0;background:var(--background-dark)}.footer-inner{display:grid;gap:48px}.site-footer h2{color:var(--text-white);font-size:clamp(2.2rem,4vw,3rem);line-height:1.12;font-style:italic;font-weight:400}.footer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.footer-column h3{margin:0 0 14px;color:var(--text-white);font-size:.92rem;font-weight:600}.footer-column ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.footer-column a{font-size:.9rem}.footer-column a:hover{color:var(--text-white)}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-top:32px;border-top:1px solid rgba(250,250,247,.1);flex-wrap:wrap}.footer-legal p{margin:0 0 4px;color:var(--text-white-soft);font-size:.82rem;line-height:1.6}.footer-address{font-style:normal}.footer-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.cert-badge,.footer-linkedin{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:6px;border:1px solid rgba(250,250,247,.15);color:var(--text-white-soft);font-size:.78rem;font-weight:600}.cert-badge:hover,.footer-linkedin:hover{background:#fafaf70f;color:var(--text-white)}@media (max-width: 1024px){.hero-grid,.pricing-card{grid-template-columns:1fr}.hero-grid{gap:36px}.capability-grid,.use-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-summary{border-left:0;border-top:1px solid var(--border-light)}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.desktop-nav,.language-button{display:none}.header-inner{grid-template-columns:auto auto;justify-content:space-between}.hero-section,.feature-section,.capability-section,.use-case-section,.pricing-section,.faq-section,.trust-section,.cta-section{padding:56px 0}.hero-section{padding-top:64px}.hero-copy,.section-title{text-align:center}.hero-actions{justify-content:center}.feature-nav{justify-content:center;gap:24px}.control-row,.trust-card{flex-direction:column;align-items:stretch}.feature-mock-body{grid-template-columns:1fr}.feature-mock-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-mock-block.tall{min-height:72px}.capability-grid,.use-case-grid,.footer-grid,.billing-toggle{grid-template-columns:1fr}.site-footer{padding:72px 0}}.fp-page{background:var(--background-gray-main);padding-bottom:0}.fp-hero{padding:72px 0 80px;background:var(--background-white-main);border-bottom:1px solid var(--border-main)}.fp-hero-inner{max-width:760px;margin:0 auto}.fp-back{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:500;color:var(--text-secondary);margin-bottom:24px;border-radius:8px;padding:4px 10px 4px 6px}.fp-back:hover{background:var(--fill-soft);color:var(--text-primary)}.fp-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;border-radius:999px;background:var(--fill-soft);border:1px solid var(--border-light);font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:20px}.fp-hero-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--background-white-main);border:1px solid var(--border-main)}.fp-hero-title{margin:0;font-family:SF Pro Rounded,Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:clamp(1.9rem,4vw,2.75rem);line-height:1.15;font-weight:700;letter-spacing:-.03em;color:var(--text-primary)}.fp-hero-desc{margin:18px 0 0;color:var(--text-secondary);font-size:1rem;line-height:1.72;max-width:640px}.fp-hero-highlights{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.fp-hero-highlights li{display:flex;align-items:center;gap:8px;font-size:.92rem;font-weight:500;color:var(--text-primary)}.fp-check{flex-shrink:0;color:var(--text-secondary)}.fp-hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.fp-section,.fp-how,.fp-faq,.fp-other{padding:64px 0}.fp-section{background:var(--background-gray-main)}.fp-how{background:var(--background-white-main);border-top:1px solid var(--border-main);border-bottom:1px solid var(--border-main)}.fp-faq{background:var(--background-gray-main)}.fp-other{background:var(--background-white-soft);border-top:1px solid var(--border-main)}.fp-section-header{max-width:680px;margin:0 auto 40px;text-align:center}.fp-section-header h2{margin:0;font-family:SF Pro Rounded,Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:clamp(1.55rem,3vw,2.1rem);line-height:1.2;font-weight:700;letter-spacing:-.03em}.fp-section-header p{margin:14px 0 0;color:var(--text-secondary);line-height:1.7}.fp-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.fp-card{border:1px solid var(--border-main);background:var(--background-white-main);border-radius:var(--radius-card);padding:24px}.fp-card h3{margin:14px 0 8px;font-size:1rem;font-weight:700;line-height:1.4}.fp-card p{margin:0;color:var(--text-secondary);font-size:.93rem;line-height:1.65}.fp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fp-step{text-align:center;padding:32px 20px;border:1px solid var(--border-main);border-radius:var(--radius-card);background:var(--background-gray-main)}.fp-step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:var(--button-black);color:#fff;font-size:.9rem;font-weight:700;margin:0 auto 16px}.fp-step h3{margin:0 0 10px;font-size:1rem;font-weight:700}.fp-step p{margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.65}.fp-faq-list{max-width:680px;margin:0 auto}.fp-faq-item{border-top:1px solid var(--border-main)}.fp-faq-item:last-child{border-bottom:1px solid var(--border-main)}.fp-faq-q{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;width:100%;padding:22px 0;text-align:left;font-size:.95rem;font-weight:600;cursor:pointer;background:transparent}.fp-cta{padding:80px 0;background:var(--background-dark);text-align:center}.fp-cta h2{margin:0 0 28px;font-family:SF Pro Rounded,Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;font-style:italic;letter-spacing:-.03em;color:var(--text-white)}.fp-cta-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.fp-cta .button-secondary{background:#fafaf71a;color:var(--text-white);border:1px solid rgba(250,250,247,.2)}.fp-cta .button-secondary:hover{background:#fafaf729}.fp-other-label{text-align:center;font-size:.88rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 20px}.fp-other-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.fp-other-card{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--border-main);border-radius:12px;background:var(--background-white-main);color:var(--text-primary);font-size:.88rem;transition:background .12s ease,border-color .12s ease}.fp-other-card:hover{background:var(--fill-soft);border-color:var(--border-light)}.fp-other-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;background:var(--fill-soft)}.fp-other-name{font-weight:600;font-size:.82rem;white-space:nowrap}.fp-other-tag{font-size:.75rem;color:var(--text-tertiary);margin-top:2px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fp-other-arrow{flex-shrink:0;margin-left:auto;color:var(--text-tertiary)}@media (max-width: 1024px){.fp-other-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.fp-hero{padding:56px 0 64px}.fp-cards,.fp-steps{grid-template-columns:1fr}.fp-other-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fp-other-card{flex-direction:column;align-items:flex-start;gap:8px}.fp-other-arrow{display:none}}.lang-switcher{position:relative}.lang-btn{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.lang-panel{min-width:180px!important;padding:6px}.lang-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 12px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--text-primary);text-align:left;background:transparent;border:none;cursor:pointer;transition:background .12s}.lang-option:hover,.lang-option.active{background:var(--background-select-hover)}.lang-check{color:var(--text-secondary);flex-shrink:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.contact-modal{position:relative;background:var(--background-white-main);border-radius:16px;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;padding:36px 36px 28px;box-shadow:0 24px 60px #0000002e}.contact-modal-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;transition:background .12s,color .12s}.contact-modal-close:hover{background:var(--background-select-hover);color:var(--text-primary)}.contact-modal-header{margin-bottom:24px}.contact-modal-header h2{font-size:1.3rem;font-weight:700;margin:0 0 6px}.contact-modal-header p{font-size:.9rem;color:var(--text-secondary);margin:0}.contact-form{display:flex;flex-direction:column;gap:14px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form-group{display:flex;flex-direction:column;gap:5px}.contact-form-group--full{grid-column:1 / -1}.contact-form-group label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.contact-form-group input,.contact-form-group textarea{padding:10px 12px;border-radius:8px;border:1px solid var(--border-main);background:var(--background-white-main);font-size:.9rem;color:var(--text-primary);font-family:inherit;transition:border-color .15s;outline:none}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:var(--text-primary)}.contact-form-group textarea{resize:vertical;min-height:80px}.contact-form-checkbox{flex-direction:row!important;align-items:flex-start;gap:10px!important}.contact-form-checkbox input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--text-primary)}.contact-form-checkbox label{font-size:.82rem;font-weight:400!important;color:var(--text-secondary);cursor:pointer}.contact-form-checkbox label a{color:var(--text-primary);text-decoration:underline}.contact-form-error{padding:10px 12px;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.85rem}.contact-form-submit{width:100%;justify-content:center;margin-top:4px}.contact-form-note{font-size:.78rem;color:var(--text-secondary);text-align:center;margin:0}.contact-modal-success{display:flex;flex-direction:column;align-items:center;padding:20px 0;text-align:center;gap:12px}.contact-success-icon{width:64px;height:64px;border-radius:50%;background:#f0fdf4;border:2px solid #bbf7d0;display:flex;align-items:center;justify-content:center;color:#16a34a}.contact-modal-success h3{font-size:1.2rem;font-weight:700;margin:0}.contact-modal-success p{font-size:.9rem;color:var(--text-secondary);margin:0}@media (max-width: 520px){.contact-modal{padding:24px 20px 20px}.contact-form-row{grid-template-columns:1fr}}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:800;width:calc(100% - 40px);max-width:680px;background:var(--background-dark);color:var(--text-white);border-radius:14px;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 32px #0000003d;flex-wrap:wrap}.cookie-banner-text{flex:1;font-size:.85rem;line-height:1.5;color:#d4cfc7;margin:0;min-width:220px}.cookie-banner-link{color:var(--text-white);text-decoration:underline;text-underline-offset:2px}.cookie-banner-actions{display:flex;gap:8px;flex-shrink:0}.cookie-banner .button-secondary{border-color:#ffffff4d;color:var(--text-white);background:#ffffff14}.cookie-banner .button-secondary:hover{background:#ffffff26}.cookie-banner .button-primary{background:var(--text-white);color:var(--background-dark)}.cookie-banner .button-primary:hover{background:#e8e3da}.compliance-banner{display:flex;align-items:center;gap:16px;margin-top:32px;padding:14px 18px;background:var(--background-white-main);border:1px solid var(--border-main);border-radius:16px}.compliance-badges{display:flex;gap:8px;flex-shrink:0}.compliance-text{flex:1;min-width:0}.compliance-title{font-size:.9rem;font-weight:600;color:var(--text-primary)}.compliance-subtitle{font-size:.82rem;color:var(--text-secondary);margin-top:2px}.compliance-cta{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;white-space:nowrap}@media (max-width: 640px){.compliance-banner{flex-wrap:wrap}.compliance-cta{width:100%;justify-content:center}}.ep-badge-pill{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;background:#6366f11f;color:var(--button-black);border:1px solid rgba(99,102,241,.25)}.ep-capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ep-cap-card{background:var(--background-white-main);border:1px solid var(--border-main);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s,box-shadow .2s}.ep-cap-card:hover{border-color:var(--button-black);box-shadow:0 4px 20px #6366f114}.ep-cap-card--wide{grid-column:span 3}.ep-cap-card h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.ep-cap-card p{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.6}.ep-cap-tag{display:inline-block;margin-top:.25rem;padding:.15rem .5rem;border-radius:6px;font-size:.72rem;font-weight:600;background:#6366f11a;color:var(--button-black)}.ep-integrations-section{background:var(--background-white-main)}.ep-integration-logos{display:flex;flex-wrap:wrap;gap:.5rem}.ep-integration-chip{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem .4rem .4rem;border-radius:8px;border:1px solid var(--border-main);background:var(--background-white-main)}.ep-integration-logo{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.72rem;font-weight:700;color:#fff;letter-spacing:-.02em;background:var(--fill-soft)}.ep-integration-logo img{width:20px;height:20px;object-fit:contain}.ep-integration-chip--extend{border-style:dashed;background:var(--fill-soft)}.ep-integration-logo--extend{background:transparent!important;border:1.5px dashed var(--border-main);color:var(--text-secondary);font-size:1rem;font-weight:600}.ep-integration-info{display:flex;flex-direction:column;gap:.05rem}.ep-integration-name{font-size:.85rem;font-weight:600;color:var(--text-primary);line-height:1.2}.ep-integration-cat{font-size:.7rem;color:var(--text-secondary);line-height:1.2}.ep-why-section{background:var(--background-gray-main)}.ep-why-inner{max-width:700px;margin:0 auto}.ep-why-content h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.ep-why-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.ep-why-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.ep-why-icon{flex-shrink:0;color:var(--button-black);margin-top:.2rem}.ep-compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ep-compliance-card{background:var(--background-white-main);border:1px solid var(--border-main);border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem}.ep-compliance-card-header{display:flex;align-items:center;justify-content:space-between}.ep-compliance-status{font-size:.8rem;font-weight:600;letter-spacing:.02em}.ep-compliance-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0}.ep-compliance-card p{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.6}.ep-compliance-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ep-compliance-list li{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--text-secondary)}.ep-compliance-list li svg{flex-shrink:0;color:var(--button-black)}.ep-certs-section{background:var(--background-gray-main)}.ep-certs-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.ep-cert-chip{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.75rem;border-radius:12px;border:1px solid var(--border-main);background:var(--background-white-main);text-align:center;min-width:160px}.ep-cert-name{font-size:1rem;font-weight:700;color:var(--text-primary)}.ep-cert-desc{font-size:.75rem;color:var(--text-secondary)}.enterprise-teaser-section{padding:5rem 0}.enterprise-teaser-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.enterprise-teaser-header h2{font-size:2rem;font-weight:700;max-width:640px}.enterprise-teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.enterprise-teaser-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:14px;border:1px solid var(--border-main);background:var(--background-white-main);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .15s}.enterprise-teaser-card:hover{border-color:var(--button-black);box-shadow:0 6px 24px #6366f11a;transform:translateY(-2px)}.etf-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#6366f11a;display:flex;align-items:center;justify-content:center;color:var(--button-black)}.etf-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.etf-desc{font-size:.82rem;color:var(--text-secondary);line-height:1.4}.etf-arrow{flex-shrink:0;color:var(--text-secondary);margin-left:auto;transition:transform .15s,color .15s}.enterprise-teaser-card:hover .etf-arrow{transform:translate(3px);color:var(--button-black)}@media (max-width: 900px){.ep-capabilities-grid{grid-template-columns:repeat(2,1fr)}.ep-cap-card--wide{grid-column:span 2}.ep-compliance-grid{grid-template-columns:repeat(2,1fr)}.enterprise-teaser-grid{grid-template-columns:1fr}}@media (max-width: 640px){.ep-capabilities-grid,.ep-compliance-grid{grid-template-columns:1fr}.ep-cap-card--wide{grid-column:span 1}}
