/* ── TOKENS ── */
:root {
  --verde: #1A5C35;
  --verde-escuro: #0F3D22;
  --verde-claro: #2E7D52;
  --verde-mint: #E8F5EE;
  --ouro: #C9A050;
  --ouro-claro: #E8C97A;
  --ouro-bg: #FBF5E6;
  --creme: #F9F6EF;
  --texto: #1A1A1A;
  --texto-muted: #5A5A5A;
  --branco: #FFFFFF;
  --borda: #D4E8DB;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--texto); background: var(--branco); overflow-x: hidden; }
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }
a:hover { color: inherit; }

/* ── WHATSAPP ── */
#wa_button {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.4); transition: transform .2s, box-shadow .2s;
}
#wa_button:hover { transform: scale(1.08); box-shadow: 0 10px 28px rgba(37,211,102,.5); }
#wa_button::before {
  content: '';
  display: block; width: 28px; height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z'/%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12c0 2.124.553 4.118 1.523 5.855L.057 23.428a.5.5 0 00.614.614l5.573-1.466A11.94 11.94 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 22c-1.891 0-3.662-.5-5.192-1.373l-.372-.218-3.862 1.016 1.016-3.717-.235-.384A9.958 9.958 0 012 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z'/%3E%3C/svg%3E") center/cover no-repeat;
}
#wa_button .circle-fill, #wa_button .img-circle, #wa_button .img-circleblock { display: none; }

/* ── BACK TO TOP ── */
#back-to-top {
  position: fixed; bottom: 96px; right: 30px; z-index: 998;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--verde-escuro); color: white; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .2s;
  cursor: pointer;
}
#back-to-top::before { content: '↑'; font-size: 18px; font-weight: 700; color: white; }
#back-to-top.show { opacity: 1; pointer-events: auto; }
#back-to-top:hover { transform: translateY(-3px); background: var(--verde-escuro); }

/* ── NAV ── */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--branco) !important; border-bottom: 1px solid rgba(15,61,34,.12) !important;
  box-shadow: 0 1px 0 rgba(15,61,34,.06);
  backdrop-filter: blur(8px);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-name { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--verde-escuro); letter-spacing: .02em; }
.nav-logo-sub { font-size: 10px; font-weight: 500; color: var(--verde); text-transform: uppercase; letter-spacing: .15em; }
.nav-links-list { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links-list a { font-size: 14px; font-weight: 500; color: var(--verde-escuro) !important; transition: color .2s; text-decoration: none !important; }
.nav-links-list a:hover { color: var(--ouro) !important; }
.nav-links-list a:visited, .nav-links-list a:active { color: var(--verde-escuro) !important; }
.nav-cta,
.nav-cta:visited,
.nav-cta:active,
.nav-cta:hover {
  background: var(--verde) !important; color: white !important; padding: 10px 22px;
  border-radius: 50px; font-size: 14px; font-weight: 500; transition: background .2s; text-decoration: none !important;
}
.nav-cta:hover { background: var(--verde-claro) !important; }
.mobile-nav-btn {
  display: none; cursor: pointer; font-size: 22px; color: var(--verde-escuro);
  background: none; border: none; padding: 4px 8px; line-height: 1;
}

/* ── MOBILE NAV OVERLAY ── */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: min(82vw, 360px);
  height: 100vh;
  background: var(--branco);
  padding: 6.5rem 1.25rem 2rem;
  z-index: 98;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  justify-content: flex-start;
  backdrop-filter: blur(8px);
  box-shadow: -12px 0 30px rgba(0,0,0,.16);
}
.nav-overlay.open { display: flex; }
.nav-overlay a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: var(--verde-escuro);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .95rem 1rem;
  border-radius: 999px;
  background: var(--verde-mint);
  text-align: center;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav-overlay a:hover {
  background: var(--ouro-bg);
  color: var(--verde-escuro);
  transform: translateY(-1px);
}
.nav-overlay-close {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--verde-mint);
  color: var(--verde-escuro);
  font-size: 22px;
  cursor: pointer;
  margin-bottom: .5rem;
}
.nav-overlay-close:hover {
  background: var(--ouro-bg);
}

/* ── SEÇÃO ── */
section { padding: 5.5rem 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 600; color: var(--ouro); text-transform: uppercase; letter-spacing: .18em; margin-bottom: .75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 700; color: var(--verde-escuro); line-height: 1.2; margin-bottom: 1rem; }
.section-sub { font-size: 17px; color: var(--texto-muted); line-height: 1.75; font-weight: 300; max-width: 640px; }

/* ── BOTÕES ── */
.btn-ouro {
  display: inline-block; background: var(--ouro); color: var(--verde-escuro);
  padding: 13px 30px; border-radius: 50px; font-size: 15px; font-weight: 600;
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: all .2s; white-space: nowrap;
}
.btn-ouro:hover { background: var(--ouro-claro); transform: translateY(-2px); }
.btn-verde,
.btn-verde:visited,
.btn-verde:active,
.btn-verde:hover {
  display: inline-block; background: var(--verde); color: white !important;
  padding: 13px 28px; border-radius: 50px; font-size: 15px; font-weight: 500;
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background .2s, transform .2s;
}
.btn-verde:hover { background: var(--verde-escuro); transform: translateY(-2px); }
.btn-outline-white {
  display: inline-block; background: transparent; color: white;
  padding: 13px 26px; border-radius: 50px; font-size: 15px; font-weight: 500;
  border: 1.5px solid rgba(255,255,255,.4); transition: all .2s;
}
.btn-outline-white:hover { border-color: white; background: rgba(255,255,255,.1); color: white; }

/* ── HERO ── */
#hero {
  min-height: 100vh; padding-top: 72px; position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.hero-banner {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; z-index: 0;
}
.hero-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(155deg, rgba(15,61,34,.90) 0%, rgba(26,92,53,.80) 55%, rgba(30,110,64,.72) 100%);
}
.hero-inner-wrap { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 6rem 2rem 7rem; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,160,80,.18); border: 1px solid rgba(201,160,80,.38);
  border-radius: 50px; padding: 6px 16px; margin-bottom: 1.75rem;
}
.hero-badge span { font-size: 12px; font-weight: 500; color: var(--ouro-claro); text-transform: uppercase; letter-spacing: .12em; }
.hero-copy h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 700;
  color: white; line-height: 1.15; margin-bottom: 1.5rem; max-width: 760px;
}
.hero-copy h1 em { font-style: normal; color: var(--ouro-claro); }
.hero-copy > p { font-size: 17px; color: rgba(255,255,255,.82); line-height: 1.85; margin-bottom: 2.5rem; font-weight: 300; max-width: 620px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-rotator { max-width: 600px; }
.hero-carousel-slide { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.7; display: none; }
.hero-carousel-slide.active { display: block; }
.carousel-dots { display: flex; gap: 8px; margin-top: 1rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); border: none; cursor: pointer; padding: 0; transition: background .2s; }
.dot.active { background: var(--ouro-claro); }

/* ── TRUST BAR ── */
.trust-bar { background: var(--verde); padding: 2.75rem 2rem; }
.trust-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 2rem; }
.trust-item { text-align: center; }
.trust-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: white; }
.trust-label { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 2px; }
.trust-divider { width: 1px; height: 40px; background: rgba(255,255,255,.2); }

/* ── QUEM SOMOS ── */
#quem-somos { background: var(--branco); }
.quem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
.quem-img { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(26,92,53,.12); }
.quem-img img { width: 100%; height: 420px; object-fit: cover; object-position: 78% center; display: block; }
.quem-text p { font-size: 16px; color: var(--texto-muted); line-height: 1.85; font-weight: 300; margin-bottom: 1.25rem; }
.quem-checks { margin-top: 1.75rem; display: flex; flex-direction: column; gap: .75rem; }
.quem-check-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--texto-muted); }
.check-icon { width: 22px; height: 22px; background: var(--verde-mint); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; color: var(--verde); font-size: 12px; font-weight: 700; }

/* ── O QUE FAZEMOS ── */
#o-que-fazemos { background: var(--creme); }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3rem; }
.quick-card { background: white; border: 1px solid var(--borda); border-radius: 20px; padding: 2rem; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; height: 100%; }
.quick-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(26,92,53,.1); }
.quick-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--verde), var(--ouro)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.quick-card:hover::before { transform: scaleX(1); }
.quick-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.quick-card h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: var(--verde-escuro); margin-bottom: .6rem; }
.quick-card p { font-size: 13px; color: var(--texto-muted); line-height: 1.7; flex: 1; }
.quick-tag { display: inline-block; width: fit-content; margin-top: 1rem; background: var(--verde-mint); color: var(--verde); font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .08em; }
.btn-verde.quick-more-btn { margin-top: 1rem; align-self: flex-start; }

/* ── SERVIÇOS ── */
#servicos { background: var(--branco); }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; margin-top: 3rem; }
.service-card { background: var(--creme); border: 1.5px solid var(--borda); border-radius: 22px; padding: 2.25rem; transition: all .25s; }
.service-card:hover { border-color: var(--verde); background: var(--branco); box-shadow: 0 12px 36px rgba(26,92,53,.08); }
.service-icon-wrap { width: 56px; height: 56px; background: var(--verde-mint); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; font-size: 1.5rem; }
.service-card h4 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--verde-escuro); margin-bottom: 1rem; }
.service-list { list-style: none; display: flex; flex-direction: column; gap: .75rem; }
.service-list li { font-size: 14px; color: var(--texto-muted); line-height: 1.7; padding-left: 1.25rem; position: relative; }
.service-list li::before { content: '·'; position: absolute; left: 0; color: var(--ouro); font-size: 18px; line-height: 1.4; }
.service-cta { margin-top: 1.5rem; font-size: 13px; padding: 10px 20px; }
.service-modal-body { color: #fff; }
.service-modal-intro { margin-bottom: 1rem; color: rgba(255,255,255,.85); }
.service-modal-body .service-list li { color: rgba(255,255,255,.85); }
.service-modal-body .service-list li::before { color: var(--ouro-claro); }
.setores-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.setor-card { background: var(--creme); border: 1.5px solid var(--borda); border-radius: 18px; padding: 1.75rem; transition: all .2s; }
.setor-card:hover { background: var(--verde-mint); border-color: var(--verde); transform: translateY(-2px); }
.setor-icon { font-size: 2rem; margin-bottom: .75rem; display: block; }
.setor-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; color: var(--verde-escuro); margin-bottom: .4rem; }
.setor-card p { font-size: 13px; color: var(--texto-muted); line-height: 1.6; }

/* ── CERTIFICAÇÃO ── */
.cert-section { margin-top: 3rem; }
.cert-program {
  background: linear-gradient(135deg, var(--verde-escuro), var(--verde));
  border-radius: 28px; padding: 3rem; display: grid;
  grid-template-columns: 220px 1fr; gap: 3rem; align-items: center;
  position: relative; overflow: hidden;
}
.cert-program::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
.cert-program > * { position: relative; z-index: 1; }
.cert-img-col { text-align: center; }
.cert-img-col img { max-width: 180px; }
.cert-text h3 { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700; color: white; margin-bottom: .25rem; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cert-logo-img { height: 34px; vertical-align: middle; }
.cert-list { list-style: none; margin: 1.5rem 0 2rem; display: flex; flex-direction: column; gap: .75rem; }
.cert-list li { font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.65; padding-left: 1.5rem; position: relative; }
.cert-list li::before { content: '✓'; position: absolute; left: 0; color: var(--ouro-claro); font-weight: 700; }

.calculator-cta {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--verde-mint), var(--branco));
  border: 1px solid var(--borda);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.calculator-cta-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--verde-escuro);
  margin-bottom: .5rem;
}
.calculator-cta-content p {
  font-size: 15px;
  color: var(--texto-muted);
  line-height: 1.7;
  margin: 0;
}

/* ── MODAL ── */
.modal { display: none !important; position: fixed; top: 0; left: 0; z-index: 1055; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; }
.modal.show { display: block !important; }
.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: rgba(0,0,0,.5); }
.modal-dialog { position: relative; width: auto; margin: 1.75rem auto; pointer-events: none; }
.modal.show .modal-dialog { pointer-events: auto; }
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 3.5rem); }
.modal-dialog.modal-xl { max-width: 1140px; }
.modal-content { background: #1a1a1a; border: none; border-radius: 16px; overflow: hidden; }
.modal-header { border-bottom: 1px solid rgba(255,255,255,.1); padding: 1.25rem 1.5rem; }
.modal-title { color: white; font-family: 'Playfair Display', serif; font-size: 1.2rem; }
.btn-close-white { filter: invert(1); }
.modal-footer { border-top: 1px solid rgba(255,255,255,.1); justify-content: center; padding: 1.25rem; }

/* ── FOOTER ── */
#footer { background: var(--verde); padding: 5rem 2rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.footer-section-label { font-size: 12px; font-weight: 600; color: var(--ouro-claro); text-transform: uppercase; letter-spacing: .18em; margin-bottom: .75rem; }
.footer-form h4 { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700; color: white; margin-bottom: .5rem; }
.footer-form p { font-size: 15px; color: rgba(255,255,255,.65); margin-bottom: 2rem; font-weight: 300; }
.form-field { margin-bottom: 1.1rem; }
.form-field input, .form-field textarea {
  width: 100%; padding: 12px 16px;
  background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 12px; font-size: 14px; font-family: 'DM Sans', sans-serif;
  color: white; outline: none; transition: border-color .2s;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.4); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--ouro); }
.form-field textarea { resize: vertical; min-height: 120px; }
#form-feedback { font-size: 13px; margin-top: .75rem; min-height: 20px; }
.footer-info { display: flex; flex-direction: column; gap: 2rem; align-items: flex-start; }
.footer-logo-img { height: 52px; width: auto; max-width: none; object-fit: contain; }
.footer-partners { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.footer-partners img { height: 34px; width: auto; max-width: none; object-fit: contain; filter: brightness(0) invert(1); opacity: .7; transition: opacity .2s; }
.footer-partners img:hover { opacity: 1; }
.footer-address { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; }
.footer-social { display: flex; gap: .75rem; }
.social-link { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: 13px; transition: all .2s; font-weight: 600; }
.social-link:hover { background: var(--ouro); border-color: var(--ouro); color: var(--verde-escuro); }
.footer-contact-btns { display: flex; flex-direction: column; gap: .75rem; }
.btn-reveal { background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.18); color: rgba(255,255,255,.85); padding: 12px 24px; border-radius: 50px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .2s; text-align: left; width: 100%; }
.btn-reveal:hover { background: rgba(255,255,255,.14); border-color: var(--ouro); color: var(--ouro-claro); }
.footer-bottom { background: var(--verde-escuro); padding: 1.25rem 2rem; text-align: center; font-size: 13px; color: rgba(255,255,255,.85); }

/* ── ANIMAÇÕES ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy { animation: fadeUp .75s ease both; }

/* ── RESPONSIVO ── */
@media (max-width: 1024px) {
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .cert-program { grid-template-columns: 1fr; }
  .cert-img-col { display: none; }
}
@media (max-width: 768px) {
  .nav-links-list { display: none; }
  .mobile-nav-btn { display: block; }
  .quem-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .quem-img { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .setores-grid { grid-template-columns: 1fr; gap: 1rem; }
  .setor-card { padding: 1.35rem; }
  .cert-program { padding: 1.5rem; gap: 1.5rem; border-radius: 22px; }
  .cert-text h3 { font-size: 1.35rem; }
  .cert-list { gap: .6rem; margin: 1rem 0 1.25rem; }
  .cert-list li { font-size: 14px; }
  .calculator-cta { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 3rem; }
  .trust-divider { display: none; }
}
@media (max-width: 540px) {
  .quick-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-copy h1 { font-size: 2rem; }
  .btn-ouro, .btn-verde { width: auto; text-align: center; }
  .calculator-cta { padding: 1.25rem; }
  .calculator-cta-content h3 { font-size: 1.15rem; }
  .calculator-cta-content p { font-size: 14px; }
}
