@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600;700&display=swap');
:root{--beautier-bg:#f7f2eb;--beautier-surface:#fffdfc;--beautier-surface-soft:#f3e3e1;--beautier-text:#231b18;--beautier-muted:#8d8178;--beautier-border:#e7ded3;--beautier-champagne:#d8c4a8;--beautier-rose:#c89fa5;--beautier-success:#78906f;--beautier-rating:#d58a32;--beautier-shadow-sm:0 8px 24px rgb(35 27 24 / 6%);--beautier-shadow-md:0 18px 50px rgb(35 27 24 / 9%);--beautier-radius-sm:12px;--beautier-radius-md:20px;--beautier-radius-lg:30px;--beautier-container:1320px;--beautier-gutter:clamp(16px,3vw,32px);--beautier-section-y:clamp(72px,8vw,120px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.be-home{margin:0;overflow-x:hidden;background:var(--beautier-bg);color:var(--beautier-text);font-family:'Inter',system-ui,sans-serif;font-size:16px}.be-home a{color:inherit;text-decoration:none}.be-home button,.be-home input,.be-home summary{font:inherit}.be-shell{width:min(var(--beautier-container),calc(100% - var(--beautier-gutter)*2));margin-inline:auto}.be-symbols,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.be-home svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.be-home h1,.be-home h2,.be-home h3,.be-home blockquote{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500}
.be-header{position:sticky;z-index:50;top:0;width:min(var(--beautier-container),calc(100% - var(--beautier-gutter)*2));height:82px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;background:rgba(255,253,252,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,222,211,.8)}.be-brand{display:flex;align-items:center}.be-header-brand{width:154px;height:44px}.be-brand-logo{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.be-nav{display:flex;align-items:center;justify-content:center;gap:28px}.be-nav a{position:relative;padding:12px 0;font-size:13px;font-weight:500}.be-nav a:after{content:"";position:absolute;right:50%;bottom:5px;left:50%;height:1px;background:var(--beautier-text);transition:.2s}.be-nav a:hover:after,.be-nav a:focus-visible:after{right:0;left:0}.be-header-actions{display:flex;align-items:center;gap:12px}.be-login{font-size:13px;font-weight:600}.be-language{position:relative}.be-language summary{width:68px;height:44px;padding:0 13px;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-sm);background:var(--beautier-surface);display:flex;align-items:center;justify-content:space-between;list-style:none;font-size:12px;font-weight:600;cursor:pointer}.be-language summary::-webkit-details-marker{display:none}.be-language summary:after{content:"⌄";font-size:13px}.be-language>div{position:absolute;top:calc(100% + 8px);right:0;width:188px;padding:7px;border:1px solid var(--beautier-border);border-radius:14px;background:var(--beautier-surface);box-shadow:var(--beautier-shadow-md)}.be-language a{min-height:42px;padding:8px 10px;border-radius:9px;display:grid;grid-template-columns:32px 1fr;align-items:center;font-size:11px;font-weight:700}.be-language a small{color:var(--beautier-muted);font-size:10px;font-weight:400}.be-language a:hover,.be-language a.active{background:var(--beautier-surface-soft)}.be-menu-button{display:none;width:44px;height:44px;padding:9px;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-sm);background:var(--beautier-surface)}.be-menu-button i{display:block;width:20px;height:1.5px;margin:4px auto;background:var(--beautier-text)}
.be-button{min-height:52px;padding:0 24px;border:1px solid var(--beautier-text);border-radius:var(--beautier-radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:14px;font-weight:600;transition:.2s}.be-button-dark{background:var(--beautier-text);color:#fff!important}.be-button-light{border-color:var(--beautier-champagne);background:transparent}.be-button:hover{transform:translateY(-1px);box-shadow:var(--beautier-shadow-sm)}.be-button-dark:hover{background:#3a2f2a}.be-button-light:hover{background:var(--beautier-surface-soft)}.be-button:focus-visible,.be-nav a:focus-visible,.be-language summary:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(200,159,165,.28)}.be-header-cta{min-height:46px;padding-inline:20px}
.be-hero{min-height:650px;display:grid;grid-template-columns:46% 54%;overflow:hidden;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-lg);background:var(--beautier-surface);box-shadow:var(--beautier-shadow-sm)}.be-hero-copy{padding:72px 48px 42px 54px;display:flex;flex-direction:column;justify-content:center}.be-hero h1{max-width:560px;margin:0;font-size:76px;line-height:.94;letter-spacing:-.045em}.be-hero h1 em{color:#c9827b;font-style:normal}.be-hero-copy>p{max-width:560px;margin:28px 0 32px;color:#5f5650;font-size:18px;line-height:1.65}.be-hero-actions{display:flex;gap:14px}.be-hero-stats{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--beautier-border);border-radius:16px}.be-hero-stats>div{padding:17px 14px;display:grid;grid-template-columns:32px 1fr;border-right:1px solid var(--beautier-border)}.be-hero-stats>div:last-child{border:0}.be-hero-stats svg{grid-row:1/3;align-self:center;color:#75685e}.be-hero-stats strong{font-size:15px}.be-hero-stats span{color:var(--beautier-muted);font-size:11px}.be-hero-visual{position:relative;min-width:0;overflow:hidden;border-radius:var(--beautier-radius-lg)}.be-hero-visual picture,.be-hero-visual picture img{display:block;width:100%;height:100%}.be-hero-visual img{object-fit:cover;object-position:68% 45%}.be-float-card{position:absolute;padding:18px 20px;border:1px solid var(--beautier-border);border-radius:16px;background:rgba(255,253,252,.94);box-shadow:var(--beautier-shadow-sm);backdrop-filter:blur(12px);display:flex;align-items:center;gap:13px}.be-float-card>span:nth-child(2){display:grid;gap:3px}.be-float-card strong{font-size:14px}.be-float-card small{color:var(--beautier-muted);font-size:12px}.be-float-available{top:30px;right:28px;width:268px}.be-float-confirmed{left:28px;bottom:30px;width:300px}.be-icon-tile,.be-status-check{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center}.be-icon-tile{background:#f4e4dc;color:#b76860}.be-status-check{border-radius:50%;background:var(--beautier-rose);color:#fff}.be-card-arrow{margin-left:auto;width:17px!important}
.be-trust{min-height:112px;margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-md);background:var(--beautier-surface);box-shadow:var(--beautier-shadow-sm)}.be-trust article{padding:22px 25px;border-right:1px solid var(--beautier-border);display:grid;grid-template-columns:40px 1fr;align-content:center}.be-trust article:last-child{border:0}.be-trust b{grid-row:1/3;align-self:center;font-size:21px}.be-trust b svg{width:27px}.be-trust span{font-size:14px;font-weight:600}.be-trust small{color:var(--beautier-muted);font-size:12px}
.be-section{padding-top:var(--beautier-section-y);padding-bottom:var(--beautier-section-y)}.be-section-heading small,.be-dashboard-copy>small,.be-plan-card small,.be-final-cta small{color:#a56f6a;font-size:12px;font-weight:600;letter-spacing:.14em}.be-section-heading h2{max-width:780px;margin:12px 0 0;font-size:52px;line-height:1.02;letter-spacing:-.03em}.be-section-heading h2 em{color:#746a63;font-style:normal}.be-section-heading.centered{text-align:center}.be-section-heading.centered h2{margin-inline:auto}
.be-process{width:min(1180px,calc(100% - var(--beautier-gutter)*2))}.be-process-grid{position:relative;margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.be-process-grid:before{content:"";position:absolute;top:215px;left:31%;right:31%;border-top:1px dashed #bea994}.be-step-card{position:relative;z-index:1;min-height:410px;padding:26px;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-md);background:var(--beautier-surface);box-shadow:var(--beautier-shadow-sm)}.be-step-number,.be-setup-grid>article>span{position:absolute;top:23px;left:23px;width:32px;height:32px;border-radius:50%;background:#c9827b;color:#fff;display:grid;place-items:center;font-weight:700}.be-step-card h3{margin:2px 0 7px;padding-left:42px;font-family:'Inter',sans-serif;font-size:16px;font-weight:600}.be-step-card>p{min-height:60px;margin:0 0 18px;padding-left:42px;color:var(--beautier-muted);font-size:13px;line-height:1.55}.be-chat-list{display:grid;gap:10px}.be-chat-list>div{padding:11px;border:1px solid var(--beautier-border);border-radius:12px;background:#fff;display:flex;align-items:center;gap:11px}.be-chat-list span{display:grid}.be-chat-list b{font-size:11px}.be-chat-list small{font-size:9px}.be-chat-list time{margin-left:auto;color:#a79b91;font-size:8px}.be-app-dot{width:27px;height:27px;border-radius:8px;background:#f3f1ef;display:grid;place-items:center;font-style:normal;font-weight:700}.be-app-dot.ig{color:#a34bcf}.be-app-dot.wa{color:#37a861}.be-app-dot.ms{color:#397beb}.be-mini-profile,.be-confirm-box{padding:12px;border:1px solid var(--beautier-border);border-radius:14px;background:#fff}.be-mini-url{padding:9px;border:1px solid var(--beautier-border);border-radius:8px;color:#655d57;font-size:10px}.be-mini-url svg{width:14px;height:14px;margin-right:6px;vertical-align:middle}.be-person{padding:11px 2px;display:flex;align-items:center;gap:9px}.be-person img{width:38px;height:38px;border-radius:50%;object-fit:cover}.be-person span{display:grid}.be-person small{color:var(--beautier-muted);font-size:9px}.be-mini-profile ul,.be-price-list,.be-language-list{padding:0;margin:0;list-style:none}.be-mini-profile li{padding:7px 2px;display:flex;justify-content:space-between;font-size:10px}.be-mini-profile>a{margin-top:7px;padding:9px;border-radius:7px;background:var(--beautier-text);color:#fff;display:block;text-align:center;font-size:10px;font-weight:600}.be-confirm-box{padding:17px;display:grid;gap:9px}.be-confirm-box>strong{font-size:13px}.be-confirm-box>strong span{width:24px;height:24px;margin-right:6px;border-radius:50%;background:var(--beautier-success);color:#fff;display:inline-grid;place-items:center}.be-confirm-box p{margin:0}.be-confirm-box small{color:var(--beautier-muted)}.be-confirm-box button,.be-setup-grid button{min-height:40px;border:1px solid var(--beautier-border);border-radius:8px;background:#fff;font-weight:600}
.be-dashboard{min-height:570px;display:grid;grid-template-columns:55% 45%;overflow:hidden;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-lg);background:var(--beautier-surface);box-shadow:var(--beautier-shadow-md)}.be-dashboard-scene{position:relative;padding:50px 0 0 54px;background:#e5d3c0 url('/assets/img/home/dashboard-side-decor.webp') left center/42% 100% no-repeat}.be-dashboard-window{height:520px;overflow:hidden;border:7px solid #2b2724;border-bottom:0;border-radius:25px 25px 0 0;background:#fff;box-shadow:0 20px 40px rgba(48,37,29,.22);display:grid;grid-template-columns:122px 1fr}.be-dashboard-window aside{padding:20px 10px;background:#faf6f1;display:flex;flex-direction:column;gap:4px}.be-brandmark{width:38px;height:38px;margin-bottom:14px;border-radius:11px;background:#fff;display:grid;place-items:center;font-size:24px;font-weight:700}.be-brandmark span{color:#d25f73}.be-dashboard-window aside a{padding:9px;border-radius:7px;font-size:9px}.be-dashboard-window aside a.active{background:#f1e3dc;color:#9b5d56;font-weight:700}.be-dashboard-main{padding:32px 25px}.be-dashboard-main h3{margin:0;font-size:30px}.be-dashboard-main>small{color:var(--beautier-muted)}.be-dashboard-metrics{margin:22px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.be-dashboard-metrics span{padding:12px;border:1px solid var(--beautier-border);border-radius:10px;font-size:8px}.be-dashboard-metrics b{display:block;font-size:17px}.be-agenda{display:grid;grid-template-columns:48px 1fr auto;align-items:center;font-size:9px}.be-agenda>*{padding:12px 5px;border-bottom:1px solid #eee7df}.be-agenda i{color:var(--beautier-muted);font-style:normal}.be-agenda b{padding:5px 7px;border:0;border-radius:10px;background:#edf3e9;color:#64805e;font-size:7px}.be-dashboard-copy{padding:58px;background:linear-gradient(135deg,#fffaf5,#f1e4d9)}.be-dashboard-copy h2{margin:12px 0 27px;font-size:46px;line-height:1.02}.be-dashboard-copy ul,.be-plan-card ul{padding:0;margin:0 0 30px;display:grid;gap:15px;list-style:none}.be-dashboard-copy li,.be-plan-card li{position:relative;padding-left:26px;display:grid}.be-dashboard-copy li:before,.be-plan-card li:before{content:"✓";position:absolute;left:0;color:#b96f69;font-weight:700}.be-dashboard-copy li b{font-size:13px}.be-dashboard-copy li span{color:var(--beautier-muted);font-size:11px}.be-inline-actions{display:flex;align-items:center;gap:24px}.be-inline-actions>a:last-child{font-size:13px;font-weight:600}.be-inline-actions svg{width:16px;vertical-align:middle}
.be-feature-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.be-feature-grid>article{min-height:270px;padding:25px;overflow:hidden;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-md);background:var(--beautier-surface);box-shadow:var(--beautier-shadow-sm)}.be-feature-grid h3{margin:0 0 5px;font-size:28px;line-height:1.08}.be-feature-grid p{margin:0 0 16px;color:var(--beautier-muted);font-size:12px}.feature-photo{padding:0!important;display:grid;grid-template-columns:1fr 47%}.feature-photo>div{padding:25px}.feature-photo a{display:inline-flex;margin-top:14px;padding:9px 12px;border:1px solid var(--beautier-border);border-radius:8px;font-size:10px}.feature-photo picture,.feature-photo img{display:block;width:100%;height:100%}.feature-photo img{object-fit:cover;object-position:50% 35%}.be-calendar-ui{padding:12px;border:1px solid var(--beautier-border);border-radius:12px;background:#fff;display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.be-calendar-ui header{grid-column:1/-1;padding:5px;display:flex;justify-content:space-between}.be-calendar-ui span{color:#8e867f;font-size:8px}.be-calendar-ui i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;justify-self:center;font-size:9px;font-style:normal}.be-calendar-ui i.selected{background:#c9827b;color:#fff}.be-price-list li{padding:14px 3px;border-bottom:1px solid var(--beautier-border);display:flex;justify-content:space-between;font-size:11px}.be-price-list li span{display:flex;gap:16px;color:var(--beautier-muted)}.be-price-list li b{color:var(--beautier-text)}.be-client-list{display:grid;gap:7px}.be-client-list span{padding:7px;border:1px solid var(--beautier-border);border-radius:10px;background:#fff;display:flex;align-items:center;gap:9px;font-size:10px}.be-client-list img{width:30px;height:30px;border-radius:50%;object-fit:cover}.be-switch-list{display:grid}.be-switch-list span,.be-language-list li{padding:11px 3px;border-bottom:1px solid var(--beautier-border);display:flex;justify-content:space-between;font-size:10px}.be-switch-list i{position:relative;width:31px;height:18px;border-radius:10px;background:var(--beautier-success)}.be-switch-list i:after{content:"";position:absolute;top:3px;right:3px;width:12px;height:12px;border-radius:50%;background:#fff}.be-switch-list b{padding:3px 8px;border:1px solid var(--beautier-border);border-radius:6px}.be-language-list b{color:var(--beautier-success)}
.be-setup{padding-top:20px}.be-setup-grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.be-setup-grid>article{position:relative;min-height:310px;padding:24px 24px 24px 62px;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-md);background:var(--beautier-surface)}.be-setup-grid h3{margin:1px 0 5px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600}.be-setup-grid p{margin:0 0 17px;color:var(--beautier-muted);font-size:11px}.be-person.large{padding:9px;border:1px solid var(--beautier-border);border-radius:12px}.be-person.large img{width:56px;height:56px}.be-setup-grid dl{margin:12px 0 0;display:grid;grid-template-columns:1fr 1fr;font-size:9px}.be-setup-grid dt{grid-column:1/-1;font-weight:700}.be-setup-grid dd{margin:5px 0}.be-setup-grid label{margin-top:18px;display:flex;justify-content:space-between;font-size:9px}.be-share-link{padding:15px;border:1px solid var(--beautier-border);border-radius:10px;background:#faf6f2;font-size:11px;font-weight:600}.be-socials{margin:18px 0;display:flex;gap:10px}.be-socials i{width:35px;height:35px;border:1px solid var(--beautier-border);border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:700}.be-catalog-link{min-height:40px;border-radius:8px;background:var(--beautier-text);color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}
.be-testimonial{position:relative;height:360px;overflow:hidden;border-radius:var(--beautier-radius-lg);background:#b9796b;color:#fff}.be-testimonial:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,27,24,.55),rgba(35,27,24,.14) 55%,transparent 78%)}.be-testimonial>div{position:relative;z-index:2;width:52%;height:100%;padding:56px;display:flex;flex-direction:column;justify-content:center}.be-testimonial blockquote{margin:0 0 18px;font-size:38px;line-height:1.1}.be-quote-mark{position:absolute;margin:-45px 0 0 -17px;font-family:Georgia,serif;font-size:72px;opacity:.75}.be-testimonial p{font-size:12px}.be-testimonial strong{color:#ffd177}.be-testimonial strong small{color:#fff;font-weight:400}.be-testimonial picture{position:absolute;inset:0}.be-testimonial picture,.be-testimonial img{width:100%;height:100%;display:block}.be-testimonial img{object-fit:cover;object-position:center 35%}
.be-plans{padding-bottom:72px;display:grid;grid-template-columns:1fr 1fr}.be-plan-card{min-height:420px;padding:40px;border:1px solid var(--beautier-border);background:var(--beautier-surface)}.be-plan-card:first-child{border-radius:var(--beautier-radius-md) 0 0 var(--beautier-radius-md)}.be-plan-card.studio{position:relative;padding-right:48%;overflow:hidden;border-radius:0 var(--beautier-radius-md) var(--beautier-radius-md) 0;background:#f1e6dc}.be-plan-card h2{margin:12px 0;font-size:35px;line-height:1.05}.be-plan-price{color:#b86c67;font-weight:700}.be-plan-card li{font-size:11px}.be-interior-art{position:absolute!important;top:0;right:0;bottom:0;width:48%;background:url('/assets/img/home/studio-treatment-room.webp') 72% 50%/cover no-repeat}.be-interior-art span,.be-interior-art i,.be-interior-art b{display:none}
.be-integrations{padding-bottom:var(--beautier-section-y)}.be-integrations .be-section-heading h2{font-size:36px}.be-integrations>div{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.be-integrations article{min-height:128px;padding:22px;border:1px solid var(--beautier-border);border-radius:16px;background:var(--beautier-surface);display:flex;align-items:center;gap:14px}.be-integrations article>b{width:42px;height:42px;border-radius:11px;background:#f3eee8;display:grid;place-items:center}.be-integrations article>span{display:grid}.be-integrations strong{font-size:13px}.be-integrations small{margin-top:3px;color:var(--beautier-muted);font-size:10px;line-height:1.35}.google-calendar{color:#4285f4}.google-sheets,.supabase{color:#3aa66c}.csv{color:#638879;font-size:10px}
.be-faq{position:relative;min-height:430px;overflow:hidden;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-lg);background:var(--beautier-surface);display:grid;grid-template-columns:38% 24% 38%;align-items:center}.be-faq-art{align-self:stretch;background:url('/assets/img/home/spa-still-life.webp') center/cover no-repeat}.be-faq-art>*{display:none}.be-faq .be-section-heading{padding:40px}.be-faq .be-section-heading h2{font-size:45px}.be-faq-list{padding:34px 34px 34px 0}.be-faq details{border-bottom:1px solid var(--beautier-border)}.be-faq summary{min-height:64px;padding:18px 4px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-size:13px;font-weight:600;cursor:pointer}.be-faq summary::-webkit-details-marker{display:none}.be-faq summary:after{content:"⌄"}.be-faq details[open] summary:after{transform:rotate(180deg)}.be-faq details p{margin:-5px 0 18px;color:var(--beautier-muted);font-size:12px;line-height:1.55}
.be-final-cta{position:relative;min-height:320px;margin-top:36px;overflow:hidden;border:1px solid var(--beautier-border);border-radius:var(--beautier-radius-lg);background:#ead8c6}.be-final-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,252,.98),rgba(255,253,252,.86) 46%,transparent 72%)}.be-final-cta>div:first-child{position:relative;z-index:2;width:54%;padding:54px}.be-final-cta h2{margin:12px 0 8px;font-size:43px}.be-final-cta p{margin:0 0 22px;color:var(--beautier-muted)}.be-final-cta>div>div{display:flex;gap:12px}.be-cta-interior{position:absolute;inset:0;background:url('/assets/img/home/studio-treatment-room.webp') 72% 50%/cover no-repeat}.be-cta-interior>*{display:none}
.be-footer{margin-top:22px;padding:64px 0 30px;border-radius:30px 30px 0 0;background:#231b18;color:#fffdfc}.be-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,.75fr) 1.45fr;gap:42px}.be-brand.inverse{gap:7px}.be-brand.inverse .be-brandmark{margin:0;background:#fff;color:#231b18}.be-brand.inverse strong{font-size:17px}.be-brand.inverse small{color:#a99e95}.be-footer-brand p,.be-newsletter p{max-width:240px;color:#aa9f96;font-size:11px;line-height:1.55}.be-social-links{display:flex;gap:9px}.be-social-links a{width:31px;height:31px;border:1px solid #514943;border-radius:50%;display:grid;place-items:center}.be-footer h3{margin:5px 0 14px;color:#cec3ba;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.be-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.be-footer-grid a{font-size:11px}.be-newsletter form{display:flex}.be-newsletter input{min-width:0;flex:1;padding:12px;border:1px solid #504740;border-radius:8px 0 0 8px;background:#302824;color:#fff}.be-newsletter button{width:43px;border:0;border-radius:0 8px 8px 0;background:#ead8c7}.be-store-links{margin-top:12px;display:flex!important;flex-direction:row!important;gap:7px!important}.be-store-links a{padding:8px 11px;border:1px solid #5a514a;border-radius:6px}.be-footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid #443b36;display:flex;justify-content:space-between;color:#8e837a;font-size:10px}
.be-section,.be-dashboard,.be-testimonial,.be-plans,.be-integrations,.be-faq,.be-final-cta{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.is-visible{opacity:1!important;transform:none!important}
@media(max-width:1199px){.be-nav{gap:16px}.be-nav a{font-size:11px}.be-hero{grid-template-columns:48% 52%}.be-hero h1{font-size:64px}.be-hero-copy{padding-inline:38px}.be-dashboard-copy{padding:48px 38px}.be-dashboard-copy h2{font-size:40px}.be-feature-grid{grid-template-columns:repeat(2,1fr)}.be-footer-grid{grid-template-columns:1.3fr repeat(3,.65fr) 1.2fr;gap:22px}}
@media(max-width:991px){.be-header{width:calc(100% - 32px);height:70px;grid-template-columns:auto 1fr auto}.be-nav{position:absolute;top:70px;right:0;left:0;max-height:calc(100vh - 84px);padding:18px;border:1px solid var(--beautier-border);border-radius:0 0 22px 22px;background:var(--beautier-surface);box-shadow:var(--beautier-shadow-md);display:none;flex-direction:column;align-items:stretch;gap:0}.be-header.menu-open .be-nav{display:flex}.be-nav a{padding:14px;font-size:14px}.be-header-cta,.be-login{display:none}.be-menu-button{display:block}.be-hero{grid-template-columns:1fr}.be-hero-copy{padding:50px 34px}.be-hero h1{font-size:58px}.be-hero-visual{height:620px}.be-trust{grid-template-columns:1fr 1fr}.be-trust article:nth-child(2){border-right:0}.be-trust article:nth-child(-n+2){border-bottom:1px solid var(--beautier-border)}.be-process-grid{gap:16px}.be-dashboard{grid-template-columns:1fr}.be-dashboard-scene{min-height:470px}.be-dashboard-copy{padding:48px 36px}.be-setup-grid{gap:12px}.be-testimonial>div{width:62%}.be-plans{grid-template-columns:1fr}.be-plan-card:first-child{border-radius:20px 20px 0 0}.be-plan-card.studio{border-radius:0 0 20px 20px}.be-integrations>div{grid-template-columns:1fr 1fr}.be-faq{grid-template-columns:1fr}.be-faq-art{height:220px}.be-faq .be-section-heading{padding:34px 32px 12px}.be-faq-list{padding:0 32px 34px}.be-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.be-newsletter{grid-column:1/-1}.be-footer-grid>div:nth-child(4){display:none}}
@media(max-width:767px){:root{--beautier-gutter:16px;--beautier-section-y:64px}.be-header{width:100%;height:64px;padding:8px 16px}.be-header-brand{width:124px;height:38px}.be-header-actions{gap:7px}.be-language summary{width:58px;height:42px;padding-inline:10px}.be-language>div{position:fixed;top:70px;right:10px}.be-menu-button{height:42px}.be-hero{border-radius:0;box-shadow:none}.be-hero-copy{padding:42px 24px 28px}.be-hero h1{font-size:46px;line-height:.98}.be-hero-copy>p{margin:20px 0 24px;font-size:15px}.be-hero-actions{display:grid}.be-button{width:100%}.be-hero-stats{margin-top:30px}.be-hero-stats>div{padding:13px 7px;grid-template-columns:1fr;text-align:center}.be-hero-stats svg{grid-row:auto;margin:auto}.be-hero-stats span{font-size:9px}.be-hero-visual{height:auto;aspect-ratio:4/5;border-radius:20px}.be-float-available{top:auto;right:14px;bottom:92px;left:14px;width:auto}.be-float-confirmed{right:14px;bottom:14px;left:14px;width:auto}.be-trust{min-height:0;grid-template-columns:1fr 1fr}.be-trust article{min-height:110px;padding:16px;grid-template-columns:1fr;text-align:center}.be-trust b{grid-row:auto}.be-section-heading h2{font-size:36px}.be-process-grid{padding-left:38px;grid-template-columns:1fr}.be-process-grid:before{top:0;bottom:0;left:15px;right:auto;border-top:0;border-left:1px dashed #bea994}.be-step-card{min-height:0}.be-dashboard{border-radius:22px}.be-dashboard-scene{min-height:380px;padding:32px 0 0 16px}.be-dashboard-window{height:360px;grid-template-columns:82px 1fr}.be-dashboard-window aside{padding:12px 6px}.be-dashboard-window aside a{font-size:7px}.be-dashboard-main{padding:23px 12px}.be-dashboard-metrics{gap:4px}.be-dashboard-metrics span{padding:7px 4px}.be-dashboard-copy{padding:36px 24px}.be-dashboard-copy h2{font-size:36px}.be-inline-actions{display:grid}.be-feature-grid{grid-template-columns:1fr 1fr;gap:10px}.be-feature-grid>article{min-height:240px;padding:19px}.feature-photo{grid-column:1/-1}.be-feature-grid h3{font-size:24px}.be-setup-grid{grid-template-columns:1fr}.be-setup-grid>article{min-height:0}.be-testimonial{height:auto;aspect-ratio:4/5;border-radius:22px}.be-testimonial:after{background:linear-gradient(0deg,rgba(35,27,24,.65),transparent 75%)}.be-testimonial>div{position:absolute;inset:auto 0 0;width:100%;height:auto;padding:28px}.be-testimonial blockquote{font-size:30px}.be-testimonial img{object-position:57% center}.be-plan-card{min-height:0;padding:30px 24px}.be-plan-card.studio{padding:30px 24px 250px}.be-interior-art{top:auto;left:0;width:100%;height:230px}.be-integrations .be-section-heading h2{font-size:30px}.be-integrations article{min-height:110px;padding:16px}.be-final-cta{min-height:0}.be-final-cta:after{background:linear-gradient(180deg,rgba(255,253,252,.98),rgba(255,253,252,.92) 55%,transparent 80%)}.be-final-cta>div:first-child{width:100%;padding:34px 24px 260px}.be-final-cta h2{font-size:36px}.be-final-cta>div>div{display:grid}.be-cta-interior{top:auto;height:250px}.be-footer{padding-top:45px}.be-footer-grid{grid-template-columns:1fr 1fr}.be-footer-brand,.be-newsletter{grid-column:1/-1}.be-footer-bottom{gap:13px;flex-direction:column}}
@media(max-width:389px){.be-hero h1{font-size:40px}.be-feature-grid{grid-template-columns:1fr}.feature-photo{grid-column:auto}.be-feature-grid>article{min-height:0}.be-integrations>div{grid-template-columns:1fr}.be-header-brand{width:108px}.be-language summary{width:54px}.be-footer-grid{grid-template-columns:1fr}.be-footer-grid>div{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.be-section,.be-dashboard,.be-testimonial,.be-plans,.be-integrations,.be-faq,.be-final-cta{opacity:1;transform:none;transition:none}.be-button{transition:none}}

/* Final homepage navigation shell. */
@media(min-width:992px){
  .be-header{
    top:14px!important;
    width:min(var(--beautier-container),calc(100% - 32px))!important;
    height:78px!important;
    margin:14px auto 24px!important;
    padding:10px 18px!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:24px!important;
    border:1px solid rgba(214,202,190,.86)!important;
    border-radius:22px!important;
    background:rgba(255,253,252,.94)!important;
    box-shadow:0 16px 42px rgba(70,51,34,.09)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  .be-header-brand{width:154px!important;height:44px!important}
  .be-nav{min-width:0;gap:clamp(15px,1.7vw,28px)!important}
  .be-nav a{font-size:12px!important;white-space:nowrap}
  .be-header-actions{gap:11px!important;white-space:nowrap}
  .be-header-cta{min-height:46px!important;padding-inline:19px!important;border-radius:11px!important}
}
@media(min-width:992px) and (max-width:1180px){
  .be-header{gap:14px!important;padding-inline:14px!important}
  .be-header-brand{width:132px!important}
  .be-nav{gap:11px!important}
  .be-nav a,.be-login{font-size:10px!important}
  .be-header-cta{padding-inline:13px!important;font-size:11px!important}
}

/* The quote is already present in the translated testimonial copy. */
.be-testimonial blockquote::before,
.be-testimonial blockquote:before{
  content:none!important;
  display:none!important;
}
.be-footer-bottom a{color:inherit;text-decoration:none}
.be-footer-bottom a:hover{text-decoration:underline}

/* Pixel-accurate homepage pass based on the supplied desktop and mobile handoff. */
body.be-home{
  --be-hairline:rgba(96,76,61,.14);
  background:#f8f4ee;
}
.be-logo-lockup{gap:8px!important;width:auto!important;height:auto!important;white-space:nowrap}
.be-logo-mark{position:relative;display:inline-flex;align-items:flex-end;font-size:27px;font-weight:800;line-height:1;letter-spacing:-.08em}
.be-logo-mark>span{color:#b76568;font-size:.72em;line-height:1.15}
.be-logo-word{display:inline-flex;align-items:baseline;gap:3px;font-size:12px;font-weight:700;letter-spacing:-.02em}
.be-logo-word small{color:#8f857e;font-size:8px;font-weight:600}
.be-section,.be-dashboard,.be-testimonial,.be-plans,.be-integrations,.be-faq,.be-final-cta{opacity:1;transform:none;transition:none}
.be-button{box-shadow:none!important}
.be-button svg{width:15px;height:15px}
.be-footer{background:#231b18!important}

@media(min-width:992px){
  :root{--beautier-section-y:48px}
  .be-header{
    position:sticky!important;
    top:0!important;
    width:min(var(--beautier-container),calc(100% - var(--beautier-gutter)*2))!important;
    height:66px!important;
    margin:0 auto 10px!important;
    padding:0!important;
    grid-template-columns:150px minmax(0,1fr) auto!important;
    gap:22px!important;
    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;
    background:rgba(248,244,238,.92)!important;
    box-shadow:none!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  .be-header-brand{justify-self:start!important}
  .be-nav{gap:clamp(16px,1.65vw,25px)!important}
  .be-nav a{padding:10px 0!important;font-size:11px!important;font-weight:600!important}
  .be-header-actions{gap:10px!important}
  .be-login{font-size:11px!important}
  .be-language summary{width:59px;height:38px;padding:0 11px;border-radius:9px;font-size:10px}
  .be-header-cta{min-height:39px!important;padding:0 16px!important;border-radius:9px!important;font-size:10px!important}

  .be-hero{
    height:clamp(438px,35.5vw,505px);
    min-height:0;
    grid-template-columns:43% 57%;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .be-hero-copy{position:relative;z-index:2;padding:28px 26px 16px 16px;justify-content:center}
  .be-hero h1{max-width:510px;font-size:clamp(57px,4.75vw,68px);line-height:.93;letter-spacing:-.052em}
  .be-hero h1 em{color:inherit}
  .be-hero-copy>p{max-width:480px;margin:20px 0 22px;font-size:13px;line-height:1.55}
  .be-hero-actions{gap:11px}
  .be-hero-actions .be-button{min-height:43px;padding:0 20px;border-radius:8px;font-size:11px}
  .be-hero-stats{width:min(100%,470px);min-height:66px;margin-top:27px;border-radius:12px}
  .be-hero-stats>div{padding:12px 10px;grid-template-columns:25px 1fr}
  .be-hero-stats svg{width:18px;height:18px}
  .be-hero-stats strong{font-size:11px}
  .be-hero-stats span{font-size:8px}
  .be-hero-visual{height:100%;margin-left:-4%;border-radius:64px 16px 16px 0;clip-path:polygon(9% 0,100% 0,100% 100%,0 100%)}
  .be-hero-visual img{object-position:68% 46%}
  .be-float-card{padding:13px 15px;border-radius:12px;gap:10px}
  .be-float-card strong{font-size:10px}
  .be-float-card small{font-size:8px}
  .be-icon-tile,.be-status-check{width:31px;height:31px;flex-basis:31px;border-radius:9px}
  .be-status-check{border-radius:50%}
  .be-float-available{top:24px;right:23px;width:226px}
  .be-float-confirmed{left:38px;bottom:24px;width:246px}

  .be-trust{min-height:84px;margin-top:15px;border-radius:14px}
  .be-trust article{padding:14px 20px;grid-template-columns:34px 1fr}
  .be-trust b{font-size:17px}
  .be-trust b svg{width:21px}
  .be-trust span{font-size:11px}
  .be-trust small{font-size:8px;line-height:1.35}

  .be-section-heading small,.be-dashboard-copy>small,.be-plan-card small,.be-final-cta small{font-size:8px;letter-spacing:.16em}
  .be-section-heading h2{max-width:660px;margin-top:8px;font-size:40px;line-height:.98}
  .be-process{padding-top:48px;padding-bottom:32px}
  .be-process-grid{margin-top:26px;gap:22px}
  .be-process-grid:before{top:171px}
  .be-step-card{min-height:300px;padding:19px;border-radius:14px}
  .be-step-number,.be-setup-grid>article>span{top:17px;left:17px;width:25px;height:25px;font-size:10px}
  .be-step-card h3{margin-top:0;padding-left:34px;font-size:12px}
  .be-step-card>p{min-height:44px;margin-bottom:12px;padding-left:34px;font-size:9px;line-height:1.45}
  .be-chat-list{gap:7px}
  .be-chat-list>div{padding:8px;border-radius:9px;gap:8px}
  .be-chat-list b{font-size:8px}.be-chat-list small{font-size:7px}.be-chat-list time{font-size:6px}
  .be-app-dot{width:22px;height:22px;border-radius:6px;font-size:9px}
  .be-mini-profile,.be-confirm-box{padding:9px;border-radius:10px}
  .be-mini-url{padding:7px;font-size:8px}
  .be-person{padding:7px 2px}.be-person img{width:30px;height:30px}.be-person b{font-size:9px}.be-person small{font-size:7px}
  .be-mini-profile li{padding:5px 2px;font-size:8px}.be-mini-profile>a{margin-top:5px;padding:7px;font-size:8px}
  .be-confirm-box{padding:13px;gap:7px}.be-confirm-box>strong{font-size:10px}.be-confirm-box>strong span{width:20px;height:20px}.be-confirm-box>b,.be-confirm-box p{font-size:10px}.be-confirm-box small{font-size:8px}.be-confirm-box button{min-height:32px;font-size:9px}

  .be-dashboard{height:438px;min-height:0;border-radius:16px;grid-template-columns:55% 45%}
  .be-dashboard-scene{padding:26px 0 0 42px;background-size:39% 100%}
  .be-dashboard-window{height:414px;border-width:5px;border-radius:20px 20px 0 0;grid-template-columns:98px 1fr}
  .be-dashboard-window aside{padding:16px 8px}.be-brandmark{width:30px;height:30px;margin-bottom:8px;border-radius:8px;font-size:18px}.be-dashboard-window aside a{padding:7px;font-size:7px}
  .be-dashboard-main{padding:25px 20px}.be-dashboard-main h3{font-size:24px}.be-dashboard-main>small{font-size:8px}
  .be-dashboard-metrics{margin:16px 0;gap:6px}.be-dashboard-metrics span{padding:9px;font-size:6px}.be-dashboard-metrics b{font-size:13px}
  .be-agenda{grid-template-columns:40px 1fr auto;font-size:7px}.be-agenda>*{padding:9px 4px}.be-agenda b{font-size:6px}
  .be-dashboard-copy{padding:36px 40px}.be-dashboard-copy h2{margin:9px 0 18px;font-size:35px;line-height:.99}
  .be-dashboard-copy ul{margin-bottom:20px;gap:9px}.be-dashboard-copy li{padding-left:20px}.be-dashboard-copy li b{font-size:10px}.be-dashboard-copy li span{font-size:8px}.be-inline-actions{gap:20px}.be-inline-actions .be-button{min-height:38px;padding:0 15px;font-size:9px}.be-inline-actions>a:last-child{font-size:9px}

  .be-features{padding-top:38px;padding-bottom:38px}
  .be-features .be-section-heading h2{font-size:36px}
  .be-feature-grid{margin-top:20px;grid-auto-rows:184px;gap:12px}
  .be-feature-grid>article{min-height:0;padding:18px;border-radius:13px}
  .be-feature-grid h3{font-size:21px}.be-feature-grid p{margin-bottom:10px;font-size:9px;line-height:1.35}
  .feature-photo>div{padding:18px}.feature-photo a{margin-top:8px;padding:7px 9px;font-size:8px}
  .be-calendar-ui{padding:8px;gap:2px;border-radius:9px}.be-calendar-ui header{padding:3px;font-size:8px}.be-calendar-ui span{font-size:6px}.be-calendar-ui i{width:20px;height:20px;font-size:7px}
  .be-price-list li{padding:9px 2px;font-size:8px}.be-price-list li span{gap:11px}
  .be-client-list{gap:5px}.be-client-list span{padding:5px;font-size:8px}.be-client-list img{width:23px;height:23px}
  .be-switch-list span,.be-language-list li{padding:8px 2px;font-size:8px}.be-switch-list i{width:25px;height:15px}.be-switch-list i:after{width:9px;height:9px}.be-switch-list b{padding:2px 6px}

  .be-setup{padding-top:0;padding-bottom:16px}
  .be-setup .be-section-heading h2{font-size:34px}
  .be-setup-grid{margin-top:20px;gap:12px}
  .be-setup-grid>article{min-height:224px;padding:17px 17px 17px 50px;border-radius:13px}
  .be-setup-grid h3{font-size:11px}.be-setup-grid p{margin-bottom:11px;font-size:8px}.be-person.large{padding:6px}.be-person.large img{width:38px;height:38px}
  .be-setup-grid dl{margin-top:8px;font-size:7px}.be-setup-grid dd{margin-top:3px}.be-setup-grid label{margin-top:10px;font-size:7px}
  .be-share-link{padding:10px;font-size:8px}.be-socials{margin:11px 0;gap:7px}.be-socials i{width:27px;height:27px;font-size:9px}.be-catalog-link{min-height:31px;font-size:8px}

  .be-testimonial{height:245px;border-radius:16px}
  .be-testimonial>div{padding:34px 42px}.be-testimonial blockquote{margin-bottom:10px;font-size:28px}.be-quote-mark{margin:-32px 0 0 -11px;font-size:52px}.be-testimonial p{margin:3px 0 8px;font-size:8px}.be-testimonial strong{font-size:10px}

  .be-plans{padding-top:16px;padding-bottom:24px}
  .be-plan-card{height:270px;min-height:270px;padding:22px 27px}
  .be-plan-card h2{margin:8px 0;font-size:27px}.be-plan-price{margin:8px 0;font-size:11px}.be-plan-card ul{margin-bottom:18px;gap:7px}.be-plan-card li{padding-left:18px;font-size:8px}.be-plan-card .be-button{min-height:37px;padding:0 14px;font-size:9px}
  .be-plan-card.studio h2{margin:6px 0;font-size:25px}.be-plan-card.studio p{margin:6px 0;font-size:10px;line-height:1.3}.be-plan-card.studio ul{margin-bottom:9px;gap:4px}.be-plan-card.studio .be-button{min-height:32px}

  .be-integrations{padding-bottom:20px}
  .be-integrations .be-section-heading h2{font-size:23px}
  .be-integrations>div{margin-top:10px;gap:8px}
  .be-integrations article{min-height:64px;padding:9px;border-radius:10px;gap:8px}.be-integrations article>b{width:27px;height:27px;border-radius:7px}.be-integrations strong{font-size:8px}.be-integrations small{font-size:6px}

  .be-faq{min-height:250px;border-radius:16px;grid-template-columns:37% 25% 38%}
  .be-faq .be-section-heading{padding:24px}.be-faq .be-section-heading h2{font-size:34px}
  .be-faq-list{padding:15px 24px 15px 0}.be-faq summary{min-height:43px;padding:10px 3px;font-size:9px}.be-faq details p{margin:-3px 0 10px;font-size:8px}

  .be-final-cta{min-height:150px;margin-top:12px;border-radius:16px}
  .be-final-cta>div:first-child{width:57%;padding:18px 28px}.be-final-cta h2{margin:6px 0 3px;font-size:26px}.be-final-cta p{margin-bottom:9px;font-size:8px}.be-final-cta .be-button{min-height:32px;padding:0 12px;font-size:7px}

  .be-footer{margin-top:12px;padding:34px 0 18px;border-radius:16px 16px 0 0}
  .be-footer-grid{grid-template-columns:1.45fr repeat(3,.7fr) 1.35fr;gap:24px}
  .be-footer-brand p,.be-newsletter p{margin:12px 0!important;font-size:8px}.be-footer h3{margin:3px 0 9px;font-size:7px}.be-footer-grid>div:not(:first-child){gap:6px}.be-footer-grid a{font-size:8px}
  .be-social-links{gap:6px}.be-social-links a{width:24px;height:24px;font-size:9px}.be-newsletter input{padding:9px;font-size:8px}.be-newsletter button{width:34px}.be-store-links{margin-top:7px!important}.be-store-links a{padding:6px 8px;font-size:7px}
  .be-footer-bottom{margin-top:23px;padding-top:12px;font-size:7px}
}

@media(max-width:991px){
  .be-header{top:0!important;margin:0 auto!important;border:0!important;border-bottom:1px solid var(--be-hairline)!important;border-radius:0!important;background:rgba(248,244,238,.95)!important;box-shadow:none!important}
  .be-logo-mark{font-size:25px}.be-logo-word{font-size:11px}
}

@media(max-width:767px){
  body.be-home{background:#fbf8f3}
  .be-header{position:relative!important;padding:8px 18px!important}
  .be-header-brand{width:auto!important}
  .be-language summary{border-color:#ded2c6;background:#fffaf6}
  .be-nav{top:64px;border-radius:0 0 18px 18px;background:#fffaf6}
  .be-hero{width:calc(100% - 32px);margin:0 auto;display:grid;overflow:visible;border:0;background:transparent}
  .be-hero-copy{display:contents}
  .be-hero-copy h1{order:1;margin:24px 0 0;font-size:clamp(38px,10.5vw,42px);line-height:.94}
  .be-hero-copy h1 em{color:inherit}
  .be-hero-copy>p{order:2;margin:13px 0 16px;font-size:12px;line-height:1.42}
  .be-hero-actions{order:3;margin-bottom:14px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .be-hero-actions .be-button{min-width:0;min-height:40px;padding:0 9px;gap:7px;border-radius:9px;font-size:9px;white-space:nowrap}
  .be-hero-visual{order:4;width:100%;aspect-ratio:9/10;border-radius:17px}
  .be-hero-visual img{object-position:66% 45%}
  .be-float-card{padding:11px 12px;border-radius:11px}
  .be-float-card strong{font-size:10px}.be-float-card small{font-size:8px}.be-icon-tile,.be-status-check{width:30px;height:30px;flex-basis:30px}
  .be-float-available{right:10px;bottom:78px;left:10px}.be-float-confirmed{right:10px;bottom:10px;left:10px}
  .be-hero-stats{order:5;width:100%;min-height:96px;margin:18px 0 0;border-radius:13px;background:#fffdfb}
  .be-hero-stats>div{padding:12px 5px}.be-hero-stats strong{font-size:12px}.be-hero-stats span{font-size:8px}
  .be-trust{display:none}

  .be-process{padding-top:30px;padding-bottom:30px}
  .be-process .be-section-heading h2{font-size:27px;line-height:.98}
  .be-process-grid{margin-top:24px;padding-left:34px;gap:12px}
  .be-process-grid:before{left:12px}
  .be-step-card{padding:15px;min-height:0;border-radius:13px}
  .be-step-card:nth-child(1){height:210px}.be-step-card:nth-child(2){height:250px}.be-step-card:nth-child(3){height:190px}
  .be-step-number{left:-38px;top:0;width:26px;height:26px;font-size:10px}
  .be-step-card h3{padding-left:0;font-size:12px}.be-step-card>p{min-height:0;padding-left:0;font-size:9px}
  .be-chat-list>div{padding:8px}.be-mini-profile,.be-confirm-box{padding:10px}
  .be-dashboard{display:none}

  .be-features{padding-top:0;padding-bottom:20px}
  .be-features .be-section-heading{text-align:left}.be-features .be-section-heading h2{margin-top:4px;font-size:26px;line-height:.96}
  .be-feature-grid{margin-top:12px;grid-template-columns:1fr 1fr;grid-auto-rows:132px;gap:8px}
  .be-feature-grid>article{height:132px;min-height:0;padding:9px;border-radius:12px}
  .feature-photo{grid-column:auto;display:flex;flex-direction:column}.feature-photo>div{padding:13px}.feature-photo picture{min-height:104px;margin-top:auto}.feature-photo a{display:none}
  .feature-photo>div{padding:0 0 5px}.feature-photo picture,.feature-photo img{height:74px;min-height:74px}
  .be-feature-grid h3{font-size:16px}.be-feature-grid p{margin-bottom:6px;font-size:7px;line-height:1.3}.be-calendar-ui{padding:5px;gap:1px}.be-calendar-ui i{width:15px;height:15px;font-size:5px}.be-calendar-ui span{font-size:5px}
  .be-price-list li{padding:7px 1px;font-size:7px}.be-price-list li span{gap:5px}.be-client-list span{padding:5px;font-size:7px}.be-client-list img{width:20px;height:20px}.be-switch-list span,.be-language-list li{padding:7px 1px;font-size:7px}

  .be-setup{padding:0 0 10px}
  .be-setup .be-section-heading{text-align:left}.be-setup .be-section-heading h2{margin-top:4px;font-size:22px;line-height:.95}
  .be-setup-grid{position:relative;margin-top:9px;padding-left:30px;gap:5px}
  .be-setup-grid:before{content:"";position:absolute;top:13px;bottom:13px;left:12px;border-left:1px dashed #bea994}
  .be-setup-grid>article{height:34px;min-height:34px;padding:4px 7px 4px 32px;overflow:hidden;border-radius:9px}
  .be-setup-grid>article>span{top:12px;left:-30px;width:24px;height:24px;font-size:9px}
  .be-setup-grid h3{font-size:9px}.be-setup-grid p{margin:1px 0 0;font-size:6px;line-height:1.28}
  .be-setup-grid article>:is(.be-person,.be-price-list,label,.be-share-link,.be-socials,.be-catalog-link,dl){display:none}

  .be-testimonial{height:auto;aspect-ratio:3/1;border-radius:13px}
  .be-testimonial>div{padding:14px;width:61%}.be-testimonial blockquote{margin-bottom:5px;font-size:16px}.be-quote-mark{display:none}.be-testimonial p{margin:0 0 4px;font-size:6px}.be-testimonial strong{font-size:8px}.be-testimonial img{object-position:59% center}

  .be-plans{padding:10px 0 16px;gap:6px}
  .be-plan-card,.be-plan-card.studio{height:165px;min-height:165px;padding:10px 44% 10px 11px;overflow:hidden;border:1px solid var(--beautier-border);border-radius:12px!important}
  .be-plan-card:first-child{position:relative;overflow:hidden;background:linear-gradient(90deg,#fffdfc 0 58%,rgba(255,253,252,.65) 72%,transparent),url('/assets/img/home/studio-treatment-room.webp') 74% 50%/cover no-repeat}
  .be-plan-card h2,.be-plan-card.studio h2{margin:3px 0;font-size:14px}.be-plan-price{margin:3px 0;font-size:6px}.be-plan-card p,.be-plan-card.studio p{margin:3px 0;font-size:6px;line-height:1.18}.be-plan-card ul,.be-plan-card.studio ul{margin:0 0 4px;gap:1px}.be-plan-card li{padding-left:9px;font-size:5px}.be-plan-card .be-button,.be-plan-card.studio .be-button{min-height:24px;padding:0 6px;font-size:5px}
  .be-plan-card.studio{height:145px;min-height:145px;padding-right:44%}.be-interior-art{top:0;right:0;bottom:0;left:auto;width:42%;height:auto}

  .be-integrations{padding-bottom:10px}
  .be-integrations .be-section-heading h2{font-size:15px}
  .be-integrations>div{margin-top:6px;grid-template-columns:repeat(3,1fr);gap:5px}.be-integrations article{min-height:52px;padding:6px;gap:4px}.be-integrations article:nth-child(4){display:none}.be-integrations article>b{width:21px;height:21px}.be-integrations strong{font-size:6px}.be-integrations small{font-size:4px}

  .be-faq{min-height:0;border-radius:12px;display:block}.be-faq-art{display:none}.be-faq .be-section-heading{padding:9px 11px 1px}.be-faq .be-section-heading small{display:none}.be-faq .be-section-heading h2{font-family:'Inter',system-ui,sans-serif;font-size:10px;font-weight:600}.be-faq .be-section-heading h2 br,.be-faq .be-section-heading h2 em{display:none}
  .be-faq-list{padding:1px 11px 8px}.be-faq summary{min-height:22px;padding:3px 2px;font-size:6px}.be-faq details p{font-size:5px}

  .be-final-cta{min-height:0;margin-top:8px;border-radius:12px;background:#f1e4d8}
  .be-final-cta:after,.be-cta-interior{display:none}.be-final-cta>div:first-child{width:100%;padding:14px 13px}.be-final-cta h2{margin:5px 0 3px;font-size:19px}.be-final-cta p{margin-bottom:7px;font-size:7px}.be-final-cta>div>div{grid-template-columns:1fr 1fr;gap:6px}.be-final-cta .be-button{min-height:29px;padding:0 6px;font-size:6px}

  .be-footer{margin-top:8px;padding:18px 0 12px;border-radius:14px 14px 0 0}
  .be-footer-grid{grid-template-columns:1.15fr repeat(3,1fr);gap:12px 8px}.be-footer-brand{grid-column:auto}.be-footer-brand p{margin:5px 0!important;font-size:5px}.be-footer-grid>div:nth-child(4){display:flex}.be-footer h3{margin-bottom:5px;font-size:5px}.be-footer-grid a{font-size:5px}.be-social-links{gap:4px}.be-social-links a{width:20px;height:20px;font-size:7px}.be-newsletter{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1.4fr;grid-template-areas:"head form" "copy stores";gap:4px 8px!important}.be-newsletter h3{grid-area:head}.be-newsletter p{grid-area:copy;margin:0!important;font-size:5px}.be-newsletter form{grid-area:form;max-width:none}.be-newsletter input{padding:6px;font-size:6px}.be-newsletter button{width:28px}.be-newsletter .be-store-links{grid-area:stores;margin:0!important;justify-content:flex-start}.be-store-links a{padding:4px 6px;font-size:5px}.be-footer-bottom{margin-top:10px;padding-top:8px;font-size:5px}
}

@media(max-width:339px){
  .be-feature-grid{grid-template-columns:1fr}.feature-photo{min-height:240px!important}.be-integrations>div{grid-template-columns:1fr}.be-hero-actions{grid-template-columns:1fr}.be-footer-grid{grid-template-columns:1fr}.be-footer-grid>div{grid-column:1/-1}
}
