@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Onest:wght@400;500;600&display=swap";:root{--font-display: "Manrope", system-ui, sans-serif;--font-body: "Onest", system-ui, sans-serif;--ink: #17211f;--ink-soft: #52605d;--paper: #f7f6f1;--surface: #fff;--surface-soft: #eeeee7;--line: #d9ddd7;--brand: #174b43;--brand-dark: #103a34;--accent: #d9714a;--cream: #e9e5d8;--radius-sm: 12px;--radius: 20px;--radius-lg: 32px;--shadow: 0 24px 70px rgba(22, 47, 42, .1);--container: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 65%,white);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance;font-family:var(--font-display);letter-spacing:-.04em;line-height:1.08}h1{font-size:clamp(44px,6vw,78px);font-weight:600}h2{font-size:clamp(34px,3.9vw,50px);font-weight:600}h3{font-size:21px}p,li,dd,figcaption{text-wrap:pretty}em{color:var(--brand);font-style:normal}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.narrow{max-width:930px;margin-inline:auto}.section{padding:112px 0}.section--compact{padding:64px 0}.section--tint{background:var(--surface-soft)}.section--dark{background:var(--brand-dark);color:#f5f3ec}.eyebrow{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;margin-bottom:20px;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow--light{color:#9fcac2}.section-intro{max-width:1040px;margin-bottom:52px}.section-intro h2{margin-bottom:20px}.section-lead{max-width:700px;color:var(--ink-soft);font-size:19px;line-height:1.65}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:14px;border:1px solid transparent;border-radius:999px;padding:0 24px;cursor:pointer;font-weight:600;transition:transform .2s,background .2s,color .2s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--brand);color:#fff}.button--primary:hover{background:var(--brand-dark)}.button--secondary{border-color:var(--line);background:transparent;color:var(--ink)}.button--secondary:hover{background:#fff}.button--text{min-height:42px;padding-inline:8px;color:var(--brand)}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(217,221,215,.75);background:#f7f6f1e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{display:flex;height:78px;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-family:var(--font-display);font-size:13px;font-weight:700;line-height:1.05;letter-spacing:-.02em}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--brand);color:#fff;font-size:17px}.nav{display:flex;align-items:center;gap:32px;font-size:14px}.nav>a:not(.nav-cta){color:#46524f}.nav>a.active{color:var(--brand)}.nav-cta{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:11px 18px;background:var(--ink);color:#fff;font-weight:600}.menu-button{display:none;border:0;background:none;color:var(--ink)}.hero{overflow:hidden;padding:72px 0 88px}.hero~.section{padding-top:88px;padding-bottom:88px}.hero~.section--compact{padding-top:48px;padding-bottom:48px}.hero~.section .section-intro{margin-bottom:40px}.hero-grid,.product-hero-grid{display:grid;align-items:center;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:70px}.hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(420px,.7fr);gap:48px}.product-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);gap:56px}.hero-copy h1{max-width:740px;margin-bottom:28px}.hero h1{font-size:clamp(42px,4vw,52px);line-height:1.03}.hero-lead{max-width:650px;margin-bottom:34px;color:var(--ink-soft);font-size:20px}.trust-row{display:flex;flex-wrap:wrap;gap:22px;margin-top:34px;color:var(--ink-soft);font-size:13px}.trust-row span{display:inline-flex;align-items:center;gap:6px}.hero-trust{max-width:620px;margin:28px 0 0;color:var(--ink-soft);font-size:13px}.hero-visual{position:relative}.floating-note{position:absolute;right:-22px;bottom:-30px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:16px;padding:14px 18px;background:#ffffffeb;box-shadow:var(--shadow)}.floating-note span{color:var(--brand);font:600 34px/1 var(--font-display)}.floating-note p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.35}.product-visual{--product-accent: #d86f45;position:relative;min-height:250px;overflow:hidden;border-radius:var(--radius);background:#dfe5df}.product-visual--large{min-height:460px;border-radius:var(--radius-lg)}.product-visual__glow{position:absolute;inset:-30% auto auto -10%;width:80%;aspect-ratio:1;border-radius:50%;background:color-mix(in srgb,var(--product-accent) 46%,transparent);filter:blur(60px);opacity:.65}.browser-frame{position:absolute;top:13%;left:8%;width:78%;overflow:hidden;border:5px solid #222e2b;border-radius:12px;background:#fff;box-shadow:0 30px 60px #12282433}.browser-frame__bar{display:flex;height:26px;align-items:center;gap:4px;padding:0 8px;background:#222e2b}.browser-frame__bar span{width:5px;height:5px;border-radius:50%;background:#9ba6a3}.browser-frame__bar small{margin-left:8px;color:#bdc6c3;font-size:6px}.browser-frame__body{min-height:175px;padding:16px}.mock-nav{display:flex;align-items:center;justify-content:space-between;font-size:6px}.mock-nav span{color:#7b8582}.mock-hero{display:flex;min-height:92px;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:6%}.mock-hero small{color:var(--product-accent);font-size:6px;font-style:normal;text-transform:uppercase}.mock-hero strong{width:62%;margin:4px 0 8px;font:600 14px/1.15 var(--font-display);letter-spacing:-.04em}.mock-hero i{border-radius:8px;padding:4px 7px;background:var(--product-accent);color:#fff;font-size:5px;font-style:normal}.mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mock-cards span{height:36px;border-radius:5px;background:color-mix(in srgb,var(--product-accent) 14%,#f3f2ed)}.phone-frame{position:absolute;right:5%;bottom:-10%;width:25%;min-width:86px;height:72%;border:5px solid #1a2522;border-radius:20px 20px 0 0;padding:24px 10px 10px;background:#faf9f6;box-shadow:0 22px 50px #1228243b}.phone-notch{position:absolute;top:5px;left:34%;width:32%;height:5px;border-radius:4px;background:#1a2522}.phone-frame small{color:#7f8a87;font-size:5px}.phone-frame strong{display:block;font:600 10px var(--font-display)}.phone-tile{height:38%;margin:8px 0;border-radius:7px;background:linear-gradient(145deg,color-mix(in srgb,var(--product-accent) 72%,white),var(--product-accent))}.phone-lines{display:grid;gap:4px}.phone-lines i{display:block;width:100%;height:3px;border-radius:2px;background:#dfe3df}.phone-lines i:nth-child(2){width:73%}.phone-frame button{position:absolute;right:10px;bottom:10px;left:10px;border:0;border-radius:6px;padding:6px;background:var(--product-accent);color:#fff;font-size:5px}.product-visual:not(.product-visual--large) .browser-frame{top:12%;left:6%;width:82%}.product-visual:not(.product-visual--large) .phone-frame{right:4%;width:27%}.solutions-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.solution-card{display:flex;grid-column:span 2;min-height:330px;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:var(--surface);overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;transition:transform .2s,box-shadow .2s}.solution-card:nth-child(4){grid-column:2 / span 2}.solution-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.icon-box{display:grid;width:46px;height:46px;margin-bottom:42px;place-items:center;border-radius:14px;background:#e5eeeb;color:var(--brand)}.solution-card h3{margin-bottom:12px}.solution-card p{color:var(--ink-soft);font-size:15px}.solution-card small{color:#7b8582}.solution-card__action{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:18px;color:var(--brand);font-size:13px}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.section-heading-row .section-intro{max-width:860px}.featured-grid,.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.product-card__content{padding:30px}.card-label{margin-bottom:10px;color:var(--brand);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-card h3{margin-bottom:12px;font-size:25px}.product-card__subtitle{display:block;margin:-2px 0 10px;font:600 16px/1.4 var(--font-display);letter-spacing:-.02em}.product-card p:not(.card-label){color:var(--ink-soft)}.product-card a{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:600}.product-card__actions{display:flex;align-items:center;gap:22px;margin-top:18px}.product-card__actions a:last-child{color:var(--ink-soft);font-size:14px}.product-card--compact .product-visual{min-height:200px}.product-card--compact .product-card__content{padding:25px}.catalog-note{max-width:760px;margin:-28px 0 42px;color:var(--ink-soft);font-size:17px}#products-catalog{scroll-margin-top:78px}.home-catalog .product-card__content{display:flex;min-height:265px;flex-direction:column}.home-catalog .product-card__actions{margin-top:auto;padding-top:18px}.proof-grid{display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:70px}.check-list{display:grid;gap:14px;margin:30px 0 36px;padding:0;list-style:none}.check-list li{display:flex;align-items:center;gap:12px}.check-list svg{flex:0 0 auto;color:var(--brand)}.check-list--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:16px 0 30px;font-size:14px}.cost-factors-title{margin:24px 0 0;color:var(--ink)!important;font-weight:600}.adaptation-grid{display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:80px}.adaptation-grid h2{margin-bottom:24px}.adaptation-grid p:not(.eyebrow){color:#bed0cc;font-size:18px}.adaptation-summary{display:block;margin-top:28px;color:#fff;font:600 16px/1.55 var(--font-display)}.tag-cloud{display:flex;flex-wrap:wrap;gap:12px}.tag-cloud span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:13px 19px;background:#ffffff0f;color:#e5ecea}.integration-grid{display:grid;align-items:start;grid-template-columns:.9fr 1.1fr;gap:90px}.integration-grid h2{margin-bottom:22px}.integration-cloud{display:flex;flex-wrap:wrap;gap:12px}.integration-cloud span{border:1px solid var(--line);border-radius:999px;padding:13px 19px;background:#fff;color:var(--brand);font-weight:600}.integration-note{margin:32px 0 0;border-left:3px solid var(--accent);padding:5px 0 5px 20px;color:var(--ink-soft)}.approach{background:#f7f6f1}.approach-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line)}.approach-grid article{min-height:250px;padding:26px 22px;background:#fff}.approach-grid article>span{color:var(--brand);font:600 12px var(--font-display)}.approach-grid h3{margin:58px 0 12px;font-size:19px}.approach-grid p{margin:0;color:var(--ink-soft);font-size:14px}.approach-grid--four{grid-template-columns:repeat(4,1fr)}.business-benefits{margin-top:24px}.business-benefits article{min-height:235px;padding:22px}.business-benefits h3{margin-top:34px}.journey.business-journey>div{min-height:145px;padding:20px}.demo-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.demo-choice-grid article{display:flex;min-height:300px;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff}.demo-choice-grid .icon-box{margin-bottom:30px}.demo-choice-grid h3{font-size:27px}.demo-choice-grid p{max-width:480px;color:var(--ink-soft)}.demo-choice-grid .button{margin-top:auto}.demo-choice-note{margin:22px 0 0;color:var(--ink-soft);font-size:14px}.hero~.section .solution-card{min-height:285px;padding:24px}.hero~.section .solution-card .icon-box{margin-bottom:28px}.order-steps.home-process li,.order-steps.home-process li>div{min-width:0}.order-steps.home-process li{padding:24px}.order-steps.home-process h3{margin-bottom:6px}.home-process+.centered-action{margin-top:32px}.hero~.section .tag-cloud span,.hero~.section .integration-cloud span{padding:11px 16px}.process-line{display:grid;grid-template-columns:repeat(5,1fr);margin:60px 0 40px;padding:0;list-style:none}.process-line li{position:relative;display:grid;min-height:130px;align-content:space-between;border-top:1px solid var(--line);padding:16px 22px 0 0}.process-line li:before{position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--brand);content:""}.process-line span{color:#8c9693;font-size:12px}.process-line strong{max-width:180px;font:600 18px/1.3 var(--font-display)}.centered-action{display:flex;justify-content:center;margin-top:44px}.partner-banner,.note-panel{display:flex;align-items:center;justify-content:space-between;gap:50px;border-radius:var(--radius-lg);padding:48px 54px;background:var(--cream)}.partner-banner h2{margin-bottom:12px;font-size:38px}.partner-banner p:not(.eyebrow){margin:0;color:var(--ink-soft)}.executor-banner{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:42px;padding-bottom:42px}.executor-banner h2{margin:0;font-size:38px}.executor-banner h3{margin-bottom:18px;font-size:24px}.executor-banner p{color:var(--ink-soft)}.executor-banner p:last-child{margin-bottom:0}.final-cta{text-align:center}.final-cta .container{max-width:900px}.final-cta h2{margin-bottom:24px}.final-cta p:not(.eyebrow){margin-bottom:30px;color:var(--ink-soft);font-size:19px}.hero~.final-cta{padding-top:76px;padding-bottom:84px}.cost-section{background:var(--cream)}.cost-section .cost-grid{align-items:start;gap:72px}.cost-section .cost-grid>*{min-width:0}.cost-section .cost-grid h2{font-size:clamp(34px,3.5vw,46px)}.cost-section .cost-grid>div:last-child{border:1px solid var(--line);border-radius:var(--radius-lg);padding:38px;background:#fff;box-shadow:0 18px 50px #162f2a12}.cost-section .cost-grid p{font-size:17px}.cost-section .cost-factors-title{border-top:1px solid var(--line);padding-top:22px}.page-hero{padding:100px 0;text-align:center}.page-hero h1{margin-bottom:28px}.page-hero p:not(.eyebrow){max-width:760px;margin:0 auto 34px;color:var(--ink-soft);font-size:20px}.page-hero .button-row{justify-content:center}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;color:var(--ink-soft);font-size:13px}.catalog-toolbar p{margin:0;color:var(--ink);font-weight:600}.product-hero{padding:80px 0 90px}.product-hero-grid>*{min-width:0}.product-hero h1{font-size:clamp(42px,4.4vw,60px)}.product-hero p:not(.eyebrow){margin-bottom:32px;color:var(--ink-soft);font-size:19px}.beauty-product-hero~.section{padding-top:88px;padding-bottom:88px}.beauty-product-hero~.section--compact{padding-top:52px;padding-bottom:52px}.beauty-product-hero .beauty-hero-lead{margin-bottom:14px}.beauty-product-hero .beauty-hero-business{margin-bottom:28px;color:var(--ink);font-size:16px;font-weight:600}.beauty-hero-actions{align-items:center}.beauty-hero-actions .button--text{font-size:14px}.problem-grid{display:grid;grid-template-columns:.35fr 1fr;gap:80px}.problem-grid h2{margin-bottom:24px}.outcome-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:42px;border-left:3px solid var(--accent);padding:20px 26px;background:#fff}.outcome-card span{color:var(--ink-soft);font-size:13px}.commercial-effect{background:var(--brand);color:#fff}.commercial-effect .section-intro{max-width:870px}.commercial-effect .section-intro h2{font-size:clamp(34px,3.7vw,48px)}.commercial-effect .eyebrow{color:#acd1ca}.effect-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.17);border-radius:var(--radius);background:#ffffff2b}.effect-grid article{min-height:255px;padding:26px 24px;background:var(--brand)}.effect-grid article>span{color:#acd1ca;font:600 12px var(--font-display)}.effect-grid h3{margin:58px 0 12px;color:#fff;font-size:20px}.effect-grid p{margin:0;color:#c2d6d2;font-size:14px}.journey{display:grid;grid-template-columns:repeat(4,1fr)}.journey--5{grid-template-columns:repeat(5,1fr)}.journey>div{position:relative;display:grid;min-height:170px;align-content:space-between;border:1px solid var(--line);border-right:0;padding:24px;background:#fff}.journey>div:first-child{border-radius:var(--radius) 0 0 var(--radius)}.journey>div:last-child{border-right:1px solid var(--line);border-radius:0 var(--radius) var(--radius) 0}.journey span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#e4eeeb;color:var(--brand);font-size:12px}.journey strong{max-width:150px}.journey svg{position:absolute;z-index:2;right:-11px;bottom:25px;padding:3px;border-radius:50%;background:var(--brand);color:#fff}.journey-note{max-width:760px;margin:28px 0 0;color:var(--ink-soft);font-size:16px}.feature-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:100px}.feature-columns h2{font-size:38px}.beauty-feature-columns{gap:70px}.beauty-feature-columns .section-lead{font-size:16px}.beauty-feature-columns .check-list{margin-bottom:24px}.beauty-feature-summary,.beauty-adaptation-summary{display:block;border-left:3px solid var(--accent);padding:6px 0 6px 18px;font:600 15px/1.55 var(--font-display)}.beauty-scenario,.beauty-launch{grid-template-columns:repeat(6,1fr);margin-top:0}.beauty-scenario li{min-height:150px}.beauty-launch li{min-height:120px}.beauty-live-proof .eyebrow{color:#acd1ca}.beauty-live-proof .section-intro h2{color:#fff}.beauty-live-proof .section-lead{color:#bed0cc}.beauty-demo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.beauty-demo-grid article{display:flex;min-height:330px;flex-direction:column;align-items:flex-start;border-radius:var(--radius);padding:30px;background:#fff;color:var(--ink)}.beauty-demo-grid .icon-box{margin-bottom:42px}.beauty-demo-grid h3{font-size:27px}.beauty-demo-grid p{max-width:460px;color:var(--ink-soft)}.beauty-demo-grid .button{margin-top:auto}.beauty-effects article{min-height:235px}.beauty-effects h3{margin-top:36px}.section--visual{overflow:hidden;background:#e3e8e2}.section--visual .product-visual{max-width:1050px;margin-inline:auto}.screenshot-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:22px;align-items:start}.screenshot-card{overflow:hidden;margin:0;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 16px 44px #1f2c2812}.screenshot-card--desktop{grid-column:1 / -1}.screenshot-card--mobile{grid-column:span 6}.screenshot-card--admin{grid-column:1 / -1}.screenshot-gallery img{display:block;width:100%;height:auto;background:#f1eee7}.screenshot-gallery figcaption{display:grid;grid-template-columns:minmax(86px,auto) 1fr;align-items:start;gap:18px;padding:18px 20px 20px}.screenshot-gallery figcaption span{padding-top:3px;color:var(--brand);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.screenshot-gallery figcaption strong{display:block;font-size:15px}.screenshot-gallery figcaption p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.adaptation-detail{display:grid;grid-template-columns:1fr .9fr;gap:100px}.adaptation-detail .section-intro{margin-bottom:20px}.beauty-services-note>p{max-width:540px;margin:0;color:var(--ink-soft);font-size:17px}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.option-grid span{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.option-grid svg{color:var(--brand)}.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px 90px}.tech-grid h2{font-size:clamp(34px,3.4vw,46px)}.tech-grid p:not(.eyebrow){color:#bed0cc}.beauty-integrations .tag-cloud{align-content:center}.beauty-integration-note{grid-column:1 / -1;margin:0;border-top:1px solid rgba(255,255,255,.15);padding-top:24px;color:#9eb4af!important;font-size:13px}.beauty-cost .cost-grid>div:last-child{box-shadow:0 18px 50px #162f2a14}.beauty-tech{border-bottom:1px solid var(--line)}.beauty-tech .section-intro{margin-bottom:28px}.beauty-tech .section-intro h2{font-size:30px}.beauty-tech .integration-cloud span{font-size:13px}.beauty-final-cta .button-row{justify-content:center}.architecture{display:flex;align-items:center;align-self:center;gap:10px}.architecture span{border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:13px;background:#ffffff0f;text-align:center;font-size:12px}.architecture svg{flex:0 0 auto;color:#8eb8b0}.tech-list{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.15);padding-top:28px;color:#9eb4af;font-size:13px;word-spacing:8px}.related-links{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.related-links>a{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);border-radius:var(--radius);padding:24px 26px;background:#fff;color:var(--ink);font-weight:600}.related-links>a svg{flex:0 0 auto;color:var(--brand)}.solution-products{margin-top:40px}.partner-formats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.partner-formats article{min-height:310px;border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:#fff}.partner-formats article>span{color:var(--brand);font:600 12px var(--font-display)}.partner-formats h2{margin:72px 0 16px;font-size:28px}.partner-formats p{margin:0;color:var(--ink-soft)}.legal-index{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.legal-index a{display:grid;min-height:180px;align-content:space-between;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff}.legal-index span{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;color:var(--ink);font:600 22px var(--font-display)}.legal-index small{color:var(--brand)}.legal-hero{background:#f2ead7}.legal-hero h1{font-size:clamp(38px,5vw,64px)}.legal-document{max-width:850px}.legal-warning{margin-bottom:56px;border-left:3px solid var(--accent);padding:22px 26px;background:var(--cream)}.legal-warning p{margin:8px 0 0;color:var(--ink-soft)}.legal-document>section{border-top:1px solid var(--line);padding:34px 0}.legal-document>section h2{font-size:28px}.legal-document>section h3{margin:28px 0 10px;font-size:20px}.legal-document>section p{color:var(--ink-soft)}.executor-details>section p{margin-bottom:0;font-size:19px}.executor-details a{overflow-wrap:normal;word-break:normal}.legal-document ul{display:grid;gap:9px;margin:18px 0 24px;padding-left:22px;color:var(--ink-soft)}.legal-document li{padding-left:5px}.legal-contacts{display:grid;gap:14px;margin:34px 0 0}.legal-contacts div{display:grid;gap:4px}.legal-contacts dt{color:var(--ink-soft);font-size:12px}.legal-contacts dd{margin:0;font-weight:600}.legal-contacts a,.privacy-document a{overflow-wrap:normal;word-break:normal}.legal-offer-notice{margin-top:48px;border:1px solid #d9bc75;border-radius:var(--radius);padding:30px;background:var(--cream)}.legal-offer-notice strong{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;font:600 21px var(--font-display)}.legal-offer-notice p{margin:12px 0 0;color:var(--ink-soft)}.legal-cta,.section-reference{margin-top:32px}.section-reference a{color:var(--brand);font-weight:600}.order-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0;padding:0;counter-reset:stage;list-style:none}.order-steps li{display:grid;grid-template-columns:48px 1fr;gap:20px;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff}.order-steps li>span{color:var(--brand);font:600 13px var(--font-display)}.order-steps h3{margin-bottom:8px}.order-steps p{margin:0;color:var(--ink-soft);font-size:14px}.format-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.format-grid article{border-top:1px solid var(--line);padding:24px 12px 0 0}.format-grid svg{margin-bottom:36px;color:var(--brand)}.format-grid p{color:var(--ink-soft);font-size:14px}.cost-grid{display:grid;grid-template-columns:.65fr 1fr;gap:90px}.cost-grid h2{margin-bottom:0}.cost-grid p{color:var(--ink-soft);font-size:18px}.cost-grid strong{display:block;margin-top:28px;border-left:3px solid var(--accent);padding:5px 0 5px 20px;font-weight:600}.note-panel{align-items:flex-start}.note-panel h2{margin:0;font-size:38px}.note-panel p:not(.eyebrow){max-width:390px;margin:14px 0 0;color:var(--ink-soft)}.note-panel ul{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 40px;margin:0}.contact-page{padding:90px 0 120px}.contact-grid{display:grid;grid-template-columns:.8fr 1.1fr;gap:100px}.contact-copy h1{font-size:clamp(42px,5vw,66px)}.contact-copy>p:not(.eyebrow){color:var(--ink-soft);font-size:19px}.contact-assurance{display:grid;gap:14px;margin-top:42px}.contact-assurance span{display:flex;align-items:flex-start;gap:10px;color:var(--ink-soft)}.contact-assurance svg{flex:0 0 auto;margin-top:2px;color:var(--brand)}.contact-panel{min-height:540px;border-radius:var(--radius-lg);padding:46px;background:#fff;box-shadow:var(--shadow)}.contact-panel h2{margin-bottom:38px;font-size:42px}.contact-options{display:grid;gap:14px}.contact-options>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 24px;border:1px solid var(--line);border-radius:16px;padding:22px}.contact-options span:first-child{color:var(--ink-soft);font-size:12px}.contact-options strong{grid-column:1;font-size:15px}.contact-options .button{grid-row:1 / span 2;grid-column:2}.button--disabled{border-color:var(--line);background:var(--surface-soft);color:#89928f;cursor:not-allowed}.site-footer{padding:72px 0 24px;background:#111a18;color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .9fr 1fr;gap:48px;padding-bottom:60px}.brand--footer{margin-bottom:20px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-grid p,.footer-grid a,.footer-grid span,.footer-grid small{color:#94a19e;font-size:13px}.footer-grid strong{margin-bottom:10px;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #28312f;padding-top:22px;color:#71807c;font-size:11px}.footer-bottom span:last-child{overflow-wrap:normal;word-break:normal;text-align:right}.page-hero~.section,.product-hero~.section{padding-top:96px;padding-bottom:96px}.page-hero~.section--compact,.product-hero~.section--compact{padding-top:56px;padding-bottom:56px}@media (max-width: 1024px){.section{padding:88px 0}.hero~.section{padding-top:76px;padding-bottom:76px}.hero~.section--compact{padding-top:42px;padding-bottom:42px}.hero-grid,.product-hero-grid{grid-template-columns:1fr 1fr;gap:38px}.product-hero-grid{grid-template-columns:1.1fr .9fr}.hero h1{font-size:55px}.hero-copy h1{font-size:48px}.product-visual--large{min-height:380px}.solutions-grid{grid-template-columns:repeat(2,1fr)}.solution-card,.solution-card:nth-child(4){grid-column:auto}.solution-card:last-child{grid-column:1 / -1;min-height:230px}.hero~.section .solution-card{min-height:260px}.proof-grid{gap:48px}.effect-grid{grid-template-columns:repeat(2,1fr)}.approach-grid{grid-template-columns:repeat(3,1fr)}.approach-grid--four{grid-template-columns:repeat(2,1fr)}.approach-grid article:nth-child(4),.approach-grid article:nth-child(5){min-height:220px}.process-line{grid-template-columns:repeat(3,1fr);row-gap:32px}.beauty-scenario,.beauty-launch{grid-template-columns:repeat(3,1fr)}.catalog-grid{gap:20px}.format-grid{grid-template-columns:repeat(2,1fr);gap:36px 20px}.contact-grid{gap:50px}.integration-grid,.cost-section .cost-grid{gap:48px}.architecture{flex-wrap:wrap}.partner-formats{grid-template-columns:repeat(2,1fr)}.partner-formats article:last-child{grid-column:1 / -1;min-height:230px}}@media (max-width: 768px){.container{width:min(calc(100% - 32px),var(--container))}.header-inner{height:68px}.menu-button{display:grid;width:42px;height:42px;place-items:center;cursor:pointer}.nav{position:absolute;top:68px;right:0;left:0;display:none;align-items:stretch;gap:0;border-bottom:1px solid var(--line);padding:16px;background:var(--paper)}.nav--open{display:grid}.nav>a{padding:15px}.nav-cta{justify-content:space-between;margin-top:8px}.hero{padding:52px 0 72px}.hero~.section{padding-top:68px;padding-bottom:68px}.hero~.section--compact{padding-top:38px;padding-bottom:38px}.hero-grid,.product-hero-grid,.proof-grid,.adaptation-grid,.problem-grid,.feature-columns,.adaptation-detail,.tech-grid,.contact-grid,.integration-grid,.executor-banner{grid-template-columns:1fr}.hero-grid>*,.product-hero-grid>*,.proof-grid>*,.adaptation-grid>*,.problem-grid>*,.feature-columns>*,.adaptation-detail>*,.tech-grid>*,.contact-grid>*,.catalog-grid>*,.integration-grid>*,.executor-banner>*{min-width:0}.hero-grid{gap:62px}.hero h1{font-size:51px}.hero-visual{max-width:650px}.floating-note{right:10px}.section-heading-row{align-items:flex-start;flex-direction:column}.featured-grid,.catalog-grid{grid-template-columns:1fr}.product-card{max-width:650px}.proof-grid,.adaptation-grid,.problem-grid,.adaptation-detail,.contact-grid{gap:52px}.integration-grid,.executor-banner{gap:38px}.demo-choice-grid{grid-template-columns:1fr}.approach-grid{grid-template-columns:repeat(2,1fr)}.process-line{grid-template-columns:repeat(2,1fr);row-gap:32px}.beauty-scenario,.beauty-launch{grid-template-columns:repeat(2,1fr)}.beauty-demo-grid{grid-template-columns:1fr}.partner-banner,.note-panel{align-items:flex-start;flex-direction:column;padding:42px}.page-hero{padding:74px 0}.product-hero{padding-top:58px}.product-hero-grid{gap:54px}.journey{grid-template-columns:repeat(2,1fr);gap:1px}.journey--5{grid-template-columns:1fr}.journey--5>div,.journey--5>div:first-child,.journey--5>div:nth-child(2),.journey--5>div:nth-child(3),.journey--5>div:last-child{border:1px solid var(--line);border-radius:0}.journey--5>div:first-child{border-radius:var(--radius) var(--radius) 0 0}.journey--5>div:last-child{border-radius:0 0 var(--radius) var(--radius)}.journey>div,.journey>div:first-child,.journey>div:last-child{border:1px solid var(--line);border-radius:0}.journey>div:first-child{border-radius:var(--radius) 0 0 0}.journey>div:nth-child(2){border-radius:0 var(--radius) 0 0}.journey>div:nth-child(3){border-radius:0 0 0 var(--radius)}.journey>div:last-child{border-radius:0 0 var(--radius) 0}.journey svg{display:none}.feature-columns{gap:60px}.screenshot-gallery{gap:16px}.tech-list{grid-column:auto}.order-steps{grid-template-columns:1fr}.note-panel ul{padding-left:20px}.cost-grid{grid-template-columns:1fr;gap:32px}.cost-section .cost-grid{gap:28px}.cost-section .cost-grid>div:last-child{padding:32px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1 / -1}.legal-index{grid-template-columns:1fr}}@media (max-width: 480px){body{font-size:15px}.container{width:min(calc(100% - 24px),var(--container))}.section{padding:72px 0}.section--compact{padding:38px 0}h1,.hero h1,.product-hero h1,.legal-hero h1{font-size:clamp(29px,8.8vw,36px)}.product-hero h1{font-size:clamp(28px,8vw,32px)}h2{font-size:32px}.commercial-effect .section-intro h2,.feature-columns h2,.tech-grid h2{font-size:29px}.problem-grid h2{font-size:28px}.hero{padding:40px 0 64px}.hero~.section{padding-top:58px;padding-bottom:58px}.hero~.section--compact{padding-top:30px;padding-bottom:30px}.hero~.section .section-intro{margin-bottom:30px}.hero-lead,.page-hero p:not(.eyebrow){font-size:17px}.button-row{display:grid}.button-row .button{width:100%}.trust-row{align-items:flex-start;flex-direction:column;gap:10px}.hero-trust{font-size:12px}.product-visual--large{min-height:300px}.browser-frame{width:86%}.phone-frame{width:29%}.floating-note{right:6px;bottom:-38px}.solutions-grid{grid-template-columns:1fr}.solution-card,.solution-card:last-child{grid-column:auto;min-height:230px;padding:24px}.hero~.section .solution-card{min-height:230px;padding:22px}.icon-box{margin-bottom:38px}.product-card__content{padding:22px}.product-card h3{font-size:22px}.product-card--compact .product-visual{min-height:175px}.home-catalog .product-card__content{min-height:0}.catalog-note{margin-top:-30px;margin-bottom:32px;font-size:15px}.process-line{grid-template-columns:1fr}.beauty-scenario,.beauty-launch{grid-template-columns:1fr;row-gap:20px}.beauty-scenario li,.beauty-launch li{min-height:105px}.beauty-demo-grid article{min-height:285px;padding:24px 22px}.beauty-demo-grid .icon-box{margin-bottom:28px}.beauty-demo-grid h3{font-size:23px}.beauty-effects article{min-height:190px}.beauty-services-note>p{font-size:15px}.beauty-product-hero~.section{padding-top:72px;padding-bottom:72px}.beauty-product-hero~.section--compact{padding-top:42px;padding-bottom:42px}.approach-grid{grid-template-columns:1fr}.approach-grid article,.approach-grid article:nth-child(4),.approach-grid article:nth-child(5){min-height:190px}.approach-grid h3{margin-top:30px}.journey.business-journey>div{min-height:110px;padding:18px}.business-benefits{margin-top:16px}.demo-choice-grid article{min-height:270px;padding:24px 22px}.demo-choice-grid .icon-box{margin-bottom:24px}.demo-choice-grid h3{font-size:23px}.hero~.section .tag-cloud span,.hero~.section .integration-cloud span{padding:9px 13px}.partner-banner,.note-panel{padding:30px 24px}.partner-banner h2,.note-panel h2{font-size:30px}.legal-offer-notice{padding:24px 20px}.legal-offer-notice strong{font-size:19px}.catalog-toolbar{align-items:flex-start;flex-direction:column;gap:4px}.problem-grid{gap:16px}.outcome-card{align-items:flex-start;flex-direction:column}.journey,.effect-grid,.screenshot-gallery{grid-template-columns:1fr}.screenshot-card--desktop,.screenshot-card--mobile,.screenshot-card--admin{grid-column:1}.effect-grid article{min-height:220px}.journey>div,.journey>div:first-child,.journey>div:nth-child(2),.journey>div:nth-child(3),.journey>div:last-child{min-height:135px;border-radius:0}.journey>div:first-child{border-radius:var(--radius) var(--radius) 0 0}.journey>div:last-child{border-radius:0 0 var(--radius) var(--radius)}.option-grid,.format-grid,.note-panel ul,.check-list--compact{grid-template-columns:1fr}.cost-section .cost-grid>div:last-child{padding:26px 22px}.architecture{align-items:stretch;flex-direction:column}.architecture svg{margin:auto;transform:rotate(90deg)}.order-steps li{grid-template-columns:36px 1fr;padding:22px 18px}.order-steps.home-process li{padding:22px 18px}.contact-panel{min-height:0;padding:30px 20px}.contact-panel h2{font-size:34px}.contact-options>div{grid-template-columns:1fr}.contact-options .button{grid-row:auto;grid-column:auto;width:100%;margin-top:12px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-grid>div:first-child{grid-column:auto}.related-links,.partner-formats{grid-template-columns:1fr}.partner-formats article:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.footer-bottom span:last-child{text-align:left}.executor-banner{padding-top:38px;padding-bottom:38px}.executor-banner h2{font-size:30px}.hero~.final-cta{padding-top:60px;padding-bottom:66px}}@media (max-width: 360px){h1,.hero h1,.product-hero h1,.legal-hero h1{font-size:26px}h2,.commercial-effect .section-intro h2,.feature-columns h2,.tech-grid h2,.legal-document>section h2{font-size:24px}.cost-section h2,.home-process h3{overflow-wrap:anywhere}.problem-grid h2{font-size:23px}.legal-offer-notice strong{font-size:16px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
