:root {
  --ink: #12161b;
  --muted: #5d6672;
  --paper: #f7f8f6;
  --white: #ffffff;
  --line: #dfe5e1;
  --teal: #244c8f;
  --teal-dark: #213f66;
  --gold: #c59a3d;
  --charcoal: #1f2f44;
  --soft-green: #edf2fb;
  --shadow: 0 22px 60px rgba(18, 31, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 12px clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 229, 225, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  min-width: 230px;
}

.brand-logo {
  width: auto;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  transition: color 180ms ease;
}

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

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.header-action {
  color: var(--white);
  background: var(--teal);
  min-width: max-content;
}

.whatsapp-icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.header-action:hover,
.btn:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(860px, 92svh);
  display: flex;
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 74px);
  color: var(--white);
  background:
    radial-gradient(circle at 73% 55%, rgba(36, 76, 143, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(6, 13, 15, 0.92) 0%, rgba(6, 13, 15, 0.72) 41%, rgba(6, 13, 15, 0.24) 78%),
    url("assets/hero-conceitual.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 73% 55%, rgba(36, 76, 143, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(6, 13, 15, 0.92) 0%, rgba(6, 13, 15, 0.72) 41%, rgba(6, 13, 15, 0.24) 78%);
  pointer-events: none;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
}

.headline-rotator {
  width: min(820px, 100%);
  max-width: 100%;
  margin-top: 10px;
  padding: clamp(10px, 2vw, 22px) 0 clamp(10px, 2vw, 22px) clamp(20px, 2.7vw, 32px);
  background: transparent;
  border: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.headline-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.headline-slides {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.headline-slides article {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(24px);
  animation: headlineSwap 15s infinite;
}

.headline-slides article:nth-child(2) {
  animation-delay: 5s;
}

.headline-slides article:nth-child(3) {
  animation-delay: 10s;
}

.headline-slides h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 2.4vw, 2.4vw);
  line-height: 1.02;
  overflow-wrap: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.54);
}

.headline-slides p {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.48);
}

@keyframes headlineSwap {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  7%,
  28% {
    opacity: 1;
    transform: translateY(0);
  }

  35%,
  100% {
    opacity: 0;
    transform: translateY(-24px);
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 1.10rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
}

.hero h1 {
  max-width: 760px;
  font-size: 5.8rem;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
}

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

.btn-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 18px 34px rgba(15, 118, 110, 0.26);
}

.btn-primary:hover {
  background: var(--teal-dark);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.btn-light {
  color: var(--teal-dark);
  background: var(--white);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 620px;
  margin: 42px 0 0;
}

.hero-highlights div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-highlights dt {
  color: var(--white);
  font-weight: 800;
}

.hero-highlights dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.section {
  padding: clamp(68px, 9vw, 118px) clamp(20px, 5vw, 74px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section h2,
.contact h2 {
  color: var(--ink);
  font-size: 3.1rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 680px);
  margin-bottom: 36px;
}

.intro {
  padding-top: clamp(42px, 6vw, 74px);
  padding-bottom: clamp(42px, 6vw, 74px);
  background: var(--white);
}

.intro-grid,
.advisory-grid,
.audience-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.intro p:last-child,
.advisory p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 285px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(18, 31, 34, 0.06);
}

.service-card span,
.steps span {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--teal-dark);
  background: var(--soft-green);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.service-card h3,
.steps h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1.25;
}

.service-card p,
.steps p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.advisory {
  color: var(--white);
  background: var(--charcoal);
}

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

.advisory p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 52px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

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

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.steps article {
  min-height: 260px;
  padding: 28px;
  background: var(--white);
}

.audience {
  background: #eef4f1;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--teal-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
}

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

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 31, 34, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 800;
}

.faq-list details[open] summary {
  padding-bottom: 12px;
}

.faq-list p {
  padding: 0 24px 24px;
}

.contact {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 74px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(33, 63, 102, 0.97), rgba(18, 22, 27, 0.98)),
    var(--teal-dark);
}

.contact-inner {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

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

.contact p {
  width: min(680px, 100%);
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.78);
}

.whatsapp-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 26px;
  align-items: center;
  width: min(760px, 100%);
  margin: 34px auto 0;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-align: left;
}

.whatsapp-card-copy {
  min-width: 0;
}

.whatsapp-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 12px;
  color: #128c4a;
  background: #e9f7ef;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.whatsapp-card h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.whatsapp-card p {
  width: auto;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.whatsapp-number {
  display: inline-flex;
  margin-top: 16px;
  color: var(--teal-dark);
  font-weight: 900;
}

.qr-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.qr-card img {
  width: 154px;
  aspect-ratio: 1;
}

.qr-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.contact-actions {
  justify-content: center;
}

.contact-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: #151d1f;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 4px;
  }

  .hero {
    min-height: 84svh;
    background:
      radial-gradient(circle at 70% 45%, rgba(36, 76, 143, 0.18), transparent 35%),
      linear-gradient(90deg, rgba(6, 13, 15, 0.94) 0%, rgba(6, 13, 15, 0.76) 57%, rgba(6, 13, 15, 0.38) 100%),
      url("assets/hero-conceitual.png") center / cover no-repeat;
  }

  .hero h1 {
    font-size: 4.35rem;
  }

  .headline-slides {
    min-height: 350px;
  }

  .headline-slides h1 {
    font-size: 2.85rem;
  }

  .section h2,
  .contact h2 {
    font-size: 2.55rem;
  }

  .intro-grid,
  .advisory-grid,
  .audience-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    gap: 14px;
    min-height: auto;
  }

  .brand {
    width: 100%;
  }

  .brand-logo {
    height: 58px;
  }

  .brand-copy {
    min-width: 0;
  }

  .header-action {
    width: 100%;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex: 0 0 min(100%, 310px);
    width: min(100%, 310px);
    margin: 0 auto;
    justify-content: stretch;
    gap: 0;
    font-size: 0.78rem;
    overflow: visible;
  }

  .nav a {
    text-align: center;
  }

  .hero {
    min-height: 82svh;
    align-items: flex-end;
    padding-top: 64px;
    padding-bottom: 46px;
    background-position: 58% center;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 2.14rem;
    line-height: 1.08;
  }

  .headline-rotator {
    width: min(100%, 320px);
    padding: 8px 0 8px 18px;
  }

  .headline-slides {
    min-height: 318px;
  }

  .headline-slides h1 {
    max-width: 276px;
    font-size: 1.68rem;
    line-height: 1.08;
  }

  .headline-slides p {
    max-width: 100%;
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .hero-copy {
    max-width: 330px;
    font-size: 1rem;
  }

  .section h2,
  .contact h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }

  .hero-highlights div {
    padding-top: 10px;
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .service-card,
  .steps article {
    min-height: auto;
  }

  .section,
  .contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .whatsapp-card {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .whatsapp-label,
  .whatsapp-number {
    justify-content: center;
  }

  .site-footer {
    display: grid;
  }
}
.headline-slides h1 {
    font-size: 60px !important;
    color: rgb(250, 245, 245) !important;

}
@media (max-width: 768px) {
    .headline-slides h1 {
        font-size: 2rem;
        line-height: 1.3;
        word-break: break-word;
    }
}
@media (max-width: 768px) {
    .headline-slides h1 {
        font-size: 2rem;
        line-height: 1.3;
        word-break: break-word;
    }
}
@media (max-width: 768px) {
    .headline-slides h1 {
        font-size: 1.5rem !important;
        color: rgb(248, 246, 246) !important;
    }
}