/* Rafaella Paz Contabilidade - Landing Page */
:root{
  --white:#ffffff;
  --orange:#d6af62;
  --orange-soft:#f1d38a;
  --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(214,175,98,.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),#8f6428);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(214,175,98,.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(214,175,98,.14);
  box-shadow:0 0 0 1px rgba(214,175,98,.28),0 0 28px rgba(214,175,98,.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(214,175,98,.12);border:1px solid rgba(214,175,98,.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/rafaella-hero.webp');
  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(214,175,98,.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(214,175,98,.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(29px,4.69vw,62px);
  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,#d6af62,#f1c874 52%,#8f6428);box-shadow:0 18px 38px rgba(214,175,98,.23),0 0 0 1px rgba(214,175,98,.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(214,175,98,.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(214,175,98,.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(214,175,98,.14),rgba(255,255,255,0) 38%),linear-gradient(180deg,rgba(214,175,98,0) 0%,rgba(214,175,98,.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(214,175,98,.72);box-shadow:0 0 0 4px rgba(214,175,98,.09),0 24px 48px rgba(0,0,0,.45),0 0 34px rgba(214,175,98,.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(214,175,98,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 19px 40px rgba(0,0,0,.33),0 0 25px rgba(214,175,98,.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(214,175,98,.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(214,175,98,.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(214,175,98,.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(214,175,98,.05) 36%,rgba(214,175,98,.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(214,175,98,.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(214,175,98,.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(214,175,98,.28),rgba(214,175,98,.14) 24%,rgba(214,175,98,.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(214,175,98,.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(214,175,98,.52);background:linear-gradient(180deg,rgba(214,175,98,.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(214,175,98,.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(214,175,98,.22),rgba(53,168,255,.12));border:1px solid rgba(214,175,98,.28);margin-bottom:18px;color:var(--orange)}
.contact-icon img{width:30px;height:30px;filter:invert(79%) sepia(29%) saturate(688%) hue-rotate(359deg) brightness(92%) contrast(88%)}
.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(214,175,98,.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(214,175,98,.18),0 0 0 1px rgba(214,175,98,.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(27px,8.4vw,41px);line-height:1.04}.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;
  }
}


/* Rafaella Paz — ajustes de marca textual, hero, listas e contatos mantendo a base visual Felipe Paz v43 */
.brand-text-shell{
  min-width:258px;
  gap:12px;
  justify-content:flex-start;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,241,225,.92));
  box-shadow:0 0 0 1px rgba(214,175,98,.34),0 12px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.75);
}
.brand-mark{
  width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#060606,#1d1710 55%,#0b0b0b);
  color:#f1d38a;font-weight:800;font-size:14px;letter-spacing:.04em;
  border:1px solid rgba(214,175,98,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 20px rgba(214,175,98,.18);
}
.brand-copy{display:grid;line-height:1.02;min-width:0;text-align:left;color:#0b0b0b;text-transform:uppercase;letter-spacing:.02em}
.brand-copy strong{font-size:19px;font-weight:800;letter-spacing:.01em;white-space:nowrap}
.brand-copy em{font-style:normal;font-size:8px;font-weight:700;letter-spacing:.32em;color:#8f6428;text-align:center;margin-top:2px}
.hero .bg-city{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.74) 34%,rgba(0,0,0,.20) 61%,rgba(0,0,0,.52) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.34) 58%,rgba(0,0,0,.98) 100%),
    url('../images/rafaella-hero.webp');
  background-position:center center;
  filter:saturate(1.02) contrast(1.08) brightness(.78);
}
.hero-portrait{visibility:hidden;pointer-events:none;min-height:640px}
.hero-copy{max-width:720px}
.hero-subtitle{max-width:650px}
.btn-primary{background:linear-gradient(135deg,#b88937,#f1d38a 48%,#9b6f2d);box-shadow:0 18px 38px rgba(214,175,98,.24),0 0 0 1px rgba(214,175,98,.36);color:#111;text-shadow:none}
.service-card{min-height:0;padding:25px 26px 24px}
.service-card h3{color:#f7edd1}
.service-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:7px;color:rgba(248,244,235,.82);font-size:13px;line-height:1.36}
.service-list li{position:relative;padding-left:18px}
.service-list li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,#f1d38a,#b88937);box-shadow:0 0 10px rgba(214,175,98,.35)}
.service-photo{border-color:rgba(214,175,98,.80)!important;box-shadow:0 0 0 4px rgba(214,175,98,.10),0 24px 48px rgba(0,0,0,.45),0 0 34px rgba(214,175,98,.17)!important;background:#050505!important}
.service-photo img{background:#050505!important;object-fit:contain!important;filter:saturate(1.04) contrast(1.04) brightness(.92)!important}
.about-portrait{align-items:center;min-height:620px}
.about-portrait::after{display:none}
.about-portrait img{
  width:min(520px,100%);max-height:650px;aspect-ratio:4 / 5;object-fit:cover;object-position:center top;
  margin:0 auto!important;border-radius:34px;border:1px solid rgba(214,175,98,.34);
  box-shadow:0 34px 90px rgba(0,0,0,.48),0 0 50px rgba(214,175,98,.10),inset 0 1px 0 rgba(255,255,255,.13);
  filter:saturate(.96) contrast(1.04) brightness(.84) drop-shadow(0 24px 38px rgba(0,0,0,.44));
}
.about-copy p{font-size:14.5px;line-height:1.72}
.contact-grid{grid-template-columns:repeat(4,1fr)}
.contact-card{min-height:174px}
.contact-icon img[src$="instagram.svg"]{filter:invert(79%) sepia(29%) saturate(688%) hue-rotate(359deg) brightness(92%) contrast(88%)}
.footer a,.footer a:hover{color:#d6af62!important}

@media (max-width:1020px){
  .contact-grid{grid-template-columns:1fr 1fr}
  .hero-portrait{display:none}
  .hero-inner{grid-template-columns:1fr;min-height:calc(100vh - 180px)}
  .hero-copy{max-width:660px;margin:0}
}
@media (max-width:760px){
  .brand-text-shell{min-width:174px;height:46px;padding:5px 12px;gap:8px}
  .brand-mark{width:32px;height:32px;font-size:12px}
  .brand-copy strong{font-size:15px}
  .brand-copy em{font-size:6.5px;letter-spacing:.24em}
  .hero .bg-city{background-position:64% center;filter:saturate(1.02) contrast(1.08) brightness(.62)}
  .hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.42) 40%,rgba(0,0,0,.86) 100%);pointer-events:none}
  .contact-grid{grid-template-columns:1fr}
  .service-list{font-size:12.4px;gap:6px}
  .about-portrait{min-height:auto;padding-top:34px}
  .about-portrait img{width:min(100%,420px);max-height:none}
}
@media (max-width:420px){
  .brand-text-shell{min-width:150px;padding:5px 10px;gap:7px}
  .brand-mark{width:30px;height:30px;font-size:11px}
  .brand-copy strong{font-size:13px}
  .brand-copy em{font-size:6px;letter-spacing:.20em}
  .service-list{font-size:11.8px}
}

/* Ajuste V02 — hero Rafaella: reduzir escala e baixar a imagem para não encostar no menu, mantendo a composição da LP Felipe Paz */
@media (min-width:1021px){
  .hero .bg-city{
    background-size:auto 84%;
    background-position:right bottom;
    background-repeat:no-repeat;
    transform:none;
  }
}


/* Ajuste V03 — hero igual à LP do Felipe: fundo original + retrato recortado, mais próximo e sem blur excessivo */
@media (min-width:1021px){
  .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;
    background-repeat:no-repeat;
    filter:saturate(.94) contrast(1.08) brightness(.66);
    opacity:1;
    transform:scale(1.03);
  }
  .hero-portrait{visibility:visible;pointer-events:auto;display:flex;align-items:flex-end;justify-content:center;min-height:640px;transform:translateX(2%);overflow:visible;}
  .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));}
}
@media (max-width:1020px){ .hero-portrait{display:none!important;visibility:hidden!important;pointer-events:none!important;} }


/* Ajuste V04 — corrige retrato ausente e iguala a hero à LP Felipe */
@media (min-width:1021px){
  .hero-inner{
    grid-template-columns:minmax(430px,1fr) minmax(360px,.95fr);
    gap:54px;
  }
  .hero-portrait{
    grid-column:2;
    grid-row:1;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto;
    min-height:640px;
    display:flex!important;
    align-items:flex-end;
    justify-content:center;
    transform:translateX(2%);
    overflow:visible;
  }
  .hero-portrait img{
    display:block!important;
    position:relative;
    z-index:3;
    width:min(585px,40vw);
    height:auto;
    max-width:none;
    margin-bottom:-14px;
    object-fit:contain;
    opacity:1!important;
    filter:drop-shadow(0 18px 42px rgba(0,0,0,.72)) drop-shadow(0 0 30px rgba(255,190,118,.14));
  }
}


/* Ajuste V05 — hero aplicada no website, não como imagem fixa.
   Mantém a estrutura da LP Felipe e usa o fundo original da Rafaella integrado ao retrato. */
@media (min-width:1021px){
  .site-header{
    width:min(1240px, calc(100% - 48px));
    top:14px;
  }

  .brand-text-shell{
    min-width:258px;
    height:54px;
    padding:6px 20px;
    gap:13px;
  }

  .brand-mark{
    width:38px;
    height:38px;
  }

  .brand-copy strong{
    font-size:19px;
  }

  .brand-copy em{
    font-size:8px;
  }

  .hero{
    min-height:100vh;
    padding:128px 0 74px;
    display:flex;
    align-items:center;
    background:#000;
  }

  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.82) 30%, rgba(0,0,0,.46) 52%, rgba(0,0,0,.70) 78%, rgba(0,0,0,.94) 100%),
      linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.40) 54%, rgba(0,0,0,.98) 100%),
      url('../images/rafaella-hero-bg.png');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    filter:saturate(.96) contrast(1.06) brightness(.72);
    opacity:1;
    transform:scale(1.02);
  }

  .hero::before{
    right:12%;
    top:17%;
    width:min(560px,46vw);
    height:min(480px,50vh);
    background:radial-gradient(circle, rgba(244,202,124,.22) 0%, rgba(214,175,98,.12) 34%, rgba(122,79,22,.055) 53%, rgba(0,0,0,0) 74%);
    filter:blur(60px);
    opacity:.62;
  }

  .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-copy{
    grid-column:1;
    grid-row:1;
    max-width:610px;
    margin-left:0;
    padding:28px 0;
  }

  .hero-copy h1,
  h1#hero-title{
    font-size:clamp(39px,5.1vw,68px);
    line-height:.98;
    letter-spacing:-.055em;
    max-width:620px;
  }

  .hero-subtitle{
    max-width:610px;
  }

  .hero-portrait{
    visibility:visible!important;
    pointer-events:auto!important;
    position:relative;
    grid-column:2;
    grid-row:1;
    align-self:end;
    min-height:640px;
    display:flex!important;
    align-items:flex-end;
    justify-content:center;
    transform:translateX(0%);
    overflow:visible;
  }

  .portrait-halo{
    width:102%;
    height:76%;
    left:-4%;
    top:10%;
    background:radial-gradient(circle, rgba(244,202,124,.16) 0%, rgba(214,175,98,.105) 30%, rgba(120,73,20,.045) 48%, rgba(0,0,0,0) 72%);
    filter:blur(46px);
    opacity:.58;
  }

  .hero-portrait::before{
    content:"";
    position:absolute;
    z-index:1;
    left:-26%;
    right:-14%;
    top:10%;
    bottom:2%;
    background:
      radial-gradient(circle at 48% 35%, rgba(223,179,100,.20), rgba(0,0,0,0) 44%),
      linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,.22));
    filter:blur(20px);
    opacity:.72;
    pointer-events:none;
  }

  .hero-portrait::after{
    content:"";
    position:absolute;
    left:-20%;
    right:-20%;
    bottom:-14px;
    height:34%;
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.18) 28%, rgba(0,0,0,.58) 62%, #000 100%);
    filter:blur(14px);
    z-index:4;
    pointer-events:none;
  }

  .hero-portrait img{
    position:relative;
    z-index:3;
    width:min(570px,39vw);
    height:auto;
    max-width:none;
    margin-bottom:-16px;
    object-fit:contain;
    filter:
      saturate(.96)
      contrast(1.02)
      brightness(.92)
      drop-shadow(0 18px 42px rgba(0,0,0,.74))
      drop-shadow(0 0 22px rgba(214,175,98,.10));
  }

  .btn-primary{
    background:linear-gradient(135deg,#b88937,#f1d38a 48%,#9b6f2d);
    box-shadow:0 18px 38px rgba(214,175,98,.22),0 0 0 1px rgba(214,175,98,.36);
    color:#111;
    text-shadow:none;
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.48) 42%,rgba(0,0,0,.88) 100%),
      linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.42) 58%,rgba(0,0,0,.76) 100%),
      url('../images/rafaella-hero-bg.png')!important;
    background-position:64% center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    filter:saturate(.98) contrast(1.06) brightness(.60)!important;
    transform:scale(1.02)!important;
  }

  .hero-portrait{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}


/* Ajuste V06 — hero igual ao mock aprovado: usa a própria imagem integrada da Rafaella como fundo, sem dupla exposição */
@media (min-width:1021px){
  .site-header{
    width:min(1420px, calc(100% - 56px));
    top:14px;
  }

  .brand-text-shell{
    min-width:270px;
    height:58px;
    padding:7px 22px;
    gap:14px;
  }

  .brand-mark{
    width:40px;
    height:40px;
    font-size:15px;
  }

  .brand-copy strong{font-size:20px;}
  .brand-copy em{font-size:8px;letter-spacing:.34em;}

  .hero{
    min-height:100vh;
    padding:128px 0 74px;
    background:#000;
  }

  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.88) 24%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.36) 63%, rgba(0,0,0,.76) 84%, rgba(0,0,0,.95) 100%),
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.98) 100%),
      url('../images/rafaella-hero-bg.png');
    background-position:56% center;
    background-size:cover;
    background-repeat:no-repeat;
    filter:saturate(.98) contrast(1.06) brightness(.76);
    transform:scale(1.015);
    opacity:1;
  }

  .hero::before{
    right:10%;
    top:14%;
    width:min(600px,48vw);
    height:min(520px,52vh);
    background:radial-gradient(circle, rgba(244,202,124,.16) 0%, rgba(214,175,98,.10) 32%, rgba(156,98,32,.045) 50%, rgba(0,0,0,0) 74%);
    filter:blur(58px);
    opacity:.54;
  }

  .hero-glow-right{
    width:620px;
    height:560px;
    right:0;
    top:10%;
    opacity:.34;
    background:radial-gradient(circle, rgba(255,228,171,.16), rgba(214,175,98,.08) 38%, rgba(0,0,0,0) 74%);
  }

  .hero-inner{
    min-height:calc(100vh - 180px);
    grid-template-columns:minmax(440px, 1fr) minmax(320px, .92fr);
    gap:42px;
  }

  .hero-copy{
    max-width:635px;
    padding:12px 0 24px;
    z-index:4;
  }

  .hero-copy h1,
  h1#hero-title{
    font-size:clamp(38px,4.88vw,66px);
    line-height:.98;
    letter-spacing:-.056em;
    margin:18px 0 18px;
    max-width:620px;
    text-shadow:none;
  }

  .hero-subtitle{
    max-width:590px;
    font-size:clamp(16px,1.30vw,18px);
    line-height:1.82;
    color:rgba(237,237,237,.84);
    margin-bottom:32px;
  }

  .hero-portrait,
  .portrait-halo,
  .hero-portrait::before,
  .hero-portrait::after{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }

  .btn-primary{
    background:linear-gradient(180deg, rgba(23,16,6,.86), rgba(8,8,8,.88));
    color:#f0c66e;
    border:1px solid rgba(214,175,98,.72);
    box-shadow:0 0 0 1px rgba(214,175,98,.18), 0 16px 34px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08), 0 0 22px rgba(214,175,98,.14);
    text-shadow:none;
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.46) 42%,rgba(0,0,0,.88) 100%),
      linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.54) 55%,rgba(0,0,0,.78) 100%),
      url('../images/rafaella-hero-bg.png') !important;
    background-position:66% center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    filter:saturate(.98) contrast(1.05) brightness(.60) !important;
    transform:scale(1.02) !important;
  }
  .hero-portrait{display:none !important;}
  .btn-primary{
    background:linear-gradient(180deg, rgba(23,16,6,.90), rgba(8,8,8,.92));
    color:#f0c66e;
    border:1px solid rgba(214,175,98,.72);
    box-shadow:0 0 0 1px rgba(214,175,98,.18), 0 12px 24px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
  }
}


/* Ajuste V07 — hero real no website, seguindo o mock aprovado sem usar screenshot como página.
   Texto/menu/botão continuam em HTML/CSS; a imagem é apenas o asset visual de fundo da hero. */
@media (min-width:1021px){
  .site-header{
    width:min(1430px, calc(100% - 240px));
    min-height:86px;
    top:26px;
    padding:10px 30px;
    border-radius:999px;
    background:linear-gradient(180deg, rgba(7,8,10,.78), rgba(5,6,8,.66));
    border:1px solid rgba(214,175,98,.22);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      inset 0 -1px 0 rgba(214,175,98,.10),
      0 26px 70px rgba(0,0,0,.48);
    backdrop-filter:blur(18px) saturate(1.08);
    -webkit-backdrop-filter:blur(18px) saturate(1.08);
  }

  .brand-shell,
  .brand-text-shell{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    min-width:335px;
    height:62px;
    padding:0;
    gap:18px;
  }

  .brand-mark{
    width:48px;
    height:48px;
    background:rgba(4,4,4,.66);
    color:#f1d38a;
    border:1px solid rgba(214,175,98,.88);
    box-shadow:0 0 0 1px rgba(214,175,98,.14), inset 0 1px 0 rgba(255,255,255,.10);
    font-size:20px;
  }

  .brand-copy strong{
    color:#fff;
    font-size:24px;
    letter-spacing:.045em;
    line-height:.95;
  }

  .brand-copy em{
    color:#d6af62;
    font-size:11px;
    letter-spacing:.36em;
    text-align:left;
    margin-top:8px;
  }

  .main-nav{
    gap:26px;
  }

  .main-nav a{
    font-size:15px;
    letter-spacing:.10em;
  }

  .hero{
    min-height:100vh;
    padding:128px 0 74px;
    background:#000;
  }

  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.76) 28%, rgba(0,0,0,.35) 49%, rgba(0,0,0,.20) 63%, rgba(0,0,0,.62) 84%, rgba(0,0,0,.90) 100%),
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.14) 50%, rgba(0,0,0,.98) 100%),
      url('../images/rafaella-hero-final.webp');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:1;
    filter:saturate(1.02) contrast(1.03) brightness(1);
    transform:none;
  }

  .hero::before{
    right:10%;
    top:14%;
    width:min(600px,48vw);
    height:min(520px,52vh);
    background:radial-gradient(circle, rgba(244,202,124,.12) 0%, rgba(214,175,98,.075) 34%, rgba(0,0,0,0) 74%);
    filter:blur(58px);
    opacity:.50;
  }

  .hero-glow-left{
    opacity:.16;
  }

  .hero-glow-right{
    width:620px;
    height:560px;
    right:0;
    top:10%;
    opacity:.28;
    background:radial-gradient(circle, rgba(255,228,171,.12), rgba(214,175,98,.06) 38%, rgba(0,0,0,0) 74%);
  }

  .hero-inner.container{
    width:min(1430px, calc(100% - 240px));
    max-width:none;
    min-height:calc(100vh - 180px);
    grid-template-columns:minmax(650px, 1fr) minmax(500px, .95fr);
    gap:40px;
  }

  .hero-copy{
    max-width:640px;
    padding:0;
    margin-left:110px;
    transform:translateY(30px);
    z-index:4;
  }

  .hero-copy h1,
  h1#hero-title{
    font-size:clamp(41px,4.55vw,68px);
    line-height:.99;
    letter-spacing:-.056em;
    margin:22px 0 24px;
    max-width:650px;
    text-shadow:none;
  }

  .eyebrow{
    color:#f1d38a;
    font-size:13px;
    letter-spacing:.30em;
  }

  .hero-subtitle{
    max-width:610px;
    font-size:clamp(16px,1.18vw,18px);
    line-height:1.78;
    color:rgba(238,238,238,.88);
    margin-bottom:36px;
  }

  .hero-portrait,
  .portrait-halo,
  .hero-portrait::before,
  .hero-portrait::after,
  .hero-portrait img{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  .btn{
    min-height:60px;
    padding:0 33px;
    border-radius:10px;
    font-size:13px;
    letter-spacing:.10em;
  }

  .btn-primary{
    background:linear-gradient(180deg, rgba(23,16,6,.74), rgba(6,6,6,.90));
    color:#f0c66e;
    border:1px solid rgba(214,175,98,.82);
    box-shadow:
      0 0 0 1px rgba(214,175,98,.20),
      0 16px 34px rgba(0,0,0,.46),
      inset 0 1px 0 rgba(255,255,255,.08),
      0 0 26px rgba(214,175,98,.16);
    text-shadow:none;
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.54) 0%,rgba(0,0,0,.48) 42%,rgba(0,0,0,.88) 100%),
      linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.50) 55%,rgba(0,0,0,.80) 100%),
      url('../images/rafaella-hero-final.webp')!important;
    background-position:66% center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    filter:saturate(1.0) contrast(1.04) brightness(.72)!important;
    transform:none!important;
  }

  .hero-portrait{
    display:none!important;
  }
}

@media (max-width:760px){
  .brand-shell,
  .brand-text-shell{
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,241,225,.92))!important;
    box-shadow:0 0 0 1px rgba(214,175,98,.34),0 12px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.75)!important;
    border:0!important;
  }

  .brand-copy strong{
    color:#0b0b0b;
  }

  .brand-copy em{
    color:#8f6428;
    text-align:center;
  }
}


/* Ajuste V08 — remove linha escura na altura do peito e abaixa a cabeça da Rafaella abaixo do menu */
@media (min-width:1021px){
  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.76) 28%, rgba(0,0,0,.35) 49%, rgba(0,0,0,.20) 63%, rgba(0,0,0,.62) 84%, rgba(0,0,0,.90) 100%),
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.14) 50%, rgba(0,0,0,.98) 100%),
      url('../images/rafaella-hero-final-v3.webp');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.54) 0%,rgba(0,0,0,.48) 42%,rgba(0,0,0,.88) 100%),
      linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.50) 55%,rgba(0,0,0,.80) 100%),
      url('../images/rafaella-hero-final-v3.webp')!important;
    background-position:66% center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
  }
}


/* Ajuste V09 — clareia a Rafaella e o ambiente, afasta visualmente da barra e suaviza o fade inferior */
@media (min-width:1021px){
  .site-header{
    background:linear-gradient(180deg, rgba(8,8,9,.90), rgba(6,7,9,.82));
    border:1px solid rgba(214,175,98,.26);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      inset 0 -1px 0 rgba(214,175,98,.08),
      0 22px 56px rgba(0,0,0,.42);
  }

  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.80) 24%, rgba(0,0,0,.40) 47%, rgba(0,0,0,.12) 64%, rgba(0,0,0,.34) 83%, rgba(0,0,0,.74) 100%),
      linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.10) 24%, rgba(0,0,0,.10) 56%, rgba(0,0,0,.70) 86%, rgba(0,0,0,.90) 100%),
      url('../images/rafaella-hero-final-v3.webp');
    background-position:center 44px;
    background-size:cover;
    background-repeat:no-repeat;
    filter:saturate(1.05) contrast(1.04) brightness(1.10);
  }

  .hero::before{
    right:10%;
    top:16%;
    width:min(560px,46vw);
    height:min(480px,50vh);
    background:radial-gradient(circle, rgba(244,202,124,.16) 0%, rgba(214,175,98,.10) 36%, rgba(0,0,0,0) 76%);
    filter:blur(52px);
    opacity:.58;
  }

  .hero-glow-right{
    opacity:.18;
  }

  .hero-subtitle{
    color:rgba(241,241,241,.90);
  }

  .btn{
    min-height:62px;
    padding:0 38px;
    border-radius:12px;
    font-size:13px;
    letter-spacing:.12em;
  }

  .btn-primary{
    background:linear-gradient(180deg, rgba(24,17,8,.88), rgba(8,8,8,.96));
    color:#f0c66e;
    border:1px solid rgba(214,175,98,.90);
    box-shadow:
      0 0 0 1px rgba(214,175,98,.24),
      0 18px 36px rgba(0,0,0,.46),
      inset 0 1px 0 rgba(255,255,255,.08),
      0 0 30px rgba(214,175,98,.18);
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.42) 42%,rgba(0,0,0,.82) 100%),
      linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.54) 56%,rgba(0,0,0,.74) 100%),
      url('../images/rafaella-hero-final-v3.webp')!important;
    background-position:64% 26px!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    filter:saturate(1.02) contrast(1.03) brightness(.84)!important;
  }

  .btn-primary{
    background:linear-gradient(180deg, rgba(24,17,8,.88), rgba(8,8,8,.96));
    color:#f0c66e;
    border:1px solid rgba(214,175,98,.88);
    box-shadow:0 0 0 1px rgba(214,175,98,.22), 0 14px 28px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.06);
  }
}


/* Ajuste V10 — integração fina da Rafaella com o fundo, maior e mais alta, como na LP do Felipe */
@media (min-width:1021px){
  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.82) 24%, rgba(0,0,0,.44) 47%, rgba(0,0,0,.12) 63%, rgba(0,0,0,.34) 83%, rgba(0,0,0,.76) 100%),
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.07) 26%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.70) 86%, rgba(0,0,0,.90) 100%),
      url('../images/rafaella-hero-final-v4.webp');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    filter:saturate(1.04) contrast(1.04) brightness(1.04);
  }

  .hero::before{
    right:10%;
    top:15%;
    width:min(560px,46vw);
    height:min(480px,50vh);
    background:radial-gradient(circle, rgba(244,202,124,.15) 0%, rgba(214,175,98,.10) 36%, rgba(0,0,0,0) 76%);
    filter:blur(50px);
    opacity:.54;
  }

  .hero-glow-right{
    opacity:.16;
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.42) 42%,rgba(0,0,0,.82) 100%),
      linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.54) 56%,rgba(0,0,0,.74) 100%),
      url('../images/rafaella-hero-final-v4.webp')!important;
    background-position:64% center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    filter:saturate(1.02) contrast(1.03) brightness(.86)!important;
  }
}


/* Ajuste V11 — abaixa toda a hero para a cabeça não encostar/cortar sob a barra de menu */
@media (min-width:1021px){
  .hero{
    padding-top:164px;
  }

  .hero .bg-city{
    background-position:center 34px;
  }

  .hero-inner.container{
    min-height:calc(100vh - 224px);
    transform:translateY(24px);
  }

  .hero-copy{
    transform:translateY(24px);
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-position:64% 18px !important;
  }
}


/* Ajuste V12 — suaviza as linhas verticais ao lado da cabeça da Rafaella */
@media (min-width:1021px){
  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.82) 24%, rgba(0,0,0,.44) 47%, rgba(0,0,0,.12) 63%, rgba(0,0,0,.34) 83%, rgba(0,0,0,.76) 100%),
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.07) 26%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.70) 86%, rgba(0,0,0,.90) 100%),
      url('../images/rafaella-hero-final-v6.webp');
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.42) 42%,rgba(0,0,0,.82) 100%),
      linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.54) 56%,rgba(0,0,0,.74) 100%),
      url('../images/rafaella-hero-final-v6.webp')!important;
  }
}


/* Ajuste V13 — suavização extra das laterais e remoção da linha semi-transparente acima da cabeça */
@media (min-width:1021px){
  .hero .bg-city{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.82) 24%, rgba(0,0,0,.44) 47%, rgba(0,0,0,.12) 63%, rgba(0,0,0,.34) 83%, rgba(0,0,0,.76) 100%),
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.07) 26%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.70) 86%, rgba(0,0,0,.90) 100%),
      url('../images/rafaella-hero-final-v7.webp');
  }
}

@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.42) 42%,rgba(0,0,0,.82) 100%),
      linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.54) 56%,rgba(0,0,0,.74) 100%),
      url('../images/rafaella-hero-final-v7.webp')!important;
  }
}


/* V019 - alinhar topo da imagem da seção Sobre com o título */
.about-inner{align-items:start}
.about-portrait{align-self:start;align-items:flex-start;min-height:auto;padding-top:14px}
.about-portrait img{margin-top:0!important}
@media (max-width:760px){.about-portrait{padding-top:18px}}


/* V020 - subir imagem da seção Sobre em 10px */
.about-portrait{padding-top:4px!important}
@media (max-width:760px){.about-portrait{padding-top:8px!important}}


/* V021 - clarear um pouco o rosto da hero apenas no mobile, sem mexer em mais nada */
@media (max-width:1020px){
  .hero .bg-city{
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.46) 0%,rgba(0,0,0,.34) 42%,rgba(0,0,0,.80) 100%),
      linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.46) 56%,rgba(0,0,0,.70) 100%),
      url('../images/rafaella-hero-final-v7.webp')!important;
    filter:saturate(1.02) contrast(1.03) brightness(.92)!important;
  }
}


/* V022 - mobile only: repetir apenas a foto da Rafaella entre o botão da hero e o título de serviços, sem mexer em mais nada */
@media (max-width:1020px){
  .services{padding-top:320px!important;}
  .services::after{
    content:"";
    position:absolute;
    left:0; right:0; top:0;
    height:320px;
    z-index:1;
    pointer-events:none;
    background-image:
      radial-gradient(circle at 50% 26%, rgba(214,175,98,.18), rgba(255,255,255,0) 42%),
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.18) 40%, rgba(0,0,0,.78) 100%),
      url('../images/rafaella-hero-cropped.png');
    background-repeat:no-repeat,no-repeat,no-repeat;
    background-position:center 26px, center top, center 22px;
    background-size:420px 320px, 100% 100%, 265px auto;
  }
}
@media (max-width:430px){
  .services{padding-top:300px!important;}
  .services::after{height:300px;background-position:center 20px, center top, center 18px;background-size:390px 300px, 100% 100%, 245px auto;}
}


/* V023 - mobile: repetir a presença da Rafaella entre hero e serviços, maior e integrada ao fundo */
@media (max-width:1020px){
  .services{padding-top:392px!important;}
  .services::after{
    content:"";position:absolute;left:0;right:0;top:-4px;height:392px;z-index:1;pointer-events:none;
    background:url('../images/rafaella-mobile-bridge.webp') center top / cover no-repeat !important;
  }
}
@media (max-width:430px){
  .services{padding-top:372px!important;}
  .services::after{height:372px;background-position:center top!important;background-size:cover!important;}
}


/* V024 - mobile: reduzir pela metade o espaço entre o botão da hero e a imagem repetida da Rafaella */
@media (max-width:1020px){
  .services::after{top:-44px!important;}
}
@media (max-width:430px){
  .services::after{top:-38px!important;}
}
