:root {
  --black: #080705;
  --ink: #17130f;
  --charcoal: #23201b;
  --paper: #f7f4ee;
  --mist: #ebe7de;
  --line: #d8d0c0;
  --gold: #d4a43f;
  --gold-dark: #9a6f1f;
  --sage: #61715d;
  --terra: #9c5a45;
  --rose: #8b535e;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(12, 9, 5, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body::selection {
  background: var(--gold);
  color: var(--black);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.95;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: 5rem;
}

h2 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 3rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding: 96px 0;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 7, 5, 0.88);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 0;
}

.brand-logo {
  width: clamp(210px, 19vw, 235px);
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.28));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.nav-toggle,
.nav-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.94) 0%, rgba(8, 7, 5, 0.76) 45%, rgba(8, 7, 5, 0.38) 100%),
    linear-gradient(0deg, rgba(8, 7, 5, 0.94) 0%, rgba(8, 7, 5, 0.12) 42%),
    url("../img/hero-atendimento.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-inner {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: center;
  padding: 80px 0 52px;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--black);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-dark {
  background: var(--black);
  color: var(--white);
}

.button-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.hero-strip {
  position: relative;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 7, 5, 0.84);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.strip-grid article {
  display: grid;
  gap: 8px;
  border-left: 1px solid rgba(212, 164, 63, 0.38);
  padding-left: 18px;
}

.strip-grid span {
  color: var(--gold);
  font-weight: 800;
}

.strip-grid strong {
  color: var(--white);
  line-height: 1.25;
}

.strip-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.intro-section {
  background: var(--white);
}

.intro-grid,
.split-block,
.faq-grid,
.contact-grid,
.content-grid,
.dark-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.intro-grid p:last-child,
.content-grid p:last-of-type,
.dark-grid p:last-of-type {
  margin-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: #5d564d;
}

.section-heading.compact {
  max-width: 640px;
}

.services {
  background: var(--mist);
}

.services-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}

.feature-image {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-card,
.course-card,
.professional-card,
.audience-grid article,
.testimonial-grid blockquote,
.topic-list article,
.faq-list details,
.contact-panel {
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background: var(--white);
}

.service-card {
  padding: 26px;
}

.service-card span,
.professional-card span,
.course-status {
  display: block;
  margin-bottom: 12px;
  color: var(--terra);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card p {
  color: #5f574f;
}

.service-card a {
  color: var(--gold-dark);
  font-weight: 800;
}

.dark-band {
  padding: 84px 0;
  background: var(--black);
  color: var(--white);
}

.dark-band h2 {
  color: var(--white);
}

.dark-band p {
  color: rgba(255, 255, 255, 0.76);
}

.logo-showcase {
  overflow: hidden;
  border-radius: 8px;
  background: #15120d;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36);
}

.logo-showcase img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mini-list span {
  border: 1px solid rgba(212, 164, 63, 0.34);
  border-radius: 6px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.courses {
  background: var(--paper);
}

.courses-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 36px;
}

.courses-hero p {
  color: #5f574f;
}

.course-image img {
  min-height: 360px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.course-card {
  padding: 28px;
}

.course-card.highlight {
  background: var(--ink);
  color: var(--white);
}

.course-card.highlight h3,
.course-card.highlight p,
.course-card.highlight li {
  color: var(--white);
}

.course-card p {
  color: #625950;
}

.course-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.course-card li {
  color: #4f493f;
}

.for-who {
  background: var(--white);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.audience-grid article {
  padding: 22px;
  border-color: rgba(97, 113, 93, 0.24);
  background: #fbfaf6;
}

.audience-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sage);
  font-size: 1.05rem;
}

.audience-grid p {
  margin-bottom: 0;
  color: #5c554b;
}

.professionals {
  background: var(--mist);
}

.professional-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  gap: 16px;
}

.professional-card {
  padding: 24px;
}

.main-professional {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  align-items: center;
  background: var(--white);
}

.main-professional img {
  width: 180px;
  height: 220px;
  border-radius: 8px;
  object-fit: cover;
}

.main-professional .button {
  margin-top: 8px;
}

.profile-slot {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  background: #fdfcf8;
}

.testimonials {
  background: var(--paper);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 28px;
}

.testimonial-grid p {
  color: #4e473f;
  font-size: 1.02rem;
}

.testimonial-grid cite {
  color: var(--rose);
  font-style: normal;
  font-weight: 800;
}

.content-hub {
  background: var(--ink);
  color: var(--white);
}

.content-hub h2 {
  color: var(--white);
}

.content-hub p {
  color: rgba(255, 255, 255, 0.76);
}

.content-hub .button-outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.topic-list {
  display: grid;
  gap: 12px;
}

.topic-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.topic-list span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

.topic-list strong {
  color: var(--white);
}

.faq {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 900;
}

.faq-list summary::marker {
  color: var(--gold-dark);
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: #5f574f;
}

.contact {
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.94), rgba(8, 7, 5, 0.72)),
    url("../img/hero-atendimento.png") center / cover no-repeat;
  color: var(--white);
}

.contact h2 {
  color: var(--white);
}

.contact p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-panel {
  padding: 30px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.contact-panel dl {
  display: grid;
  gap: 20px;
  margin: 0;
}

.contact-panel dt {
  margin-bottom: 5px;
  color: var(--gold);
  font-weight: 900;
}

.contact-panel dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.map-frame {
  height: 260px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 34px 0;
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid strong {
  display: block;
  color: var(--white);
}

.footer-grid p {
  margin-bottom: 0;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 800;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--gold);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 16px;
  background: #25d366;
  color: #062514;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

@media (max-width: 980px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .strip-grid,
  .services-layout,
  .courses-hero,
  .course-grid,
  .professional-grid,
  .testimonial-grid,
  .intro-grid,
  .split-block,
  .faq-grid,
  .contact-grid,
  .content-grid,
  .dark-grid {
    grid-template-columns: 1fr;
  }

  .feature-image img,
  .course-image img {
    min-height: 340px;
  }

  .professional-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-professional {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .section-pad {
    padding: 72px 0;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-logo {
    width: min(174px, 54vw);
  }

  .nav-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
  }

  .nav-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
  }

  .site-nav {
    position: absolute;
    top: 92px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(--black);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  }

  .site-nav a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .nav-toggle:checked ~ .site-nav {
    display: flex;
  }

  .hero {
    min-height: 720px;
  }

  .hero-inner {
    min-height: 500px;
    padding-top: 64px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(8, 7, 5, 0.96) 0%, rgba(8, 7, 5, 0.82) 58%, rgba(8, 7, 5, 0.48) 100%),
      linear-gradient(0deg, rgba(8, 7, 5, 0.94) 0%, rgba(8, 7, 5, 0.12) 42%),
      url("../img/hero-atendimento.png") center / cover no-repeat;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .strip-grid {
    gap: 22px;
  }

  .service-cards,
  .audience-grid,
  .professional-grid {
    grid-template-columns: 1fr;
  }

  .main-professional {
    grid-template-columns: 1fr;
  }

  .main-professional img {
    width: 100%;
    height: 320px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .brand-logo {
    width: min(164px, 58vw);
  }

  .service-card,
  .course-card,
  .professional-card,
  .testimonial-grid blockquote,
  .contact-panel {
    padding: 22px;
  }

  .topic-list article {
    grid-template-columns: 1fr;
  }
}
