:root {
  --ink: #102033;
  --muted: #607086;
  --line: #dce4ec;
  --blue: #075aa8;
  --blue-dark: #063865;
  --green: #17a06b;
  --green-dark: #0b744d;
  --aqua: #28b7c8;
  --amber: #f5a524;
  --paper: #f5f8fb;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(16, 32, 51, 0.14);
  --spring: cubic-bezier(.2,.75,.18,1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: clip;
}

img {
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 228, 236, 0.72);
  backdrop-filter: blur(16px);
  transition: padding 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 38px rgba(16, 32, 51, 0.08);
}

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

.brand img {
  width: 58px;
  height: 46px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--blue-dark);
  font-size: 1.05rem;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #314155;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: 32px;
  min-height: 720px;
  padding: 150px clamp(18px, 5vw, 72px) 70px;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(6, 23, 44, 0.88), rgba(6, 56, 101, 0.67) 47%, rgba(11, 116, 77, 0.44)),
    url("assets/images/transformacao-digital.png") center / cover;
  transform: scale(1.01);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 15, 27, 0.22), rgba(5, 15, 27, 0.62)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 110px);
}

.hero-content,
.hero-panel,
.hero-brand-stage {
  position: relative;
  z-index: 2;
}

.hero-content {
  align-self: center;
  max-width: 820px;
  animation: riseIn 760ms var(--spring) both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(23, 160, 107, 0.28);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

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

.hero-panel {
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: riseIn 840ms 140ms var(--spring) both;
}

.hero-panel div {
  padding: 24px;
  background: rgba(2, 20, 38, 0.28);
}

.hero-brand-stage {
  align-self: center;
  min-height: 510px;
  perspective: 1100px;
}

.brand-card {
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 75px rgba(2, 13, 24, 0.3);
  transform-style: preserve-3d;
  transition: transform 220ms var(--spring), box-shadow 220ms ease;
  will-change: transform;
}

.brand-card span {
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-card img {
  width: 100%;
  mix-blend-mode: multiply;
}

.group-card {
  top: 24px;
  right: 0;
  width: min(380px, 88%);
  animation: floatCard 7s ease-in-out infinite;
}

.academy-card {
  left: 0;
  bottom: 30px;
  width: min(430px, 94%);
  animation: floatCard 7.5s ease-in-out infinite reverse;
}

.motion-rail {
  position: absolute;
  left: 10%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--aqua), var(--green), transparent);
  opacity: 0.82;
  transform: rotate(-24deg);
  animation: railSweep 3.6s linear infinite;
}

.rail-one {
  top: 34%;
}

.rail-two {
  top: 62%;
  animation-delay: -1.7s;
}

.metric {
  display: block;
  color: var(--white);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.hero-panel p,
.dash-card p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.trust-strip {
  overflow-x: clip;
  max-width: 100%;
  border-bottom: 1px solid var(--line);
  background: var(--blue-dark);
  color: var(--white);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
}

.trust-strip span {
  min-height: 72px;
  display: grid;
  place-items: center;
  min-width: 220px;
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
  text-align: center;
}

.certification-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
  gap: 44px;
  align-items: center;
  padding: 86px clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 10% 20%, rgba(40, 183, 200, 0.22), transparent 26%),
    linear-gradient(135deg, #062c54 0%, #075aa8 52%, #0b744d 100%);
  color: var(--white);
}

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

.certification-copy p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.pearson-mark {
  width: fit-content;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #27215f;
  box-shadow: 0 18px 36px rgba(2, 13, 24, 0.18);
}

.pearson-mark strong {
  font-size: 1.28rem;
  font-weight: 800;
}

.pearson-mark span {
  color: #0a7a8c;
  font-weight: 800;
}

.certification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.exam-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(2, 13, 24, 0.22);
  backdrop-filter: blur(18px);
}

.exam-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: 800;
}

.exam-panel-header svg {
  width: 30px;
  height: 30px;
  color: var(--aqua);
}

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

.exam-provider {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms var(--spring), background 180ms ease, border-color 180ms ease;
}

.exam-provider:hover,
.exam-provider.active {
  transform: translateY(-3px);
  background: var(--white);
  border-color: var(--aqua);
}

.certification-catalog {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 32px;
  padding: 72px clamp(18px, 5vw, 72px);
  background: #f7fbff;
}

.catalog-heading {
  position: sticky;
  top: 112px;
  align-self: start;
}

.catalog-heading p:not(.eyebrow) {
  color: var(--muted);
}

.cert-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cert-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.07);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: transform 220ms var(--spring), box-shadow 220ms ease, border-color 220ms ease;
}

.cert-card:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 90, 168, 0.32);
  box-shadow: 0 24px 52px rgba(16, 32, 51, 0.13);
}

.cert-card span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #eaf5ff;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
}

.cert-card h3 {
  color: var(--ink);
  font-size: 1.18rem;
}

.cert-card p {
  color: var(--muted);
}

.cert-card strong {
  margin-top: auto;
  color: var(--green-dark);
}

.cert-dialog {
  width: min(720px, calc(100% - 32px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 34px 80px rgba(2, 13, 24, 0.34);
}

.cert-dialog::backdrop {
  background: rgba(6, 24, 43, 0.58);
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.cert-dialog-body {
  padding: 34px;
}

.cert-dialog-body .eyebrow {
  margin-right: 44px;
}

.cert-dialog-body h2 {
  margin-right: 44px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.cert-dialog-body p {
  color: var(--muted);
}

.cert-dialog-body .button-secondary {
  border-color: var(--line);
  background: #f8fbff;
  color: var(--blue-dark);
}

.cert-detail-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.cert-detail-list li {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  color: #314155;
}

.brand-system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #f7fbff;
}

.brand-tile {
  min-height: 300px;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  align-items: center;
  gap: 28px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
  transform-style: preserve-3d;
  transition: transform 220ms var(--spring), box-shadow 220ms ease;
}

.brand-tile:hover,
.brand-card:hover,
.course-card:hover,
.capability-grid article:hover,
.solution-list article:hover {
  box-shadow: 0 28px 58px rgba(16, 32, 51, 0.16);
}

.brand-tile img {
  width: 100%;
  mix-blend-mode: multiply;
}

.brand-tile h2 {
  font-size: clamp(1.7rem, 3vw, 2.65rem);
}

.brand-tile p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
}

.brand-tile.academy {
  background: linear-gradient(135deg, #ffffff 0%, #f2fff9 100%);
}

.brand-tile.group {
  background: linear-gradient(135deg, #ffffff 0%, #eff7ff 100%);
}

.section {
  padding: 96px clamp(18px, 5vw, 72px);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms var(--spring), transform 720ms var(--spring);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 112px;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  line-height: 1.2;
}

.section-copy p,
.academy-intro p,
.contact-section p {
  color: var(--muted);
  font-size: 1.03rem;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.capability-grid,
.solution-list,
.course-grid,
.dashboard,
.cert-card-grid,
.exam-grid,
.brand-system,
.partner-logos {
  display: grid;
  gap: 18px;
  min-width: 0;
}

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

.capability-grid article,
.solution-list article,
.course-card,
.dash-card,
.contact-form {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.07);
}

.capability-grid article,
.solution-list article {
  min-height: 214px;
  padding: 28px;
  transition: transform 220ms var(--spring), box-shadow 220ms ease, border-color 220ms ease;
}

.capability-grid article:hover,
.solution-list article:hover {
  border-color: rgba(23, 160, 107, 0.38);
  transform: translateY(-6px);
}

.capability-grid svg,
.solution-list svg {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  color: var(--green);
  stroke-width: 1.9;
}

.capability-grid p,
.solution-list p,
.course-card p {
  color: var(--muted);
}

.academy-band {
  background: var(--paper);
}

.academy-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.academy-logo-lockup {
  display: grid;
  gap: 18px;
}

.academy-logo-lockup img {
  width: min(360px, 100%);
  border-radius: 8px;
  mix-blend-mode: multiply;
}

.funnel-visual {
  position: relative;
  max-width: 980px;
  display: grid;
  gap: 8px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 90, 168, 0.08), rgba(23, 160, 107, 0.12)),
    var(--white);
  box-shadow: 0 18px 52px rgba(16, 32, 51, 0.1);
}

.funnel-level {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 6px;
  margin: 0 auto;
  border: 0;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  text-align: center;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  transition: transform 220ms var(--spring), filter 220ms ease, clip-path 220ms ease;
}

.funnel-level:hover,
.funnel-level.active {
  transform: translateY(-4px) scale(1.015);
  filter: saturate(1.15);
}

.funnel-level strong,
.funnel-level small {
  display: block;
}

.funnel-level strong {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.funnel-level small {
  max-width: 520px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  text-wrap: balance;
}

.level-start {
  width: 42%;
  padding: 20px 9%;
  background: linear-gradient(135deg, var(--blue), #129bd1);
}

.level-grow {
  width: 60%;
  padding: 20px 10%;
  background: linear-gradient(135deg, #168798, var(--aqua));
}

.level-advanced {
  width: 78%;
  padding: 20px 12%;
  background: linear-gradient(135deg, #148a72, #21ad88);
}

.level-pro {
  width: 100%;
  padding: 20px 14%;
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.funnel-result {
  width: min(380px, 100%);
  margin: 10px auto 0;
  padding: 24px;
  border: 1px solid rgba(23, 160, 107, 0.24);
  border-radius: 8px;
  background: #f5fff9;
  text-align: center;
}

.funnel-result svg {
  width: 38px;
  height: 38px;
  color: var(--green);
}

.funnel-result h3 {
  margin-top: 10px;
}

.funnel-result p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.dashboard-section {
  background: #0d2036;
}

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

.dashboard {
  grid-template-columns: 1.35fr 0.8fr;
}

.dash-card {
  padding: 26px;
  background: #142c48;
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
  box-shadow: none;
}

.dash-card.large {
  grid-row: span 2;
}

.dash-card-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.dash-card-header span {
  color: var(--aqua);
  font-size: 0.84rem;
  font-weight: 800;
}

.bar-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 16px;
  height: 290px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bar-chart div {
  position: relative;
  height: calc(var(--value) * 1%);
  min-height: 70px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 14px 8px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--aqua), var(--green));
  transform: scaleY(0.12);
  transform-origin: bottom;
  animation: growBar 900ms var(--spring) forwards;
}

.bar-chart div:nth-child(2) {
  animation-delay: 120ms;
}

.bar-chart div:nth-child(3) {
  animation-delay: 240ms;
}

.bar-chart div:nth-child(4) {
  animation-delay: 360ms;
}

.bar-chart span {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: center;
}

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

.check-list li {
  padding: 12px 12px 12px 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.check-list li::before {
  content: "✓";
  margin-left: -22px;
  margin-right: 9px;
  color: var(--green);
  font-weight: 800;
}

.dash-card.signal {
  display: grid;
  align-content: center;
  background: var(--blue);
}

.dash-card.signal.green {
  min-height: 180px;
  background: var(--green-dark);
}

.course-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 180ms var(--spring), background 180ms ease, border-color 180ms ease;
}

.filter:hover {
  transform: translateY(-2px);
}

.filter.active {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

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

.course-marquee {
  overflow-x: clip;
  max-width: 100%;
  margin: -4px 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--blue-dark);
}

.course-marquee div {
  display: flex;
  width: max-content;
  gap: 30px;
  padding: 13px 0;
  animation: ticker 28s linear infinite reverse;
}

.course-marquee span {
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.course-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform 220ms var(--spring), box-shadow 220ms ease, border-color 220ms ease;
}

.course-card:hover {
  border-color: rgba(7, 90, 168, 0.34);
  transform: translateY(-7px);
}

.course-card span {
  width: fit-content;
  margin-bottom: 22px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #eaf5ff;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
}

.course-card h3 {
  font-size: 1.2rem;
}

.course-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}

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

.course-card.is-hidden {
  display: none;
}

.solutions {
  background: linear-gradient(180deg, #ffffff, #f5f8fb);
}

.partners-strip {
  padding: 82px clamp(18px, 5vw, 72px);
  background: #f8fbff;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.partner-logo {
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.07);
  font-weight: 800;
  text-align: center;
  transition: transform 220ms var(--spring), box-shadow 220ms ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(16, 32, 51, 0.13);
}

.partner-logo.pearson strong {
  color: #27215f;
  font-size: 1.25rem;
}

.partner-logo.pearson span {
  color: #0a7a8c;
}

.partner-logo.microsoft i {
  width: 34px;
  height: 34px;
  display: block;
  background:
    linear-gradient(#f25022 0 0) left top / 15px 15px no-repeat,
    linear-gradient(#7fba00 0 0) right top / 15px 15px no-repeat,
    linear-gradient(#00a4ef 0 0) left bottom / 15px 15px no-repeat,
    linear-gradient(#ffb900 0 0) right bottom / 15px 15px no-repeat;
}

.partner-logo.comptia strong {
  color: #c0182d;
  font-size: 1.25rem;
}

.partner-logo.comptia span {
  color: var(--blue-dark);
}

.partner-logo.cisco b {
  width: 70px;
  height: 24px;
  display: block;
  background: repeating-linear-gradient(90deg, #1e8acb 0 4px, transparent 4px 9px);
  border-radius: 3px;
}

.partner-logo.cisco strong {
  color: #1e69a6;
  text-transform: uppercase;
}

.partner-logo.oracle strong {
  color: #c74634;
  font-size: 1.32rem;
}

.partner-logo.sap strong {
  min-width: 72px;
  padding: 8px 10px;
  background: #0f7dc2;
  color: var(--white);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
}

.solution-list {
  grid-template-columns: repeat(3, 1fr);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: 48px;
  background: var(--blue-dark);
  color: var(--white);
}

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

.contact-section p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #314155;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  font: inherit;
}

.contact-form .button {
  width: 100%;
}

.contact-note {
  margin: 0;
  color: var(--muted) !important;
  font-size: 0.9rem !important;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: #06182b;
  color: var(--white);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

@media (max-width: 1050px) {
  .hero,
  .split,
  .academy-intro,
  .certification-hero,
  .certification-catalog,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .section-copy {
    position: relative;
    top: auto;
  }

  .hero-brand-stage {
    min-height: 430px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

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

  .solution-list,
  .brand-system {
    grid-template-columns: 1fr;
  }

  .brand-tile {
    grid-template-columns: 0.48fr 1fr;
  }

  .funnel-level {
    width: 100%;
    clip-path: polygon(3% 0, 97% 0, 92% 100%, 8% 100%);
  }

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

  .catalog-heading {
    position: relative;
    top: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 18px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 75px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: 760px;
    padding-top: 120px;
  }

  .trust-strip span {
    min-height: 56px;
  }

  .capability-grid,
  .course-grid,
  .dashboard,
  .exam-grid,
  .cert-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bar-chart {
    height: 230px;
  }

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

@media (max-width: 540px) {
  .brand span {
    display: none;
  }

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

  .hero-brand-stage {
    min-height: 340px;
  }

  .brand-card {
    padding: 14px;
  }

  .brand-tile {
    grid-template-columns: 1fr;
  }

  .partner-logos {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .bar-chart {
    gap: 8px;
  }

  .bar-chart div {
    padding-inline: 4px;
  }

  .dash-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, 0, 0);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(1deg);
  }
}

@keyframes railSweep {
  from {
    clip-path: inset(0 100% 0 0);
  }
  45% {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes growBar {
  to {
    transform: scaleY(1);
  }
}
