:root {
  --navy: #0b1646;
  --navy-2: #18256a;
  --orange: #ff5a0a;
  --orange-dark: #dc4a00;
  --blue: #08a7de;
  --text: #121936;
  --muted: #596079;
  --line: #e8e9f1;
  --soft: #f7f7fb;
  --warm: #fff7f1;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(11, 22, 70, 0.1);
  --section-half-gap: 45px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 105px;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

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

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(11, 22, 70, 0.08);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
}

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

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 196px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 750;
}

.desktop-nav a::after {
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--orange);
  content: "";
  transition: right 0.2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 13px 24px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff671b, #ff4d00);
  box-shadow: 0 14px 30px rgba(255, 90, 10, 0.25);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 18px 38px rgba(255, 90, 10, 0.34);
  transform: translateY(-2px);
}

.button svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
}

.button-small {
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 0.8rem;
}

.button-small svg {
  width: 21px;
  height: 21px;
  flex-basis: 21px;
}

.mobile-menu {
  display: none;
  position: relative;
}

.hero {
  overflow: hidden;
  padding: 70px 0 var(--section-half-gap);
  background:
    radial-gradient(circle at 78% 16%, rgba(117, 105, 255, 0.12), transparent 28%),
    radial-gradient(circle at 42% 48%, rgba(255, 90, 10, 0.06), transparent 22%),
    #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(510px, 1.12fr);
  min-height: 580px;
  align-items: center;
  gap: 18px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 20px 0 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 550px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(4.5rem, 7.2vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.hero h1 span {
  display: block;
  color: var(--orange);
}

.hero h1::after {
  display: block;
  width: 84px;
  height: 5px;
  margin-top: 25px;
  border-radius: 10px;
  background: var(--orange);
  content: "";
}

.hero-lead {
  max-width: 530px;
  margin: 19px 0 22px;
  color: #27304c;
  font-size: 1.22rem;
  line-height: 1.62;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px;
  margin: 22px 0 28px;
}

.benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 850;
}

.benefits b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #fff1e9;
  color: var(--orange);
  font-size: 1rem;
}

.hero-button span,
.contact-button span {
  display: flex;
  flex-direction: column;
  line-height: 1.18;
}

.hero-button small,
.contact-button small {
  margin-top: 3px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.hero-art {
  position: relative;
  min-height: 580px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero-art .hero-sheet {
  position: absolute;
  inset: 0 -4% 0 -3%;
  display: block;
  width: 107%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 30px rgba(11, 22, 70, 0.12));
}

.credentials {
  padding: var(--section-half-gap) 0;
}

.credentials-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  max-width: 1040px;
  overflow: hidden;
  padding: 26px 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  background:
    radial-gradient(circle at 95% 12%, rgba(255, 90, 10, 0.18), transparent 30%),
    linear-gradient(135deg, #0a1548, #18256a);
  box-shadow: 0 22px 54px rgba(11, 22, 70, 0.22);
}

.credentials-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  border-radius: 4px;
  background: var(--orange);
  content: "";
}

.credentials-card > * {
  position: relative;
  z-index: 1;
}

.credentials-card article {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 4px 28px;
}

.credentials-card h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.credentials-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.55;
}

.divider {
  background: rgba(255, 255, 255, 0.18);
}

.credential-symbol {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  place-items: center;
  border: 8px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 7px var(--navy);
  color: var(--orange);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.experience-number {
  color: var(--orange);
  font-size: 4.35rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
}

.section {
  padding: var(--section-half-gap) 0;
}

.services {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 90, 10, 0.055), transparent 20%),
    linear-gradient(180deg, #fff 0%, #fbfbfe 100%);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.about-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  font-weight: 920;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.section-heading h2 span,
.about-copy h2 span {
  color: var(--orange);
}

.section-heading h2::after {
  display: block;
  width: 58px;
  height: 4px;
  margin: 23px auto 0;
  border-radius: 10px;
  background: var(--orange);
  content: "";
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.service-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  gap: 30px;
  min-height: 180px;
  padding: 32px 38px;
  border: 1px solid rgba(11, 22, 70, 0.07);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(11, 22, 70, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  box-shadow: 0 22px 52px rgba(11, 22, 70, 0.12);
  transform: translateY(-4px);
}

.service-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.service-icon {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-image: url("assets/layout-referencia.png?v=5");
  background-repeat: no-repeat;
  background-size: 862px 1824px;
}

.service-icon-01 {
  background-image: url("assets/icon-consultoria-online.svg?v=1");
  background-position: center;
  background-size: 62px 62px;
}
.service-icon-02 {
  background-image: url("assets/icon-treinamentos.svg?v=1");
  background-position: center;
  background-size: 62px 62px;
}
.service-icon-03 {
  background-image: url("assets/icon-ads.svg?v=2");
  background-position: center;
  background-size: 62px 62px;
}
.service-icon-04 {
  background-image: url("assets/icon-anuncios.svg?v=2");
  background-position: center;
  background-size: 62px 62px;
}
.service-icon-05 {
  background-image: url("assets/icon-pesquisa.svg?v=2");
  background-position: center;
  background-size: 62px 62px;
}

.service-top strong {
  color: var(--orange);
  font-size: 2.05rem;
  font-weight: 950;
  line-height: 1;
}

.service-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.28;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.case-section {
  padding: var(--section-half-gap) 0;
  background: #fbfbfe;
}

.case-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) 1px minmax(390px, 1.2fr) 140px;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding: 32px 48px;
  border: 1px solid rgba(82, 71, 190, 0.08);
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 10%, rgba(117, 105, 255, 0.16), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(255, 90, 10, 0.08), transparent 26%),
    linear-gradient(135deg, #fbfaff, #f0efff);
}

.case-company img {
  width: 220px;
  max-height: 125px;
  margin: 10px 0 18px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.case-company > p:last-child {
  max-width: 420px;
  margin: 0;
  color: #303754;
  font-size: 1.08rem;
  line-height: 1.62;
}

.case-divider {
  width: 1px;
  height: 80%;
  background: rgba(11, 22, 70, 0.16);
}

.awards {
  display: grid;
  gap: 16px;
  padding-right: 0;
}

.case-card > .case-trophy {
  position: static;
  width: 132px !important;
  max-width: 132px;
  height: auto;
  align-self: center;
  justify-self: center;
  filter: drop-shadow(0 18px 18px rgba(125, 76, 0, 0.22));
}

.awards article {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 20px;
}

.award-mark {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid #ffb000;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff8d6, #ffe385);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.7);
  color: #c87d00;
  font-size: 1.5rem;
  font-weight: 950;
}

.awards strong {
  display: block;
  margin-bottom: 2px;
  color: var(--orange);
  font-size: 1.35rem;
  font-weight: 950;
}

.awards p {
  margin: 0;
  color: #303754;
  font-size: 1.04rem;
  line-height: 1.55;
}

.about {
  background: #ffffff;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(370px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 58px;
  overflow: hidden;
  padding: 32px 58px 0;
  border-radius: 46px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.about-photo {
  align-self: end;
}

.about-photo img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  object-position: center bottom;
}

.about-copy {
  padding: 18px 0 38px;
}

.about-copy h2 {
  margin-bottom: 20px;
}

.about-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 0 13px;
  color: #303754;
  font-size: 1.14rem;
  line-height: 1.65;
}

.linkedin-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(11, 22, 70, 0.18);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.linkedin-button svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}

.linkedin-button:hover,
.linkedin-button:focus-visible {
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(255, 90, 10, 0.22);
  transform: translateY(-2px);
}

.about-copy strong {
  color: var(--navy);
  font-weight: 850;
}

.contact {
  padding: var(--section-half-gap) 0;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  padding: 34px 62px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 95% 70%, rgba(96, 75, 230, 0.5), transparent 24%),
    linear-gradient(135deg, #0a1548, #111d64);
  color: #ffffff;
}

.contact-card::after {
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 280px;
  height: 280px;
  border: 26px solid rgba(255, 90, 10, 0.55);
  border-radius: 50%;
  content: "";
}

.contact-card > * {
  position: relative;
  z-index: 1;
}

.contact h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.6vw, 3.25rem);
  font-weight: 930;
  letter-spacing: -0.05em;
  line-height: 1;
}

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

.contact-card > div:first-child > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.04rem;
  line-height: 1.5;
}

.contact-actions {
  display: grid;
  min-width: 340px;
  justify-items: stretch;
  align-self: center;
}

.contact-button {
  width: 100%;
  min-width: 340px;
}

.contact-details {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding: 14px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.04rem;
}

.contact-details > * {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.contact-detail-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 1.15em;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: #ff9a67;
}

footer {
  padding: 20px 0 28px;
  background: #ffffff;
}

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

.footer-inner img {
  width: 150px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu summary {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--navy);
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 850;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: 54px;
    right: 0;
    display: grid;
    width: 220px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--navy);
    font-weight: 750;
  }

  .mobile-menu nav a:hover {
    background: #fff3ec;
    color: var(--orange);
  }

  .hero-grid {
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 520px;
  }

  .hero-art {
    min-height: 500px;
  }

  .credentials-card {
    padding: 24px;
  }

  .credentials-card article {
    padding: 4px 18px;
  }

  .credential-symbol {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .experience-number {
    font-size: 3.6rem;
  }

  .service-card {
    grid-template-columns: 90px 1fr;
    padding: 28px;
  }

  .case-card {
    grid-template-columns: minmax(270px, 0.9fr) 1px minmax(340px, 1.1fr);
    gap: 30px;
    padding: 32px 38px;
  }

  .case-card > .case-trophy {
    grid-column: 3;
    width: 112px !important;
  }

  .about-card {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 36px;
    padding: 30px 38px 0;
  }
}

@media (max-width: 820px) {
  :root {
    --section-half-gap: 36px;
  }

  .container {
    width: min(100% - 36px, 700px);
  }

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

  .brand img {
    width: 170px;
    height: 54px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(4rem, 17vw, 6rem);
  }

  .hero-art {
    min-height: 455px;
  }

  .credentials {
    padding: var(--section-half-gap) 0;
  }

  .credentials-card {
    grid-template-columns: 1fr;
    gap: 4px;
    border-radius: 30px;
  }

  .credentials-card article {
    padding: 22px 18px;
  }

  .credentials-card .divider {
    width: 100%;
    height: 1px;
  }

  .section {
    padding: var(--section-half-gap) 0;
  }

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

  .case-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-card > .case-trophy {
    grid-column: auto;
    grid-row: auto;
    width: 112px !important;
  }

  .awards {
    padding-right: 0;
  }

  .case-trophy {
    position: static;
    width: 118px;
    margin: 4px auto 0;
  }

  .case-divider {
    width: 100%;
    height: 1px;
  }

  .case-company img {
    width: 230px;
  }

  .about-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 34px 30px 0;
  }

  .about-photo {
    order: 2;
  }

  .about-copy {
    padding: 12px 0 6px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 36px 30px;
  }

  .contact-actions {
    width: min(100%, 420px);
    min-width: 0;
  }

  .contact-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 540px) {
  :root {
    --section-half-gap: 28px;
  }

  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 480px);
  }

  .brand img {
    width: 148px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 20vw, 5rem);
    line-height: 0.83;
  }

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

  .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .benefits span:last-child {
    grid-column: 1 / -1;
  }

  .hero-button,
  .contact-button {
    width: 100%;
    padding-inline: 16px;
  }

  .hero-art {
    min-height: 350px;
  }

  .credentials-card {
    padding: 12px;
  }

  .credentials-card article {
    gap: 16px;
    padding: 20px 12px;
  }

  .credential-symbol {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-width: 8px;
    font-size: 1.4rem;
  }

  .experience-number {
    font-size: 3.1rem;
  }

  .credentials-card h2 {
    font-size: 1.02rem;
  }

  .credentials-card p {
    font-size: 1rem;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .about-copy h2 {
    font-size: 2.35rem;
  }

  .service-card {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 26px;
    border-radius: 24px;
  }

  .service-top {
    flex-direction: row;
    align-items: center;
  }

  .service-icon {
    width: 62px;
    height: 62px;
  }

  .service-top strong {
    font-size: 1.8rem;
  }

  .case-card {
    padding: 30px 28px;
    border-radius: 30px;
  }

  .awards article {
    grid-template-columns: 68px 1fr;
    gap: 16px;
  }

  .award-mark {
    width: 64px;
    height: 64px;
    font-size: 1.1rem;
  }

  .about-card {
    padding: 30px 24px 0;
    border-radius: 30px;
  }

  .about-copy > p:not(.eyebrow) {
    font-size: 1.05rem;
  }

  .contact-card {
    padding: 32px 24px 24px;
    border-radius: 30px;
  }

  .contact h2 {
    font-size: 2.5rem;
  }

  .contact-details {
    display: grid;
    gap: 8px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-inner img {
    object-position: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
