:root{--bg:#090b12;--panel:#11141e;--soft:#191d29;--text:#f6f7fb;--muted:#9298aa;--brand:#7657ff;--accent:#33e6a6;--line:rgba(255,255,255,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100vh}button,input,select{font:inherit}button{color:inherit}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.side{position:sticky;top:0;height:100vh;padding:28px 18px;border-right:1px solid var(--line);background:rgba(10,12,19,.92);backdrop-filter:blur(18px)}.brand-button{border:0;background:transparent;color:inherit;padding:0;cursor:pointer}.logo{font:800 22px Manrope}.logo i{color:var(--brand);font-style:normal}.side p{font-size:12px;color:var(--muted);margin:8px 0 32px}.nav{display:grid;gap:8px}.nav button{border:0;color:var(--muted);background:transparent;text-align:left;padding:13px 14px;border-radius:12px;cursor:pointer}.nav button:hover,.nav button.active{color:white;background:var(--soft)}.nav span{margin-right:10px}.side-foot{position:absolute;bottom:22px;left:18px;right:18px;padding:14px;background:var(--soft);border-radius:14px;font-size:12px;color:var(--muted)}.shell main{padding:30px 34px 60px;max-width:1500px}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:700}.top h1{font:800 clamp(24px,3vw,38px) Manrope;margin:5px 0}.user{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),#bd72ff);font-weight:700}.hero{min-height:330px;border:1px solid var(--line);border-radius:28px;padding:48px;display:grid;align-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 78% 45%,rgba(118,87,255,.32),transparent 25%),linear-gradient(135deg,#10131e,#090b12)}.hero:after{content:'';position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:7%;top:8%;box-shadow:0 0 0 35px rgba(255,255,255,.02),0 0 0 70px rgba(255,255,255,.018)}.hero>*{position:relative;z-index:1}.hero h2{font:800 clamp(38px,6vw,76px)/.98 Manrope;max-width:780px;margin:10px 0 20px;letter-spacing:-.05em}.hero p{color:var(--muted);max-width:590px;font-size:17px}.btns{display:flex;gap:10px;margin-top:24px}.btn{border:0;border-radius:12px;padding:13px 18px;font-weight:700;cursor:pointer;background:var(--brand);color:white}.btn.ghost{background:var(--soft)}.section-title{display:flex;justify-content:space-between;align-items:end;margin:38px 0 17px}.section-title h3{font:700 22px Manrope;margin:0}.section-title p{margin:0;color:var(--muted);font-size:13px}.demo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.demo{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px;min-height:240px;cursor:pointer;transition:.25s;position:relative;overflow:hidden}.demo:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.2)}.demo .num{color:var(--muted);font-size:12px}.demo h4{font:700 23px Manrope;margin:52px 0 8px}.demo p{color:var(--muted);font-size:14px}.demo b{display:inline-block;margin-top:20px}.demo:after{content:'';position:absolute;width:130px;height:130px;border-radius:50%;right:-40px;top:-40px;background:var(--card)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat,.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px}.stat small{color:var(--muted)}.stat strong{display:block;font:700 28px Manrope;margin-top:10px}.up{color:#3de2a3;font-size:12px}.dashboard{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin-top:16px}.card h3{margin:0 0 18px;font:700 17px Manrope}.row{display:grid;grid-template-columns:1.5fr 1fr .8fr;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.row:last-child{border:0}.avatar{width:34px;height:34px;border-radius:10px;display:inline-grid;place-items:center;background:var(--soft);margin-right:10px}.pill{padding:6px 9px;border-radius:100px;font-size:11px;background:rgba(51,230,166,.12);color:#4ee7b0;width:max-content}.pill.warn{background:rgba(255,180,63,.12);color:#ffbd55}.bars{display:flex;align-items:end;gap:9px;height:150px;padding-top:15px}.bar{flex:1;border-radius:8px 8px 3px 3px;background:linear-gradient(var(--brand),color-mix(in srgb,var(--brand),transparent 70%));min-height:15px;position:relative}.quick{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick button{border:1px solid var(--line);background:var(--soft);color:white;border-radius:13px;padding:16px;text-align:left;cursor:pointer}.clinic{--brand:#b694ff;--panel:#151321;--soft:#211d30}.food{--brand:#ffc83d;--panel:#17150f;--soft:#262116}.food .user{background:linear-gradient(135deg,#ffb800,#ff7043)}

/* Oficina */
.garage{--g-bg:#0b0d10;--g-side:#101216;--g-card:#14171c;--g-card-2:#181b21;--g-line:#262a31;--g-text:#f4f4f1;--g-muted:#8c929d;--g-orange:#ff6038;--g-green:#31cc91;--g-purple:#907cff;--g-blue:#3eb9f5;background:var(--g-bg);color:var(--g-text)}.garage button{cursor:pointer}.garage-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.garage-side{height:100vh;position:sticky;top:0;background:var(--g-side);border-right:1px solid var(--g-line);padding:24px 16px 18px;display:flex;flex-direction:column;z-index:10}.garage-brand{display:flex;gap:12px;align-items:center;padding:0 8px 28px}.garage-brand>button{background:transparent;border:0;padding:0}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#ff754f,#e53816);display:grid;place-items:center;color:#fff;font:800 20px Manrope;transform:skew(-5deg);box-shadow:0 8px 24px rgba(255,96,56,.24)}.garage-brand>div{display:grid}.garage-brand strong{font:800 17px Manrope;letter-spacing:.02em}.garage-brand strong span{color:var(--g-orange)}.garage-brand small{color:var(--g-muted);font-size:10px;margin-top:1px}.garage-nav{display:grid;gap:5px}.garage-nav button{border:0;background:transparent;color:#858b96;height:42px;border-radius:10px;padding:0 12px;display:flex;align-items:center;gap:11px;text-align:left;font-size:13px;font-weight:600;transition:.18s}.garage-nav button:hover{background:#181b20;color:#fff}.garage-nav button.active{color:#fff;background:linear-gradient(90deg,rgba(255,96,56,.17),rgba(255,96,56,.05));box-shadow:inset 3px 0 var(--g-orange)}.garage-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.garage-nav button:first-child svg{fill:currentColor;stroke:none}.garage-nav b{margin-left:auto;background:#2a2d34;color:#b6bac2;width:22px;height:19px;border-radius:6px;display:grid;place-items:center;font-size:10px}.garage-nav button.active b{background:rgba(255,96,56,.18);color:#ff815f}.garage-plan{margin-top:auto;background:linear-gradient(145deg,#1c1d21,#14161a);border:1px solid #2a2c32;border-radius:15px;padding:15px;position:relative;overflow:hidden}.garage-plan:after{content:'';position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(255,96,56,.13);right:-35px;top:-45px}.garage-plan>span{font-size:9px;font-weight:800;letter-spacing:.15em;color:var(--g-orange)}.garage-plan strong{display:block;margin:8px 0 5px;font-size:13px}.garage-plan p{font-size:10px;line-height:1.5;color:var(--g-muted);margin:0 0 12px}.garage-plan button{border:0;width:100%;background:var(--g-orange);color:#fff;border-radius:8px;padding:9px;font-size:10px;font-weight:700}.garage-user{display:flex;align-items:center;gap:9px;padding:19px 6px 0}.garage-user>span{width:32px;height:32px;border-radius:9px;background:#262a31;display:grid;place-items:center;font-size:10px;font-weight:700}.garage-user div{display:grid;min-width:0}.garage-user strong{font-size:11px}.garage-user small{font-size:9px;color:var(--g-muted)}.garage-user button{margin-left:auto;border:0;background:transparent;color:var(--g-muted)}.garage-main{padding:0 28px 20px;max-width:1600px;width:100%;overflow:hidden}.garage-top{height:98px;border-bottom:1px solid var(--g-line);display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.garage-top>div:first-child small{color:var(--g-muted);font-size:11px}.garage-top h1{margin:4px 0 0;font:800 26px Manrope;letter-spacing:-.025em}.garage-top-actions{display:flex;align-items:center;gap:9px}.garage-search{width:264px;height:38px;background:#14171c;border:1px solid var(--g-line);border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#6d737d}.garage-search input{border:0;outline:0;background:transparent;color:#fff;width:100%;font-size:11px}.garage-search input::placeholder{color:#6d737d}.icon-button{width:38px;height:38px;border-radius:10px;background:#14171c;border:1px solid var(--g-line);position:relative}.icon-button i{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--g-orange);right:8px;top:7px}.primary-action,.outline-action{height:38px;border-radius:9px;padding:0 14px;font-size:11px;font-weight:700}.primary-action{border:0;background:var(--g-orange);color:white;box-shadow:0 8px 22px rgba(255,96,56,.17)}.primary-action:hover{background:#ff704d}.outline-action{border:1px solid var(--g-line);background:#15181d;color:#cfd2d7}.welcome{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.welcome h2{font:700 20px Manrope;margin:8px 0 3px}.welcome p{margin:0;color:var(--g-muted);font-size:11px}.live-dot{display:inline-flex;align-items:center;gap:6px;color:#5fd8aa;font-size:8px;font-weight:800;letter-spacing:.12em}.live-dot:before{content:'';width:5px;height:5px;border-radius:50%;background:#39d49a;box-shadow:0 0 0 4px rgba(57,212,154,.08)}.garage-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.garage-kpis article{background:linear-gradient(145deg,#16191e,#121418);border:1px solid var(--g-line);border-radius:14px;min-height:116px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start}.kpi-icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center}.kpi-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.kpi-icon.orange{background:rgba(255,96,56,.12);color:#ff704d}.kpi-icon.purple{background:rgba(144,124,255,.12);color:#a396ff}.kpi-icon.green{background:rgba(49,204,145,.12);color:#4bdba5}.kpi-icon.blue{background:rgba(62,185,245,.12);color:#5bc6fa}.garage-kpis article>div:nth-child(2){display:grid}.garage-kpis small{font-size:10px;color:var(--g-muted)}.garage-kpis strong{font:700 20px Manrope;margin:5px 0}.garage-kpis span{font-size:9px;color:#8d939d}.positive{color:var(--g-green)!important}.garage-kpis em{font-style:normal;font-size:10px;color:#686e77}.attention-strip{background:linear-gradient(90deg,rgba(255,96,56,.08),rgba(255,96,56,.025));border:1px solid rgba(255,96,56,.24);border-radius:12px;margin:14px 0;display:flex;align-items:center;gap:12px;padding:11px 14px}.attention-icon{width:28px;height:28px;border-radius:8px;background:rgba(255,96,56,.15);color:#ff7652;display:grid;place-items:center;font-weight:800}.attention-strip div{display:grid;gap:2px}.attention-strip strong{font-size:11px}.attention-strip p{margin:0;color:var(--g-muted);font-size:9px}.attention-strip button{margin-left:auto;border:0;background:transparent;color:#ff7855;font-size:10px;font-weight:700}.overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);gap:14px}.garage-panel{background:var(--g-card);border:1px solid var(--g-line);border-radius:15px}.orders-panel,.today-panel{min-height:348px}.panel-head{height:67px;padding:0 17px;border-bottom:1px solid var(--g-line);display:flex;align-items:center;justify-content:space-between}.panel-head>div{display:grid;gap:3px}.panel-head span{font-size:8px;letter-spacing:.12em;color:#6f7580;font-weight:800}.panel-head h3{font:700 14px Manrope;margin:0}.panel-head button{border:0;background:transparent;color:#9399a3;font-size:9px}.order-list{display:grid}.order-card{width:100%;min-height:68px;display:grid;grid-template-columns:42px 1.2fr 1.1fr minmax(110px,.8fr) minmax(110px,.75fr) 15px;align-items:center;gap:8px;background:transparent;border:0;border-bottom:1px solid var(--g-line);text-align:left;padding:9px 13px;color:#dcdfe4}.order-card:last-child{border-bottom:0}.order-card:hover{background:#181b20}.car-icon{width:32px;height:32px;border-radius:9px;background:color-mix(in srgb,var(--car),transparent 84%);color:var(--car);display:grid;place-items:center;font-size:12px}.order-main,.order-service,.order-eta{display:grid;gap:4px;min-width:0}.order-card b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card small{font-size:8px;color:#777e89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-eta{text-align:right}.order-arrow{color:#616873;font-size:18px}.status{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;min-height:22px;padding:0 8px;border-radius:6px;font-size:8px;font-weight:700;white-space:nowrap}.status.running{background:rgba(255,96,56,.12);color:#ff7957}.status.approval{background:rgba(144,124,255,.12);color:#a99eff}.status.part{background:rgba(247,184,75,.12);color:#f6bd59}.status.diagnostic{background:rgba(62,185,245,.12);color:#69c9f9}.status.done{background:rgba(49,204,145,.12);color:#51dba7}.timeline{padding:13px 17px}.timeline article{height:49px;display:grid;grid-template-columns:39px 10px 1fr;align-items:start;position:relative}.timeline time{font-size:9px;color:#777e88;padding-top:3px}.timeline i{width:7px;height:7px;border:2px solid #575d66;border-radius:50%;margin-top:2px;position:relative}.timeline i:after{content:'';position:absolute;width:1px;height:39px;background:#2c3036;top:7px;left:1px}.timeline article:last-child i:after{display:none}.timeline i.complete{border-color:var(--g-green);background:var(--g-green)}.timeline .now i{border-color:var(--g-orange);background:var(--g-orange);box-shadow:0 0 0 4px rgba(255,96,56,.1)}.timeline div{display:grid;gap:3px}.timeline b{font-size:10px}.timeline small{color:#777e88;font-size:8px}.timeline .now b{color:#fff}.smart-insight{margin-top:14px;min-height:80px;border:1px solid #2c2f37;border-radius:14px;background:radial-gradient(circle at 8% 30%,rgba(144,124,255,.13),transparent 19%),linear-gradient(100deg,#17191f,#111318);display:flex;align-items:center;gap:14px;padding:13px 17px}.smart-insight>span{width:38px;height:38px;border-radius:10px;background:rgba(144,124,255,.12);display:grid;place-items:center;color:#a698ff}.smart-insight>div{display:grid;gap:2px}.smart-insight small{font-size:8px;letter-spacing:.13em;color:#9d91f5}.smart-insight strong{font-size:11px}.smart-insight p{margin:0;color:#7f8590;font-size:9px}.smart-insight button{margin-left:auto;border:1px solid #3b3e47;background:#1c1f25;color:#d1d4d9;border-radius:8px;height:32px;padding:0 12px;font-size:9px}.garage-footer{display:flex;justify-content:space-between;color:#555b65;font-size:8px;padding:24px 4px 0}.section-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.segmented{display:flex;gap:5px;overflow:auto;padding-bottom:2px}.segmented button{height:34px;border:1px solid var(--g-line);background:#111318;color:#7e858f;border-radius:8px;padding:0 11px;font-size:9px;white-space:nowrap}.segmented button.active{border-color:rgba(255,96,56,.4);background:rgba(255,96,56,.1);color:#ff7b59}.segmented b{background:#24272d;border-radius:5px;padding:2px 5px;margin-left:3px}.full-list{overflow:hidden}.list-head{height:42px;display:grid;grid-template-columns:42px 1.2fr 1.1fr minmax(110px,.8fr) minmax(110px,.75fr) 15px;gap:8px;align-items:center;color:#656c76;border-bottom:1px solid var(--g-line);font-size:8px;padding:0 13px}.list-head span:first-child{grid-column:1/3}.empty-state{min-height:260px;display:grid;place-content:center;text-align:center;gap:5px;color:#777e88}.empty-state b{color:#c6cad0}.summary-copy{display:grid;gap:4px}.summary-copy strong{font:700 15px Manrope}.summary-copy span{font-size:9px;color:var(--g-muted)}.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.client-card{background:linear-gradient(145deg,#16191e,#121418);border:1px solid var(--g-line);border-radius:15px;padding:17px}.client-head{display:flex;justify-content:space-between;align-items:center}.client-head>span{width:35px;height:35px;border-radius:10px;background:rgba(255,96,56,.12);color:#ff7d5b;display:grid;place-items:center;font-size:10px;font-weight:700}.client-head button,.client-card>button{border:0;background:transparent;color:#737a85}.client-card h3{font:700 13px Manrope;margin:13px 0 3px}.client-card p{font-size:9px;color:#858b95;margin:0 0 16px}.client-card>div:nth-of-type(2){border-top:1px solid var(--g-line);border-bottom:1px solid var(--g-line);display:grid;grid-template-columns:repeat(3,1fr);padding:12px 0;margin-bottom:12px}.client-card>div:nth-of-type(2)>span{display:grid;gap:4px}.client-card small{font-size:8px;color:#6f7580}.client-card b{font-size:10px}.client-card>button{font-size:9px;padding:0}.vehicle-table,.stock-table{overflow:auto}.vehicle-row{width:100%;min-width:780px;display:grid;grid-template-columns:1.3fr 1fr .7fr .5fr 1.3fr 20px;gap:12px;align-items:center;min-height:58px;padding:0 16px;border:0;border-bottom:1px solid var(--g-line);background:transparent;text-align:left;color:#cfd2d7;font-size:9px}.vehicle-row:last-child{border-bottom:0}.vehicle-row:hover:not(.vehicle-head){background:#181b20}.vehicle-head{min-height:40px;color:#686f79;font-size:8px}.vehicle-row>span:first-child{display:flex;align-items:center;gap:9px}.vehicle-row i{width:28px;height:28px;border-radius:8px;background:color-mix(in srgb,var(--car),transparent 84%);color:var(--car);display:grid;place-items:center;font-style:normal}.plate{font-family:monospace;letter-spacing:.04em}.quote-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.quote-summary article{background:var(--g-card);border:1px solid var(--g-line);border-radius:13px;padding:15px;display:grid}.quote-summary small{font-size:9px;color:var(--g-muted)}.quote-summary strong{font:700 21px Manrope;margin:5px 0}.quote-summary span{font-size:8px;color:#777e88}.quote-board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quote-column{background:#101216;border:1px solid var(--g-line);border-radius:14px;padding:10px;min-height:380px}.quote-column>header{display:flex;align-items:center;justify-content:space-between;padding:3px 4px 12px;color:#a2a7af;font-size:10px;font-weight:700}.quote-column>header b{width:20px;height:20px;border-radius:6px;background:#21242a;display:grid;place-items:center;font-size:8px}.quote-column article{background:#181b20;border:1px solid #292d34;border-radius:11px;padding:13px;margin-bottom:8px}.quote-column article>span{font-size:7px;color:#6e7580;letter-spacing:.08em}.quote-column h3{font:700 11px Manrope;margin:9px 0 3px}.quote-column p{font-size:8px;color:#858b95;margin:0 0 13px}.quote-column article>div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #292d34;padding-top:10px}.quote-column article b{font-size:10px}.quote-column article button{border:0;background:transparent;color:#ff7855;font-size:8px}.stock-alert{background:rgba(247,184,75,.06);border:1px solid rgba(247,184,75,.2);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:11px;margin-bottom:14px}.stock-alert>span{width:28px;height:28px;border-radius:8px;background:rgba(247,184,75,.13);color:#ffc25c;display:grid;place-items:center;font-weight:800}.stock-alert div{display:grid;gap:2px}.stock-alert strong{font-size:10px}.stock-alert p{font-size:8px;color:#8b919b;margin:0}.stock-alert button{margin-left:auto;border:1px solid rgba(247,184,75,.25);background:rgba(247,184,75,.08);color:#f8c76f;border-radius:8px;height:31px;font-size:8px;padding:0 11px}.stock-row{min-width:820px;display:grid;grid-template-columns:1.6fr .8fr .55fr .55fr .7fr .45fr;gap:10px;align-items:center;min-height:58px;border-bottom:1px solid var(--g-line);padding:0 16px;font-size:9px;color:#bfc3c9}.stock-row:last-child{border:0}.stock-row>span:first-child{display:grid;gap:3px}.stock-row small{font-size:7px;color:#6e7580}.stock-row>button{border:1px solid #343840;background:#1a1d22;color:#bfc3c9;border-radius:7px;height:27px;font-size:8px}.stock-head{min-height:40px;color:#666d77;font-size:8px}.week-strip{display:grid;grid-template-columns:36px repeat(6,1fr) 36px;gap:7px;margin-bottom:14px}.week-strip button{min-height:64px;border:1px solid var(--g-line);background:#121419;border-radius:11px;display:grid;place-content:center;gap:1px;color:#6f7680}.week-strip button.active{background:rgba(255,96,56,.11);border-color:rgba(255,96,56,.4);color:#fff}.week-strip small{font-size:7px}.week-strip b{font:700 15px Manrope}.week-strip span{font-size:7px}.agenda-layout{display:grid;grid-template-columns:1.5fr .55fr;gap:14px}.day-agenda{overflow:hidden}.agenda-item{min-height:66px;display:grid;grid-template-columns:54px 12px 1fr 30px;align-items:center;padding:0 17px;border-bottom:1px solid var(--g-line)}.agenda-item:last-child{border:0}.agenda-item time{font-size:10px;color:#858c96}.agenda-item>span{width:7px;height:7px;border-radius:50%;border:2px solid #555b64}.agenda-item.done>span{background:var(--g-green);border-color:var(--g-green)}.agenda-item.now{background:rgba(255,96,56,.035)}.agenda-item.now>span{background:var(--g-orange);border-color:var(--g-orange);box-shadow:0 0 0 4px rgba(255,96,56,.09)}.agenda-item>div{display:grid;gap:4px}.agenda-item small{font-size:7px;color:#6f7680;letter-spacing:.1em;text-transform:uppercase}.agenda-item b{font-size:10px}.agenda-item button{border:0;background:transparent;color:#666d76}.capacity{padding:18px;text-align:center}.capacity>span{font-size:8px;letter-spacing:.12em;color:#747b85}.capacity h3{font:700 14px Manrope;margin:6px}.capacity-ring{width:120px;height:120px;border-radius:50%;margin:19px auto;background:conic-gradient(var(--g-orange) 0 80%,#292c32 80%);position:relative;display:grid;place-content:center}.capacity-ring:before{content:'';position:absolute;inset:9px;background:var(--g-card);border-radius:50%}.capacity-ring>*{position:relative}.capacity-ring b{font:700 23px Manrope}.capacity-ring span{font-size:8px;color:#777e88}.capacity ul{list-style:none;margin:0;padding:13px 0;border-top:1px solid var(--g-line);display:grid;gap:9px;text-align:left}.capacity li{font-size:9px;color:#9da2aa;display:flex;align-items:center;gap:8px}.capacity i{width:7px;height:7px;border-radius:50%}.orange-dot{background:var(--g-orange)}.purple-dot{background:var(--g-purple)}.green-dot{background:var(--g-green)}.capacity>button{border:1px solid #343840;background:#1a1d22;color:#d5d8dc;border-radius:8px;height:34px;width:100%;font-size:9px}

/* Camadas e formulários */
.overlay{position:fixed;inset:0;background:rgba(3,4,6,.72);backdrop-filter:blur(6px);z-index:100;display:flex;align-items:center;justify-content:center;padding:18px;animation:fade .18s}.detail-drawer{position:absolute;right:0;top:0;bottom:0;width:min(470px,100%);background:#111318;border-left:1px solid #2b2f36;padding:25px;overflow:auto;animation:slide .24s}.detail-drawer header,.modal header,.customer-preview header{display:flex;justify-content:space-between;align-items:start}.detail-drawer header span,.modal header span{color:var(--g-orange);font-size:8px;letter-spacing:.12em;font-weight:800}.detail-drawer h2,.modal h2{font:700 23px Manrope;margin:5px 0 3px}.detail-drawer header p{margin:0;color:#777e88;font-size:9px}.detail-drawer header button,.modal header button,.customer-preview>header>button{border:1px solid #30343b;background:#191c21;color:#a4a9b1;border-radius:9px;width:34px;height:34px;font-size:18px}.detail-status{display:flex;justify-content:space-between;align-items:center;margin-top:26px}.detail-status b{font-size:9px;color:#858b95}.detail-progress{height:5px;background:#25282e;border-radius:10px;margin:9px 0 25px;overflow:hidden}.detail-progress i{display:block;height:100%;background:linear-gradient(90deg,#ff4b24,#ff8c4d);border-radius:10px}.detail-drawer section{border-top:1px solid #282c32;padding:21px 0}.detail-drawer section>small{font-size:8px;color:#707781;letter-spacing:.12em}.person-line{display:flex;align-items:center;gap:10px;margin-top:12px}.person-line>span{width:38px;height:38px;border-radius:10px;background:#262a31;color:#e4e6e9;display:grid;place-items:center;font-size:10px;font-weight:700}.person-line div{display:grid;gap:3px}.person-line b{font-size:11px}.person-line p{margin:0;color:#7c838d;font-size:9px}.person-line button{margin-left:auto;border:1px solid rgba(49,204,145,.24);background:rgba(49,204,145,.08);color:#51dba7;border-radius:8px;height:31px;font-size:8px}.detail-drawer section h3{font:700 14px Manrope;margin:12px 0}.detail-pairs{display:grid;grid-template-columns:1fr 1fr;gap:9px}.detail-pairs>span{background:#171a1f;border:1px solid #282c32;border-radius:9px;padding:10px;display:grid;gap:4px}.detail-pairs small{font-size:8px;color:#737a84}.detail-pairs b{font-size:10px}.steps{display:grid;grid-template-columns:repeat(5,1fr);margin-top:15px}.steps>div{display:grid;justify-items:center;gap:7px;position:relative;text-align:center}.steps>div:before{content:'';position:absolute;height:1px;background:#30343a;top:11px;left:-50%;right:50%;z-index:0}.steps>div:first-child:before{display:none}.steps i{width:23px;height:23px;border-radius:50%;border:1px solid #3a3e46;background:#171a1f;color:#6f7680;display:grid;place-items:center;font-style:normal;font-size:8px;position:relative;z-index:1}.steps div.complete i{border-color:var(--g-orange);background:var(--g-orange);color:#fff}.steps div.complete:before{background:var(--g-orange)}.steps span{font-size:7px;color:#747b85}.detail-drawer>footer,.modal footer{display:flex;justify-content:flex-end;gap:8px;padding-top:10px}.modal{width:min(610px,100%);background:#121419;border:1px solid #2b2f36;border-radius:17px;padding:22px;box-shadow:0 30px 80px #0008;animation:pop .22s}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:25px 0}.form-grid label{display:grid;gap:6px}.form-grid label.wide{grid-column:1/-1}.form-grid label>span{font-size:9px;color:#858b95}.form-grid input,.form-grid select{height:40px;background:#191c21;border:1px solid #30343b;border-radius:9px;color:#fff;padding:0 11px;outline:0;font-size:10px}.form-grid input:focus,.form-grid select:focus{border-color:var(--g-orange)}.customer-preview{width:min(700px,100%);background:#f6f4ef;color:#171717;border-radius:20px;overflow:hidden;box-shadow:0 35px 90px #0009;animation:pop .22s}.customer-preview>header{padding:18px 22px;background:#15171a}.customer-preview .garage-brand{padding:0;color:#fff}.customer-preview>main{padding:32px}.customer-preview main>span{font-size:11px;color:#777}.customer-preview h2{font:800 30px Manrope;margin:7px 0}.customer-preview main>p{color:#777;font-size:11px;margin-bottom:23px}.customer-car{background:#fff;border:1px solid #e3e0da;border-radius:14px;padding:14px;display:flex;align-items:center;gap:11px}.customer-car>div{display:grid;gap:3px}.customer-car b{font-size:11px}.customer-car small{font-size:8px;color:#888}.customer-car .status{margin-left:auto}.customer-progress{margin:26px 0}.customer-progress>div{display:flex;justify-content:space-between;font-size:8px;color:#898989;margin-bottom:8px}.customer-progress>i{height:7px;background:#dedbd4;border-radius:10px;display:block;overflow:hidden}.customer-progress>i b{display:block;height:100%;background:var(--g-orange)}.customer-preview main>section{background:#fff;border:1px solid #e3e0da;border-radius:14px;padding:16px}.customer-preview section small{font-size:8px;color:#999;letter-spacing:.09em}.customer-preview section h3{font:700 13px Manrope;margin:8px 0}.customer-preview section p{font-size:10px;color:#777;line-height:1.5;margin:0}.customer-preview main>footer{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.customer-preview footer div{display:grid;gap:3px}.customer-preview footer small{font-size:8px;color:#888}.customer-preview footer b{font-size:12px}.customer-preview footer button{border:0;background:#1c9c65;color:white;border-radius:9px;height:38px;padding:0 15px;font-size:9px;font-weight:700}.toast{position:fixed;z-index:200;right:22px;bottom:22px;background:#f4f5f2;color:#17191d;border-radius:11px;padding:11px 15px 11px 10px;box-shadow:0 14px 45px #0008;display:flex;align-items:center;gap:9px;font-size:10px;animation:pop .23s}.toast>span{width:25px;height:25px;border-radius:8px;background:#ddf7ec;color:#16875d;display:grid;place-items:center;font-weight:800}@keyframes fade{from{opacity:0}}@keyframes slide{from{transform:translateX(100%)}}@keyframes pop{from{transform:translateY(12px) scale(.98);opacity:0}}

@media(max-width:1120px){.garage-kpis{grid-template-columns:1fr 1fr}.overview-grid{grid-template-columns:1fr}.today-panel{min-height:auto}.client-grid{grid-template-columns:1fr 1fr}.garage-search{width:190px}.order-card{grid-template-columns:42px 1.2fr 1fr minmax(100px,.8fr) 15px}.order-eta{display:none}.list-head{grid-template-columns:42px 1.2fr 1fr minmax(100px,.8fr) 15px}.list-head span:nth-child(4){display:none}}
@media(max-width:840px){.shell{grid-template-columns:1fr}.side{position:relative;height:auto;border:0;padding:18px}.side p,.side-foot{display:none}.nav{display:flex;overflow:auto;margin-top:16px}.nav button{white-space:nowrap}.shell main{padding:20px 16px 50px}.demo-grid,.stats{grid-template-columns:1fr 1fr}.dashboard{grid-template-columns:1fr}.garage-shell{grid-template-columns:1fr}.garage-side{height:auto;position:relative;padding:13px;display:block}.garage-brand{padding:0 3px 12px}.garage-plan,.garage-user{display:none}.garage-nav{display:flex;overflow:auto;padding-bottom:2px}.garage-nav button{min-width:max-content}.garage-main{padding:0 14px 18px}.garage-top{height:auto;min-height:95px;align-items:flex-start;padding:18px 0;gap:12px}.garage-top-actions{flex-wrap:wrap;justify-content:flex-end}.garage-search{order:3;width:100%}.garage-top-actions{max-width:290px}.quote-board{grid-template-columns:1fr}.agenda-layout{grid-template-columns:1fr}.client-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.demo-grid,.stats{grid-template-columns:1fr}.top{align-items:flex-start}.hero{padding:28px;min-height:380px}.hero h2{font-size:44px}.row{grid-template-columns:1.4fr .8fr}.row>:nth-child(3){display:none}.garage-top{display:block}.garage-top-actions{margin-top:12px;max-width:none;justify-content:flex-start}.garage-top-actions .icon-button{display:none}.garage-search{width:calc(100% - 98px);order:0}.primary-action{padding:0 11px}.garage-kpis{grid-template-columns:1fr}.welcome{align-items:flex-start;gap:15px}.welcome .outline-action{font-size:0;width:38px;padding:0}.welcome .outline-action:first-letter{font-size:12px}.order-card{grid-template-columns:36px 1fr 96px 12px}.order-service,.order-eta{display:none}.list-head{display:none}.client-grid{grid-template-columns:1fr}.quote-summary{grid-template-columns:1fr}.week-strip{grid-template-columns:28px repeat(6,65px) 28px;overflow:auto}.garage-footer{display:none}.attention-strip p{display:none}.smart-insight p{display:none}.smart-insight button{white-space:nowrap}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.customer-preview>main{padding:22px}.customer-preview h2{font-size:24px}.customer-progress>div{font-size:6px}.customer-preview main>footer{align-items:flex-end}.segmented{max-width:100%}}

/* StudioFlow — salão e barbearia */
.studio{--s-bg:#f4f1ec;--s-side:#1f2522;--s-card:#fffdf9;--s-line:#ded9d1;--s-text:#242724;--s-muted:#817f79;--s-peach:#c9795d;--s-sage:#647e72;--s-lilac:#947da2;--s-rose:#b7657d;background:var(--s-bg);color:var(--s-text)}.studio button{cursor:pointer}.studio-shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr)}.studio-side{height:100vh;position:sticky;top:0;background:linear-gradient(180deg,#222925,#1a1f1c);color:#f8f4ed;padding:24px 15px 17px;display:flex;flex-direction:column;z-index:10}.studio-brand{display:flex;align-items:center;gap:11px;padding:0 8px 23px}.studio-brand>button{border:0;background:transparent;padding:0}.studio-brand>button>span,.studio-booking-brand>span{width:37px;height:37px;border-radius:50% 50% 47% 53%/43% 48% 52% 57%;display:grid;place-items:center;background:#c97f65;color:white;font:700 18px Manrope;box-shadow:0 8px 22px #0003}.studio-brand>div{display:grid}.studio-brand strong,.studio-booking-brand strong{font:800 15px Manrope;letter-spacing:.08em}.studio-brand em,.studio-booking-brand em{font-style:normal;color:#d79279;margin-left:3px}.studio-brand small{font-size:9px;color:#8f9a94;margin-top:2px}.studio-unit{padding:0 7px 16px}.studio-unit>small{font-size:7px;letter-spacing:.14em;color:#707a75}.studio-unit>button{width:100%;height:35px;margin-top:6px;border:1px solid #343c38;background:#292f2c;color:#dfe3df;border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:9px}.studio-nav{display:grid;gap:4px}.studio-nav button{height:40px;border:0;border-radius:9px;background:transparent;color:#909a94;display:flex;align-items:center;gap:10px;padding:0 11px;text-align:left;font-size:11px;font-weight:600}.studio-nav button:hover{background:#292f2c;color:#fff}.studio-nav button.active{background:#f4eee6;color:#303832;box-shadow:0 8px 24px #0003}.studio-nav button>i{width:20px;text-align:center;font-style:normal;font-size:13px}.studio-nav button>b{margin-left:auto;width:21px;height:18px;border-radius:6px;background:#39413d;color:#bbc2bd;display:grid;place-items:center;font-size:8px}.studio-nav button.active>b{background:#d8c4b9;color:#694f44}.studio-side-card{margin-top:auto;border:1px solid #3b433f;border-radius:14px;background:radial-gradient(circle at 100% 0,#40352f,transparent 42%),#282e2b;padding:14px;overflow:hidden}.studio-side-card>span{font-size:7px;letter-spacing:.14em;color:#d58f74}.studio-side-card strong{display:block;font-size:11px;margin:7px 0 4px}.studio-side-card p{font-size:8px;color:#98a19c;line-height:1.45;margin:0 0 11px}.studio-side-card button{width:100%;height:30px;border:0;border-radius:7px;background:#c9795d;color:#fff;font-size:8px;font-weight:700}.studio-profile{display:flex;align-items:center;gap:8px;padding:17px 7px 0}.studio-profile>span{width:31px;height:31px;border-radius:50%;background:#39403c;display:grid;place-items:center;font-size:8px}.studio-profile>div{display:grid}.studio-profile strong{font-size:9px}.studio-profile small{font-size:7px;color:#7e8983}.studio-profile button{margin-left:auto;border:0;background:transparent;color:#7e8983}.studio-main{padding:0 29px 20px;max-width:1580px;width:100%;overflow:hidden}.studio-top{height:94px;border-bottom:1px solid var(--s-line);display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.studio-top>div:first-child small{color:var(--s-muted);font-size:9px}.studio-top h1{font:700 25px Manrope;margin:4px 0 0;letter-spacing:-.025em}.studio-top-actions{display:flex;align-items:center;gap:8px}.studio-top-actions>label{height:37px;width:245px;background:#fffdf9;border:1px solid var(--s-line);border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 11px;color:#9b9891}.studio-top-actions input{border:0;outline:0;background:transparent;width:100%;font-size:9px;color:var(--s-text)}.studio-icon-button{width:37px;height:37px;border:1px solid var(--s-line);background:#fffdf9;border-radius:9px;position:relative;color:#797871}.studio-icon-button i{width:6px;height:6px;border-radius:50%;position:absolute;right:7px;top:6px;background:var(--s-peach)}.studio-primary,.studio-outline{height:37px;border-radius:9px;padding:0 13px;font-size:9px;font-weight:700}.studio-primary{border:0;background:#26302b;color:#fff;box-shadow:0 7px 18px rgba(38,48,43,.14)}.studio-primary:hover{background:#38443e}.studio-outline{border:1px solid var(--s-line);background:#fffdf9;color:#5f615d}.studio-welcome{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.studio-welcome>div>span{font-size:7px;letter-spacing:.14em;color:var(--s-peach);font-weight:800}.studio-welcome h2{font:700 19px Manrope;margin:7px 0 3px}.studio-welcome p{font-size:9px;color:var(--s-muted);margin:0}.studio-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.studio-kpis article{min-height:108px;background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;box-shadow:0 8px 24px rgba(46,39,33,.03)}.studio-kpis article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:12px}.studio-kpis .peach{background:#f6e6df;color:#b96549}.studio-kpis .sage{background:#e3ebe6;color:#5a7668}.studio-kpis .lilac{background:#ebe5ee;color:#806d8e}.studio-kpis .rose{background:#f2e2e7;color:#a6556e}.studio-kpis article>div{display:grid}.studio-kpis small{font-size:8px;color:var(--s-muted)}.studio-kpis strong{font:700 18px Manrope;margin:4px 0}.studio-kpis em{font-style:normal;font-size:7px;color:#96938c}.studio-kpis article>b{font-size:8px;color:var(--s-sage)}.studio-alert{min-height:54px;margin:12px 0;background:#eee5f1;border:1px solid #dacbe0;border-radius:11px;display:flex;align-items:center;gap:10px;padding:10px 13px}.studio-alert>span{width:28px;height:28px;border-radius:50%;background:#dfcee5;color:#866e94;display:grid;place-items:center;font-size:10px}.studio-alert>div{display:grid;gap:2px}.studio-alert strong{font-size:9px}.studio-alert p{margin:0;color:#807685;font-size:7px}.studio-alert button{border:0;background:transparent;color:#806a8d;font-size:8px;font-weight:700;margin-left:auto}.studio-overview-grid{display:grid;grid-template-columns:1.5fr .72fr;gap:12px}.studio-panel{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;box-shadow:0 8px 28px rgba(46,39,33,.025)}.studio-panel>header{height:62px;border-bottom:1px solid #e7e2db;padding:0 15px;display:flex;align-items:center;justify-content:space-between}.studio-panel>header>div{display:grid;gap:3px}.studio-panel>header span{font-size:7px;letter-spacing:.13em;color:#9c9891;font-weight:800}.studio-panel>header h3{font:700 12px Manrope;margin:0}.studio-panel>header button{border:0;background:transparent;color:#787972;font-size:8px}.studio-appointments>button{width:100%;min-height:54px;display:grid;grid-template-columns:40px 30px 1.2fr .75fr 91px 54px 10px;gap:8px;align-items:center;border:0;border-bottom:1px solid #eee9e2;background:transparent;text-align:left;padding:7px 13px;color:var(--s-text)}.studio-appointments>button:last-child{border:0}.studio-appointments>button:hover{background:#faf7f2}.studio-appointments time{font-size:9px;font-weight:700}.studio-appointments>button>i,.studio-professional-grid header>i,.studio-detail-time>i{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);color:color-mix(in srgb,var(--person),black 24%);display:grid;place-items:center;font-style:normal;font-size:8px;font-weight:700}.studio-appointments>button>span{display:grid;gap:2px;min-width:0}.studio-appointments b{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-appointments small{font-size:7px;color:#99958e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-appointments>button>strong{font-size:8px;text-align:right}.studio-appointments u{text-decoration:none;color:#aaa59d}.studio-status{height:21px;width:max-content;display:flex;align-items:center;border-radius:6px;padding:0 7px;font-size:7px;font-style:normal;font-weight:700;white-space:nowrap}.studio-status.confirmed{background:#e4ece8;color:#5a7569}.studio-status.serving{background:#f3e1da;color:#ad5c42}.studio-status.waiting{background:#f0e6ce;color:#917133}.studio-status.finished{background:#e9e4ec;color:#76677d}.studio-performance{padding-bottom:13px}.studio-chart{padding:15px}.chart-copy{display:grid;gap:3px}.chart-copy strong{font:700 20px Manrope}.chart-copy span{font-size:7px}.chart-bars{height:115px;display:flex;align-items:end;gap:8px;padding-top:15px}.chart-bars>span{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:5px}.chart-bars i{width:100%;background:#d9ddd9;border-radius:5px 5px 2px 2px}.chart-bars span.active i{background:linear-gradient(#c9795d,#dda18b)}.chart-bars small{font-size:6px;color:#99958f}.studio-goals{margin:0 15px;padding-top:12px;border-top:1px solid #e8e3dc;display:grid;grid-template-columns:1fr 1fr}.studio-goals>span{display:grid;gap:3px}.studio-goals small{font-size:7px;color:#98948d}.studio-goals b{font-size:9px}.studio-goals>i{grid-column:1/-1;height:5px;background:#e4e0da;border-radius:6px;margin:9px 0 5px;overflow:hidden}.studio-goals>i b{display:block;height:100%;background:var(--s-sage)}.studio-team-strip{margin-top:12px;min-height:82px;background:#fffdf9;border:1px solid var(--s-line);border-radius:13px;padding:11px 14px;display:grid;grid-template-columns:1.2fr repeat(4,1fr) auto;align-items:center;gap:13px}.studio-team-strip>div:first-child{display:grid;gap:3px}.studio-team-strip>div:first-child>span{font-size:7px;letter-spacing:.12em;color:#9b978f}.studio-team-strip h3{font:700 11px Manrope;margin:0}.studio-team-strip article{display:grid;grid-template-columns:26px 1fr 48px 24px;align-items:center;gap:6px}.studio-team-strip article>i{width:26px;height:26px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);color:color-mix(in srgb,var(--person),black 24%);display:grid;place-items:center;font-style:normal;font-size:7px;font-weight:700}.studio-team-strip article>span{display:grid;min-width:0}.studio-team-strip article b{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-team-strip article small{font-size:6px;color:#99958f}.studio-team-strip article>div{height:4px;background:#e7e2dc;border-radius:5px;overflow:hidden}.studio-team-strip article>div i{display:block;height:100%;background:var(--person)}.studio-team-strip article em{font-style:normal;font-size:7px}.studio-team-strip>button{border:0;background:transparent;color:#777972;font-size:8px}.studio-footer{display:flex;justify-content:space-between;padding:23px 3px 0;font-size:7px;color:#aaa59e}.studio-section-tools,.studio-schedule-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.studio-section-tools>div{display:grid;gap:3px}.studio-section-tools>div strong{font:700 13px Manrope}.studio-section-tools>div span{font-size:8px;color:var(--s-muted)}.studio-client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.studio-client-grid>article{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;padding:15px}.studio-client-grid header{display:flex;align-items:center}.studio-client-grid header>span{width:34px;height:34px;border-radius:50%;background:#eee3dc;color:#9b5f49;display:grid;place-items:center;font-size:8px;font-weight:700}.studio-client-grid header>em{font-style:normal;font-size:6px;background:#e7ece9;color:#5f756b;border-radius:8px;padding:4px 6px;margin-left:8px}.studio-client-grid header>button{margin-left:auto;border:0;background:transparent;color:#aaa59e}.studio-client-grid h3{font:700 12px Manrope;margin:12px 0 2px}.studio-client-grid p{font-size:8px;color:#94918a;margin:0 0 13px}.studio-client-grid>article>div{border-top:1px solid #e9e4dd;border-bottom:1px solid #e9e4dd;display:grid;grid-template-columns:repeat(3,1fr);padding:11px 0}.studio-client-grid>article>div>span{display:grid;gap:3px}.studio-client-grid small{font-size:6px;color:#9b978f}.studio-client-grid b{font-size:8px}.studio-client-grid footer{display:flex;justify-content:space-between;padding-top:11px}.studio-client-grid footer button{border:0;background:transparent;color:#696b66;font-size:7px}.studio-service-table,.studio-stock-table{overflow:auto}.studio-service-table>header,.studio-service-table>article{min-width:760px;display:grid;grid-template-columns:1.4fr .65fr .55fr .9fr 1fr .45fr;gap:10px;align-items:center;padding:0 15px}.studio-service-table>header{height:38px;color:#9c9891;font-size:7px}.studio-service-table>article{min-height:56px;border-top:1px solid #ebe6df;font-size:8px}.studio-service-table>article>span:first-child{display:flex;align-items:center;gap:8px}.studio-service-table>article>span:first-child i,.studio-stock-table>article>span:first-child i{width:27px;height:27px;border-radius:8px;background:#f0e5df;color:#b26a50;display:grid;place-items:center;font-style:normal}.studio-service-table>article>span:nth-child(5){display:grid;grid-template-columns:22px 1fr;align-items:center;gap:6px}.studio-service-table>article>span:nth-child(5)>i{height:4px;background:#e8e3dc;border-radius:4px;overflow:hidden}.studio-service-table>article>span:nth-child(5) em{display:block;height:100%;background:var(--s-sage)}.studio-service-table>article>button,.studio-stock-table>article>button{border:1px solid #ddd7cf;background:#fffaf4;border-radius:7px;height:27px;font-size:7px;color:#73736e}.studio-professional-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.studio-professional-grid>article{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;padding:15px}.studio-professional-grid header{display:flex;justify-content:space-between}.studio-professional-grid header>i{width:38px;height:38px}.studio-professional-grid header button{border:0;background:transparent;color:#a19d96}.studio-professional-grid h3{font:700 12px Manrope;margin:12px 0 2px}.studio-professional-grid p{font-size:8px;color:#97938c;margin:0 0 15px}.professional-occupation{border-top:1px solid #ebe6df;padding-top:11px}.professional-occupation>span{display:flex;justify-content:space-between}.professional-occupation small,.professional-stats small{font-size:6px;color:#9b978f}.professional-occupation b,.professional-stats b{font-size:8px}.professional-occupation>i{height:5px;background:#e8e3dc;border-radius:5px;display:block;margin-top:6px;overflow:hidden}.professional-occupation>i em{display:block;height:100%;background:var(--person,var(--s-sage))}.professional-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 0}.professional-stats>span{display:grid;gap:3px}.studio-professional-grid>article>button{border:0;background:transparent;color:#6e706b;padding:0;font-size:7px}.studio-finance-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:13px}.studio-finance-kpis article{background:var(--s-card);border:1px solid var(--s-line);border-radius:12px;padding:14px;display:grid}.studio-finance-kpis small{font-size:7px;color:#949089}.studio-finance-kpis strong{font:700 18px Manrope;margin:5px 0}.studio-finance-kpis span{font-size:7px;color:#96928b}.studio-finance-grid{display:grid;grid-template-columns:1.5fr .65fr;gap:12px}.studio-cash>article{min-height:54px;display:grid;grid-template-columns:45px 1fr 60px 65px;align-items:center;gap:8px;padding:0 15px;border-bottom:1px solid #ebe6df}.studio-cash time{font-size:8px;color:#8e8b84}.studio-cash>article>span{display:grid;gap:2px}.studio-cash b{font-size:8px}.studio-cash small{font-size:7px;color:#9c9890}.studio-cash em{font-style:normal;font-size:7px;background:#eee9e1;border-radius:5px;padding:4px;text-align:center}.studio-cash>article>strong{text-align:right;font-size:9px}.studio-cash>footer,.studio-commission>footer{display:flex;justify-content:space-between;padding:13px 15px;background:#f6f2ec;border-radius:0 0 13px 13px;font-size:8px}.studio-commission>header{display:grid;justify-content:start;align-content:center}.studio-commission>article{min-height:54px;display:grid;grid-template-columns:30px 1fr 52px;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid #ebe6df}.studio-commission>article>i{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);display:grid;place-items:center;font-style:normal;font-size:7px}.studio-commission>article>span{display:grid;gap:2px}.studio-commission b{font-size:8px}.studio-commission small{font-size:6px;color:#9c9890}.studio-commission>article>strong{text-align:right;font-size:8px}.studio-stock-alert{min-height:54px;background:#f4e9d4;border:1px solid #e7d5b1;border-radius:11px;display:flex;align-items:center;gap:10px;padding:10px 13px;margin-bottom:13px}.studio-stock-alert>span{width:28px;height:28px;border-radius:50%;background:#ead4aa;color:#82662f;display:grid;place-items:center;font-weight:700}.studio-stock-alert>div{display:grid;gap:2px}.studio-stock-alert strong{font-size:9px}.studio-stock-alert p{margin:0;font-size:7px;color:#84765d}.studio-stock-alert button{margin-left:auto;border:0;background:transparent;color:#80662f;font-size:7px;font-weight:700}.studio-stock-table>header,.studio-stock-table>article{min-width:820px;display:grid;grid-template-columns:1.5fr .65fr .55fr .55fr .7fr .75fr .4fr;gap:10px;align-items:center;padding:0 15px}.studio-stock-table>header{height:38px;color:#9c9891;font-size:7px}.studio-stock-table>article{min-height:57px;border-top:1px solid #ebe6df;font-size:8px}.studio-stock-table>article>span:first-child{display:flex;align-items:center;gap:8px}.studio-stock-table>article>em{font-style:normal;width:max-content;background:#f3e7ce;color:#8b6a2f;border-radius:6px;padding:5px 7px;font-size:7px}.studio-date-nav{display:flex;align-items:center;gap:9px}.studio-date-nav>button{width:30px;height:30px;border:1px solid var(--s-line);background:#fffdf9;border-radius:8px}.studio-date-nav>span{display:grid;min-width:105px}.studio-date-nav small{font-size:6px;color:#9c9891}.studio-date-nav b{font-size:10px}.studio-view-toggle{display:flex;border:1px solid var(--s-line);background:#fffdf9;border-radius:8px;padding:3px;margin-left:auto;margin-right:8px}.studio-view-toggle button{height:26px;border:0;background:transparent;border-radius:6px;font-size:7px;color:#8d8982}.studio-view-toggle button.active{background:#28322d;color:#fff}.studio-calendar{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;overflow:auto}.studio-calendar>header{min-width:860px;height:58px;display:grid;grid-template-columns:58px repeat(4,1fr);border-bottom:1px solid #e7e1da}.studio-calendar>header>span{display:grid;place-items:center;font-size:7px;color:#99958e}.studio-calendar>header>div{border-left:1px solid #e7e1da;display:flex;align-items:center;gap:8px;padding:0 12px}.studio-calendar>header>div>i{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);display:grid;place-items:center;font-style:normal;font-size:7px}.studio-calendar>header>div>span{display:grid}.studio-calendar>header b{font-size:8px}.studio-calendar>header small{font-size:6px;color:#99958e}.studio-calendar-body{min-width:860px;height:640px;display:grid;grid-template-columns:58px repeat(4,1fr);position:relative}.studio-calendar-body>aside{display:grid;grid-template-rows:repeat(11,58px)}.studio-calendar-body time{font-size:7px;color:#9a968f;padding:7px;text-align:center}.studio-calendar-body>section{position:relative;border-left:1px solid #e7e1da;background:repeating-linear-gradient(to bottom,transparent 0,transparent 57px,#eee9e2 58px)}.studio-calendar-body>section>button{position:absolute;top:var(--top);height:var(--height);left:6px;right:6px;border:0;border-left:3px solid var(--slot);background:color-mix(in srgb,var(--slot),white 84%);border-radius:7px;padding:7px;text-align:left;display:grid;align-content:start;gap:2px;color:#3b3b38;overflow:hidden}.studio-calendar-body>section>button small{font-size:6px;color:#77736d}.studio-calendar-body>section>button b{font-size:8px}.studio-calendar-body>section>button span{font-size:6px}.studio-detail{position:absolute;right:0;top:0;bottom:0;width:min(450px,100%);background:#f7f4ef;color:var(--s-text);padding:24px;overflow:auto;animation:slide .24s}.studio-detail header,.studio-modal header,.studio-booking header{display:flex;justify-content:space-between;align-items:start}.studio-detail header>div>span,.studio-modal header span{font-size:7px;color:var(--s-peach);letter-spacing:.13em;font-weight:800}.studio-detail h2,.studio-modal h2{font:700 22px Manrope;margin:5px 0 2px}.studio-detail header p{font-size:8px;color:#8f8b84;margin:0}.studio-detail header button,.studio-modal header button,.studio-booking header>button{width:33px;height:33px;border:1px solid #d9d3cb;background:#fffdf9;border-radius:9px;font-size:17px;color:#85817a}.studio-detail-time{margin:24px 0 0;background:#fffdf9;border:1px solid #ddd7cf;border-radius:12px;padding:13px;display:flex;align-items:center;gap:9px}.studio-detail-time>span{display:grid;gap:3px}.studio-detail-time small{font-size:6px;color:#9a968f}.studio-detail-time b{font-size:10px}.studio-detail-time em{margin-left:auto}.studio-detail section{border-top:1px solid #ded8d0;padding:19px 0;margin-top:19px}.studio-detail section>small{font-size:7px;letter-spacing:.12em;color:#959189}.studio-detail section h3{font:700 13px Manrope;margin:10px 0}.studio-detail section>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.studio-detail section>div>span{background:#fffdf9;border:1px solid #e0dad2;border-radius:9px;padding:10px;display:grid;gap:3px}.studio-detail section small{font-size:7px;color:#97938c}.studio-detail section b{font-size:9px}.studio-detail section p{font-size:9px;line-height:1.5;color:#76736d}.studio-detail>footer,.studio-modal>footer{display:flex;justify-content:flex-end;gap:8px}.studio-modal{width:min(590px,100%);background:#f7f4ef;color:var(--s-text);border-radius:17px;padding:22px;box-shadow:0 30px 80px #0007;animation:pop .22s}.studio-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:23px 0}.studio-form-grid label{display:grid;gap:6px}.studio-form-grid label>span{font-size:8px;color:#817e77}.studio-form-grid input,.studio-form-grid select{height:39px;border:1px solid #d9d3ca;background:#fffdf9;border-radius:9px;padding:0 10px;outline:0;color:#333531;font-size:9px}.studio-form-grid input:focus,.studio-form-grid select:focus{border-color:var(--s-peach)}.studio-booking{width:min(720px,100%);background:#f7f3ed;color:#292b28;border-radius:20px;overflow:hidden;box-shadow:0 35px 90px #0008;animation:pop .22s}.studio-booking>header{background:#202723;padding:17px 20px}.studio-booking-brand{display:flex;align-items:center;gap:9px;color:#fff}.studio-booking-brand>span{width:31px;height:31px;font-size:14px}.studio-booking>main{padding:30px}.studio-booking main>span{font-size:7px;letter-spacing:.15em;color:var(--s-peach);font-weight:800}.studio-booking h2{font:700 28px Manrope;margin:7px 0 4px}.studio-booking main>p{font-size:9px;color:#88847d;margin:0}.booking-steps{display:flex;justify-content:space-between;position:relative;margin:25px 0}.booking-steps:before{content:'';position:absolute;height:1px;background:#dcd5cd;left:7%;right:7%;top:11px}.booking-steps>span{display:grid;justify-items:center;gap:5px;font-size:7px;color:#9b978f;position:relative}.booking-steps i{width:23px;height:23px;border-radius:50%;background:#e4ded6;display:grid;place-items:center;font-style:normal}.booking-steps span.active i{background:#26302b;color:#fff}.studio-booking section{background:#fffdf9;border:1px solid #dfd8cf;border-radius:13px;padding:16px}.studio-booking section h3{font:700 12px Manrope;margin:0 0 12px}.studio-booking section>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.studio-booking section button{border:1px solid #e1dbd3;background:#fff;border-radius:10px;padding:10px;display:grid;grid-template-columns:27px 1fr auto;align-items:center;text-align:left;gap:8px;color:#3a3b38}.studio-booking section button.active{border-color:#bd8069;background:#fbf0eb}.studio-booking section button>span{width:27px;height:27px;border-radius:50%;background:#f0e5df;color:#ad654b;display:grid;place-items:center}.studio-booking section button>div{display:grid;gap:2px}.studio-booking section button b,.studio-booking section button strong{font-size:8px}.studio-booking section button small{font-size:7px;color:#96928b}.studio-booking main>footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.studio-booking footer small{font-size:7px;color:#99958e}.studio-booking footer button{height:35px;border:0;border-radius:8px;background:#26302b;color:#fff;padding:0 14px;font-size:8px;font-weight:700}

@media(max-width:1160px){.studio-kpis{grid-template-columns:1fr 1fr}.studio-overview-grid{grid-template-columns:1fr}.studio-team-strip{grid-template-columns:1.2fr 1fr 1fr}.studio-team-strip article:nth-of-type(n+3){display:none}.studio-client-grid{grid-template-columns:1fr 1fr}.studio-professional-grid{grid-template-columns:1fr 1fr}.studio-top-actions>label{width:185px}}
@media(max-width:840px){.studio-shell{grid-template-columns:1fr}.studio-side{position:relative;height:auto;display:block;padding:13px}.studio-brand{padding:0 3px 11px}.studio-unit,.studio-side-card,.studio-profile{display:none}.studio-nav{display:flex;overflow:auto}.studio-nav button{min-width:max-content}.studio-main{padding:0 14px 18px}.studio-top{height:auto;min-height:93px;padding:16px 0;gap:10px}.studio-top-actions{flex-wrap:wrap;justify-content:flex-end}.studio-top-actions>label{order:3;width:100%}.studio-overview-grid{grid-template-columns:1fr}.studio-team-strip{grid-template-columns:1fr 1fr}.studio-team-strip>div:first-child,.studio-team-strip>button{display:none}.studio-client-grid{grid-template-columns:1fr 1fr}.studio-finance-grid{grid-template-columns:1fr}.studio-professional-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.studio-top{display:block}.studio-top-actions{margin-top:12px;justify-content:flex-start}.studio-top-actions>label{width:calc(100% - 103px);order:0}.studio-icon-button{display:none}.studio-welcome{align-items:flex-start;gap:12px}.studio-welcome .studio-outline{font-size:0;width:38px;padding:0}.studio-welcome .studio-outline:first-letter{font-size:11px}.studio-kpis{grid-template-columns:1fr}.studio-alert p{display:none}.studio-appointments>button{grid-template-columns:35px 28px 1fr 74px 8px}.studio-appointments>button>span:nth-of-type(2),.studio-appointments>button>strong{display:none}.studio-team-strip{display:none}.studio-client-grid,.studio-professional-grid{grid-template-columns:1fr}.studio-finance-kpis{grid-template-columns:1fr 1fr}.studio-booking>main{padding:22px}.studio-booking h2{font-size:23px}.studio-booking section>div{grid-template-columns:1fr}.studio-booking main>footer{align-items:flex-end}.studio-booking footer small{max-width:170px}.studio-form-grid{grid-template-columns:1fr}.studio-footer{display:none}.studio-schedule-tools{align-items:flex-end}.studio-view-toggle{display:none}}

/* Ateliê Belle — site demonstrativo de salão e nail studio */
.beauty-site{--b-wine:#5f1f2e;--b-wine-dark:#40131e;--b-ink:#241c1c;--b-cream:#f2ece3;--b-paper:#fbf8f3;--b-pink:#d9a4aa;--b-gold:#b88f59;--b-line:rgba(62,35,35,.16);background:var(--b-paper);color:var(--b-ink);font-family:'DM Sans',sans-serif}.beauty-site button{cursor:pointer}.beauty-site ::selection{background:var(--b-wine);color:#fff}.beauty-page{overflow:hidden;background:var(--b-paper)}
.beauty-header{height:88px;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(22px,5vw,76px);border-bottom:1px solid var(--b-line);background:rgba(251,248,243,.92);backdrop-filter:blur(16px)}.beauty-logo{color:var(--b-ink);text-decoration:none;display:grid;width:max-content;line-height:1}.beauty-logo span{font-size:8px;letter-spacing:.38em;margin-left:2px}.beauty-logo strong{font:600 27px/1 'Cormorant Garamond',serif;letter-spacing:.12em}.beauty-header nav{display:flex;align-items:center;gap:34px}.beauty-header nav a{color:#594c4a;text-decoration:none;font-size:11px;font-weight:600;position:relative}.beauty-header nav a:after{content:'';position:absolute;height:1px;left:0;right:100%;bottom:-6px;background:var(--b-wine);transition:.25s}.beauty-header nav a:hover:after{right:0}.beauty-menu{display:none}.beauty-book{min-height:48px;border:0;border-radius:0;background:var(--b-wine);color:#fff;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:24px;font-size:10px;font-weight:700;letter-spacing:.04em;transition:.25s}.beauty-book:hover{background:var(--b-wine-dark);transform:translateY(-2px)}.beauty-book span{font-size:16px;font-weight:400}.beauty-book-top{justify-self:end;min-height:43px;padding:0 17px;gap:15px}
.beauty-hero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:1.03fr .97fr;align-items:stretch}.beauty-hero-copy{padding:clamp(58px,9vw,126px) clamp(32px,7vw,108px);padding-right:clamp(34px,5vw,72px);display:flex;flex-direction:column;justify-content:center}.beauty-kicker,.beauty-section-head>div>span,.beauty-experience-copy>span,.beauty-nails-title>span,.beauty-final-copy>span{font-size:9px;font-weight:700;letter-spacing:.2em;color:var(--b-wine)}.beauty-kicker{display:flex;align-items:center;gap:10px}.beauty-kicker i{width:20px;height:1px;background:var(--b-wine)}.beauty-hero h1,.beauty-section-head h2,.beauty-experience-copy h2,.beauty-nails-title h2,.beauty-final h2{font:500 clamp(62px,7vw,118px)/.82 'Cormorant Garamond',serif;letter-spacing:-.055em;margin:25px 0 28px}.beauty-hero h1 em,.beauty-section-head h2 em,.beauty-nails-title h2 em,.beauty-final h2 em{font-weight:500;color:var(--b-wine)}.beauty-hero-copy>p{max-width:570px;color:#71635f;font-size:14px;line-height:1.8;margin:0}.beauty-hero-actions{display:flex;align-items:center;gap:27px;margin-top:35px}.beauty-hero-actions>a{font-size:10px;color:var(--b-ink);font-weight:700;text-decoration:none;border-bottom:1px solid #9f8e88;padding:13px 0}.beauty-hero-actions>a span{margin-left:12px}.beauty-proof{margin-top:clamp(52px,7vw,90px);padding-top:23px;border-top:1px solid var(--b-line);display:flex;align-items:center;gap:24px;max-width:600px}.beauty-proof>i{height:37px;width:1px;background:var(--b-line)}.beauty-proof>div{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:2px 8px}.beauty-proof strong{font:600 24px 'Cormorant Garamond',serif}.beauty-proof span{font-size:7px;letter-spacing:.08em;color:var(--b-gold)}.beauty-proof small{grid-column:1/-1;color:#8f817d;font-size:8px}
.beauty-hero-visual{position:relative;background:var(--b-wine);padding:clamp(24px,3.5vw,55px);display:flex;align-items:center;justify-content:center;min-height:650px}.beauty-hero-visual:before{content:'ATELIÊ BELLE';position:absolute;left:-42px;top:50%;transform:rotate(-90deg);color:rgba(255,255,255,.55);font-size:7px;letter-spacing:.4em}.beauty-hero-image{height:min(74vh,760px);width:min(88%,610px);position:relative;overflow:hidden;border-radius:280px 280px 18px 18px;border:1px solid rgba(255,255,255,.35);box-shadow:0 35px 80px rgba(49,9,20,.35)}.beauty-hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(54,12,24,.35),transparent 45%);pointer-events:none}.beauty-hero-image img{width:100%;height:100%;object-fit:cover;object-position:51% center;display:block}.beauty-image-label{position:absolute;z-index:2;left:26px;bottom:25px;color:#fff;font:500 14px/1.05 'Cormorant Garamond',serif;text-transform:uppercase;letter-spacing:.16em}.beauty-image-label em{font-size:24px;text-transform:none;letter-spacing:0}.beauty-hours{position:absolute;z-index:3;right:clamp(12px,3vw,45px);bottom:clamp(22px,5vw,70px);background:var(--b-paper);min-width:230px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;box-shadow:0 18px 50px rgba(47,13,22,.24)}.beauty-hours>span{font-size:7px;letter-spacing:.15em;writing-mode:vertical-rl;transform:rotate(180deg);color:#9a8985}.beauty-hours div{display:grid;gap:4px}.beauty-hours strong{font:600 16px 'Cormorant Garamond',serif}.beauty-hours small{font-size:7px;color:#8d7e7a}.beauty-hours>i{color:#4b946b;font-size:8px;font-style:normal}.beauty-orbit{position:absolute;left:clamp(12px,2vw,30px);top:clamp(20px,4vw,60px);width:78px;height:78px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center}.beauty-orbit:after{content:'B';color:#fff;font:500 24px 'Cormorant Garamond',serif}.beauty-orbit span{display:none}
.beauty-ribbon{background:var(--b-ink);color:#fff;height:58px;display:flex;align-items:center;overflow:hidden}.beauty-ribbon>div{width:max-content;display:flex;align-items:center;gap:28px;animation:beauty-marquee 22s linear infinite}.beauty-ribbon span{font:500 14px 'Cormorant Garamond',serif;letter-spacing:.18em;white-space:nowrap}.beauty-ribbon i{font-style:normal;color:var(--b-pink)}@keyframes beauty-marquee{to{transform:translateX(-50%)}}
.beauty-section{padding:clamp(90px,11vw,160px) clamp(24px,7vw,110px)}.beauty-section-head{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:70px}.beauty-section-head h2{font-size:clamp(58px,6.5vw,100px);margin:22px 0 0}.beauty-section-head>p{max-width:460px;justify-self:end;font-size:13px;line-height:1.8;color:#756762;margin:0 0 10px}.beauty-service-tabs{display:flex;gap:4px;margin:60px 0 24px;border-bottom:1px solid var(--b-line)}.beauty-service-tabs button{border:0;background:transparent;color:#9a8b87;padding:0 28px 16px;font-size:11px;font-weight:700;position:relative}.beauty-service-tabs button:first-child{padding-left:0}.beauty-service-tabs button.active{color:var(--b-wine)}.beauty-service-tabs button.active:after{content:'';height:2px;background:var(--b-wine);position:absolute;left:0;right:0;bottom:-1px}.beauty-service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--b-line);border-left:1px solid var(--b-line)}.beauty-service-card{min-height:310px;padding:25px;display:flex;flex-direction:column;border-right:1px solid var(--b-line);border-bottom:1px solid var(--b-line);transition:.3s;background:rgba(255,255,255,.16)}.beauty-service-card:hover{background:var(--b-wine);color:#fff;transform:translateY(-5px);box-shadow:0 25px 55px rgba(87,30,44,.16)}.beauty-service-card>div{display:flex;justify-content:space-between;color:#978985;font-size:8px}.beauty-service-card>div i{font-style:normal;font-size:18px;color:var(--b-wine)}.beauty-service-card:hover>div,.beauty-service-card:hover>div i{color:#e8c7ca}.beauty-service-card h3{font:600 27px/1 'Cormorant Garamond',serif;margin:65px 0 13px}.beauty-service-card p{color:#80716d;font-size:10px;line-height:1.65;margin:0}.beauty-service-card:hover p{color:#e5d7d4}.beauty-service-card footer{margin-top:auto;padding-top:26px;display:flex;justify-content:space-between;align-items:end}.beauty-service-card footer small{font-size:8px;color:#948682}.beauty-service-card footer strong{font-size:10px}.beauty-service-card:hover footer small{color:#d4c2bf}.beauty-menu-note{text-align:right;color:#a0938f;font-size:8px;margin:13px 0 0}
.beauty-experience{display:grid;grid-template-columns:1.12fr .88fr;min-height:830px;background:var(--b-wine);color:#fff}.beauty-experience-image{margin:clamp(28px,4.5vw,72px) 0 clamp(28px,4.5vw,72px) clamp(28px,4.5vw,72px);position:relative;overflow:hidden}.beauty-experience-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.82) contrast(1.03)}.beauty-experience-image:after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 55%,rgba(67,12,27,.38))}.beauty-experience-image>span{position:absolute;z-index:2;right:18px;bottom:15px;color:rgba(255,255,255,.65);font:500 clamp(44px,6vw,90px)/.72 'Cormorant Garamond',serif;text-align:right}.beauty-experience-copy{padding:clamp(75px,9vw,140px) clamp(35px,7vw,105px);display:flex;flex-direction:column;justify-content:center}.beauty-experience-copy>span{color:#ddb5ba}.beauty-experience-copy h2{font-size:clamp(48px,5vw,78px);line-height:.92;margin:22px 0 25px}.beauty-experience-copy>p{font-size:11px;line-height:1.8;color:#decfd0;max-width:460px}.beauty-experience-copy ul{list-style:none;padding:0;margin:35px 0}.beauty-experience-copy li{display:grid;grid-template-columns:38px 1fr;gap:12px;border-top:1px solid rgba(255,255,255,.18);padding:18px 0}.beauty-experience-copy li>i{font-style:normal;font-size:8px;color:#d8a8b0}.beauty-experience-copy li>div{display:grid;gap:5px}.beauty-experience-copy li strong{font:500 18px 'Cormorant Garamond',serif}.beauty-experience-copy li small{font-size:8px;color:#c9b5b6}.beauty-text-button{align-self:start;border:0;border-bottom:1px solid rgba(255,255,255,.6);background:transparent;color:#fff;padding:0 0 12px;font-size:9px;font-weight:700}.beauty-text-button span{margin-left:22px;font-size:15px}
.beauty-nails{background:#ebe2d7}.beauty-nails-title{text-align:center}.beauty-nails-title h2{font-size:clamp(65px,8vw,124px);margin:21px 0 60px}.beauty-nails-layout{display:grid;grid-template-columns:.9fr 1.1fr;max-width:1200px;margin:0 auto;align-items:center}.beauty-nail-frame{height:660px;position:relative;overflow:hidden;border:12px solid var(--b-paper);box-shadow:0 30px 65px rgba(56,36,32,.16);transform:rotate(-2deg)}.beauty-nail-frame img{width:100%;height:100%;object-fit:cover;object-position:55% center;display:block}.beauty-nail-frame>span{position:absolute;bottom:13px;right:15px;background:var(--b-paper);padding:8px;font-size:7px}.beauty-nail-copy{padding:40px clamp(30px,7vw,110px)}.beauty-nail-copy blockquote{font:500 clamp(35px,4vw,56px)/1.05 'Cormorant Garamond',serif;margin:0 0 28px;color:var(--b-wine)}.beauty-nail-copy>p{font-size:11px;line-height:1.85;color:#756762}.beauty-nail-copy>div{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:31px 0}.beauty-nail-copy>div span{font-size:9px;font-weight:600}.beauty-nail-copy>div i{font-style:normal;color:var(--b-wine);margin-right:8px}
.beauty-testimonials{background:var(--b-paper)}.beauty-rating{justify-self:end;display:grid;text-align:right}.beauty-rating strong{font:500 54px/1 'Cormorant Garamond',serif}.beauty-rating span{color:var(--b-gold);font-size:9px;letter-spacing:.12em}.beauty-rating small{color:#998b86;font-size:8px;margin-top:6px}.beauty-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px}.beauty-testimonial-grid article{border:1px solid var(--b-line);padding:30px;min-height:280px;display:flex;flex-direction:column;background:#fff}.beauty-testimonial-grid article>span{color:var(--b-gold);font-size:8px;letter-spacing:.12em}.beauty-testimonial-grid article>p{font:500 24px/1.3 'Cormorant Garamond',serif;margin:30px 0}.beauty-testimonial-grid footer{display:flex;gap:11px;align-items:center;margin-top:auto}.beauty-testimonial-grid footer>i{width:38px;height:38px;border-radius:50%;background:#eee3df;color:var(--b-wine);display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:700}.beauty-testimonial-grid footer>div{display:grid;gap:3px}.beauty-testimonial-grid footer strong{font-size:9px}.beauty-testimonial-grid footer small{font-size:7px;color:#9b8e89}
.beauty-final{background:var(--b-wine-dark);color:#fff;padding:clamp(80px,10vw,150px) clamp(25px,8vw,125px);display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:end}.beauty-final-copy>span{color:#d6a8ae}.beauty-final h2{font-size:clamp(60px,7vw,105px);margin:25px 0}.beauty-final h2 em{color:#e0b6ba}.beauty-final-copy>p{color:#cdb9ba;font-size:11px;margin:0 0 30px}.beauty-book-light{background:#fff;color:var(--b-wine-dark)}.beauty-book-light:hover{background:#eadfe0;color:var(--b-wine-dark)}.beauty-final-details{display:grid;gap:0}.beauty-final-details>div{border-top:1px solid rgba(255,255,255,.18);padding:21px 0}.beauty-final-details span{font-size:7px;letter-spacing:.18em;color:#cc9ca5}.beauty-final-details p{font:500 19px/1.35 'Cormorant Garamond',serif;margin:9px 0 0}.beauty-final-details small{font:400 7px 'DM Sans',sans-serif;color:#a99094}.beauty-footer{min-height:100px;padding:25px clamp(22px,5vw,76px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#271a1c;color:#fff}.beauty-footer .beauty-logo{color:#fff}.beauty-footer p{font:italic 500 17px 'Cormorant Garamond',serif;color:#ceb9bb}.beauty-footer>span{justify-self:end;font-size:7px;color:#867477}.beauty-mobile-cta{display:none}
.beauty-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.beauty-reveal.visible{opacity:1;transform:none}.beauty-site .overlay{background:rgba(39,18,23,.76);backdrop-filter:blur(10px)}.beauty-booking-modal{width:min(780px,100%);max-height:calc(100vh - 36px);overflow:auto;background:var(--b-paper);color:var(--b-ink);padding:clamp(26px,4vw,52px);box-shadow:0 35px 100px rgba(28,8,13,.4);animation:pop .25s}.beauty-booking-modal>header{display:flex;justify-content:space-between;align-items:start}.beauty-booking-modal header span,.beauty-booking-success>span{font-size:8px;letter-spacing:.2em;color:var(--b-wine);font-weight:700}.beauty-booking-modal h2,.beauty-booking-success h2{font:500 clamp(38px,5vw,62px)/.95 'Cormorant Garamond',serif;margin:9px 0}.beauty-booking-modal header p,.beauty-booking-success p{font-size:10px;color:#7c6f6b}.beauty-booking-modal header>button{width:37px;height:37px;border:1px solid var(--b-line);background:transparent;color:var(--b-ink);font-size:19px}.beauty-booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:34px 0}.beauty-booking-grid label{display:grid;gap:7px}.beauty-booking-grid label>span{font-size:8px;font-weight:700;color:#6f605d}.beauty-booking-grid input,.beauty-booking-grid select{height:48px;border:1px solid #d8ccc5;background:#fff;padding:0 13px;border-radius:0;outline:0;color:var(--b-ink);font-size:10px}.beauty-booking-grid input:focus,.beauty-booking-grid select:focus{border-color:var(--b-wine);box-shadow:0 0 0 3px rgba(95,31,46,.08)}.beauty-booking-modal>footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--b-line);padding-top:22px}.beauty-booking-modal>footer small{max-width:380px;font-size:8px;line-height:1.55;color:#948681}.beauty-booking-success{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.beauty-booking-success>i{width:58px;height:58px;border-radius:50%;background:var(--b-wine);color:#fff;display:grid;place-items:center;font-style:normal;font-size:20px;margin-bottom:25px}.beauty-booking-success p{max-width:410px;line-height:1.7;margin-bottom:25px}.beauty-site a:focus-visible,.beauty-site button:focus-visible,.beauty-site input:focus-visible,.beauty-site select:focus-visible{outline:3px solid rgba(184,143,89,.55);outline-offset:3px}
@media(max-width:1050px){.beauty-header{grid-template-columns:1fr auto}.beauty-header nav{display:none}.beauty-header nav.open{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:0;left:0;right:0;top:87px;background:var(--b-paper);border-bottom:1px solid var(--b-line);padding:12px 24px;box-shadow:0 20px 40px rgba(54,30,29,.12)}.beauty-header nav.open a{width:100%;padding:15px 0;border-bottom:1px solid var(--b-line)}.beauty-menu{display:grid;position:absolute;right:190px;width:40px;height:40px;place-content:center;gap:6px;border:0;background:transparent}.beauty-menu span{width:21px;height:1px;background:var(--b-ink)}.beauty-hero{grid-template-columns:1fr 1fr}.beauty-hero-copy{padding:70px 42px}.beauty-hero h1{font-size:clamp(62px,8vw,84px)}.beauty-proof{gap:13px}.beauty-service-grid{grid-template-columns:1fr 1fr}.beauty-experience-copy{padding:70px 45px}.beauty-nails-layout{grid-template-columns:1fr 1fr}.beauty-nail-frame{height:560px}.beauty-nail-copy{padding:35px}.beauty-testimonial-grid article>p{font-size:21px}}
@media(max-width:760px){.beauty-header{height:72px;padding:0 18px}.beauty-logo strong{font-size:23px}.beauty-book-top{display:none}.beauty-menu{position:static;justify-self:end}.beauty-header nav.open{top:71px}.beauty-hero{display:block}.beauty-hero-copy{padding:65px 23px 55px}.beauty-hero h1{font-size:clamp(59px,18vw,82px);margin:22px 0}.beauty-hero-copy>p{font-size:12px}.beauty-hero-actions{align-items:stretch;flex-direction:column;gap:10px}.beauty-hero-actions>a{text-align:center}.beauty-proof{overflow:auto;gap:17px;margin-top:50px}.beauty-proof>div{min-width:max-content}.beauty-hero-visual{min-height:660px;padding:35px 24px}.beauty-hero-image{height:570px;width:100%;border-radius:210px 210px 12px 12px}.beauty-hours{right:14px;bottom:24px}.beauty-orbit{top:25px;left:13px}.beauty-section{padding:85px 22px}.beauty-section-head{display:block}.beauty-section-head h2{font-size:68px}.beauty-section-head>p{margin-top:27px}.beauty-service-tabs{margin-top:42px;overflow:auto}.beauty-service-tabs button{min-width:max-content}.beauty-service-grid{grid-template-columns:1fr}.beauty-service-card{min-height:235px}.beauty-service-card h3{margin-top:40px}.beauty-experience{display:block}.beauty-experience-image{height:470px;margin:0}.beauty-experience-copy{padding:80px 23px}.beauty-experience-copy h2{font-size:55px}.beauty-nails-title h2{font-size:67px;margin-bottom:42px}.beauty-nails-layout{display:block}.beauty-nail-frame{height:520px;transform:rotate(-1deg)}.beauty-nail-copy{padding:55px 4px 0}.beauty-nail-copy blockquote{font-size:42px}.beauty-testimonials .beauty-rating{justify-self:start;text-align:left;margin-top:30px}.beauty-testimonial-grid{grid-template-columns:1fr;margin-top:40px}.beauty-testimonial-grid article{min-height:245px}.beauty-final{display:block;padding:85px 23px}.beauty-final h2{font-size:68px}.beauty-final-details{margin-top:65px}.beauty-footer{grid-template-columns:1fr auto;gap:20px;padding:25px 20px 92px}.beauty-footer p{display:none}.beauty-footer>span{text-align:right}.beauty-mobile-cta{position:fixed;z-index:49;display:flex;left:12px;right:12px;bottom:10px;height:56px;border:0;background:var(--b-wine);color:#fff;align-items:center;justify-content:space-between;padding:0 22px;box-shadow:0 14px 34px rgba(54,13,23,.3);font-size:10px;font-weight:700}.beauty-booking-modal{padding:27px 21px}.beauty-booking-grid{grid-template-columns:1fr}.beauty-booking-modal>footer{align-items:stretch;flex-direction:column}.beauty-booking-modal>footer .beauty-book{width:100%}}
@media(prefers-reduced-motion:reduce){.beauty-reveal{opacity:1;transform:none;transition:none}.beauty-ribbon>div{animation:none}.beauty-book{transition:none}}

/* Bella Studio — revisão com linguagem natural e visual de negócio real */
.beauty-real{--r-bg:#f5f4f0;--r-paper:#fff;--r-ink:#20201e;--r-muted:#6f6e69;--r-clay:#a95945;--r-clay-dark:#844131;--r-line:#d9d7d0;background:var(--r-bg);color:var(--r-ink);font-family:'DM Sans',sans-serif}.beauty-real button{font-family:inherit;cursor:pointer}.beauty-real a{color:inherit}.real-site{min-height:100vh;overflow:hidden;background:var(--r-bg)}.real-topbar{height:34px;background:var(--r-ink);color:#fff;padding:0 clamp(18px,4vw,64px);display:flex;align-items:center;justify-content:space-between;font-size:10px}.real-topbar span:last-child{color:#bdbdb7}.real-header{height:78px;padding:0 clamp(18px,4vw,64px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(245,244,240,.96);border-bottom:1px solid var(--r-line);position:sticky;top:0;z-index:40;backdrop-filter:blur(12px)}.real-logo{text-decoration:none;display:flex;align-items:baseline;gap:8px;width:max-content}.real-logo strong{font:700 27px/1 Manrope,sans-serif;letter-spacing:-.08em}.real-logo span{font-size:7px;letter-spacing:.22em}.real-header nav{display:flex;gap:32px}.real-header nav a{text-decoration:none;font-size:11px;color:#4d4c48}.real-header nav a:hover{color:var(--r-clay)}.real-header-btn{justify-self:end}.real-menu{display:none}.real-btn{min-height:44px;border:1px solid var(--r-clay);background:var(--r-clay);color:#fff;padding:0 20px;font-size:10px;font-weight:700;border-radius:2px;transition:.2s}.real-btn:hover{background:var(--r-clay-dark);border-color:var(--r-clay-dark)}
.real-hero{max-width:1500px;margin:0 auto;min-height:calc(100vh - 112px);display:grid;grid-template-columns:.88fr 1.12fr;padding:clamp(24px,4vw,64px);gap:clamp(30px,5vw,80px);align-items:center}.real-hero-copy{padding:40px 0}.real-eyebrow,.real-intro>span,.real-steps header>span,.real-contact>div>span{font-size:9px;letter-spacing:.18em;font-weight:700;color:var(--r-clay)}.real-hero h1{font:600 clamp(46px,5.5vw,78px)/1.02 Manrope,sans-serif;letter-spacing:-.055em;margin:22px 0 24px;max-width:650px}.real-hero-copy>p{font-size:15px;line-height:1.7;color:var(--r-muted);max-width:520px;margin:0}.real-actions{display:flex;align-items:center;gap:24px;margin-top:33px}.real-actions>a{font-size:10px;font-weight:700;text-underline-offset:5px}.real-hero-info{display:flex;gap:24px;margin-top:52px;padding-top:20px;border-top:1px solid var(--r-line);font-size:9px;color:#66655f}.real-hero-info b{color:var(--r-clay);margin-right:6px}.real-hero-photo{height:min(72vh,720px);min-height:540px;position:relative;background:#dedbd4;overflow:hidden}.real-hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.real-hero-photo>div{position:absolute;left:22px;bottom:22px;background:rgba(255,255,255,.94);padding:16px 18px;width:250px;box-shadow:0 12px 30px #0002}.real-hero-photo>div>span{font-size:7px;letter-spacing:.15em;color:var(--r-clay)}.real-hero-photo>div strong{display:block;font-size:13px;line-height:1.35;margin:6px 0 12px}.real-hero-photo>div button{border:0;background:transparent;padding:0;font-size:9px;font-weight:700;color:var(--r-clay)}
.real-intro{max-width:1500px;margin:0 auto;padding:clamp(80px,9vw,130px) clamp(24px,6vw,90px) 45px;display:grid;grid-template-columns:.28fr .72fr;border-top:1px solid var(--r-line)}.real-intro>div{display:grid;grid-template-columns:1fr .62fr;gap:70px;align-items:end}.real-intro h2{font:600 clamp(34px,4vw,56px)/1.08 Manrope,sans-serif;letter-spacing:-.045em;margin:0;max-width:650px}.real-intro p{font-size:12px;line-height:1.7;color:var(--r-muted);margin:0}.real-services{max-width:1320px;margin:0 auto;padding:0 clamp(24px,4vw,60px) clamp(85px,10vw,145px);display:grid;grid-template-columns:1fr 1fr;column-gap:56px}.real-services article{min-height:104px;border-top:1px solid var(--r-line);display:grid;grid-template-columns:34px 1fr auto auto;gap:14px;align-items:center}.real-services article>span{font-size:8px;color:#9b9992}.real-services h3{font:600 16px Manrope,sans-serif;margin:0 0 4px}.real-services p{font-size:9px;color:var(--r-muted);margin:0}.real-services article>strong{font-size:10px;white-space:nowrap}.real-services article>button{border:0;background:transparent;color:var(--r-clay);font-size:9px;font-weight:700;padding:10px}
.real-nails{display:grid;grid-template-columns:1fr 1fr;background:#e6dfd7;min-height:760px}.real-nails-photo{min-height:620px}.real-nails-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.real-nails-copy{padding:clamp(65px,8vw,125px);display:flex;flex-direction:column;justify-content:center}.real-nails-copy h2{font:600 clamp(38px,4.5vw,64px)/1.08 Manrope,sans-serif;letter-spacing:-.045em;margin:19px 0 22px}.real-nails-copy>p{font-size:12px;line-height:1.75;color:#67635e;margin:0}.real-nails-copy ul{list-style:none;margin:30px 0;padding:0}.real-nails-copy li{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:16px 0;border-top:1px solid rgba(54,45,40,.16)}.real-nails-copy li>span{font-size:8px;color:var(--r-clay)}.real-nails-copy li>div{display:grid;gap:3px}.real-nails-copy li strong{font-size:11px}.real-nails-copy li small{font-size:9px;color:#77716c}.real-link{align-self:flex-start;border:0;border-bottom:1px solid var(--r-ink);background:transparent;padding:0 0 8px;font-size:10px;font-weight:700}.real-link span{margin-left:22px;color:var(--r-clay)}
.real-steps{max-width:1500px;margin:0 auto;padding:clamp(85px,10vw,145px) clamp(24px,6vw,90px);text-align:center}.real-steps header h2{font:600 clamp(36px,4.5vw,60px)/1.1 Manrope,sans-serif;letter-spacing:-.045em;margin:18px auto 56px}.real-steps>div{display:grid;grid-template-columns:repeat(3,1fr);max-width:1050px;margin:0 auto 42px;border-top:1px solid var(--r-line);border-bottom:1px solid var(--r-line)}.real-steps article{padding:36px 30px;min-height:190px;border-right:1px solid var(--r-line);text-align:left}.real-steps article:last-child{border-right:0}.real-steps article>b{font-size:9px;color:var(--r-clay)}.real-steps article h3{font:600 18px Manrope,sans-serif;margin:26px 0 8px}.real-steps article p{font-size:10px;color:var(--r-muted);margin:0}
.real-contact{background:#252522;color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;padding:clamp(80px,9vw,140px) clamp(24px,7vw,110px);align-items:end}.real-contact>div>span{color:#cf8b78}.real-contact h2{font:600 clamp(54px,7vw,96px)/1 Manrope,sans-serif;letter-spacing:-.06em;margin:19px 0}.real-contact>div>p{font-size:11px;color:#aaa9a3;margin:0 0 28px}.real-btn-light{background:#fff;border-color:#fff;color:#222}.real-btn-light:hover{background:#e9e8e2;border-color:#e9e8e2;color:#222}.real-contact aside>div{border-top:1px solid #4a4a45;padding:18px 0}.real-contact aside span{font-size:7px;letter-spacing:.16em;color:#aaa9a3}.real-contact aside p{font-size:12px;line-height:1.55;margin:8px 0 0}.real-contact aside small{font-size:8px;color:#898883}.real-footer{min-height:95px;background:#1a1a18;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px clamp(20px,4vw,64px);gap:20px}.real-footer .real-logo{color:#fff}.real-footer>span{font-size:8px;color:#8c8b86;text-align:center}.real-footer>small{justify-self:end;font-size:7px;color:#73726d}.real-mobile-cta{display:none}
.beauty-real .overlay{background:rgba(20,20,18,.68);backdrop-filter:blur(5px)}.real-booking{width:min(650px,100%);max-height:calc(100vh - 36px);overflow:auto;background:var(--r-bg);color:var(--r-ink);padding:clamp(24px,4vw,44px);box-shadow:0 24px 70px #0005}.real-booking>header{display:flex;justify-content:space-between;gap:20px}.real-booking header span{font-size:8px;letter-spacing:.15em;color:var(--r-clay);font-weight:700}.real-booking h2,.real-booking-success h2{font:600 clamp(30px,4vw,44px)/1.1 Manrope,sans-serif;letter-spacing:-.04em;margin:10px 0}.real-booking header>button{width:36px;height:36px;border:1px solid var(--r-line);background:transparent;font-size:18px}.real-booking-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.real-booking-fields label{display:grid;gap:6px}.real-booking-fields label>span{font-size:8px;font-weight:700}.real-booking-fields input,.real-booking-fields select{height:46px;background:#fff;border:1px solid var(--r-line);padding:0 11px;font-size:10px;outline:0}.real-booking-fields input:focus,.real-booking-fields select:focus{border-color:var(--r-clay)}.real-booking>p{font-size:8px;line-height:1.55;color:var(--r-muted)}.real-booking>button{width:100%;margin-top:13px}.real-booking-success{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.real-booking-success>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--r-clay);color:#fff;font-weight:700}.real-booking-success p{max-width:420px;font-size:10px;line-height:1.6;color:var(--r-muted)}.real-booking-success button{margin-top:16px}.beauty-real a:focus-visible,.beauty-real button:focus-visible,.beauty-real input:focus-visible,.beauty-real select:focus-visible{outline:3px solid rgba(169,89,69,.35);outline-offset:3px}
@media(max-width:980px){.real-header{grid-template-columns:1fr auto}.real-header nav{display:none}.real-header nav.open{display:flex;position:absolute;top:77px;left:0;right:0;background:var(--r-bg);padding:12px 22px;flex-direction:column;gap:0;border-bottom:1px solid var(--r-line);box-shadow:0 18px 30px #0001}.real-header nav.open a{padding:14px 0;border-bottom:1px solid var(--r-line)}.real-menu{display:grid;position:absolute;right:180px;width:38px;height:38px;border:0;background:transparent;place-content:center;gap:6px}.real-menu span{width:21px;height:1px;background:var(--r-ink)}.real-hero{grid-template-columns:1fr 1fr;gap:32px}.real-hero h1{font-size:53px}.real-intro{grid-template-columns:1fr;gap:24px}.real-intro>div{grid-template-columns:1fr .72fr}.real-services{column-gap:28px}.real-nails-copy{padding:60px 45px}.real-contact{gap:50px}}
@media(max-width:720px){.real-topbar{height:30px;justify-content:center}.real-topbar span:last-child{display:none}.real-header{height:68px;padding:0 17px}.real-header-btn{display:none}.real-menu{position:static;justify-self:end}.real-header nav.open{top:67px}.real-hero{display:flex;flex-direction:column;padding:42px 18px 60px;min-height:0;gap:42px}.real-hero-copy{padding:0}.real-hero h1{font-size:46px}.real-hero-copy>p{font-size:13px}.real-actions{align-items:stretch;flex-direction:column;gap:14px}.real-actions a{text-align:center}.real-hero-info{gap:10px;justify-content:space-between}.real-hero-photo{width:100%;height:540px;min-height:0}.real-hero-photo>div{left:12px;right:12px;bottom:12px;width:auto}.real-intro{padding:75px 20px 35px}.real-intro>div{display:block}.real-intro h2{font-size:37px}.real-intro p{margin-top:25px}.real-services{grid-template-columns:1fr;padding:0 20px 85px}.real-services article{grid-template-columns:27px 1fr auto}.real-services article>button{display:none}.real-services article>strong{font-size:9px}.real-nails{display:flex;flex-direction:column}.real-nails-photo{height:480px;min-height:0}.real-nails-copy{padding:70px 22px}.real-nails-copy h2{font-size:39px}.real-steps{padding:80px 20px}.real-steps header h2{font-size:39px}.real-steps>div{grid-template-columns:1fr}.real-steps article{min-height:150px;border-right:0;border-bottom:1px solid var(--r-line)}.real-steps article:last-child{border-bottom:0}.real-steps article h3{margin-top:18px}.real-contact{display:block;padding:80px 22px}.real-contact h2{font-size:58px}.real-contact aside{margin-top:55px}.real-footer{grid-template-columns:1fr auto;padding:24px 18px 88px}.real-footer>span{display:none}.real-mobile-cta{display:block;position:fixed;z-index:41;left:12px;right:12px;bottom:10px;height:54px;border:0;background:var(--r-clay);color:#fff;font-size:10px;font-weight:700;box-shadow:0 13px 30px #0003}.real-booking{padding:25px 20px}.real-booking-fields{grid-template-columns:1fr}}
