@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root{
  --blue:#0867f2;
  --blue-2:#0b77ff;
  --blue-dark:#07396f;
  --navy:#071525;
  --navy-2:#0b2038;
  --black:#090d13;
  --snow:#f8fafc;
  --ice:#eef3f8;
  --silver:#e5e9ef;
  --silver-2:#aeb7c3;
  --text:#0b1525;
  --muted:#627083;
  --line:#dce3ec;
  --white:#fff;
  --success:#0f9d62;
  --shadow:0 22px 50px rgba(7,21,37,.10);
  --shadow-soft:0 12px 30px rgba(7,21,37,.08);
  --radius:22px;
  --radius-sm:14px;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--snow);color:var(--text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body,button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{cursor:pointer}
.site-shell{min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#fff 0,#f8fafc 46%,#fff 100%)}

.utility-bar{background:var(--navy);color:#dce7f6;font-size:12px;letter-spacing:.02em}
.utility-inner{max-width:var(--max);margin:auto;min-height:36px;display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center;padding:0 30px}
.utility-inner span:last-child{text-align:right}.utility-center{color:#fff}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(208,217,228,.9);transition:.25s}
.site-header.scrolled{box-shadow:0 10px 32px rgba(6,20,38,.10)}
.nav-wrap{max-width:var(--max);height:92px;margin:auto;padding:0 30px;display:grid;grid-template-columns:270px 1fr 245px;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;width:max-content}.brand img{width:245px;height:74px;object-fit:contain;object-position:left center}
.nav-links{display:flex;justify-content:center;align-items:center;gap:31px;height:100%}
.nav-links a{position:relative;font-size:13px;font-weight:700;color:#243348;white-space:nowrap;padding:35px 0 32px}
.nav-links a:after{content:"";position:absolute;left:50%;right:50%;bottom:23px;height:2px;background:var(--blue);border-radius:999px;transition:.22s}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.nav-links a:hover:after,.nav-links a.active:after{left:0;right:0}
.nav-actions{display:flex;justify-content:flex-end}.header-book{height:58px;min-width:220px;border-radius:13px;background:linear-gradient(135deg,var(--blue),#0656d4);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 13px 26px rgba(8,103,242,.20);transition:.2s}
.header-book:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(8,103,242,.26)}
.header-book-icon{font-size:19px}.header-book b{display:block;text-transform:uppercase;font-size:13px;letter-spacing:.02em}.header-book small{display:block;font-size:10px;opacity:.78;margin-top:3px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:11px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:3px}

.btn{border:0;border-radius:11px;min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:13px;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0756d9);color:#fff;box-shadow:0 12px 25px rgba(8,103,242,.20)}
.btn-outline{background:#fff;border:1px solid #ccd6e3;color:#17263b}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.btn-dark{background:var(--navy);color:#fff}.btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.28)}
.text-link{font-weight:800;color:var(--blue)}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--blue);text-transform:uppercase}
.section{max-width:var(--max);margin:auto;padding:78px 30px}
.section-heading{text-align:center;max-width:820px;margin:0 auto 36px}.section-heading h2{font-family:Manrope,Inter,sans-serif;font-size:42px;line-height:1.06;letter-spacing:-.045em;margin:9px 0 13px}.section-heading p{font-size:16px;line-height:1.75;color:var(--muted);margin:0}
.section-title-row{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end;margin-bottom:32px}.section-title-row h2{font-family:Manrope,Inter,sans-serif;font-size:42px;line-height:1.08;letter-spacing:-.045em;margin:8px 0 0}.section-title-row>p{font-size:16px;line-height:1.75;color:var(--muted);margin:0}

/* HERO */
.hero-stage{background:radial-gradient(circle at 75% 28%,rgba(0,112,255,.24),transparent 30%),linear-gradient(115deg,#06121f 0,#071a2f 56%,#0a1d32 100%);color:#fff;position:relative;overflow:hidden;min-height:520px}
.hero-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,20,.96) 0%,rgba(4,15,27,.86) 45%,rgba(4,15,27,.18) 76%,rgba(4,15,27,.35) 100%);z-index:1}
.hero-stage:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,transparent,#000 42%,#000);z-index:1}
.hero-inner{position:relative;z-index:3;max-width:var(--max);margin:auto;min-height:520px;padding:42px 30px 45px;display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}
.hero-copy{padding:15px 0 20px}.hero-copy .eyebrow{color:#6ca7ff}.hero-copy h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(46px,4.7vw,76px);line-height:.96;letter-spacing:-.055em;margin:15px 0 18px;max-width:760px}.hero-copy h1 span{color:#1776ff}.hero-copy>p{font-size:17px;line-height:1.62;color:#d5e0ee;max-width:630px;margin:0 0 23px}.hero-benefits{display:flex;gap:13px 22px;flex-wrap:wrap;margin:0 0 26px}.hero-benefits span{font-size:12px;font-weight:700;color:#eef5ff;display:inline-flex;gap:8px;align-items:center}.hero-benefits span:before{content:"";width:8px;height:8px;border:2px solid #1d7cff;border-radius:50%;box-shadow:0 0 0 3px rgba(29,124,255,.12)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .btn{min-height:52px;padding:0 24px}
.hero-visual{height:400px;position:relative;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(52,135,255,.28);border-radius:50%;box-shadow:0 0 0 38px rgba(12,103,242,.04),0 0 0 78px rgba(12,103,242,.025)}
.hero-visual img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 32px rgba(0,0,0,.45));transition:opacity .18s ease,transform .55s cubic-bezier(.2,.8,.2,1)}
.hero-stage.is-changing .hero-visual img{opacity:.18;transform:translateX(22px) scale(.985)}
.hero-stage.is-changing .hero-copy{opacity:.75;transform:translateY(3px)}.hero-copy{transition:.2s}
.hero-dots{position:absolute;z-index:6;left:50%;bottom:18px;display:flex;gap:8px;transform:translateX(-50%)}.hero-dots button{width:34px;height:4px;padding:0;border:0;background:rgba(255,255,255,.45);border-radius:6px;overflow:hidden;position:relative}.hero-dots button.active{background:rgba(255,255,255,.9)}
.hero-progress-wrap{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(255,255,255,.08);z-index:7}.hero-progress{height:100%;width:0;background:var(--blue)}
@keyframes heroProgress{from{width:0}to{width:100%}}

/* quick access */
.quick-actions-wrap{position:relative;z-index:10;margin-top:-17px}.quick-actions{max-width:var(--max);margin:auto;padding:0 30px;display:grid;grid-template-columns:repeat(4,1fr)}
.quick-action{background:#fff;border:1px solid var(--line);min-height:90px;display:grid;grid-template-columns:54px 1fr 20px;gap:14px;align-items:center;padding:17px 20px;box-shadow:var(--shadow-soft);transition:.22s}.quick-action:first-child{border-radius:16px 0 0 16px}.quick-action:last-child{border-radius:0 16px 16px 0}.quick-action:hover{transform:translateY(-4px);border-color:#bfd3ee;box-shadow:var(--shadow)}
.quick-icon{width:46px;height:46px;border-radius:12px;background:#edf5ff;color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:20px}.quick-action b{display:block;font-size:13px;text-transform:uppercase}.quick-action small{display:block;color:var(--muted);line-height:1.4;margin-top:4px}.quick-action em{font-style:normal;color:var(--blue);font-size:21px}

/* specialties */
.specialties-section{background:linear-gradient(180deg,#fff,#f6f9fc)}
.specialty-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.specialty-card{position:relative;min-height:325px;border-radius:20px;overflow:hidden;color:#fff;background:#071525;box-shadow:0 15px 36px rgba(6,18,34,.13);isolation:isolate}.specialty-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .55s}.specialty-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,27,.96),rgba(4,15,27,.74) 54%,rgba(4,15,27,.16));z-index:-1}.specialty-card:hover img{transform:scale(1.04)}.specialty-content{height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:28px}.specialty-content span{font-size:10px;font-weight:800;letter-spacing:.16em;color:#7eb2ff}.specialty-content h3{font-family:Manrope,Inter,sans-serif;font-size:28px;margin:7px 0 8px}.specialty-content p{font-size:13px;line-height:1.55;color:#d8e4f3;max-width:340px;margin:0 0 15px}.specialty-content a{font-weight:800;font-size:12px;text-transform:uppercase;color:#fff}.specialty-card.primary{grid-column:span 1}.specialty-card.primary .specialty-content h3{font-size:31px}

/* process */
.process-section{background:#fff}.process-shell{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft);padding:24px 28px;display:grid;grid-template-columns:240px 1fr;gap:26px;align-items:center}.process-intro h3{font-family:Manrope,Inter,sans-serif;font-size:24px;margin:4px 0 7px}.process-intro p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}.process-list{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.process-step{position:relative;padding:11px 14px;border-left:1px solid var(--line)}.process-step strong{font-family:Manrope,Inter,sans-serif;font-size:28px;color:var(--blue);letter-spacing:-.05em}.process-step b{display:block;font-size:12px;text-transform:uppercase;margin:3px 0 5px}.process-step small{display:block;font-size:11px;line-height:1.4;color:var(--muted)}

/* trust */
.trust-strip{background:linear-gradient(135deg,var(--navy),#0b2a4e);color:#fff}.trust-grid{max-width:var(--max);padding:25px 30px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.trust-card{padding:7px 25px;border-right:1px solid rgba(255,255,255,.14)}.trust-card:last-child{border:0}.trust-card b{font-family:Manrope,Inter,sans-serif;font-size:18px;display:block}.trust-card span{font-size:12px;color:#b9c8dc;display:block;margin-top:4px;line-height:1.45}

/* office */
.office-section{background:#fff}.office-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:36px;align-items:stretch}.office-copy{background:var(--navy);color:#fff;border-radius:22px;padding:38px}.office-copy h2{font-family:Manrope,Inter,sans-serif;font-size:38px;line-height:1.05;letter-spacing:-.045em;margin:12px 0 15px}.office-copy p{font-size:15px;line-height:1.7;color:#cbd7e5}.office-copy .btn{margin-top:10px}.office-gallery{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:10px;min-height:420px}.gallery-card{border-radius:16px;overflow:hidden;position:relative;background:#dce5ef}.gallery-card:first-child{grid-row:1/3}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.gallery-card:hover img{transform:scale(1.035)}.gallery-card:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(3,11,21,.72))}.gallery-card span{position:absolute;z-index:2;bottom:16px;left:18px;color:#fff;font-weight:800;font-size:12px}

/* contact area */
.contact-hub{background:linear-gradient(180deg,#f4f7fb,#fff)}.contact-hub-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.contact-panel{border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);padding:34px}.contact-panel h2{font-family:Manrope,Inter,sans-serif;font-size:34px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 13px}.contact-panel p{color:var(--muted);line-height:1.65}.contact-lines{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.contact-line{padding:14px;border:1px solid var(--line);border-radius:12px}.contact-line small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.1em}.contact-line b{display:block;font-size:14px;margin-top:4px;line-height:1.35}.contact-actions{display:flex;gap:10px;flex-wrap:wrap}.map-frame{border-radius:22px;overflow:hidden;border:1px solid var(--line);min-height:390px;background:#dfe6ef}.map-frame iframe{width:100%;height:100%;min-height:390px;border:0}

/* subpages */
.subhero{background:linear-gradient(125deg,#061320,#0a2748);color:#fff;position:relative;overflow:hidden}.subhero:after{content:"";position:absolute;width:420px;height:420px;border:70px solid rgba(17,112,255,.08);border-radius:50%;right:-120px;top:-220px}.subhero .inner{max-width:var(--max);padding:72px 30px 68px;margin:auto;position:relative;z-index:2}.subhero h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-.05em;max-width:850px;margin:11px 0}.subhero p{max-width:760px;color:#cbd8e7;line-height:1.7;font-size:16px}
.service-feature{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-bottom:22px;background:#fff;box-shadow:var(--shadow-soft)}.service-feature.reverse .service-image{order:2}.service-feature.reverse .service-copy{order:1}.service-image{min-height:390px;background:#0a1828}.service-image img{width:100%;height:100%;object-fit:cover}.service-copy{padding:42px;align-self:center}.service-copy h2{font-family:Manrope,Inter,sans-serif;font-size:38px;letter-spacing:-.04em;margin:10px 0 12px}.service-copy p{color:var(--muted);line-height:1.72}.symptoms{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 23px}.symptoms span{font-size:12px;padding:10px 12px;border:1px solid var(--line);background:#f8fafc;border-radius:9px;font-weight:700}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:25px;box-shadow:0 8px 22px rgba(7,21,37,.05)}.service-card h3{font-family:Manrope,Inter,sans-serif;font-size:21px;margin:11px 0 8px}.service-card p{color:var(--muted);line-height:1.6;font-size:13px}.service-icon{width:42px;height:42px;border-radius:11px;background:#edf5ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow-soft)}
.info-list{display:grid;gap:9px}.info-list>div{border:1px solid var(--line);background:#f9fbfd;border-radius:12px;padding:14px;line-height:1.45}
.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:18px}.location-placeholder{min-height:380px;background:linear-gradient(135deg,#e9eef5,#d7e0eb);border-radius:20px;display:grid;place-items:center;text-align:center;color:#536277;padding:25px}

/* forms / booking */
.booking-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;align-items:start}.booking-form{display:grid;gap:15px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#536174;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #cfd9e5;border-radius:10px;background:#fff;padding:12px 13px;color:var(--text);outline:none}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#6ca7ff;box-shadow:0 0 0 3px rgba(8,103,242,.10)}
.service-picker{width:100%;border:1px solid #cfd9e5;background:#fff;border-radius:11px;padding:13px;text-align:left;display:flex;justify-content:space-between;align-items:center}.service-picker strong{display:block}.service-picker small{display:block;color:var(--muted);margin-top:4px}.service-picker b{font-size:24px;color:var(--blue)}
.slots{display:flex;gap:8px;flex-wrap:wrap}.slot{border:1px solid #cfd9e5;background:#fff;padding:9px 12px;border-radius:9px;font-weight:800;font-size:12px}.slot.active{background:var(--blue);color:#fff;border-color:var(--blue)}.slot-help{font-size:12px;color:var(--muted)}.booking-message{padding:13px;border-radius:10px;background:#edf8f3;color:#10734a;font-size:13px;line-height:1.5}
.sheet-backdrop{position:fixed;inset:0;background:rgba(5,13,24,.58);z-index:100;display:none;align-items:flex-end;justify-content:center}.sheet-backdrop.open{display:flex}.service-sheet{background:#fff;width:min(720px,100%);border-radius:20px 20px 0 0;max-height:82vh;overflow:auto;padding:21px}.sheet-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:14px;border-bottom:1px solid var(--line)}.close-btn{border:0;background:#eef2f7;width:36px;height:36px;border-radius:50%;font-size:21px}.sheet-list{display:grid;gap:9px;padding-top:13px}.sheet-item{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;text-align:left;display:flex;justify-content:space-between;gap:12px}.sheet-item:hover{border-color:#7aaff7;background:#f6faff}

/* footer */
.site-footer{background:var(--navy);color:#d4deeb}.footer-main{max-width:var(--max);margin:auto;padding:46px 30px 34px;display:grid;grid-template-columns:1.4fr .65fr .75fr 1fr;gap:46px}.footer-about img{width:240px;height:84px;object-fit:contain;object-position:left center;filter:drop-shadow(0 8px 12px rgba(0,0,0,.25))}.footer-about p{font-size:13px;line-height:1.65;max-width:420px;color:#aebdce}.footer-wa{color:#fff;font-weight:800;font-size:13px}.footer-column{display:flex;flex-direction:column;gap:10px;font-size:12px}.footer-column strong{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:5px}.footer-column a:hover{color:#6ca7ff}.footer-contact span{color:#aebdce;line-height:1.4}.footer-bottom{max-width:var(--max);margin:auto;padding:18px 30px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:11px;color:#889ab0}
.whatsapp-float{position:fixed;right:21px;bottom:23px;z-index:55;display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:999px;background:#12aa65;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.20);max-width:50px;overflow:hidden;transition:.28s}.whatsapp-float span{min-width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:18px}.whatsapp-float b{white-space:nowrap;font-size:12px;padding-right:6px}.whatsapp-float:hover{max-width:170px}
.store-peek{position:fixed;right:0;top:32%;z-index:80;width:6px;height:120px;background:var(--navy);border-radius:12px 0 0 12px;transition:.25s;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.14);color:#fff}.store-peek:hover,.store-peek:focus{width:122px}.store-peek-rail{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}.store-peek-lock{position:absolute;right:0;top:11px;width:34px;text-align:center;opacity:.9}.store-peek-label{position:absolute;left:18px;bottom:14px;font-size:11px;font-weight:800;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap}.store-peek:hover .store-peek-label{writing-mode:horizontal-tb;transform:none;left:20px;bottom:50px}.mobile-bar{display:none}

/* reveal */
.reveal-item{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal-item.in-view{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal-item{opacity:1;transform:none}}

@media (max-width:1120px){
 .utility-inner{grid-template-columns:1fr 1fr}.utility-center{display:none}.nav-wrap{grid-template-columns:230px 1fr 190px}.brand img{width:210px}.nav-links{gap:17px}.nav-links a{font-size:12px}.header-book{min-width:180px}.hero-copy h1{font-size:54px}.process-shell{grid-template-columns:1fr}.process-list{grid-template-columns:repeat(5,1fr)}
}
@media (max-width:900px){
 .utility-bar{display:none}.nav-wrap{height:76px;grid-template-columns:1fr auto}.brand img{width:190px;height:60px}.nav-actions{display:none}.menu-toggle{display:block}.nav-links{position:absolute;top:76px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:10px;display:none;flex-direction:column;gap:0;height:auto;align-items:stretch}.site-header.open .nav-links{display:flex}.nav-links a{padding:13px 12px}.nav-links a:after{display:none}
 .hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:50px}.hero-stage:before{background:linear-gradient(180deg,rgba(4,15,27,.98),rgba(4,15,27,.86) 62%,rgba(4,15,27,.4))}.hero-copy{padding-bottom:0}.hero-visual{height:320px}.hero-copy h1{font-size:50px}.quick-actions{grid-template-columns:1fr 1fr}.quick-action:first-child{border-radius:15px 0 0 0}.quick-action:nth-child(2){border-radius:0 15px 0 0}.quick-action:nth-child(3){border-radius:0 0 0 15px}.quick-action:last-child{border-radius:0 0 15px 0}.specialty-grid{grid-template-columns:1fr 1fr}.specialty-card:last-child{grid-column:span 2}.process-list{grid-template-columns:1fr 1fr}.process-step{border-top:1px solid var(--line)}.trust-grid{grid-template-columns:1fr 1fr;gap:15px}.trust-card:nth-child(2){border-right:0}.office-layout,.contact-hub-grid,.service-feature,.booking-grid,.contact-grid{grid-template-columns:1fr}.service-feature.reverse .service-image,.service-feature.reverse .service-copy{order:initial}.office-gallery{min-height:350px}.footer-main{grid-template-columns:1.4fr 1fr 1fr}.footer-contact{grid-column:1/-1}.section-title-row{grid-template-columns:1fr;gap:15px}.service-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
 body{padding-bottom:64px}.nav-wrap{padding:0 16px}.brand img{width:168px}.hero-inner{padding:42px 18px 32px;gap:10px}.hero-copy h1{font-size:42px;line-height:.98}.hero-copy>p{font-size:15px}.hero-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-actions .btn{flex:1}.hero-visual{height:250px}.hero-visual:before{width:260px;height:260px}.quick-actions{padding:0 14px;grid-template-columns:1fr;margin-top:0}.quick-action,.quick-action:first-child,.quick-action:nth-child(2),.quick-action:nth-child(3),.quick-action:last-child{border-radius:12px;margin-top:7px}.section{padding:58px 18px}.section-heading h2,.section-title-row h2{font-size:34px}.specialty-grid{grid-template-columns:1fr}.specialty-card:last-child{grid-column:auto}.specialty-card{min-height:285px}.process-shell{padding:20px}.process-list{grid-template-columns:1fr}.process-step{border-left:0}.trust-grid{grid-template-columns:1fr;padding:22px 18px}.trust-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:14px 0}.office-layout{gap:12px}.office-copy{padding:27px}.office-copy h2{font-size:31px}.office-gallery{grid-template-columns:1fr 1fr;grid-template-rows:230px 150px;min-height:0}.gallery-card:first-child{grid-column:1/3;grid-row:auto}.contact-panel{padding:25px}.contact-lines{grid-template-columns:1fr}.subhero .inner{padding:54px 18px}.service-copy{padding:26px}.service-copy h2{font-size:31px}.service-image{min-height:250px}.symptoms{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;padding:38px 18px}.footer-bottom{padding:17px 18px;display:grid;gap:6px}.whatsapp-float{bottom:76px}.store-peek{top:auto;bottom:78px;height:38px;width:38px;border-radius:12px 0 0 12px}.store-peek-label,.store-peek-rail{display:none}.store-peek-lock{position:static;width:38px;height:38px;display:grid;place-items:center}.store-peek:hover,.store-peek:focus{width:38px}.mobile-bar{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;position:fixed;z-index:70;left:0;right:0;bottom:0;padding:8px 12px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid var(--line)}.mobile-bar a{min-height:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;font-weight:800;font-size:12px}.mobile-bar-main{background:var(--blue);color:#fff!important;border-color:var(--blue)!important}
}

/* ===== TG 6.1 · FULL WIDTH / LEITURA EXECUTIVA ===== */
:root{--max:1760px;--site-pad:clamp(24px,4.5vw,86px)}
body{font-size:16px}
.utility-bar{font-size:13px}.utility-inner{max-width:none;padding:0 var(--site-pad);min-height:40px}
.nav-wrap{max-width:none;padding:0 var(--site-pad);height:104px;grid-template-columns:minmax(260px,340px) 1fr minmax(220px,270px)}
.brand img{width:290px;height:82px}.nav-links{gap:clamp(22px,2.2vw,42px)}.nav-links a{font-size:15px;padding:40px 0 37px}.header-book{min-width:235px;height:62px}.header-book b{font-size:14px}.header-book small{font-size:11px}
.btn{font-size:15px;min-height:52px;padding:0 22px}.eyebrow{font-size:12px}
.hero-stage,.hero-inner{min-height:min(680px,72vh)}.hero-inner{max-width:none;padding:50px var(--site-pad) 54px;grid-template-columns:minmax(520px,1fr) minmax(520px,1.08fr);gap:52px}
.hero-copy h1{font-size:clamp(58px,5vw,92px);max-width:860px}.hero-copy>p{font-size:19px;max-width:720px}.hero-benefits span{font-size:14px}.hero-visual{height:min(530px,56vh)}.hero-visual:before{width:520px;height:520px}
.quick-actions{max-width:none;padding:0 var(--site-pad)}.quick-action{min-height:108px;padding:20px 24px}.quick-action b{font-size:15px}.quick-action small{font-size:13px}.quick-icon{width:52px;height:52px;font-size:22px}
.section{max-width:none;width:100%;padding:94px var(--site-pad)}.section-heading{max-width:980px;margin-bottom:46px}.section-heading h2,.section-title-row h2{font-size:clamp(42px,3.3vw,58px)}.section-heading p,.section-title-row>p{font-size:18px}.section-title-row{grid-template-columns:1.15fr .85fr;gap:clamp(50px,7vw,120px)}
.specialty-grid{gap:22px}.specialty-card{min-height:410px}.specialty-content{padding:36px}.specialty-content span{font-size:12px}.specialty-content h3,.specialty-card.primary .specialty-content h3{font-size:34px}.specialty-content p{font-size:15px;max-width:430px}.specialty-content a{font-size:14px}
.process-shell{padding:30px 34px;grid-template-columns:290px 1fr}.process-intro h3{font-size:25px}.process-intro p{font-size:14px}.process-step strong{font-size:15px}.process-step span{font-size:12px}
.subhero .inner{max-width:none!important;padding-left:var(--site-pad)!important;padding-right:var(--site-pad)!important}.subhero h1{font-size:clamp(44px,4vw,68px)!important}.subhero p{font-size:18px!important;max-width:900px!important}
.content-card{padding:32px!important}.content-card h2{font-size:38px!important}.content-card p,.info-list span{font-size:15px!important}.info-list strong{font-size:16px!important}
.booking-grid,.trust-grid{max-width:none!important}.field label{font-size:14px}.field input,.field select,.field textarea{font-size:16px;padding:14px 15px}
.site-footer{font-size:14px}.footer-grid{max-width:none!important;padding-left:var(--site-pad)!important;padding-right:var(--site-pad)!important}
@media(max-width:1100px){.hero-inner{grid-template-columns:1fr;min-height:auto}.hero-stage{min-height:auto}.hero-visual{height:430px}.nav-wrap{grid-template-columns:1fr auto}.nav-links,.nav-actions{display:none}.menu-toggle{display:block}.specialty-grid{grid-template-columns:1fr 1fr}.specialty-grid .specialty-card:last-child{grid-column:1/-1}}
@media(max-width:720px){:root{--site-pad:18px}.utility-inner{display:none}.nav-wrap{height:78px}.brand img{width:210px;height:60px}.hero-inner{padding-top:34px}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:17px}.hero-visual{height:330px}.quick-actions{grid-template-columns:1fr 1fr}.quick-action:first-child,.quick-action:last-child{border-radius:0}.section{padding-top:68px;padding-bottom:68px}.specialty-grid{grid-template-columns:1fr}.specialty-grid .specialty-card:last-child{grid-column:auto}.specialty-card{min-height:350px}.section-title-row{grid-template-columns:1fr;gap:18px}}

/* acompanhamento do veículo */
.tracking-public-grid{align-items:stretch}.tracking-local-note{font-size:13px;color:#6c7888;line-height:1.6;margin-top:16px}.tracking-mini-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0}.tracking-mini-flow span{border:1px solid #dce5f0;background:#f7faff;border-radius:9px;padding:10px 8px;text-align:center;font-size:12px;font-weight:750;color:#38516f}.tracking-result{margin-top:28px;scroll-margin-top:130px}.public-track-card{background:#fff;border:1px solid #dce4ed;border-radius:22px;box-shadow:0 18px 46px rgba(7,21,37,.09);padding:30px}.public-track-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.public-track-head h2{font:800 32px/1.1 Manrope,Inter,sans-serif;margin:8px 0}.public-track-head p{color:#66758a;margin:0}.public-track-status{background:#eaf2ff;color:#075fdf;border-radius:999px;padding:10px 15px;font-weight:850;font-size:14px}.public-track-flow{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;margin:30px 0 25px;overflow-x:auto}.public-track-step{position:relative;min-width:105px;display:grid;justify-items:center;gap:7px;color:#8895a7}.public-track-step:not(:last-child):after{content:"";position:absolute;left:62%;right:-45%;top:18px;height:3px;background:#e6ebf1}.public-track-step i{position:relative;z-index:1;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f2f5f8;border:2px solid #dfe5ec;font-style:normal;font-weight:850}.public-track-step span{font-size:12px;font-weight:750;white-space:nowrap}.public-track-step.done i{background:#eaf8f1;border-color:#6dd39f;color:#067647}.public-track-step.done:not(:last-child):after{background:#6dd39f}.public-track-step.current i{background:#0867f2;border-color:#0867f2;color:#fff;box-shadow:0 0 0 5px rgba(8,103,242,.12)}.public-track-step.current span{color:#0867f2}.public-track-info{display:grid;grid-template-columns:1fr 1fr;gap:12px}.public-track-info>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:16px}.public-track-info>div.wide{grid-column:1/-1}.public-track-info span{display:block;color:#778599;font-size:12px;margin-bottom:6px}.public-track-info b{font-size:16px;line-height:1.5}.public-track-done{margin-top:16px;background:#eaf8f1;color:#067647;padding:14px 16px;border-radius:12px;font-weight:800}.public-track-error{background:#fff0ef;color:#b42318;border:1px solid #ffd4cf;border-radius:12px;padding:16px;font-weight:750}
@media(max-width:760px){.tracking-mini-flow{grid-template-columns:1fr 1fr}.public-track-card{padding:20px}.public-track-head{display:grid}.public-track-head h2{font-size:25px}.public-track-info{grid-template-columns:1fr}.public-track-info>div.wide{grid-column:auto}}

/* ===== TG 6.2 · MOBILE FIRST PREMIUM ===== */
@media (max-width:720px){
  :root{--site-pad:18px;--mobile-header:68px}
  html{scroll-padding-top:calc(var(--mobile-header) + 8px)}
  body{padding-bottom:78px;background:#fff;color:#0b1525;overflow-x:hidden}
  .site-shell{overflow:visible;background:#fff}
  .utility-bar{display:none!important}
  .site-header{height:var(--mobile-header);background:rgba(255,255,255,.985);backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(16,24,40,.08)}
  .nav-wrap{height:var(--mobile-header);padding:0 14px 0 16px;grid-template-columns:minmax(0,1fr) 48px;gap:8px}
  .brand{min-width:0;max-width:205px;height:58px;overflow:hidden}
  .brand img{width:184px!important;height:56px!important;object-fit:contain;object-position:left center}
  .brand-fallback{display:none;align-items:center;gap:9px;font:800 13px/1.05 Manrope,Inter,sans-serif;color:#081525;letter-spacing:-.02em}
  .brand-fallback i{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#1769ff,#07396f);color:#fff;display:grid;place-items:center;font-style:normal;font-size:16px;box-shadow:0 8px 18px rgba(23,105,255,.22)}
  .menu-toggle{display:grid!important;place-content:center;width:48px;height:48px;border-radius:15px;border:1px solid #dbe3ec;background:#fff;box-shadow:0 5px 16px rgba(17,24,39,.06);padding:0;position:relative;z-index:95}
  .menu-toggle span{width:21px;height:2px;margin:2.5px 0;background:#0b1d33;transition:.22s}
  .site-header.open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .site-header.open .menu-toggle span:nth-child(2){opacity:0}
  .site-header.open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .nav-actions{display:none!important}
  .nav-links{display:flex!important;position:fixed!important;top:var(--mobile-header)!important;right:0!important;left:auto!important;bottom:0!important;width:min(88vw,360px)!important;height:auto!important;background:#fff!important;border:0!important;border-left:1px solid #e3e8ef!important;border-radius:0!important;box-shadow:-24px 0 55px rgba(7,21,37,.16)!important;padding:18px 18px calc(28px + env(safe-area-inset-bottom))!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:4px!important;transform:translateX(104%);transition:transform .28s cubic-bezier(.2,.8,.2,1);z-index:92}
  .site-header.open .nav-links{transform:translateX(0)}
  .nav-links a{font-size:17px!important;line-height:1.2!important;font-weight:760!important;color:#152238!important;padding:15px 12px!important;border-radius:11px!important;min-height:50px;display:flex;align-items:center}
  .nav-links a.active{background:#edf4ff!important;color:#075fdf!important}
  .nav-links a:hover{background:#f5f8fc}
  .nav-links a:after{display:none!important}
  .nav-links .mobile-menu-cta{margin-top:12px;background:linear-gradient(135deg,#1769ff,#0758d7)!important;color:#fff!important;justify-content:center;box-shadow:0 10px 22px rgba(23,105,255,.20)}
  .nav-links .mobile-menu-wa{border:1px solid #dce4ed;justify-content:center;color:#075fdf!important}
  body.menu-open{overflow:hidden}
  body.menu-open:after{content:"";position:fixed;inset:var(--mobile-header) 0 0;background:rgba(4,14,25,.48);backdrop-filter:blur(2px);z-index:88}

  .hero-stage{min-height:auto!important;background:linear-gradient(145deg,#061321 0,#071a2e 68%,#0a2540 100%);border-radius:0 0 26px 26px;overflow:hidden}
  .hero-stage:before{background:radial-gradient(circle at 88% 74%,rgba(18,105,255,.18),transparent 34%),linear-gradient(180deg,rgba(4,15,27,.20),rgba(4,15,27,.04))}
  .hero-stage:after{background-size:28px 28px;opacity:.72;mask-image:none}
  .hero-inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;min-height:0!important;padding:34px 20px 24px!important}
  .hero-copy{padding:0!important;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:3}
  .hero-copy .eyebrow{font-size:10px!important;line-height:1.4;letter-spacing:.15em;margin-bottom:12px;color:#79adff}
  .hero-copy h1{font-size:clamp(36px,10.2vw,44px)!important;line-height:.98!important;letter-spacing:-.055em!important;margin:0 0 15px!important;max-width:12ch;text-wrap:balance}
  .hero-copy h1 span{display:block;color:#277cff}
  .hero-copy>p{font-size:16px!important;line-height:1.55!important;color:#c8d5e5!important;max-width:34ch!important;margin:0 0 18px!important}
  .hero-benefits{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin:0 0 18px!important}
  .hero-benefits span{font-size:11px!important;line-height:1.2!important;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);color:#e9f2ff!important}
  .hero-benefits span:before{width:6px;height:6px;border-width:1.5px;box-shadow:none}
  .hero-benefits span:nth-child(n+3){display:none}
  .hero-actions{width:100%;display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .hero-actions .btn{width:100%;min-height:54px!important;border-radius:13px!important;font-size:15px!important;padding:0 18px!important}
  .hero-actions .btn-ghost{display:none!important}
  .hero-visual{height:205px!important;width:100%;margin:2px auto 0;order:2;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
  .hero-visual:before{width:230px!important;height:230px!important;opacity:.55}
  .hero-visual img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important;filter:drop-shadow(0 18px 22px rgba(0,0,0,.36))}
  .hero-dots{bottom:10px!important;gap:6px}.hero-dots button{width:25px;height:3px}.hero-progress-wrap{display:none}

  .quick-actions-wrap{margin:0!important;padding-top:12px;background:#fff}
  .quick-actions{padding:0 14px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .quick-action,.quick-action:first-child,.quick-action:nth-child(2),.quick-action:nth-child(3),.quick-action:last-child{min-height:82px!important;margin:0!important;border-radius:14px!important;padding:13px 12px!important;display:grid!important;grid-template-columns:36px 1fr!important;gap:9px!important;box-shadow:0 7px 20px rgba(7,21,37,.06)!important}
  .quick-icon{width:36px!important;height:36px!important;border-radius:10px!important;font-size:16px!important}
  .quick-action b{font-size:12px!important;text-transform:none!important;line-height:1.2}.quick-action small{font-size:10px!important;line-height:1.35!important;margin-top:3px}.quick-action em{display:none}

  .section{padding:52px 18px!important}
  .section-heading{text-align:left!important;margin-bottom:25px!important}.section-heading h2,.section-title-row h2{font-size:32px!important;line-height:1.05!important;margin-top:7px!important}.section-heading p,.section-title-row>p{font-size:15px!important;line-height:1.62!important}
  .specialty-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px!important;margin-right:-18px;padding-right:18px;padding-bottom:7px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.specialty-grid::-webkit-scrollbar{display:none}.specialty-card,.specialty-grid .specialty-card:last-child{flex:0 0 86vw!important;min-height:310px!important;scroll-snap-align:start;grid-column:auto!important;border-radius:18px!important}.specialty-content{padding:24px!important}.specialty-content h3,.specialty-card.primary .specialty-content h3{font-size:28px!important}.specialty-content p{font-size:14px!important;line-height:1.55!important}
  .process-shell{padding:22px 18px!important;border-radius:18px!important;gap:18px!important}.process-intro h3{font-size:25px!important}.process-intro p{font-size:14px!important;line-height:1.55}.process-list{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.process-step{grid-template-columns:46px 1fr!important;grid-template-rows:auto auto!important;display:grid!important;column-gap:12px!important;text-align:left!important;padding:15px 0!important;border-left:0!important;border-top:1px solid #edf1f5!important}.process-step:first-child{border-top:0!important}.process-step strong{grid-row:1/3;font-size:21px!important;color:#1769ff}.process-step b{font-size:15px!important}.process-step small{font-size:12px!important;line-height:1.45!important;color:#68768a}
  .trust-grid{padding:18px!important;gap:0!important}.trust-card{padding:16px 0!important}.trust-card b{font-size:15px!important}.trust-card span{font-size:13px!important;line-height:1.5!important}
  .office-copy,.contact-panel{padding:24px!important;border-radius:18px!important}.office-copy h2,.contact-panel h2{font-size:30px!important;line-height:1.06!important}.office-copy p,.contact-panel p{font-size:15px!important;line-height:1.62!important}.office-gallery{display:flex!important;overflow-x:auto!important;gap:10px!important;min-height:0!important;grid-template-columns:none!important;grid-template-rows:none!important;margin-right:-18px;padding-right:18px;scroll-snap-type:x mandatory;scrollbar-width:none}.office-gallery::-webkit-scrollbar{display:none}.gallery-card,.gallery-card:first-child{flex:0 0 82vw!important;height:220px!important;grid-column:auto!important;grid-row:auto!important;scroll-snap-align:start;border-radius:16px!important}
  .contact-hub-grid{gap:12px!important}.contact-lines{grid-template-columns:1fr!important;gap:8px!important}.contact-line{padding:12px 0!important}.contact-line small{font-size:11px!important}.contact-line b{font-size:14px!important}.contact-actions{display:grid!important;grid-template-columns:1fr!important}.contact-actions .btn{width:100%}.map-frame{min-height:300px!important;border-radius:18px!important}
  .site-footer{margin-bottom:0}.footer-main{padding:34px 18px 26px!important;gap:28px!important}.footer-about img{width:210px!important}.footer-about p{font-size:14px!important}.footer-column{font-size:13px!important}.footer-bottom{padding-bottom:26px!important}
  .whatsapp-float{display:none!important}
  .store-peek{bottom:86px!important;width:34px!important;height:34px!important;opacity:.55}.store-peek-lock{width:34px!important;height:34px!important}.store-peek:hover,.store-peek:focus{width:34px!important;opacity:1}
  .mobile-bar{display:grid!important;grid-template-columns:1fr 1.35fr!important;gap:8px!important;position:fixed;z-index:89;left:0;right:0;bottom:0;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);backdrop-filter:blur(18px);border-top:1px solid #dbe3ec;box-shadow:0 -10px 26px rgba(7,21,37,.08)}
  .mobile-bar a{min-height:52px!important;border-radius:13px!important;font-size:14px!important;box-shadow:none!important}
  .mobile-bar .mobile-bar-wa{background:#0c9f5b!important;color:#fff!important;border-color:#0c9f5b!important}
  .mobile-bar .mobile-bar-main{background:linear-gradient(135deg,#1769ff,#0758d7)!important;color:#fff!important;border-color:#1769ff!important}

  .subhero .inner{padding:38px 18px 34px!important}.subhero h1{font-size:36px!important;line-height:1.03!important}.subhero p{font-size:16px!important;line-height:1.55!important}.content-card{padding:22px!important;border-radius:17px!important}.content-card h2{font-size:28px!important}.content-card p,.info-list span{font-size:15px!important}.info-list strong{font-size:15px!important}.booking-grid,.contact-grid{gap:12px!important}.field label{font-size:12px!important}.field input,.field select,.field textarea{min-height:50px;font-size:16px!important}.service-picker{min-height:58px}.slot{min-width:58px;min-height:46px;font-size:14px!important}.sheet-item{min-height:64px;padding:15px!important}.close-btn{width:44px;height:44px}.btn{min-height:50px;font-size:15px!important}
}

@media (max-width:380px){
  .brand img{width:155px!important}.hero-copy h1{font-size:34px!important}.hero-inner{padding-left:16px!important;padding-right:16px!important}.quick-actions{padding-left:10px!important;padding-right:10px!important}.quick-action{grid-template-columns:32px 1fr!important;padding:11px 9px!important}.quick-icon{width:32px!important;height:32px!important}.quick-action small{display:none}.specialty-card{flex-basis:89vw!important}.mobile-bar a{font-size:13px!important}
}

/* TG 6.4 — acesso interno discreto no topo. Mantém login como barreira real; a carenagem é apenas visual. */
.store-peek{position:fixed!important;left:50%!important;right:auto!important;top:0!important;bottom:auto!important;transform:translateX(-50%)!important;width:54px!important;height:5px!important;border-radius:0 0 8px 8px!important;background:rgba(6,20,36,.22)!important;box-shadow:none!important;overflow:hidden!important;opacity:.16!important;transition:width .2s ease,height .2s ease,opacity .2s ease,background .2s ease!important;z-index:120!important;color:#fff!important}
.store-peek:hover,.store-peek:focus-visible{width:132px!important;height:34px!important;opacity:1!important;background:#071525!important;box-shadow:0 8px 22px rgba(7,21,37,.18)!important;outline:none!important}
.store-peek-rail{position:absolute!important;left:0!important;right:0!important;top:0!important;width:auto!important;height:3px!important;background:#1769ff!important;display:block!important}
.store-peek-lock{position:absolute!important;left:10px!important;right:auto!important;top:8px!important;width:18px!important;height:18px!important;display:grid!important;place-items:center!important;font-size:11px!important;opacity:.9!important}
.store-peek-label{position:absolute!important;left:34px!important;top:9px!important;bottom:auto!important;font-size:10px!important;font-weight:800!important;writing-mode:horizontal-tb!important;transform:none!important;white-space:nowrap!important;opacity:0!important;transition:opacity .15s ease!important}
.store-peek:hover .store-peek-label,.store-peek:focus-visible .store-peek-label{opacity:1!important}
@media(max-width:640px){.store-peek{left:74%!important;width:48px!important;height:14px!important;opacity:1!important;background:transparent!important;box-shadow:none!important}.store-peek:after{content:"";position:absolute;top:0;left:12px;width:24px;height:2px;border-radius:0 0 3px 3px;background:#1769ff;opacity:.08}.store-peek:hover,.store-peek:focus-visible{width:48px!important;height:14px!important;opacity:1!important;background:transparent!important;box-shadow:none!important}.store-peek-lock,.store-peek-label,.store-peek-rail{display:none!important}}

/* ===== TG 6.4.1 · CARENAGEM ÁREA DA LOJA (LP GRILL STYLE) ===== */
.store-peek{
  position:fixed!important;
  left:auto!important;
  right:clamp(18px,3.2vw,52px)!important;
  top:0!important;
  bottom:auto!important;
  transform:none!important;
  width:34px!important;
  height:7px!important;
  border-radius:0 0 7px 7px!important;
  background:rgba(23,105,255,.48)!important;
  box-shadow:0 1px 5px rgba(7,21,37,.12)!important;
  overflow:hidden!important;
  opacity:.72!important;
  transition:width .2s ease,height .2s ease,opacity .2s ease,background .2s ease,box-shadow .2s ease!important;
  z-index:9999!important;
  color:#fff!important;
}
.store-peek:hover,.store-peek:focus-visible{
  width:118px!important;
  height:31px!important;
  opacity:1!important;
  background:#071525!important;
  box-shadow:0 8px 24px rgba(7,21,37,.22)!important;
  outline:none!important;
}
.store-peek-rail{
  position:absolute!important;
  left:0!important;right:0!important;top:0!important;
  width:auto!important;height:3px!important;
  display:block!important;background:#1769ff!important;
}
.store-peek-lock{
  position:absolute!important;
  left:10px!important;right:auto!important;top:7px!important;
  width:17px!important;height:17px!important;
  display:grid!important;place-items:center!important;
  font-size:10px!important;opacity:0!important;
  transition:opacity .12s ease!important;
}
.store-peek-label{
  position:absolute!important;
  left:29px!important;top:8px!important;bottom:auto!important;
  font-size:10px!important;font-weight:800!important;
  writing-mode:horizontal-tb!important;transform:none!important;
  white-space:nowrap!important;opacity:0!important;
  transition:opacity .12s ease!important;
}
.store-peek:hover .store-peek-lock,.store-peek:focus-visible .store-peek-lock,
.store-peek:hover .store-peek-label,.store-peek:focus-visible .store-peek-label{opacity:1!important}
@media(max-width:640px){
  .store-peek{
    right:12px!important;left:auto!important;top:0!important;
    width:28px!important;height:6px!important;
    opacity:.42!important;background:#1769ff!important;
    border-radius:0 0 6px 6px!important;
  }
  .store-peek:hover,.store-peek:focus-visible{
    width:28px!important;height:6px!important;opacity:.75!important;background:#1769ff!important;box-shadow:none!important;
  }
  .store-peek-lock,.store-peek-label,.store-peek-rail{display:none!important}
}


/* ===== TG 6.4.2 · POLIMENTO COMERCIAL / CORREÇÕES DE SOBREPOSIÇÃO =====
   Camada somente visual. Não altera IDs, links, eventos, agenda, OS, estoque ou caixa. */

/* Corrige o texto de fallback que ficava visível junto com a logo no desktop. */
.brand-fallback{display:none}

/* Cabeçalho mais limpo: logo quadrada, navegação respirando e CTA preservado. */
@media (min-width:1101px){
  .nav-wrap{
    height:88px;
    grid-template-columns:92px minmax(0,1fr) 228px;
    gap:24px;
    padding-left:var(--site-pad);
    padding-right:var(--site-pad);
  }
  .brand{width:76px;height:76px;overflow:hidden}
  .brand img{width:72px;height:72px;object-fit:cover;object-position:center;border-radius:9px}
  .nav-links{gap:clamp(18px,1.55vw,30px);min-width:0}
  .nav-links a{font-size:13px;padding:32px 0 29px}
  .nav-links a:after{bottom:22px}
  .header-book{min-width:218px;height:56px}
}

/* Hero: menos texto, mais leitura comercial e imagem com mais protagonismo. */
@media (min-width:1101px){
  .hero-stage,.hero-inner{min-height:540px}
  .hero-inner{
    grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);
    gap:clamp(34px,4vw,68px);
    padding-top:42px;
    padding-bottom:46px;
  }
  .hero-copy{max-width:690px;padding:0}
  .hero-copy .eyebrow{font-size:11px;letter-spacing:.17em}
  .hero-copy h1{
    font-size:clamp(46px,4.25vw,72px);
    line-height:.96;
    max-width:19ch;
    margin:13px 0 16px;
    text-wrap:balance;
  }
  .hero-copy>p{font-size:17px;line-height:1.55;max-width:34ch;margin-bottom:22px}
  .hero-benefits{display:none}
  .hero-actions{gap:10px}
  .hero-actions .btn{min-height:50px;padding:0 22px}
  .hero-visual{height:430px}
  .hero-visual:before{width:420px;height:420px}
}

/* Imagens dos cards já possuem texto gravado. Esta máscara elimina a disputa visual
   sem trocar assets ou mexer nos links/conteúdo funcional dos cards. */
.specialty-card img{
  opacity:.42;
  filter:saturate(.84) contrast(1.05) brightness(.72);
  transform:scale(1.035);
}
.specialty-card:after{
  background:linear-gradient(90deg,rgba(4,15,27,.985) 0%,rgba(4,15,27,.94) 52%,rgba(4,15,27,.82) 100%);
}
.specialty-card:hover img{transform:scale(1.075);opacity:.48}
.specialty-content{position:relative;z-index:2;max-width:88%}
.specialty-content h3{line-height:1.08}
.specialty-content p{max-width:32ch}

/* Evita estouro de palavras e sobreposição em qualquer largura intermediária. */
.hero-copy,.hero-copy h1,.hero-copy p,.specialty-content,.quick-action span{min-width:0}
.hero-copy h1,.section-heading h2,.specialty-content h3{overflow-wrap:normal;word-break:normal}

@media (max-width:1100px) and (min-width:721px){
  .brand-fallback{display:none!important}
  .brand{width:70px;height:70px;overflow:hidden}
  .brand img{width:68px!important;height:68px!important;object-fit:cover!important;border-radius:9px}
  .hero-copy h1{font-size:clamp(44px,6vw,60px);max-width:19ch}
  .hero-copy>p{max-width:38ch}
  .hero-benefits{display:none}
  .specialty-card img{opacity:.38}
}

@media (max-width:720px){
  .brand-fallback{display:none!important}
  .brand{width:56px!important;max-width:56px!important;height:56px!important;overflow:hidden!important}
  .brand img{width:54px!important;height:54px!important;object-fit:cover!important;object-position:center!important;border-radius:8px!important}
  .hero-copy h1{max-width:16ch!important}
  .hero-benefits{display:none!important}
  .hero-copy>p{max-width:28ch!important}
  .specialty-card img{opacity:.36!important;filter:saturate(.8) contrast(1.08) brightness(.66)!important}
  .specialty-card:after{background:linear-gradient(180deg,rgba(4,15,27,.76),rgba(4,15,27,.96) 58%,rgba(4,15,27,.99))!important}
  .specialty-content{max-width:100%!important}
}

/* ===== TG 6.4.3 · AJUSTE RESPONSIVO MOBILE =====
   Somente CSS. Corrige menu off-canvas/overflow horizontal sem alterar JS, PHP,
   links, IDs, agenda, acompanhamento ou sistema interno. */
@media (max-width:720px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:clip!important;
  }
  @supports not (overflow:clip){
    html,body{overflow-x:hidden!important}
  }
  .site-shell,
  .site-header,
  .nav-wrap,
  .hero-stage,
  .hero-inner,
  .quick-actions-wrap,
  .quick-actions,
  main{
    width:100%!important;
    max-width:100%!important;
  }

  /* O menu passa a abrir preso ao cabeçalho, ocupando a largura útil do celular.
     Assim o painel fechado não cria largura extra e o usuário não precisa
     deslocar/abaixar a página para encontrar as opções. */
  .site-header{
    position:sticky!important;
    top:0!important;
    overflow:visible!important;
  }
  .nav-wrap{
    position:relative!important;
  }
  .nav-links{
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    bottom:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    height:calc(100vh - var(--mobile-header))!important;
    height:calc(100dvh - var(--mobile-header))!important;
    max-height:calc(100vh - var(--mobile-header))!important;
    max-height:calc(100dvh - var(--mobile-header))!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding:12px 16px calc(18px + env(safe-area-inset-bottom))!important;
    gap:3px!important;
    background:#fff!important;
    border:0!important;
    border-top:1px solid #e3e8ef!important;
    border-radius:0!important;
    box-shadow:0 22px 42px rgba(7,21,37,.14)!important;
    transform:translateY(-8px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s!important;
    z-index:120!important;
  }
  .site-header.open .nav-links{
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transition:opacity .18s ease,transform .18s ease!important;
  }
  .nav-links a{
    width:100%!important;
    min-height:44px!important;
    padding:10px 12px!important;
    font-size:16px!important;
    line-height:1.15!important;
    flex:0 0 auto!important;
  }
  .nav-links .mobile-menu-cta{
    min-height:48px!important;
    margin-top:7px!important;
  }
  .nav-links .mobile-menu-wa{
    min-height:48px!important;
  }
  body.menu-open{
    overflow:hidden!important;
    overscroll-behavior:none;
  }
  body.menu-open:after{
    display:none!important;
  }

  /* Mantém todo o conteúdo dentro da largura real do aparelho. */
  .hero-stage,
  .hero-inner{
    min-width:0!important;
  }
  .hero-copy,
  .hero-visual,
  .quick-action,
  .section,
  .section-heading,
  .section-title-row,
  .specialty-card,
  .process-shell,
  .content-card{
    min-width:0!important;
    max-width:100%!important;
  }
  .hero-copy h1,
  .hero-copy p,
  .section-heading h2,
  .section-heading p,
  .specialty-content h3,
  .specialty-content p{
    max-width:100%!important;
    overflow-wrap:break-word!important;
  }
}

@media (max-width:420px){
  .nav-links{padding-left:12px!important;padding-right:12px!important}
  .nav-links a{font-size:15px!important;min-height:42px!important;padding:9px 11px!important}
  .nav-links .mobile-menu-cta,.nav-links .mobile-menu-wa{min-height:46px!important}
  .hero-inner{padding-left:16px!important;padding-right:16px!important}
  .hero-copy h1{font-size:clamp(33px,9.6vw,39px)!important;max-width:100%!important}
  .hero-visual{height:190px!important}
  .quick-actions{padding-left:10px!important;padding-right:10px!important}
}
