/* Felipe Paz Contabilidade - Landing Page */
:root{
  --white:#ffffff;
  --orange:#f87407;
  --orange-soft:#ff9a36;
  --black:#000000;
  --ink:#dce7eb;
  --muted:#8c9ba3;
  --steel:#71838d;
  --deep:#020609;
  --navy:#07121a;
  --glass:rgba(7,18,26,.58);
  --glass-strong:rgba(3,8,12,.82);
  --line:rgba(248,116,7,.44);
  --cyan:rgba(103,200,255,.36);
  --max:1140px;
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--orange) #0b1116}
body{
  margin:0;
  font-family:'Poppins',Arial,sans-serif;
  color:var(--white);
  background:var(--black);
  min-height:100vh;
  overflow-x:hidden;
}
body::-webkit-scrollbar{width:10px}
body::-webkit-scrollbar-track{background:#0b1116}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--orange),#a84700);border-radius:999px;border:2px solid #0b1116}
body::-webkit-scrollbar-thumb:hover{background:var(--orange-soft)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}

#servicos,#sobre,#contato{scroll-margin-top:110px}

.site-header{
  position:fixed;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 34px));
  height:72px;
  z-index:80;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:10px 14px 10px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(9,16,22,.86),rgba(4,8,12,.66));
  box-shadow:0 22px 80px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(22px) saturate(1.18);
  -webkit-backdrop-filter:blur(22px) saturate(1.18);
}
.brand{display:flex;align-items:center;min-width:0}
.brand-shell{
  height:54px;
  min-width:258px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 24px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.9));
  box-shadow:0 0 0 1px rgba(248,116,7,.22),0 12px 32px rgba(0,0,0,.3);
}
.brand img{width:min(224px,100%);height:auto;max-height:46px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:4px}
.main-nav a{
  position:relative;
  padding:12px 16px;
  border-radius:999px;
  color:rgba(255,255,255,.74);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600;
  transition:color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease;
}
.main-nav a:hover,.main-nav a:focus-visible{
  color:var(--white);
  background:rgba(248,116,7,.14);
  box-shadow:0 0 0 1px rgba(248,116,7,.28),0 0 28px rgba(248,116,7,.14);
  transform:translateY(-1px);
  outline:none;
}
.menu-toggle{display:none;background:none;border:0;width:46px;height:46px;border-radius:999px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:rgba(248,116,7,.12);border:1px solid rgba(248,116,7,.26)}
.menu-toggle span{width:20px;height:2px;background:#fff;border-radius:4px;transition:transform .25s ease,opacity .25s ease}

.section-panel{position:relative;overflow:hidden;background:var(--black)}
.bg-city{
  position:absolute;
  inset:-2%;
  z-index:0;
  background-image:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.94)),linear-gradient(90deg,rgba(0,0,0,.42),rgba(10,35,52,.26),rgba(0,0,0,.66)),url('../images/reference-buildings.webp');
  background-size:cover;
  background-position:center top;
  filter:saturate(.92) contrast(1.08) brightness(.55);
  opacity:.78;
  transform:scale(1.02);
}
.hero .bg-city{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.68) 33%,rgba(0,0,0,.48) 58%,rgba(0,0,0,.9) 100%),
    linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.56) 58%,rgba(0,0,0,.98) 100%),
    url('../images/bg-hero.jpg');
  background-position:center center;
  background-size:cover;
  opacity:1;
  filter:saturate(.94) contrast(1.08) brightness(.66);
  transform:scale(1.03);
}
.hero::before{
  content:"";
  position:absolute;
  z-index:1;
  right:8%;
  top:14%;
  width:min(680px,58vw);
  height:min(520px,54vh);
  background:radial-gradient(circle,rgba(255,252,242,.36) 0%,rgba(255,189,114,.18) 36%,rgba(248,116,7,.08) 52%,rgba(0,0,0,0) 72%);
  filter:blur(56px);
  opacity:.72;
  pointer-events:none;
}
.bg-city-services{
  background-image:url('../images/bg-sessao02.jpg');
  background-position:center 28%;
  background-size:cover;
  opacity:.44;
  filter:saturate(.74) contrast(1.04) brightness(.58);
}

.bg-city-about{
  background-image:linear-gradient(90deg,#060607 0%,#0b0b0c 22%,#121213 44%,#1b1b1c 68%,#242425 84%,#2D2D2D 100%);
  background-size:100% 100%;
  background-position:center center;
  opacity:1;
  filter:none;
  transform:none;
}
.bg-city-contact{display:none;background-image:none;opacity:0}
.bottom-fade{position:absolute;left:0;right:0;bottom:-1px;height:190px;background:linear-gradient(180deg,rgba(0,0,0,0),#000 84%);z-index:2;pointer-events:none}
.hero{
  min-height:100vh;
  padding:128px 0 74px;
  display:flex;
  align-items:center;
}
.hero-inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(430px,1fr) minmax(360px,.95fr);align-items:center;gap:54px;min-height:calc(100vh - 180px)}
.hero-portrait{position:relative;grid-column:2;grid-row:1;align-self:end;min-height:640px;display:flex;align-items:flex-end;justify-content:center;transform:translateX(2%);overflow:visible}
.portrait-halo{
  position:absolute;
  width:115%;
  height:88%;
  left:-6%;
  top:4%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,249,238,.22) 0%,rgba(255,194,125,.16) 28%,rgba(248,116,7,.08) 48%,rgba(0,0,0,0) 72%);
  filter:blur(34px);
  opacity:.95;
  pointer-events:none;
}
.hero-portrait::after{content:"";position:absolute;left:-28%;right:-28%;bottom:-10px;height:32%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.16) 26%,rgba(0,0,0,.52) 58%,#000 100%);filter:blur(16px);z-index:2;pointer-events:none}
.hero-portrait img{position:relative;z-index:3;width:min(585px,40vw);height:auto;max-width:none;margin-bottom:-14px;object-fit:contain;filter:drop-shadow(0 18px 42px rgba(0,0,0,.72)) drop-shadow(0 0 30px rgba(255,190,118,.14))}
.hero-copy{grid-column:1;grid-row:1;max-width:610px;margin-left:0;padding:28px 0}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--orange-soft);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
}
.eyebrow::after{content:"";display:inline-block;width:76px;height:1px;background:linear-gradient(90deg,var(--orange),rgba(255,255,255,0))}
h1{
  margin:18px 0 20px;
  font-size:clamp(39px,5.1vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:800;
  text-wrap:balance;
  text-shadow:0 0 44px rgba(99,204,255,.16);
}
.hero-subtitle{font-size:clamp(16px,1.45vw,20px);line-height:1.75;color:rgba(232,241,245,.82);max-width:590px;margin:0 0 28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 25px;border-radius:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;font-size:12px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,color .25s ease;background:#111;color:#fff;
}
.btn::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.28),rgba(255,255,255,0));transform:translateX(-120%);transition:transform .65s ease}
.btn:hover::before,.btn:focus-visible::before{transform:translateX(120%)}
.btn:hover,.btn:focus-visible{transform:translateY(-2px);outline:none;filter:saturate(1.08)}
.btn-primary{background:linear-gradient(135deg,#f87407,#ff9c2f 52%,#b84a00);box-shadow:0 18px 38px rgba(248,116,7,.23),0 0 0 1px rgba(248,116,7,.26);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.18)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(60px);z-index:1;opacity:.46;pointer-events:none}
.hero-glow-left{width:420px;height:420px;background:rgba(248,116,7,.12);left:8%;top:18%;opacity:.35}
.hero-glow-right{width:700px;height:600px;background:radial-gradient(circle,rgba(255,252,240,.30),rgba(255,190,118,.16) 34%,rgba(248,116,7,.08) 50%,rgba(0,0,0,0) 74%);right:2%;top:10%;opacity:.62}

.services{position:relative;padding:118px 0 112px;background:linear-gradient(180deg,#000 0%,#050404 10%,#120e0b 28%,#0d0906 48%,#000 100%);overflow:hidden}
.services::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.82) 12%,rgba(0,0,0,.44) 30%,rgba(0,0,0,.68) 100%),radial-gradient(circle at 50% 18%,rgba(248,116,7,.14),rgba(255,255,255,0) 38%),linear-gradient(180deg,rgba(248,116,7,0) 0%,rgba(248,116,7,.05) 46%,rgba(0,0,0,0) 76%)}
.services::after{content:'';position:absolute;left:0;right:0;top:-1px;height:220px;z-index:1;pointer-events:none;background:linear-gradient(180deg,#000 0%,rgba(0,0,0,.92) 22%,rgba(0,0,0,.48) 62%,rgba(0,0,0,0) 100%)}
.section-title{position:relative;z-index:2;text-align:center;margin:0 auto 72px;width:min(650px,calc(100% - 40px))}
.section-title span{display:block;color:rgba(255,255,255,.84);font-size:12px;letter-spacing:.24em;text-transform:uppercase;margin-bottom:8px}
.section-title h2{margin:0;font-size:clamp(25px,3vw,39px);line-height:1.15;letter-spacing:-.025em;color:var(--orange)}
.section-title h2::first-letter{color:inherit}
.services-timeline{position:relative;z-index:2;display:grid;gap:70px;padding:16px 0 20px}
.services-timeline::before{display:none}
.service-item{position:relative;display:grid;grid-template-columns:300px minmax(340px,480px);align-items:center;gap:0;min-height:236px}
.service-right{grid-template-columns:minmax(340px,480px) 300px;justify-content:end}
.service-right .service-photo{grid-column:2;grid-row:1}
.service-right .service-card{grid-column:1;grid-row:1;margin-right:-58px;margin-left:0;text-align:left}
.service-left .service-card{margin-left:-58px}
.service-final{margin-top:8px}
.service-photo{
  margin:0;
  width:260px;height:260px;border-radius:7px;overflow:hidden;position:relative;border:1px solid rgba(248,116,7,.72);box-shadow:0 0 0 4px rgba(248,116,7,.09),0 24px 48px rgba(0,0,0,.45),0 0 34px rgba(248,116,7,.14);transition:border-color .35s ease,box-shadow .35s ease;
}
.service-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,24,34,.08),rgba(0,0,0,.36));pointer-events:none}
.service-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.05) brightness(.86);transition:transform .65s ease,filter .35s ease}
.service-card{
  position:relative;z-index:2;min-height:110px;padding:25px 28px;border-radius:10px;background:linear-gradient(180deg,rgba(19,17,14,.15),rgba(7,7,7,.10));border:1px solid rgba(248,116,7,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 19px 40px rgba(0,0,0,.33),0 0 25px rgba(248,116,7,.09);backdrop-filter:blur(12px) saturate(1.09);-webkit-backdrop-filter:blur(12px) saturate(1.09);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;
}
.service-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 20% 0,rgba(248,116,7,.10),rgba(255,255,255,0) 45%);opacity:.48;pointer-events:none}
.service-card span{display:block;color:rgba(255,154,54,.78);font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:700;margin-bottom:7px}
.service-card h3{margin:0 0 8px;font-size:18px;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;color:#fff}
.service-card p{margin:0;color:rgba(231,242,247,.75);font-size:15.125px;line-height:1.55;max-width:390px}
.service-item:hover .service-card{transform:translateY(-4px);border-color:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 26px 58px rgba(0,0,0,.48),0 0 40px rgba(255,255,255,.09),0 0 28px rgba(248,116,7,.16)}
.service-item:hover .service-photo{border-color:rgba(255,255,255,.88);box-shadow:0 0 0 4px rgba(255,255,255,.08),0 24px 48px rgba(0,0,0,.45),0 0 36px rgba(255,255,255,.1),0 0 24px rgba(248,116,7,.15)}
.service-item:hover .service-photo img{transform:scale(1.06);filter:saturate(1.02) contrast(1.08) brightness(.92)}
.section-cta{position:relative;z-index:2;text-align:center;margin-top:58px}

.about{min-height:820px;padding:118px 0 96px;background:#000}
.about::before{content:"";position:absolute;left:0;right:0;top:-1px;height:220px;background:linear-gradient(180deg,#060607 0%,rgba(6,6,7,.92) 22%,rgba(6,6,7,.58) 52%,rgba(6,6,7,.18) 78%,rgba(6,6,7,0) 100%);z-index:2;pointer-events:none}
.about-inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(360px,1fr) minmax(430px,1fr);gap:34px;align-items:center}
.about-portrait{align-self:end;position:relative;min-height:620px;display:flex;align-items:flex-end;justify-content:flex-start;opacity:1;filter:none;overflow:visible}
.about-portrait::before{content:"";position:absolute;left:-24%;top:0;width:136%;height:88%;border-radius:50%;background:radial-gradient(circle at 24% 18%,rgba(255,246,232,.09) 0%,rgba(255,204,147,.07) 20%,rgba(248,116,7,.05) 36%,rgba(248,116,7,.025) 50%,rgba(0,0,0,0) 72%);filter:blur(42px);opacity:.68;pointer-events:none}
.about-portrait::after{content:"";position:absolute;left:-22%;right:-14%;bottom:-6px;height:34%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.18) 28%,rgba(0,0,0,.58) 68%,#000 100%);filter:blur(16px);pointer-events:none;z-index:2}
.about-portrait img{width:min(693px,129%);height:auto;max-height:716px;object-fit:contain;position:relative;z-index:3;filter:drop-shadow(0 24px 38px rgba(0,0,0,.54)) drop-shadow(0 0 18px rgba(248,116,7,.035));margin-bottom:160px;margin-left:-6px;max-width:none}
.about-copy{position:relative;padding:36px 0 30px;max-width:650px;color:rgba(250,252,253,.9);text-shadow:0 1px 8px rgba(0,0,0,.26)}
.about-copy h2{font-size:clamp(32px,4vw,58px);line-height:1.02;margin:14px 0 20px;letter-spacing:-.045em;color:#fff}
.about-copy .lead{font-weight:600;color:#fff;margin-bottom:12px}
.about-copy p{font-size:15px;line-height:1.75;margin:0 0 15px}
.check-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:10px}
.check-list li{position:relative;padding-left:28px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.92)}
.check-list li::before{content:"✔";position:absolute;left:0;top:0;color:var(--orange);font-weight:800;text-shadow:0 0 12px rgba(248,116,7,.5)}
.bottom-fade-about{height:150px}
.bottom-fade-services{height:210px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.24) 28%,rgba(0,0,0,.64) 58%,#060607 100%)}

.contact{padding:116px 0 92px;background:#000}
.contact-shell{position:relative;z-index:2;border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:42px;background:linear-gradient(135deg,rgba(6,13,18,.86),rgba(3,5,8,.94));box-shadow:0 34px 90px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.12);overflow:hidden}
.contact-shell::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 18% 0,rgba(248,116,7,.28),rgba(248,116,7,.14) 24%,rgba(248,116,7,.06) 44%,rgba(255,255,255,0) 62%),radial-gradient(circle at 92% 30%,rgba(18,86,122,.09),rgba(10,43,64,.05) 28%,rgba(255,255,255,0) 48%);pointer-events:none}
.contact-watermark-logo{position:absolute;right:42px;top:38px;width:clamp(92px,10vw,150px);height:auto;opacity:.45;filter:drop-shadow(0 0 26px rgba(248,116,7,.18));z-index:1;pointer-events:none}.contact-heading,.contact-grid,.contact-main-cta{position:relative;z-index:2}
.contact-heading{position:relative;max-width:710px;margin-bottom:32px}
.contact-heading h2{font-size:clamp(30px,4.2vw,58px);line-height:1.04;margin:14px 0 14px;letter-spacing:-.045em}
.contact-heading p{font-size:16px;line-height:1.65;color:rgba(232,241,245,.74);margin:0}
.contact-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.contact-card{min-height:180px;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 20px 55px rgba(0,0,0,.24);transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;overflow:hidden;word-break:break-word}
.contact-card:hover,.contact-card:focus-visible{transform:translateY(-5px);border-color:rgba(248,116,7,.52);background:linear-gradient(180deg,rgba(248,116,7,.12),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 26px 60px rgba(0,0,0,.32),0 0 34px rgba(248,116,7,.11);outline:none}
.contact-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(248,116,7,.22),rgba(53,168,255,.12));border:1px solid rgba(248,116,7,.28);margin-bottom:18px;color:var(--orange)}
.contact-icon img{width:30px;height:30px;filter:invert(51%) sepia(88%) saturate(3043%) hue-rotate(2deg) brightness(101%) contrast(99%)}
.contact-card strong{display:block;font-size:14px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;color:#fff}
.contact-card em{font-style:normal;color:rgba(239,247,251,.78);font-size:14px;line-height:1.6}
.contact-card-button{appearance:none;width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer}
.contact-card-button:focus-visible{outline:none}
.contact-map-modal{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:28px;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:8}
.contact-map-modal.is-open{opacity:1;pointer-events:auto}
.contact-map-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.18)}
.contact-map-dialog{position:relative;z-index:2;width:min(820px,100%);max-height:calc(100% - 24px);padding:20px;border-radius:28px;border:1px solid rgba(248,116,7,.82);background:linear-gradient(180deg,rgba(21,17,13,.34),rgba(9,10,12,.24));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 30px 70px rgba(0,0,0,.38),0 0 36px rgba(248,116,7,.18),0 0 0 1px rgba(248,116,7,.18);backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08);overflow:auto}
.contact-map-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.contact-map-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.contact-map-header h3{margin:0;color:#fff;font-size:clamp(20px,2vw,28px);line-height:1.16;max-width:540px}
.contact-map-close{flex:0 0 auto;min-width:156px;min-height:46px;align-self:flex-start}
.contact-map-frame{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0b0b0c;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);filter:grayscale(1) saturate(0) contrast(1.02) brightness(.94)}
.contact-map-frame iframe{display:block;width:100%;height:min(380px,46vh);border:0}

.contact-main-cta{position:relative;margin-top:32px}

.whatsapp-float{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:radial-gradient(circle at 34% 30%,#66f59a 0%,#3edd74 34%,#25d366 66%,#17b652 100%);border:2px solid rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 5px rgba(255,255,255,.22),inset 0 -3px 7px rgba(0,0,0,.14),0 18px 36px rgba(0,0,0,.28),0 0 0 5px rgba(37,211,102,.18);transition:transform .24s ease,box-shadow .24s ease,filter .24s ease;z-index:90;color:#fff}
.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:translateY(-2px) scale(1.03);box-shadow:inset 0 2px 5px rgba(255,255,255,.24),inset 0 -3px 7px rgba(0,0,0,.14),0 22px 42px rgba(0,0,0,.32),0 0 0 6px rgba(37,211,102,.22);filter:saturate(1.06);outline:none}
.whatsapp-float img{width:42px;height:42px;filter:brightness(0) invert(1)}
.footer{position:relative;padding:20px 0 50px;background:#000;color:#9ca9ae}
.footer-shell{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 24px 60px rgba(0,0,0,.25);backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15)}
.footer small{font-size:12px;position:relative;z-index:1}.footer a{color:#d6af62;text-decoration:none;font-weight:800}.footer a:hover{color:#d6af62}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}

@media (max-width:1020px){
  .hero-inner{grid-template-columns:1fr;gap:12px;text-align:center;min-height:auto}.hero-copy{grid-column:1;grid-row:1;margin:0 auto;order:1}.hero-portrait{grid-column:1;grid-row:2;order:2;min-height:470px;transform:none}.hero-portrait img{width:min(450px,94vw);height:auto;max-width:100%;margin-bottom:-18px}.eyebrow{justify-content:center}.about-inner{grid-template-columns:1fr;text-align:left}.about-portrait{min-height:646px;justify-content:center}.about-portrait img{width:min(601px,100%);height:auto;max-height:601px;max-width:100%;margin-bottom:-12px;margin-left:0}.about-copy{margin:0 auto}.services-timeline::before{left:18px}.service-item,.service-right{grid-template-columns:230px minmax(0,1fr);justify-content:start;margin-left:10px}.service-right .service-photo{grid-column:1}.service-right .service-card{grid-column:2;margin-left:-46px;margin-right:0}.service-photo{width:218px;height:218px}.service-left .service-card{margin-left:-46px}.contact-grid{grid-template-columns:1fr}.contact-card{min-height:auto}
}
@media (max-width:760px){
  .contact-watermark-logo{right:22px;top:22px;width:82px;opacity:.27}
  .contact-map-modal{padding:16px}
  .contact-map-dialog{width:100%;padding:16px 16px 18px;border-radius:22px;max-height:calc(100% - 8px);overflow:auto}
  .contact-map-header{flex-direction:column;align-items:stretch;gap:14px}
  .contact-map-close{width:100%;min-width:0}
  .contact-map-frame iframe{height:min(46vh,300px)}
  .hero > .bottom-fade{height:115px}
  .services > .bottom-fade-services{height:10px}
  .about::before{height:18px}
  .about-portrait[data-depth]{transform:none!important}
  .container{width:min(100% - 32px,var(--max))}.site-header{top:12px;width:calc(100% - 24px);height:64px;padding:8px 10px 8px 12px}.brand-shell{height:46px;min-width:174px;padding:6px 14px}.brand img{width:min(152px,100%);height:auto;max-height:36px}.menu-toggle{display:flex}.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-nav{position:absolute;top:76px;left:0;right:0;display:grid;gap:8px;padding:12px;border-radius:28px;background:rgba(4,8,12,.94);border:1px solid rgba(255,255,255,.12);box-shadow:0 26px 80px rgba(0,0,0,.55);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.main-nav.is-open{opacity:1;pointer-events:auto;transform:none}.main-nav a{display:block;text-align:center;color:rgba(255,255,255,.88);background:rgba(255,255,255,.035)}.hero{padding:106px 0 28px}.hero-inner{text-align:left}.hero-copy{text-align:left}.eyebrow{justify-content:flex-start;letter-spacing:.19em}.hero-portrait{min-height:390px}.hero-portrait img{width:min(405px,96vw);height:auto;max-width:100%;margin-bottom:-10px}h1{font-size:clamp(34px,10.6vw,52px);line-height:1.02}.hero-subtitle{font-size:15.5px}.services{padding:48px 0 7px}.section-title{margin-bottom:48px}.services-timeline{gap:54px}.service-item,.service-right{display:grid;grid-template-columns:1fr;gap:0;margin-left:0;min-height:auto}.service-photo,.service-right .service-photo{grid-column:1;grid-row:1;width:min(82vw,300px);height:min(82vw,300px);margin-inline:auto}.service-card,.service-left .service-card,.service-right .service-card{grid-column:1;grid-row:2;margin:-28px auto 0;width:min(100%,420px);padding:23px 22px;text-align:left}.services-timeline::before{left:50%;opacity:.22}.about{padding:0 0 72px}.about-portrait{min-height:486px;justify-content:center}.about-portrait img{width:min(497px,100%);height:auto;max-height:497px;max-width:100%;margin-bottom:-8px;margin-left:0}.about-copy{padding:8px 0}.about-copy h2{font-size:38px}.contact{padding:82px 0 72px}.contact-shell{border-radius:26px;padding:28px 20px}.contact-heading h2{font-size:36px}.footer-shell{border-radius:28px;justify-content:center;text-align:center}.whatsapp-float{right:14px;bottom:14px;width:56px;height:56px}
}
@media (max-width:420px){
  .brand-shell{min-width:150px}.brand img{width:min(132px,100%);height:auto;max-height:32px}.hero-portrait{min-height:340px}.hero-portrait img{width:min(350px,96vw);height:auto;max-width:100%;margin-bottom:-6px}.about-portrait img{width:min(416px,100%);height:auto;max-height:439px;max-width:100%;margin-bottom:-8px;margin-left:0}.btn{width:100%;padding-inline:18px}.service-card h3{font-size:16px}.service-card p{font-size:12px}.contact-card{padding:20px}.footer small{font-size:11.5px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}


/* v40 — ajuste apenas dos containers das imagens da seção 02 */
.service-item{
  grid-template-columns:320px minmax(340px,480px) !important;
  min-height:292px !important;
}
.service-right{
  grid-template-columns:minmax(340px,480px) 320px !important;
}
.service-right .service-card{
  margin-right:-64px !important;
}
.service-left .service-card{
  margin-left:-64px !important;
}
.service-photo{
  width:320px !important;
  height:320px !important;
}
.service-photo img{
  object-fit:contain !important;
  background:#ffffff !important;
  filter:saturate(1.02) contrast(1.02) brightness(.96) !important;
}

@media (max-width:760px){
  .service-photo{
    width:min(86vw,340px) !important;
    height:min(86vw,340px) !important;
  }
}


/* v41 — ajuste apenas do layout das imagens e cards da seção 02 */
.service-item{
  grid-template-columns:minmax(552px,624px) minmax(320px,420px) !important;
  gap:24px !important;
  min-height:auto !important;
  align-items:center !important;
}
.service-right{
  grid-template-columns:minmax(320px,420px) minmax(552px,624px) !important;
  justify-content:stretch !important;
}
.service-left .service-photo{
  grid-column:1 !important;
  grid-row:1 !important;
}
.service-left .service-card{
  grid-column:2 !important;
  grid-row:1 !important;
  margin-left:0 !important;
}
.service-right .service-photo{
  grid-column:2 !important;
  grid-row:1 !important;
}
.service-right .service-card{
  grid-column:1 !important;
  grid-row:1 !important;
  margin-right:0 !important;
  margin-left:0 !important;
}
.service-photo{
  width:min(100%,624px) !important;
  height:auto !important;
  aspect-ratio:3 / 2 !important;
}
.service-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  background:#ffffff !important;
  filter:saturate(1.02) contrast(1.02) brightness(.97) !important;
}
.service-card{
  margin:0 !important;
  width:min(100%,420px) !important;
}

@media (max-width:760px){
  .service-item,
  .service-right{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .service-left .service-photo,
  .service-right .service-photo,
  .service-left .service-card,
  .service-right .service-card{
    grid-column:1 !important;
  }
  .service-left .service-photo,
  .service-right .service-photo{
    grid-row:1 !important;
  }
  .service-left .service-card,
  .service-right .service-card{
    grid-row:2 !important;
    margin:0 auto !important;
  }
  .service-photo{
    width:min(96vw,624px) !important;
    height:auto !important;
    aspect-ratio:3 / 2 !important;
    margin-inline:auto !important;
  }
}


/* v43 — correção mobile: impedir overflow lateral na seção 02 */
@media (max-width:760px){
  .services{
    overflow-x:hidden !important;
  }
  .services .services-timeline{
    width:min(100% - 32px,var(--max)) !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
  .services .service-item,
  .services .service-right{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
    justify-items:center !important;
  }
  .services .service-photo,
  .services .service-right .service-photo{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:3 / 2 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }
  .services .service-card,
  .services .service-left .service-card,
  .services .service-right .service-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }
}
