
:root{
  --navy:#071a32; --navy2:#03101f; --navy3:#153b63;
  --silver:#aeb9c8; --silver2:#dbe1e8; --silver-accent:#aeb9c8; --silver-light:#f3f6f9; --white:#fff;
  --text:#121820; --muted:#68727d; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}

/* Refinamento visual de pré-publicação */
.site-logo{width:188px;height:52px;object-fit:contain;object-position:left center}
.zicon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}
.mini-feature .zicon,.budget-benefits .zicon{width:25px;height:25px}
.mobile-menu-button .zicon{width:27px;height:27px}
.footer-wordmark{width:185px;max-height:64px;object-fit:contain}
.icon-label{display:inline-flex;align-items:center;gap:8px}
.area-restrita-link{display:inline-flex;align-items:center;gap:6px}

img{max-width:100%;display:block} a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}

.header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#03101c,#071a2b);border-bottom:1px solid rgba(255,255,255,.08)}
.header-content{height:74px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:10px;color:#fff}
.brand-mark{font-weight:900;font-size:43px;font-style:italic;line-height:1}
.brand-text{display:flex;flex-direction:column}.brand-text strong{font-size:20px;letter-spacing:1px}.brand-text span{font-size:9px;letter-spacing:3px}
.navigation{display:flex;gap:30px;margin-left:auto}.nav-link{color:#fff;font-size:14px;padding:27px 0;position:relative}
.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--silver-accent);transition:.25s}.nav-link:hover:after,.nav-link.active:after{right:0}
.nav-link.active{color:var(--silver-light)}
.instagram-button{border:1px solid var(--silver-accent);color:var(--silver-light);padding:10px 15px;border-radius:7px;font-weight:700;font-size:13px;transition:.2s}
.instagram-button:hover{background:var(--silver-accent);color:#07111a;transform:translateY(-2px)}
.instagram-button:active{transform:scale(.97)}
.mobile-menu-button{display:none;margin-left:auto;background:transparent;border:0;color:#fff;font-size:28px}

.hero{min-height:610px;position:relative;overflow:hidden;background:radial-gradient(circle at 73% 45%,#103a61 0,transparent 34%),linear-gradient(115deg,#03101c,#071d32 58%,#020a12)}
.hero-watermark{position:absolute;right:-5%;top:-8%;font-size:720px;font-weight:900;font-style:italic;color:rgba(255,255,255,.035);line-height:1;user-select:none}
.hero-content{min-height:610px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;z-index:1}
.hero-text{color:#fff;padding:56px 0}.eyebrow{letter-spacing:5px;color:var(--silver);font-size:12px}
.hero h1{font-size:clamp(50px,5vw,76px);line-height:.93;margin:16px 0 20px;letter-spacing:-3px}.hero h1 span{color:var(--silver-light)}
.hero p{font-size:16px;line-height:1.65;max-width:520px;color:#edf2f6}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.btn:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.2)} .btn:active{transform:translateY(0) scale(.97)}
.btn-outline{border:1px solid var(--silver-accent);color:#fff;padding:14px 22px;background:transparent}.btn-outline:hover{background:var(--silver-accent);color:#07111a}
.btn-accent{padding:16px 22px;background:linear-gradient(90deg,var(--silver-accent),var(--silver-light));color:#08121c}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:44px}.mini-feature{display:flex;align-items:center;gap:9px;font-size:11px;color:#e5edf4}.mini-feature b{font-size:26px;color:#fff}
.hero-visual{height:100%;position:relative;display:flex;align-items:flex-end;justify-content:center}
.mascot-frame{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.mascot-frame img{width:100%;height:100%;object-fit:cover;object-position:72% center;mask-image:linear-gradient(to left,#000 75%,transparent 100%)}
.script-note{position:absolute;right:0;top:100px;color:#fff;font-size:28px;font-family:cursive;transform:rotate(-5deg);text-align:center}
.company-card{position:absolute;right:0;bottom:0;width:170px;padding:22px;background:rgba(3,14,25,.9);color:#fff;border:1px solid rgba(255,255,255,.12)}
.company-card strong{display:block;font-size:23px}.company-card span{font-size:9px;letter-spacing:2px}.company-card hr{border:0;border-top:1px solid rgba(255,255,255,.2);margin:15px 0}.company-card small{font-size:10px;letter-spacing:2px;line-height:1.7}

.services-section{padding:54px 0 72px}.section-heading{text-align:center;margin-bottom:32px}.section-heading>span{font-size:12px;color:var(--silver);letter-spacing:6px}
.section-heading h2{font-size:39px;margin:10px 0}.section-heading h2 strong{color:var(--navy3)}.section-heading p{color:#68727d;font-size:14px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.11);transition:transform .3s ease,box-shadow .3s ease}
.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 38px rgba(0,0,0,.17)}
.image-wrap{overflow:hidden;height:205px}.image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.service-card:hover .image-wrap img{transform:scale(1.055)}
.service-content{padding:34px 28px 28px;position:relative}
.service-card h3{margin:7px 0 12px;font-size:18px}.service-card p{color:#65707c;line-height:1.55;font-size:14px;min-height:64px}
.service-link{display:inline-flex;gap:28px;border:1px solid #1c2732;border-radius:5px;padding:10px 17px;font-size:13px;font-weight:700;transition:.2s}.service-link span{transition:.2s}.service-link:hover{background:var(--navy);color:#fff}.service-link:hover span{transform:translateX(5px)}

.budget-section{background:linear-gradient(100deg,#03101c,#071d31);color:#fff;padding:50px 0}.budget-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:42px;align-items:center}
.budget-grid h2{font-size:36px;line-height:1.05;margin:0}.budget-grid h2 span{color:var(--silver-light)}.budget-grid p{color:#d8e0e7;line-height:1.6}
.budget-actions{display:grid;gap:14px}.budget-benefits{display:grid;gap:18px}.budget-benefits div{display:flex;gap:13px;align-items:center;font-size:13px}.budget-benefits b{font-size:28px}

.values-section{padding:28px 0;background:#fafafa}.values-grid{display:grid;grid-template-columns:repeat(4,1fr)}.value-item{text-align:center;padding:12px;border-right:1px solid #d8dde2;display:flex;flex-direction:column;gap:7px}.value-item:last-child{border-right:0}.value-item b{font-size:30px}.value-item span{font-size:13px;line-height:1.35}

.footer{background:linear-gradient(100deg,#03101c,#071a2b);color:#fff}.footer-grid{min-height:210px;display:grid;grid-template-columns:1fr 1.2fr 1.1fr .8fr;gap:30px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand .large{font-size:64px}.footer-brand div:last-child{display:flex;flex-direction:column}.footer-brand strong{font-size:23px}.footer-brand span{font-size:9px;letter-spacing:2px}
.footer-copy{font-size:13px;letter-spacing:4px}.footer-copy i{display:block;width:42px;height:2px;background:var(--silver-accent);margin-top:14px}
.footer-beaver img{width:220px;opacity:.22}.footer-note strong{font-size:21px}.footer-note p{font-size:12px;color:#cad3da;line-height:1.5}
.footer-bottom{text-align:center;padding:14px;border-top:1px solid rgba(255,255,255,.08);font-size:11px;color:#94a4b0}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .navigation,.instagram-button{display:none}.mobile-menu-button{display:block}.navigation.open{display:flex;position:absolute;left:0;right:0;top:74px;background:#041320;flex-direction:column;padding:16px 24px;gap:0}.nav-link{padding:13px 0}
  .hero-content{grid-template-columns:1fr}.hero-text{text-align:center}.hero p{margin-left:auto;margin-right:auto}.hero-features{max-width:600px;margin:42px auto 0}
  .hero-visual{min-height:480px}.script-note{display:none}
  .services-grid{grid-template-columns:1fr;max-width:680px;margin:auto}.budget-grid{grid-template-columns:1fr;text-align:center}.budget-benefits{max-width:340px;margin:auto;text-align:left}
  .footer-grid{grid-template-columns:1fr 1fr;padding:35px 0}
}
@media(max-width:640px){
  .container{width:min(calc(100% - 28px),var(--max))}.hero h1{font-size:46px}.hero-features{grid-template-columns:repeat(2,1fr)}.company-card{width:145px}
  .section-heading h2{font-size:31px}.values-grid{grid-template-columns:repeat(2,1fr)}.value-item:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-copy i{margin-left:auto;margin-right:auto}.footer-beaver img{margin:auto}
}


/* HOME V4 — correções aprovadas */
.brand .official-logo{
  width:210px;
  height:58px;
  object-fit:cover;
  object-position:center 35%;
  border-radius:0;
  display:block;
}
.footer-official-logo{
  width:245px !important;
  height:115px !important;
  object-fit:cover !important;
  object-position:center 35% !important;
  mix-blend-mode:screen;
}
.script-note{
  right:18px;
  top:96px;
  width:260px;
  max-width:42%;
  font-size:27px;
  line-height:1.2;
  white-space:normal;
  overflow:visible;
  z-index:5;
}
.service-content{
  padding-top:25px;
}
@media(max-width:980px){
  .brand .official-logo{width:180px;height:52px}
}
@media(max-width:640px){
  .brand .official-logo{width:155px;height:48px}
  .footer-official-logo{width:220px !important;height:105px !important}
}


/* HOME V5 — ajustes de layout */
.header-content{
  height:66px;
}

.brand-text-logo{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  min-width:max-content;
}

.text-z-symbol{
  display:inline-block;
  font-family:Arial Black, Arial, sans-serif;
  font-weight:900;
  font-style:italic;
  font-size:40px;
  line-height:.8;
  letter-spacing:-6px;
  transform:skewX(-9deg) scaleX(1.18);
  transform-origin:center;
  color:#fff;
  text-shadow:1px 0 0 #fff;
}

.brand-wording{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.brand-wording strong{
  font-size:20px;
  letter-spacing:1px;
  color:#fff;
}

.brand-wording small{
  margin-top:5px;
  font-size:8px;
  letter-spacing:2.8px;
  color:#fff;
  white-space:nowrap;
}

.hero,
.hero-content{
  min-height:555px;
}

.hero-text{
  padding:30px 0 38px;
}

.hero-visual{
  padding-top:0;
}

/* frase retirada da região da cabeça do castor */
.script-note{
  top:auto !important;
  right:18px !important;
  bottom:180px !important;
  width:235px !important;
  max-width:38% !important;
  font-size:25px !important;
  line-height:1.1 !important;
  text-align:right !important;
  white-space:normal !important;
  z-index:6 !important;
  transform:rotate(-4deg) !important;
}

/* reduz o espaço antes do catálogo/serviços */
.services-section{
  padding-top:38px !important;
}

.section-heading{
  margin-bottom:26px !important;
}

.footer-text-logo{
  justify-content:flex-start;
}

.footer-text-logo .text-z-symbol{
  font-size:58px;
}

.footer-text-logo .brand-wording strong{
  font-size:24px;
}

.footer-text-logo .brand-wording small{
  font-size:9px;
}

@media(max-width:980px){
  .header-content{height:64px}
  .navigation.open{top:64px}
  .hero,.hero-content{min-height:auto}
  .hero-text{padding:38px 0 28px}
  .script-note{display:none !important}
  .text-z-symbol{font-size:36px}
  .brand-wording strong{font-size:18px}
  .brand-wording small{font-size:7px}
}

@media(max-width:640px){
  .header-content{height:60px}
  .navigation.open{top:60px}
  .text-z-symbol{font-size:31px}
  .brand-wording strong{font-size:16px}
  .brand-wording small{font-size:6px;letter-spacing:2px}
}


/* HOME V6 — correções consolidadas */
.header-content{
  height:66px !important;
}

.brand-v6{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  flex-shrink:0;
}

.z-logo-box{
  display:block;
  width:58px;
  height:43px;
  overflow:hidden;
  flex:0 0 auto;
}

.z-logo-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  mix-blend-mode:screen;
}

.brand-v6 .brand-wording{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.brand-v6 .brand-wording strong{
  color:#fff;
  font-size:20px;
  letter-spacing:1.2px;
}

.brand-v6 .brand-wording small{
  color:#fff;
  margin-top:5px;
  font-size:8px;
  letter-spacing:2.6px;
  white-space:nowrap;
}

/* Compacta o hero para eliminar o vazio excessivo superior/lateral */
.hero,
.hero-content{
  min-height:520px !important;
}

.hero-content{
  align-items:center !important;
}

.hero-text{
  padding:20px 0 30px !important;
  transform:translateY(-4px);
}

.hero h1{
  margin-top:12px !important;
}

.hero-features{
  margin-top:30px !important;
}

/* detalhes discretos e translúcidos no fundo, sem competir com o conteúdo */
.hero-detail{
  position:absolute;
  pointer-events:none;
  z-index:0;
  opacity:.18;
  border:1px solid rgba(255,255,255,.16);
}

.hero-detail-one{
  width:230px;
  height:230px;
  left:-90px;
  top:52px;
  transform:rotate(45deg);
}

.hero-detail-two{
  width:105px;
  height:105px;
  left:8%;
  top:80px;
  border-color:rgba(174,185,200,.24);
  transform:rotate(45deg);
}

.hero-detail-three{
  width:300px;
  height:1px;
  left:0;
  top:145px;
  border:0;
  background:linear-gradient(90deg,rgba(174,185,200,.28),transparent);
}

/* frase manuscrita removida na V6 */
.script-note{display:none !important}

/* evita sobreposição e mantém o símbolo separado do nome */
.footer-brand-v6{
  display:flex;
  align-items:center;
  gap:12px;
}

.footer-z{
  width:78px;
  height:58px;
}

.services-section{
  padding-top:34px !important;
}

@media(max-width:980px){
  .hero,.hero-content{min-height:auto !important}
  .hero-text{transform:none;padding:34px 0 26px !important}
  .z-logo-box{width:52px;height:39px}
  .brand-v6 .brand-wording strong{font-size:18px}
  .brand-v6 .brand-wording small{font-size:7px}
  .hero-detail-one{left:-150px}
  .hero-detail-two{left:3%;top:95px}
}

@media(max-width:640px){
  .header-content{height:60px !important}
  .z-logo-box{width:44px;height:33px}
  .brand-v6 .brand-wording strong{font-size:16px}
  .brand-v6 .brand-wording small{font-size:6px;letter-spacing:1.8px}
  .hero-detail-two,.hero-detail-three{display:none}
}


/* HOME V7 — mascote pixelado no lugar do Z maior */
.brand-v7{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  flex-shrink:0;
}

.pixel-brand-art{
  width:58px;
  height:50px;
  display:block;
  overflow:hidden;
  flex:0 0 auto;
  border-radius:6px;
}

.pixel-brand-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.brand-v7 .brand-wording{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.brand-v7 .brand-wording strong{
  color:#fff;
  font-size:20px;
  letter-spacing:1.2px;
}

.brand-v7 .brand-wording small{
  color:#fff;
  margin-top:5px;
  font-size:8px;
  letter-spacing:2.6px;
  white-space:nowrap;
}

.footer-brand-v7 .brand-wording{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.footer-brand-v7 .brand-wording strong{
  color:#fff;
  font-size:24px;
  letter-spacing:1.3px;
}

.footer-brand-v7 .brand-wording small{
  color:#fff;
  margin-top:6px;
  font-size:9px;
  letter-spacing:2.6px;
}

@media(max-width:980px){
  .pixel-brand-art{width:52px;height:46px}
  .brand-v7 .brand-wording strong{font-size:18px}
  .brand-v7 .brand-wording small{font-size:7px}
}

@media(max-width:640px){
  .pixel-brand-art{width:46px;height:40px}
  .brand-v7 .brand-wording strong{font-size:16px}
  .brand-v7 .brand-wording small{font-size:6px;letter-spacing:1.8px}
}


/* HOME V8 — artes pixeladas PNG transparentes */
.pixel-brand-art.pixel-brand-carry{
  width:72px;
  height:56px;
  overflow:visible;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.pixel-brand-art.pixel-brand-carry img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:transparent;
  image-rendering:pixelated;
}

.footer-pixel-art{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.footer-pixel-art img{
  width:min(260px,100%);
  height:auto;
  object-fit:contain;
  background:transparent;
  image-rendering:pixelated;
  opacity:.88;
  filter:none;
}

@media(max-width:980px){
  .pixel-brand-art.pixel-brand-carry{
    width:64px;
    height:50px;
  }
  .footer-pixel-art img{
    width:220px;
  }
}

@media(max-width:640px){
  .pixel-brand-art.pixel-brand-carry{
    width:54px;
    height:44px;
  }
  .footer-pixel-art img{
    width:190px;
  }
}


/* =========================================================
   PÁGINA SERVIÇOS — BASE OFICIAL ZARKON / HOME V8
   ========================================================= */

.services-page{
  background:#03111f;
  color:#fff;
}

.services-page .header{
  position:sticky;
  top:0;
}

.services-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 35%, rgba(20,62,98,.55), transparent 32%),
    linear-gradient(110deg,#03101c,#07213a);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.services-hero-pattern{
  position:absolute;
  inset:0;
  opacity:.08;
  background:
    linear-gradient(135deg,transparent 45%,#2e6a9d 45% 49%,transparent 49% 68%,#2e6a9d 68% 72%,transparent 72%);
  pointer-events:none;
}

.services-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  min-height:420px;
  gap:34px;
}

.services-hero-copy{
  padding:52px 0;
}

.services-kicker{
  display:block;
  letter-spacing:5px;
  color:var(--silver-light);
  font-size:13px;
  font-weight:800;
  margin-bottom:13px;
}

.services-hero h1{
  margin:0;
  font-size:clamp(50px,6vw,82px);
  line-height:.88;
  letter-spacing:-3px;
}

.services-hero h1 em{
  display:block;
  color:var(--silver-light);
  font-style:normal;
}

.services-hero-copy>p{
  margin:18px 0 30px;
  max-width:570px;
  font-size:18px;
  line-height:1.55;
  color:#e5edf4;
}

.services-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
}

.services-pill-row>div{
  display:flex;
  gap:10px;
  align-items:center;
  color:#eff5f9;
  font-size:13px;
  max-width:160px;
}

.services-pill-row b{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:10px;
  background:var(--silver-light);
  color:#071421;
  font-size:22px;
}

.services-hero-mascot{
  position:relative;
  min-height:380px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.mascot-card{
  width:min(380px,90%);
  aspect-ratio:1 / 1.03;
  border-radius:44% 44% 12% 12%;
  position:relative;
  background:
    radial-gradient(circle at 50% 36%,#be622c 0 18%,#8f421f 19% 27%,transparent 28%),
    linear-gradient(#fff 0 0) center 69%/70% 31% no-repeat,
    linear-gradient(#091c32 0 0) center 83%/78% 16% no-repeat;
  filter:drop-shadow(0 20px 30px rgba(0,0,0,.28));
}

.mascot-face{
  position:absolute;
  left:50%;
  top:28%;
  transform:translateX(-50%);
  font-size:128px;
  line-height:1;
  filter:saturate(1.2);
}

.mascot-cap{
  position:absolute;
  left:50%;
  top:8%;
  transform:translateX(-50%) rotate(-4deg);
  width:160px;
  height:66px;
  background:#071d36;
  color:#fff;
  display:grid;
  place-items:center;
  border-radius:58% 58% 35% 35%;
  font-size:48px;
  font-weight:900;
  font-style:italic;
  box-shadow:inset 0 -10px 0 rgba(0,0,0,.2);
}

.mascot-shirt{
  position:absolute;
  left:50%;
  bottom:9%;
  transform:translateX(-50%);
  color:#06203a;
  font-size:20px;
  font-weight:900;
  text-align:center;
}

.mascot-shirt small{
  display:block;
  font-size:8px;
  letter-spacing:1.5px;
}

.mascot-thumb{
  position:absolute;
  z-index:3;
  left:5%;
  top:48%;
  font-size:80px;
  transform:rotate(-8deg);
  filter:saturate(.65) brightness(.9);
}

.hero-handwritten{
  position:absolute;
  right:0;
  top:96px;
  font-family:cursive;
  font-size:24px;
  line-height:1.3;
  transform:rotate(-8deg);
  color:#fff;
  text-align:center;
}

.service-feature-section{
  background:linear-gradient(180deg,#03101c,#051a2d);
  padding:16px 0 22px;
}

.service-feature{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  min-height:355px;
  border:1px solid rgba(68,126,172,.45);
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(110deg,#051a2c,#03111e);
  margin-bottom:14px;
  box-shadow:0 10px 25px rgba(0,0,0,.16);
}

.service-feature-estetica{
  grid-template-columns:1.1fr 1fr;
}

.service-photo{
  min-height:355px;
  overflow:hidden;
  position:relative;
}

.service-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.service-detail{
  position:relative;
  padding:34px 38px 30px;
}

.service-number{
  position:absolute;
  top:24px;
  left:22px;
  font-size:72px;
  line-height:1;
  font-weight:900;
  color:rgba(255,255,255,.045);
}

.service-title-row{
  position:relative;
  z-index:1;
  display:flex;
  gap:16px;
  align-items:center;
}

.service-square-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:var(--silver-light);
  color:#082037;
  font-size:30px;
  font-weight:900;
}

.service-title-row h2{
  margin:0;
  font-size:34px;
  line-height:1;
}

.service-title-row h2 span{
  display:block;
  color:var(--silver-light);
}

.service-subtitle{
  margin:16px 0 17px;
  font-size:16px;
  color:#edf3f8;
}

.service-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
  margin-bottom:20px;
}

.service-columns ul{
  list-style:none;
  padding:0;
  margin:0;
}

.service-columns li{
  position:relative;
  padding:7px 0 7px 29px;
  color:#dbe5ed;
  font-size:14px;
}

.service-checks li:before{
  content:"";
  position:absolute;
  left:2px;
  top:9px;
  width:10px;
  height:5px;
  border-left:2px solid #07111a;
  border-bottom:2px solid #07111a;
  transform:rotate(-45deg);
  background:transparent;
  color:#082037;
  font-size:12px;
  font-weight:900;
}

.service-audience{
  border-left:1px solid rgba(255,255,255,.18);
  padding-left:20px !important;
}

.service-audience li:before{
  content:"•";
  position:absolute;
  left:7px;
  color:var(--silver-light);
  font-size:20px;
  top:3px;
}

.service-budget-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(90deg,var(--silver-accent),var(--silver-light));
  color:#08131f;
  border-radius:8px;
  padding:14px 18px;
  font-weight:900;
  transition:.2s ease;
}

.service-budget-button b{
  margin-left:14px;
  font-size:18px;
}

.service-budget-button:hover{
  transform:translateY(-3px);
  box-shadow:0 11px 25px rgba(0,0,0,.23);
}

.service-budget-button:active{
  transform:scale(.98);
}

.feedback-section{
  background:
    radial-gradient(circle at 18% 60%,rgba(28,83,128,.3),transparent 35%),
    linear-gradient(100deg,#041522,#07213a);
  padding:26px 0;
  border-top:1px solid rgba(255,255,255,.06);
}

.feedback-grid{
  display:grid;
  grid-template-columns:.9fr .9fr 1.25fr;
  gap:28px;
  align-items:center;
}

.feedback-art img{
  max-width:280px;
  width:100%;
  margin:auto;
  image-rendering:pixelated;
}

.feedback-copy>span{
  color:var(--silver-light);
  letter-spacing:3px;
  font-size:11px;
  font-weight:800;
}

.feedback-copy h2{
  margin:8px 0 12px;
  font-size:34px;
  line-height:1;
}

.feedback-copy h2 strong{
  color:var(--silver-light);
}

.feedback-copy p{
  color:#d9e2ea;
  font-size:14px;
  line-height:1.5;
}

.feedback-form{
  display:grid;
  gap:9px;
  padding:16px;
  border:1px solid rgba(83,143,190,.45);
  border-radius:10px;
  background:rgba(3,15,27,.45);
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  border-radius:7px;
  background:#0c2740;
  color:#fff;
  padding:12px 13px;
  font:inherit;
  outline:none;
}

.feedback-form textarea{
  min-height:100px;
  resize:vertical;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus{
  border-color:var(--silver-light);
}

.feedback-form button{
  border:0;
  border-radius:7px;
  padding:13px 16px;
  background:linear-gradient(90deg,var(--silver-accent),var(--silver-light));
  color:#071421;
  font-weight:900;
  font-size:15px;
  cursor:pointer;
  transition:.2s;
}

.feedback-form button:hover{
  transform:translateY(-2px);
}

.feedback-form small{
  text-align:center;
  color:#b9c7d1;
  font-size:10px;
}

.services-footer{
  padding:24px 0;
}

.services-footer-row{
  display:grid;
  grid-template-columns:.8fr 1.7fr .8fr;
  align-items:center;
  gap:30px;
}

.services-footer-row>div:first-child{
  display:flex;
  flex-direction:column;
}

.services-footer-row>div:first-child strong{
  font-size:28px;
}

.services-footer-row>div:first-child span{
  font-size:9px;
  letter-spacing:2px;
}

.services-footer-values{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:25px;
  font-size:12px;
}

.services-footer-row>small{
  color:#aab7c1;
  text-align:right;
  line-height:1.5;
}

@media(max-width:980px){
  .services-hero-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .services-hero-copy{
    padding-bottom:0;
  }

  .services-hero-copy>p{
    margin-left:auto;
    margin-right:auto;
  }

  .services-pill-row{
    justify-content:center;
  }

  .services-hero-mascot{
    min-height:300px;
  }

  .mascot-card{
    max-width:310px;
  }

  .hero-handwritten{
    display:none;
  }

  .service-feature,
  .service-feature-estetica{
    grid-template-columns:1fr;
  }

  .service-feature-estetica .service-detail{
    order:2;
  }

  .service-feature-estetica .service-photo{
    order:1;
  }

  .feedback-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .services-footer-row{
    grid-template-columns:1fr;
    text-align:center;
  }

  .services-footer-row>small{
    text-align:center;
  }
}

@media(max-width:640px){
  .services-hero h1{
    font-size:48px;
  }

  .services-pill-row{
    display:grid;
    grid-template-columns:1fr;
    max-width:280px;
    margin:auto;
  }

  .service-detail{
    padding:28px 22px;
  }

  .service-title-row h2{
    font-size:28px;
  }

  .service-columns{
    grid-template-columns:1fr;
    gap:8px;
  }

  .service-audience{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.12);
    padding:10px 0 0 !important;
  }

  .feedback-copy h2{
    font-size:29px;
  }
}


/* SERVIÇOS V2 — correção do mascote e ícones */
.services-hero-mascot{
  min-height:380px;
  overflow:visible;
}

.services-mascot-image-wrap{
  width:min(470px,100%);
  height:390px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  position:relative;
}

.services-mascot-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
  display:block;
  border-radius:18px;
  mask-image:linear-gradient(to left,#000 88%,transparent 100%);
  -webkit-mask-image:linear-gradient(to left,#000 88%,transparent 100%);
  filter:drop-shadow(0 18px 26px rgba(0,0,0,.22));
}

.service-square-icon{
  color:#071b30;
}

.service-square-icon svg{
  width:34px;
  height:34px;
  display:block;
}

@media(max-width:980px){
  .services-mascot-image-wrap{
    height:330px;
    max-width:390px;
  }
}

@media(max-width:640px){
  .services-mascot-image-wrap{
    height:280px;
    max-width:330px;
  }
}


/* SERVIÇOS V3 — castor com joinha */
.mascot-thumbs-version{
  position:relative;
}

.mascot-thumbs-up{
  position:absolute;
  left:8%;
  bottom:13%;
  width:92px;
  height:72px;
  z-index:4;
  transform:rotate(-13deg);
  filter:drop-shadow(0 8px 8px rgba(0,0,0,.28));
}

.thumb-palm{
  position:absolute;
  left:25px;
  bottom:4px;
  width:58px;
  height:45px;
  border-radius:45% 48% 42% 45%;
  background:linear-gradient(145deg,#b95b29,#8f3f1e);
  border:4px solid #5e2916;
}

.thumb-finger{
  position:absolute;
  left:20px;
  top:0;
  width:27px;
  height:55px;
  border-radius:18px 18px 11px 11px;
  background:linear-gradient(145deg,#c66a31,#94411f);
  border:4px solid #5e2916;
  transform:rotate(18deg);
  transform-origin:bottom center;
}

.thumb-palm:after{
  content:"";
  position:absolute;
  right:-10px;
  top:9px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#a64b23;
  border:4px solid #5e2916;
}

@media(max-width:640px){
  .mascot-thumbs-up{
    width:72px;
    height:58px;
    left:10%;
    bottom:12%;
    transform:scale(.82) rotate(-13deg);
  }
}


/* SERVIÇOS V4 — mascote como foto de perfil limpa */
.mascot-profile-only{
  width:min(390px,92%);
  height:350px;
  border-radius:28px;
  overflow:hidden;
  display:block;
  position:relative;
  background:#071b31;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 38px rgba(0,0,0,.25);
}

.mascot-profile-only img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
  display:block;
  border-radius:0;
  mask-image:none;
  -webkit-mask-image:none;
  filter:none;
}

/* remove completamente os elementos anteriores */
.mascot-thumbs-up,
.hero-handwritten{
  display:none !important;
}

@media(max-width:980px){
  .mascot-profile-only{
    width:min(360px,90%);
    height:320px;
  }
}

@media(max-width:640px){
  .mascot-profile-only{
    width:min(310px,92%);
    height:280px;
    border-radius:22px;
  }
}

/* ===== FORNECIMENTO PÚBLICO V1 ===== */
.supply-page{background:#061523;color:#fff}.supply-page .header{background:#061523;border-bottom:1px solid rgba(255,255,255,.1)}
.admin-button{border:1px solid var(--silver);background:transparent;color:#fff;border-radius:8px;padding:13px 17px;font-weight:800;cursor:pointer;transition:.2s}.admin-button:hover{transform:translateY(-2px);background:var(--silver);color:#061523}
.supply-hero{padding:42px 0 0;background:linear-gradient(120deg,#071a2b,#061523 60%,#0a2237);overflow:hidden}.supply-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;min-height:330px}.supply-hero-copy{padding:42px 0}.supply-kicker{color:#dbe1e8;letter-spacing:.28em;font-weight:900;font-size:13px}.supply-hero h1{font-size:clamp(40px,5vw,70px);line-height:.93;margin:14px 0 20px;letter-spacing:-.04em}.supply-hero h1 strong{color:#dbe1e8}.supply-hero p{font-size:18px;max-width:620px;color:#d9e1e8}.supply-benefits{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;font-size:13px;font-weight:700}.supply-benefits span{display:flex;align-items:center;gap:8px}.supply-benefits span::first-letter{color:#dbe1e8}.supply-hero-photo{min-height:330px;position:relative;overflow:hidden}.supply-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#061523 0%,transparent 38%)}.supply-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}
.catalog-shell{padding:18px 0 60px;background:#071827}.catalog-tools{display:grid;grid-template-columns:1fr 240px;gap:18px}.catalog-search{display:flex;background:#fff;border-radius:8px;overflow:hidden;align-items:center;color:#071827}.catalog-search>span{font-size:28px;padding-left:16px}.catalog-search input{border:0;outline:0;flex:1;padding:16px;font-size:15px;min-width:0}.catalog-search button,.cep-row button{background:#dbe1e8;border:0;font-weight:900;padding:0 28px;cursor:pointer;color:#061523}.cart-summary{position:relative;display:flex;align-items:center;gap:12px;background:#091d2f;border:1px solid #2b455b;color:#fff;border-radius:8px;padding:9px 18px;cursor:pointer;text-align:left}.cart-summary:hover{border-color:#dbe1e8}.cart-summary .cart-icon{font-size:28px}.cart-summary small{display:block}.cart-summary strong{display:block;color:#dbe1e8;font-size:18px}.cart-summary>b{position:absolute;right:10px;top:7px;background:#e84040;border-radius:50%;min-width:21px;height:21px;display:grid;place-items:center;font-size:11px}
.category-row{display:flex;gap:9px;overflow:auto;padding:14px 0 18px}.category-chip{flex:0 0 auto;border:1px solid #18334a;background:#0a2033;color:#dbe5ec;border-radius:8px;padding:12px 17px;font-weight:800;cursor:pointer}.category-chip.active,.category-chip:hover{background:#dbe1e8;color:#071827;border-color:#dbe1e8}.catalog-layout{display:grid;grid-template-columns:1fr 290px;gap:18px}.catalog-title{display:flex;align-items:center;justify-content:space-between;margin:8px 0 12px}.catalog-title h2{font-size:24px}.catalog-title h2 strong{color:#dbe1e8}.catalog-title select{background:#0a2033;color:#fff;border:1px solid #2b455b;border-radius:7px;padding:9px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-card{background:#0a2033;border:1px solid #294259;border-radius:8px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);border-color:#48647c;box-shadow:0 12px 25px rgba(0,0,0,.2)}.product-visual{height:155px;background:#f5f6f7;display:grid;place-items:center;color:#13283a;padding:15px}.product-visual .product-glyph{font-size:52px}.product-visual small{display:block;text-align:center;margin-top:8px;font-weight:800;color:#607080}.product-body{padding:12px}.product-body h3{font-size:14px;line-height:1.25;min-height:35px}.product-brand{color:#98a9b7;font-size:12px;margin:4px 0}.product-price{font-size:20px;font-weight:900;color:#dbe1e8;margin:10px 0}.product-stock{font-size:12px;color:#55dc82}.product-actions{display:grid;grid-template-columns:1fr 44px;gap:8px;margin-top:10px}.qty-control{display:flex;justify-content:space-between;align-items:center;background:#0e2940;border-radius:6px;overflow:hidden}.qty-control button{background:transparent;color:#fff;border:0;padding:9px;cursor:pointer}.add-cart{border:0;background:#dbe1e8;border-radius:6px;font-size:18px;cursor:pointer}.no-products{display:none;padding:35px;text-align:center;color:#a8b7c3}
.catalog-sidebar{display:flex;flex-direction:column;gap:12px}.freight-card,.trust-card,.bulk-card{background:#0a2033;border:1px solid #294259;border-radius:9px;padding:17px}.freight-card h3{color:#fff;margin:0 0 8px}.freight-card h3:first-letter{color:#dbe1e8}.freight-card p{font-size:13px;color:#c4d0d9}.cep-row{display:flex;height:42px;margin:12px 0}.cep-row input{min-width:0;flex:1;border:0;border-radius:6px 0 0 6px;padding:10px}.cep-row button{border-radius:0 6px 6px 0;padding:0 15px}.freight-result{border-top:1px solid #294259;padding-top:12px;color:#9fb0be}.freight-option{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.freight-option strong{color:#dbe1e8}.trust-card>div{display:flex;gap:12px;align-items:center;padding:9px 0}.trust-card b{font-size:22px;color:#dbe1e8}.trust-card strong,.trust-card small{display:block}.trust-card small{color:#9fb0be;margin-top:2px}.bulk-card>b{font-size:28px;color:#dbe1e8}.bulk-card h3{margin:8px 0}.bulk-card h3 strong{color:#dbe1e8}.bulk-card p{font-size:13px;color:#b9c6cf}.supply-info-strip{margin-top:18px;border:1px solid #294259;border-radius:9px;display:grid;grid-template-columns:repeat(3,1fr);background:#091d2f}.supply-info-strip>div{display:flex;gap:14px;padding:22px;border-right:1px solid #294259}.supply-info-strip>div:last-child{border:0}.supply-info-strip b{font-size:28px;color:#dbe1e8}.supply-info-strip strong,.supply-info-strip small{display:block}.supply-info-strip small{color:#aab9c4;margin-top:5px}.supply-footer{margin-top:0}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);opacity:0;pointer-events:none;z-index:80;transition:.2s}.drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:-430px;top:0;width:min(410px,92vw);height:100vh;background:#071827;z-index:90;padding:22px;transition:.28s;box-shadow:-20px 0 50px rgba(0,0,0,.35)}.cart-drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #294259;padding-bottom:14px}.drawer-head button,.admin-modal-card>button{background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer}.cart-items{padding:14px 0;max-height:65vh;overflow:auto}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #18334a}.cart-line small{color:#9fb0be}.cart-line button{background:none;border:0;color:#dbe1e8;cursor:pointer}.drawer-total{display:flex;justify-content:space-between;font-size:20px;padding:16px 0}.drawer-total strong{color:#dbe1e8}.checkout-demo{width:100%;border:0;background:#dbe1e8;padding:14px;border-radius:7px;font-weight:900;cursor:pointer}.prototype-note{display:block;text-align:center;color:#8396a5;margin-top:10px}.admin-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:100;display:none;place-items:center}.admin-modal.open{display:grid}.admin-modal-card{width:min(410px,90vw);background:#0a2033;border:1px solid #3a5369;border-radius:14px;padding:26px;position:relative}.admin-modal-card>button{position:absolute;right:14px;top:10px}.admin-modal-card>span{color:#dbe1e8;font-size:12px;font-weight:900;letter-spacing:.2em}.admin-modal-card h2{margin:8px 0}.admin-modal-card p{color:#aebdc8}.admin-modal-card input,.admin-modal-card>button:not(:first-child){width:100%;padding:13px;margin-top:10px;border-radius:6px;border:1px solid #2b455b}.admin-modal-card>button:not(:first-child){background:#dbe1e8;font-weight:900}.admin-modal-card small{display:block;color:#8396a5;margin-top:12px}.admin-modal-card input:disabled{background:#10283b;color:#8ea0ae}.admin-modal-card>button:disabled{opacity:.65}.admin-modal-card>button:first-child{width:auto;padding:0;margin:0;border:0}
@media(max-width:1000px){.supply-hero-grid{grid-template-columns:1fr}.supply-hero-photo{height:250px}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{display:grid;grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.admin-button{display:none}}
@media(max-width:720px){.catalog-tools{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-sidebar{grid-template-columns:1fr}.supply-info-strip{grid-template-columns:1fr}.supply-info-strip>div{border-right:0;border-bottom:1px solid #294259}.supply-benefits{gap:12px}.catalog-search button{padding:0 15px}.supply-hero-copy{padding:30px 0}.supply-hero h1{font-size:44px}.product-visual{height:130px}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}.catalog-title{align-items:flex-start;gap:10px;flex-direction:column}}

/* Fornecimento V2 - ajustes aprovados 15/09/2026 */
.admin-button{display:inline-flex;align-items:center;gap:8px}
.admin-lock-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.supply-info-strip .info-svg{width:31px;height:31px;fill:none;stroke:#dbe1e8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 31px;margin-top:1px}
.supply-footer-grid{grid-template-columns:1fr 1.2fr .8fr 1.15fr}
.supply-footer-van{display:flex;align-items:center;justify-content:flex-end;min-height:150px;overflow:hidden}
.supply-footer-van img{display:block;width:min(330px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.28))}
@media(max-width:980px){.supply-footer-grid{grid-template-columns:1fr 1fr}.supply-footer-van{justify-content:center}.supply-footer-van img{width:min(300px,90%)}}
@media(max-width:720px){.supply-footer-grid{grid-template-columns:1fr}.supply-footer-van{min-height:120px}.supply-footer-van img{width:min(280px,92%)}}
/* Acesso administrativo - etapa 1 */
.admin-login-card label{display:block;color:#dce6ee;font-size:13px;font-weight:700;margin-top:14px}.admin-login-card label>input,.password-field input{box-sizing:border-box;width:100%;background:#071827!important;color:#fff!important;outline:none;transition:.2s}.admin-login-card label>input:focus,.password-field input:focus{border-color:#dbe1e8!important;box-shadow:0 0 0 3px rgba(174,185,200,.12)}.password-field{position:relative}.password-field input{padding-right:48px!important}.password-field button{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:36px!important;height:36px;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#aebdc8;font-size:16px;cursor:pointer}.admin-login-submit{color:#071827!important;cursor:pointer;transition:.2s}.admin-login-submit:hover{transform:translateY(-2px);filter:brightness(1.05)}.forgot-access{background:transparent!important;border:0!important;color:#c9d5de!important;font-size:13px!important;font-weight:600!important;padding:7px 0!important;margin-top:7px!important;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.login-error{display:none;margin-top:13px;padding:11px 12px;border:1px solid rgba(255,91,91,.45);background:rgba(255,65,65,.08);color:#ff9d9d;border-radius:7px;font-size:13px;line-height:1.4}.login-error.show{display:block}.admin-login-card.shake{animation:loginShake .28s linear}@keyframes loginShake{25%{transform:translateX(-6px)}50%{transform:translateX(6px)}75%{transform:translateX(-3px)}}


/* Acesso administrativo V2 - correção de proporção e posicionamento */
.admin-modal-card > button{position:static;right:auto;top:auto}
.admin-modal-card > .admin-modal-close{
  position:absolute;right:14px;top:10px;width:36px!important;height:36px;
  padding:0!important;margin:0!important;border:0!important;background:transparent!important;
  color:#dce6ee!important;font-size:27px!important;line-height:1;display:grid;place-items:center;
}
.admin-login-card{padding:30px 28px 25px}
.admin-login-card .admin-login-submit{
  position:static!important;display:block;width:100%!important;height:48px;
  padding:0 18px!important;margin:20px 0 0!important;border:0!important;border-radius:7px!important;
  background:#dbe1e8!important;color:#071827!important;font-size:16px!important;font-weight:900!important;
  line-height:48px;text-align:center;cursor:pointer;
}
.admin-login-card .forgot-access{
  position:static!important;display:block;width:auto!important;height:auto!important;
  padding:4px 2px!important;margin:12px auto 0!important;border:0!important;border-radius:0!important;
  background:transparent!important;color:#c9d5de!important;font-size:13px!important;font-weight:600!important;
  line-height:1.4;text-align:center;text-decoration:underline;text-underline-offset:3px;cursor:pointer;
}
.admin-login-card small{margin-top:17px!important;text-align:center}
@media(max-width:520px){
  .admin-modal-card{width:min(390px,92vw);padding:26px 20px 22px}
  .admin-login-card .admin-login-submit{height:46px;line-height:46px}
}


/* Acesso administrativo V3 - castor animado no controle de senha */
.password-field input{padding-right:72px!important}
.password-field .beaver-password-toggle{right:5px!important;width:58px!important;height:52px!important;overflow:visible;display:grid!important;place-items:center!important;border-radius:10px!important;transition:background .2s ease!important}
.password-field .beaver-password-toggle:hover{background:rgba(255,255,255,.045)!important}
.mini-beaver{position:relative;display:block;width:50px;height:48px;transform:scale(.86);transform-origin:center;filter:drop-shadow(0 2px 2px rgba(0,0,0,.22))}
.mb-head{position:absolute;left:8px;top:8px;width:34px;height:31px;border-radius:48% 48% 45% 45%;background:#a95520;border:1px solid #713311;z-index:3}
.mb-ear{position:absolute;top:14px;width:11px;height:12px;border-radius:50%;background:#8b421d;border:1px solid #612c13;z-index:2}.mb-ear:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#c8733e}.mb-ear-l{left:3px}.mb-ear-r{right:3px}
.mb-cap{position:absolute;left:-2px;top:-7px;width:38px;height:14px;background:#08233d;border-radius:55% 55% 25% 20%;border:1px solid #234b6d;z-index:8}.mb-cap:after{content:"";position:absolute;right:-5px;bottom:-2px;width:18px;height:5px;background:#08233d;border-radius:0 80% 80% 20%;transform:rotate(5deg)}.mb-cap-z{position:absolute;left:15px;top:0px;color:#fff;font-size:9px;font-weight:1000;font-style:italic;line-height:12px;z-index:2}
.mb-eye{position:absolute;top:8px;width:7px;height:8px;background:#fff;border-radius:50%;border:1px solid #35190d;z-index:5;transition:height .16s ease,transform .16s ease}.mb-eye:after{content:"";position:absolute;width:3px;height:4px;left:2px;top:2px;background:#15212b;border-radius:50%}.mb-eye-l{left:8px}.mb-eye-r{right:8px}
.mb-muzzle{position:absolute;left:8px;top:16px;width:18px;height:12px;border-radius:50%;background:#d58b55;z-index:4}.mb-nose{position:absolute;left:14px;top:15px;width:7px;height:5px;border-radius:55%;background:#2c160f;z-index:7}.mb-tooth{position:absolute;top:24px;width:4px;height:6px;background:#f7f2dc;border:1px solid #bdb7a6;z-index:7}.mb-tooth-l{left:13px;border-radius:1px 0 2px 2px}.mb-tooth-r{left:17px;border-radius:0 1px 2px 2px}
.mb-shirt{position:absolute;left:11px;bottom:0;width:29px;height:15px;background:#f5f7f8;border-radius:8px 8px 3px 3px;border:1px solid #b9c5ce;z-index:1}.mb-collar{position:absolute;top:0;width:10px;height:6px;background:#092a49}.mb-collar-l{left:4px;clip-path:polygon(0 0,100% 0,70% 100%)}.mb-collar-r{right:4px;clip-path:polygon(0 0,100% 0,30% 100%)}
.mb-hand{position:absolute;top:20px;width:13px;height:9px;border-radius:55%;background:#a95520;border:1px solid #713311;z-index:10;transition:transform .28s cubic-bezier(.2,.8,.2,1),top .28s cubic-bezier(.2,.8,.2,1)}.mb-hand-l{left:-1px;transform:rotate(-28deg)}.mb-hand-r{right:-1px;transform:rotate(28deg)}
/* senha oculta: ele cobre os próprios olhos */
.beaver-password-toggle:not(.is-watching) .mb-hand-l{top:7px;transform:translate(8px,-1px) rotate(18deg)}
.beaver-password-toggle:not(.is-watching) .mb-hand-r{top:7px;transform:translate(-8px,-1px) rotate(-18deg)}
.beaver-password-toggle:not(.is-watching) .mb-eye{height:2px;top:12px;transform:scaleX(1.1)}
.beaver-password-toggle:not(.is-watching) .mb-eye:after{display:none}
/* senha visível: mãos descem e o castor olha impressionado */
.beaver-password-toggle.is-watching .mb-eye{animation:beaverSurprise .34s ease both}
.beaver-password-toggle.is-watching .mb-head{animation:beaverPeek .38s ease both}
.beaver-password-toggle.is-watching .mb-hand-l{transform:translate(-2px,8px) rotate(-35deg)}
.beaver-password-toggle.is-watching .mb-hand-r{transform:translate(2px,8px) rotate(35deg)}
@keyframes beaverSurprise{0%{transform:scaleY(.2)}65%{transform:scale(1.25)}100%{transform:scale(1)}}
@keyframes beaverPeek{0%{transform:scale(.96)}60%{transform:scale(1.07)}100%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.mb-hand,.mb-eye,.mb-head{transition:none!important;animation:none!important}}

/* V4 — refinamento visual do mini castor ZARKON. Mecânica V3 preservada. */
.mini-beaver{width:54px;height:52px;transform:scale(.9);filter:drop-shadow(0 2px 2px rgba(0,0,0,.32))}
.mb-head{left:8px;top:8px;width:38px;height:34px;border-radius:46% 46% 43% 43%;background:linear-gradient(90deg,#8f3f18 0 18%,#bd6129 43%,#c96c31 58%,#8e3d17 100%);border:1px solid #55240f;box-shadow:inset 3px 0 #743114,inset -3px 0 #743114;}
.mb-head:before{content:"";position:absolute;left:3px;right:3px;top:10px;height:17px;border-radius:50%;background:linear-gradient(90deg,transparent 0 8%,rgba(239,143,75,.24) 35% 65%,transparent 92%);z-index:1}
.mb-head:after{content:"";position:absolute;left:4px;right:4px;bottom:2px;height:9px;border-radius:50%;border-bottom:2px solid rgba(79,29,10,.55);z-index:2}
.mb-ear{top:15px;width:12px;height:13px;background:#8d3e19;border-color:#54220d;box-shadow:inset 0 0 0 2px #a95224}.mb-ear:after{inset:3px;background:#d17b46}.mb-ear-l{left:2px}.mb-ear-r{right:2px}
.mb-cap{left:-2px;top:-8px;width:42px;height:16px;background:linear-gradient(#102f4e,#061b31);border-color:#315777;box-shadow:inset 0 2px rgba(255,255,255,.08)}
.mb-cap:before{content:"";position:absolute;left:4px;top:2px;width:13px;height:8px;border-left:1px solid #284968;border-radius:50%}
.mb-cap:after{right:-6px;bottom:-3px;width:21px;height:6px;background:#071d34;border-bottom:1px solid #315777}
.mb-cap-z{left:16px;top:-1px;font-size:11px;line-height:14px;text-shadow:0 1px #061321;transform:skew(-10deg)}
.mb-eye{top:9px;width:8px;height:9px;border:1px solid #2b1209;box-shadow:0 -2px 0 #51200d;z-index:6}.mb-eye:before{content:"";position:absolute;left:1px;top:1px;width:2px;height:2px;border-radius:50%;background:#fff;z-index:2}.mb-eye:after{width:4px;height:5px;left:2px;top:2px;background:#24130d;box-shadow:inset 0 0 0 1px #6f401e}.mb-eye-l{left:8px}.mb-eye-r{right:8px}
.mb-muzzle{left:7px;top:17px;width:24px;height:14px;background:linear-gradient(90deg,#d58a52,#e3a16d 50%,#d58a52);border:1px solid rgba(100,44,17,.28);box-shadow:inset 0 -2px rgba(126,55,22,.18);z-index:4}
.mb-muzzle:before,.mb-muzzle:after{content:"";position:absolute;top:6px;width:2px;height:2px;border-radius:50%;background:#653018;box-shadow:4px 1px #653018}.mb-muzzle:before{left:3px}.mb-muzzle:after{right:7px}
.mb-nose{left:15px;top:16px;width:8px;height:6px;background:linear-gradient(#3a1b10,#170c08);box-shadow:inset 1px 1px rgba(255,255,255,.18)}
.mb-tooth{top:26px;width:5px;height:7px;background:linear-gradient(#fffdf1,#e7e2cf);border-color:#aaa58f}.mb-tooth-l{left:14px}.mb-tooth-r{left:19px}
.mb-shirt{left:10px;bottom:-1px;width:34px;height:17px;background:linear-gradient(#fff,#dfe9ef);border-color:#9eb2c1;box-shadow:inset 0 -2px #c6d5df}
.mb-shirt:after{content:"Z";position:absolute;right:5px;top:6px;color:#082a49;font-size:6px;font-weight:1000;font-style:italic;line-height:1}
.mb-collar{top:0;width:12px;height:7px;background:#082844;border-bottom:1px solid #315777}.mb-collar-l{left:4px}.mb-collar-r{right:4px}
.mb-hand{width:14px;height:11px;background:linear-gradient(90deg,#8d3d19,#b85a28 45%,#a14920);border-color:#5a260e;box-shadow:inset 0 -2px rgba(83,31,10,.2)}
.mb-hand:after{content:"";position:absolute;left:3px;right:2px;top:3px;height:1px;border-top:1px solid rgba(91,35,14,.5);box-shadow:0 3px rgba(91,35,14,.42)}
/* mantém exatamente os estados e tempos funcionais da V3; só melhora o encaixe visual das mãos */
.beaver-password-toggle:not(.is-watching) .mb-hand-l{top:7px;transform:translate(9px,-1px) rotate(16deg)}
.beaver-password-toggle:not(.is-watching) .mb-hand-r{top:7px;transform:translate(-9px,-1px) rotate(-16deg)}
.beaver-password-toggle.is-watching .mb-hand-l{transform:translate(-2px,9px) rotate(-35deg)}
.beaver-password-toggle.is-watching .mb-hand-r{transform:translate(2px,9px) rotate(35deg)}
\n/* V8 - controle de senha padrão */
.password-field .password-eye-toggle{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important;border-radius:9px!important;cursor:pointer!important;padding:0!important}
.password-eye-toggle:hover{background:rgba(255,255,255,.05)!important}
.eye-icon{position:relative;width:22px;height:14px;border:2px solid #b8c7d4;border-radius:70% 10% 70% 10%;transform:rotate(45deg);display:block;transition:.18s ease}
.eye-icon:after{content:"";position:absolute;width:6px;height:6px;border:2px solid #b8c7d4;border-radius:50%;left:6px;top:2px;background:#071827}
.password-eye-toggle.is-visible .eye-icon{border-color:#dbe1e8}.password-eye-toggle.is-visible .eye-icon:after{border-color:#dbe1e8}

/* V8.1 - ícone de visibilidade de senha corrigido */
.password-field .password-eye-toggle{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important;border-radius:9px!important;cursor:pointer!important;padding:0!important}
.password-eye-toggle:hover{background:rgba(255,255,255,.05)!important}
.eye-icon{position:relative!important;width:25px!important;height:16px!important;border:2px solid #b8c7d4!important;border-radius:50% 0 50% 0!important;transform:rotate(45deg)!important;display:block!important;transition:border-color .18s ease!important;box-sizing:border-box!important}
.eye-icon:after{content:""!important;position:absolute!important;width:7px!important;height:7px!important;border-radius:50%!important;left:7px!important;top:3px!important;background:#b8c7d4!important;border:0!important;box-sizing:border-box!important}
.eye-icon:before{content:""!important;position:absolute!important;width:31px!important;height:2px!important;background:#b8c7d4!important;border-radius:2px!important;left:-5px!important;top:5px!important;transform:rotate(0deg) scaleX(1)!important;transform-origin:center!important;opacity:1!important;transition:opacity .16s ease,transform .16s ease!important;box-shadow:0 0 0 2px #071827!important;z-index:3!important}
.password-eye-toggle.is-visible .eye-icon{border-color:#dbe1e8!important}
.password-eye-toggle.is-visible .eye-icon:after{background:#dbe1e8!important}
.password-eye-toggle.is-visible .eye-icon:before{opacity:0!important;transform:rotate(0deg) scaleX(.25)!important}

.access-role-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.access-role{border:1px solid #29465c;background:#0a2031;color:#fff;border-radius:12px;padding:18px 12px;cursor:pointer;text-align:left;transition:.18s}.access-role:hover{transform:translateY(-2px);border-color:#bcc6d2;background:#102b40}.access-role b,.access-role small{display:block}.access-role b{font-size:15px;margin-bottom:6px}.access-role small{color:#9eb0bd;line-height:1.35}@media(max-width:560px){.access-role-choice{grid-template-columns:1fr}}

/* Refinamento V15 */
.social-svg{width:19px;height:19px;display:inline-block;vertical-align:-4px;margin-right:7px;flex:0 0 auto}.btn .social-svg{width:18px;height:18px}.choice-modal{position:fixed;inset:0;background:rgba(0,8,15,.78);z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}.choice-modal.open{display:flex}.choice-modal-card{position:relative;width:min(560px,100%);background:#071a2a;border:1px solid #294259;border-radius:14px;padding:34px;color:#fff;box-shadow:0 25px 70px #0008}.choice-modal-card>span,.detail-intro>span,.about-grid article>span{color:var(--silver-accent);font-size:12px;font-weight:900;letter-spacing:2px}.choice-modal-card h2{font-size:30px;margin:8px 0}.choice-modal-card p{color:#b8c4ce}.choice-close{position:absolute;right:15px;top:12px;background:none;border:0;color:#fff;font-size:28px}.choice-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.choice-options a{border:1px solid #294259;border-radius:10px;padding:20px;color:#fff;background:#0a2033;transition:.2s}.choice-options a:hover{border-color:var(--silver-accent);transform:translateY(-2px)}.choice-options b,.choice-options strong,.choice-options small{display:block}.choice-options b{font-size:28px}.choice-options strong{margin:10px 0 5px}.choice-options small{color:#9fb0be}.product-suggestion-card{background:#0a2033;border:1px solid #294259;border-radius:9px;padding:17px}.product-suggestion-card>b{font-size:26px}.product-suggestion-card h3{color:#fff;margin:7px 0}.product-suggestion-card p,.product-suggestion-card>small{color:#aebdc8;font-size:12px}.product-suggestion-card form{display:grid;gap:8px;margin:12px 0}.product-suggestion-card input,.product-suggestion-card textarea{width:100%;border:1px solid #385067;background:#071827;color:#fff;border-radius:6px;padding:10px;font:inherit}.product-suggestion-card textarea{min-height:72px;resize:vertical}.product-suggestion-card button{border:0;border-radius:6px;padding:11px;background:var(--silver-accent);font-weight:900;color:#07111a}.detail-hero,.about-hero{background:linear-gradient(115deg,#03101c,#09243a);color:#fff;padding:70px 0}.detail-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.detail-hero h1,.about-hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;margin:14px 0}.detail-hero h1 em,.about-hero h1 em{font-style:normal;color:var(--silver-accent)}.detail-hero p,.about-hero p{color:#c0ccd5;line-height:1.7;max-width:680px;margin-bottom:24px}.detail-hero img{width:100%;height:370px;object-fit:cover;border-radius:12px;border:1px solid #365069}.detail-content,.about-content{padding:65px 0;background:#f4f6f7}.detail-intro{max-width:760px;margin-bottom:30px}.detail-intro h2,.about-grid h2{font-size:36px;margin:8px 0}.detail-intro p,.about-grid p{color:#53616c;line-height:1.7}.detail-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-cards article{background:#fff;border:1px solid #dce2e6;border-radius:10px;padding:26px;box-shadow:0 8px 25px #0a1a260d}.detail-cards b{font-size:25px;color:#4e6680}.detail-cards h3{margin:12px 0 8px}.detail-cards p{color:#60707c;line-height:1.6}.detail-services{margin:28px 0;background:#071a2a;color:#fff;border-radius:12px;padding:30px}.detail-services>div{display:grid;grid-template-columns:1fr 1fr;gap:14px;color:#d1dae0}.detail-cta{margin-top:28px;text-align:center;background:#fff;border-radius:12px;padding:38px;border:1px solid #dce2e6}.detail-cta p{color:#64727d}.about-hero{text-align:center}.about-hero p{margin:20px auto 0}.about-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:45px}.about-grid aside{background:#071a2a;color:#fff;padding:30px;border-radius:12px}.about-grid aside p{color:#c1ccd4}.about-grid aside h3{margin:18px 0 6px;color:var(--silver-accent)}.about-instagram{display:flex;align-items:center;color:#fff;margin-top:18px}.about-instagram .social-svg{color:#fff}.budget-actions .btn{border:0;cursor:pointer;font:inherit}.mini-feature b,.budget-benefits b{font-family:Arial,sans-serif}
@media(max-width:760px){.choice-options,.detail-hero-grid,.detail-cards,.about-grid{grid-template-columns:1fr}.detail-services>div{grid-template-columns:1fr}.detail-hero img{height:250px}.detail-hero,.about-hero{padding:45px 0}.choice-modal-card{padding:28px 20px}}

/* V16 refinamentos de navegacao */
.page-back-wrap{padding-top:18px;padding-bottom:4px}.page-back-btn{display:inline-flex;align-items:center;gap:7px;border:1px solid #cbd3d9;background:#fff;color:#071a2a;border-radius:8px;padding:9px 14px;font-weight:800;cursor:pointer;box-shadow:0 5px 16px #071a2a0d}.page-back-btn:hover{border-color:var(--silver-accent);color:#4e6680;transform:translateY(-1px)}.about-instagram-btn{display:flex!important;align-items:center;justify-content:center;margin-top:10px;width:100%;color:#fff!important;border-color:#40566a!important;background:#10283b!important}.about-grid aside>.btn{width:100%;justify-content:center}.about-instagram-btn:hover{border-color:var(--silver-accent)!important}

.email-send-status{margin-top:10px;font-size:12px;font-weight:700;line-height:1.4}.email-send-status.sending{opacity:.75}.email-send-status.success{color:#168b4d}.email-send-status.error{color:#c93838}.feedback-form button:disabled,.product-suggestion-card button:disabled{opacity:.6;cursor:wait}



/* Página Sobre e Contato */
.about-page-v19-1 .page-back-wrap{background:#fff}
.about-hero-refined{padding:72px 0 78px;text-align:left;overflow:hidden;position:relative}
.about-hero-refined:after{content:"Z";position:absolute;right:-45px;top:-150px;font-size:560px;font-weight:900;font-style:italic;color:#fff;opacity:.022;line-height:1;pointer-events:none}
.about-hero-refined-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:70px;align-items:center;position:relative;z-index:1}
.about-hero-copy .services-kicker{display:inline-block;margin-bottom:10px}
.about-hero-refined h1{margin:8px 0 22px;max-width:780px}
.about-hero-refined .about-hero-copy>p{margin:0;max-width:720px}
.about-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.about-brand-panel{min-height:330px;border:1px solid #ffffff1f;border-radius:16px;background:linear-gradient(145deg,#0b2940,#061624);padding:38px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 24px 60px #0004}
.about-brand-panel img{width:min(360px,100%);max-height:145px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 10px 24px #0005)}
.about-brand-lines{display:flex;gap:7px;align-items:center;margin:28px 0 18px}
.about-brand-lines span{display:block;height:2px;background:var(--silver-accent);border-radius:2px}.about-brand-lines span:nth-child(1){width:44px}.about-brand-lines span:nth-child(2){width:15px;opacity:.65}.about-brand-lines span:nth-child(3){width:7px;opacity:.4}
.about-brand-panel p{margin:0!important;font-size:14px;color:#bfcbd4!important;line-height:1.6}
.about-label{display:inline-block;color:#ad7d25;font-size:11px;font-weight:900;letter-spacing:2.4px}
.about-overview-section{padding:76px 0;background:#f4f6f7}
.about-overview-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:58px;align-items:start}
.about-story h2{font-size:clamp(32px,4vw,46px);line-height:1.06;margin:10px 0 22px;max-width:680px}
.about-story p{color:#53616c;line-height:1.78;font-size:15px;margin:0 0 17px;max-width:760px}.about-story p strong{color:#132130}
.about-principles-card{background:#071a2a;color:#fff;border-radius:14px;padding:34px;border:1px solid #163149;box-shadow:0 15px 42px #071a2a17}
.about-principles-card .about-label{color:var(--silver-light)}
.about-principles-card h3{font-size:26px;line-height:1.15;margin:10px 0 24px}
.about-principles-list{display:grid}.about-principles-list>div{display:grid;grid-template-columns:45px 1fr;gap:15px;padding:17px 0;border-top:1px solid #ffffff17}.about-principles-list>div:first-child{border-top:0;padding-top:0}
.about-principles-list b{width:38px;height:38px;display:grid;place-items:center;border:1px solid #aeb9c866;border-radius:50%;color:var(--silver-light);font-size:11px}
.about-principles-list p{margin:0;color:#fff}.about-principles-list strong,.about-principles-list span{display:block}.about-principles-list strong{font-size:15px;margin-bottom:4px}.about-principles-list span{font-size:12px;line-height:1.55;color:#aebcc7}
.about-areas-section{padding:76px 0 84px;background:#fff}
.about-section-heading{text-align:center;max-width:740px;margin:0 auto 35px}.about-section-heading h2{font-size:clamp(32px,4vw,44px);margin:9px 0 12px}.about-section-heading p{color:#68747e;line-height:1.65;margin:0}
.about-area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.about-area-card{position:relative;display:flex;flex-direction:column;min-height:320px;padding:28px;background:#fff;border:1px solid #dbe2e7;border-radius:12px;transition:.22s;overflow:hidden}
.about-area-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--silver-accent);transform:scaleX(0);transform-origin:left;transition:.22s}
.about-area-card:hover{transform:translateY(-6px);border-color:#c8a252;box-shadow:0 18px 42px #071a2a17}.about-area-card:hover:after{transform:scaleX(1)}
.about-area-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:10px;background:#071a2a;color:#fff;margin-bottom:23px}.about-area-icon svg{width:34px;height:34px}
.about-area-card>span{font-size:10px;font-weight:900;letter-spacing:2px;color:#a97a26}.about-area-card h3{font-size:21px;margin:8px 0 12px}.about-area-card p{font-size:13px;color:#66747e;line-height:1.65;margin:0 0 22px}.about-area-card>b{margin-top:auto;font-size:12px;color:#192734}
.about-process-section{padding:76px 0 82px;background:linear-gradient(115deg,#03101c,#09243a);color:#fff}
.about-section-heading.light .about-label{color:var(--silver-light)}.about-section-heading.light p{color:#b7c5cf}.about-section-heading.light h2{color:#fff}
.about-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff1c;border:1px solid #ffffff1c;border-radius:12px;overflow:hidden}
.about-process-grid article{min-height:230px;padding:28px;background:#071a2a;position:relative}.about-process-grid article>b{display:block;color:var(--silver-light);font-size:34px;margin-bottom:28px}.about-process-grid article h3{font-size:18px;margin:0 0 10px}.about-process-grid article p{font-size:12px;line-height:1.65;color:#acbbc6;margin:0}
.about-contact-section{padding:82px 0;background:#eef2f4}
.about-contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);gap:54px;align-items:start}
.about-contact-info h2{font-size:clamp(34px,4vw,47px);line-height:1.05;margin:10px 0 17px}.about-contact-info>p{color:#60707b;line-height:1.7;margin:0 0 26px;max-width:600px}
.about-contact-cards{display:grid;gap:10px}.about-contact-card{display:grid;grid-template-columns:46px 1fr 22px;gap:13px;align-items:center;background:#fff;border:1px solid #d8e0e5;border-radius:10px;padding:13px 15px;transition:.18s}.about-contact-card:hover{border-color:#bd913c;transform:translateX(4px)}
.about-contact-symbol{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#071a2a;color:#fff}.about-contact-symbol svg{width:20px;height:20px}.about-contact-card p{margin:0;min-width:0}.about-contact-card strong,.about-contact-card small{display:block}.about-contact-card strong{font-size:14px}.about-contact-card small{margin-top:3px;font-size:11px;color:#76838d;overflow-wrap:anywhere}.about-contact-card>b{font-size:18px;color:#aa7d2f}
.about-location-note{margin-top:19px;border-left:3px solid var(--silver-accent);padding:4px 0 4px 15px}.about-location-note strong,.about-location-note span{display:block}.about-location-note strong{font-size:12px}.about-location-note span{font-size:11px;color:#6f7c86;line-height:1.5;margin-top:4px}
.about-contact-form-panel{background:#071a2a;color:#fff;border-radius:14px;padding:34px;box-shadow:0 18px 44px #071a2a1f}.about-contact-form-panel .about-label{color:var(--silver-light)}.about-contact-form-panel h3{font-size:26px;margin:9px 0 24px}
.about-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.about-contact-form label{font-size:11px;font-weight:800;color:#c5d0d8;display:grid;gap:7px}.about-contact-form label:nth-child(3),.about-contact-form label:nth-child(4),.about-contact-form button,.about-contact-form .email-send-status{grid-column:1/-1}
.about-contact-form input,.about-contact-form select,.about-contact-form textarea{width:100%;border:1px solid #365067;background:#0b2234;color:#fff;border-radius:7px;padding:12px 13px;font:inherit;font-size:14px;outline:none}.about-contact-form input:focus,.about-contact-form select:focus,.about-contact-form textarea:focus{border-color:var(--silver-accent)}.about-contact-form textarea{min-height:125px;resize:vertical}.about-contact-form select option{color:#111;background:#fff}.about-contact-form button{border:0;cursor:pointer;min-height:47px;font:inherit;font-weight:900}.about-contact-form button:disabled{opacity:.6;cursor:wait}.about-form-note{display:block;color:#8295a3;line-height:1.5;font-size:10px;margin-top:12px}
.about-contact-form-panel .email-send-status{font-size:12px;margin:0}.about-contact-form-panel .email-send-status.success{color:#62d99a}.about-contact-form-panel .email-send-status.error{color:#ff8e8e}
@media(max-width:980px){.about-hero-refined-grid,.about-overview-grid,.about-contact-grid{grid-template-columns:1fr}.about-hero-refined-grid{gap:35px}.about-brand-panel{min-height:260px}.about-overview-grid{gap:32px}.about-area-grid{grid-template-columns:1fr}.about-area-card{min-height:0}.about-process-grid{grid-template-columns:1fr 1fr}.about-contact-grid{gap:35px}}
@media(max-width:640px){.about-hero-refined{padding:48px 0 55px}.about-hero-refined h1{font-size:42px}.about-brand-panel{padding:26px;min-height:210px}.about-hero-actions{display:grid}.about-hero-actions .btn{width:100%}.about-overview-section,.about-areas-section,.about-process-section,.about-contact-section{padding:55px 0}.about-principles-card,.about-contact-form-panel{padding:25px 20px}.about-process-grid{grid-template-columns:1fr}.about-process-grid article{min-height:0}.about-contact-form{grid-template-columns:1fr}.about-contact-form label{grid-column:1/-1}}


/* Cadastro público e finalização do carrinho */
.customer-register-button{display:inline-flex;align-items:center;gap:7px;border:1px solid #385067;background:#0a2033;color:#eef3f6;padding:10px 13px;border-radius:7px;font-weight:800;font-size:12px;cursor:pointer;white-space:nowrap;transition:.2s}.customer-register-button:hover{border-color:var(--silver-accent);color:var(--silver-light);transform:translateY(-2px)}.customer-user-icon{width:17px;height:17px;color:var(--silver-accent);display:inline-flex;align-items:center;justify-content:center}.customer-user-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.customer-modal,.checkout-modal{position:fixed;inset:0;background:rgba(0,8,15,.82);z-index:1200;display:none;align-items:center;justify-content:center;padding:20px;overflow:auto}.customer-modal.open,.checkout-modal.open{display:flex}.customer-modal-card,.checkout-modal-card{position:relative;width:min(720px,100%);max-height:92vh;overflow:auto;background:#071a2a;border:1px solid #355069;border-radius:14px;padding:30px;color:#fff;box-shadow:0 28px 80px #0009}.checkout-modal-card{width:min(690px,100%)}.customer-modal-close,.checkout-close{position:absolute;right:14px;top:10px;border:0;background:none;color:#fff;font-size:30px;cursor:pointer}.customer-modal-kicker,.checkout-modal-card>span{display:block;color:var(--silver-accent);font-size:11px;font-weight:900;letter-spacing:2px}.customer-modal-card h2,.checkout-modal-card h2{font-size:30px;margin:8px 0}.customer-modal-card>p,.checkout-modal-card>p,.budget-request-step>p{color:#aebdc8;line-height:1.6}.customer-type-row{display:flex;gap:18px;flex-wrap:wrap;margin:18px 0}.customer-type-row label{display:flex;align-items:center;gap:7px;color:#d8e0e6;font-size:13px}.customer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.customer-form-grid label{font-size:11px;font-weight:800;letter-spacing:.04em;color:#c7d2da}.customer-form-grid input{width:100%;margin-top:6px;background:#061827;color:#fff;border:1px solid #385067;border-radius:7px;padding:12px;font:inherit}.customer-form-grid input:focus,.budget-request-step textarea:focus{outline:2px solid #aeb9c866;border-color:var(--silver-accent)}.customer-span-2{grid-column:span 2}.customer-register-status{min-height:22px;color:#dbe1e8;font-size:12px;padding-top:9px}.customer-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.customer-primary,.customer-secondary,.checkout-success button,.checkout-confirm,.checkout-back-choice{border:1px solid #385067;border-radius:7px;padding:12px 16px;font-weight:900;cursor:pointer}.customer-primary,.checkout-confirm,.checkout-success button{background:var(--silver-accent);color:#07111a;border-color:var(--silver-accent)}.customer-secondary,.checkout-back-choice,.checkout-secondary-done{background:#0a2033;color:#fff}.checkout-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.checkout-choice{min-height:190px;text-align:left;background:#0a2033;color:#fff;border:1px solid #294259;border-radius:11px;padding:22px;cursor:pointer;transition:.2s}.checkout-choice:hover{border-color:var(--silver-accent);transform:translateY(-2px)}.checkout-choice>b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dbe1e8;color:#07111a;font-size:12px}.checkout-choice strong,.checkout-choice small{display:block}.checkout-choice strong{font-size:20px;margin:16px 0 8px}.checkout-choice small{color:#aebdc8;line-height:1.55}.budget-request-step{margin-top:20px}.budget-request-step h3{font-size:24px;margin:16px 0 4px}.budget-request-step textarea{width:100%;min-height:135px;resize:vertical;background:#061827;color:#fff;border:1px solid #385067;border-radius:8px;padding:13px;font:inherit;margin:8px 0 14px}.checkout-back-choice{padding:9px 12px;font-size:12px}.checkout-confirm{width:100%}.checkout-success{text-align:center;padding:18px 4px 4px}.checkout-success-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 13px;border-radius:50%;background:#1a8b52;color:#fff;font-size:30px;font-weight:900}.checkout-success h3{font-size:25px;margin:8px 0}.checkout-success p{color:#b9c6cf;line-height:1.65}.checkout-success small{display:block;color:#8698a6;margin:8px 0 18px}.checkout-success button{margin:5px}.checkout-success .checkout-secondary-done{background:#0a2033;color:#fff;border-color:#385067}.checkout-demo:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:1100px){.customer-register-button{display:none}}
@media(max-width:760px){.customer-form-grid,.checkout-choice-grid{grid-template-columns:1fr}.customer-span-2{grid-column:span 1}.customer-modal-card,.checkout-modal-card{padding:26px 18px}.customer-modal-actions{flex-direction:column-reverse}.customer-modal-actions button{width:100%}.checkout-choice{min-height:0}}

.customer-register-nav{display:none;border:0;background:transparent;font:inherit;cursor:pointer}
@media(max-width:1100px){.navigation.open .customer-register-nav{display:block;color:#dce6ed;text-align:left;width:100%;padding:13px 0;border-top:1px solid #173146}.navigation.open .customer-register-nav:hover{color:var(--silver-accent)}}

/* Propostas comerciais fechadas no carrinho */
.cart-drawer{overflow-y:auto}
.cart-section-label{font-size:10px;font-weight:900;letter-spacing:.16em;color:#91a5b4;margin:15px 0 4px}.proposal-label{color:#dbe1e8;margin-top:18px}
.client-proposal-area[hidden]{display:none}.client-proposal-card{border:1px solid #29475e;background:#0a2033;border-radius:11px;padding:14px;margin:10px 0 16px}.client-proposal-card.accepted{border-color:#39755a}.client-proposal-card.rejected{border-color:#74404a}.proposal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.proposal-head small,.proposal-head strong{display:block}.proposal-head small{color:#8fa3b2;font-size:9px;letter-spacing:.12em}.proposal-head strong{font-size:15px;margin-top:4px}.proposal-status{border-radius:20px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.08em}.proposal-status.ok{background:#153d2c;color:#72dda5}.proposal-status.bad{background:#421f28;color:#ff9aa7}.proposal-lock{margin:11px 0;padding:9px 10px;border-radius:7px;background:#071827;color:#b7c5ce;font-size:10px;line-height:1.45}.client-proposal-items{border-top:1px solid #203b50;border-bottom:1px solid #203b50}.client-proposal-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:8px 0;font-size:11px}.client-proposal-item small{color:#91a4b3}.client-proposal-item b{white-space:nowrap}.proposal-total{display:flex;justify-content:space-between;gap:10px;padding:11px 0 5px;font-size:13px}.proposal-total b{font-size:16px;color:#dbe1e8}.proposal-reason{margin-top:10px;padding:10px;border-radius:7px;background:#25161b;border:1px solid #5f333d;color:#f1c8ce;font-size:11px}.proposal-reason p{margin:5px 0 0;line-height:1.5}.proposal-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.proposal-actions button{border-radius:7px;padding:10px 12px;font-weight:900;font-size:10px;cursor:pointer}.proposal-primary{border:1px solid #dbe1e8;background:#dbe1e8;color:#07111a}.proposal-secondary{border:1px solid #385067;background:#0a2033;color:#fff}.cart-empty-message{color:#9fb0be;font-size:12px}
.payment-step{margin-top:12px}.payment-kicker{display:block;color:#72dda5;font-size:10px;font-weight:900;letter-spacing:.15em;margin-top:14px}.payment-step h3{font-size:25px;margin:7px 0}.payment-step>p{color:#aebdc8;line-height:1.55}.payment-summary{border:1px solid #29475e;border-radius:9px;background:#061827;padding:14px;margin:15px 0}.payment-summary-head{display:flex;justify-content:space-between;gap:12px}.payment-summary-head span{color:#9fb0be;font-size:11px}.payment-summary-head b{color:#dbe1e8}.payment-summary-items{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.payment-summary-items span{font-size:10px;background:#0c2538;border-radius:20px;padding:6px 9px;color:#c8d3db}.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.payment-options label{display:flex;align-items:flex-start;gap:8px;border:1px solid #29475e;border-radius:9px;padding:13px;background:#0a2033;cursor:pointer}.payment-options input{margin-top:3px;accent-color:#dbe1e8}.payment-options b,.payment-options small{display:block}.payment-options small{color:#91a4b3;margin-top:3px;font-size:10px}.checkout-demo:disabled{opacity:.48;cursor:not-allowed}
@media(max-width:760px){.payment-options{grid-template-columns:1fr}.client-proposal-item{grid-template-columns:1fr auto}.client-proposal-item b{grid-column:1/-1}}

/* Propostas fechadas e resumo de alterações */
.proposal-changes{margin:10px 0 2px;padding:10px;border:1px solid #35546c;border-radius:8px;background:#0b2132}.proposal-changes b{display:block;font-size:10px;letter-spacing:.08em;color:#dce6ed;margin-bottom:7px}.proposal-changes ul{margin:0;padding-left:18px;color:#b8c7d1;font-size:10px;line-height:1.55}.proposal-changes li+li{margin-top:3px}.proposal-actions .proposal-danger{border:1px solid #74404a;background:#25161b;color:#ffb0ba}.payment-change-list{margin-top:12px;padding-top:12px;border-top:1px solid #29475e}.payment-change-list b{display:block;font-size:10px;letter-spacing:.09em;color:#dce6ed;margin-bottom:7px}.payment-change-list ul{margin:0;padding-left:18px;color:#b8c7d1;font-size:11px;line-height:1.55}.payment-summary-items{display:grid;gap:6px}.payment-summary-items span{display:flex;justify-content:space-between;gap:12px;border-radius:7px}.payment-summary-items span b{color:#eef4f8;font-size:10px}.client-proposal-card.rejected .proposal-lock{background:#23161b;color:#edc3c8}.catalog-sidebar{align-self:start}

/* Orçamento recusado: nova proposta; orçamento aprovado: finalização direta */
.checkout-choice-grid[hidden],
.budget-request-step[hidden],
.payment-step[hidden],
.checkout-success[hidden],
.rebuild-proposal-step[hidden],
#rebuildChoicePanel[hidden],
#rebuildEditor[hidden]{display:none!important}
.rebuild-proposal-step{margin-top:14px}
.rebuild-proposal-step>p,.rebuild-help{color:#aebdc8;line-height:1.6}
.rebuild-kicker{display:block;color:#ff9aa7;font-size:10px;font-weight:900;letter-spacing:.15em;margin-top:15px}
.rebuild-proposal-step h3{font-size:25px;margin:7px 0}
.rebuild-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.rebuild-choice{min-height:175px;text-align:left;background:#0a2033;color:#fff;border:1px solid #294259;border-radius:11px;padding:20px;cursor:pointer;transition:.2s}
.rebuild-choice:hover{border-color:#dbe1e8;transform:translateY(-2px)}
.rebuild-choice>b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dbe1e8;color:#07111a;font-size:12px}
.rebuild-choice strong,.rebuild-choice small{display:block}.rebuild-choice strong{font-size:19px;margin:14px 0 7px}.rebuild-choice small{color:#aebdc8;line-height:1.5}
.rebuild-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:12px}.rebuild-editor-head h3{margin-bottom:0}
.rebuild-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;background:#061827;border:1px solid #385067;border-radius:9px;padding:7px 8px;margin:16px 0 10px}
.rebuild-search>span{color:#91a4b3;font-size:18px}.rebuild-search input{min-width:0;background:transparent;border:0;color:#fff;padding:9px;font:inherit;outline:0}.rebuild-search button{border:0;border-radius:6px;background:#dbe1e8;color:#07111a;padding:10px 15px;font-weight:900;cursor:pointer}
.rebuild-search-results{max-height:230px;overflow:auto;border:1px solid #203b50;border-radius:9px;background:#061827}
.rebuild-result-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px;border-bottom:1px solid #173247}.rebuild-result-row:last-child{border-bottom:0}.rebuild-result-row strong,.rebuild-result-row small{display:block}.rebuild-result-row small{color:#91a4b3;margin-top:4px;font-size:10px}
.rebuild-add-controls{display:flex;gap:7px;align-items:center}.rebuild-add-controls input{width:68px;background:#0a2033;border:1px solid #385067;color:#fff;border-radius:6px;padding:9px}.rebuild-add-controls button{border:1px solid #dbe1e8;background:#dbe1e8;color:#07111a;border-radius:6px;padding:9px 11px;font-weight:900;cursor:pointer}
.rebuild-selected-head{display:flex;justify-content:space-between;gap:12px;margin:18px 0 8px}.rebuild-selected-head strong{font-size:13px}.rebuild-selected-head span{color:#91a4b3;font-size:11px}
.rebuild-selected-items{border:1px solid #29475e;border-radius:9px;background:#061827;overflow:hidden}.rebuild-selected-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:12px;border-bottom:1px solid #173247}.rebuild-selected-row:last-child{border-bottom:0}.rebuild-selected-row strong,.rebuild-selected-row small{display:block}.rebuild-selected-row small{color:#91a4b3;font-size:10px;margin-top:3px}.rebuild-selected-row>b{color:#dbe1e8;white-space:nowrap}.rebuild-qty-edit{display:flex;align-items:center;gap:4px}.rebuild-qty-edit button,.rebuild-remove{border:1px solid #385067;background:#0a2033;color:#fff;border-radius:6px;cursor:pointer}.rebuild-qty-edit button{width:32px;height:32px;font-weight:900}.rebuild-qty-edit input{width:56px;background:#071a2a;border:1px solid #385067;color:#fff;border-radius:6px;padding:7px;text-align:center}.rebuild-remove{padding:8px 10px;color:#ffb0ba;border-color:#74404a;background:#25161b}
.rebuild-total{display:flex;justify-content:space-between;gap:12px;padding:14px 2px;font-size:14px}.rebuild-total strong{font-size:19px;color:#dbe1e8}
.rebuild-note-label{display:block;font-size:11px;font-weight:900;letter-spacing:.04em;color:#c7d2da;margin-top:8px}.rebuild-note-label textarea{display:block;width:100%;min-height:110px;margin:7px 0 14px;background:#061827;color:#fff;border:1px solid #385067;border-radius:8px;padding:12px;resize:vertical;font:inherit}.rebuild-note-label textarea:focus{outline:2px solid #aeb9c866;border-color:#dbe1e8}
.rebuild-empty{padding:16px;color:#91a4b3;font-size:11px;text-align:center}
@media(max-width:760px){.rebuild-choice-grid{grid-template-columns:1fr}.rebuild-editor-head,.rebuild-result-row{align-items:stretch;flex-direction:column}.rebuild-add-controls{justify-content:flex-end}.rebuild-selected-row{grid-template-columns:1fr auto}.rebuild-selected-row>b{grid-column:1/2}.rebuild-remove{grid-column:2/3}.rebuild-qty-edit{grid-column:2/3;grid-row:1/2}.rebuild-search{grid-template-columns:auto 1fr}.rebuild-search button{grid-column:1/-1}.rebuild-result-row{display:flex}}


/* ============================================================
   Identidade oficial ZARKON: azul-marinho, branco e prata
   ============================================================ */
:root{--zk-navy:#071a32;--zk-navy-deep:#03101f;--zk-navy-soft:#153b63;--zk-silver:#aeb9c8;--zk-silver-light:#e5eaf0;--zk-white:#fff}
.btn-accent{background:linear-gradient(100deg,#eef2f6,#aeb9c8);color:#071a32;box-shadow:0 8px 24px #02091430}.btn-accent:hover{filter:brightness(1.04);transform:translateY(-2px)}
.hero h1 span,.budget-grid h2 span,.services-kicker,.supply-kicker,.detail-hero h1 em,.about-hero h1 em{color:#eef2f6}
.nav-link.active{color:#f3f6f9}.nav-link:after{background:#aeb9c8}.instagram-button{border-color:#8190a2;color:#f5f7fa}.instagram-button:hover{background:#dce2e9;color:#071a32}
.choice-options.three{grid-template-columns:repeat(3,1fr)}
.choice-options a b{color:#f3f6f9}.choice-options a:hover{border-color:#c7d0da;background:#102a43}
.v20-demo-banner{background:linear-gradient(90deg,#0b2540,#163b60);border:1px solid #44647f;color:#dbe5ee;padding:12px 16px;border-radius:10px;margin:18px auto;font-size:12px;line-height:1.55;display:flex;align-items:flex-start;gap:10px}.v20-demo-banner b{color:#fff}.v20-demo-banner .demo-dot{width:9px;height:9px;border-radius:50%;background:#c7d0da;margin-top:5px;box-shadow:0 0 0 4px #c7d0da18;flex:0 0 auto}
.home-process{padding:64px 0;background:#eef1f4}.home-process-head{max-width:720px;margin-bottom:28px}.home-process-head span,.service-section-label{font-size:11px;font-weight:900;letter-spacing:2px;color:#536a82}.home-process-head h2{font-size:38px;margin:8px 0}.home-process-head p{color:#657481;line-height:1.7}.home-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-process-grid article{background:#fff;border:1px solid #d7dee5;border-radius:12px;padding:24px;box-shadow:0 12px 30px #071a320b}.home-process-grid b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#071a32;color:#fff;margin-bottom:20px}.home-process-grid h3{margin:0 0 8px}.home-process-grid p{margin:0;color:#667580;line-height:1.6;font-size:13px}
.service-contact-strip{background:#eef3f7;padding:34px 0;border-top:1px solid rgba(7,26,42,.08)}.service-contact-strip .container{display:flex;justify-content:space-between;gap:24px;align-items:center;background:#fff;border:1px solid rgba(7,26,42,.08);border-radius:16px;padding:22px 24px;box-shadow:0 8px 22px rgba(4,19,31,.06)}.service-contact-strip h2{margin:0 0 6px;color:#0a2135;font-size:30px;line-height:1.1}.service-contact-strip p{margin:0;color:#445869;line-height:1.55;font-size:15px}.service-contact-strip .btn{white-space:nowrap}
.service-process{margin:34px 0}.service-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.service-process-grid article{background:#fff;border:1px solid #d9e0e6;border-radius:10px;padding:20px;min-height:165px}.service-process-grid b{display:block;color:#506981;font-size:22px;margin-bottom:20px}.service-process-grid h3{font-size:15px;margin:0 0 8px}.service-process-grid p{font-size:12px;color:#64727d;line-height:1.55;margin:0}
.service-quote-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;margin-top:34px;background:#071a32;color:#fff;padding:30px;border-radius:14px}.service-quote-copy p{color:#b8c6d2;line-height:1.65}.service-quote-copy ul{padding-left:18px;color:#dbe3ea;line-height:1.9}.service-quote-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#0b223a;padding:20px;border:1px solid #34506a;border-radius:10px}.service-quote-form label{font-size:11px;font-weight:800;color:#c9d4de}.service-quote-form input,.service-quote-form select,.service-quote-form textarea{width:100%;margin-top:6px;background:#061827;color:#fff;border:1px solid #3a566e;border-radius:7px;padding:11px;font:inherit}.service-quote-form textarea{min-height:95px;resize:vertical}.service-quote-form .span2{grid-column:span 2}.service-quote-form button{grid-column:span 2;border:0;cursor:pointer}
.plan-compare{margin:30px 0;background:#fff;border:1px solid #d8dfe5;border-radius:12px;overflow:auto}.plan-compare table{width:100%;border-collapse:collapse;min-width:660px}.plan-compare th,.plan-compare td{padding:14px;border-bottom:1px solid #e3e7eb;text-align:center;font-size:13px}.plan-compare th:first-child,.plan-compare td:first-child{text-align:left}.plan-compare thead th{background:#071a32;color:#fff}.plan-compare .yes{font-weight:900;color:#183f60}.plan-demo-note{font-size:11px;color:#7a8792;margin-top:8px}.fleet-block{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;background:#e9edf1;border-radius:12px;padding:30px;margin:28px 0}.fleet-block h2{margin:0 0 10px}.fleet-block p{color:#5f6e79;line-height:1.65}.fleet-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fleet-list span{background:#fff;border:1px solid #d5dde4;padding:13px;border-radius:8px;font-size:12px}
.gallery-placeholder{border:1px dashed #aab6c1;border-radius:12px;padding:28px;text-align:center;color:#697985;background:#f8fafb;margin:28px 0}.gallery-placeholder strong{display:block;color:#263b4e;margin-bottom:8px}
.catalog-demo-note{margin:0 0 18px}.product-card .demo-product-badge{display:inline-flex;font-size:9px;letter-spacing:.08em;padding:4px 6px;border-radius:20px;background:#e6ebf0;color:#42586b;margin-bottom:7px;font-weight:900}.product-visual img{width:100%;height:100%;max-height:135px;object-fit:contain;padding:12px}.admin-footer-access{display:inline-flex;align-items:center;gap:7px;border:1px solid #51687b;background:transparent;color:#e6edf3;padding:9px 12px;border-radius:7px;font-weight:800;cursor:pointer}.admin-footer-access:hover{background:#d9e0e7;color:#071a32}
.legal-links{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;font-size:10px;letter-spacing:.08em;padding:10px 15px 16px;color:#aab7c1}.legal-links a{color:#d7e0e7}.legal-links a:hover{color:#fff}
.customer-area-page{background:#edf1f4}.customer-area-hero{background:linear-gradient(115deg,#03101f,#123753);color:#fff;padding:60px 0}.customer-area-hero h1{font-size:clamp(38px,5vw,60px);margin:8px 0}.customer-area-hero p{max-width:700px;color:#c2ced8;line-height:1.65}.customer-area-content{padding:45px 0 70px}.customer-area-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.customer-area-top h2{margin:0}.customer-area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.customer-summary-card{background:#fff;border:1px solid #d7dfe6;border-radius:12px;padding:22px}.customer-summary-card small{display:block;color:#71808b;margin-bottom:7px}.customer-summary-card b{font-size:28px;color:#102c45}.customer-section{background:#fff;border:1px solid #d7dfe6;border-radius:12px;padding:24px;margin-top:18px}.customer-section-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.customer-section-head h3{margin:0}.customer-status-card{border:1px solid #dce3e8;border-radius:10px;padding:16px;margin-top:12px}.customer-status-head{display:flex;justify-content:space-between;gap:12px}.customer-status-head strong{display:block}.customer-status-head small{color:#7a8791}.status-pill{font-size:10px;font-weight:900;border-radius:20px;padding:6px 9px;background:#e6ebf0;color:#344d63;white-space:nowrap}.status-pill.ok{background:#e1f2e8;color:#1d6a3f}.status-pill.warn{background:#edf1f5;color:#526779}.customer-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px}.customer-timeline span{font-size:10px;background:#edf1f4;padding:9px;border-radius:7px;text-align:center;color:#77848e}.customer-timeline span.done{background:#173b59;color:#fff}.customer-empty{padding:28px;text-align:center;color:#76848e;border:1px dashed #c3ccd3;border-radius:9px;margin-top:13px}.customer-demo-warning{font-size:11px;color:#647682;margin-top:14px}
.legal-page{background:#edf1f4}.legal-hero{background:#071a32;color:#fff;padding:50px 0}.legal-content{padding:40px 0 70px}.legal-card{max-width:900px;background:#fff;border:1px solid #d7dfe5;border-radius:12px;padding:30px}.legal-card h2{margin-top:28px}.legal-card p,.legal-card li{color:#5f6f7b;line-height:1.7}.legal-draft{background:#e8edf2;border-left:4px solid #667b8e;padding:14px 16px;margin-bottom:24px;color:#465c70}
@media(max-width:980px){.home-process-grid{grid-template-columns:1fr 1fr}.service-process-grid{grid-template-columns:1fr 1fr}.service-quote-panel,.fleet-block{grid-template-columns:1fr}.customer-area-grid{grid-template-columns:1fr}.choice-options.three{grid-template-columns:1fr}.service-contact-strip .container{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.home-process-grid,.service-process-grid,.fleet-list{grid-template-columns:1fr}.service-quote-form{grid-template-columns:1fr}.service-quote-form .span2,.service-quote-form button{grid-column:auto}.customer-timeline{grid-template-columns:1fr 1fr}}


@media(max-width:1100px){.site-logo{width:164px;height:48px}}
@media(max-width:640px){.site-logo{width:145px;height:44px}}

.customer-track-button{margin-top:12px;border:1px solid #526c80;background:#0b2132;color:#eef3f7;padding:9px 12px;border-radius:9px;font-weight:800;cursor:pointer}.customer-track-meta{margin-top:8px;color:#667b8b;font-size:12px}.tracking-modal{position:fixed;inset:0;background:#020b12cc;display:none;place-items:center;padding:18px;z-index:1000}.tracking-modal.open{display:grid}.tracking-modal-card{width:min(760px,96vw);background:#081a29;color:#f4f7fa;border:1px solid #3e5b71;border-radius:16px;padding:18px}.tracking-modal-head{display:flex;justify-content:space-between;gap:15px;align-items:center}.tracking-modal-head button{border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}.customer-track-map{height:390px;border-radius:12px;overflow:hidden;background:#dce7ef;margin-top:12px}.tracking-last-update{color:#b6c5d0;margin:8px 0 0;font-size:12px}@media(max-width:650px){.customer-track-map{height:300px}}


/* V28.2 — Conta e cadastro do cliente */
.customer-auth-card{
  width:min(920px,100%);
  max-height:94vh;
  padding:0;
  display:grid;
  grid-template-columns:minmax(250px,310px) 1fr;
  overflow:hidden;
  border-radius:22px;
  border-color:#466078;
  background:#071a2a;
}
.customer-auth-card .customer-modal-close{
  z-index:4;
  width:42px;
  height:42px;
  right:16px;
  top:14px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#071a2acc;
  border:1px solid #49637b;
  font-size:26px;
  line-height:1;
}
.customer-auth-aside{
  position:relative;
  padding:42px 30px;
  background:
    radial-gradient(circle at 15% 15%,rgba(213,224,233,.13),transparent 35%),
    linear-gradient(155deg,#0d2a41 0%,#071725 75%);
  border-right:1px solid #2d465c;
}
.customer-auth-aside:after{
  content:"Z";
  position:absolute;
  right:20px;
  bottom:-18px;
  font-size:150px;
  font-weight:900;
  line-height:1;
  color:#fff;
  opacity:.025;
  pointer-events:none;
}
.customer-auth-aside h3{
  margin:16px 0 12px;
  max-width:240px;
  font-size:30px;
  line-height:1.08;
}
.customer-auth-aside>p{
  color:#aebdc8;
  line-height:1.65;
  font-size:14px;
}
.customer-auth-benefits{
  display:grid;
  gap:14px;
  margin-top:32px;
}
.customer-auth-benefits>div{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:11px;
  align-items:center;
  padding:12px 0;
  border-top:1px solid #29455b;
}
.customer-auth-benefits b{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dfe6eb;
  color:#071725;
  font-size:10px;
}
.customer-auth-benefits span{
  color:#d6e0e7;
  font-size:12px;
  line-height:1.45;
}
.customer-auth-content{
  padding:38px 42px 34px;
  min-width:0;
  overflow:auto;
}
.customer-auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  padding:5px;
  margin:0 48px 30px 0;
  background:#051522;
  border:1px solid #30495f;
  border-radius:12px;
}
.customer-auth-tabs button{
  min-height:42px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#9fb0bc;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}
.customer-auth-tabs button.active{
  background:#e4e9ed;
  color:#071725;
  box-shadow:0 4px 18px #0004;
}
.customer-auth-step{
  display:block;
  color:#aebdca;
  letter-spacing:.15em;
  font-size:10px;
  font-weight:900;
  margin-bottom:7px;
}
.customer-auth-heading h2{
  margin:0 0 8px;
  font-size:32px;
}
.customer-auth-heading p{
  margin:0 0 26px;
  color:#aebdc8;
  line-height:1.6;
  font-size:14px;
}
.customer-auth-form{
  display:grid;
  gap:17px;
}
.customer-auth-field{
  display:block;
  color:#d6e0e7;
  font-size:12px;
  font-weight:800;
}
.customer-auth-field>span{
  display:block;
  margin-bottom:7px;
}
.customer-auth-field input{
  width:100%;
  min-height:52px;
  padding:13px 15px;
  border:1px solid #3b566e;
  border-radius:11px;
  background:#041522;
  color:#fff;
  font:inherit;
  font-size:15px;
  outline:none;
  transition:.15s ease;
}
.customer-auth-field input:focus{
  border-color:#cbd5dc;
  box-shadow:0 0 0 3px rgba(205,217,226,.10);
}
.customer-auth-field small{
  display:block;
  margin-top:6px;
  color:#7f94a4;
  font-size:10px;
  font-weight:500;
  line-height:1.45;
}
.customer-auth-terms{
  display:flex;
  gap:11px;
  align-items:flex-start;
  padding:13px 14px;
  border:1px solid #314b61;
  border-radius:10px;
  background:#081d2d;
  color:#c7d3dc;
  font-size:11px;
  line-height:1.55;
}
.customer-auth-terms[hidden]{display:none!important}
.customer-auth-terms input{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin:1px 0 0;
}
.customer-auth-terms a{color:#fff;font-weight:800}
.customer-register-status{
  min-height:20px;
  padding:0;
  font-size:12px;
  line-height:1.5;
}
.customer-register-status.error{color:#ffaaaa}
.customer-register-status.success{color:#bff1dc}
.customer-register-status.sending{color:#dbe5eb}
.customer-auth-submit{
  width:100%;
  min-height:50px;
  border-radius:11px;
  font-size:14px;
}
.customer-auth-recover{
  justify-self:center;
  border:0;
  background:none;
  color:#dce5eb;
  text-decoration:underline;
  text-underline-offset:4px;
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  padding:5px 8px;
}
.customer-auth-recover:disabled{opacity:.55;cursor:not-allowed}
.customer-auth-footnote{
  margin:20px 0 0;
  padding-top:18px;
  border-top:1px solid #263f53;
  color:#879aa8;
  font-size:11px;
  line-height:1.55;
  text-align:center;
}

/* Cadastro detalhado */
.customer-profile-card{
  width:min(900px,100%);
  max-height:94vh;
  padding:0;
  overflow:auto;
  border-radius:22px;
}
.customer-profile-header{
  padding:34px 38px 26px;
  background:linear-gradient(160deg,#0c293f,#071a2a);
  border-bottom:1px solid #2f485e;
}
.customer-profile-header h2{
  margin:7px 0 8px;
  font-size:32px;
}
.customer-profile-header p{
  margin:0;
  color:#aebdc8;
  line-height:1.6;
}
.customer-profile-form{
  display:grid;
  gap:18px;
  padding:26px 38px 34px;
}
.customer-form-section{
  padding:20px;
  background:#061827;
  border:1px solid #2f495f;
  border-radius:14px;
}
.customer-form-section-head{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:17px;
}
.customer-form-section-head>b{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e1e7eb;
  color:#071725;
  font-size:11px;
}
.customer-form-section-head strong,
.customer-form-section-head span{
  display:block;
}
.customer-form-section-head strong{
  color:#fff;
  font-size:14px;
}
.customer-form-section-head span{
  color:#8fa2b0;
  font-size:11px;
  margin-top:3px;
}
.customer-type-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:0;
}
.customer-type-cards label{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:1px solid #38536a;
  border-radius:11px;
  background:#081d2e;
  cursor:pointer;
}
.customer-type-cards input{
  width:18px;
  height:18px;
  flex:0 0 auto;
}
.customer-type-cards span b,
.customer-type-cards span small{
  display:block;
}
.customer-type-cards span b{color:#eef3f6;font-size:13px}
.customer-type-cards span small{color:#8fa1af;font-size:10px;margin-top:3px}
.customer-profile-form .customer-form-grid{
  gap:14px;
}
.customer-profile-form .customer-form-grid label{
  color:#cbd6dd;
  font-size:11px;
}
.customer-profile-form .customer-form-grid input{
  min-height:49px;
  padding:13px 14px;
  border-radius:10px;
  font-size:14px;
}
.customer-profile-actions{
  margin-top:0;
  padding-top:4px;
}
.customer-profile-actions button{
  min-height:46px;
  min-width:150px;
  border-radius:10px;
}

@media(max-width:760px){
  .customer-auth-card{
    display:block;
    width:min(560px,100%);
  }
  .customer-auth-aside{
    padding:28px 22px 24px;
    border-right:0;
    border-bottom:1px solid #2d465c;
  }
  .customer-auth-aside h3{font-size:24px;max-width:none}
  .customer-auth-benefits{
    grid-template-columns:1fr;
    gap:5px;
    margin-top:18px;
  }
  .customer-auth-benefits>div{
    padding:8px 0;
  }
  .customer-auth-content{padding:26px 20px 24px}
  .customer-auth-tabs{margin-right:42px;margin-bottom:24px}
  .customer-auth-heading h2{font-size:27px}
  .customer-profile-header{padding:28px 20px 22px}
  .customer-profile-form{padding:20px;gap:14px}
  .customer-form-section{padding:16px}
  .customer-type-cards{grid-template-columns:1fr}
}
@media(max-width:480px){
  .customer-modal{padding:10px}
  .customer-auth-content{padding:24px 16px 20px}
  .customer-auth-aside{padding:24px 18px 20px}
  .customer-auth-tabs{margin-right:36px}
  .customer-auth-field input{min-height:50px}
  .customer-profile-form{padding:16px}
  .customer-profile-header{padding:24px 18px 20px}
  .customer-profile-actions{flex-direction:column-reverse}
  .customer-profile-actions button{width:100%}
}
