*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #837CFE;--brand-dark: #6c65f0;--brand-light: #EAE9FF;--brand-xlight: #F4F3FF;--blue: #1267f8;--black: #0a0a0f;--white: #ffffff;--text: #4a4a5a;--text-secondary: #7D7D90;--text-light: #ffffff;--surface: #FAFAFA;--surface-2: #F7F6FF;--gray-stroke: #E4E4EE;--gray-bg: #F4F4F9;--glass-bg: rgba(255,255,255,.88);--glass-border: rgba(255,255,255,.7);--glass-blur: blur(12px);--shadow-sm: 0 1px 4px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 20px rgba(0,0,0,.07), 0 2px 8px rgba(0,0,0,.04);--shadow-brand: 0 8px 32px rgba(131,124,254,.28);--warning: #FF9900;--success: #00BF36;--error: #c31e26;--accent: #F1A4C2;--yellow: #ffcd51;--pink: #BE3A3A;--red: #c31e26;--gradient-hero-text: linear-gradient(100deg, #c084fc 0%, #837CFE 40%, #3c28ef 100%);--gradient-brand: linear-gradient(135deg, #837CFE 0%, #6c65f0 100%);--gradient-brand-glow: rgba(131,124,254,.32);--gradient-surface: linear-gradient(180deg, #FAFAFA 0%, #F4F3FF 100%)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--surface);min-height:100vh;color:var(--black);overflow-x:hidden;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.container{max-width:1380px;margin:0 auto;padding:0 clamp(16px,3vw,40px);width:100%}.container--narrow{max-width:960px;margin:0 auto;padding:0 clamp(16px,3vw,40px);width:100%}.animate-down{animation:fadeDown .8s cubic-bezier(.22,1,.36,1) forwards}.animate-up{opacity:0;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}.delay-11{animation-delay:1.1s}.delay-12{animation-delay:1.2s}.delay-13{animation-delay:1.3s}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{pointer-events:all;background:#fffffff5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.8);border-radius:20px;box-shadow:0 4px 24px #00000012,0 1px #ffffffe6 inset;display:flex;align-items:center;justify-content:space-between;padding:12px 28px;width:100%;max-width:1300px}.navbar__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.navbar__logo-img{height:52px;width:auto;display:block;object-fit:contain}.navbar__logo-mark{width:28px;height:28px;background:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar__logo-mark svg{width:16px;height:16px;fill:var(--white)}.navbar__logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--brand);letter-spacing:-.3px;white-space:nowrap}.navbar__links{display:flex;align-items:center;gap:32px;list-style:none}.navbar__links a{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:var(--black);text-decoration:none;letter-spacing:.1px;transition:color .2s}.navbar__links a:hover{color:var(--brand)}.navbar__actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:opacity .2s,transform .1s;white-space:nowrap;text-decoration:none;border:none}.btn:hover{opacity:.88}.btn:active{transform:scale(.98)}.btn{height:44px;padding:0 24px;font-size:14px}.btn--sm{height:36px;padding:0 16px;font-size:13px}.btn--md{height:44px;padding:0 24px;font-size:14px}.btn--lg{height:52px;padding:0 32px;font-size:16px}.btn--fill{background:var(--gradient-brand);color:var(--white);box-shadow:0 4px 16px #837cfe59;letter-spacing:.1px}.btn--fill:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 24px #837cfe7a}.btn--stroke{background:var(--white);color:var(--text);border:1px solid rgba(131,124,254,.2)}.btn--stroke:hover{border-color:var(--brand);color:var(--brand);opacity:1;background:var(--brand-xlight)}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar__hamburger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px;transition:all .3s}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--white);padding-top:120px;padding-bottom:60px}.hero__bg{position:absolute;inset:0;border-radius:0 0 48px 48px;background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(131,124,254,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 30%,rgba(192,132,252,.12) 0%,transparent 60%),linear-gradient(160deg,#efedff,#e8e6ff 35%,#eceaff 65%,#f6f3ff);z-index:0}.hero__glow-left{position:absolute;left:-180px;top:55%;width:450px;height:600px;background:radial-gradient(ellipse,rgba(131,124,254,.18) 0%,transparent 70%);border-radius:50%;transform:rotate(-17deg);z-index:0;pointer-events:none}.hero__glow-right{position:absolute;right:-200px;top:45%;width:560px;height:380px;background:radial-gradient(ellipse,rgba(131,124,254,.14) 0%,transparent 70%);border-radius:50%;transform:rotate(79deg);z-index:0;pointer-events:none}.hero__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:48px;width:100%;max-width:1380px;margin:0 auto;padding:0 clamp(16px,3vw,40px)}.hero__content{display:flex;flex-direction:column;gap:32px;max-width:628px;flex-shrink:0}.hero__badge{display:inline-flex;align-items:center;gap:10px;background:#ffffffbf;border:1px solid rgba(131,124,254,.2);border-radius:40px;padding:6px 16px 6px 6px;width:fit-content;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 12px #837cfe1f,0 1px #ffffffe6 inset}.hero__badge-icon{background:var(--gradient-brand);border-radius:50%;padding:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #837cfe4d}.hero__badge-icon svg{width:16px;height:16px;stroke:var(--white);fill:none}.hero__badge-text{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:var(--black);letter-spacing:.28px}.hero__heading{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(40px,5vw,68px);font-weight:600;line-height:1.12;color:var(--black);letter-spacing:-1px}.hero__heading-gradient{background:var(--gradient-hero-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtext{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#0009;line-height:1.6;letter-spacing:.28px;max-width:520px}.hero__social-proof{display:flex;align-items:center;gap:16px}.hero__avatars{display:flex;align-items:center}.hero__avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--white);background:var(--brand-light);margin-left:-12px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--brand)}.hero__avatar:first-child{margin-left:0}.hero__social-text{font-family:Inter,sans-serif;font-size:13px;color:var(--black);letter-spacing:.28px}.hero__ctas{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero__dashboard{position:relative;flex-shrink:0;width:clamp(400px,45vw,560px)}.hero__card{background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;padding:20px;box-shadow:0 4px 24px #0000000f}.hero__card-title{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;color:var(--black);margin-bottom:12px}.hero__chart-bars{display:flex;align-items:flex-end;gap:10px;height:100px;padding:0 4px}.hero__chart-bar{background:var(--brand);border-radius:3px 3px 0 0;flex:1;min-height:8px}.hero__chart-labels{display:flex;justify-content:space-between;margin-top:6px}.hero__chart-label{font-family:Bricolage Grotesque,sans-serif;font-size:9px;color:#00000080}.hero__stat{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.hero__stat-value{font-family:Inter Tight,Inter,sans-serif;font-size:22px;font-weight:500;color:var(--brand)}.hero__stat-delta{font-family:Bricolage Grotesque,sans-serif;font-size:10px;color:var(--success)}.hero__user-row{display:flex;align-items:center;justify-content:space-between;padding:8px;background:#0000000f;border-radius:8px;margin-bottom:6px}.hero__user-row:last-child{margin-bottom:0}.hero__user-info{display:flex;align-items:center;gap:8px}.hero__flag{width:22px;height:22px;border-radius:50%;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;font-size:13px}.hero__user-name{font-family:Inter Tight,Inter,sans-serif;font-size:13px;color:var(--black)}.hero__user-count{font-family:Inter Tight,Inter,sans-serif;font-size:14px;font-weight:500;color:var(--black)}.hero__icon-badge{position:absolute;background:var(--white);border-radius:8px;padding:10px;box-shadow:inset 3px 4px 5px #47474726,0 2px 8px #00000014;display:flex;align-items:center;justify-content:center}.hero__icon-badge svg{width:24px;height:24px;stroke:var(--brand);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}:root{--section-py: clamp(72px, 9vw, 104px)}.section{padding:var(--section-py) 0}.section__label{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#837cfe1f,#837cfe0f);border:1px solid rgba(131,124,254,.18);color:var(--brand-dark);font-family:Bricolage Grotesque,sans-serif;font-size:11px;font-weight:700;border-radius:40px;padding:5px 14px;margin-bottom:20px;letter-spacing:.8px;text-transform:uppercase}.section__heading{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:600;color:var(--black);line-height:1.25;letter-spacing:-.5px;margin-bottom:16px}.section__sub{font-family:Inter,sans-serif;font-size:15px;color:var(--text);line-height:1.7;max-width:560px}.product-overview{background:var(--surface-2)}.product-overview__header{text-align:center;margin-bottom:56px}.product-overview__header .section__sub{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fffffff2;border:1px solid rgba(131,124,254,.1);border-radius:18px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);transition:box-shadow .28s ease,transform .28s ease,border-color .28s ease;cursor:default}.feature-card:hover{box-shadow:0 10px 36px #837cfe29,0 0 0 1px #837cfe2e;transform:translateY(-5px);border-color:#837cfe38}.feature-card__icon{width:46px;height:46px;background:linear-gradient(135deg,#837cfe24,#837cfe0f);border:1px solid rgba(131,124,254,.14);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-card__icon svg{width:22px;height:22px;stroke:var(--brand);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.feature-card__title{font-family:Inter Tight,Inter,sans-serif;font-size:16px;font-weight:600;color:var(--black);line-height:1.3}.feature-card__desc{font-family:Inter,sans-serif;font-size:13px;color:var(--text);line-height:1.65}.trust-strip{background:var(--gray-bg);padding:40px 0;overflow:hidden}.trust-strip__label{text-align:center;font-family:Bricolage Grotesque,sans-serif;font-size:11px;font-weight:600;color:var(--text-secondary);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px}.trust-strip__logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-strip__logo{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#00000040;letter-spacing:-.5px;white-space:nowrap}.pricing{background:var(--surface-2)}.pricing__header{text-align:center;margin-bottom:56px}.pricing__header .section__sub{margin:0 auto}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.pricing-card{border:1px solid var(--gray-stroke);border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:0;background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow .28s ease,transform .28s ease}.pricing-card:hover{box-shadow:0 12px 40px #837cfe1f;transform:translateY(-4px)}.pricing-card--featured{border-color:var(--brand);background:linear-gradient(160deg,#ffffff 0%,var(--brand-xlight) 100%);box-shadow:0 0 0 1px var(--brand),var(--shadow-brand);position:relative}.pricing-card--featured:hover{box-shadow:0 0 0 1px var(--brand),0 20px 56px #837cfe4d;transform:translateY(-6px)}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--brand);color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;border-radius:20px;padding:4px 14px;white-space:nowrap;letter-spacing:.5px}.pricing-card__tier{font-family:Inter Tight,Inter,sans-serif;font-size:22px;font-weight:600;color:var(--black);margin-bottom:8px}.pricing-card__desc{font-family:Inter,sans-serif;font-size:13px;color:var(--text);line-height:1.6;margin-bottom:24px;min-height:44px}.pricing-card__price{font-family:Inter Tight,Inter,sans-serif;font-size:36px;font-weight:700;color:var(--black);margin-bottom:4px}.pricing-card__price span{font-size:16px;font-weight:400;color:var(--text)}.pricing-card__divider{border:none;border-top:.5px solid var(--gray-stroke);margin:24px 0}.pricing-card--featured .pricing-card__divider{border-color:#837cfe4d}.pricing-card__features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:28px;flex:1}.pricing-card__feature{display:flex;align-items:flex-start;gap:10px;font-family:Inter,sans-serif;font-size:13px;color:var(--text);line-height:1.5}.pricing-card__check{flex-shrink:0;width:18px;height:18px;background:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.pricing-card__check svg{width:10px;height:10px;stroke:var(--white);stroke-width:2.5;fill:none}.pricing-card .btn{width:100%;justify-content:center}.modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:var(--white);border-radius:20px;padding:clamp(28px,4vw,48px);width:100%;max-width:480px;position:relative;box-shadow:0 24px 80px #00000026;animation:slideUp .3s cubic-bezier(.22,1,.36,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.modal-box__close{position:absolute;top:16px;right:16px;background:var(--gray-bg);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text);font-size:18px;transition:background .2s}.modal-box__close:hover{background:var(--gray-stroke)}.modal-box__heading{font-family:Inter Tight,Inter,sans-serif;font-size:24px;font-weight:600;color:var(--black);margin-bottom:8px}.modal-box__sub{font-family:Inter,sans-serif;font-size:14px;color:var(--text);line-height:1.6;margin-bottom:28px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:var(--text)}.form-group input,.form-group textarea{font-family:Inter,sans-serif;font-size:14px;color:var(--black);background:var(--gray-bg);border:1px solid var(--gray-stroke);border-radius:8px;padding:12px 14px;width:100%;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand);background:var(--white)}.form-group textarea{resize:vertical;min-height:90px}.form-message{font-family:Inter,sans-serif;font-size:13px;padding:10px 14px;border-radius:8px;margin-bottom:16px}.form-message--success{background:#00bf361a;color:var(--success);border:1px solid rgba(0,191,54,.25)}.form-message--error{background:#c21e2614;color:var(--error);border:1px solid rgba(194,30,38,.2)}.footer{background:var(--black);padding:48px 0 28px}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:32px}.footer__logo{display:flex;align-items:center;gap:10px}.footer__logo-mark{width:26px;height:26px;background:var(--brand);border-radius:50%}.footer__logo-text{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:var(--white)}.footer__links{display:flex;gap:28px;list-style:none;flex-wrap:wrap}.footer__links a{font-family:Inter,sans-serif;font-size:14px;color:#ffffff8c;text-decoration:none;transition:color .2s}.footer__copy{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;font-family:Inter,sans-serif;font-size:12px;color:#ffffff59;text-align:center}.navbar-wrap{position:fixed;top:24px;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:0 clamp(16px,3vw,40px);pointer-events:none;transition:top .3s}.navbar-wrap.scrolled{top:12px}.hero__card{background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;padding:18px 20px;box-shadow:0 4px 24px #0000000f}.hero__card+.hero__card{margin-top:16px}.hero__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hero__card-title{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;color:var(--black);letter-spacing:.3px;text-transform:uppercase}.hero__card-badge{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;border-radius:20px;padding:2px 8px}.hero__card-badge--success{background:#00bf361a;color:var(--success)}.hero__card-badge--warning{background:#ff99001a;color:var(--warning)}.hero__chart-bar.active{background:var(--brand);opacity:1}.hero__chart-bar:not(.active){background:var(--brand);opacity:.25}.hero__cards-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.hero__sparkline{margin:8px 0}.hero__pipeline{display:flex;flex-direction:column;gap:8px}.hero__pipeline-item{display:flex;flex-direction:column;gap:4px}.hero__pipeline-row{display:flex;align-items:center;justify-content:space-between}.hero__pipeline-track{height:4px;background:var(--gray-bg);border-radius:4px;overflow:hidden}.hero__pipeline-fill{height:100%;background:var(--brand);border-radius:4px}.modal-box__form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-box__required{color:var(--error)}.modal-box__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:16px 0}.modal-box__success-icon{color:var(--success)}.modal-box__fine-print{margin-top:12px;font-family:Inter,sans-serif;font-size:11px;color:var(--text-secondary);text-align:center;line-height:1.5}.footer__top{display:flex;gap:64px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.footer__brand{display:flex;flex-direction:column;gap:16px;max-width:280px;flex-shrink:0}.footer__tagline{font-family:Inter,sans-serif;font-size:13px;color:#ffffff80;line-height:1.6}.footer__links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;flex:1}.footer__links-col{display:flex;flex-direction:column;gap:12px}.footer__links-heading{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:1px}.footer__links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer__links a{font-family:Inter,sans-serif;font-size:13px;color:#ffffff8c;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--white)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;flex-wrap:wrap;gap:12px}.footer__bottom p{font-family:Inter,sans-serif;font-size:12px;color:#ffffff59}.footer__social{display:flex;align-items:center;gap:12px}.footer__social-link{color:#fff6;transition:color .2s;display:flex;align-items:center}.footer__social-link:hover{color:var(--white)}.section__label{display:inline-flex;align-items:center;gap:8px;background:var(--brand-light);color:var(--brand);font-family:Bricolage Grotesque,sans-serif;font-size:11px;font-weight:600;border-radius:6px;padding:5px 12px;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}.btn--full{width:100%;justify-content:center}@media(max-width:1024px){.hero__dashboard{width:clamp(320px,40vw,460px)}.features-grid,.pricing__grid,.footer__links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.navbar__links{display:none}.navbar__hamburger{display:flex}.navbar__links.open{display:flex;flex-direction:column;position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--white);border-radius:16px;padding:16px 24px;box-shadow:0 8px 32px #0000001f;gap:16px}.hero__inner{flex-direction:column;align-items:flex-start}.hero__dashboard{width:100%;max-width:480px;align-self:center}.pricing__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.footer__top{flex-direction:column;gap:36px}.footer__brand{max-width:100%}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}.hero__heading{font-size:36px}.navbar{padding:12px 20px}.pricing-card--featured{margin-top:16px}.hero__cards-row,.modal-box__form-row{grid-template-columns:1fr}.footer__links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero__ctas{flex-direction:column;align-items:flex-start}.footer__links-grid{grid-template-columns:1fr 1fr}}.section__label-tag{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(131,124,254,.18);border-radius:40px;padding:6px 16px;font-size:12px;font-weight:600;font-family:Bricolage Grotesque,sans-serif;color:var(--brand-dark);letter-spacing:.6px;text-transform:uppercase;line-height:1.4;background:#837cfe0f}button.navbar__logo{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;text-decoration:none}.navbar__links li button{background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;color:var(--text);padding:0;transition:color .18s}.navbar__links li button:hover,.navbar__links li button.active{color:var(--brand)}.features-hero{position:relative;min-height:870px;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:#f0edf8}.features-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.features-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;max-width:1044px;width:100%;padding:160px 40px 0;text-align:center}.features-hero__badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff26;border:.5px solid rgba(255,255,255,.7);border-radius:10px;padding:7px 14px 7px 7px}.features-hero__badge-icon{background:var(--white);border-radius:5px;padding:7px;display:flex;align-items:center;color:var(--black)}.features-hero__badge span{font-size:14px;color:var(--black);letter-spacing:.28px;white-space:nowrap}.features-hero__heading{font-family:Inter Tight,sans-serif;font-weight:500;font-size:clamp(36px,5vw,64px);line-height:1.2;letter-spacing:.32px;color:var(--black)}.features-hero__heading-gradient{background:linear-gradient(90deg,#d387a5,#3c28ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-hero__sub{font-size:14px;color:#0009;max-width:604px;line-height:1.4;letter-spacing:.28px}.features-hero__btns{display:flex;gap:15px;align-items:center;margin-top:4px}.features-hero__logos{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;gap:20px;margin-top:50px;padding-bottom:40px}.features-hero__logos-row{display:flex;gap:20px;justify-content:center}.features-hero__logo-tile{flex-shrink:0;width:110px;height:90px;background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 4px 5.5px #00000021}.features-hero__logo-tile img{max-width:48px;max-height:48px;object-fit:contain}.kf-section{padding:80px 0}.kf-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:50px}.kf-section__header-left{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.kf-section__heading{font-family:Inter Tight,sans-serif;font-weight:500;font-size:clamp(28px,4vw,48px);line-height:1.3;letter-spacing:.24px;color:var(--black)}.kf-section__sub{font-size:14px;color:#0009;text-align:right;max-width:541px;line-height:1.4;letter-spacing:.28px}.kf-section__rows{display:flex;flex-direction:column;gap:30px}.kf-row{display:flex;gap:30px;align-items:stretch}.kf-card{flex:1;position:relative;background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;overflow:hidden;height:403px}.kf-card--wide{flex:0 0 58.5%}.kf-row--reverse .kf-card--wide{order:2}.kf-row--reverse .kf-card:not(.kf-card--wide){order:1}.kf-card--accent-border{border-color:var(--accent);box-shadow:0 0 37.9px #f1a4c21a}.kf-card__chart-area{position:absolute;inset:0 0 170px}.kf-card__chart-label{position:absolute;top:22px;left:70px;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:10px;color:var(--black)}.kf-card__chart-caption{position:absolute;top:16px;left:35px;right:20px;font-family:Bricolage Grotesque,sans-serif;font-size:10px;color:var(--black);opacity:.8}.kf-yaxis{position:absolute;top:52px;left:70px;right:30px;display:flex;flex-direction:column;gap:6px;opacity:.6}.kf-yaxis__row{display:flex;align-items:center;padding-bottom:4px;border-bottom:.5px solid var(--gray-stroke)}.kf-yaxis__row span{font-family:Bricolage Grotesque,sans-serif;font-size:10px;color:var(--black);flex:1}.kf-card__line-chart{position:absolute;top:55px;left:118px;width:calc(100% - 130px);height:calc(100% - 70px);object-fit:contain;object-position:left center}.kf-card__chart-area--donut{bottom:0}.kf-donut{position:absolute;object-fit:contain}.kf-donut--outer{left:21.8%;top:26.3%;width:42%;height:50.2%}.kf-donut--mid{left:59.7%;top:46.5%;width:15.2%;height:22.3%}.kf-donut--inner{left:26.7%;top:11.4%;width:46%;height:31.6%}.kf-donut-badge{position:absolute;display:flex;align-items:center;gap:5px;background:var(--gray-bg);border-radius:3px;padding:5px 8px;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:10px;color:var(--black);transform:translate(-50%,-50%);white-space:nowrap;z-index:2}.kf-donut-badge__dot{width:4px;height:4px;border-radius:50%;flex-shrink:0}.kf-donut-badge__dot--blue{background:var(--brand)}.kf-donut-badge__dot--orange{background:var(--warning)}.kf-donut-badge__dot--pink{background:var(--accent)}.kf-card__chart-area--table{bottom:170px}.kf-country-list{position:absolute;top:46px;left:35px;right:35px;display:flex;flex-direction:column;gap:7px}.kf-country-item{display:flex;align-items:center;justify-content:space-between;gap:8px}.kf-country-item--faded{opacity:.35}.kf-country-bar{background:#00000026;border-radius:8px;padding:7px 24px 7px 8px;display:flex;align-items:center;gap:8px;font-family:Inter Tight,sans-serif;font-size:14px;color:var(--black)}.kf-country-flag{width:24px;height:24px;border-radius:2px;object-fit:cover;flex-shrink:0}.kf-country-num{font-family:Inter Tight,sans-serif;font-weight:500;font-size:16px;color:var(--black)}.flag-de{display:inline-flex;flex-direction:column;width:24px;height:24px;border-radius:2px;overflow:hidden;flex-shrink:0}.flag-de__black{background:#000;flex:1}.flag-de__red{background:#d00;flex:1}.flag-de__gold{background:#ffce00;flex:1}.kf-flag-dot{width:24px;height:24px;border-radius:50%;flex-shrink:0}.kf-flag-dot--red{background:#d32f2f}.kf-card__chart-area--bars{bottom:170px}.kf-card__line-overlay{position:absolute;top:36px;left:35px;width:calc(100% - 50px);height:calc(100% - 100px);object-fit:contain;object-position:left bottom;object-fit:fill;z-index:1}.kf-bar-groups{position:absolute;bottom:0;left:35px;right:15px;display:flex;gap:16px;align-items:flex-end}.kf-bar-group{flex:1;display:flex;flex-direction:column;gap:5px}.kf-bar-group__bars{display:flex;gap:3px;align-items:flex-end}.kf-bar{flex:1;background:var(--brand);min-width:0}.kf-bar-group__labels{display:flex;justify-content:space-between;font-family:Bricolage Grotesque,sans-serif;font-size:9px;color:var(--black);opacity:.6}.kf-card__panel{position:absolute;bottom:0;left:0;right:0;background:var(--white);padding:18px 35px 28px;display:flex;flex-direction:column;gap:8px}.kf-card__benefit{font-size:12px;color:var(--success);line-height:1.4}.kf-card__title{font-family:Inter Tight,sans-serif;font-weight:500;font-size:20px;color:var(--black);letter-spacing:.1px;line-height:1.4;margin-bottom:5px}.kf-card__desc{font-size:14px;color:var(--text-secondary);line-height:1.4;letter-spacing:.28px}.erp-overview{padding:80px 0;background:var(--white)}.erp-overview__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:50px}.erp-overview__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.erp-card{background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;padding:25px;display:flex;flex-direction:column;gap:37px;box-shadow:4px 4px 14.8px #0000000f}.erp-card--accent{background-image:radial-gradient(circle at top right,#f2adc980,#fbe5eeeb 55%,#ffffff54)}.erp-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:.5px solid var(--gray-stroke);border-radius:5px;background:var(--white);box-shadow:inset 3px 4px 5px #47474726;padding:10px}.erp-card__icon img{width:24px;height:24px;object-fit:contain}.erp-card__body{display:flex;flex-direction:column;gap:12px}.erp-card__title{font-family:Inter Tight,sans-serif;font-weight:500;font-size:20px;color:var(--black);letter-spacing:.1px;line-height:1.4}.erp-card__desc{font-size:14px;color:var(--text-secondary);line-height:1.4;letter-spacing:.28px}.security{padding:var(--section-py) 0}.security__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:30px}.security__panel{background:var(--gray-bg);border-radius:20px;padding:50px 30px;display:flex;align-items:center;justify-content:space-between;gap:40px}.security__logo-card{position:relative;background:var(--white);border-radius:13px;overflow:hidden;flex-shrink:0;width:380px;min-height:431px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 10px;gap:20px}.security__logo-grid{display:flex;flex-direction:column;gap:16px;width:100%}.security__logo-row{display:flex;gap:12px;justify-content:center}.security__logo-tile{width:72px;height:72px;background:var(--white);border:.5px solid var(--gray-stroke);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 4px 5.5px #00000021;flex-shrink:0}.security__logo-tile img{max-width:36px;max-height:36px;object-fit:contain}.security__logo-fade{position:absolute;top:0;bottom:0;width:60px;pointer-events:none}.security__logo-fade--left{left:0;background:linear-gradient(to right,var(--white),rgba(255,255,255,0))}.security__logo-fade--right{right:0;background:linear-gradient(to left,var(--white),rgba(255,255,255,0))}.security__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:30px;min-height:431px}.security__content-top{display:flex;flex-direction:column;gap:6px}.security__subheading{font-family:Inter Tight,sans-serif;font-weight:500;font-size:clamp(22px,2.5vw,32px);color:var(--black);letter-spacing:.16px;line-height:1.3}.security__sub{font-size:14px;color:var(--text-secondary);letter-spacing:.28px;line-height:1.4}.security__cert-card{background:var(--white);border-radius:13px;padding:25px 35px}.security__certs{list-style:none;display:flex;flex-direction:column;gap:14px}.security__cert{display:flex;align-items:flex-start;gap:12px;font-size:18px;line-height:1.4}.security__cert strong{font-weight:600;color:var(--black)}.security__cert span:last-child{color:var(--text)}.security__check{flex-shrink:0;margin-top:2px}.why-erphoria{padding:80px 0}.why-erphoria__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:50px}.why-erphoria__rows{display:flex;flex-direction:column;gap:20px}.why-erphoria__row{display:flex;gap:20px;align-items:stretch}.why-erphoria__card{flex:1;background:var(--white);border:.5px solid var(--gray-bg);border-radius:13px;padding:25px;box-shadow:4px 4px 14.8px #0000000f;display:flex;flex-direction:column;overflow:hidden;min-height:280px}.why-erphoria__card--wide{flex:1.6}.why-erphoria__card--accent{border-color:var(--accent);border-width:1px}.why-erphoria__number{font-family:Inter Tight,sans-serif;font-weight:400;font-size:120px;line-height:1;letter-spacing:.64px;background:linear-gradient(180deg,#00000036,#0000 76%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:-55px}.why-erphoria__number--accent{background:linear-gradient(180deg,var(--accent) 0%,rgba(241,164,194,0) 76%);-webkit-background-clip:text;background-clip:text}.why-erphoria__card-body{display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:16px}.why-erphoria__card-title{font-family:Inter Tight,sans-serif;font-weight:500;font-size:20px;color:var(--black);letter-spacing:.1px;line-height:1.4}.why-erphoria__card-desc{font-size:14px;color:var(--text-secondary);line-height:1.4;letter-spacing:.28px}.why-erphoria__image-slot{flex:1.3;border-radius:13px;overflow:hidden;min-height:280px;background:var(--gray-bg)}.why-erphoria__image-slot img{width:100%;height:100%;object-fit:cover;border-radius:13px}.features-cta{display:flex;flex-direction:column}.fcta-panel{position:relative;margin:20px;border-radius:15px;overflow:hidden;min-height:496px;display:flex;align-items:center}.fcta-panel__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.fcta-panel__text{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;padding:60px 40px 60px 60px;max-width:52%}.fcta-panel__heading{font-family:Inter Tight,sans-serif;font-weight:500;font-size:clamp(26px,3.5vw,48px);color:var(--white);line-height:1.3;letter-spacing:.24px}.fcta-panel__gradient{background:linear-gradient(90deg,var(--blue),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fcta-panel__sub{font-size:14px;color:#ffffffd9;line-height:1.4;letter-spacing:.28px;max-width:294px}.fcta-panel__btns{display:flex;gap:10px;align-items:center}.fcta-panel__btns .btn--fill{display:flex;align-items:center;gap:4px}.fcta-panel__cards{position:absolute;right:0;top:0;bottom:0;width:52%}.fcta-card{position:absolute;background:var(--white);border-radius:13px;overflow:hidden;box-shadow:0 4px 24px #0000002e}.fcta-card--revenue{top:22px;right:22px;width:290px;height:216px;padding:16px 18px 12px;display:flex;flex-direction:column;gap:6px;border:.5px solid var(--gray-stroke)}.fcta-card__label{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:10px;color:var(--black);flex-shrink:0}.fcta-card__chart{flex:1;position:relative;overflow:hidden}.fcta-mini-bars{position:absolute;bottom:0;left:38px;right:0;display:flex;gap:4px;align-items:flex-end}.fcta-mini-bar{flex:1;background:var(--brand)}.fcta-card__line{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;z-index:1}.fcta-card__yaxis{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:2px 0}.fcta-card__yaxis span{font-family:Bricolage Grotesque,sans-serif;font-size:8px;color:var(--black);opacity:.6;line-height:1}.fcta-card--users{top:175px;left:0;width:232px;padding:16px;display:flex;flex-direction:column;gap:10px;border:.5px solid var(--gray-stroke)}.fcta-card__users-header{display:flex;flex-direction:column;gap:4px}.fcta-card__users-stat{display:flex;align-items:center;gap:8px}.fcta-card__users-num{font-family:Inter Tight,sans-serif;font-weight:500;font-size:20px;color:var(--brand)}.fcta-card__users-change{font-family:Bricolage Grotesque,sans-serif;font-size:10px;color:var(--success)}.fcta-country-list{display:flex;flex-direction:column;gap:6px}.fcta-country-item{display:flex;align-items:center;justify-content:space-between;gap:6px;font-family:Inter Tight,sans-serif;font-size:12px;color:var(--black)}.fcta-country-bar{background:#00000026;border-radius:6px;padding:5px 14px 5px 6px;display:flex;align-items:center;gap:6px}.fcta-flag{width:20px;height:20px;border-radius:2px;object-fit:cover;flex-shrink:0}.fcta-flag-de{display:inline-block;width:20px;height:20px;border-radius:2px;flex-shrink:0;background:linear-gradient(to bottom,#000 33.3%,#d00 33.3% 66.6%,#ffce00 66.6%)}.fcta-card--perf{bottom:16px;right:28px;width:280px;height:230px;padding:14px 16px;display:flex;flex-direction:column;gap:8px;border:.5px solid var(--gray-stroke)}.fcta-donut-wrap{position:relative;height:157px;flex-shrink:0}.fcta-donut{position:absolute;object-fit:contain}.fcta-donut--a{left:24.8%;top:26.7%;width:37.5%;height:55.9%}.fcta-donut--b{left:58.7%;top:49.3%;width:13.6%;height:24.9%}.fcta-donut--c{left:29.2%;top:10.2%;width:41.1%;height:35.1%}.fcta-donut-badge{position:absolute;display:flex;align-items:center;gap:4px;background:var(--gray-bg);border-radius:3px;padding:4px 6px;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:9px;color:var(--black);transform:translate(-50%,-50%);white-space:nowrap;z-index:2}.fcta-badge-dot{width:4px;height:4px;border-radius:50%}.fcta-badge-dot--blue{background:var(--brand)}.fcta-badge-dot--orange{background:var(--warning)}.fcta-badge-dot--pink{background:var(--accent)}.features-footer{background:var(--gray-bg);padding:60px 0 0;overflow:hidden;position:relative}.features-footer .container{position:relative;z-index:1}.features-footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:60px;padding-bottom:60px;border-bottom:.5px solid var(--gray-stroke)}.features-footer__brand{max-width:400px;display:flex;flex-direction:column;gap:20px}.features-footer__logo{display:flex;align-items:center;gap:10px}.features-footer__logo span{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--brand)}.features-footer__tagline{font-size:14px;color:var(--text);line-height:1.4}.features-footer__links{display:flex;gap:70px}.features-footer__col{display:flex;flex-direction:column;gap:16px}.features-footer__col-heading{font-size:16px;font-weight:600;color:var(--black)}.features-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:14px}.features-footer__col ul li a{font-size:14px;color:var(--text);text-decoration:none;transition:color .18s}.features-footer__col ul li a:hover{color:var(--brand)}.features-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0 30px;font-size:14px;color:var(--text)}.features-footer__bottom-links{display:flex;gap:30px}.features-footer__bottom-links a{color:var(--text);text-decoration:none;transition:color .18s}.features-footer__bottom-links a:hover{color:var(--brand)}.features-footer__wordmark{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(80px,18vw,240px);text-align:center;text-transform:uppercase;background:linear-gradient(180deg,#837cfe47,#837cfe00 78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:.05em;padding:0 20px;width:100%;display:block;position:relative}@media(max-width:1100px){.kf-card--wide{flex:0 0 55%}.security__panel{flex-direction:column}.security__logo-card{width:100%;min-height:auto}.security__content{min-height:auto}.fcta-panel__text{max-width:58%;padding:40px 30px 40px 40px}.features-footer__links{gap:40px}}@media(max-width:900px){.kf-section__header{flex-direction:column;align-items:flex-start}.kf-section__sub{text-align:left;max-width:100%}.kf-row,.kf-row--reverse{flex-direction:column}.kf-card,.kf-card--wide{flex:none;width:100%;height:440px}.kf-row--reverse .kf-card--wide,.kf-row--reverse .kf-card:not(.kf-card--wide){order:unset}.erp-overview__grid{grid-template-columns:repeat(2,1fr)}.why-erphoria__row{flex-direction:column}.why-erphoria__image-slot{min-height:200px}.fcta-panel{flex-direction:column;min-height:auto}.fcta-panel__text{max-width:100%;padding:40px 30px}.fcta-panel__cards{position:relative;width:100%;height:280px}.features-footer__top{flex-direction:column;gap:36px}.features-footer__links{gap:24px;flex-wrap:wrap}}@media(max-width:640px){.features-hero__logo-tile{width:80px;height:72px}.features-hero__logos-row{gap:10px}.erp-overview__grid{grid-template-columns:1fr}.security__logo-tile{width:60px;height:60px}.fcta-panel__btns{flex-direction:column;align-items:flex-start}.features-footer__bottom{flex-direction:column;gap:16px;align-items:flex-start}.features-footer__bottom-links{flex-wrap:wrap;gap:16px}}.live-demo{background:radial-gradient(ellipse 70% 50% at 50% 100%,rgba(131,124,254,.12) 0%,transparent 70%),linear-gradient(180deg,var(--surface) 0%,#edeaff 100%);padding:var(--section-py) clamp(24px,5vw,70px) 0}.live-demo__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:none;margin-bottom:12px}.live-demo__heading{font-family:Inter Tight,sans-serif;font-size:clamp(38px,6vw,72px);font-weight:700;line-height:1.08;letter-spacing:-1px;color:var(--black);margin:0}.live-demo__sub{font-size:clamp(15px,1.4vw,17px);line-height:1.7;max-width:580px;color:var(--text);margin:0}.live-demo__scroll-area{min-height:400vh;position:relative}.live-demo__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;gap:56px;padding:0 clamp(24px,5vw,70px)}.live-demo__cards-col{flex:1;position:relative;height:clamp(380px,58vh,580px)}.live-demo__card{position:absolute;inset:0;border-radius:20px;overflow:hidden}.live-demo__video-ph{width:100%;height:100%;background:#0f0f13;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;cursor:pointer;position:relative}.live-demo__card-step{position:absolute;top:20px;left:24px;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:600;color:#ffffff4d;letter-spacing:1px}.live-demo__play{width:64px;height:64px;border-radius:50%;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px #837cfe26,0 0 0 22px #837cfe12;transition:transform .2s ease}.live-demo__video-ph:hover .live-demo__play{transform:scale(1.08)}.live-demo__ph-label{font-size:14px;color:#ffffff73;font-family:Inter,sans-serif;letter-spacing:.3px}.live-demo__steps-col{flex:0 0 300px;display:flex;flex-direction:column}.live-demo__step{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--gray-stroke);opacity:.3;cursor:default}.live-demo__step:first-child{border-top:1px solid var(--gray-stroke)}.live-demo__step.is-active{opacity:1}.live-demo__step-num{font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:600;color:var(--brand);flex-shrink:0;padding-top:3px;letter-spacing:.5px}.live-demo__step-tag{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--brand);display:block;margin-bottom:6px}.live-demo__step-title{font-family:Inter Tight,sans-serif;font-size:15px;font-weight:600;color:var(--black);margin:0 0 6px;line-height:1.35}.live-demo__step-desc{font-size:13px;color:var(--text);line-height:1.65;margin:0;max-height:0;overflow:hidden;opacity:0}.mhub{background:var(--white);padding:var(--section-py) 0}.mhub__header{text-align:center;max-width:none;margin:0 auto 72px;display:flex;flex-direction:column;align-items:center;gap:24px}.mhub__header .section__heading{font-size:clamp(38px,6vw,72px);font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:0}.mhub__header .section__sub{font-size:clamp(15px,1.4vw,17px);max-width:580px;line-height:1.7;margin:0;color:var(--text)}.mhub__inner{display:flex;gap:64px;align-items:center}.mhub__left{flex:0 0 380px;display:flex;flex-direction:column;gap:24px}.mhub__benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.mhub__benefit{display:flex;gap:14px;align-items:flex-start}.mhub__benefit-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:var(--gray-bg);display:flex;align-items:center;justify-content:center}.mhub__benefit-title{display:block;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600;color:var(--black);margin-bottom:4px}.mhub__benefit-desc{font-size:13px;color:var(--text);line-height:1.6;margin:0}.mhub__right{flex:1;min-width:0}.mhub__card{background:#fffffff7;border:1px solid rgba(131,124,254,.12);border-radius:20px;padding:28px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:20px}.mhub__card-header{display:flex;align-items:center;justify-content:space-between}.mhub__card-title{font-family:Inter Tight,sans-serif;font-size:15px;font-weight:600;color:var(--black)}.mhub__card-period{font-size:12px;color:var(--text-secondary);background:var(--gray-bg);padding:4px 10px;border-radius:20px}.mhub__table{display:flex;flex-direction:column;gap:0;border:1px solid var(--gray-stroke);border-radius:12px;overflow:hidden}.mhub__table-head{display:grid;grid-template-columns:1.8fr 1fr .7fr 1.1fr .7fr;padding:10px 16px;background:var(--gray-bg);font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;gap:8px}.mhub__table-row{display:grid;grid-template-columns:1.8fr 1fr .7fr 1.1fr .7fr;padding:12px 16px;border-top:1px solid var(--gray-stroke);font-size:13px;color:var(--text);align-items:center;gap:8px;transition:background .15s}.mhub__table-row:hover{background:var(--gray-bg)}.mhub__source-name{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--black)}.mhub__source-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mhub__trend{color:var(--success);font-weight:600;font-size:12px}.mhub__chart{display:flex;flex-direction:column;gap:10px}.mhub__chart-label{font-size:12px;color:var(--text-secondary);margin:0}.mhub__bars{display:flex;flex-direction:column;gap:8px}.mhub__bar-row{display:flex;align-items:center;gap:10px}.mhub__bar-name{font-size:12px;color:var(--text);width:90px;flex-shrink:0}.mhub__bar-track{flex:1;height:8px;background:var(--gray-bg);border-radius:4px;overflow:hidden}.mhub__bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.mhub__bar-val{font-size:12px;font-weight:600;color:var(--black);width:24px;text-align:right}.mhub__card-footer{border-top:1px solid var(--gray-stroke);padding-top:16px}.mhub__insight{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text);line-height:1.5}@media(max-width:900px){.mhub__inner{flex-direction:column;gap:40px}.mhub__left{flex:none;width:100%}.mhub__table-head,.mhub__table-row{grid-template-columns:1.6fr 1fr .6fr 1fr .6fr;font-size:12px;padding:10px 12px}}@media(max-width:480px){.mhub__card{padding:20px 16px}.mhub__table-head{display:none}.mhub__table-row{grid-template-columns:1fr 1fr 1fr;gap:4px}.mhub__table-row span:nth-child(4),.mhub__table-row span:nth-child(5){display:none}}.who-for{background:var(--white);padding:var(--section-py) 0}.who-for__header{max-width:none;margin:0 auto 72px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.who-for__heading{font-family:Inter Tight,sans-serif;font-size:clamp(38px,6vw,72px);font-weight:700;color:var(--black);line-height:1.08;letter-spacing:-1px;margin:0}.who-for__sub{font-size:clamp(15px,1.4vw,17px);line-height:1.7;color:var(--text);max-width:580px;margin:0}.who-for__cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.who-card{border-radius:20px;padding:40px 36px;display:flex;flex-direction:column;gap:22px;background:linear-gradient(145deg,#f8f7ff,#efeeff);border:1px solid rgba(131,124,254,.16);cursor:default;will-change:transform;box-shadow:0 4px 24px #837cfe14;transition:box-shadow .3s ease,border-color .3s ease}.who-card:hover{box-shadow:0 12px 48px #837cfe29;border-color:#837cfe47}.who-card--dark{padding:40px 36px}.who-card--dark{background:var(--gradient-brand);border-color:#837cfe4d;color:var(--white);box-shadow:0 8px 40px #837cfe59}.who-card--dark:hover{box-shadow:0 16px 56px #837cfe80;border-color:#ffffff40}.who-card__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#837cfe1f;color:var(--brand);flex-shrink:0}.who-card--dark .who-card__icon{background:#ffffff2e;color:var(--white)}.who-card__tag{font-family:Bricolage Grotesque,sans-serif;font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--brand)}.who-card--dark .who-card__tag{color:#fffc}.who-card__headline{font-family:Inter Tight,sans-serif;font-size:clamp(20px,2.2vw,26px);font-weight:500;line-height:1.3;letter-spacing:-.2px;margin:0;color:var(--black)}.who-card--dark .who-card__headline{color:var(--white)}.who-card__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;flex:1}.who-card__bullet{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;color:var(--text)}.who-card--dark .who-card__bullet{color:#ffffffd9}.who-card__check{flex-shrink:0;margin-top:2px;color:var(--brand)}.who-card--dark .who-card__check{color:#ffffffb3}.who-card__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;align-self:flex-start;transition:opacity .2s ease,transform .2s ease;font-family:Inter,sans-serif}.who-card__cta:hover{opacity:.88;transform:translate(2px)}.who-card__cta--light{background:var(--white);color:var(--black);box-shadow:0 2px 8px #0000001a}.who-card__cta--dark{background:var(--gradient-brand);color:var(--white);box-shadow:0 4px 16px #837cfe59}@media(max-width:768px){.who-for__cards{grid-template-columns:1fr}.who-card{padding:28px 24px}}.industry-solutions{display:flex;gap:60px;align-items:center;padding:var(--section-py) clamp(24px,5vw,70px)}.industry-solutions__left{flex-shrink:0;width:400px;display:flex;flex-direction:column;gap:20px}.industry-solutions__header{display:flex;flex-direction:column;gap:10px}.industry-solutions__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,3.5vw,48px);font-weight:500;line-height:1.3;letter-spacing:.24px;color:var(--black)}.industry-solutions__sub-wrap{display:flex;flex-direction:column;gap:20px}.industry-solutions__sub{font-size:14px;line-height:1.4;letter-spacing:.28px;color:#0009}.industry-solutions__right{flex:1;display:flex;flex-direction:column;gap:28px;min-width:0}.industry-solutions__cards-wrap{position:relative}.industry-solutions__cards{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding:4px 2px 8px}.industry-solutions__cards::-webkit-scrollbar{display:none}.industry-solutions__fade{position:absolute;top:0;height:100%;width:140px;pointer-events:none;z-index:1}.industry-solutions__fade--left{left:0;background:linear-gradient(to right,var(--white),rgba(255,255,255,0))}.industry-solutions__fade--right{right:0;background:linear-gradient(to left,var(--white),rgba(255,255,255,0))}.industry-card{flex-shrink:0;width:400px;background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;box-shadow:4px 4px 14.8px #0000000f;padding:25px;display:flex;flex-direction:column;gap:30px;scroll-snap-align:start}.industry-card__profile{display:flex;align-items:center;gap:12px}.industry-card__avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--gray-bg)}.industry-card__name{font-size:16px;line-height:1.4;color:var(--black)}.industry-card__body{display:flex;flex-direction:column;gap:20px}.industry-card__modules{font-size:14px;line-height:1.4;color:var(--text-secondary);margin-bottom:8px;font-weight:500}.industry-card__solution{font-size:14px;line-height:1.4;color:var(--text-secondary)}.industry-card__quote{font-size:15px;line-height:1.4;color:var(--black);font-style:italic}.industry-solutions__progress{position:relative;height:5px;width:383px;max-width:100%;border-radius:2px;background:#afafaf4d}.industry-solutions__progress-fill{position:absolute;left:0;top:0;height:5px;width:266px;border-radius:2px;background:var(--brand)}@media(max-width:900px){.live-demo__sticky{flex-direction:column;height:auto;padding:40px clamp(20px,4vw,48px);gap:40px}.live-demo__scroll-area{min-height:unset}.live-demo__cards-col{width:100%;height:320px;position:relative}.live-demo__steps-col{flex:none;width:100%}}@media(max-width:640px){.live-demo__cards-col{height:260px}.industry-card{width:300px}}.home-footer{background:var(--gray-bg);border-radius:9px;padding:20px 20px 0;display:flex;flex-direction:column;gap:60px;overflow:hidden;position:relative}.hfcta{position:relative;height:580px;background:var(--white);border-radius:15px;overflow:hidden;flex-shrink:0}.hfcta__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.hfcta__content{position:absolute;left:clamp(24px,3.3vw,47px);top:175px;width:clamp(280px,48%,684px);display:flex;flex-direction:column;gap:25px}.hfcta__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,3.5vw,48px);font-weight:500;line-height:1.3;letter-spacing:.24px;color:var(--white)}.hfcta__gradient{background:linear-gradient(to right,var(--blue),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hfcta__sub-box{background:#ffffff14;padding:10px 15px;max-width:320px}.hfcta__sub{font-size:14px;line-height:1.4;letter-spacing:.28px;color:var(--white)}.hfcta__btns{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hfcta__btn-stroke{height:44px;padding:0 22px;background:var(--white);border:.5px solid rgba(87,87,87,.15);border-radius:8px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;color:var(--text);cursor:pointer;white-space:nowrap}.hfcta__btn-fill{height:44px;padding:0 10px 0 20px;background:var(--brand);border:none;border-radius:8px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;color:var(--white);cursor:pointer;display:flex;align-items:center;gap:4px;box-shadow:0 0 13.2px #bdb9ffd1;white-space:nowrap}.hfcta__arrow{width:15px;height:15px}.hfcta__cards{position:absolute;right:0;top:0;width:48%;height:100%}.hfcta__icon-pill{position:absolute;background:var(--white);border-radius:5px;padding:10px;box-shadow:inset 3px 4px 5px #47474726;display:flex;align-items:center;justify-content:center}.hfcta__card{position:absolute;background:var(--white);border-radius:13px;overflow:hidden}.hfcta__card--revenue{top:8px;left:120px;width:285px;height:200px;border:.5px solid var(--gray-stroke);padding:14px}.hfcta__card--users{top:170px;left:0;width:220px;height:220px;border:.5px solid var(--gray-stroke);padding:14px 0}.hfcta__card--perf{top:250px;left:195px;width:280px;height:230px;border:.5px solid var(--gray-stroke);padding:14px}.hfcta__card-title{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;line-height:1;color:var(--black);white-space:nowrap;margin-bottom:6px}.hfcta__card-header{display:flex;align-items:center;justify-content:space-between;padding:0 14px;margin-bottom:8px}.hfcta__card--users .hfcta__card-title{margin-bottom:0}.hfcta__menu-dots{width:18px;height:4px}.hfcta__rev-area{display:flex;gap:4px;height:130px}.hfcta__rev-yaxis{display:flex;flex-direction:column;justify-content:space-between;opacity:.6}.hfcta__rev-yaxis span{font-family:Bricolage Grotesque,sans-serif;font-size:8px;color:var(--black);line-height:1}.hfcta__rev-chart{position:relative;flex:1}.hfcta__rev-bars{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:flex-end;justify-content:space-between;height:100%}.hfcta__rev-bar{width:16px;background:var(--brand);border-radius:1px 1px 0 0}.hfcta__rev-line{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.hfcta__rev-xlabels{display:flex;justify-content:space-between;opacity:.6;padding-left:28px;margin-top:4px}.hfcta__rev-xlabels span{font-family:Bricolage Grotesque,sans-serif;font-size:8px;color:var(--black)}.hfcta__users-stat{display:flex;align-items:center;gap:8px;padding:0 14px;margin-bottom:12px}.hfcta__users-num{font-family:Inter Tight,sans-serif;font-size:18px;font-weight:500;color:var(--brand);line-height:1.4;letter-spacing:.1px}.hfcta__users-up{font-family:Bricolage Grotesque,sans-serif;font-size:10px;color:var(--success);line-height:1}.hfcta__countries{display:flex;flex-direction:column;gap:6px;padding:0 14px;overflow:hidden}.hfcta__country{display:flex;align-items:center;justify-content:space-between;gap:4px}.hfcta__country-pill{display:flex;align-items:center;gap:6px;background:#0003;border-radius:8px;padding:6px 8px;flex-shrink:0}.hfcta__country-pill span{font-family:Inter Tight,sans-serif;font-size:11px;color:var(--black);white-space:nowrap}.hfcta__country-count{font-family:Inter Tight,sans-serif;font-size:13px;font-weight:500;color:var(--black);white-space:nowrap}.hfcta__flag{position:relative;width:20px;height:20px;border-radius:50%;overflow:hidden;flex-shrink:0}.hfcta__flag img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hfcta__flag--de{background:linear-gradient(to bottom,#000 0% 33.3%,#d00 33.3% 66.6%,#ffcd00 66.6% 100%)}.hfcta__donut-wrap{position:relative;width:280px;height:177px;margin-top:4px}.hfcta__donut-img{position:absolute;object-fit:contain}.hfcta__donut-img--a{left:24.8%;top:26.7%;width:37.5%;height:55.9%}.hfcta__donut-img--b{left:58.7%;top:49.3%;width:13.6%;height:24.9%}.hfcta__donut-img--c{left:29.2%;top:10.2%;width:41.1%;height:35.1%}.hfcta__donut-badge{position:absolute;display:flex;align-items:center;gap:3px;background:var(--gray-bg);padding:4px 5px;border-radius:3px;font-family:Bricolage Grotesque,sans-serif;font-size:9px;font-weight:600;color:var(--black);white-space:nowrap}.hfcta__dot{width:4px;height:4px}.home-footer__links-wrap{padding:60px 50px 40px;border-top:.5px solid var(--gray-stroke)}.home-footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:40px}.home-footer__brand{width:380px;flex-shrink:0;display:flex;flex-direction:column;gap:24px}.home-footer__logo{display:flex;align-items:center;gap:10px}.home-footer__logo-img{height:60px;width:auto;display:block;object-fit:contain}.home-footer__logo span{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:var(--brand);line-height:1.2;letter-spacing:.12px}.home-footer__tagline{font-size:16px;line-height:1.4;color:var(--text)}.home-footer__search{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 10px 0 20px;border-radius:32px;border:.75px solid rgba(0,0,0,.3);background:linear-gradient(100.5deg,#f1a4c224 9.66%,#1267f833 105.42%);box-shadow:0 4px 12px #0d0a2c0f;cursor:text}.home-footer__search-placeholder{font-size:16px;line-height:1.4;color:#0000004d}.home-footer__search-icon{width:24px;height:24px;flex-shrink:0}.home-footer__cols{display:flex;gap:80px;flex-shrink:0}.home-footer__col{display:flex;flex-direction:column;gap:20px;min-width:100px}.home-footer__col-heading{font-size:16px;line-height:1.4;color:var(--black)}.home-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.home-footer__col a{font-size:16px;line-height:1.4;color:var(--text);text-decoration:none}.home-footer__col a:hover{color:var(--brand)}.home-footer__bottom{display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1.4;color:var(--text);white-space:nowrap;flex-wrap:wrap;gap:16px}.home-footer__bottom-links{display:flex;gap:40px}.home-footer__bottom-links a{color:var(--text);text-decoration:none}.home-footer__bottom-links a:hover{color:var(--brand)}.home-footer__wordmark{font-family:Inter,sans-serif;font-size:clamp(80px,16vw,220px);font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:1.3px;text-align:center;background:linear-gradient(180deg,#837cfe47,#837cfe00 78%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-user-select:none;user-select:none;margin-top:-40px;padding-bottom:0;display:block;width:100%}@media(max-width:1100px){.hfcta{height:500px}.hfcta__content{top:120px}.hfcta__cards{width:44%}.hfcta__card--revenue{left:80px;width:240px}.hfcta__card--users{width:190px;height:200px}.hfcta__card--perf{left:150px;width:240px}}@media(max-width:900px){.hfcta{height:auto;min-height:320px}.hfcta__cards{display:none}.hfcta__content{position:static;width:100%;padding:48px 40px}.hfcta__heading{font-size:clamp(24px,5vw,36px)}.home-footer__top{flex-direction:column}.home-footer__brand{width:100%}.home-footer__cols{flex-wrap:wrap;gap:40px}.home-footer__links-wrap{padding:40px 24px}}@media(max-width:640px){.home-footer__bottom{flex-direction:column;align-items:flex-start}.home-footer__bottom-links{flex-wrap:wrap;gap:16px}.hfcta__btns{flex-direction:column;align-items:flex-start}}.role-hero{position:relative;overflow:hidden;background:#ebebeb;border-radius:30px;min-height:700px;margin:0 20px;display:flex;align-items:center;justify-content:center}.role-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.role-hero__blob{position:absolute;pointer-events:none;opacity:.5}.role-hero__blob--left{width:420px;left:-60px;top:40%;transform:rotate(-72deg)}.role-hero__blob--right{width:370px;right:-50px;top:45%;transform:rotate(72deg)}.role-hero__donut{position:absolute;left:3%;top:50%;transform:translateY(-50%);width:380px;height:190px}.role-hero__donut-a,.role-hero__donut-b,.role-hero__donut-c{position:absolute;object-fit:contain}.role-hero__donut-a{left:24.8%;top:26.7%;width:37.5%;height:55.9%}.role-hero__donut-b{left:58.7%;top:49.3%;width:13.6%;height:24.9%}.role-hero__donut-c{left:29.2%;top:10.2%;width:41.1%;height:35.1%}.role-hero__badge{position:absolute;background:#f5f5f599;border-radius:4px;padding:4px 8px;display:flex;align-items:center;gap:5px;font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500;color:var(--black);white-space:nowrap}.role-hero__dot{width:10px;height:10px}.role-hero__up{position:absolute;color:var(--success);font-family:Inter,sans-serif;font-size:18px;text-shadow:0 0 15px rgba(30,255,0,.29);pointer-events:none;white-space:nowrap}.role-hero__center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:900px;padding:80px 40px;text-align:center}.role-hero__badge-pill{display:flex;align-items:center;gap:10px;background:#ffffff26;border:.5px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;padding:8px 14px;font-size:14px;color:var(--black)}.role-hero__badge-icon{background:#fff;border-radius:5px;padding:6px;display:flex;align-items:center;justify-content:center}.role-hero__badge-icon img{width:20px;height:20px}.role-hero__heading{font-family:Inter Tight,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.2;color:var(--black);letter-spacing:.32px}.role-hero__heading-gradient{background:linear-gradient(to right,#d387a5,#3c28ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.role-hero__sub{font-size:14px;color:#0009;line-height:1.4;max-width:520px}.role-hero__btns{display:flex;gap:15px;align-items:center}.role-why{padding:clamp(40px,6vw,80px) clamp(20px,5vw,70px);display:flex;flex-direction:column;gap:50px}.role-why__header{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.role-why__heading{font-family:Inter Tight,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1.3;color:var(--black);letter-spacing:.24px}.role-why__sub{font-size:14px;color:#0009;line-height:1.4;max-width:680px}.role-why__grid{display:flex;flex-direction:column;gap:20px}.role-why__row{display:flex;gap:20px;align-items:stretch}.role-why__card{background:#fff;border:.5px solid var(--gray-bg);border-radius:13px;box-shadow:4px 4px 14.8px #0000000f;padding:25px;display:flex;flex-direction:column;overflow:hidden}.role-why__card--wide{flex:1}.role-why__card--narrow{width:398px;flex-shrink:0}.role-why__card--accent-border{border-color:var(--accent);border-width:1px}.role-why__img-wrap{flex:1;border-radius:13px;overflow:hidden;min-height:280px}.role-why__img{width:100%;height:100%;object-fit:cover;border-radius:13px}.role-why__num{font-family:Inter Tight,sans-serif;font-size:128px;font-weight:400;line-height:1;letter-spacing:.64px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:-50px}.role-why__num--pink{background-image:linear-gradient(180deg,#f1a4c2,#f1a4c200 76%)}.role-why__num--black{background-image:linear-gradient(180deg,#00000036,#0000 76%)}.role-why__card-body{display:flex;flex-direction:column;gap:12px}.role-why__card-title{font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500;color:var(--black);letter-spacing:.1px}.role-why__card-desc{font-size:14px;color:var(--text-secondary);line-height:1.4}.role-what{background:var(--gray-bg);padding:clamp(40px,6vw,80px) clamp(20px,5vw,70px);display:flex;flex-direction:column;gap:50px}.role-what__header{display:flex;align-items:center;justify-content:space-between}.role-what__title-wrap{display:flex;align-items:center;gap:16px}.role-what__cog{width:35px;height:35px}.role-what__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;line-height:1.3}.role-what__desc{font-size:14px;color:#0009;line-height:1.4;text-align:right;max-width:452px}.role-what__row{display:flex;gap:19px}.role-what__row--three>.role-what__card{flex:1}.role-what__row--two>.role-what__card{flex:1}.role-what__card{background:#fff;border:.5px solid var(--gray-stroke);border-radius:13px;box-shadow:4px 4px 14.8px #0000000f;padding:25px;display:flex;flex-direction:column;gap:37px;position:relative;overflow:hidden}.role-what__card--wide{min-height:211px}.role-what__icon-box{border:.5px solid var(--gray-stroke);border-radius:5px;padding:10px;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:inset 3px 4px 5px #47474726;width:44px;height:44px;flex-shrink:0}.role-what__icon-box img{width:24px;height:24px}.role-what__card-title{font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500;color:var(--black);letter-spacing:.1px}.role-what__card-desc{font-size:14px;color:var(--text-secondary);line-height:1.4;max-width:371px}.role-what__donut{position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:280px;height:177px}.role-what__donut-a,.role-what__donut-b,.role-what__donut-c{position:absolute;object-fit:contain}.role-what__donut-a{left:24.8%;top:26.7%;width:37.5%;height:55.9%}.role-what__donut-b{left:58.7%;top:49.3%;width:13.6%;height:24.9%}.role-what__donut-c{left:29.2%;top:10.2%;width:41.1%;height:35.1%}.role-what__dot-badge{position:absolute;background:var(--gray-bg);border-radius:3px;padding:4px 6px;display:flex;align-items:center;gap:4px;font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;white-space:nowrap}.role-what__dot{width:4px;height:4px}.role-what__fade-left{position:absolute;left:0;top:0;bottom:0;width:160px;background:linear-gradient(to right,#fff,#fff0);pointer-events:none}.role-what__line-chart{position:absolute;right:0;top:50%;transform:translateY(-50%);width:65%;object-fit:contain;pointer-events:none;opacity:.85}.role-what__green-labels{position:absolute;inset:0;pointer-events:none}.role-what__green-labels span{position:absolute;color:var(--success);font-family:Bricolage Grotesque,sans-serif;font-size:10px;white-space:nowrap}.role-what__fade-right{position:absolute;right:0;top:0;bottom:0;width:200px;background:linear-gradient(to left,#fff,#fff0);pointer-events:none}.rkf{padding:var(--section-py) clamp(20px,5vw,60px);display:flex;flex-direction:column;gap:50px}.rkf__header{display:flex;align-items:flex-end;justify-content:space-between}.rkf__header-left{display:flex;flex-direction:column;gap:10px}.rkf__header-left .section__label-tag{padding:4px 12px;font-size:10px}.rkf__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;line-height:1.3}.rkf__desc{font-size:14px;color:#0009;line-height:1.4;text-align:right;max-width:541px}.rkf__row{display:flex;align-items:center;justify-content:space-between;gap:20px}.rkf__card{background:#fff;border:.5px solid var(--gray-stroke);border-radius:13px;overflow:hidden;position:relative;height:403px;display:flex;flex-direction:column}.rkf__card--wide{flex:0 0 calc(59% - 10px)}.rkf__card--narrow{flex:0 0 calc(41% - 10px)}.rkf__card--accent-border{border-color:var(--accent);box-shadow:0 0 37.9px #f1a4c21a}.rkf__card-chart-area{position:relative;flex:1;padding:34px 35px 0;display:flex;gap:8px}.rkf__rev-yaxis{display:flex;flex-direction:column;justify-content:space-between;opacity:.6;gap:6px}.rkf__rev-yaxis span{font-family:Bricolage Grotesque,sans-serif;font-size:10px;color:var(--black);border-bottom:.5px solid var(--gray-stroke);padding-bottom:4px;width:40px}.rkf__line{position:absolute;left:70px;right:0;top:50px;width:calc(100% - 70px);height:calc(100% - 90px);object-fit:contain;object-position:left center;pointer-events:none}.rkf__card-foot{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:20px 35px 30px;display:flex;flex-direction:column;gap:6px}.rkf__benefit{font-size:12px;color:var(--success)}.rkf__card-title{font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500;color:var(--black);letter-spacing:.1px}.rkf__card-desc{font-size:14px;color:var(--text-secondary);line-height:1.4}.rkf__icon-box{position:absolute;top:35px;left:35px;border:.5px solid var(--gray-stroke);border-radius:5px;padding:10px;background:#fff;box-shadow:inset 3px 4px 5px #47474726;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.rkf__icon-box img{width:24px;height:24px}.rkf__donut{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);width:300px;height:237px}.rkf__donut-a,.rkf__donut-b,.rkf__donut-c{position:absolute;object-fit:contain}.rkf__donut-a{left:21.8%;top:26.3%;width:42%;height:50.2%}.rkf__donut-b{left:59.7%;top:46.5%;width:15.2%;height:22.3%}.rkf__donut-c{left:26.7%;top:11.4%;width:46%;height:31.6%}.rkf__dot-badge{position:absolute;background:var(--gray-bg);border-radius:3px;padding:4px 6px;display:flex;align-items:center;gap:4px;font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:600;white-space:nowrap}.rkf__dot{width:4px;height:4px}.rkf__fade-bottom{position:absolute;bottom:136px;left:0;right:0;height:180px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none}.rkf__countries{position:absolute;top:80px;left:35px;right:35px;display:flex;flex-direction:column;gap:8px}.rkf__country{display:flex;align-items:center;justify-content:space-between}.rkf__country-pill{display:flex;align-items:center;gap:8px;background:#0003;border-radius:8px;padding:8px 28px 8px 8px}.rkf__country-pill span{font-family:Inter Tight,sans-serif;font-size:14px;color:var(--black);white-space:nowrap}.rkf__country-count{font-family:Inter Tight,sans-serif;font-size:16px;font-weight:500;color:var(--black)}.rkf__flag-wrap{position:relative;width:24px;height:24px;overflow:hidden;border-radius:2px;flex-shrink:0}.rkf__flag-wrap img{position:absolute;inset:0;width:100%;height:100%}.rkf__flag-mc{background:linear-gradient(to bottom,#ce1126 50%,#fff 50%);border-radius:2px}.rkf__rbac-chart{position:absolute;inset:25px 35px 136px;display:flex;align-items:flex-end;gap:30px}.rkf__bar-group{display:flex;flex-direction:column;gap:5px;flex:1}.rkf__bars{display:flex;align-items:flex-end;justify-content:space-between}.rkf__bar{background:var(--brand);width:19px;border-radius:2px 2px 0 0}.rkf__xlabels{display:flex;justify-content:space-between;opacity:.6}.rkf__xlabels span{font-family:Bricolage Grotesque,sans-serif;font-size:10px}.rkf__rbac-line{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);width:100%;object-fit:contain;pointer-events:none}.role-sec{padding:var(--section-py) clamp(20px,5vw,60px);display:flex;flex-direction:column;gap:30px}.role-sec__header{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.role-sec__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;max-width:900px}.role-sec__panel{background:var(--gray-bg);border-radius:20px;padding:clamp(40px,5vw,72px) clamp(32px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:40px}.role-sec__logos{position:relative;background:#fff;border-radius:13px;width:415px;height:431px;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px}.role-sec__logo-row{display:flex;gap:16px;align-items:center}.role-sec__logo-tile{border:.5px solid var(--gray-stroke);border-radius:13px;padding:16px;background:#fff;box-shadow:inset 0 4px 5.5px #00000021;flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.role-sec__logo-tile img{width:100%;height:100%;object-fit:contain}.role-sec__fade-left{position:absolute;left:0;top:0;bottom:0;width:146px;background:linear-gradient(to right,var(--gray-bg),rgba(245,245,245,0));pointer-events:none}.role-sec__fade-right{position:absolute;right:0;top:0;bottom:0;width:164px;background:linear-gradient(to left,var(--gray-bg),rgba(245,245,245,0));pointer-events:none}.role-sec__right{display:flex;flex-direction:column;gap:24px;flex:1}.role-sec__right-head{display:flex;flex-direction:column;gap:8px}.role-sec__subheading{font-family:Inter Tight,sans-serif;font-size:clamp(22px,2.5vw,32px);font-weight:600;color:var(--black);letter-spacing:-.2px;line-height:1.25}.role-sec__subdesc{font-size:15px;color:var(--text-secondary);line-height:1.6}.role-sec__cert-list{background:#fff;border-radius:13px;padding:28px 32px;display:flex;flex-direction:column;gap:20px}.role-sec__cert-item{display:flex;align-items:flex-start;gap:14px}.role-sec__check{width:22px;height:22px;flex-shrink:0;margin-top:3px}.role-sec__cert-item p{font-size:15px;line-height:1.6;color:var(--black)}.role-sec__cert-item strong{font-family:Inter Tight,sans-serif;font-weight:600}.role-sec__cert-item span{font-family:Inter,sans-serif;color:var(--text)}.role-team{padding:clamp(40px,6vw,80px) clamp(20px,5vw,70px);display:flex;flex-direction:column;gap:50px}.role-team__header{display:flex;align-items:flex-end;justify-content:space-between}.role-team__header-right{display:flex;gap:10px;align-items:flex-end}.role-team__header-desc{font-size:14px;color:#0009;line-height:1.4;text-align:right;max-width:440px;border-right:.5px solid var(--gray-stroke);padding-right:10px}.role-team__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;white-space:nowrap}.role-team__content{display:flex;align-items:center;justify-content:space-between;gap:40px}.role-team__info{display:flex;flex-direction:column;gap:20px;max-width:440px}.role-team__name-wrap{display:flex;flex-direction:column;gap:0}.role-team__name{font-family:Inter Tight,sans-serif;font-size:48px;font-weight:500;color:var(--black);line-height:1.3}.role-team__role-gradient{font-family:Inter,sans-serif;font-size:32px;font-weight:400;background:linear-gradient(to right,var(--blue),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.4}.role-team__bio{font-size:14px;color:#0009;line-height:1.4}.role-team__photos{display:flex;gap:12px;align-items:center;flex-shrink:0}.role-team__photo{border-radius:13px;overflow:hidden;height:449px;position:relative}.role-team__photo--main{width:342px}.role-team__photo--side{width:140px}.role-team__photo img{width:100%;height:100%;object-fit:cover;display:block}.role-team__photo-overlay{position:absolute;inset:0;background:#00000080;border-radius:13px}.role-ind{display:flex;align-items:center;padding:clamp(40px,6vw,80px) clamp(20px,5vw,70px);gap:73px}.role-ind__left{display:flex;flex-direction:column;gap:15px;flex:0 0 570px}.role-ind__left-top{display:flex;flex-direction:column;gap:10px}.role-ind__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;line-height:1.3}.role-ind__left-bottom{display:flex;flex-direction:column;justify-content:space-between;gap:16px}.role-ind__desc{font-size:14px;color:#0009;line-height:1.4;max-width:541px}.role-ind__right{flex:1;display:flex;flex-direction:column;gap:35px}.role-ind__cards-wrap{position:relative;overflow:hidden}.role-ind__cards{display:flex;gap:18px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.role-ind__cards::-webkit-scrollbar{display:none}.role-ind__card{background:#fff;border:.5px solid var(--gray-stroke);border-radius:13px;box-shadow:4px 4px 14.8px #0000000f;padding:25px;min-width:421px;display:flex;flex-direction:column;gap:37px;flex-shrink:0}.role-ind__card-profile{display:flex;gap:12px;align-items:center}.role-ind__avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.role-ind__name{font-size:16px;color:var(--black)}.role-ind__card-body{display:flex;flex-direction:column;gap:40px}.role-ind__modules,.role-ind__solution,.role-ind__quote{font-size:16px;color:var(--text-secondary);line-height:1.4}.role-ind__fade{position:absolute;top:0;bottom:0;width:158px;pointer-events:none;z-index:1}.role-ind__fade--left{left:0;background:linear-gradient(to right,#fff,#fff0)}.role-ind__fade--right{right:0;background:linear-gradient(to left,#fff,#fff0)}.role-ind__progress{height:5px;background:#afafaf4d;border-radius:1px}.role-ind__progress-fill{height:100%;width:69%;background:var(--brand);border-radius:1px}@media(max-width:900px){.role-hero{border-radius:20px;margin:0 12px;min-height:500px}.role-hero__donut,.role-hero__blob{display:none}.role-why__card--narrow{width:auto;flex:1}.role-why__img-wrap{display:none}.role-what__header{flex-direction:column;align-items:flex-start;gap:16px}.role-what__desc{text-align:left}.role-what__row--three{flex-wrap:wrap}.role-what__row--two{flex-direction:column}.rkf__header{flex-direction:column;align-items:flex-start;gap:16px}.rkf__desc{text-align:left}.rkf__row{flex-direction:column}.rkf__card--wide,.rkf__card--narrow{flex:none;width:100%}.role-sec__panel{flex-direction:column}.role-sec__logos{width:100%}.role-sec__right{height:auto}.role-team__header{flex-direction:column;align-items:flex-start}.role-team__content{flex-direction:column}.role-team__photos{display:none}.role-ind{flex-direction:column;gap:30px}.role-ind__left{flex:none}}@media(max-width:640px){.role-hero__center{padding:60px 20px}.role-why__row{flex-direction:column}.role-team__name{font-size:32px}}.pricing-hero{position:relative;min-height:920px;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:var(--gray-bg)}.pricing-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.pricing-hero__blob{position:absolute;pointer-events:none;opacity:.7}.pricing-hero__blob--tl{width:600px;left:-250px;top:400px;transform:rotate(-82deg)}.pricing-hero__blob--tr{width:550px;right:-200px;top:340px;transform:rotate(87deg)}.pricing-hero__blob--bl{width:580px;left:-230px;top:450px;transform:rotate(-82deg);opacity:.5}.pricing-hero__blob--br{width:560px;right:-180px;top:300px;transform:rotate(79deg);opacity:.5}.pricing-hero__center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:80px 40px 48px;max-width:960px}.pricing-hero__badge-pill{display:flex;align-items:center;gap:10px;background:#ffffff26;border:.5px solid rgba(255,255,255,.8);border-radius:10px;padding:7px 14px;font-family:Inter,sans-serif;font-size:14px;color:var(--black)}.pricing-hero__badge-icon{background:var(--white);border-radius:5px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pricing-hero__badge-icon img{width:24px;height:24px}.pricing-hero__heading{font-family:Inter Tight,sans-serif;font-size:clamp(40px,5vw,64px);font-weight:500;line-height:1.2;letter-spacing:.32px;color:var(--black);margin:0}.pricing-hero__heading-gradient{background:linear-gradient(90deg,#d387a5,#3c28ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-hero__sub{font-family:Inter,sans-serif;font-size:14px;color:#0009;max-width:654px;line-height:1.4}.pricing-hero__btns{display:flex;gap:15px;align-items:center}.pricing-hero__cards{position:relative;z-index:2;display:flex;gap:20px;width:100%;padding:0 clamp(20px,4vw,70px);margin-top:auto}.pricing-hero__card{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:25px;border-radius:13px;min-height:559px}.pricing-hero__card--free,.pricing-hero__card--enterprise{background:var(--white);border:.5px solid var(--gray-stroke)}.pricing-hero__card--plus{background:radial-gradient(ellipse at 105% -6%,#f1a4c2,#c299e0c7,#948efe8f 46%,#c9c6ff78,#ffffff61 90%)}.pricing-hero__card-top{border-bottom:.5px solid var(--gray-stroke);padding-bottom:20px;display:flex;flex-direction:column;gap:5px}.pricing-hero__tier-name{font-family:Inter Tight,sans-serif;font-size:24px;font-weight:500;color:var(--black);letter-spacing:.12px}.pricing-hero__tier-desc{font-family:Inter,sans-serif;font-size:14px;color:var(--text);line-height:1.4}.pricing-hero__price{font-family:Inter Tight,sans-serif;font-weight:500;color:var(--black)}.pricing-hero__price-amount{font-size:40px;line-height:1.3;letter-spacing:.2px}.pricing-hero__price-period{font-size:20px;color:var(--text);letter-spacing:.1px}.pricing-hero__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;flex:1}.pricing-hero__features li{display:flex;align-items:flex-start;gap:12px;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;color:var(--black);line-height:1.4}.pricing-hero__check{width:24px;height:24px;flex-shrink:0}.pricing-hero__cta{width:100%}.btn--stroke-light{background:var(--white);border:.5px solid rgba(87,87,87,.15);color:var(--black);box-shadow:0 0 34.5px #bdb9ff5e}.ppov{padding:clamp(60px,8vw,80px) clamp(20px,5vw,70px);display:flex;flex-direction:column;gap:50px;align-items:center}.ppov__header{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.ppov__heading{font-family:Inter Tight,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;line-height:1.3;margin:0}.ppov__sub{font-family:Inter,sans-serif;font-size:14px;color:#0009;max-width:750px;line-height:1.4}.ppov__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px;width:100%}.ppov__card{background:var(--white);border:.5px solid var(--gray-stroke);border-radius:13px;padding:25px;display:flex;flex-direction:column;gap:37px;box-shadow:4px 4px 14.8px #0000000f}.ppov__card--featured{background:radial-gradient(ellipse at 116% -59%,#f2adc980 35%,#fbe5eeeb 68%,#ffffff54)}.ppov__icon-wrap{background:var(--white);border:.5px solid var(--gray-stroke);border-radius:5px;padding:10px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:inset 3px 4px 5px #47474726}.ppov__icon{width:24px;height:24px}.ppov__card-title{font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500;color:var(--black);letter-spacing:.1px;line-height:1.4}.ppov__card-desc{font-family:Inter,sans-serif;font-size:14px;color:#7d7d7d;line-height:1.4;letter-spacing:.28px}.pfaq{padding:clamp(60px,8vw,80px) clamp(20px,5vw,70px);display:flex;flex-direction:column;gap:50px;background:var(--gray-bg)}.pfaq__header{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.pfaq__heading{font-family:Inter Tight,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:500;color:var(--black);letter-spacing:.24px;line-height:1.3;margin:0}.pfaq__sub{font-family:Inter,sans-serif;font-size:14px;color:#0009;max-width:652px;line-height:1.4;text-align:center}.pfaq__body{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.pfaq__image-wrap{flex-shrink:0;width:650px;height:550px;border-radius:13px;overflow:hidden}.pfaq__image{width:100%;height:100%;object-fit:cover}.pfaq__list{flex:1;display:flex;flex-direction:column;gap:12px}.pfaq__item{background:var(--white);border:.5px solid var(--gray-stroke);border-radius:12px;padding:24px;cursor:pointer;display:flex;flex-direction:column;gap:12px;transition:border-color .2s}.pfaq__item--open{border-color:var(--accent);border-width:1px}.pfaq__item-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.pfaq__item-q{font-family:Inter Tight,sans-serif;font-size:18px;font-weight:500;color:var(--black);line-height:26px}.pfaq__caret{width:20px;height:20px;flex-shrink:0}.pfaq__item-a{font-family:Inter Tight,sans-serif;font-size:14px;color:var(--text);line-height:20px}@media(max-width:900px){.pricing-hero__cards{flex-direction:column;padding:0 20px}.pricing-hero__card{min-height:auto}.ppov__grid{grid-template-columns:repeat(2,1fr)}.pfaq__body{flex-direction:column}.pfaq__image-wrap{width:100%;height:300px}}@media(max-width:640px){.ppov__grid{grid-template-columns:1fr}.pricing-hero__center{padding:60px 20px 32px}}.contact-hero{position:relative;overflow:hidden;border-radius:24px;margin:16px;min-height:600px;display:flex;flex-direction:column;background:var(--gray-bg)}.contact-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.contact-hero__blob{position:absolute;pointer-events:none;opacity:.7}.contact-hero__blob--tl{width:600px;left:-250px;top:380px;transform:rotate(-82deg)}.contact-hero__blob--tr{width:550px;right:-200px;top:300px;transform:rotate(87deg)}.contact-hero__blob--bl{width:580px;left:-230px;top:440px;opacity:.5;transform:rotate(-82deg)}.contact-hero__blob--br{width:560px;right:-180px;top:260px;opacity:.5;transform:rotate(79deg)}.contact-hero__chart{position:absolute;bottom:0;left:0;right:0;height:400px;pointer-events:none;overflow:hidden}.contact-hero__chart-labels{position:absolute;left:70px;top:0;display:flex;flex-direction:column;gap:0;opacity:.42;width:calc(100% - 140px)}.contact-hero__chart-label{font-family:Inter,sans-serif;font-size:clamp(20px,3vw,40px);line-height:1.3;color:var(--black);border-bottom:.5px solid var(--black);padding-bottom:4px;letter-spacing:.2px}.contact-hero__chart-line{position:absolute;bottom:20px;left:5%;width:90%;pointer-events:none}.contact-hero__content{position:relative;z-index:2;display:flex;align-items:center;padding:140px 60px 80px;gap:20px;width:100%;box-sizing:border-box}.contact-hero__profiles{display:flex;flex-direction:column;flex-shrink:0;gap:20px}.contact-hero__profiles--left{align-items:flex-start}.contact-hero__profiles--right{align-items:flex-end}.contact-hero__profile{border-radius:22px;overflow:hidden;flex-shrink:0}.contact-hero__profile img{width:100%;height:100%;object-fit:cover;display:block}.contact-hero__profile--lg{width:100px;height:100px}.contact-hero__profile--sm{width:75px;height:75px}.contact-hero__center{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.contact-hero__badge{display:flex;align-items:center;gap:10px;background:#ffffff26;border:.5px solid rgba(255,255,255,.9);border-radius:10px;padding:7px 12px 7px 7px}.contact-hero__badge-icon{background:var(--white);border-radius:5px;padding:7px;display:flex;align-items:center;flex-shrink:0}.contact-hero__badge-icon img{width:24px;height:24px}.contact-hero__badge-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;color:var(--black);white-space:nowrap}.contact-hero__heading{font-family:Inter Tight,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.2;letter-spacing:.32px;color:var(--black);text-align:center;margin:0}.contact-hero__heading-gradient{background:linear-gradient(90deg,#d387a5,#3c28ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero__sub{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;color:#0009;text-align:center;max-width:654px}.contact-hero__btns{display:flex;gap:15px;align-items:center}.cform{display:flex;align-items:center;justify-content:space-between;gap:48px;padding:80px 70px;max-width:1440px;margin:0 auto;box-sizing:border-box}.cform__left{display:flex;flex-direction:column;gap:60px;flex:1;min-width:0}.cform__info{display:flex;flex-direction:column;gap:15px}.cform__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,3.5vw,48px);font-weight:500;line-height:1.3;letter-spacing:.24px;color:var(--black);margin:0;max-width:521px}.cform__desc{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;color:#0009;max-width:505px;margin:0}.cform__meta{display:flex;flex-direction:column;gap:16px}.cform__meta-item{display:flex;align-items:flex-start;gap:10px}.cform__meta-icon{width:24px;height:24px;flex-shrink:0;margin-top:1px}.cform__meta-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;color:var(--text)}.cform__card{background:var(--white);border:.75px solid var(--gray-stroke);border-radius:13px;padding:30px;display:flex;flex-direction:column;gap:30px;width:583px;flex-shrink:0;box-sizing:border-box}.cform__fields{display:flex;flex-direction:column;gap:15px}.cform__row{display:flex;gap:28px}.cform__field{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}.cform__label{font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;line-height:1.4;color:#1a1a1a}.cform__input{background:#f8f8f8;border:1px solid #bdbdbd;border-radius:99px;padding:13px 20px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;line-height:1.4;color:var(--black);width:100%;outline:none;box-sizing:border-box;transition:border-color .15s}.cform__input::placeholder{color:#888}.cform__input:focus{border-color:var(--brand)}.cform__select{background:#f8f8f8;border:1px solid #bdbdbd;border-radius:99px;padding:13px 20px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;line-height:1.4;color:#888;width:100%;outline:none;appearance:none;cursor:pointer;box-sizing:border-box;transition:border-color .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center}.cform__select:focus{border-color:var(--brand)}.cform__submit{width:100%}.cmap{background:var(--gray-bg);padding:80px 70px;box-sizing:border-box}.cmap__header{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:50px}.cmap__header-left{display:flex;flex-direction:column;gap:10px}.cmap__heading{font-family:Inter Tight,sans-serif;font-size:clamp(28px,3.5vw,48px);font-weight:500;line-height:1.3;letter-spacing:.24px;color:var(--black);margin:0;max-width:774px}.cmap__desc{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;color:#0009;text-align:right;max-width:386px;flex-shrink:0;margin:0}.cmap__map-wrap{position:relative;border-radius:13px;overflow:hidden;height:580px;display:flex;align-items:center;justify-content:center}.cmap__map-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.cmap__map-btn{position:relative;z-index:1}@media(max-width:900px){.contact-hero__content{padding:100px 30px 60px}.contact-hero__profiles{display:none}.cform{flex-direction:column;padding:60px 24px}.cform__card{width:100%}.cmap{padding:60px 24px}.cmap__header{flex-direction:column;align-items:flex-start}.cmap__desc{text-align:left}.cmap__map-wrap{height:340px}}@media(max-width:640px){.contact-hero__content{padding:80px 20px 40px}.cform__row{flex-direction:column;gap:15px}.cmap__map-wrap{height:240px}}.mkt-hero{background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(131,124,254,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 30%,rgba(192,132,252,.12) 0%,transparent 60%),linear-gradient(160deg,#efedff,#e8e6ff 35%,#eceaff 65%,#f6f3ff);padding:clamp(100px,12vw,140px) clamp(20px,5vw,60px) clamp(60px,8vw,96px);display:flex;flex-direction:column;align-items:center;gap:clamp(48px,6vw,72px);position:relative;overflow:hidden}.mkt-hero__center{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:720px;position:relative;gap:20px}.mkt-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;border:1px solid rgba(131,124,254,.2);border-radius:100px;padding:6px 16px;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:600;color:var(--black);letter-spacing:.5px}.mkt-hero__badge-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 8px #837cfe80}.mkt-hero__heading{font-family:Inter Tight,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.2;color:var(--black);letter-spacing:.32px}.mkt-hero__heading-grad{background:linear-gradient(90deg,#d387a5,#3c28ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mkt-hero__sub{font-size:14px;line-height:1.65;color:#0009;max-width:580px}.mkt-hero__btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding-top:4px}.mkt-cta__btns .btn--fill{background:var(--white);color:var(--brand);box-shadow:0 4px 16px #00000026}.mkt-cta__btns .btn--fill:hover{background:var(--white);opacity:.92;box-shadow:0 6px 24px #0003}.mkt-cta__btns .btn--stroke{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.5)}.mkt-cta__btns .btn--stroke:hover{background:#ffffff1f;border-color:var(--white);color:var(--white)}.mkt-hero__cards{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;position:relative;width:100%;max-width:860px}.mkt-hero__card{background:var(--white);border:1px solid var(--gray-stroke);border-radius:16px;padding:20px 22px;flex:1 1 220px;max-width:260px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.mkt-hero__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mkt-hero__card--featured{background:var(--white);border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),var(--shadow-sm)}.mkt-hero__card-top{display:flex;flex-direction:column;gap:8px}.mkt-hero__card-tags{display:flex;align-items:center;gap:6px}.mkt-hero__state-badge{background:var(--brand-xlight);border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700;color:var(--brand);letter-spacing:.5px}.mkt-hero__hot-badge{background:#ff99001a;border:1px solid rgba(255,153,0,.4);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;color:var(--warning)}.mkt-hero__card-product{font-size:15px;font-weight:600;color:var(--black);line-height:1.3}.mkt-hero__card-age{font-size:12px;color:var(--text-secondary)}.mkt-hero__card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.mkt-hero__card-price{font-size:22px;font-weight:700;color:var(--black)}.mkt-hero__buy-btn{background:var(--gray-bg);border:1px solid var(--gray-stroke);border-radius:8px;padding:6px 16px;font-size:13px;font-weight:600;color:var(--text);cursor:pointer;transition:background .18s,border-color .18s,color .18s}.mkt-hero__buy-btn:hover{background:var(--brand-xlight);border-color:var(--brand);color:var(--brand)}.mkt-hero__buy-btn--light{background:var(--brand);border-color:var(--brand);color:var(--white)}.mkt-hero__buy-btn--light:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.mkt-how{padding:var(--section-py) clamp(20px,5vw,60px);display:flex;flex-direction:column;align-items:center;gap:clamp(40px,5vw,64px);background:var(--surface)}.mkt-how__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:640px}.mkt-how__heading{font-size:clamp(26px,3.5vw,40px);font-weight:700;color:var(--black);line-height:1.2;letter-spacing:-.3px}.mkt-how__sub{font-size:15px;line-height:1.65;color:var(--text-secondary);max-width:520px}.mkt-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1100px}.mkt-how__step{background:var(--white);border:1px solid var(--gray-stroke);border-radius:18px;padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-sm)}.mkt-how__step-num{font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:600;color:var(--brand);letter-spacing:1px}.mkt-how__step-title{font-size:17px;font-weight:700;color:var(--black);line-height:1.3}.mkt-how__step-desc{font-size:14px;line-height:1.65;color:var(--text-secondary)}.mkt-list{padding:var(--section-py) clamp(20px,5vw,60px);background:var(--gray-bg);display:flex;flex-direction:column;align-items:center;gap:clamp(32px,4vw,52px);position:relative}.mkt-list__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:600px}.mkt-list__heading{font-size:clamp(26px,3.5vw,40px);font-weight:700;color:var(--black);line-height:1.2;letter-spacing:-.3px}.mkt-list__sub{font-size:15px;line-height:1.65;color:var(--text-secondary)}.mkt-list__filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%;max-width:1100px}.mkt-list__filter{background:var(--white);border:1px solid var(--gray-stroke);border-radius:100px;padding:6px 16px;font-size:13px;font-weight:500;color:var(--text);cursor:pointer;transition:background .18s,border-color .18s,color .18s}.mkt-list__filter:hover{border-color:var(--brand);color:var(--brand)}.mkt-list__filter--active{background:var(--brand);border-color:var(--brand);color:var(--white)}.mkt-list__filter-spacer{flex:1}.mkt-list__sort{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--text-secondary)}.mkt-list__sort strong{color:var(--black)}.mkt-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:1100px}.mkt-list__card{background:var(--white);border:1px solid var(--gray-stroke);border-radius:16px;padding:20px 22px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.mkt-list__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mkt-list__card-header{display:flex;flex-direction:column;gap:8px}.mkt-list__card-badges{display:flex;align-items:center;gap:6px}.mkt-list__state{background:var(--brand-xlight);border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700;color:var(--brand);letter-spacing:.5px}.mkt-list__hot{background:#ff99001a;border:1px solid rgba(255,153,0,.35);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;color:var(--warning)}.mkt-list__product{font-size:15px;font-weight:700;color:var(--black);line-height:1.3}.mkt-list__card-meta{display:flex;gap:20px}.mkt-list__meta-item{display:flex;flex-direction:column;gap:2px}.mkt-list__meta-label{font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.mkt-list__meta-value{font-size:13px;font-weight:600;color:var(--black)}.mkt-list__card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:4px;border-top:1px solid var(--gray-stroke)}.mkt-list__price{font-size:20px;font-weight:700;color:var(--black)}.mkt-list__buy-btn{padding:7px 18px!important;font-size:13px!important}.mkt-list__lock-overlay{position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(to bottom,transparent 0%,var(--gray-bg) 40%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:clamp(32px,4vw,52px);pointer-events:none}.mkt-list__lock-card{background:var(--white);border:1px solid var(--gray-stroke);border-radius:20px;padding:28px 36px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;max-width:400px;box-shadow:var(--shadow-md);pointer-events:all}.mkt-list__lock-icon{width:52px;height:52px;background:var(--brand-xlight);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--brand);margin-bottom:4px}.mkt-list__lock-title{font-size:16px;font-weight:700;color:var(--black)}.mkt-list__lock-desc{font-size:13px;line-height:1.55;color:var(--text-secondary);margin-bottom:4px}.mkt-faq{padding:var(--section-py) clamp(20px,5vw,60px);background:var(--surface);display:flex;flex-direction:column;align-items:center;gap:clamp(36px,4vw,56px)}.mkt-faq__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:580px}.mkt-faq__heading{font-size:clamp(24px,3.2vw,38px);font-weight:700;color:var(--black);line-height:1.2;letter-spacing:-.3px}.mkt-faq__sub{font-size:15px;line-height:1.65;color:var(--text-secondary)}.mkt-faq__list{width:100%;max-width:720px;display:flex;flex-direction:column;gap:0;border:1px solid var(--gray-stroke);border-radius:16px;overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm)}.mkt-faq__item{padding:20px 24px;border-bottom:1px solid var(--gray-stroke);cursor:pointer;transition:background .15s}.mkt-faq__item:last-child{border-bottom:none}.mkt-faq__item:hover{background:var(--surface-2)}.mkt-faq__item--open,.mkt-faq__item--open:hover{background:var(--brand-xlight)}.mkt-faq__item-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.mkt-faq__q{font-size:15px;font-weight:600;color:var(--black);line-height:1.4}.mkt-faq__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--gray-bg);border-radius:8px;color:var(--text-secondary);transition:background .15s}.mkt-faq__item--open .mkt-faq__icon{background:var(--brand);color:var(--white)}.mkt-faq__a{margin-top:12px;font-size:14px;line-height:1.7;color:var(--text)}.mkt-cta{background:var(--gradient-brand);padding:var(--section-py) clamp(20px,5vw,60px);position:relative;overflow:hidden}.mkt-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 80% 50%,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.mkt-cta__inner{max-width:1100px;margin:0 auto;display:flex;gap:clamp(40px,6vw,80px);align-items:center;position:relative}.mkt-cta__left{flex:1;display:flex;flex-direction:column;gap:18px}.mkt-cta__left .section__label-tag{background:#ffffff2e;border-color:#ffffff59;color:var(--white);align-self:flex-start}.mkt-cta__heading{font-size:clamp(26px,3.5vw,42px);font-weight:700;color:var(--white);line-height:1.2;letter-spacing:-.3px}.mkt-cta__sub{font-size:15px;line-height:1.65;color:#ffffff8c;max-width:480px}.mkt-cta__btns{display:flex;gap:12px;flex-wrap:wrap;padding-top:4px}.mkt-cta__right{flex:0 0 340px}.mkt-cta__list{list-style:none;display:flex;flex-direction:column;gap:14px}.mkt-cta__item{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#ffffffb8;line-height:1.5}.mkt-cta__check{flex-shrink:0;width:22px;height:22px;background:#fff3;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--white);margin-top:1px}@media(max-width:900px){.mkt-how__steps{grid-template-columns:1fr}.mkt-list__grid{grid-template-columns:repeat(2,1fr)}.mkt-cta__inner{flex-direction:column}.mkt-cta__right{flex:0 0 auto;width:100%}}@media(max-width:640px){.mkt-hero__cards{flex-direction:column;align-items:center}.mkt-hero__card{max-width:100%;flex:0 0 auto}.mkt-list__grid{grid-template-columns:1fr}.mkt-list__filters{gap:6px}.mkt-list__filter-spacer,.mkt-list__sort{display:none}.mkt-list__lock-card{padding:24px 20px}}
