@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";
.hp-root{--purple:#7c3aed;--purple-dark:#5b21b6;--purple-soft:#f1eafe;--navy:#071a3d;--text:#334155;--muted:#64748b;--line:#e2e8f0;--light:#f8fafc;--white:#fff;--shadow:0 22px 60px #071a3d1f;--radius:22px;color:var(--navy);background:var(--white);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:clip}.hp-root *,.hp-root :before,.hp-root :after{box-sizing:border-box}.hp-root a{color:inherit;text-decoration:none}.hp-root img{max-width:100%;display:block}.hp-root h1,.hp-root h2,.hp-root h3,.hp-root h4{font-weight:800}.hp-root .container{width:min(1180px,92%);margin:auto}.hp-root .eyebrow{background:var(--purple-soft);color:var(--purple);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:8px 13px;font-size:13px;font-weight:700;display:inline-flex}.hp-root .hp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e2e8f0bf;position:sticky;top:0}.hp-root .hp-nav-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.hp-root .hp-brand-lockup{align-items:center;gap:14px;display:flex}.hp-root .hp-brand-logo{object-fit:contain;width:auto;max-width:210px;height:42px;display:block}.hp-root .hp-brand-tagline{color:#475569;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.2}.hp-root .hp-nav-links{color:#475569;align-items:center;gap:26px;margin-left:auto;font-size:14px;font-weight:600;display:flex}.hp-root .hp-nav-links a:hover,.hp-root .hp-nav-links a.active{color:var(--purple)}.hp-root .hp-nav-actions{align-items:center;gap:12px;margin-left:18px;display:flex}.hp-root .btn{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.hp-root .btn-primary{background:var(--purple);box-shadow:0 12px 30px #7c3aed3d;color:#fff!important}.hp-root .btn-primary:hover{background:var(--purple-dark);transform:translateY(-2px)}.hp-root .btn-outline{border-color:var(--line);background:#fff;color:var(--navy)!important}.hp-root .btn-outline:hover{border-color:var(--purple);color:var(--purple)!important}.hp-root .hp-mobile-checkbox{opacity:0;pointer-events:none;position:absolute}.hp-root .hp-menu-toggle{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:13px;width:44px;height:44px;padding:10px;display:none}.hp-root .hp-menu-toggle span{background:var(--navy);border-radius:99px;height:2px;margin:5px 0;display:block}.hp-root .hp-drawer-backdrop{z-index:998;opacity:0;visibility:hidden;background:#03112a73;transition:all .25s;position:fixed;inset:0}.hp-root .hp-drawer-panel{z-index:999;width:min(86vw,360px);height:100dvh;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom));background:#fff;flex-direction:column;transition:all .25s;display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-20px 0 60px #071a3d2e}.hp-root .hp-mobile-checkbox:checked~.hp-drawer-backdrop{opacity:1;visibility:visible}.hp-root .hp-mobile-checkbox:checked~.hp-drawer-panel{transform:translate(0)}.hp-root .hp-drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.hp-root .hp-drawer-title{font-size:18px;font-weight:800}.hp-root .hp-drawer-close{background:var(--purple-soft);width:40px;height:40px;color:var(--purple);cursor:pointer;border-radius:12px;place-items:center;font-size:28px;display:grid}.hp-root .hp-drawer-links{flex:1;align-content:start;gap:6px;padding:24px 0;display:grid;overflow-y:auto}.hp-root .hp-drawer-links a{color:var(--navy);border-radius:12px;padding:13px 12px;font-size:16px;font-weight:700}.hp-root .hp-drawer-links a.active,.hp-root .hp-drawer-links a:hover{background:var(--purple-soft);color:var(--purple)}.hp-root .hp-drawer-actions{gap:12px;margin-top:auto;display:grid}.hp-root .hp-drawer-actions .btn{justify-content:center;width:100%}.hp-root .hp-hero{background:radial-gradient(circle at 86% 12%,#7c3aed24,#0000 40%),linear-gradient(#fff 0%,#faf7ff 100%);padding:82px 0 72px;position:relative;overflow:hidden}.hp-root .hp-hero:before{content:"";border:70px solid #7c3aed09;border-radius:50%;width:420px;height:420px;position:absolute;top:110px;left:-190px}.hp-root .hp-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;display:grid}.hp-root .hp-hero h1{letter-spacing:-.055em;margin:22px 0;font-size:clamp(44px,5.4vw,72px);line-height:1.06}.hp-root .hp-hero h1 span{color:var(--purple)}.hp-root .hp-hero-copy{color:#475569;max-width:650px;margin-bottom:30px;font-size:18px}.hp-root .hp-hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hp-root .hp-hero-proof{color:#475569;flex-wrap:wrap;gap:28px;margin-top:34px;font-size:13px;font-weight:600;display:flex}.hp-root .hp-hero-proof span:before{content:"✓";color:var(--purple);margin-right:8px;font-weight:800}.hp-root .hp-dashboard-wrap{position:relative}.hp-root .hp-dashboard{box-shadow:var(--shadow);background:#fff;border:1px solid #e2e8f0e6;border-radius:28px;padding:16px;transform:rotate(-1deg)}.hp-root .hp-dashboard-top{justify-content:space-between;align-items:center;padding:6px 6px 16px;display:flex}.hp-root .hp-mini-logo{align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.hp-root .hp-brand-icon{object-fit:contain;width:30px;height:30px;display:block}.hp-root .hp-dots{gap:5px;display:flex}.hp-root .hp-dots i{background:#cbd5e1;border-radius:50%;width:8px;height:8px;font-style:normal;display:block}.hp-root .hp-screen{background:var(--light);border-radius:18px;padding:16px}.hp-root .hp-screen-grid{grid-template-columns:1.15fr .85fr;gap:14px;display:grid}.hp-root .hp-panel{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}.hp-root .hp-panel h4{margin:0 0 12px;font-size:12px;font-weight:700}.hp-root .hp-calendar{color:#64748b;grid-template-columns:55px repeat(3,1fr);gap:7px;font-size:8px;display:grid}.hp-root .hp-calendar div{background:#f8fafc;border-radius:8px;min-height:33px;padding:5px}.hp-root .hp-calendar .booking{color:#6d28d9;background:#ede9fe;font-weight:700}.hp-root .hp-metric-row{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.hp-root .hp-metric{background:#fafaff;border-radius:12px;padding:12px}.hp-root .hp-metric small{color:#64748b;font-size:8px;display:block}.hp-root .hp-metric strong{font-size:18px}.hp-root .hp-bar{background:#ede9fe;border-radius:99px;height:7px;margin-top:12px;overflow:hidden}.hp-root .hp-bar span{background:var(--purple);border-radius:99px;width:74%;height:100%;display:block}.hp-root .hp-floating-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 16px;font-size:11px;font-weight:700;position:absolute;box-shadow:0 15px 40px #071a3d2e}.hp-root .hp-float-1{top:35px;right:-22px}.hp-root .hp-float-2{bottom:35px;left:-34px}.hp-root .hp-float-icon{background:var(--purple-soft);width:30px;height:30px;color:var(--purple);border-radius:10px;place-items:center;margin-bottom:8px;font-size:16px;display:grid}.hp-root .hp-logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;padding:26px 0}.hp-root .hp-strip-grid{color:#94a3b8;text-align:center;grid-template-columns:1.25fr repeat(5,1fr);align-items:center;gap:16px;font-size:10px;font-weight:700;line-height:1.35;display:grid}.hp-root .hp-strip-grid strong{color:var(--navy);text-align:left;font-size:16px}.hp-root .hp-section{padding:94px 0}.hp-root .hp-section-alt{background:var(--light);padding:94px 0}.hp-root .hp-section-head{text-align:center;max-width:760px;margin:0 auto 46px}.hp-root .hp-section-head h2{letter-spacing:-.04em;margin:14px 0;font-size:clamp(34px,4vw,50px);line-height:1.15}.hp-root .hp-section-head p{color:var(--muted);font-size:17px}.hp-root .hp-growth-showcase{background:#fff;padding:110px 0;overflow:hidden}.hp-root .hp-growth-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:80px;display:grid}.hp-root .hp-phone-scene{min-height:610px;position:relative}.hp-root .hp-phone-scene:before{content:"";background:linear-gradient(145deg,#f1eafe,#e9d5ff);border-radius:50%;width:480px;height:480px;position:absolute;top:55px;left:15px}.hp-root .hp-salon-phone{z-index:2;background:#fff;border:9px solid #111827;border-radius:45px;width:330px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 80px #071a3d33}.hp-root .hp-salon-phone:before{content:"";z-index:5;background:#111827;border-radius:99px;width:95px;height:24px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.hp-root .hp-salon-phone img{object-fit:cover;object-position:center 28%;background:#f1eafe;width:100%;height:275px}.hp-root .hp-salon-card-body{background:#fff;padding:22px 20px 20px}.hp-root .hp-salon-card-body h3{margin:0 0 6px;font-size:22px}.hp-root .hp-salon-meta{color:#64748b;gap:7px;margin:12px 0 18px;font-size:12px;display:grid}.hp-root .hp-salon-tabs{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.hp-root .hp-salon-tabs span{text-align:center;color:#64748b;background:#f8fafc;border-radius:10px;padding:9px 4px;font-size:11px;font-weight:600}.hp-root .hp-salon-tabs span:first-child{background:var(--navy);color:#fff}.hp-root .hp-service-row{border:1px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:13px;font-size:12px;display:flex}.hp-root .hp-service-row strong{font-size:13px;display:block}.hp-root .hp-service-row small{color:#64748b}.hp-root .hp-mini-book{background:var(--purple);color:#fff;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:700}.hp-root .hp-phone-badge{white-space:nowrap;z-index:3;border:1px solid var(--line);background:#fff;border-radius:17px;padding:14px 16px;font-size:12px;font-weight:700;position:absolute;box-shadow:0 18px 45px #071a3d24}.hp-root .hp-phone-badge-top{top:22px;right:-6px}.hp-root .hp-phone-badge-bottom{bottom:72px;left:0}.hp-root .hp-growth-copy h2{letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(42px,5vw,66px);line-height:1.05}.hp-root .hp-gradient-text{background:linear-gradient(90deg,#ec2f8b,#7c3aed);color:#0000;-webkit-background-clip:text;background-clip:text}.hp-root .hp-growth-copy>p{color:#334155;margin-bottom:28px;font-size:19px;line-height:1.55}.hp-root .hp-growth-points{gap:22px;display:grid}.hp-root .hp-growth-point{color:#0f172a;grid-template-columns:28px 1fr;align-items:start;gap:14px;font-size:16px;display:grid}.hp-root .hp-growth-point b{width:26px;height:26px;color:var(--purple);background:#f1eafe;border-radius:50%;place-items:center;font-size:13px;display:grid}.hp-root .hp-growth-cta{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hp-root .hp-feature-showcase{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:22px;display:grid}.hp-root .hp-feature-main{color:#fff;background:linear-gradient(145deg,#7c3aed,#5b21b6);border-radius:28px;min-height:510px;padding:34px;position:relative;overflow:hidden;box-shadow:0 24px 60px #071a3d29}.hp-root .hp-feature-main:after{content:"";border:70px solid #ffffff1a;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-150px;right:-120px}.hp-root .hp-feature-kicker{color:#c4b5fd;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.hp-root .hp-feature-main h3{max-width:520px;margin:14px 0 12px;font-size:34px;line-height:1.15}.hp-root .hp-feature-main>p{color:#d7e0ef;max-width:560px;margin-bottom:28px;font-size:15px}.hp-root .hp-feature-list{gap:14px;max-width:520px;display:grid}.hp-root .hp-feature-list div{color:#f8fafc;align-items:flex-start;gap:12px;font-size:14px;display:flex}.hp-root .hp-feature-list span{color:#c4b5fd;background:#a78bfa2e;border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:12px;display:grid}.hp-root .hp-feature-ui{width:310px;color:var(--navy);z-index:2;background:#fff;border-radius:20px;padding:18px;position:absolute;bottom:28px;right:28px;box-shadow:0 18px 50px #0000002e}.hp-root .hp-feature-ui-head{justify-content:space-between;align-items:center;margin-bottom:14px;font-size:12px;font-weight:700;display:flex}.hp-root .hp-feature-ui-row{border-top:1px solid var(--line);grid-template-columns:54px 1fr auto;align-items:center;gap:10px;padding:10px 0;font-size:11px;display:grid}.hp-root .hp-feature-ui-time{color:#64748b}.hp-root .hp-feature-ui-name{font-weight:700}.hp-root .hp-feature-ui-status{color:var(--purple);background:#f1eafe;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:700}.hp-root .hp-feature-side{gap:22px;display:grid}.hp-root .hp-feature-side-card{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:244px;padding:27px;transition:all .2s}.hp-root .hp-feature-side-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #071a3d14}.hp-root .hp-line-icon{width:46px;height:46px;color:var(--purple);background:#fbfaff;border:1px solid #ddd6fe;border-radius:14px;place-items:center;margin-bottom:20px;display:grid}.hp-root .hp-line-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.hp-root .hp-feature-side-card h3{margin:0 0 10px;font-size:21px}.hp-root .hp-feature-side-card p{color:var(--muted);margin:0;font-size:14px}.hp-root .hp-mini-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;display:grid}.hp-root .hp-mini-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:24px}.hp-root .hp-mini-card .hp-line-icon{width:42px;height:42px;margin-bottom:16px}.hp-root .hp-mini-card h3{margin:0 0 8px;font-size:18px}.hp-root .hp-mini-card p{color:var(--muted);margin:0;font-size:13px}.hp-root .hp-split{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.hp-root .hp-split h2{letter-spacing:-.045em;margin:14px 0;font-size:clamp(34px,4vw,52px);line-height:1.14}.hp-root .hp-split p{color:var(--muted);font-size:16px}.hp-root .hp-check-list{grid-template-columns:1fr 1fr;gap:14px;margin-top:28px;display:grid}.hp-root .hp-check{color:#334155;align-items:flex-start;gap:10px;font-size:14px;font-weight:600;display:flex}.hp-root .hp-check b{color:#15803d;background:#dcfce7;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.hp-root .hp-visual-card{background:linear-gradient(145deg,#ece4ff,#d7c6ff);border-radius:30px;min-height:460px;padding:34px;position:relative;overflow:hidden}.hp-root .hp-phone{border:8px solid var(--navy);background:#fff;border-radius:34px;width:230px;margin:30px auto 0;padding:14px;box-shadow:0 25px 60px #071a3d2e}.hp-root .hp-phone-notch{background:var(--navy);border-radius:99px;width:70px;height:10px;margin:0 auto 14px}.hp-root .hp-phone-card{border:1px solid var(--line);border-radius:14px;margin-bottom:10px;padding:12px}.hp-root .hp-phone-card small{color:#64748b}.hp-root .hp-phone-card strong{margin-top:4px;font-size:13px;display:block}.hp-root .hp-bubble{background:#fff;border-radius:16px;padding:14px 16px;font-size:12px;font-weight:700;position:absolute;box-shadow:0 16px 35px #071a3d24}.hp-root .hp-bubble-a{top:26px;left:24px}.hp-root .hp-bubble-b{bottom:28px;right:20px}.hp-root .hp-photo-gallery{grid-template-rows:260px 220px;grid-template-columns:1.15fr .85fr .85fr;gap:16px;margin-top:10px;display:grid}.hp-root .hp-gallery-card{background:#ede9fe;border-radius:24px;min-height:220px;position:relative;overflow:hidden;box-shadow:0 15px 40px #071a3d17}.hp-root .hp-gallery-card:first-child{grid-row:1/3}.hp-root .hp-gallery-card img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.hp-root .hp-gallery-card:hover img{transform:scale(1.04)}.hp-root .hp-gallery-overlay{color:#fff;background:linear-gradient(#0000,#03112adb);padding:42px 20px 18px;position:absolute;inset:auto 0 0}.hp-root .hp-gallery-overlay strong{font-size:17px}.hp-root .hp-gallery-overlay span{color:#e2e8f0;margin-top:3px;font-size:12px;display:block}.hp-root .hp-branch-note{border:1px solid var(--line);background:var(--light);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding:22px 24px;display:flex}.hp-root .hp-branch-note h3{margin:0 0 4px;font-size:17px}.hp-root .hp-branch-note p{color:var(--muted);margin:0;font-size:13px}.hp-root .hp-voices-section{background:#fff;padding:76px 0 44px}.hp-root .hp-voices-head{text-align:center;max-width:760px;margin:0 auto 36px}.hp-root .hp-voices-head h2{margin:14px 0 12px}.hp-root .hp-voices-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.hp-root .hp-voice-card{border:1px solid var(--line);background:#fff;border-radius:28px;grid-template-columns:180px minmax(0,1fr);min-width:0;display:grid;overflow:hidden;box-shadow:0 18px 50px #071a3d12}.hp-root .hp-voice-photo{background:var(--light);min-height:340px;overflow:hidden}.hp-root .hp-voice-photo img{object-fit:cover;width:100%;height:100%;display:block}.hp-root .hp-voice-card:first-child .hp-voice-photo img{object-position:center 35%}.hp-root .hp-voice-card:last-child .hp-voice-photo img{object-position:center 30%}.hp-root .hp-voice-copy{flex-direction:column;justify-content:center;padding:34px 30px;display:flex}.hp-root .hp-voice-mark{color:var(--purple);margin-bottom:22px;font-size:58px;font-weight:800;line-height:.65}.hp-root .hp-voice-copy blockquote{color:var(--navy);margin:0 0 24px;font-size:18px;line-height:1.55}.hp-root .hp-voice-copy strong{color:var(--navy);display:block}.hp-root .hp-voice-copy small{color:#64748b}.hp-root .hp-cta-section{padding:40px 0 95px}.hp-root .hp-cta-box{background:linear-gradient(135deg,var(--purple),#5b21b6);color:#fff;border-radius:32px;justify-content:space-between;align-items:center;gap:40px;padding:58px;display:flex;position:relative;overflow:hidden}.hp-root .hp-cta-box:after{content:"";border:80px solid #ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;top:-170px;right:-110px}.hp-root .hp-cta-box h2{letter-spacing:-.04em;margin:0 0 12px;font-size:40px;line-height:1.15}.hp-root .hp-cta-box p{color:#ede9fe;margin:0}.hp-root .hp-cta-btn{z-index:2;white-space:nowrap;background:#fff;position:relative;color:var(--purple)!important}.hp-root .hp-cta-btn:hover{background:#f5f3ff;color:var(--purple-dark)!important}.hp-root .hp-footer{color:#fff;background:linear-gradient(135deg,#6d28d9,#4c1d95);padding:55px 0 24px}.hp-root .hp-footer-grid{grid-template-columns:1.35fr 1fr 1fr;gap:50px;display:grid}.hp-root .hp-footer-brand{flex-direction:column;gap:8px;display:flex}.hp-root .hp-footer-logo{object-fit:contain;width:auto;max-width:210px;height:42px;display:block}.hp-root .hp-footer-tagline{color:#e9d5ff;font-size:12px;font-weight:600}.hp-root .hp-footer p,.hp-root .hp-footer a{color:#e9d5ff;font-size:13px}.hp-root .hp-footer h4{color:#fff;margin-top:0;font-size:14px;font-weight:700}.hp-root .hp-footer-links{gap:10px;display:grid}.hp-root .hp-copyright{color:#ddd6fe;border-top:1px solid #ffffff38;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;font-size:12px;display:flex}@media (max-width:980px){.hp-root .hp-nav-links,.hp-root .hp-nav-actions{display:none}.hp-root .hp-menu-toggle{margin-left:auto;display:block}.hp-root .hp-brand-tagline{display:none}.hp-root .hp-hero-grid,.hp-root .hp-split,.hp-root .hp-growth-grid{grid-template-columns:1fr}.hp-root .hp-hero,.hp-root .hp-growth-copy{text-align:center}.hp-root .hp-growth-points{max-width:650px;margin:auto}.hp-root .hp-growth-cta{justify-content:center}.hp-root .hp-hero-copy{margin-left:auto;margin-right:auto}.hp-root .hp-hero-actions,.hp-root .hp-hero-proof{justify-content:center}.hp-root .hp-dashboard-wrap{max-width:650px;margin:auto}.hp-root .hp-feature-showcase{grid-template-columns:1fr}.hp-root .hp-mini-grid{grid-template-columns:repeat(2,1fr)}.hp-root .hp-photo-gallery{grid-template-rows:320px 240px 240px;grid-template-columns:1fr 1fr}.hp-root .hp-gallery-card:first-child{grid-area:auto/1/auto/-1}.hp-root .hp-strip-grid{grid-template-columns:1fr 1fr 1fr}.hp-root .hp-strip-grid strong{text-align:center;grid-column:1/-1}.hp-root .hp-voices-grid{grid-template-columns:1fr}.hp-root .hp-footer-grid{grid-template-columns:1fr 1fr}}@media (min-width:981px){.hp-root .hp-drawer-panel,.hp-root .hp-drawer-backdrop{display:none!important}}@media (max-width:680px){.hp-root .hp-nav-inner{min-height:70px}.hp-root .hp-brand-logo{max-width:170px;height:35px}.hp-root .hp-hero{padding-top:56px}.hp-root .hp-hero h1{font-size:44px}.hp-root .hp-section,.hp-root .hp-section-alt{padding:72px 0}.hp-root .hp-check-list,.hp-root .hp-footer-grid,.hp-root .hp-mini-grid{grid-template-columns:1fr}.hp-root .hp-feature-main{min-height:620px;padding:28px}.hp-root .hp-feature-ui{width:auto;left:20px;right:20px}.hp-root .hp-feature-side-card{min-height:0}.hp-root .hp-photo-gallery{grid-template-rows:none;grid-template-columns:1fr}.hp-root .hp-gallery-card,.hp-root .hp-gallery-card:first-child{grid-area:auto;min-height:280px}.hp-root .hp-branch-note{flex-direction:column;align-items:flex-start}.hp-root .hp-screen-grid{grid-template-columns:1fr}.hp-root .hp-float-1{right:4px}.hp-root .hp-float-2{left:4px}.hp-root .hp-cta-box{text-align:center;flex-direction:column;padding:38px 28px}.hp-root .hp-phone-scene{min-height:560px}.hp-root .hp-salon-phone{width:290px}.hp-root .hp-phone-badge-top{top:18px;right:4px}.hp-root .hp-phone-badge-bottom{left:4px}.hp-root .hp-copyright{flex-direction:column}.hp-root .hp-logo-strip{display:none}.hp-root .hp-voices-grid{gap:18px}.hp-root .hp-voice-card{border-radius:24px;grid-template-columns:1fr}.hp-root .hp-voice-photo{height:250px;min-height:250px}.hp-root .hp-voice-copy{padding:28px 24px 30px}.hp-root .hp-voice-copy blockquote{font-size:17px}}
.fb-root{--fb-accent:#f97316;--fb-accent-strong:#ea580c;--fb-accent-fg:#fff;--fb-accent-soft:#feeee3;--fb-bg:#fff;--fb-surface:#fff;--fb-surface-muted:#f8fafc;--fb-fg:#0f172a;--fb-muted-fg:#64748b;--fb-border:#e2e8f0;--fb-success:#16a34a;--fb-warning:#f59e0b;--fb-danger:#dc2626;--fb-radius-control:.6rem;--fb-radius-card:.85rem;--fb-radius-pill:999px;--fb-shadow-card:0 1px 2px #0f172a0a,0 8px 24px #0f172a0f;--fb-shadow-pop:0 12px 40px #0f172a29;background:var(--fb-bg);color:var(--fb-fg);font-family:var(--font-geist-sans),system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.fb-root *,.fb-root :before,.fb-root :after{box-sizing:border-box}.fb-shell{flex-direction:column;min-height:100dvh;display:flex}.fb-main{flex:1}.fb-container{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.fb-container{padding-inline:1.5rem}}.fb-header{z-index:40;background:0 0;border-bottom:1px solid #0000;transition:background .2s,border-color .2s,box-shadow .2s;position:sticky;top:0}.fb-header[data-scrolled=true]{border-bottom-color:var(--fb-border);box-shadow:var(--fb-shadow-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.fb-header-inner{justify-content:space-between;align-items:center;gap:.75rem;height:4rem;display:flex}.fb-brand{color:inherit;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:inline-flex}.fb-brand-mark{border-radius:var(--fb-radius-control);background:var(--fb-accent);width:2rem;height:2rem;color:var(--fb-accent-fg);justify-content:center;align-items:center;display:flex}.fb-wordmark{letter-spacing:-.02em}.fb-wordmark-fit{color:var(--fb-accent)}.fb-wordmark-bookra{color:var(--fb-fg)}.fb-nav{align-items:center;gap:.25rem;font-size:.875rem;display:none}@media (min-width:768px){.fb-nav{display:flex}}.fb-nav a{border-radius:var(--fb-radius-control);color:var(--fb-muted-fg);padding:.375rem .75rem;text-decoration:none;transition:background .15s,color .15s}.fb-nav a:hover{background:var(--fb-surface-muted);color:var(--fb-fg)}.fb-header-actions{align-items:center;gap:.25rem;display:flex}@media (min-width:640px){.fb-header-actions{gap:.5rem}}.fb-btn{border-radius:var(--fb-radius-control);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.fb-btn:focus-visible{outline:2px solid var(--fb-accent-strong);outline-offset:2px}.fb-btn-sm{height:2.25rem;padding-inline:.75rem;font-size:.875rem}@media (min-width:640px){.fb-btn-sm{padding-inline:1rem}}.fb-btn-lg{height:3rem;padding-inline:2rem;font-size:1rem}.fb-btn-primary{background:var(--fb-accent);color:var(--fb-accent-fg);box-shadow:0 10px 15px -3px color-mix(in srgb,var(--fb-accent)20%,transparent)}.fb-btn-primary:hover{background:var(--fb-accent-strong)}.fb-btn-quiet{color:var(--fb-fg)}.fb-btn-quiet:hover{background:var(--fb-surface-muted)}.fb-btn-outline{border-color:var(--fb-border);background:var(--fb-surface);color:var(--fb-fg)}.fb-btn-outline:hover{background:var(--fb-surface-muted)}.fb-btn-onaccent{color:var(--fb-accent-fg)}.fb-btn-onaccent:hover{background:#ffffff1f}.fb-hero{padding-top:4rem;position:relative;overflow:hidden}@media (min-width:640px){.fb-hero{padding-top:6rem}}.fb-hero-glow,.fb-hero-grid{pointer-events:none;position:absolute}.fb-hero-glow{inset-inline:0;background:radial-gradient(ellipse 90% 60% at 50% -10%,color-mix(in srgb,var(--fb-accent)20%,transparent),transparent);height:600px;top:0}.fb-hero-grid{opacity:.025;background-image:linear-gradient(var(--fb-border)1px,transparent 1px),linear-gradient(to right,var(--fb-border)1px,transparent 1px);background-size:64px 64px;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 25% 65%,#0000);mask-image:linear-gradient(#0000,#000 25% 65%,#0000)}.fb-hero-inner{text-align:center;max-width:56rem;margin-inline:auto;padding-inline:1rem;position:relative}@media (min-width:640px){.fb-hero-inner{padding-inline:1.5rem}}.fb-eyebrow{border:1px solid var(--fb-border);border-radius:var(--fb-radius-pill);color:var(--fb-muted-fg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.fb-eyebrow svg{color:var(--fb-accent)}.fb-hero h1{letter-spacing:-.03em;margin:1.5rem 0 0;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.05}.fb-hero-gradient{background-image:linear-gradient(135deg,var(--fb-accent),var(--fb-accent-strong));color:#0000;-webkit-background-clip:text;background-clip:text}.fb-hero-lede{max-width:42rem;color:var(--fb-muted-fg);margin:1.5rem auto 0;font-size:1.125rem;line-height:1.6}@media (min-width:640px){.fb-hero-lede{font-size:1.25rem}}.fb-hero-actions{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}@media (min-width:640px){.fb-hero-actions{flex-direction:row}}.fb-hero-note{color:var(--fb-muted-fg);margin-top:1rem;font-size:.75rem}.fb-hero-mockup{max-width:64rem;margin:3.5rem auto 0;padding-inline:1rem;position:relative}@media (min-width:640px){.fb-hero-mockup{padding-inline:1.5rem}}.fb-hero-fade{pointer-events:none;inset-inline:-1rem;z-index:10;background:linear-gradient(to bottom,transparent,var(--fb-bg));position:absolute;top:50%;bottom:-.25rem}.fb-mockup{border:1px solid var(--fb-border);border-radius:var(--fb-radius-card);background:var(--fb-surface);box-shadow:var(--fb-shadow-pop);overflow:hidden}.fb-mockup-bar{border-bottom:1px solid var(--fb-border);background:color-mix(in srgb,var(--fb-surface-muted)40%,white);align-items:center;gap:.5rem;padding:.625rem 1rem;display:flex}.fb-mockup-dots{gap:.375rem;display:flex}.fb-dot{border-radius:999px;width:.625rem;height:.625rem}.fb-dot-r{background:color-mix(in srgb,var(--fb-danger)50%,transparent)}.fb-dot-y{background:color-mix(in srgb,var(--fb-warning)50%,transparent)}.fb-dot-g{background:color-mix(in srgb,var(--fb-success)50%,transparent)}.fb-mockup-url{border:1px solid var(--fb-border);border-radius:var(--fb-radius-control);background:var(--fb-surface);color:var(--fb-muted-fg);flex:1;padding:.125rem .75rem;font-size:.75rem}.fb-mockup-body{min-height:260px;display:flex}@media (min-width:640px){.fb-mockup-body{min-height:340px}}.fb-mockup-side{border-right:1px solid var(--fb-border);background:color-mix(in srgb,var(--fb-surface-muted)20%,white);flex-direction:column;flex-shrink:0;width:11rem;display:none}@media (min-width:640px){.fb-mockup-side{display:flex}}.fb-mockup-user{border-bottom:1px solid var(--fb-border);align-items:center;gap:.5rem;padding:.875rem .75rem;display:flex}.fb-mockup-avatar{border-radius:var(--fb-radius-control);background:var(--fb-accent);width:1.75rem;height:1.75rem;color:var(--fb-accent-fg);justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.fb-mockup-nav{padding:.5rem}.fb-mockup-nav div{border-radius:var(--fb-radius-control);color:var(--fb-muted-fg);margin-bottom:.125rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500}.fb-mockup-nav div[data-active=true]{background:var(--fb-accent-soft);color:var(--fb-accent-strong)}.fb-mockup-content{flex:1;padding:1rem}@media (min-width:640px){.fb-mockup-content{padding:1.25rem}}.fb-mockup-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.fb-mockup-cta{border-radius:var(--fb-radius-control);background:var(--fb-accent);color:var(--fb-accent-fg);padding:.25rem .625rem;font-size:.75rem;font-weight:500}.fb-slot{border:1px solid var(--fb-border);border-radius:var(--fb-radius-control);align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.625rem;display:flex}.fb-slot[data-accent=true]{border-color:color-mix(in srgb,var(--fb-accent)25%,transparent);background:color-mix(in srgb,var(--fb-accent-soft)20%,white)}.fb-slot-time{width:2.5rem;color:var(--fb-muted-fg);flex-shrink:0;font-size:.75rem}.fb-slot-main{flex:1;min-width:0}.fb-slot-main p{margin:0;font-size:.75rem;font-weight:500}.fb-slot-main span{color:var(--fb-muted-fg);font-size:11px}.fb-slot-badge{border-radius:var(--fb-radius-pill);background:color-mix(in srgb,var(--fb-success)10%,white);color:var(--fb-success);flex-shrink:0;padding:.125rem .5rem;font-size:10px;font-weight:500}.fb-mockup-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.75rem;display:grid}.fb-mockup-stat{border:1px solid var(--fb-border);border-radius:var(--fb-radius-control);background:var(--fb-surface);padding:.625rem}.fb-mockup-stat p{color:var(--fb-muted-fg);margin:0;font-size:10px}.fb-mockup-stat strong{font-size:.875rem;font-weight:700}.fb-section{padding-block:5rem}@media (min-width:640px){.fb-section{padding-block:6rem}}.fb-band{border-block:1px solid var(--fb-border);background:color-mix(in srgb,var(--fb-surface-muted)30%,white)}.fb-band-plain{border-block:1px solid var(--fb-border);background:var(--fb-surface)}.fb-tint{background:color-mix(in srgb,var(--fb-surface-muted)30%,white)}.fb-section-head{text-align:center;max-width:42rem;margin-inline:auto}.fb-section-head h2,.fb-section h2{letter-spacing:-.025em;margin:0;font-size:1.875rem;font-weight:700}@media (min-width:640px){.fb-section-head h2,.fb-section h2{font-size:2.25rem}}.fb-section-head p{color:var(--fb-muted-fg);margin-top:1rem;font-size:1.125rem}.fb-trust{padding-block:1.5rem}.fb-trust p{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--fb-muted-fg);margin:0 0 1rem;font-size:.75rem;font-weight:500}.fb-trust-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 2rem;display:flex}.fb-trust-list span{color:color-mix(in srgb,var(--fb-fg)25%,white);font-size:.875rem;font-weight:600}.fb-grid{gap:1.25rem;margin-top:3rem;display:grid}@media (min-width:640px){.fb-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fb-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.fb-grid-2{grid-template-columns:repeat(3,minmax(0,1fr))}}.fb-card{border:1px solid var(--fb-border);border-radius:var(--fb-radius-card);background:var(--fb-surface);box-shadow:var(--fb-shadow-card);padding:1.5rem;transition:box-shadow .2s}.fb-card:hover{box-shadow:var(--fb-shadow-pop)}.fb-card-icon{border-radius:var(--fb-radius-control);background:var(--fb-accent);width:2.75rem;height:2.75rem;color:var(--fb-accent-fg);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.fb-card h3{margin:0;font-size:1rem;font-weight:600}.fb-card p{color:var(--fb-muted-fg);margin:.5rem 0 0;font-size:.875rem;line-height:1.625}.fb-vertical{border:1px solid var(--fb-border);border-radius:var(--fb-radius-card);background:var(--fb-surface);box-shadow:var(--fb-shadow-card);transition:box-shadow .2s;overflow:hidden}.fb-vertical:hover{box-shadow:var(--fb-shadow-pop)}.fb-vertical-top{align-items:flex-end;height:7rem;padding:1.25rem;display:flex}.fb-vertical-tag{border-radius:var(--fb-radius-pill);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;padding:.125rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.fb-vertical-body{padding:1.25rem}.fb-vertical-body>p{margin:0;font-weight:500}.fb-vertical-body ul{flex-direction:column;gap:.375rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.fb-vertical-body li{color:var(--fb-muted-fg);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.fb-vertical-body li i{border-radius:999px;flex-shrink:0;width:.375rem;height:.375rem}.fb-steps{gap:2.5rem;margin-top:3.5rem;display:grid}@media (min-width:768px){.fb-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.fb-step{position:relative}.fb-step-line{background:linear-gradient(to right,color-mix(in srgb,var(--fb-accent)40%,transparent),transparent);width:calc(100% + 2.5rem);height:2px;display:none;position:absolute;top:1.25rem;left:1.25rem}@media (min-width:768px){.fb-step-line{display:block}}.fb-step-n{background:var(--fb-accent);width:2.5rem;height:2.5rem;color:var(--fb-accent-fg);box-shadow:0 4px 6px -1px color-mix(in srgb,var(--fb-accent)25%,transparent);border-radius:999px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:relative}.fb-step h3{margin:1rem 0 0;font-size:1rem;font-weight:600}.fb-step p{color:var(--fb-muted-fg);margin:.5rem 0 0;font-size:.875rem;line-height:1.625}.fb-quote{border:1px solid var(--fb-border);border-radius:var(--fb-radius-card);background:color-mix(in srgb,var(--fb-surface-muted)30%,white);box-shadow:var(--fb-shadow-card);flex-direction:column;padding:1.5rem;display:flex}.fb-quote>p{flex:1;margin:0;font-size:.875rem;line-height:1.625}.fb-quote-by{border-top:1px solid var(--fb-border);align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.fb-quote-avatar{background:var(--fb-accent-soft);width:2.25rem;height:2.25rem;color:var(--fb-accent-strong);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.fb-quote-by strong{font-size:.875rem;font-weight:500;display:block}.fb-quote-by span{color:var(--fb-muted-fg);font-size:.75rem}.fb-cta-wrap{max-width:72rem;margin-inline:auto;padding:0 1rem 5rem}@media (min-width:640px){.fb-cta-wrap{padding-inline:1.5rem}}.fb-cta{border-radius:var(--fb-radius-card);text-align:center;background:linear-gradient(135deg,color-mix(in srgb,var(--fb-accent)85%,black),var(--fb-accent),color-mix(in srgb,var(--fb-accent)75%,white));padding:4rem 2rem;overflow:hidden}@media (min-width:640px){.fb-cta{padding-inline:3rem}}.fb-cta h2{color:var(--fb-accent-fg);margin:0;font-size:1.875rem;font-weight:800}@media (min-width:640px){.fb-cta h2{font-size:2.25rem}}.fb-cta p{color:#fffc;max-width:28rem;margin:1rem auto 0;font-size:1.125rem}.fb-cta-actions{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}@media (min-width:640px){.fb-cta-actions{flex-direction:row}}.fb-footer{border-top:1px solid var(--fb-border);background:var(--fb-surface)}.fb-footer-inner{color:var(--fb-muted-fg);flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;padding-block:1.5rem;font-size:.875rem;display:flex}@media (min-width:640px){.fb-footer-inner{flex-direction:row}}
