 :root {
  --primary: #013328;
  --primary-2: #02483a;
  --gold: #D4B483;
  --gold2: #f1d7a7;
  --bg: #fbf8f2;
  --secondary: #f4eee3;
  --text: #102a25;
  --muted: #60746f;
  --border: #e5d6bf;
  --white: #FFFFFF;
  --shadow: 0 22px 60px rgba(1, 51, 40, .13);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 18%, rgba(212,180,131,.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(1,51,40,.10), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(212,180,131,.12), transparent 30%);
}
a { text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }

.header { position: fixed; top: 0; width: 100%; z-index: 50; padding: 20px 0; transition: .35s ease; }
.header.scrolled { background: rgba(1, 51, 40, .94); backdrop-filter: blur(18px); padding: 14px 0; }
.nav-container { width: min(1160px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo span { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: #fff; }
.logo small { color: var(--gold); letter-spacing: .3em; font-size: 11px; }
.menu { display: flex; gap: 40px; list-style: none; }
.menu a { color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; }
.menu a:hover { color: var(--gold); }
.btn-header, .btn-gold, .form button { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--gold2), var(--gold)); color: var(--primary); border-radius: 999px; padding: 14px 26px; font-weight: 700; border: 0; cursor: pointer; box-shadow: 0 12px 35px rgba(212, 180, 131, .36); transition: .3s; }
.btn-header:hover, .btn-gold:hover, .form button:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 18px 46px rgba(212,180,131,.48); }
.menu-btn { display: none; background: transparent; color: #fff; border: 0; font-size: 30px; cursor: pointer; }

.hero { min-height: 100vh; position: relative; overflow: hidden; padding: 130px 0 80px; }
.hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -120px;
  top: 120px;
  background: radial-gradient(circle, rgba(212,180,131,.38), transparent 64%);
  filter: blur(12px);
  animation: floatLight 7s ease-in-out infinite;
  z-index: 1;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,51,40,.96), rgba(1,51,40,.78), rgba(1,51,40,.45)); }
.hero-grid { position: relative; z-index: 2; min-height: calc(100vh - 210px); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.tag { display: inline-flex; align-items: center; gap: 12px; color: rgba(45,28,18,.72); letter-spacing: .3em; text-transform: uppercase; font-size: 12px; font-weight: 700; margin-bottom: 22px; }
.tag span { width: 32px; height: 1px; background: var(--gold); display: inline-block; }
.tag.dark { color: var(--gold); }
.tag.center { justify-content: center; }
.hero h1, .section-title h2, .about h2, .contact h2 { font-family: "Playfair Display", serif; font-size: clamp(42px, 6vw, 78px); line-height: 1.05; color: #fff; margin-bottom: 24px; }
.hero h1 em, .section-title h2 em, .about h2 em, .contact h2 em { color: var(--gold); font-style: italic; }
.hero-desc { max-width: 590px; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.8; margin-bottom: 38px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; }
.btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); border-radius: 999px; padding: 14px 26px; font-weight: 600; }
.hero-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 45px; }
.hero-pills span { border: 1px solid rgba(212,180,131,.52); background: rgba(1,51,40,.35); color: var(--gold); border-radius: 999px; padding: 9px 18px; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-photo-area { position: relative; }
.glow { position: absolute; inset: -20px; background: linear-gradient(135deg, var(--gold2), var(--gold)); border-radius: 50%; filter: blur(55px); opacity: .35; animation: pulseGlow 4s ease-in-out infinite; }
.hero-photo { position: relative; animation: floatPortrait 5.5s ease-in-out infinite; max-width: 430px; aspect-ratio: 1; margin: auto; border-radius: 50%; overflow: hidden; border: 4px solid var(--gold); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.location-card { position: absolute; right: 10px; bottom: -15px; background: #fff; padding: 20px; border-radius: 20px; box-shadow: var(--shadow); }
.location-card small { display: block; text-transform: uppercase; color: var(--muted); font-size: 11px; letter-spacing: .15em; margin-bottom: 5px; }
.location-card strong { color: var(--primary); }

.about, .testimonials, .resume, .contact { padding: 110px 0; }
.about { background: var(--secondary); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about h2, .contact h2, .section-title h2 { color: var(--primary); }
.text-block { display: grid; gap: 22px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.text-block strong { color: var(--primary); }
.quote { font-family: "Playfair Display", serif; font-style: italic; color: var(--primary); font-size: 22px; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.stats div { background: #fff; padding: 32px; border-radius: 24px; border: 1px solid var(--border); box-shadow: var(--shadow); transition: .35s ease; }
.stats div:hover { border-color: var(--gold); transform: translateY(-8px); }
.stats strong { display: block; font-family: "Playfair Display", serif; font-size: 52px; color: var(--primary); margin-bottom: 8px; }
.stats div:hover strong { color: var(--gold); }
.stats span { color: var(--muted); }

.services { padding: 110px 0; background: radial-gradient(circle at 20% 20%, rgba(212,180,131,.16), transparent 35%), radial-gradient(circle at 80% 80%, rgba(212,180,131,.13), transparent 35%), linear-gradient(135deg, #013328, #02483a); }
.section-title { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.section-title.white h2 { color: #fff; }
.section-title.white p:last-child { color: rgba(255,255,255,.75); }
.section-title p:last-child { color: var(--muted); font-size: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.service-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 32px; transition: .4s; position: relative; overflow: hidden; }
.service-card::before { content:""; position:absolute; inset:0; background: linear-gradient(120deg, transparent, rgba(212,180,131,.12), transparent); transform: translateX(-120%); transition: .65s; }
.service-card:hover::before { transform: translateX(120%); }
.service-card:hover { transform: translateY(-12px); border-color: rgba(212,180,131,.75); background: rgba(255,255,255,.12); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.service-icon { width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(135deg, var(--gold2), var(--gold)); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.service-icon svg { width: 28px; height: 28px; fill: var(--primary); }
.service-card h3 { font-family: "Playfair Display", serif; color: #fff; font-size: 26px; margin-bottom: 14px; }
.service-card p { color: rgba(255,255,255,.72); line-height: 1.7; }

/* Links acoplados no site principal (pedido da cliente) */
.links-hub {
  padding: 110px 0;
  background: var(--primary);
  position: relative;
  overflow: hidden;
}
.links-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(212, 180, 131, 0.18), transparent 40%),
    radial-gradient(circle at 88% 70%, rgba(255, 255, 255, 0.06), transparent 35%);
  pointer-events: none;
}
.links-hub .section-title h2,
.links-hub .section-title p:not(.tag) {
  color: #fff;
}
.links-hub .section-title p:not(.tag) {
  color: rgba(255, 255, 255, 0.72);
}
.links-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.link-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 22px 24px;
  transition: 0.35s ease;
  color: #fff;
}
.link-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 180, 131, 0.75);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.link-card__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-card__icon svg {
  width: 24px;
  height: 24px;
  fill: var(--primary);
}
.link-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0 0 6px;
  color: #fff;
  line-height: 1.25;
}
.link-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
}
.link-card__arrow {
  color: var(--gold);
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.link-card:hover .link-card__arrow {
  transform: translateX(4px);
}
@media (max-width: 900px) {
  .links-hub-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .links-hub { padding: 70px 0; }
  .link-card { grid-template-columns: auto 1fr; padding: 18px; }
  .link-card__arrow { display: none; }
}

.testimonials { background: rgba(239,226,211,.45); }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.testimonial { position: relative; background: var(--bg); border: 1px solid var(--border); border-radius: 24px; padding: 34px; transition: .3s; }
.testimonial:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-7px); }
.quote-icon { position: absolute; right: 28px; top: 18px; font-family: "Playfair Display", serif; font-size: 70px; color: rgba(212,180,131,.28); }
.testimonial p { color: rgba(16,42,37,.86); line-height: 1.8; margin-bottom: 24px; }
.person { display: flex; align-items: center; gap: 14px; }
.person span { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--gold2), var(--gold)); color: var(--primary); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.person img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 180, 131, 0.55);
  box-shadow: 0 4px 12px rgba(16, 42, 37, 0.12);
}
.person strong { font-family: "Playfair Display", serif; color: var(--primary); display: block; }
.person small { display: block; color: var(--muted); font-size: 12px; font-weight: 500; margin-top: 2px; }

.resume { background: var(--bg); }
.resume-list { max-width: 940px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.resume-item { background: rgba(239,226,211,.45); border: 1px solid var(--border); border-radius: 20px; padding: 26px; display: flex; align-items: center; gap: 20px; transition: .3s; }
.resume-item:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-6px); background: #fff; }
.resume-icon { width: 54px; height: 54px; min-width: 54px; border-radius: 16px; background: var(--primary); display: flex; align-items: center; justify-content: center; }
.resume-icon svg { width: 24px; height: 24px; fill: var(--gold); }
.resume-item p { color: var(--text); line-height: 1.6; font-size: 16px; }

.contact { background: var(--secondary); position: relative; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact > .container > div:first-child > p:not(.tag) { color: var(--muted); font-size: 18px; line-height: 1.8; margin-bottom: 35px; }
.contact-list { list-style: none; display: grid; gap: 18px; }
.contact-list li { display: grid; gap: 6px; }
.contact-list strong { color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: .15em; }
.contact-list a, .contact-list span { color: var(--primary); font-weight: 700; }
.form { background: #fff; border-radius: 30px; padding: 38px; box-shadow: var(--shadow); border: 1px solid var(--border); display: grid; gap: 12px; }
.form h3 { font-family: "Playfair Display", serif; font-size: 30px; color: var(--primary); margin-bottom: 12px; }
.form label { font-weight: 700; color: var(--primary); font-size: 14px; }
.form input, .form select, .form textarea { width: 100%; border: 1px solid var(--border); background: var(--bg); border-radius: 14px; padding: 15px; outline: none; font-family: "Inter", sans-serif; }
.form textarea { height: 110px; resize: none; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,180,131,.24); }
.form small { text-align: center; color: var(--muted); font-size: 12px; }

.footer { background: var(--primary); color: #fff; padding: 45px 0; }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer strong { display: block; font-family: "Playfair Display", serif; font-size: 26px; }
.footer span { color: var(--gold); font-size: 12px; letter-spacing: .3em; }
.footer p { color: rgba(255,255,255,.6); font-size: 14px; }

@media (max-width: 900px) {
  .menu-btn { display: block; }
  .menu { position: absolute; top: 80px; right: 20px; background: var(--primary); padding: 25px; border-radius: 20px; flex-direction: column; gap: 18px; display: none; }
  .menu.active { display: flex; }
  .btn-header { display: none; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .testimonial-grid, .resume-list, .stats { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
  .hero-photo { max-width: 330px; }
  .location-card { right: 20px; }
  .footer-content { flex-direction: column; text-align: center; }
}


/* Efeitos extras de vida e movimento */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-text {
  animation: fadeUp .85s ease both;
}
.hero-photo-area {
  animation: fadeZoom 1s ease .15s both;
}
.about, .testimonials, .resume, .contact {
  position: relative;
  overflow: hidden;
}
.about::before,
.contact::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,180,131,.22), transparent 68%);
  top: -120px;
  right: -90px;
  animation: floatLight 8s ease-in-out infinite;
}
.contact::before {
  top: auto;
  bottom: -140px;
  left: -120px;
  right: auto;
}
.btn-glass:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-3px);
}
.hero-pills span,
.tag {
  animation: softAppear .8s ease both;
}
.service-icon,
.resume-icon,
.person span {
  box-shadow: 0 12px 28px rgba(212,180,131,.24);
}
.form {
  position: relative;
  overflow: hidden;
}
.form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--gold), var(--primary));
  background-size: 220% 100%;
  animation: shimmer 4s linear infinite;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeZoom {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes floatPortrait {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes pulseGlow {
  0%, 100% { opacity: .28; transform: scale(.96); }
  50% { opacity: .46; transform: scale(1.04); }
}
@keyframes floatLight {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(-18px, 22px); }
}
@keyframes softAppear {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
  from { background-position: 0% 50%; }
  to { background-position: 220% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}


/* ===== Nova sessão: Resultados e Feedbacks ===== */
.feedbacks {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 180, 131, .16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(1, 51, 40, .10), transparent 30%),
    var(--bg);
}

.feedbacks::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -210px;
  top: -210px;
  border: 1px solid rgba(212, 180, 131, .32);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(212, 180, 131, .055),
    0 0 0 74px rgba(212, 180, 131, .04),
    0 0 0 118px rgba(212, 180, 131, .03);
  pointer-events: none;
}

.feedback-title {
  position: relative;
  z-index: 2;
}

.feedback-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 18px;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto;
  z-index: 2;
}

.carousel-track-wrap {
  overflow: hidden;
  border-radius: 30px;
  padding: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(212, 180, 131, .34);
  box-shadow: 0 28px 80px rgba(1, 51, 40, .13);
  backdrop-filter: blur(16px);
}

.carousel-track {
  display: flex;
  transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.feedback-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-slide img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(1, 51, 40, .10);
  transform: scale(.985);
  transition: transform .45s ease, box-shadow .45s ease;
}

.feedback-slide img:hover {
  transform: scale(1);
  box-shadow: 0 24px 56px rgba(1, 51, 40, .18);
}

.carousel-btn {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(212, 180, 131, .42);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #024b3b);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(1, 51, 40, .18);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.carousel-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 55px rgba(1, 51, 40, .24);
}

.carousel-btn svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-dots {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(1, 51, 40, .24);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.carousel-dots button.active {
  width: 34px;
  border-radius: 999px;
  background: var(--gold);
}

@media (max-width: 850px) {
  .feedbacks {
    padding: 78px 0;
  }

  .feedback-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    display: none;
  }

  .carousel-track-wrap {
    padding: 10px;
    border-radius: 22px;
  }

  .feedback-slide img {
    max-height: 430px;
    border-radius: 16px;
  }
}

/* Ajustes extras de responsividade sem alterar a estrutura original */
@media (max-width: 1100px) {
  .container { width: min(100% - 32px, 960px); }
  .hero-grid { gap: 42px; }
  .hero h1, .section-title h2, .about h2, .contact h2 { font-size: clamp(38px, 7vw, 64px); }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 28px); }
  .hero { padding-top: 110px; padding-bottom: 58px; }
  .hero-desc, .text-block, .contact > .container > div:first-child > p:not(.tag) { font-size: 16px; line-height: 1.7; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .btn-gold, .btn-glass { width: 100%; text-align: center; justify-content: center; }
  .hero-pills { gap: 8px; }
  .hero-pills span { font-size: 11px; padding: 8px 12px; }
  .location-card { position: relative; right: auto; bottom: auto; margin: 18px auto 0; width: fit-content; }
  .about, .services, .testimonials, .resume, .contact { padding: 70px 0; }
  .service-card, .testimonial, .resume-item, .form { border-radius: 20px; padding: 24px; }
  .resume-item { align-items: flex-start; }
  .contact-list li { word-break: break-word; }
}

@media (max-width: 420px) {
  .hero h1, .section-title h2, .about h2, .contact h2 { font-size: 36px; letter-spacing: -1px; }
  .tag { letter-spacing: .16em; font-size: 10px; gap: 8px; }
  .tag span { width: 22px; }
  .hero-photo { max-width: 270px; }
  .stats strong { font-size: 40px; }
  .footer strong { font-size: 22px; }
}


/* Ajuste solicitado somente na primeira seção: texto e formatação do bloco inicial */
.hero-desc-main {
  font-weight: 800;
  font-style: italic;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
  margin-bottom: 14px;
}

.hero-text-box {
  max-width: 960px;
  margin: 8px 0 10px;
  padding: 14px 12px;
  border: 2px solid rgba(212, 180, 131, .28);
  background: rgba(16, 78, 23, .62);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.hero-text-box p,
.hero-final-line {
  color: #fff;
  font-size: clamp(18px, 2.05vw, 24px);
  line-height: 1.18;
  font-weight: 800;
  font-style: italic;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.hero-text-box p {
  display: inline;
  background: rgba(1, 51, 40, .78);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 1px 5px;
}

.hero-text-box p::after {
  content: "";
  display: block;
  height: 18px;
}

.hero-text-box p:last-child::after {
  height: 0;
}

.hero-final-line {
  display: inline;
  background: rgba(1, 51, 40, .78);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 1px 5px;
  margin-bottom: 8px;
}

/* Correção solicitada: remover manchas/fundos atrás do texto da primeira seção */
.hero-text-box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.hero-text-box p,
.hero-final-line {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Organização solicitada para o texto da primeira seção — sem alterar o restante */
.hero-text {
  max-width: 860px;
}

.hero-desc-main {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  text-shadow: 0 3px 14px rgba(0,0,0,.28);
}

.hero-text-box {
  max-width: 790px;
  margin: 10px 0 18px;
  padding: 0 0 0 18px !important;
  border-left: 3px solid var(--gold) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-text-box p {
  display: block !important;
  max-width: 760px;
  margin: 0 0 18px;
  padding: 0 !important;
  background: transparent !important;
  color: #fff;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.34;
  font-weight: 750;
  font-style: italic;
  text-shadow: 0 3px 14px rgba(0,0,0,.30);
}

.hero-text-box p::after {
  display: none !important;
}

.hero-text-box p:last-child {
  margin-bottom: 0;
}

.hero-final-line {
  display: block !important;
  max-width: 760px;
  margin: 0 0 26px;
  padding: 0 !important;
  background: transparent !important;
  color: #fff;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3;
  font-weight: 850;
  font-style: italic;
  text-shadow: 0 3px 14px rgba(0,0,0,.32);
}

@media (max-width: 700px) {
  .hero-text-box {
    padding-left: 14px !important;
  }

  .hero-desc-main,
  .hero-text-box p,
  .hero-final-line {
    max-width: 100%;
  }
}
