@font-face {
  font-family: "Montserrat";
  src: url("https://newbyte.net.br/wp-content/uploads/elementor/google-fonts/fonts/montserrat-49e242af.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f8fc;
  --surface: #ffffff;
  --surface-2: #edf3fb;
  --surface-3: #dce7f5;
  --text: #08172d;
  --text-soft: #28415f;
  --line: #cfdded;
  --blue: #0b66d8;
  --blue-strong: #0a478f;
  --blue-deep: #061427;
  --accent: #e9f2ff;
  --shadow: 0 20px 48px rgba(4, 18, 40, 0.14);
  --shadow-soft: 0 14px 34px rgba(4, 18, 40, 0.08);
  --radius: 8px;
  --container: 1180px;
  --header-height: 86px;
  --font-heading: "Bahnschrift", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  --font-subheading: "Aptos", "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
  --font-body: "Aptos", "Segoe UI", "Calibri", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font: 400 16px/1.72 var(--font-body);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--text);
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.45rem);
  line-height: 0.99;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.18;
  font-family: var(--font-subheading);
  font-weight: 700;
  letter-spacing: -0.015em;
}

p {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.74;
  text-wrap: pretty;
}

input,
select,
textarea,
button {
  font-family: var(--font-body);
}

ul {
  padding-left: 1.2rem;
}

:focus-visible {
  outline: 3px solid rgba(13, 95, 211, 0.28);
  outline-offset: 2px;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.section,
.section-tight {
  padding: 88px 0;
}

.section-tight {
  padding: 52px 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p,
.hero-copy p,
.inner-hero-copy p,
.feature-copy p,
.operation-copy p,
.unit-card p,
.highlight-card p,
.blog-card p,
.notice-card p,
.sidebar-card p,
.form-copy p,
.referral-copy p,
.article-copy p {
  max-width: 62ch;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: var(--font-subheading);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
}

.button,
.header-cta,
.floating-whatsapp,
.lgpd-accept,
.course-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover,
.header-cta:hover,
.floating-whatsapp:hover,
.lgpd-accept:hover,
.course-action:hover,
.button:focus-visible,
.header-cta:focus-visible,
.floating-whatsapp:focus-visible,
.lgpd-accept:focus-visible,
.course-action:focus-visible {
  transform: translateY(-2px);
}

.button.primary,
.header-cta,
.floating-whatsapp,
.lgpd-accept,
.course-action.primary {
  color: var(--surface);
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-strong) 100%);
  box-shadow: 0 14px 30px rgba(13, 95, 211, 0.22);
}

.cart-cta {
  gap: 10px;
  min-width: 166px;
  padding-right: 16px;
  padding-left: 16px;
}

.cart-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.button.secondary,
.course-action.secondary {
  color: var(--blue-strong);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(13, 95, 211, 0.18);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-subheading);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--blue);
}

.text-link::after {
  content: ">";
}

.page-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
}

.topbar {
  color: rgba(255, 255, 255, 0.92);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0 10px;
  font-size: 0.84rem;
}

.topbar-left,
.topbar-right {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.topbar-item,
.social-link {
  opacity: 0.96;
}

.topbar-item:hover,
.social-link:hover {
  text-decoration: underline;
}

.site-header-wrap {
  padding: 8px 0 0;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: var(--header-height);
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.brand-image {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.brand-mark {
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  font-family: var(--font-subheading);
  font-weight: 650;
  letter-spacing: 0.012em;
  color: #fff;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  transition: right 0.18s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after {
  right: 0;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 180px 0 108px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 20, 43, 0.9) 0%, rgba(5, 20, 43, 0.72) 48%, rgba(5, 20, 43, 0.84) 100%),
    url("assets/processos-sst.jpg") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--surface) 100%);
}

.hero-grid,
.inner-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: end;
}

.hero-copy,
.inner-hero-copy {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.hero h1,
.hero p,
.inner-hero h1,
.inner-hero p,
.hero .eyebrow,
.inner-hero .eyebrow {
  color: #fff;
}

.hero-home h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  line-height: 1.04;
  max-width: 12ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions .button,
.inner-hero-actions .button,
.detail-actions .button {
  min-width: 210px;
}

.training-spotlight {
  position: relative;
  margin-top: -26px;
  z-index: 2;
}

.training-spotlight-card {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(13, 95, 211, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(13, 95, 211, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.96) 100%);
  box-shadow: 0 24px 52px rgba(6, 24, 52, 0.1);
}

.training-spotlight-copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.training-spotlight-copy p {
  max-width: 58ch;
}

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

.training-spotlight-item {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(13, 95, 211, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(8, 20, 40, 0.06);
}

.training-spotlight-item strong {
  color: var(--text);
  font-family: var(--font-subheading);
  font-size: 1.05rem;
}

.training-spotlight-item p {
  line-height: 1.62;
}

.training-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  opacity: 0.85;
}

.hero-panel,
.stats-panel {
  display: grid;
  gap: 14px;
}

.hero-panel-card,
.stat-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

.hero-panel-card strong,
.stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--font-subheading);
}

.hero-panel-card span,
.stat-card span {
  color: rgba(255, 255, 255, 0.88);
}

.inner-page .page-header,
.page-static-header {
  position: relative;
}

.inner-page .topbar,
.page-static-header .topbar {
  background: var(--blue-deep);
}

.inner-page .site-header-wrap,
.page-static-header .site-header-wrap {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.inner-page .brand-mark,
.page-static-header .brand-mark,
.inner-page .main-nav a,
.page-static-header .main-nav a {
  color: var(--text);
}

.inner-page .main-nav a::after,
.page-static-header .main-nav a::after {
  background: var(--blue);
}

.inner-page .menu-toggle span,
.page-static-header .menu-toggle span {
  background: var(--text);
}

.inner-hero {
  padding: 92px 0 64px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
}

.inner-hero-grid {
  align-items: center;
}

.inner-hero p,
.inner-hero h1,
.inner-hero .eyebrow {
  color: var(--text);
}

.inner-hero-media img,
.split-media img,
.feature-row img,
.article-hero img,
.gallery-grid img,
.gallery-grid video {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.year-highlights,
.future-section,
.units-section,
.blog-section,
.about,
.comments-gallery,
.courses-page,
.listing-page,
.service-page,
.article-page,
.legal-page,
.form-page,
.gallery-page {
  background: var(--surface);
}

.year-highlights {
  position: relative;
  margin: 34px auto 0;
  padding: 96px 0;
  background: linear-gradient(135deg, #071832 0%, #0b3d91 100%);
  overflow: hidden;
}

.year-highlights::before,
.year-highlights::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.year-highlights::before {
  top: -80px;
  right: -40px;
  width: 220px;
  height: 220px;
}

.year-highlights::after {
  bottom: -100px;
  left: -20px;
  width: 260px;
  height: 260px;
}

.year-highlights .container {
  position: relative;
  z-index: 1;
}

.year-highlights .section-heading h2,
.year-highlights .section-heading p,
.year-highlights .section-heading .eyebrow {
  color: #fff;
}

.year-highlights .eyebrow::before {
  background: #fff;
}

.year-highlights .highlight-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.year-highlights .highlight-grid article strong,
.year-highlights .highlight-grid article p {
  color: #fff;
}

.highlight-grid,
.future-grid,
.units-grid,
.blog-grid,
.comments-grid,
.card-grid,
.form-grid,
.course-grid,
.detail-grid,
.legal-grid,
.gallery-grid {
  display: grid;
  gap: 22px;
}

.highlight-grid,
.future-grid,
.units-grid,
.comments-grid,
.card-grid,
.legal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.units-grid {
  align-items: stretch;
}

.highlight-grid article,
.future-grid article,
.units-grid article,
.comments-grid article,
.service-card,
.legal-grid article,
.blog-card,
.team-carousel article,
.course-card,
.sidebar-card,
.detail-card,
.faq-item,
.notice-card,
.referral-card,
.gallery-intro {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.highlight-grid article strong,
.units-grid article strong,
.comments-grid article strong,
.team-carousel article strong,
.course-card strong,
.detail-card strong,
.sidebar-card strong {
  display: block;
  margin-bottom: 10px;
}

.omnichannel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(13, 95, 211, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
}

.operation-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(13, 95, 211, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 246, 255, 0.92) 100%);
  box-shadow: 0 24px 52px rgba(6, 24, 52, 0.08);
}

.operation-band::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
}

.operation-copy {
  display: grid;
  gap: 16px;
  max-width: 700px;
}

.operation-grid {
  display: grid;
  gap: 14px;
}

.operation-card {
  padding: 20px 22px;
  border: 1px solid rgba(13, 95, 211, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(8, 20, 40, 0.06);
}

.operation-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: var(--font-subheading);
  font-size: 1rem;
}

.operation-card p {
  font-size: 0.96rem;
}

.features {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.features .section-heading {
  margin-bottom: 28px;
}

.feature-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.feature-tabs span,
.course-filters button,
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--blue-strong);
  font-family: var(--font-subheading);
  font-weight: 600;
}

.course-filters button.is-active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.feature-stack {
  display: grid;
  gap: 22px;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.94) 100%);
  box-shadow: 0 18px 38px rgba(6, 24, 52, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-row:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 95, 211, 0.18);
  box-shadow: 0 28px 56px rgba(6, 24, 52, 0.1);
}

.feature-row.reverse {
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-row.reverse img {
  order: 1;
}

.feature-image-compact {
  max-height: 340px;
  object-fit: cover;
}

.feature-link {
  color: inherit;
}

.feature-copy {
  display: grid;
  gap: 16px;
}

.feature-copy p {
  max-width: 58ch;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue) 0%, #7eb2ff 100%);
  box-shadow: 0 12px 24px rgba(13, 95, 211, 0.18);
}

.feature-link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--blue);
}

.feature-link-cta::after {
  content: ">";
}

.quote-band {
  padding: 24px 0 0;
}

.quote-card {
  display: grid;
  gap: 24px;
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-strong) 100%);
  box-shadow: var(--shadow);
}

.quote-card p,
.quote-card strong,
.quote-card span,
.quote-link {
  color: #fff;
}

.quote-card p {
  font-size: clamp(1.25rem, 2.6vw, 2.25rem);
  line-height: 1.2;
}

.quote-person {
  display: flex;
  align-items: center;
  gap: 18px;
}

.quote-person-copy {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.quote-person-meta {
  display: grid;
  gap: 8px;
}

.quote-person img {
  width: 150px;
  height: 150px;
  border-radius: var(--radius);
  object-fit: cover;
}

.quote-person strong {
  font-family: var(--font-heading);
  font-size: 1.7rem;
}

.quote-person span {
  display: block;
  margin: 0;
}

.quote-person-copy p {
  margin: 0;
}

.team-carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.team-carousel article {
  min-width: 0;
}

.team-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 95, 211, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 38px rgba(6, 24, 52, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 95, 211, 0.18);
  box-shadow: 0 26px 52px rgba(6, 24, 52, 0.1);
}

.team-card strong {
  font-size: 1.15rem;
}

.team-card span {
  color: var(--blue);
  font-family: var(--font-subheading);
  font-size: 0.95rem;
}

.team-card p {
  margin: 0;
}

.team-card .text-link {
  margin-top: 6px;
}

.team-card-lucas {
  border-color: rgba(13, 95, 211, 0.2);
  background:
    radial-gradient(circle at top right, rgba(13, 95, 211, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 24px 48px rgba(6, 24, 52, 0.1);
}

.team-card-lucas .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.team-card-lucas .text-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f5fd3 0%, #58a6ff 100%);
}

.team-photo {
  width: 100%;
  height: 220px;
  margin-bottom: 18px;
  border-radius: 18px;
  object-fit: cover;
}

.team-photo-financeiro {
  object-fit: contain;
  background: linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.team-photo-top {
  object-position: center 20%;
}

.team-photo-roberta {
  object-position: center 12%;
  object-fit: contain;
  background: linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.team-photo-lucas {
  object-position: center 12%;
  object-fit: contain;
  background: linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.team-photo-placeholder {
  display: grid;
  place-items: center;
  min-height: 140px;
  margin-bottom: 18px;
  border: 1px dashed rgba(13, 95, 211, 0.35);
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--blue-strong);
  font-weight: 700;
  text-align: center;
}

.blog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-card {
  display: grid;
  gap: 14px;
}

.blog-page {
  background:
    radial-gradient(circle at top left, rgba(13, 95, 211, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f2f7fd 100%);
}

.blog-hero {
  background:
    linear-gradient(135deg, rgba(5, 20, 43, 0.06) 0%, rgba(13, 95, 211, 0.08) 100%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
}

.blog-hero-media {
  min-height: 360px;
  border: 1px solid rgba(13, 95, 211, 0.12);
}

.blog-editorial .blog-grid,
.blog-editorial.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-card {
  overflow: hidden;
  padding: 0;
  gap: 0;
  border-color: rgba(13, 95, 211, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.editorial-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.editorial-card .blog-tag,
.editorial-card h3,
.editorial-card p {
  margin-right: 24px;
  margin-left: 24px;
}

.editorial-card .blog-tag {
  margin-top: 22px;
  background: linear-gradient(135deg, #e7f1ff 0%, #d8e9ff 100%);
}

.editorial-card h3 {
  margin-top: 14px;
}

.editorial-card p {
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--blue-strong);
  font-family: var(--font-subheading);
  font-size: 0.82rem;
  font-weight: 700;
}

.blog-legal-note {
  margin-top: 22px;
}

.unit-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.unit-card span:last-child {
  color: var(--text-soft);
}

.highlight-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.year-highlights .highlight-card .chip {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.year-highlights .highlight-card .text-link {
  color: #fff;
}

.year-highlights .highlight-card .text-link::after {
  color: #fff;
}

.comments-gallery {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 24, 50, 0.88) 0%, rgba(7, 24, 50, 0.76) 100%),
    url("assets/tecnicocompessoas.jpg") center/cover no-repeat;
}

.comments-gallery .section-heading h2,
.comments-gallery .section-heading p,
.comments-gallery .section-heading .eyebrow {
  color: #fff;
}

.comments-gallery .comments-grid article {
  background: rgba(255, 255, 255, 0.94);
}

.comments-gallery .comments-grid p,
.comments-gallery .comments-grid strong,
.comments-gallery .comments-grid span {
  color: var(--text);
}

.comments-grid article {
  position: relative;
  display: grid;
  gap: 12px;
}

.comments-grid article::before {
  content: "\"";
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 4rem;
  line-height: 1;
  color: rgba(13, 95, 211, 0.14);
}

.site-footer {
  background: #081428;
  color: rgba(255, 255, 255, 0.9);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 66px 0 34px;
}

.footer-logo-text {
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h2 {
  color: #fff;
  font-size: 1rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
}

.footer-bottom {
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p,
.footer-column a,
.footer-column span,
.site-footer p,
.social-links a,
.social-links span {
  color: rgba(255, 255, 255, 0.92);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
}

body.lgpd-visible .floating-whatsapp {
  bottom: 138px;
}

.lgpd-banner {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 42;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(720px, calc(100% - 44px));
  padding: 18px;
  border: 1px solid rgba(10, 71, 143, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 20px 44px rgba(4, 18, 40, 0.18);
}

.lgpd-banner strong {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.lgpd-banner p {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.lgpd-banner.is-hidden {
  display: none;
}

.listing-page .card-grid,
.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inner-hero-actions,
.toolbar,
.cart-summary,
.detail-actions,
.dual-actions,
.referral-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.toolbar {
  gap: 18px;
  margin-bottom: 22px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 420px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.search-box input {
  width: 100%;
  min-height: 50px;
  border: 0;
  background: transparent;
  color: var(--text);
}

.course-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.course-card {
  display: grid;
  gap: 14px;
}

.course-card-priority {
  order: -2;
  border-color: rgba(13, 95, 211, 0.2);
  background:
    radial-gradient(circle at top right, rgba(13, 95, 211, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  box-shadow: 0 20px 42px rgba(6, 24, 52, 0.1);
}

.course-card-secondary {
  order: -1;
}

.course-meta,
.detail-list,
.mini-list,
.faq-list {
  display: grid;
  gap: 10px;
}

.course-meta span,
.detail-list li,
.mini-list li {
  color: var(--text-soft);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge,
.course-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--blue-strong);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
}

.course-badge.open {
  background: #e6f7ed;
  color: #177245;
}

.course-badge.featured {
  background: #eef4ff;
  color: var(--blue);
}

.floating-banner {
  position: sticky;
  top: 22px;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(13, 95, 211, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0b3d91 0%, #0d5fd3 100%);
  box-shadow: 0 22px 46px rgba(13, 95, 211, 0.24);
}

.floating-banner::before {
  content: "Turmas abertas";
  position: absolute;
  top: -12px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.floating-banner strong,
.floating-banner p {
  color: #fff;
}

.floating-banner.is-hidden {
  display: none;
}

.banner-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--blue-strong);
  font-weight: 700;
}

.service-layout,
.detail-layout,
.article-layout,
.referral-layout,
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 28px;
  align-items: start;
}

.service-copy,
.detail-copy,
.article-copy,
.referral-copy,
.form-copy,
.service-sidebar,
.detail-sidebar,
.article-sidebar,
.referral-sidebar,
.form-sidebar {
  display: grid;
  gap: 18px;
}

.contact-form-layout {
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
}

.referral-layout {
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
}

.split-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.service-highlight-layout {
  align-items: stretch;
}

.service-highlight-grid {
  gap: 18px;
}

.service-highlight-card,
.service-related-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 95, 211, 0.14);
  background:
    radial-gradient(circle at top right, rgba(13, 95, 211, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 18px 38px rgba(6, 24, 52, 0.09);
}

.service-highlight-card::before,
.service-related-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
}

.service-highlight-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13, 95, 211, 0.08);
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-highlight-card p,
.service-related-card p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.7;
}

.service-related-card {
  min-height: 100%;
}

.detail-card ul,
.faq-item ul {
  margin-top: 10px;
}

.faq-item h3 {
  margin-bottom: 10px;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(420px, 100%);
  height: 100vh;
  padding: 24px;
  background: var(--surface);
  box-shadow: -20px 0 40px rgba(6, 24, 52, 0.16);
  transform: translateX(100%);
  transition: transform 0.22s ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-header,
.cart-item,
.cart-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.cart-header {
  align-items: center;
  margin-bottom: 16px;
}

.cart-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.cart-items {
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 6px;
}

.cart-item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cart-empty {
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--text-soft);
}

.cart-footer {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.cart-totals {
  display: grid;
  gap: 8px;
}

.coupon-field {
  display: grid;
  gap: 8px;
}

.coupon-field input {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 320px);
}

.article-copy > * + * {
  margin-top: 16px;
}

.article-copy h2 {
  margin-top: 26px;
}

.article-hero {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.legal-grid article h3,
.card-grid article h3 {
  margin-bottom: 12px;
}

.notice-card {
  border-left: 4px solid var(--blue);
}

.compact-notice-card {
  max-width: 300px;
  padding: 18px 18px 18px 16px;
}

.compact-notice-card h3 {
  margin-bottom: 8px;
}

.compact-notice-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.referral-rule {
  padding: 18px;
  border: 1px solid rgba(13, 95, 211, 0.18);
  border-radius: var(--radius);
  background: #f5f9ff;
}

.referral-rule strong {
  display: block;
  margin-bottom: 8px;
}

.form-card,
.referral-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 38px rgba(6, 24, 52, 0.08);
}

.login-card {
  max-width: 520px;
  margin: 0 auto;
}

.request-form,
.referral-form {
  display: grid;
  gap: 14px;
}

.request-form label,
.referral-form label {
  display: grid;
  gap: 8px;
  font-family: var(--font-subheading);
  font-weight: 700;
  color: var(--text);
}

.request-form input,
.request-form select,
.request-form textarea,
.referral-form input,
.referral-form select,
.referral-form textarea {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.request-form input::placeholder,
.request-form textarea::placeholder,
.referral-form input::placeholder,
.referral-form textarea::placeholder {
  color: #5c718c;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus,
.referral-form input:focus,
.referral-form select:focus,
.referral-form textarea:focus {
  border-color: rgba(13, 95, 211, 0.4);
  box-shadow: 0 0 0 4px rgba(13, 95, 211, 0.1);
  outline: none;
}

.request-form textarea,
.referral-form textarea {
  min-height: 132px;
  resize: vertical;
}

.form-helper {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.checkbox-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 400;
}

.checkbox-field input {
  min-height: auto;
  margin-top: 4px;
  accent-color: var(--blue);
}

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

.gallery-grid img {
  min-height: 240px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .blog-editorial .blog-grid,
  .blog-editorial.blog-grid,
  .blog-grid,
  .course-grid,
  .highlight-grid,
  .future-grid,
  .comments-grid,
  .detail-grid,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-layout,
  .detail-layout,
  .article-layout,
  .referral-layout,
  .form-layout,
  .operation-band,
  .hero-grid,
  .inner-hero-grid,
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy,
  .feature-row.reverse img {
    order: initial;
  }
}

@media (max-width: 860px) {
  .topbar-inner,
  .topbar-left,
  .topbar-right {
    gap: 10px;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(7, 24, 50, 0.96);
    box-shadow: var(--shadow);
    z-index: 25;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 6px;
  }

  .inner-page .main-nav,
  .page-static-header .main-nav {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.98);
  }

  .header-cta {
    display: none;
  }

  .blog-editorial .blog-grid,
  .blog-editorial.blog-grid,
  .highlight-grid,
  .future-grid,
  .units-grid,
  .blog-grid,
  .comments-grid,
  .card-grid,
  .legal-grid,
  .course-grid,
  .gallery-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .section,
  .section-tight {
    padding: 72px 0;
  }

  .hero {
    padding-top: 158px;
  }

  .quote-person img {
    width: 130px;
    height: 130px;
  }

  .quote-person-copy {
    grid-template-columns: 1fr;
  }

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

  .training-spotlight-grid {
    grid-template-columns: 1fr;
  }

  .lgpd-banner {
    grid-template-columns: 1fr;
    right: 16px;
    bottom: 92px;
    width: calc(100% - 32px);
    gap: 14px;
    padding: 16px;
  }

  body.lgpd-visible .floating-whatsapp {
    bottom: 176px;
  }

  .floating-banner {
    top: 14px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .floating-banner .dual-actions {
    width: 100%;
  }

  .floating-banner .button.secondary {
    flex: 1 1 auto;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions,
  .inner-hero-actions,
  .toolbar,
  .cart-summary,
  .detail-actions,
  .dual-actions,
  .referral-highlights {
    flex-direction: column;
  }

  .button,
  .header-cta,
  .course-action,
  .floating-whatsapp {
    width: 100%;
  }

  .hero-actions .button,
  .inner-hero-actions .button,
  .detail-actions .button {
    min-width: 0;
  }

  .brand-image {
    height: 48px;
  }

  .floating-whatsapp {
    right: 16px;
    left: 16px;
    bottom: 16px;
  }

  body.lgpd-visible .floating-whatsapp {
    bottom: 188px;
  }

  .lgpd-banner {
    bottom: 84px;
  }

  .floating-banner::before {
    left: 16px;
  }

  .banner-close {
    flex: 0 0 38px;
    align-self: flex-end;
  }

  .quote-card,
  .feature-row,
  .highlight-grid article,
  .future-grid article,
  .units-grid article,
  .comments-grid article,
  .service-card,
  .legal-grid article,
  .blog-card,
  .team-carousel article,
  .course-card,
  .sidebar-card,
  .detail-card,
  .faq-item,
  .notice-card,
  .referral-card,
  .gallery-intro,
  .form-card {
    padding: 20px;
  }

  .feature-tabs {
    flex-wrap: nowrap;
    margin-right: -4px;
  }

  .training-spotlight {
    margin-top: -18px;
  }

  .training-spotlight-card {
    padding: 22px;
  }

  .team-carousel {
    grid-template-columns: 1fr;
  }

  .operation-band {
    padding: 24px;
  }
}
