/* Shared CSS for SrediMe partner pages
   HOME rules are the global defaults.
   Page-scoped rules below contain only differences from HOME. */
.nav:before, .nav:after {
    content: "";
    display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: revert;
}
body{--orange:#FA5732;--orange2:#FFD9DA;--ink:#333333;--muted:#6f6f73;--line:#e8e8ea;--soft:#f7f7f8;--cream:#fff7f1;--green:#16875f;--radius:22px}
*{box-sizing:border-box}
body{font-size:15px;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.navshell{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between}
.brandwrap{display:flex;align-items:center;gap:14px;position:relative}
.logoimg{display:block;height:30px;width:auto}
.menubtn{width:42px;height:42px;border:1px solid #dedee2;background:#fff;border-radius:12px;display:grid;place-items:center;cursor:pointer;padding:0}
.menubtn span,.menubtn span:before,.menubtn span:after{display:block;width:18px;height:2px;background:#222;border-radius:3px;position:relative;content:""}
.menubtn span:before{position:absolute;top:-6px}
.menubtn span:after{position:absolute;top:6px}
.menupanel{position:absolute;left:0;top:54px;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.12);padding:10px;display:none}
.brandwrap.open .menupanel{display:block}
.menupanel a{display:block;padding:11px 12px;border-radius:10px;font-size:14px}
.menupanel a:hover{background:var(--soft)}
.menupanel hr{border:0;border-top:1px solid var(--line);margin:7px 0}
.navlinks{display:flex;align-items:center;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:500;border:1px solid transparent;transition:.2s}
.btn.primary{background:var(--orange);color:#fff;}
.btn.secondary{border-color:#d9d9dc;background:#fff}
.hero{padding:68px 0 52px;display:grid;grid-template-columns:1.03fr .97fr;gap:64px;align-items:center}
.eyebrow{display:inline-flex;gap:8px;align-items:center;background:var(--cream);color:#a74700;border:1px solid #ffe0c7;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:600;
}

.hero h1{font-size:clamp(42px,5.5vw,72px);line-height:.98;letter-spacing:-3.7px;margin:18px 0 22px;max-width:780px}
.hero p{font-size:20px;line-height:1.55;color:#555;max-width:660px;margin:0 0 28px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.micro{margin-top:14px;color:#777;font-size:14px; font-weight:600;}
.visual{position:relative;min-height:520px}

body .blob{inset:32px 8px 0 36px;transform:rotate(2deg)}

body.page-home .visual {min-height:510px;display:flex;align-items:center;justify-content:center}
body.page-home .phone{width:180px;height:370px;top:8px}



.blob{position:absolute;inset:30px 0 0 50px;border-radius:42px;background:linear-gradient(145deg,#fff0e4,#fff9f5);transform:rotate(3deg)}
.device{position:absolute;background:#fff;border:1px solid #e8e8e8;border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.13);overflow:hidden}
.desktop{width:82%;height:360px;left:0;top:70px}
.phone{width:190px;height:390px;right:0;top:18px;border-radius:34px}
.topbar{height:52px;border-bottom:1px solid #ddd;background:#fff;display:flex;align-items:center;padding:0 14px;gap:14px;color:#1761c9}
.topbar strong{color:#1b55e2; font-weight: 500;}
.dot{display:none}
.cal{display:grid;grid-template-columns:74px repeat(3,1fr);font-size:10px;background:#fffef8}
.cell{min-height:56px;border-right:1px solid #d8d8da;border-bottom:1px solid #dedee0;padding:8px}
.time{color:#777;background:#fff}
.booking{border:1px solid rgba(0,0,0,.08);border-left:3px solid rgba(0,0,0,.14);border-radius:7px;padding:5px 6px;margin-top:2px;color:#444;font-weight:600;background:#cdd2ef}
.cell:nth-child(4n+3) .booking{background:#eff59a}
.cell:nth-child(4n+4) .booking{background:#a9deed}
.cell:nth-child(8n+2) .booking{background:#f5a7c3}
.cell:nth-child(8n+3) .booking{background:#afe4c4}
.phonehead{height:60px;background:linear-gradient(135deg,var(--orange),var(--orange2));padding:26px 14px 12px;color:#fff;font-weight:500}
.salonimg{height:116px;background:linear-gradient(135deg,#dfd1c8,#f5ebe4)}
.phonebody{padding:14px}
.stars{color:#f6a000;font-size:12px}
.service{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;font-size:12px}
.bookpill{margin-top:12px;background:var(--orange);color:#fff;text-align:center;padding:10px;border-radius:999px;font-size:11px;font-weight:500}
.proof{padding:24px 0 62px}
.proofbar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.proofitem{padding:23px 18px;text-align:center;border-right:1px solid var(--line)}
.proofitem:last-child{border-right:0}
.proofitem b{font-size:27px;display:block;letter-spacing:-1px}
.proofitem span{font-size:13px;color:#777}
.section{padding:82px 0}
.center{text-align:center}
.kicker{color:var(--orange);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.section h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-2.5px;margin:10px auto 16px}
.lead{font-size:18px;color:#666;max-width:720px;margin:0 auto; font-weight:400;}
.choicegrid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:40px}
.choice{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:#fff}
.choice.featured{background:linear-gradient(180deg,#fff8f3,#fff);border-color:#ffd9bf}
.icon{color:#444}
.icon i{font-size:1.1em;line-height:1}
.icon{width:46px;height:46px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-size:21px}
.choice.featured .icon{background:#ffe7d6}
.choice h3{font-size:27px;letter-spacing:-1px;margin:18px 0 10px}
.choice p{color:#666;margin:0 0 20px}
.bullets{display:grid;gap:10px;margin:18px 0 26px}
.bullets div{display:flex;gap:9px;font-size:14px}
.tick{color:var(--green);font-weight:700}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.soft{background:var(--soft)}
.featurelist{display:grid;gap:18px;margin-top:28px}
.frow{display:grid;grid-template-columns:42px 1fr;gap:14px}
.frow b{display:block;margin-bottom:3px}
.frow span{color:#6d6d72;font-size:14px}
.miniui{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 22px 55px rgba(0,0,0,.08)}
.miniheader{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.badge{font-size:12px;font-weight:700;background:#ecf8f3;color:#146d50;padding:7px 10px;border-radius:999px}
.week{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.day{background:#fafafa;border:1px solid #eee;border-radius:12px;min-height:238px;padding:10px}
.day b{font-size:11px}
.appt{margin-top:10px;background:#cdd2ef;border-radius:8px;padding:8px;font-size:10px;border-left:3px solid rgba(0,0,0,.12);color:#444}
.day:nth-child(2) .appt{background:#eff59a}
.day:nth-child(3) .appt{background:#a9deed}
.day:nth-child(4) .appt{background:#afe4c4}
.day:nth-child(5) .appt{background:#f5a7c3}
.marketcard{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.08)}
.cover{height:300px;background:linear-gradient(135deg,#d8c8bf,#f6eee8)}
.marketbody{padding:24px}
.marketbody h3{margin:0 0 3px;font-size:24px}
.service2{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid #eee}
.orangebox{background:#094074;color:#fff;border-radius:30px;padding:46px}
.orangebox strong{color:#ff9147}
.orangebox .steps h3 {color:#094074;}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}
.step{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}
.num{font-size:13px;font-weight:700;color:var(--orange)}
.step h3{margin:10px 0 7px}
.step p{color:#707074;font-size:14px;margin:0}
.quotegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.quote{border:1px solid var(--line);border-radius:20px;padding:24px}
.avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#ead6c8,#c6b2a7);margin-bottom:18px}
.quote p{font-size:15px}
.quote small{color:#777}
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:38px}
.pricebox{border:1px solid var(--line);border-radius:24px;padding:30px}
.pricebox.highlight{background:#fff7f1;border-color:#ffd8bc}
.pricebig{font-size:39px;font-weight:700;letter-spacing:-2px;margin:10px 0}
.faq{max-width:850px;margin:34px auto 0;}
.faq details{margin-top: 10px; padding:20px; background: var(--soft); border-radius:22px; font-size:16px;}
.faq summary{cursor:pointer;font-weight:600}
.faq p{color:#666; padding: 6px 0;}
.final{padding:54px 0}
.finalbox{border-radius:32px;background:linear-gradient(135deg,#094074,#FA5732);padding:58px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}
.finalbox h2{margin:0 0 12px;color:#fff}
.finalbox p{margin:0;opacity:.9}
.finalbox .btn{background:#fff;color:#c34e00}
.footer{padding:32px 0 50px;color:#777;font-size:13px}
.foot{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:28px;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.hero,.split{grid-template-columns:1fr}
.hero{padding-top:42px;gap:20px}
.visual{min-height:430px}
.hero h1{letter-spacing:-2.5px}
body .productshot{
        width:100%;
        max-width:100%;
        height:auto;
        display:block;
    }

.proofbar{grid-template-columns:1fr 1fr}
.proofitem:nth-child(2){border-right:0}
.proofitem:nth-child(-n+2){border-bottom:1px solid var(--line)}
.choicegrid,.pricing{grid-template-columns:1fr}
.steps,.quotegrid{grid-template-columns:1fr}
.finalbox{display:block}
.finalbox .btn{margin-top:24px}
.phone{right:10px}
.desktop{width:84%}}
@media(max-width:560px){.wrap{width:min(100% - 28px,1180px)}
.nav{height:66px}
.hero h1{font-size:45px}
.hero p{font-size:17px}
.actions .btn{width:100%}
.visual{min-height:370px}
.desktop{height:280px;top:72px}
.phone{width:145px;height:310px}
.salonimg{height:76px}
.phonehead{height:60px;padding-top:16px}
.service{padding:6px 0}
.proofitem b{font-size:22px}
.section{padding:60px 0}
.section h2{font-size:36px}
.choice{padding:24px}
.week{grid-template-columns:repeat(3,1fr)}
.day:nth-child(n+4){display:none}
.orangebox{padding:30px}
.finalbox{padding:34px}}
.typegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}
.typeitem{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px 16px;font-size:14px;font-weight:750;text-align:left}
.typecheck{width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:#ecf8f3;color:var(--green);font-size:12px;font-weight:700}
@media(max-width:900px){.typegrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.typegrid{grid-template-columns:1fr 1fr}
.typeitem{padding:13px 12px;font-size:13px}}
.mdi{font-style:normal;line-height:1;vertical-align:middle}
.type .mdi,.comparebox .mdi,.store .mdi,.topbar .mdi,.phonebar .mdi,.dayhead .mdi{font-size:1.15em}
.type .mdi{color:var(--green);margin-right:6px}
.store .mdi{font-size:20px}
body.page-buker .navleft{display:flex;align-items:center;gap:13px}
body.page-buker .menubtn{border:1px solid transparent}
body.page-buker .menubtn span{border-radius:2px}
body.page-buker .menubtn span:before,body.page-buker .menubtn span:after{border-radius:2px;position:relative}
body.page-buker .menubox{position:absolute;top:62px;left:0;width:230px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:0 20px 55px rgba(0,0,0,.14);display:none}
body.page-buker .menuwrap{position:relative}
body.page-buker .menuwrap.open .menubox{display:block}
body.page-buker .menubox a{display:block;padding:11px 13px;border-radius:10px;font-size:14px;font-weight:700}
body.page-buker .menubox a:hover{background:var(--soft)}
body.page-buker .menudiv{height:1px;background:var(--line);margin:6px 5px}

body.page-buker .hero{padding:68px 0 52px;display:block;align-items:center}
body.page-buker .hero h1{max-width:100%}
body.page-buker .hero p{max-width:100%}
body.page-buker .visual{padding-top:20px; min-height:510px;display:flex;align-items:center;justify-content:center}
body .productshot{position:relative;z-index:2;width:100%;max-width:none;height:auto;display:block;border-radius:22px;}
body .visual .blob{inset:28px -26px 18px 22px}
body .blob{inset:32px 8px 0 36px;transform:rotate(2deg)}

body.page-buker .productshot{position:relative;z-index:2;width:100%;max-width:900px; text-align:center;height:auto;display:block;border-radius:22px;}


body.page-buker .desktop{width:92%;height:390px;top:62px}
body.page-buker .phone{width:180px;height:370px;top:8px}
body.page-buker .calhead{display:grid;grid-template-columns:72px repeat(4,1fr);font-size:10px;font-weight:700;background:#fafafa;border-bottom:1px solid #eee}
body.page-buker .calhead div{padding:9px;border-right:1px solid #eee}
body.page-buker .cal{grid-template-columns:72px repeat(4,1fr)}
body.page-buker .cell{min-height:58px}
body.page-buker .phonehead{height:60px;padding:24px 14px 12px}
body.page-buker .phoneitem{padding:11px 0;border-bottom:1px solid #eee}
body.page-buker .phoneitem small{display:block;color:#888}
body.page-buker .lead{max-width:760px}
body.page-buker .featuregrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}
body.page-buker .feature{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff}
body.page-buker .feature h3{font-size:21px;letter-spacing:-.5px;margin:16px 0 8px}
body.page-buker .feature p{color:#6d6d72;font-size:14px;margin:0}
body.page-buker .mockcard{border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.08);padding:24px}
body.page-buker .profiletop{display:flex;align-items:center;gap:14px}
body.page-buker .avatar{width:52px;height:52px}
body.page-buker .statgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
body.page-buker .stat{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:14px}
body.page-buker .stat b{display:block;font-size:20px}
body.page-buker .chart{height:150px;margin-top:18px;border-radius:16px;background:linear-gradient(180deg,#fff6ef,#fff);position:relative;overflow:hidden}
body.page-buker .chart:before{content:"";position:absolute;left:20px;right:20px;bottom:22px;height:70px;border-bottom:3px solid var(--orange);border-radius:50%;transform:skewY(-8deg)}
body.page-buker .darkbox{background:#094074;color:#fff;border-radius:30px;padding:46px}
body.page-buker .darkbox strong{color:#ff9147}
body.page-buker .compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px}
body.page-buker .comparebox{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff}
body.page-buker .comparebox h3{margin-top:0}
body.page-buker .before{color:#777}
body.page-buker .after{background:#fff8f3;border-color:#ffd8bc}
body.page-buker .marketflow{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-top:34px}
body.page-buker .marketpanel{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff}
body.page-buker .arrow{font-size:30px;color:var(--orange);font-weight:700}
body.page-buker .footerlogo{height:25px;width:auto;display:block}
@media(max-width:900px){body .productshot{width:100%;max-width:900px}
body .visual .blob{inset:20px 4px 8px 20px}
body.page-buker .navlinks a:not(.btn){display:none}
body.page-buker .featuregrid{grid-template-columns:1fr 1fr}
body.page-buker .compare{grid-template-columns:1fr}
body.page-buker .marketflow{grid-template-columns:1fr}
body.page-buker .arrow{transform:rotate(90deg);text-align:center}}
@media(max-width:560px){body .productshot{width:100%;margin-left:-4%;border-radius:16px}
body .visual .blob{inset:26px -2px 10px 12px}
body.page-buker .visual, body.page-home .visual {min-height:220px;}
body.page-buker .featuregrid{grid-template-columns:1fr}
body.page-buker .darkbox{padding:30px}
body.page-buker .finalbox{display:block}
body.page-buker .finalbox .btn{margin-top:24px}
body.page-buker .statgrid{grid-template-columns:1fr}}
body.page-buker .store .mdi{font-size:1.15em}

body.page-marketplace .menubtn span:before,body.page-marketplace .menubtn span:after{position:relative}
body.page-marketplace .store .mdi{font-size:1.15em}
body.page-marketplace .productshot{position:relative;z-index:2;width:40%;max-width:none;height:auto;display:block;border-radius: 38px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .16);}
body.page-marketplace .visual .blob{inset:28px 0px 18px 22px;}
body.page-marketplace .blob{inset:32px 8px 0 36px;transform:rotate(2deg);}

body.page-marketplace .visual{min-height:510px;display:flex;align-items:center;justify-content:center}
body.page-marketplace .productshot{;border-radius: 38px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .16);}
body.page-marketplace .desktop{width:92%;height:390px;top:62px}
body.page-marketplace .phone{width:180px;height:370px;top:8px}

.reminder-stat {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:220px;
}

.reminder-stat strong {
    color:#fff;
    font-size:72px;
    line-height:1;
    font-weight:700;
}

.reminder-stat span {
    color:#e7f4da;
    font-size:17px;
    margin-top:12px;
}

body.page-pricelist .navleft{display:flex;align-items:center;gap:13px}
body.page-pricelist .menubtn{border:1px solid transparent}
body.page-pricelist .menubtn span{border-radius:2px}
body.page-pricelist .menubtn span:before,body.page-pricelist .menubtn span:after{border-radius:2px;position:relative}
body.page-pricelist .menuwrap{position:relative}
body.page-pricelist .menubox{position:absolute;top:62px;left:0;width:230px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:0 20px 55px rgba(0,0,0,.14);display:none}
body.page-pricelist .menuwrap.open .menubox{display:block}
body.page-pricelist .menubox a{display:block;padding:11px 13px;border-radius:10px;font-size:14px;font-weight:700}
body.page-pricelist .menubox a:hover{background:var(--soft)}
body.page-pricelist .menudiv{height:1px;background:var(--line);margin:6px 5px}
body.page-pricelist .hero{padding:68px 0 30px;text-align:center}
body.page-pricelist .hero h1{font-size:clamp(44px,6vw,72px);letter-spacing:-3.8px;margin:18px auto 20px;max-width:900px}
body.page-pricelist .hero p{max-width:760px;margin:0 auto 28px}
body.page-pricelist .modebar{display:inline-flex;background:#f3f3f5;border-radius:999px;padding:5px;margin-top:26px;gap:3px}
body.page-pricelist .mode{padding:10px 18px;border-radius:999px;font-size:13px;font-weight:700}
body.page-pricelist .mode.active{background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.08)}
body.page-pricelist .section{padding:72px 0}
body.page-pricelist .lead{max-width:760px}
body.page-pricelist .grouphead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:30px 0 18px}
body.page-pricelist .grouphead h3{font-size:28px;margin:0;letter-spacing:-1px}
body.page-pricelist .grouphead p{margin:0;color:#777;font-size:14px}
body.page-pricelist .pricinggrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
body.page-pricelist .pricecard{position:relative;border:1px solid var(--line);border-radius:26px;padding:30px;background:#fff;display:flex;flex-direction:column}
body.page-pricelist .pricecard.market{border-color:#ffd4b7;background:linear-gradient(180deg,#fff9f5,#fff)}
body.page-pricelist .pricecard.popular{box-shadow:0 22px 55px rgba(255,107,0,.12);border:2px solid var(--orange)}
body.page-pricelist .tag{position:absolute;right:6px;top:6px;background:var(--cream);color:#a74700;border:1px solid #ffe0c7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}
body.page-pricelist .plantype{font-size:13px;color:#777;font-weight:700}
body.page-pricelist .pricecard h3{font-size:30px;margin:4px 0 0;letter-spacing:-1.2px}
body.page-pricelist .bestfor{color:#666;margin:7px 0 20px}
body.page-pricelist .price{font-size:43px;font-weight:700;letter-spacing:-2px;line-height:1}
body.page-pricelist .price small{font-size:15px;font-weight:600;letter-spacing:0;color:#666}
body.page-pricelist .commission{font-weight:700;margin:11px 0 22px}
body.page-pricelist .commission span{color:var(--orange)}
body.page-pricelist .features{display:grid;gap:11px;margin:0 0 28px}
body.page-pricelist .feature{display:flex;gap:9px;font-size:14px}
body.page-pricelist .pricecard .btn{margin-top:auto}
body.page-pricelist .explain{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}
body.page-pricelist .explainbox{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff}
body.page-pricelist .explainbox.highlight{background:#fff7f1;border-color:#ffd8bc}
body.page-pricelist .explainbox h3{margin:0 0 8px;font-size:23px}
body.page-pricelist .explainbox p{margin:0;color:#666}
body.page-pricelist .comparewrap{overflow-x:auto;margin-top:34px}
body.page-pricelist .compare{width:100%;border-collapse:separate;border-spacing:0;min-width:830px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
body.page-pricelist .compare th,body.page-pricelist .compare td{padding:15px 16px;border-bottom:1px solid var(--line);text-align:center;font-size:13px}
body.page-pricelist .compare th:first-child,body.page-pricelist .compare td:first-child{text-align:left}
body.page-pricelist .compare th{background:#fafafa;font-size:14px}
body.page-pricelist .compare tr:last-child td{border-bottom:0}
body.page-pricelist .yes{color:var(--green);font-weight:700}
body.page-pricelist .muted{color:#aaa}
body.page-pricelist .included{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}
body.page-pricelist .inc{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}
body.page-pricelist .inc b{display:block;margin-bottom:5px}
body.page-pricelist .inc span{color:#707074;font-size:14px}
body.page-pricelist .icon{width:42px;height:42px;border-radius:13px;font-size:19px;margin-bottom:14px}
body.page-pricelist .darkbox{background:#094074;color:#fff;border-radius:30px;padding:46px;display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
body.page-pricelist .darkbox h2{color:#fff;margin-left:0}
body.page-pricelist .darkbox p{color:#d1d1d4}
body.page-pricelist .darkbox strong{color:#ff9147}
body.page-pricelist .footerlogo{height:25px;width:auto;display:block}
@media(max-width:1050px){body.page-pricelist .pricinggrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){body.page-pricelist .explain,body.page-pricelist .darkbox{grid-template-columns:1fr}
body.page-pricelist .included{grid-template-columns:1fr 1fr}
body.page-pricelist .grouphead{display:block}
body.page-pricelist .grouphead p{margin-top:5px}}
@media(max-width:560px){body.page-pricelist .pricinggrid{grid-template-columns:1fr}
body.page-pricelist .section{padding:58px 0}
body.page-pricelist .pricinggrid,body.page-pricelist .included{grid-template-columns:1fr}
body.page-pricelist .pricecard{padding:24px}
body.page-pricelist .finalbox{display:block}
body.page-pricelist .finalbox .btn{margin-top:24px}
body.page-pricelist .modebar{display:flex;flex-direction:column;border-radius:18px;width:100%}
body.page-pricelist .mode{text-align:center}}
body.page-pricelist .store .mdi{font-size:1.15em}
body.page-pro .navleft{display:flex;align-items:center;gap:13px}
body.page-pro .menubtn{border:1px solid transparent}
body.page-pro .menubtn span{border-radius:2px}
body.page-pro .menubtn span:before,body.page-pro .menubtn span:after{border-radius:2px;position:relative}
body.page-pro .menuwrap{position:relative}
body.page-pro .menubox{position:absolute;top:62px;left:0;width:230px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:0 20px 55px rgba(0,0,0,.14);display:none}
body.page-pro .menuwrap.open .menubox{display:block}
body.page-pro .menubox a{display:block;padding:11px 13px;border-radius:10px;font-size:14px;font-weight:700}
body.page-pro .menubox a:hover{background:var(--soft)}
body.page-pro .menudiv{height:1px;background:var(--line);margin:6px 5px}
body.page-pro .hero h1{font-size:clamp(42px,5.3vw,70px);letter-spacing:-3.6px}
body.page-pro .hero p{max-width:650px}
body.page-pro .visual{display:flex;align-items:center;justify-content:center}
body.page-pro .blob{inset:30px 12px 6px 36px;transform:rotate(2deg)}
body.page-pro .phone{position:relative;z-index:2;width:270px;height:520px;border:1px solid #ddd;background:#fff;border-radius:38px;box-shadow:0 28px 70px rgba(0,0,0,.16);overflow:hidden}
body.page-pro .phonebar{height:64px;background:#fff;color:#1b55e2;border-bottom:1px solid #d7d7d9;display:flex;align-items:flex-end;justify-content:space-between;padding:0 18px 12px;font-weight:500}
body.page-pro .phonebar span:first-child{color:#1b55e2}
body.page-pro .phonebar span:last-child{color:#1b55e2}
body.page-pro .dayhead{padding:12px 14px;border-bottom:1px solid #d7d7d9;background:#fafafa;display:flex;justify-content:space-between;font-size:12px}
body.page-pro .dayhead span{color:#777}
body.page-pro .appcal{padding:12px 14px}
body.page-pro .slot{display:grid;grid-template-columns:45px 1fr;gap:8px;margin:8px 0}
body.page-pro .time{font-size:11px;color:#999;padding-top:7px}
body.page-pro .appt{background:#8bd16f;border:1px solid #63ad4c;color:#4e6548;padding:8px 9px;border-radius:7px;font-size:11px}
body.page-pro .appt b{display:block;color:#3f5d38}
body.page-pro .block{background:#dedede;border-color:#c7c7c7;color:#777}
body.page-pro .block b{color:#666}
body.page-pro .alert{position:absolute;z-index:3;right:10px;top:92px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 16px;box-shadow:0 18px 45px rgba(0,0,0,.12);font-size:12px;width:220px}
body.page-pro .alert b{display:block;margin-bottom:3px}
body.page-pro .proof{padding:20px 0 62px}
body.page-pro .lead{max-width:760px}
body.page-pro .featuregrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}
body.page-pro .feature{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff}
body.page-pro .feature h3{font-size:21px;letter-spacing:-.5px;margin:16px 0 8px}
body.page-pro .feature p{color:#6d6d72;font-size:14px;margin:0}
body.page-pro .mock{border:1px solid var(--line);background:#fff;border-radius:28px;padding:24px;box-shadow:0 22px 55px rgba(0,0,0,.08)}
body.page-pro .mockhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
body.page-pro .prow{padding:14px 0;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.page-pro .prow small{display:block;color:#888}
body.page-pro .pill{font-size:11px;font-weight:700;background:#fff1e7;color:#93410b;padding:6px 9px;border-radius:999px}
body.page-pro .darkbox{background:#094074;color:#fff;border-radius:30px;padding:46px}
body.page-pro .darkbox strong{color:#ff9147}
body.page-pro .compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px}
body.page-pro .comparebox{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff}
body.page-pro .comparebox h3{margin-top:0}
body.page-pro .after{background:#fff8f3;border-color:#ffd8bc}
.storebuttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.store{display:inline-flex;align-items:center;gap:10px;background:#111;color:#fff;border-radius:12px;padding:10px 40px;font-size:14px;font-weight:700}
.store small{display:block;font-size:9px;font-weight:500;opacity:.75}
body.page-pro .types{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}
body.page-pro .type{border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 15px;font-size:14px;font-weight:700}
body.page-pro .footerlogo{height:25px;width:auto;display:block}
@media(max-width:900px){body.page-pro .hero{gap:25px}
body.page-pro .visual{min-height:470px}
body.page-pro .featuregrid{grid-template-columns:1fr 1fr}
body.page-pro .types{grid-template-columns:1fr 1fr}
body.page-pro .compare{grid-template-columns:1fr}}
@media(max-width:560px){
body.page-pro .visual{min-height:440px}
body.page-pro .phone{width:235px;height:455px}
body.page-pro .alert{width:190px;right:-2px}
body.page-pro .featuregrid,body.page-pro .types{grid-template-columns:1fr}
body.page-pro .darkbox{padding:30px}
body.page-pro .finalbox{display:block}
body.page-pro .finalbox .btn{margin-top:24px}}
body.page-pro .store .mdi{font-size:1.15em}


/* 2026-08 partner pages: shared right-side navigation */
.sitehead{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.8);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.navright{display:flex;align-items:center;gap:10px}
.menuwrap{position:relative}
.menubox{position:absolute;right:0;left:auto;top:56px;width:230px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:0 20px 55px rgba(0,0,0,.14);display:none}
.menuwrap.open .menubox{display:block}
.menubox a{display:block;padding:11px 13px;border-radius:10px;font-size:14px;font-weight:600}
.menubox a:hover{background:var(--soft)}
.menudiv{height:1px;background:var(--line);margin:6px 5px}
.navright .menubtn{border-color:transparent}

/* Buker benefit-oriented sales sections */
.controlpanel,.metricpanel,.widgetdemo,.shiftpanel,.aisearchbox,.promopanel{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 22px 55px rgba(0,0,0,.08)}
.controlpanel{padding:24px}
.controltitle,.shifthead,.aihead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.controlrow{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid var(--line);font-size:14px}
.controlrow i{font-size:30px;color:var(--green)}
.metricpanel{padding:34px;background:linear-gradient(145deg,#fff,#f7fbf8)}
.metricicon{width:58px;height:58px;border-radius:18px;background:#ecf8f3;color:var(--green);display:grid;place-items:center;font-size:30px}
.metricbig{font-size:36px;font-weight:700;letter-spacing:-1.5px;margin-top:22px}
.metricpanel p{color:#666}
.metricchips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.metricchips span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}
.widgetdemo{overflow:hidden}
.widgetbrand{display:flex;align-items:center;gap:10px;padding:18px 20px;background:#094074;color:#fff}
.widgetbrand span:last-child{margin-left:auto;font-size:12px;opacity:.85}
.branddot{width:26px;height:26px;border-radius:50%;background:var(--orange)}
.widgetbody{padding:26px}
.widgetbody h3{margin-top:0}
.widgetservice{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid var(--line)}
.widgetbody button{width:100%;border:0;border-radius:999px;background:#094074;color:#fff;padding:14px 18px;font:inherit;font-weight:700;margin-top:12px}
.widgetbody small{display:block;text-align:center;color:#777;margin-top:10px}
.shiftpanel{overflow:hidden}
.shifthead{padding:20px 22px;margin:0;border-bottom:1px solid var(--line)}
.shiftrow{display:grid;grid-template-columns:1.05fr repeat(3,1fr);align-items:center;border-bottom:1px solid var(--line)}
.shiftrow:last-child{border-bottom:0}
.shiftrow>*{padding:16px 12px;border-right:1px solid var(--line);font-size:13px}
.shiftrow>*:last-child{border-right:0}
.shiftrow span{margin:8px;background:#e4f6eb;border-radius:10px;text-align:center}

/* Marketplace AI and Promo-client sections */
.aisearchbox{padding:24px}
.aihead{justify-content:flex-start;color:#094074;font-size:18px}
.aihead i{font-size:25px;color:var(--orange)}
.aiquery{padding:18px;border-radius:16px;background:var(--soft);font-size:17px;line-height:1.5;margin:16px 0}
.airesult{display:flex;flex-wrap:wrap;gap:8px}
.airesult span{padding:7px 10px;border-radius:999px;background:#fff0e9;color:#7a3324;font-size:12px;font-weight:700}
.aianswer{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}
.aianswer b,.aianswer small{display:block}
.aianswer small{color:#777;margin-top:4px}
.promopanel{padding:32px;background:linear-gradient(145deg,#fff,#fff7f5)}
.promoicon{width:58px;height:58px;border-radius:18px;background:#FFD9DA;color:#5C2528;display:grid;place-items:center;font-size:29px}
.promopanel h3{font-size:28px;line-height:1.1;margin:20px 0 10px}
.promopanel p{color:#666}
.promostat{display:flex;align-items:end;gap:12px;border-top:1px solid var(--line);padding-top:20px;margin-top:22px}
.promostat b{font-size:44px;color:var(--orange);line-height:1}
.promostat span{font-size:13px;color:#666;max-width:180px}

@media(max-width:900px){
  .navright{gap:6px}
  .shiftrow{grid-template-columns:1fr repeat(3,1fr)}
}
@media(max-width:560px){
  .navcta{min-height:42px;padding:0 14px;font-size:13px}
  .menubtn{width:40px;height:40px}
  .menubox{top:50px}
  .shiftpanel{overflow-x:auto}
  .shiftrow,.shifthead{min-width:580px}
  .metricbig{font-size:30px}
}


/* v3 shared refinements */
.navright .menuwrap{position:relative}
.navright .menubox,
body.page-home .navright .menubox,
body.page-buker .navright .menubox,
body.page-marketplace .navright .menubox,
body.page-pricelist .navright .menubox,
body.page-pro .navright .menubox{left:auto;right:0;transform-origin:top right}

.salonimg{display:block;width:100%;height:116px;object-fit:cover;background:none}
.cover{display:block;width:100%;height:250px;object-fit:cover;background:none}
.cover--tall{height:350px}
.rating{display:flex;align-items:center;gap:7px;margin:5px 0 5px;font-size:12px;color:#333}
.rating strong{font-weight:600; font-size:12px;}
.rating-score{font-size:11px; display:inline-flex;align-items:center;justify-content:center;min-width:31px;height:22px;padding:0 2px;border-radius:4px;background:#094074;color:#fff;font-weight:400;line-height:1}
.rating small{color:#777;font-size:11px}
.story-photo,.inline-photo{display:block;width:100%;object-fit:cover;border-radius:26px}
.story-photo{height:430px}
.inline-photo{height:250px;margin:0 0 28px}
.photo-story{align-items:center}
.lookbook-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.lookbook-item{margin:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
.lookbook-item .small {color:#666;}
.lookbook-item img{display:block;width:100%;height:460px;object-fit:cover}
.lookbook-item figcaption{display:grid;gap:5px;padding:18px}
.lookbook-item figcaption span{font-size:14px;color:#6d6d72}
@media(max-width:900px){.lookbook-grid{grid-template-columns:1fr 1fr}.story-photo{height:340px}}
@media(max-width:560px){
  .navright .menubox,
  body.page-home .navright .menubox,
  body.page-buker .navright .menubox,
  body.page-marketplace .navright .menubox,
  body.page-pricelist .navright .menubox,
  body.page-pro .navright .menubox{left:auto!important;right:0!important;max-width:calc(100vw - 28px)}
  .lookbook-grid{grid-template-columns:1fr}
  .lookbook-item img{height:360px}
  .story-photo,.inline-photo{height:260px}
}

.footer {
	padding-top:60px;
	padding-bottom:30px;
}

.footer-main {
	display:grid;
	grid-template-columns:2fr 1fr 1fr;
	gap:70px;
	padding:25px 0 45px 0;
}

.footer-brand p {
	max-width:330px;
	margin-top:18px;
	color:#777;
	font-size:14px;
	line-height:1.6;
}

.footer-links {
	display:flex;
	flex-direction:column;
	gap:10px;
}

.footer-links strong {
	font-size:14px;
	color:#222;
	margin-bottom:5px;
}

.footer-links a {
	color:#666;
	font-size:14px;
	text-decoration:none;
}

.footer-links a:hover {
	color:#111;
	text-decoration:none;
}

.footer-bottom {
	border-top:1px solid #e8e8e8;
	padding-top:22px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	color:#888;
	font-size:13px;
}

.footer-countries {
	white-space:nowrap;
}

.footer-countries i {
	margin-right:7px;
}

.footer-countries a {
	color:#666;
	text-decoration:none;
}

.footer-countries a:hover {
	color:#111;
}

@media (max-width:767px) {

	.footer {
		padding-top:45px;
	}

	.footer-main {
		grid-template-columns:1fr 1fr;
		gap:35px 25px;
	}

	.footer-brand {
		grid-column:1 / -1;
	}

	.footer-bottom {
		flex-direction:column;
		align-items:flex-start;
	}

}
