:root {
  --green-950:#0a231d;
  --green-900:#102e27;
  --green-800:#173c34;
  --green-700:#245247;
  --sand-50:#fbf7ef;
  --sand-100:#f5eee2;
  --sand-200:#e8dbc7;
  --gold:#c7a86d;
  --gold-dark:#9f7f47;
  --ink:#202521;
  --muted:#666d67;
  --white:#fff;
  --border:rgba(16,46,39,.15);
  --shadow:0 24px 65px rgba(10,35,29,.14);
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--sand-50);line-height:1.7}
a{color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:15px;top:15px;transform:translateY(-160%);background:#fff;padding:10px 15px;z-index:9999}
.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(251,247,239,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{width:255px;color:var(--green-900)}
.brand img{width:100%}
.main-nav{display:flex;align-items:center;gap:27px}
.main-nav>a,.dropdown-toggle{font-size:14px;font-weight:600;text-decoration:none;color:var(--green-900)}
.dropdown-toggle{border:0;background:transparent;padding:10px 0;cursor:pointer}
.nav-contact{border:1px solid var(--green-900);border-radius:999px;padding:10px 17px}
.nav-dropdown{position:relative}
.dropdown-menu{display:none;position:absolute;top:45px;left:-22px;min-width:265px;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:9px;box-shadow:var(--shadow)}
.dropdown-menu.open,.nav-dropdown:hover .dropdown-menu{display:block}
.dropdown-menu a{display:block;text-decoration:none;padding:11px 13px;border-radius:10px;color:var(--green-900);font-size:13px}
.dropdown-menu a:hover{background:var(--sand-100);color:var(--gold-dark)}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--green-900);margin:5px}

.hero{padding:92px 0 100px;background:radial-gradient(circle at 15% 10%,rgba(199,168,109,.2),transparent 25%),linear-gradient(135deg,var(--sand-50),var(--sand-100));overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr .82fr;align-items:center;gap:72px}
.eyebrow{margin:0 0 17px;color:var(--gold-dark);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.21em}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--green-900);line-height:1.06;margin-top:0}
h1{font-size:clamp(54px,6.4vw,82px);margin-bottom:25px}
.hero-lead{max-width:690px;font-size:18px;color:var(--muted);margin-bottom:32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px}
.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 23px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700;border:0;cursor:pointer;transition:.25s}
.button-primary{background:var(--green-900);color:var(--white)}
.button-primary:hover{background:var(--green-950);transform:translateY(-2px)}
.button-outline{border:1px solid var(--border);color:var(--green-900);background:rgba(255,255,255,.45)}
.button-gold{background:var(--gold);color:var(--green-950)}
.location-note{margin-top:21px;font-size:12px;color:var(--muted)}
.hero-brand{position:relative;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);background:var(--green-900)}
.hero-brand>img{width:100%;height:520px;object-fit:cover}
.hero-brand-caption{position:absolute;inset:auto 22px 22px 22px;background:rgba(245,238,226,.93);padding:18px 24px;border-radius:15px;color:var(--green-900)}
.hero-brand-caption img{width:280px;margin:auto}

.quick-nav{background:var(--green-900);padding:38px 0;color:var(--white)}
.quick-title{text-align:center;margin:0 0 22px;color:rgba(255,255,255,.66);font-size:12px;text-transform:uppercase;letter-spacing:.18em}
.quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12)}
.quick-links a{background:var(--green-900);padding:18px;text-decoration:none;text-align:center;font-size:13px;font-weight:600}
.quick-links a:hover{background:var(--green-800)}
.quick-links span{color:var(--gold);margin-right:8px}

.practice-section{padding:112px 0}
.section-light{background:var(--sand-50)}
.section-sand{background:var(--sand-100)}
.section-green{background:var(--green-900);color:var(--white)}
.practice-layout{display:grid;grid-template-columns:150px 1fr;gap:52px}
.practice-number{font:600 88px/1 Georgia,"Times New Roman",serif;color:rgba(199,168,109,.55);position:sticky;top:120px;align-self:start}
.practice-copy{max-width:920px}
.practice-copy h2{font-size:clamp(49px,6vw,72px);margin-bottom:24px}
.section-green h2,.section-green h3{color:var(--sand-50)}
.practice-intro{max-width:780px;font-size:18px;color:var(--muted);margin-bottom:40px}
.section-green .practice-intro,.section-green p{color:rgba(255,255,255,.72)}
.audience-grid,.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.audience-grid article,.topic-grid article{background:rgba(255,255,255,.72);border:1px solid var(--border);border-radius:20px;padding:30px}
.section-green .topic-grid article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}
.audience-grid h3,.topic-grid h3{font-size:29px;margin-bottom:15px}
.audience-grid ul{padding-left:20px;color:var(--muted);margin:0}
.section-cta{display:inline-block;margin-top:34px;text-decoration:none;font-weight:700;color:var(--green-900)}
.light-link{color:var(--gold)}
.simple-list{display:flex;flex-wrap:wrap;gap:12px}
.simple-list span{background:rgba(255,255,255,.72);border:1px solid var(--border);padding:13px 18px;border-radius:999px;font-size:13px}

.about-section{padding:120px 0;background:var(--white)}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:86px;align-items:center}
.about-logo{min-height:500px;background:var(--green-900);border-radius:26px;padding:44px;display:flex;flex-direction:column;justify-content:space-between;color:var(--gold);box-shadow:var(--shadow)}
.about-logo>img{filter:invert(78%) sepia(28%) saturate(630%) hue-rotate(359deg) brightness(89%);width:100%}
.about-year span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.2em}
.about-year strong{display:block;font:700 80px/1 Georgia,"Times New Roman",serif;margin-top:9px}
.about-copy h2{font-size:clamp(48px,5.8vw,68px);margin-bottom:26px}
.about-copy p{color:var(--muted)}
.about-copy blockquote{margin:34px 0 0;border-left:2px solid var(--gold);padding:18px 0 18px 25px;font:600 27px/1.35 Georgia,"Times New Roman",serif;color:var(--green-900)}

.contact-section{padding:120px 0;background:linear-gradient(135deg,var(--sand-100),var(--sand-50))}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:start}
.contact-copy h2{font-size:clamp(49px,5.8vw,70px);margin-bottom:24px}
.contact-copy>p{color:var(--muted);margin-bottom:27px}
.privacy-note{font-size:11px!important;margin-top:22px;max-width:440px}
.contact-form{background:var(--white);padding:38px;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{display:block;margin-bottom:18px}
.contact-form label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:700;color:var(--green-900)}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:11px;background:var(--sand-50);padding:13px 14px;color:var(--ink);outline:none}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(199,168,109,.15)}
.consent{display:grid!important;grid-template-columns:20px 1fr;gap:10px;align-items:start}
.consent input{width:18px;margin-top:4px}
.consent span{font-size:11px!important;font-weight:400!important;color:var(--muted)!important}
.submit-button{width:100%}
.hidden-field{position:absolute;left:-9999px}

.legal-note{background:var(--white);border-top:1px solid var(--border);padding:28px 0}
.legal-note p{margin:0;text-align:center;font-size:11px;color:var(--muted)}
.site-footer{background:var(--green-950);color:rgba(255,255,255,.7);padding:55px 0 28px}
.footer-main{display:flex;justify-content:space-between;align-items:center;gap:35px}
.footer-logo{width:275px;filter:invert(89%) sepia(12%) saturate(411%) hue-rotate(350deg)}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:19px}
.footer-nav a{text-decoration:none;font-size:12px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:22px;font-size:11px}
.floating-contact{position:fixed;right:22px;bottom:22px;z-index:900;background:var(--green-800);color:var(--white);padding:13px 18px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:700;box-shadow:var(--shadow)}
.reveal{opacity:0;transform:translateY(24px);transition:.65s ease}
.reveal.visible{opacity:1;transform:none}

.thank-you{min-height:70vh;display:grid;place-items:center;padding:70px 20px;text-align:center}
.thank-you-card{max-width:680px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:50px;box-shadow:var(--shadow)}
.thank-you-card h1{font-size:55px}

@media(max-width:950px){
  .menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:86px;left:20px;right:20px;flex-direction:column;align-items:stretch;gap:0;background:var(--sand-50);padding:12px;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}
  .main-nav>a,.dropdown-toggle{display:block;width:100%;text-align:left;padding:13px}
  .nav-contact{border-radius:10px}
  .dropdown-menu{position:static;box-shadow:none;background:var(--sand-100);margin:0 7px 8px}
  .hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .hero-brand{max-width:700px}
  .quick-links{grid-template-columns:repeat(2,1fr)}
  .practice-layout{grid-template-columns:1fr;gap:16px}
  .practice-number{position:static;font-size:54px}
}
@media(max-width:650px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .brand{width:205px}
  .hero{padding:65px 0 75px}
  .hero-brand>img{height:380px}
  .hero-actions{flex-direction:column}
  .button{width:100%}
  .quick-links{grid-template-columns:1fr}
  .practice-section,.about-section,.contact-section{padding:78px 0}
  .audience-grid,.topic-grid,.form-row{grid-template-columns:1fr}
  .about-logo{min-height:390px}
  .contact-form{padding:24px}
  .footer-main,.footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-nav{justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
}


/* Identidade oficial enviada */
.site-header{background:rgba(10,35,29,.97);border-bottom-color:rgba(199,168,109,.25)}
.header-inner{min-height:96px}
.brand{width:285px;height:78px;overflow:hidden;border-radius:5px}
.brand .official-logo{width:100%;height:100%;object-fit:cover;object-position:center}
.main-nav>a,.dropdown-toggle{color:var(--sand-50)}
.nav-contact{border-color:var(--gold);color:var(--gold)!important}
.menu-toggle span{background:var(--gold)}
.hero-brand>img{object-position:center}
.about-logo{padding:24px;overflow:hidden}
.about-logo>.official-logo{width:100%;height:275px;object-fit:cover;border-radius:12px;filter:none}
.footer-logo.official-logo{width:310px;height:135px;object-fit:cover;filter:none;border-radius:6px}

.section-heading{max-width:790px;margin-bottom:45px}
.section-heading h2,.calculator-copy h2{font-size:clamp(48px,5.8vw,68px);margin-bottom:22px}
.section-heading>p:last-child,.calculator-copy>p{color:var(--muted)}

.faq-section{padding:115px 0;background:var(--white)}
.faq-list{max-width:920px}
.faq-item{border-top:1px solid var(--border)}
.faq-item:last-child{border-bottom:1px solid var(--border)}
.faq-item summary{cursor:pointer;list-style:none;padding:23px 48px 23px 0;position:relative;font:600 25px/1.25 Georgia,"Times New Roman",serif;color:var(--green-900)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:8px;top:19px;color:var(--gold-dark);font:400 29px Arial,Helvetica,sans-serif}
.faq-item[open] summary::after{content:"–"}
.faq-item div{padding:0 55px 24px 0;max-width:820px}
.faq-item p{color:var(--muted);margin:0 0 10px}

.calculator-section{padding:115px 0;background:var(--green-900);color:var(--white)}
.calculator-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}
.calculator-copy h2{color:var(--sand-50)}
.calculator-copy>p{color:rgba(255,255,255,.72)}
.calculator-warning{margin-top:28px;border-left:2px solid var(--gold);padding:14px 0 14px 20px;color:rgba(255,255,255,.7);font-size:13px}
.calculator-warning strong{color:var(--gold)}
.calculator-card{background:var(--white);color:var(--ink);padding:38px;border-radius:24px;box-shadow:var(--shadow)}
.calculator-card label{display:block;margin-bottom:18px}
.calculator-card label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:700;color:var(--green-900)}
.calculator-card input,.calculator-card select{width:100%;border:1px solid var(--border);border-radius:11px;background:var(--sand-50);padding:13px 14px;outline:none}
.calculator-card input:focus,.calculator-card select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(199,168,109,.15)}
.calculator-result{margin-top:25px;padding:24px;border-radius:16px;background:var(--sand-100);border:1px solid var(--border)}
.calculator-result h3{font-size:30px;margin-bottom:15px}
.result-line{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid var(--border);font-size:13px}
.result-line.total{font-weight:700;font-size:16px;color:var(--green-900);border-bottom:0;padding-top:17px}
.result-note{font-size:11px;color:var(--muted);margin:16px 0 0}

@media(max-width:950px){
  .calculator-grid{grid-template-columns:1fr}
  .site-header .main-nav{background:var(--green-900)}
  .dropdown-menu{background:var(--green-800)}
  .dropdown-menu a{color:var(--sand-50)}
}
@media(max-width:650px){
  .brand{width:225px;height:64px}
  .header-inner{min-height:80px}
  .main-nav{top:80px}
  .calculator-card{padding:24px}
  .footer-logo.official-logo{width:260px;height:115px}
}


/* Ajustes da versão 4: logo completa e remoção da imagem do cartão */
.brand{
  width:320px;
  height:auto;
  overflow:visible;
  border-radius:0;
  display:flex;
  align-items:center;
}
.brand .official-logo{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  border-radius:0;
}

.hero-grid-single{
  grid-template-columns:1fr;
}
.hero-grid-single .hero-content{
  max-width:860px;
}

.about-logo{
  min-height:500px;
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:visible;
}
.about-logo>.official-logo{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center;
  border-radius:0;
  filter:none;
}

.footer-logo.official-logo{
  width:320px;
  height:auto;
  object-fit:contain;
  object-position:center;
  filter:none;
  border-radius:0;
}

@media(max-width:650px){
  .brand{
    width:245px;
    height:auto;
  }
  .footer-logo.official-logo{
    width:260px;
    height:auto;
  }
}

.sensitive-warning{display:block;margin-top:8px;padding:10px 12px;border-radius:9px;background:#fff6df;color:#684f1e;font-size:11px;line-height:1.5}.consent a{color:var(--green-800);font-weight:700}.privacy-back{color:var(--sand-50);border-color:var(--gold)}.privacy-hero{padding:90px 0 70px;background:linear-gradient(135deg,var(--sand-50),var(--sand-100))}.privacy-narrow{max-width:900px}.privacy-hero h1{font-size:clamp(52px,7vw,78px);margin-bottom:20px}.privacy-lead{max-width:760px;font-size:18px;color:var(--muted)}.policy-date{margin-top:25px;font-size:12px;color:var(--gold-dark)}.privacy-content{padding:85px 0;background:var(--white)}.policy-block{padding:32px 0;border-bottom:1px solid var(--border)}.policy-block:first-child{padding-top:0}.policy-block h2{font-size:34px;margin-bottom:16px}.policy-block p,.policy-block li{color:var(--muted)}.policy-block ul{padding-left:22px}.privacy-form-section{padding:105px 0;background:linear-gradient(135deg,var(--sand-100),var(--sand-50))}.privacy-form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.privacy-form-grid h2{font-size:clamp(45px,5vw,64px);margin-bottom:20px}.privacy-form-grid>div>p{color:var(--muted)}@media(max-width:900px){.privacy-form-grid{grid-template-columns:1fr}}


/* Versão 7 — foto profissional */
.hero-with-photo{
  grid-template-columns:1.05fr .75fr;
  gap:74px;
  align-items:center;
}
.hero-with-photo .hero-content{
  max-width:760px;
}
.hero-with-photo h1{
  margin-bottom:4px;
}
.hero-role{
  margin:0 0 26px;
  color:var(--gold-dark);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,3vw,38px);
  letter-spacing:.03em;
}
.hero-photo-wrap{
  position:relative;
  max-width:470px;
  margin-left:auto;
}
.hero-photo-wrap::before{
  content:"";
  position:absolute;
  inset:18px -18px -18px 18px;
  border:1px solid var(--gold);
  border-radius:24px;
  z-index:0;
}
.hero-photo{
  position:relative;
  z-index:1;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center;
  border-radius:20px;
  box-shadow:0 24px 65px rgba(10,35,29,.16);
}
.about-photo-card{
  background:var(--green-900);
  border-radius:26px;
  padding:24px;
  box-shadow:var(--shadow);
}
.about-photo-card img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
}
.about-photo-card .about-year{
  padding:24px 10px 4px;
  color:var(--gold);
}
.about-photo-card .about-year span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
}
.about-photo-card .about-year strong{
  display:block;
  font:700 58px/1 Georgia,"Times New Roman",serif;
  margin-top:8px;
}
@media(max-width:950px){
  .hero-with-photo{
    grid-template-columns:1fr;
    gap:44px;
  }
  .hero-photo-wrap{
    margin:0 auto;
    max-width:430px;
  }
}
@media(max-width:650px){
  .hero-photo-wrap{
    max-width:100%;
  }
  .hero-photo-wrap::before{
    inset:12px -10px -12px 10px;
  }
}


/* Versão 8 — fotos mais discretas e minimalistas */
.hero-with-photo{
  grid-template-columns:1.2fr .55fr;
  gap:54px;
  align-items:center;
}
.hero-with-photo .hero-content{
  max-width:820px;
}
.hero-photo-wrap{
  max-width:320px;
  margin-left:auto;
}
.hero-photo-wrap::before{
  inset:10px -10px -10px 10px;
  border-radius:18px;
  opacity:.7;
}
.hero-photo{
  border-radius:16px;
  box-shadow:0 14px 35px rgba(10,35,29,.10);
}
.hero-lead{
  max-width:620px;
}
.about-grid{
  grid-template-columns:.52fr 1.48fr;
  gap:54px;
  align-items:start;
}
.about-photo-card{
  padding:16px;
  border-radius:18px;
  max-width:260px;
  margin:0 auto;
  box-shadow:0 12px 30px rgba(10,35,29,.10);
}
.about-photo-card img{
  border-radius:12px;
}
.about-photo-card .about-year{
  padding:16px 4px 2px;
}
.about-photo-card .about-year strong{
  font-size:42px;
}
.about-copy h2{
  max-width:720px;
}
@media(max-width:950px){
  .hero-with-photo{
    grid-template-columns:1fr;
    gap:28px;
  }
  .hero-photo-wrap{
    max-width:260px;
    margin:0 auto;
  }
  .about-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-photo-card{
    max-width:230px;
  }
}
@media(max-width:650px){
  .hero-photo-wrap{
    max-width:220px;
  }
  .hero-photo-wrap::before{
    inset:8px -8px -8px 8px;
  }
  .about-photo-card{
    max-width:200px;
  }
}


/* Versão 9 — sem foto na home e títulos mais equilibrados */
.hero-text-only{
  grid-template-columns:1fr;
}
.hero-text-only .hero-content{
  max-width:760px;
}

h1{
  font-size:clamp(42px,5vw,60px);
  margin-bottom:6px;
}
.section-heading h2,
.calculator-copy h2,
.about-copy h2,
.contact-copy h2,
.privacy-form-grid h2{
  font-size:clamp(34px,4.1vw,48px);
}
.practice-copy h2{
  font-size:clamp(38px,4.6vw,52px);
}
.privacy-hero h1{
  font-size:clamp(40px,5vw,58px);
}
.hero-role{
  font-size:clamp(22px,2.2vw,30px);
  margin-bottom:18px;
}
.hero-lead{
  max-width:640px;
  font-size:17px;
}
.hero{
  padding:82px 0 88px;
}
.section-heading{
  max-width:760px;
  margin-bottom:38px;
}
.section-heading p:last-child,
.about-copy p,
.contact-copy > p,
.practice-intro{
  max-width:760px;
}
.practice-section{
  padding:96px 0;
}
.about-section,
.contact-section,
.faq-section,
.calculator-section,
.privacy-form-section{
  padding:96px 0;
}
.about-grid{
  grid-template-columns:.50fr 1.50fr;
  gap:48px;
  align-items:start;
}
.about-photo-card{
  max-width:220px;
  padding:14px;
}
.about-photo-card .about-year{
  padding:14px 4px 0;
}
.about-photo-card .about-year strong{
  font-size:36px;
}
.policy-block h2{
  font-size:30px;
}

@media(max-width:950px){
  h1{
    font-size:clamp(38px,8vw,50px);
  }
  .section-heading h2,
  .calculator-copy h2,
  .about-copy h2,
  .contact-copy h2,
  .practice-copy h2,
  .privacy-form-grid h2,
  .privacy-hero h1{
    font-size:clamp(32px,7vw,42px);
  }
  .about-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-photo-card{
    max-width:210px;
    margin:0;
  }
}

@media(max-width:650px){
  .hero{
    padding:68px 0 72px;
  }
  .hero-role{
    font-size:24px;
  }
  .hero-lead{
    font-size:16px;
  }
  .about-photo-card{
    max-width:190px;
  }
}


/* Versão 10 — barra superior discreta e foto com enquadramento mais aberto */
.top-contact-bar{
  background:var(--green-950);
  border-bottom:1px solid rgba(199,168,109,.18);
}
.top-contact-inner{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
}
.top-contact-inner a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:11px;
  letter-spacing:.02em;
  transition:.2s;
}
.top-contact-inner a:hover{
  color:var(--gold);
}
.site-header{
  top:0;
}
.about-photo-card{
  max-width:230px;
  overflow:hidden;
}
.about-photo-card img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  display:block;
}
@media(max-width:650px){
  .top-contact-inner{
    justify-content:center;
    gap:14px;
    min-height:36px;
    flex-wrap:wrap;
    padding:5px 0;
  }
  .top-contact-inner a{
    font-size:10px;
  }
  .about-photo-card{
    max-width:205px;
  }
}


/* Versão 11 — contatos superiores com ícones */
.top-contact-bar{
  background:var(--green-950);
  border-bottom:1px solid rgba(199,168,109,.2);
}
.top-contact-inner{
  min-height:48px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:34px;
}
.top-contact-item{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.84);
  text-decoration:none;
  transition:color .2s ease, opacity .2s ease;
}
.top-contact-item:hover{
  color:var(--gold);
}
.top-contact-icon{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(199,168,109,.55);
  border-radius:50%;
  color:var(--gold);
}
.top-contact-icon svg{
  width:14px;
  height:14px;
  fill:currentColor;
}
.top-contact-text{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}
.top-contact-text small{
  color:rgba(255,255,255,.48);
  font-size:8px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:3px;
}
.top-contact-text strong{
  color:inherit;
  font-size:11px;
  font-weight:500;
  letter-spacing:.01em;
}
@media(max-width:650px){
  .top-contact-inner{
    min-height:46px;
    justify-content:center;
    gap:18px;
    padding:5px 0;
  }
  .top-contact-icon{
    width:24px;
    height:24px;
    flex-basis:24px;
  }
  .top-contact-icon svg{
    width:12px;
    height:12px;
  }
  .top-contact-text small{
    display:none;
  }
  .top-contact-text strong{
    font-size:9px;
  }
}


/* Versão 12 — logo integrada à faixa verde do topo */
.brand{
  background: transparent !important;
  width: 300px;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}
.top-header-logo{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent;
}
.site-header{
  background: var(--green-900);
}
@media(max-width:650px){
  .brand{
    width: 230px;
  }
}


/* Versão 13 — logo do topo menor e mais encaixada */
.brand{
  width: 255px !important;
}
.top-header-logo{
  max-width: 100%;
}
.header-inner{
  min-height: 88px;
}
@media(max-width:650px){
  .brand{
    width: 205px !important;
  }
  .header-inner{
    min-height: 76px;
  }
}


/* Versão 14 — logo do rodapé integrada ao fundo verde */
.footer-logo,
.footer-logo.official-logo{
  width:255px;
  height:auto;
  object-fit:contain;
  object-position:left center;
  background:transparent !important;
  border-radius:0;
  filter:none !important;
}
@media(max-width:650px){
  .footer-logo,
  .footer-logo.official-logo{
    width:210px;
  }
}
