:root {
  --navy: #003e59;
  --navy-deep: #00364d;
  --blue: #005574;
  --cyan: #00a3c7;
  --cyan-dark: #007c9f;
  --yellow: #ffb917;
  --yellow-soft: #f4c74c;
  --green: #0c725b;
  --ice: #eaf5f8;
  --light-blue: #dff1f6;
  --cream: #fff4de;
  --off-white: #f8fafb;
  --white: #fff;
  --text: #073f56;
  --muted: #536a74;
  --border: rgba(0, 62, 89, 0.18);
  --shadow: 0 8px 24px rgba(0, 45, 65, 0.07);
  --shadow-strong: 0 14px 30px rgba(0, 45, 65, 0.17);
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

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

.svg-sprite {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 6px;
  transform: translateY(-150%);
}

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

.container {
  width: min(100% - 56px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 54px 0 42px;
}

.section-title {
  position: relative;
  margin-bottom: 44px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  line-height: 1.14;
  text-align: center;
  letter-spacing: -0.035em;
}

.section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 11px auto 0;
  background: var(--yellow);
  border-radius: 99px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  color: var(--navy);
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 45, 65, 0.14);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 185, 23, 0.75);
  outline-offset: 3px;
}

.button-yellow {
  color: var(--navy-deep);
  background: var(--yellow);
  border-color: var(--yellow);
}

.button-yellow:hover {
  background: #ffc536;
}

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

.button-cyan {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan);
}

.button-outline {
  color: var(--navy);
  background: var(--white);
  border-color: var(--blue);
}

.button-full {
  width: 100%;
}

.button-small {
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 7px;
  font-size: 0.74rem;
}

/* Header */
.site-header {
  position: relative;
  z-index: 20;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 62, 89, 0.07);
}

.header-inner {
  display: flex;
  width: min(100% - 56px, 1320px);
  min-height: 76px;
  margin-inline: auto;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--navy);
}

.brand-mark {
  width: 44px;
  height: 31px;
  overflow: visible;
}

.wave {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

.wave-blue {
  stroke: #39a7c4;
}

.wave-gray {
  stroke: #8c9ca1;
}

.wave-yellow {
  stroke: var(--yellow);
}

.brand-copy {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 7px;
}

.brand-copy strong {
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.brand-copy small {
  padding-left: 7px;
  border-left: 1px solid var(--border);
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.primary-navigation {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.4vw, 25px);
}

.primary-navigation > a {
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 700;
  transition: color 150ms ease;
}

.primary-navigation > a:hover {
  color: var(--cyan-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 4px;
}

.header-actions .button svg {
  width: 14px;
  height: 14px;
}

.menu-toggle {
  display: none;
  width: 46px;
  min-height: 44px;
  margin-left: auto;
  padding: 10px;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  border-radius: 2px;
}

/* Hero */
.hero {
  overflow: hidden;
  background: var(--white);
}

.hero-layout {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  align-items: stretch;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  margin-left: max(28px, calc((100vw - 1200px) / 2));
  padding: 48px 20px 40px 0;
}

.hero-content h1 {
  max-width: 600px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2.65rem, 4.25vw, 4.05rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.hero-intro {
  max-width: 575px;
  margin-bottom: 28px;
  color: #173f4e;
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-benefits {
  display: grid;
  max-width: 610px;
  margin: 0 0 31px;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  list-style: none;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

.mini-icon {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
}

.mini-icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
}

.mini-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions {
  display: grid;
  max-width: 650px;
  grid-template-columns: 1.18fr 0.92fr 1fr;
  gap: 12px;
}

.hero-actions .button {
  min-height: 64px;
  justify-content: space-between;
  padding: 12px 17px;
  font-size: 0.76rem;
  text-align: left;
}

.hero-media {
  position: relative;
  min-width: 0;
  margin: 0;
  background: #c9e9ee;
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 17%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 17%, #000 100%);
}

.hero-seal {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 48%;
  width: min(42%, 300px);
  aspect-ratio: 1;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 12px rgba(0, 45, 65, 0.2));
}

/* Metrics */
.metrics {
  color: var(--white);
  background: var(--navy);
}

.metrics-grid {
  display: grid;
  min-height: 92px;
  padding-block: 18px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.metric {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 4px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.metric:last-child {
  border-right: 0;
}

.metric > svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metric div {
  display: flex;
  flex-direction: column;
}

.metric strong {
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1;
}

.metric span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.68rem;
  line-height: 1.2;
}

/* Pricing */
.journey {
  background: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 26px;
}

.pricing-card {
  display: flex;
  position: relative;
  min-width: 0;
  flex-direction: column;
  padding: 34px 34px 28px;
  border-radius: 13px;
  box-shadow: var(--shadow);
}

.pricing-blue {
  background: var(--light-blue);
}

.pricing-cream {
  background: var(--cream);
}

.pricing-featured {
  margin-block: -10px;
  padding-top: 42px;
  color: var(--white);
  background: linear-gradient(160deg, #005b78, #003f59);
  box-shadow: var(--shadow-strong);
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  padding: 5px 13px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 99px;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.pricing-header {
  min-height: 190px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 62, 89, 0.12);
}

.pricing-featured .pricing-header {
  border-color: rgba(255, 255, 255, 0.15);
}

.eyebrow {
  display: block;
  margin-bottom: 4px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-header h3 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pricing-featured h3 {
  color: var(--white);
}

.pricing-header > strong {
  display: block;
  margin-top: 5px;
  font-size: 0.92rem;
}

.pricing-header p {
  max-width: 320px;
  margin: 16px auto 0;
  font-size: 0.77rem;
  line-height: 1.55;
}

.feature-list {
  display: grid;
  margin: 20px 0 25px;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
}

.feature-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-action {
  margin-top: auto;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(0, 62, 89, 0.12);
}

.pricing-featured .pricing-action {
  border-color: rgba(255, 255, 255, 0.16);
}

.price {
  margin-bottom: 3px;
  font-size: 1.55rem;
  font-weight: 800;
}

.price small {
  font-size: 0.8rem;
}

.installment {
  margin-bottom: 19px;
  font-size: 0.67rem;
}

.value-note {
  margin: 15px 0 -5px;
  color: var(--white);
  font-size: 0.62rem;
}

/* Partnership */
.partnership {
  padding: 20px 0 28px;
  background: var(--white);
}

.partnership-panel {
  display: grid;
  padding: 25px 30px;
  grid-template-columns: 200px 190px minmax(260px, 1fr) 210px;
  align-items: center;
  gap: 28px;
  background: var(--ice);
  border-radius: 14px;
}

.partnership-badge img {
  width: 180px;
  max-height: 180px;
  margin-inline: auto;
  object-fit: contain;
}

.partnership-heading h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 1.65rem;
  line-height: 1;
}

.partnership-heading p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.partnership-copy > p {
  margin-bottom: 17px;
  font-size: 0.74rem;
  line-height: 1.55;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.72rem;
}

.check-list span {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
}

.lead-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 45, 65, 0.05);
}

.lead-card > span {
  margin-bottom: 12px;
  color: #e7a400;
  font-size: 0.85rem;
  font-weight: 800;
}

.lead-card > strong {
  margin-bottom: 16px;
  font-size: 1rem;
}

.lead-card .button {
  min-height: 42px;
  font-size: 0.7rem;
}

.lead-card small {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.58rem;
  line-height: 1.45;
}

/* Learning */
.learning {
  padding-top: 32px;
  background: var(--white);
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 20px;
}

.learning-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 23px 21px 20px;
  background: #f6f7f7;
  border: 1px solid rgba(0, 62, 89, 0.04);
  border-radius: 9px;
  box-shadow: 0 5px 18px rgba(0, 45, 65, 0.035);
  text-align: center;
}

.learning-icon {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 7px;
  place-items: center;
}

.learning-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 4px;
  width: 13px;
  height: 13px;
  z-index: 0;
  background: var(--yellow);
  border-radius: 50%;
}

.learning-icon svg {
  position: relative;
  z-index: 1;
  width: 59px;
  height: 59px;
  fill: rgba(0, 163, 199, 0.08);
  stroke: var(--cyan-dark);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.learning-card h3 {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 1.1rem;
}

.learning-card > p {
  min-height: 54px;
  margin-bottom: 14px;
  color: #314f5a;
  font-size: 0.72rem;
  line-height: 1.5;
}

.compact-list {
  display: grid;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  gap: 9px;
  text-align: left;
  list-style: none;
}

.compact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #315463;
  font-size: 0.68rem;
}

.compact-list span {
  color: var(--cyan-dark);
}

.button-card {
  min-width: 145px;
  min-height: 42px;
  margin-top: auto;
  padding: 9px 15px;
  border-radius: 4px;
  font-size: 0.73rem;
}

/* Why */
.why-cop {
  padding: 6px 0 34px;
  background: var(--white);
}

.why-cop .section-title {
  margin-bottom: 30px;
}

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

.benefit-grid article {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.benefit-icon {
  position: relative;
  flex: 0 0 auto;
}

.benefit-icon::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
}

.benefit-icon svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid strong {
  font-size: 0.68rem;
  line-height: 1.3;
}

/* Final CTA */
.final-cta {
  padding: 27px 0;
  color: var(--white);
  background: var(--navy);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 280px;
  align-items: center;
  gap: 28px;
}

.final-icon {
  position: relative;
  width: 80px;
  height: 70px;
}

.final-icon > svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-icon span {
  position: absolute;
  right: 0;
  bottom: -2px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--navy);
  border-radius: 50%;
}

.final-icon span svg {
  width: 38px;
  height: 38px;
  fill: var(--navy);
  stroke: var(--yellow);
  stroke-width: 1.5;
}

.final-copy h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1.15;
}

.final-copy p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
}

.final-actions {
  display: grid;
  gap: 12px;
}

.support-link {
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.7rem;
  text-align: center;
}

.support-link:hover {
  color: var(--yellow);
}

/* Footer */
.site-footer {
  padding: 28px 0 34px;
  color: var(--text);
  background: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.9fr 1fr;
  gap: 48px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-about > p,
.institutional p {
  max-width: 290px;
  margin-bottom: 7px;
  color: #526873;
  font-size: 0.62rem;
  line-height: 1.45;
}

.footer-column h2 {
  margin: 4px 0 13px;
  color: var(--navy);
  font-size: 0.83rem;
}

.footer-links {
  display: grid;
  gap: 6px;
}

.footer-links.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}

.footer-links a {
  color: #405b66;
  font-size: 0.63rem;
}

.footer-links a:hover {
  color: var(--cyan-dark);
  text-decoration: underline;
}

.institution-mark {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 9px;
}

.institution-mark .brand-mark {
  width: 40px;
}

.institution-mark strong {
  color: var(--navy);
  font-size: 1.3rem;
}

/* Responsive */
@media (max-width: 1120px) {
  .header-inner {
    width: min(100% - 40px, 1200px);
  }

  .primary-navigation {
    gap: 10px;
  }

  .primary-navigation > a {
    font-size: 0.66rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero-content h1 {
    font-size: clamp(2.45rem, 4.4vw, 3.45rem);
  }

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

  .hero-actions .button:first-child {
    grid-column: 1 / -1;
  }

  .partnership-panel {
    grid-template-columns: 160px 170px minmax(220px, 1fr) 190px;
    gap: 20px;
  }

  .partnership-badge img {
    width: 150px;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .header-inner {
    min-height: 68px;
    flex-wrap: wrap;
    padding-block: 10px;
  }

  .primary-navigation {
    display: none;
    width: 100%;
    flex: 0 0 100%;
    align-items: stretch;
    padding: 7px 0 12px;
    flex-direction: column;
    gap: 0;
  }

  .primary-navigation.is-open {
    display: flex;
  }

  .primary-navigation > a {
    min-height: 43px;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(0, 62, 89, 0.08);
    font-size: 0.83rem;
  }

  .header-actions {
    display: grid;
    margin: 12px 0 0;
    grid-template-columns: 1fr 1fr;
  }

  .hero-layout {
    grid-template-columns: 53% 47%;
  }

  .hero-content {
    margin-left: 28px;
  }

  .hero-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .hero-actions .button:first-child {
    grid-column: auto;
  }

  .pricing-grid {
    gap: 16px;
  }

  .pricing-card {
    padding-inline: 22px;
  }

  .partnership-panel {
    grid-template-columns: 150px 1fr 1.5fr;
  }

  .lead-card {
    grid-column: 2 / -1;
  }

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

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .institutional {
    grid-column: 2 / -1;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }

  .section {
    padding: 42px 0 34px;
  }

  .section-title {
    margin-bottom: 34px;
    font-size: clamp(1.65rem, 7vw, 1.95rem);
  }

  .header-inner {
    width: calc(100% - 40px);
  }

  .brand-copy small {
    display: block;
  }

  .hero {
    padding: 0 20px 30px;
  }

  .hero-layout {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
    margin: 0;
    padding: 34px 0 25px;
  }

  .hero-content h1 {
    margin-bottom: 17px;
    font-size: clamp(2.25rem, 10vw, 2.65rem);
    line-height: 1.06;
  }

  .hero-intro {
    font-size: 0.95rem;
  }

  .hero-benefits {
    margin-bottom: 27px;
    gap: 16px 12px;
  }

  .hero-actions {
    max-width: none;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-media {
    order: 2;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: visible;
    border-radius: 12px;
  }

  .hero-photo {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    object-fit: cover;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-seal {
    top: 50%;
    left: 50%;
    width: min(50%, 245px);
  }

  .metrics-grid {
    min-height: 0;
    padding-block: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .metric {
    justify-content: flex-start;
    padding: 0 14px;
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric strong {
    font-size: 1.35rem;
  }

  .pricing-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .pricing-featured {
    order: -1;
    margin-block: 0;
  }

  .pricing-card {
    padding: 34px 27px 27px;
  }

  .pricing-header {
    min-height: 0;
  }

  .partnership {
    padding: 10px 0 30px;
  }

  .partnership-panel {
    display: flex;
    padding: 28px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .partnership-badge img {
    width: min(58vw, 190px);
  }

  .partnership-heading {
    text-align: center;
  }

  .partnership-heading h2 {
    margin-bottom: 9px;
  }

  .partnership-copy > p {
    font-size: 0.83rem;
  }

  .check-list li {
    font-size: 0.8rem;
  }

  .lead-card {
    width: 100%;
  }

  .why-cop {
    padding-bottom: 32px;
  }

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

  .benefit-grid article {
    justify-content: flex-start;
  }

  .benefit-grid strong {
    font-size: 0.75rem;
  }

  .final-cta {
    padding: 34px 0;
  }

  .final-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .final-icon {
    margin-inline: auto;
  }

  .final-copy h2 {
    font-size: 1.75rem;
  }

  .final-copy p {
    font-size: 0.9rem;
  }

  .final-actions {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-about {
    grid-column: 1 / -1;
  }

  .institutional {
    grid-column: 1 / -1;
  }

  .footer-about > p,
  .institutional p,
  .footer-links a {
    font-size: 0.75rem;
  }

  .footer-column h2 {
    font-size: 0.95rem;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 38px;
  }

  .brand-copy {
    gap: 5px;
  }

  .brand-copy strong {
    font-size: 1.4rem;
  }

  .brand-copy small {
    font-size: 0.4rem;
  }

  .header-actions {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    letter-spacing: -0.045em;
  }

  .hero-benefits li {
    font-size: 0.7rem;
  }

  .metrics-grid {
    gap: 22px 0;
  }

  .metric {
    gap: 9px;
    padding-inline: 7px;
  }

  .metric > svg {
    width: 31px;
    height: 31px;
  }

  .metric strong {
    font-size: 1.15rem;
  }

  .metric span {
    font-size: 0.61rem;
  }

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

  .learning-card > p {
    min-height: 0;
  }

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

  .footer-about,
  .institutional {
    grid-column: auto;
  }

  .footer-links.two-columns {
    max-width: 330px;
  }
}

@media (max-width: 380px) {
  .brand-copy small {
    display: none;
  }

  .hero {
    padding-inline: 16px;
  }

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

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

  .metric,
  .metric:nth-child(2) {
    padding-bottom: 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .metric:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

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

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Site Fácil IA: proteção de integridade visual */
html,body{max-width:100%;overflow-x:clip}main>section{position:relative;isolation:isolate;clear:both}img{max-width:100%;height:auto}img[src*="assets/"]{object-fit:contain}
