:root {
  --ink: #182a49;
  --blue: #243b68;
  --cream: #f6f3ed;
  --paper: #fffdfa;
  --coral: #f06d52;
  --yellow: #f3c85b;
  --muted: #778196;
  --line: #dfe2e7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input {
  font: inherit;
}
.container {
  max-width: 1180px;
  margin: auto;
  padding-left: 28px;
  padding-right: 28px;
}
.site-header {
  height: 82px;
  background: var(--paper);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font: bold 24px "Space Grotesk";
  letter-spacing: -1px;
}
.brand small {
  font: 600 10px "DM Sans";
  display: block;
  letter-spacing: 2px;
  color: var(--coral);
  margin-top: -2px;
}
.brand-mark {
  background: var(--ink);
  color: var(--yellow);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px 10px 10px 2px;
  font-size: 21px;
}
.desktop-nav {
  display: flex;
  gap: 35px;
  margin-left: auto;
  margin-right: 38px;
  font-size: 13px;
  font-weight: 600;
  color: #667085;
}
.desktop-nav a:hover,
.text-link:hover {
  color: var(--coral);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 4px;
  padding: 16px 22px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: 0.25s;
}
.button span {
  font-size: 18px;
  font-weight: 400;
}
.button-small {
  padding: 11px 16px;
  font-size: 12px;
  gap: 10px;
}
.button-outline {
  border: 1px solid var(--ink);
}
.button-outline:hover {
  background: var(--ink);
  color: #fff;
}
.button-primary {
  background: var(--coral);
  color: #fff;
}
.button-primary:hover {
  background: #d9563e;
  transform: translateY(-2px);
}
.button-light {
  background: #fff;
  color: var(--ink);
}
.button-accent {
  background: var(--yellow);
  color: var(--ink);
}
.button-light:hover,
.button-accent:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.hero {
  background: var(--cream);
  min-height: 650px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: 570px;
  align-items: center;
}
.eyebrow,
.section-kicker {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--coral);
  display: flex;
  align-items: center;
  gap: 9px;
}
.pulse {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px #f9d2c9;
}
.hero h1 {
  font: 600 clamp(48px, 6vw, 78px)/0.99 "Space Grotesk";
  letter-spacing: -4px;
  max-width: 650px;
  margin: 28px 0 24px;
}
.hero h1 em {
  font-style: normal;
  color: var(--coral);
}
.hero-lead {
  max-width: 440px;
  color: #59657a;
  font-size: 17px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 33px;
}
.text-link {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.text-link span {
  font-size: 17px;
  margin-left: 8px;
}
.proof-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 52px;
}
.avatars {
  display: flex;
}
.avatars span {
  display: grid;
  place-items: center;
  background: #d1dbe7;
  border: 2px solid var(--cream);
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  height: 31px;
  width: 31px;
  border-radius: 50%;
  margin-left: -7px;
}
.avatars span:first-child {
  margin-left: 0;
  background: var(--yellow);
}
.avatars span:last-child {
  background: var(--coral);
  color: #fff;
}
.proof-row p {
  font-size: 11px;
  line-height: 1.3;
  color: #7b8493;
}
.proof-row strong {
  color: var(--ink);
}
.hero-visual {
  height: 560px;
  position: relative;
}
.student-photo {
  position: absolute;
  right: 11%;
  top: 76px;
  width: 390px;
  height: 470px;
  border-radius: 200px 200px 12px 12px;
  overflow: hidden;
  z-index: 1;
  border: 12px solid var(--paper);
  box-shadow: 10px 14px 0 var(--yellow);
}
.student-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sun-shape {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--yellow);
  right: 0;
  top: 75px;
}
.dot-grid {
  position: absolute;
  background-image: radial-gradient(var(--coral) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  width: 130px;
  height: 100px;
  top: 54px;
  right: 0;
}
.vertical-label {
  position: absolute;
  right: -42px;
  top: 250px;
  transform: rotate(90deg);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 3px;
  color: #8b95a4;
}
.floating-card {
  position: absolute;
  background: #fff;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 11px;
  z-index: 2;
  box-shadow: 0 14px 30px #273c611c;
  border-radius: 5px;
}
.floating-card small {
  display: block;
  font-size: 10px;
  color: #8a94a2;
  margin-top: 4px;
}
.floating-card strong {
  display: block;
  font-size: 12px;
}
.card-icon {
  background: #dff2e8;
  color: #379568;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  font-weight: bold;
}
.card-top {
  left: 0;
  top: 150px;
}
.card-bottom {
  right: 7%;
  bottom: 12px;
  display: grid;
  grid-template-columns: auto auto;
}
.card-bottom strong {
  font-size: 25px;
  grid-row: span 2;
}
.stars {
  color: var(--yellow);
  font-size: 12px;
}
.card-bottom small {
  grid-column: 2;
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #9ca3af;
  font-size: 10px;
  letter-spacing: 1px;
}
.scroll-line {
  height: 1px;
  background: #ccd0d5;
  width: 60px;
}
.hero-bottom span:last-child {
  margin-left: auto;
}
.hero-bottom b {
  color: var(--coral);
  font-size: 16px;
}
.trust-strip {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trust-inner p {
  font-size: 13px;
  margin: 0;
}
.trust-inner div {
  display: flex;
  gap: 28px;
  color: #818b9a;
  font-size: 11px;
}
.trust-inner span:before {
  content: "✦";
  color: var(--coral);
  margin-right: 7px;
}
.section {
  padding: 125px 0;
}
.intro-grid {
  display: grid;
  grid-template-columns: 30% 70%;
}
.section-kicker span {
  color: #9ba3b0;
  font-size: 10px;
}
.intro h2,
.feature-content h2,
.section-heading h2,
.plans-heading h2,
.faq-grid h2,
.cta-box h2 {
  font: 600 46px/1.08 "Space Grotesk";
  letter-spacing: -2px;
  margin: 0;
  max-width: 690px;
}
.intro h2 span,
.feature-content h2 span {
  color: var(--coral);
}
.large-copy {
  color: #697488;
  font-size: 17px;
  line-height: 1.65;
  max-width: 670px;
  margin-top: 27px;
}
.feature-section {
  background: #edf0f3;
  padding: 100px 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 9%;
  align-items: center;
}
.feature-image {
  position: relative;
}
.feature-image img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 180px 180px 5px 5px;
}
.image-note {
  position: absolute;
  bottom: 20px;
  right: -34px;
  background: var(--coral);
  color: #fff;
  padding: 19px 22px;
  min-width: 160px;
}
.image-note span {
  font-size: 11px;
  opacity: 0.7;
}
.image-note p {
  font-size: 13px;
  line-height: 1.3;
  margin: 12px 0 0;
}
.feature-content h2 {
  margin-top: 28px;
}
.feature-content > p {
  font-size: 15px;
  color: #687386;
  line-height: 1.7;
  max-width: 470px;
  margin: 25px 0 34px;
}
.benefit-list > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 13px;
  border-top: 1px solid #d5d9dd;
  padding: 16px 0;
}
.benefit-list b {
  font-size: 11px;
  color: var(--coral);
}
.benefit-list strong {
  font-size: 14px;
}
.benefit-list span {
  grid-column: 2;
  color: #8b94a0;
  font-size: 12px;
  margin-top: 4px;
}
.steps {
  background: var(--paper);
}
.section-heading {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-heading h2 {
  margin: 22px 0 16px;
}
.section-heading p {
  color: #7d8795;
  font-size: 15px;
  margin: 0;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 65px;
}
.step-grid article {
  border: 1px solid var(--line);
  padding: 30px;
  min-height: 260px;
  position: relative;
}
.step-grid article:nth-child(2) {
  background: var(--ink);
  color: white;
}
.step-number {
  font-size: 11px;
  color: var(--coral);
  font-weight: bold;
}
.step-icon {
  font-size: 27px;
  color: var(--coral);
  margin: 25px 0 18px;
}
.step-grid h3 {
  font: 600 21px "Space Grotesk";
  margin: 0 0 11px;
}
.step-grid p {
  font-size: 13px;
  color: #818c9b;
  line-height: 1.6;
  margin: 0;
  max-width: 245px;
}
.step-grid article:nth-child(2) p {
  color: #b4bdca;
}
.step-grid a {
  position: absolute;
  bottom: 27px;
  font-size: 11px;
  font-weight: bold;
}
.dark-section {
  background: var(--ink);
  color: #fff;
  padding: 105px 0;
}
.light span {
  color: #8997af;
}
.light {
  color: var(--yellow);
}
.plans-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 28px 0 50px;
}
.plans-heading h2 {
  color: #fff;
}
.plans-heading i {
  font-style: normal;
  color: var(--yellow);
}
.plans-heading p {
  color: #b2bdce;
  font-size: 14px;
  max-width: 230px;
  line-height: 1.5;
}
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.plan-card {
  background: #2f4266;
  padding: 33px 35px;
  position: relative;
}
.plan-card.featured {
  background: var(--coral);
}
.plan-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #bac5d5;
}
.featured .plan-label {
  color: #ffe0d8;
}
.plan-card h3 {
  font: 600 26px "Space Grotesk";
  margin: 16px 0 8px;
}
.plan-card > p {
  font-size: 13px;
  color: #bdc7d6;
  margin: 0 0 25px;
}
.featured > p {
  color: #ffe3dd;
}
.price {
  border-top: 1px solid #516381;
  border-bottom: 1px solid #516381;
  padding: 18px 0;
  margin-bottom: 20px;
}
.featured .price {
  border-color: #f58f7b;
}
.price small {
  display: block;
  font-size: 10px;
  color: #b3c0d3;
  margin-bottom: 4px;
}
.featured .price small {
  color: #ffe3dd;
}
.price strong {
  font: 600 27px "Space Grotesk";
}
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}
.plan-card li {
  font-size: 12px;
  margin: 11px 0;
  color: #d5dce6;
}
.plan-card li:before {
  content: "✓";
  color: var(--yellow);
  margin-right: 10px;
  font-weight: bold;
}
.featured li {
  color: #fff;
}
.featured li:before {
  color: #fff;
}
.plan-card .button {
  width: 100%;
}
.popular {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--yellow);
  color: var(--ink);
  font-size: 9px;
  font-weight: bold;
  padding: 8px 12px;
  letter-spacing: 1px;
}
.legal-note {
  display: block;
  color: #8291a8;
  font-size: 10px;
  margin-top: 26px;
}
.testimonial {
  background: var(--yellow);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 14% 60% 26%;
  align-items: start;
}
.quote-mark {
  font: 100px/0.7 Georgia;
  color: var(--coral);
}
.testimonial blockquote {
  font: 600 32px/1.28 "Space Grotesk";
  letter-spacing: -1px;
  margin: 27px 0 30px;
  max-width: 650px;
}
.person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.person-avatar {
  background: var(--coral);
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: bold;
}
.person strong,
.person span {
  display: block;
  font-size: 12px;
}
.person span {
  font-size: 11px;
  color: #856f45;
  margin-top: 3px;
}
.testimonial-stat {
  border-left: 1px solid #dab64c;
  padding-left: 35px;
  margin-top: 35px;
}
.testimonial-stat strong {
  font: 600 65px "Space Grotesk";
}
.testimonial-stat strong span {
  color: var(--coral);
}
.testimonial-stat p {
  font-size: 13px;
  color: #806f4c;
  max-width: 150px;
  line-height: 1.5;
}
.mini-line {
  height: 3px;
  background: var(--coral);
  width: 52px;
}
.faq-section {
  padding: 110px 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 8%;
}
.faq-grid h2 {
  margin-top: 24px;
}
.faq-grid > div > p {
  color: #7b8697;
  font-size: 14px;
  line-height: 1.6;
  max-width: 330px;
  margin: 23px 0 30px;
}
.dark-link {
  color: var(--ink);
}
details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  font: 600 15px "Space Grotesk";
  display: flex;
  justify-content: space-between;
}
.faq-list summary {
  font-family: "Poppins", sans-serif;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 23px;
  color: var(--coral);
  font-weight: 400;
  transition: 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  color: #7b8697;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  max-width: 500px;
  margin: 15px 0 0;
}
.cta-section {
  padding: 0 0 110px;
}
.cta-box {
  background: #edf0f3;
  padding: 65px 75px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 6%;
  align-items: center;
}
.dark-eyebrow {
  color: var(--coral);
}
.cta-box h2 {
  font-size: 48px;
  margin: 22px 0 18px;
}
.cta-box > div > p {
  color: #778294;
  font-size: 14px;
  line-height: 1.6;
  max-width: 390px;
}
.cta-box form {
  background: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-box label {
  color: #707b8c;
  font-size: 11px;
  font-weight: bold;
}
.cta-box input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 11px 0 9px;
  outline: 0;
  color: var(--ink);
  font-size: 13px;
}
.cta-box input:focus {
  border-color: var(--coral);
}
.cta-box form small {
  font-size: 9px;
  color: #a1a8b1;
}
footer {
  background: #111e35;
  color: #fff;
  padding: 55px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 50px;
}
.footer-brand .brand-mark {
  background: var(--yellow);
  color: var(--ink);
}
.footer-grid p {
  color: #9aa8ba;
  font-size: 13px;
  line-height: 1.6;
  margin: 5px 0;
}
.footer-grid div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-grid strong {
  font-size: 11px;
  color: var(--yellow);
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.footer-grid div a {
  font-size: 12px;
  color: #aab6c6;
}
.footer-bottom {
  border-top: 1px solid #2a3952;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  color: #718096;
  font-size: 10px;
}
.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 30px;
  background: #2ab06f;
  color: white;
  padding: 13px 18px;
  z-index: 4;
  font-size: 22px;
  box-shadow: 0 7px 25px #153b2850;
}
.whatsapp-float span {
  font: 600 11px "Poppins", sans-serif;
  vertical-align: 3px;
  margin-left: 5px;
}
@media (max-width: 800px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header {
    height: 70px;
  }
  .desktop-nav,
  .nav-wrap > .button {
    display: none;
  }
  .menu-toggle {
    display: flex;
    background: none;
    border: 0;
    flex-direction: column;
    gap: 6px;
  }
  .menu-toggle i {
    display: block;
    background: var(--ink);
    width: 25px;
    height: 2px;
  }
  .mobile-nav {
    display: none;
    position: absolute;
    top: 70px;
    background: var(--paper);
    width: 100%;
    padding: 18px 20px 24px;
    box-shadow: 0 10px 20px #182a4912;
  }
  .mobile-nav.open {
    display: flex;
    flex-direction: column;
    gap: 19px;
    font-weight: 600;
    font-size: 14px;
  }
  .hero-grid {
    display: block;
    min-height: 0;
    padding-top: 75px;
  }
  .hero-copy {
    padding-bottom: 55px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.7px;
    margin-top: 23px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 21px;
  }
  .proof-row {
    margin-top: 37px;
  }
  .hero-visual {
    height: 430px;
  }
  .student-photo {
    top: 20px;
    right: 9%;
    width: 72%;
    height: 390px;
    border-width: 8px;
  }
  .sun-shape {
    top: 28px;
    width: 330px;
    height: 330px;
    right: -55px;
  }
  .dot-grid {
    top: 10px;
    right: 0;
  }
  .card-top {
    top: 85px;
    left: 0;
  }
  .card-bottom {
    right: 0;
    bottom: 5px;
  }
  .vertical-label {
    right: -45px;
    top: 210px;
  }
  .hero-bottom {
    padding-bottom: 18px;
  }
  .trust-inner,
  .trust-inner div {
    display: block;
  }
  .trust-inner p {
    margin-bottom: 15px;
  }
  .trust-inner div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    white-space: normal;
    overflow: visible;
  }
  .trust-inner span {
    margin-right: 0;
  }
  .section {
    padding: 78px 0;
  }
  .intro-grid,
  .feature-grid,
  .faq-grid,
  .cta-box {
    display: block;
  }
  .section-kicker {
    margin-bottom: 25px;
  }
  .intro h2,
  .feature-content h2,
  .section-heading h2,
  .plans-heading h2,
  .faq-grid h2,
  .cta-box h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .feature-section {
    padding: 70px 0;
  }
  .feature-image img {
    height: 410px;
  }
  .image-note {
    right: 0;
  }
  .feature-content {
    margin-top: 65px;
  }
  .step-grid,
  .plans {
    grid-template-columns: 1fr;
  }
  .step-grid {
    gap: 12px;
    margin-top: 40px;
  }
  .step-grid article {
    min-height: 230px;
  }
  .plans-heading {
    display: block;
    margin-bottom: 30px;
  }
  .plans-heading p {
    margin-top: 20px;
  }
  .dark-section {
    padding: 75px 0;
  }
  .plan-card {
    padding: 28px 23px;
  }
  .testimonial {
    padding: 75px 0;
  }
  .testimonial-grid {
    display: block;
  }
  .quote-mark {
    font-size: 75px;
  }
  .testimonial blockquote {
    font-size: 25px;
    margin-top: 10px;
  }
  .testimonial-stat {
    border: 0;
    border-top: 1px solid #dab64c;
    padding: 25px 0 0;
    margin-top: 35px;
  }
  .testimonial-stat strong {
    font-size: 50px;
  }
  .faq-section {
    padding: 75px 0;
  }
  .faq-list {
    margin-top: 55px;
  }
  .cta-section {
    padding-bottom: 75px;
  }
  .cta-box {
    padding: 40px 21px;
  }
  .cta-box h2 {
    font-size: 38px;
  }
  .cta-box form {
    margin-top: 30px;
    padding: 22px 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding-bottom: 35px;
  }
  .footer-grid p {
    grid-column: 2;
  }
  .footer-bottom {
    display: block;
    line-height: 1.8;
  }
  .footer-bottom span {
    display: block;
  }
  .footer-bottom span + span {
    margin-top: 8px;
  }
  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    padding: 11px 15px;
  }
  .whatsapp-float span {
    display: none;
  }
}
/* New Alpha sections */
.who {
  background: var(--paper);
}
.who-grid,
.security-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 8%;
  align-items: center;
}
.who-photo {
  position: relative;
}
.who-photo img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 6px 170px 6px 6px;
}
.photo-stamp {
  position: absolute;
  bottom: 26px;
  left: -18px;
  background: var(--yellow);
  padding: 17px 22px;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 1px;
}
.photo-stamp b {
  color: var(--coral);
}
.who-copy h2,
.security h2,
.institution-wrap h2,
.team h2 {
  font: 600 46px/1.08 "Space Grotesk";
  letter-spacing: -2px;
  margin: 22px 0;
}
.who-copy h2 span,
.security h2 span,
.institution-wrap h2 span {
  color: var(--coral);
}
.who-copy > p,
.security-grid > div > p,
.institution-wrap p {
  color: #707c8e;
  font-size: 15px;
  line-height: 1.7;
  max-width: 510px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
}
.check-list li {
  font-size: 13px;
  font-weight: 600;
  margin: 14px 0;
}
.check-list li:before {
  content: "✓";
  color: var(--coral);
  font-weight: bold;
  margin-right: 11px;
}
.security {
  background: #edf0f3;
}
.recognition {
  background: var(--ink);
  color: #fff;
  padding: 37px 42px;
  position: relative;
}
.recognition-icon {
  width: 40px;
  height: 40px;
  background: var(--yellow);
  color: var(--ink);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 20px;
}
.recognition h3 {
  font: 600 25px "Space Grotesk";
  margin: 24px 0 13px;
}
.recognition p {
  font-size: 13px;
  color: #b9c4d4;
  line-height: 1.7;
}
.seal-row {
  border-top: 1px solid #405371;
  margin-top: 24px;
  padding-top: 19px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.seal-row span {
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #7888a1;
  padding: 8px 9px;
}
.seal-row small {
  color: #8d9cb0;
  font-size: 10px;
  width: 100%;
}
.benefits {
  background: var(--cream);
}
.benefit-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d8dadd;
  margin-top: 60px;
}
.benefit-cards article {
  background: var(--cream);
  min-height: 275px;
  padding: 27px 23px;
}
.benefit-cards article:nth-child(2) {
  background: #fff;
}
.benefit-cards b {
  font-size: 11px;
  color: var(--coral);
}
.big-icon {
  display: block;
  color: var(--coral);
  font-size: 35px;
  margin: 34px 0 20px;
}
.benefit-cards h3 {
  font: 600 18px "Space Grotesk";
  margin: 0 0 10px;
}
.benefit-cards p {
  font-size: 12px;
  color: #778294;
  line-height: 1.6;
  margin: 0;
}
.graduates {
  background: var(--blue);
  color: #fff;
  padding: 90px 0;
}
.graduates-head,
.team-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.graduates h2 {
  font: 600 44px/1.08 "Space Grotesk";
  letter-spacing: -2px;
  margin: 22px 0 0;
}
.graduates h2 i {
  font-style: normal;
  color: var(--yellow);
}
.slider-controls {
  display: flex;
  gap: 9px;
}
.slider-controls button {
  border: 1px solid #91a0b7;
  background: transparent;
  color: #fff;
  width: 43px;
  height: 38px;
  font-size: 18px;
  cursor: pointer;
}
.slider-controls button:hover {
  background: var(--coral);
  border-color: var(--coral);
}
.graduate-carousel,
.team-carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  margin-top: 48px;
}
.graduate-card {
  background: #fff;
  color: var(--ink);
  min-width: calc(50% - 10px);
  display: flex;
}
.graduate-carousel {
  scroll-behavior: auto;
}
.graduate-card img {
  width: 42%;
  min-height: 280px;
  object-fit: cover;
}
.graduate-card > div {
  padding: 27px;
}
.graduate-card > div > span {
  color: var(--coral);
  font-size: 12px;
}
.graduate-card h3 {
  font: 600 20px/1.2 "Space Grotesk";
  margin: 22px 0 12px;
}
.graduate-card p {
  font-size: 12px;
  color: #778294;
  line-height: 1.55;
}
.graduate-card strong {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}
.graduate-card strong small {
  display: block;
  color: #a1a9b5;
  font-weight: 400;
  margin-top: 3px;
}
.price em {
  display: block;
  font-style: normal;
  color: #aebacd;
  font-size: 11px;
  margin-top: 4px;
}
.featured .price em {
  color: #ffe3dd;
}
.plans {
  grid-template-columns: repeat(3, 1fr);
}
.reviews {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}
.reviews::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(66, 133, 244, 0.07);
  pointer-events: none;
}
.reviews .container {
  position: relative;
  z-index: 1;
}
.reviews .section-heading h2 {
  max-width: 610px;
}
.google-score {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-top: 27px;
  padding: 14px 18px;
  border: 1px solid #e1e7f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 21, 47, 0.07);
}
.google-score strong {
  font: 700 32px/1 "Space Grotesk";
  color: var(--ink);
}
.google-score span {
  color: #f5b942;
  letter-spacing: 2px;
}
.google-score small {
  grid-column: 1/-1;
  color: #9099a5;
  font-size: 10px;
}
.google-verified-label {
  grid-column: 1/-1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #4285f4;
  font-size: 10px;
  font-weight: 600;
}
.google-score small {
  margin-top: 2px;
}
.google-verified-label b {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4285f4;
  color: #fff;
  font: bold 11px Georgia;
}
.review-grid {
  display: flex;
  gap: 17px;
  margin-top: 48px;
  overflow: hidden;
  scrollbar-width: none;
}
.review-grid::-webkit-scrollbar {
  display: none;
}
.review-grid article {
  flex: 0 0 calc((100% - 34px) / 3);
  position: relative;
  min-height: 180px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid #e1e7f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 21, 47, 0.07);
}
.review-grid article::before {
  content: "“";
  position: absolute;
  top: 12px;
  right: 22px;
  color: rgba(66, 133, 244, 0.14);
  font: 800 64px/1 Georgia, serif;
}
.review-head {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  font-size: 12px;
}
.google-g {
  color: #4285f4;
  border: 1px solid #dfe4ed;
  border-radius: 50%;
  font: bold 16px Georgia;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.review-avatar {
  object-fit: cover;
}
.avatar-initial {
  background: #a77f70;
  color: #fff;
  border: 0;
}
.review-head .stars {
  margin-left: auto;
  color: #f5b942;
  font-size: 12px;
}
.review-head .stars::after {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  border-radius: 50%;
  background: #4285f4;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  vertical-align: 1px;
}
.review-grid p {
  position: relative;
  z-index: 1;
  margin-top: 23px;
  font-size: 13px;
  color: #707c8e;
  line-height: 1.65;
  margin-bottom: 0;
}
.institutions {
  background: var(--cream);
  padding: 75px 0;
}
.institution-wrap {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
}
.institution-wrap h2 {
  font-size: 37px;
}
.institution-wrap p {
  max-width: 420px;
}
.institution-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.institution-logos div {
  background: #fff;
  padding: 27px 15px;
  text-align: center;
  border: 1px solid var(--line);
}
.institution-logos strong {
  font: 700 22px "Space Grotesk";
  color: var(--blue);
  display: block;
}
.institution-logos small {
  display: block;
  color: #8993a2;
  font-size: 9px;
  line-height: 1.4;
  margin-top: 8px;
}
.institution-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid #297d55;
  border-radius: 999px;
  color: #147a42;
  background: #effaf3;
  font: 700 8px/1 "Poppins", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.team {
  background: #fff;
}
.team h2 {
  font-size: 42px;
}
.team-carousel {
  gap: 15px;
}
.team-card {
  min-width: calc(33.33% - 10px);
}
.team-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  object-fit: cover;
  filter: none;
  image-rendering: auto;
}
.team-card h3 {
  font: 600 18px "Space Grotesk";
  margin: 15px 0 3px;
}
.team-card p {
  font-size: 11px;
  color: #9099a6;
  margin: 0;
}
.team-card a {
  display: block;
  color: var(--coral);
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
}
.consultant-modal {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 15, 37, 0.72);
}
.consultant-modal[hidden] {
  display: none;
}
.consultant-modal-card {
  position: relative;
  width: min(92vw, 560px);
  max-height: 92vh;
  overflow-y: auto;
  padding: 18px 24px 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(4, 18, 47, 0.35);
}
.consultant-modal-close {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(8, 21, 47, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.consultant-video-wrap {
  position: relative;
  min-height: 240px;
  margin: -18px -24px 24px;
  background: #08152f;
}
.consultant-video {
  display: block;
  width: 100%;
  max-height: 430px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.consultant-video-frame {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.consultant-video-fallback {
  position: absolute;
  inset: 50% 24px auto;
  margin: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.consultant-modal-card h2 {
  margin: 8px 0 4px;
  font: 800 28px/1.1 "Raleway", sans-serif;
  color: var(--ink);
}
.consultant-modal-card h2 span {
  color: var(--coral);
}
.consultant-role {
  margin: 0 0 22px;
  color: #62718a;
  font-size: 13px;
}
.consultant-save-note {
  margin: 0 0 18px;
  padding: 11px 13px;
  border-left: 3px solid #f5b942;
  border-radius: 5px;
  background: #fff8df;
  color: #6d5a22;
  font: 11px/1.5 "Poppins", sans-serif;
}
.consultant-save-note strong {
  color: #4f4117;
}
.consultant-whatsapp {
  display: inline-flex;
}
.cta-box h2 span {
  color: var(--coral);
}
.cta-box select {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 11px 0 9px;
  outline: 0;
  color: var(--ink);
  font-size: 13px;
  background: #fff;
  width: 100%;
}
.footer-grid {
  grid-template-columns: 1.3fr 1.5fr 1.8fr 1.2fr 1fr;
}
.footer-grid p {
  color: #9aa8ba;
}
.footer-grid div span {
  font-size: 11px;
  color: #718096;
  margin-top: 4px;
}
@media (max-width: 800px) {
  .graduate-carousel {
    scroll-snap-type: none;
  }
  .who-grid,
  .security-grid,
  .institution-wrap {
    display: block;
  }
  .who-photo img {
    height: 390px;
  }
  .who-copy {
    margin-top: 55px;
  }
  .who-copy h2,
  .security h2,
  .institution-wrap h2,
  .team h2 {
    font-size: 36px;
  }
  .recognition {
    margin-top: 40px;
    padding: 28px 23px;
  }
  .benefit-cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  .benefit-cards article {
    min-height: 245px;
  }
  .graduates {
    padding: 72px 0;
  }
  .graduates-head,
  .team-head {
    align-items: start;
  }
  .graduates h2 {
    font-size: 36px;
  }
  .slider-controls {
    margin-top: 15px;
  }
  .graduate-carousel,
  .team-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .graduate-card {
    min-width: 92%;
    scroll-snap-align: start;
    display: block;
  }
  .graduate-card img {
    width: 100%;
    height: 190px;
    min-height: 0;
  }
  .graduate-card > div {
    padding: 22px;
  }
  .plans {
    grid-template-columns: 1fr;
  }
  .review-grid {
    gap: 12px;
  }
  .review-grid article {
    flex-basis: 100%;
  }
  .institution-logos {
    margin-top: 35px;
    gap: 7px;
  }
  .institution-logos div {
    padding: 20px 8px;
  }
  .team-card {
    min-width: 78%;
    scroll-snap-align: start;
  }
  .team-card img {
    height: 260px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid div:last-child {
    grid-column: 1/-1;
  }
  .cta-box form select {
    font-size: 12px;
  }
}

/* Palette and type from the original Instituicao Alpha website. */
:root {
  --ink: #08152f;
  --blue: #0d275f;
  --cream: #f4f8ff;
  --paper: #fff;
  --coral: #224ea3;
  --yellow: #8fc0ff;
  --line: rgba(22, 63, 140, 0.12);
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(
      circle at top left,
      rgba(34, 78, 163, 0.12),
      transparent 27%
    ),
    var(--cream);
}
.hero h1,
.who-copy h2,
.security h2,
.institution-wrap h2,
.team h2,
.graduates h2,
.plans-heading h2,
.section-heading h2,
.faq-grid h2,
.cta-box h2,
.benefit-cards h3,
.plan-card h3,
.graduate-card h3,
.recognition h3,
.team-card h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
.brand {
  width: auto;
  text-transform: none;
  letter-spacing: 0;
}
.brand > span:not(.brand-mark) {
  display: none;
}
.brand-logo {
  width: 66px;
  height: 66px;
}
.footer-brand .brand-logo {
  width: 72px;
  height: 72px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}
.site-header {
  height: 92px;
  position: sticky;
  top: 0;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid var(--line);
}
.desktop-nav {
  gap: 4px;
  margin-right: 0;
}
.desktop-nav a {
  padding: 12px 16px;
  border-radius: 999px;
}
.desktop-nav a:hover {
  color: var(--coral);
  background: rgba(34, 78, 163, 0.08);
}
.hero {
  background: linear-gradient(135deg, #f4f8ff 0%, #eaf2ff 100%);
}
.sun-shape {
  background: rgba(34, 78, 163, 0.16);
}
.student-photo {
  box-shadow: 10px 14px 0 var(--coral);
}
.button-primary {
  background: linear-gradient(135deg, var(--coral), var(--blue));
}
.button-primary:hover {
  background: var(--blue);
}
.button-accent,
.photo-stamp,
.popular {
  background: var(--yellow);
  color: var(--ink);
}
.section-kicker,
.eyebrow,
.text-link:hover,
.who-copy h2 span,
.security h2 span,
.institution-wrap h2 span,
.team-card a {
  color: var(--coral);
}
.pulse {
  background: var(--coral);
  box-shadow: 0 0 0 5px #dfeaff;
}
.recognition {
  border-top-color: var(--yellow);
}
.graduates {
  background: linear-gradient(160deg, #061b44, #0f2f72);
}
.plan-card.featured {
  background: linear-gradient(135deg, var(--coral), var(--blue));
  outline-color: var(--yellow);
}
.plan-card.featured .popular {
  background: var(--yellow);
  color: var(--ink);
}
.plan-card li:before,
.featured li:before {
  color: var(--yellow);
}
.institution-logos strong {
  color: var(--coral);
}
.google-score span,
.review-head .stars,
.graduate-card > div > span {
  color: #f3b629;
}
.whatsapp-float {
  background: linear-gradient(135deg, #19b85b, #0f8d43);
}
.cta-box {
  background: linear-gradient(135deg, #fff, #eef4ff);
}
.cta-box h2 span {
  color: var(--coral);
}
.footer-grid strong {
  color: #8fc0ff;
}
@media (max-width: 800px) {
  .site-header {
    height: 76px;
  }
  .brand-logo {
    width: 58px;
    height: 58px;
  }
  .mobile-nav {
    top: 76px;
  }
  .hero h1 {
    font-family: "Raleway", sans-serif;
  }
  .footer-brand .brand-logo {
    width: 62px;
    height: 62px;
  }
}

/* Brand alignment: colors and proportions are derived from logo.png. */
:root {
  --ink: #071c3d;
  --blue: #102d5b;
  --cream: #f3f5f8;
  --paper: #ffffff;
  --coral: #b18b2f;
  --yellow: #d5b557;
  --line: #d9dfe8;
}
.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.footer-brand .brand-logo {
  width: 52px;
  height: 52px;
}
.brand-mark {
  display: none;
}
.brand {
  gap: 8px;
  color: var(--ink);
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.brand small {
  color: var(--coral);
  font-size: 9px;
  letter-spacing: 3px;
}
.site-header {
  border-bottom: 1px solid #e9edf2;
}
.hero {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9eef5 100%);
}
.sun-shape {
  background: rgba(213, 181, 87, 0.62);
}
.student-photo {
  box-shadow: 10px 14px 0 var(--blue);
}
.button-primary,
.featured {
  background: var(--blue);
}
.button-primary:hover {
  background: #17417e;
}
.button-accent,
.photo-stamp,
.popular {
  background: var(--yellow);
}
.eyebrow,
.section-kicker,
.text-link:hover,
.who-copy h2 span,
.security h2 span,
.institution-wrap h2 span,
.team-card a {
  color: var(--coral);
}
.recognition-icon {
  background: var(--yellow);
}
.graduates {
  background: var(--blue);
}
.featured .plan-label,
.featured > p,
.featured .price small,
.featured .price em {
  color: #eef2f8;
}
.featured .price {
  border-color: #58749f;
}
.featured li:before {
  color: var(--yellow);
}
.plan-card.featured {
  background: var(--blue);
  outline: 2px solid var(--yellow);
  outline-offset: -8px;
}
.plan-card.featured .popular {
  background: var(--yellow);
  color: var(--ink);
}
.social strong,
.footer-grid strong {
  color: var(--yellow);
}
.cta-box {
  background: #e8edf4;
}
.cta-box h2 span {
  color: var(--coral);
}
.whatsapp-float {
  background: #17633f;
}
.recognition {
  border-top: 4px solid var(--yellow);
}
.institution-logos strong {
  color: var(--blue);
}


/* Brand overrides consolidated from brand.css */
.loader-open {
  overflow: hidden;
}
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #ffffff;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.loader-logo {
  position: absolute;
  z-index: 1;
  top: clamp(24px, 12vh, 120px);
  left: 50%;
  width: clamp(100px, 12vw, 180px);
  height: auto;
  border-radius: 0;
  filter: brightness(1.04) contrast(1.02);
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .loader-logo {
    top: 14vh;
    width: 158px;
  }
}
.hero-grid {
  overflow: hidden;
}
.mec-badge {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, 0.86);
  color: #68748a;
  border: 1px solid rgba(8, 21, 47, 0.16);
  border-radius: 5px;
  box-shadow: 0 5px 14px rgba(8, 21, 47, 0.1);
  font: 600 10px "Poppins";
  padding: 7px 13px 7px 8px;
  backdrop-filter: blur(4px);
}
.mec-badge span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 3px;
  background: var(--yellow);
  color: var(--blue);
  font-size: 12px;
  vertical-align: middle;
}
.badge-one {
  left: 2%;
  top: 260px;
  transform: rotate(-2deg);
}
.badge-two {
  right: -2%;
  top: 385px;
  transform: rotate(3deg);
}
.hero-visual .sun-shape {
  background: rgba(34, 78, 163, 0.07);
}
@media (max-width: 800px) {
  .mec-badge {
    font-size: 8px;
    padding: 5px 8px 5px 6px;
  }
  .badge-one {
    left: -3px;
    top: 110px;
  }
  .badge-two {
    right: -3px;
    top: 275px;
  }
}
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-copy.reveal-item {
  transform: translateX(-24px);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .hero-copy.reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
main section[id],
footer,
#cadastro {
  scroll-margin-top: 110px;
}
:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid #e0a900;
  outline-offset: 3px;
}
.slider-controls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.section-kicker.light,
.section-kicker.light span {
  color: #b8d7ff;
}
.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--blue);
  font-size: 12px;
}
.form-status.is-success {
  color: #147a42;
}
.form-status.is-error {
  color: #b42318;
}
.field-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-submit-frame {
  display: none;
}
.lead-capture-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}
.hero {
  min-height: 690px;
  position: relative;
  isolation: isolate;
  background: #fff;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -5px;
  background-image:
    linear-gradient(rgba(13, 39, 95, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 39, 95, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  filter: blur(0.7px);
}
.hero-grid {
  min-height: 610px;
  grid-template-columns: 51% 49%;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 50px 0 35px;
}
.full-lead-form label {
  min-width: 0;
  color: #59677c;
  font-size: 10px;
  font-weight: 700;
}
.full-lead-form > small {
  color: #5f6f86;
  font-size: 10px;
  line-height: 1.5;
}
.full-lead-form > small a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-logo {
  width: 165px;
  height: 165px;
  object-fit: contain;
  margin-bottom: 16px;
}
.hero .eyebrow {
  font-size: 10px;
  color: var(--coral);
  text-transform: uppercase;
}
.hero .eyebrow {
  display: flex;
  width: max-content;
  margin-left: 0;
  padding: 9px 14px 9px 11px;
  border-radius: 999px;
  background: #dfeaff;
  border: 1px solid rgba(34, 78, 163, 0.14);
  box-shadow: 0 5px 14px rgba(34, 78, 163, 0.08);
}
.security-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: start;
}
.security-copy {
  max-width: 100%;
}
.security-copy > .section-kicker {
  font-size: 13px;
  letter-spacing: 2.4px;
  margin-bottom: 28px;
}
.security-copy > .section-kicker span {
  font-size: 11px;
}
.comparison-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}
.security-form-wrap {
  position: sticky;
  top: 118px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(34, 78, 163, 0.13);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(8, 21, 47, 0.09);
}
.flow-close {
  display: none;
}
.flow-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 20px;
  color: #62718a;
  font-size: 11px;
}
.flow-progress-bar {
  flex: 1;
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #e5eaf2;
}
.flow-progress-bar i {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--coral);
  transition: width 0.25s ease;
}
.flow-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.flow-back {
  border: 0;
  padding: 10px 0;
  background: transparent;
  color: #62718a;
  cursor: pointer;
}
.flow-back[hidden],
.flow-next[hidden],
.lead-capture-form > button[type="submit"][hidden] {
  display: none;
}
.flow-navigation .flow-next {
  margin-left: auto;
}
.security-form-wrap.is-modal {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: min(92vw, 520px);
  max-height: 90vh;
  overflow-y: auto;
  margin: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 80px rgba(4, 18, 47, 0.35);
}
body.flow-open {
  overflow: hidden;
}
body.flow-open::before {
  content: "";
  position: fixed;
  z-index: 19;
  inset: 0;
  background: rgba(3, 15, 37, 0.68);
}
.security-form-wrap.is-modal .flow-close {
  display: block;
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 22px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(34, 78, 163, 0.25);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.full-form-grid > label[hidden] {
  display: none;
}
.security-form-intro > span {
  color: var(--coral);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.security-form-intro h3 {
  margin: 9px 0 8px;
  color: var(--ink);
  font:
    800 28px/1.1 "Raleway",
    sans-serif;
  letter-spacing: -0.8px;
}

.security-form-intro p {
  margin: 0 0 22px;
  color: #62718a;
  font-size: 12px;
  line-height: 1.55;
}
.security-form-wrap .full-lead-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.security-form-wrap .full-form-grid {
  grid-template-columns: 1fr;
  gap: 13px;
}
.security-form-wrap .full-form-grid .field-wide {
  grid-column: auto;
}
.security-form-wrap .full-lead-form input,
.security-form-wrap .full-lead-form select {
  padding: 11px;
}
.comparison-card {
  min-height: 340px;
  padding: 42px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(8, 21, 47, 0.06);
}
.comparison-alpha {
  position: relative;
  color: #fff;
  background: var(--blue);
  border: 1px solid #6f9fe9;
  box-shadow:
    0 18px 45px rgba(8, 21, 47, 0.18),
    0 0 0 4px rgba(111, 159, 233, 0.1);
  animation: comparison-float 4s ease-in-out infinite;
}
.comparison-alpha::before {
  display: none;
}
@keyframes comparison-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .comparison-alpha {
    animation: none;
  }
}
.comparison-tag {
  display: inline-block;
  border: 1px solid #c5cedc;
  border-radius: 999px;
  padding: 7px 11px;
  color: #748197;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
}
.comparison-alpha .comparison-tag {
  color: #7fe39e;
  border-color: #297d55;
}
.comparison-card h3 {
  font: 700 27px/1.15 "Raleway";
  max-width: 440px;
  margin: 38px 0 26px;
}
.comparison-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #6e7d94;
  font-size: 12px;
  line-height: 1.5;
}
.comparison-card li {
  margin: 12px 0;
}
.comparison-card li:before {
  content: "•";
  margin-right: 10px;
  color: #aab5c5;
}
.team .slider-controls button {
  color: var(--blue);
  border-color: var(--blue);
  background: #fff;
}
.team .slider-controls button:hover,
.team .slider-controls button:focus-visible {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.plans {
  gap: 22px;
  align-items: stretch;
}
.cta-box {
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.45fr);
  gap: 4%;
  align-items: start;
}
.cta-box .full-lead-form {
  position: relative;
  padding: 30px;
  gap: 16px;
  border: 1px solid rgba(34, 78, 163, 0.1);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(8, 21, 47, 0.08);
}
.full-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.full-form-grid label {
  display: block;
}
.full-form-grid input,
.full-form-grid select {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: 7px;
  padding: 12px;
  color: var(--ink);
  background: #f8faff;
  border: 1px solid #d7dfeb;
  border-radius: 5px;
  outline: 0;
  font:
    500 12px "Poppins",
    sans-serif;
}
.full-form-grid input:focus,
.full-form-grid select:focus {
  background: #fff;
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(34, 78, 163, 0.1);
}
.full-form-grid .field-wide {
  grid-column: 1 / -1;
}
.full-lead-form > .button {
  width: 100%;
}
.plan-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 38px 35px;
  border: 1px solid rgba(143, 192, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.plan-card .button {
  margin-top: auto;
}
.plan-card.featured {
  transform: translateY(-12px) scale(1.02);
  border: 1px solid #8fc0ff;
  box-shadow:
    0 26px 55px rgba(0, 0, 0, 0.28),
    0 0 0 5px rgba(143, 192, 255, 0.08);
}
.plan-card.featured:after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(143, 192, 255, 0.35);
  border-radius: 5px;
  pointer-events: none;
}
.plan-card.featured .button-accent {
  box-shadow: 0 9px 24px rgba(143, 192, 255, 0.28);
}
.comparison-alpha ul {
  color: #d8e3f2;
}
.comparison-alpha li:before {
  color: #50dc86;
}
.comparison-lines {
  position: absolute;
  width: 250px;
  height: 40px;
  bottom: -13px;
  left: -10px;
  background: repeating-linear-gradient(
    -8deg,
    transparent 0 12px,
    rgba(34, 78, 163, 0.11) 13px 14px
  );
  transform: rotate(-2deg);
}
.comparison-dots {
  position: absolute;
  right: 30px;
  bottom: 37px;
  display: flex;
  gap: 16px;
}
.comparison-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #50dc86;
  box-shadow: 0 0 0 5px rgba(80, 220, 134, 0.08);
}
.seal-row .seal-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
}
.seal-row .seal-image img {
  display: block;
  width: auto;
  max-width: 185px;
  max-height: 40px;
  object-fit: contain;
}
.hero h1 {
  max-width: 660px;
  font-size: clamp(44px, 5.3vw, 70px);
  line-height: 1.04;
  letter-spacing: -2.5px;
  text-transform: none;
}
.hero h1 em {
  color: var(--blue);
}
.hero-lead {
  max-width: 520px;
  font-size: 16px;
  color: #263b62;
}
.hero-actions {
  margin-top: 28px;
}
.hero-whatsapp {
  border-radius: 999px;
  background: linear-gradient(135deg, #19b85b, #0f8d43);
  min-width: 300px;
}
.hero-whatsapp:hover {
  background: #0f8d43;
}
.review-stars {
  color: #f1ad32;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 1;
}
.hero .proof-row {
  margin-top: 38px;
}
.hero-visual {
  height: 610px;
}
.hero-visual .sun-shape {
  width: 520px;
  height: 520px;
  right: 0;
  top: 45px;
  background: rgba(34, 78, 163, 0.09);
}
.hero-visual .dot-grid,
.hero-visual .vertical-label {
  display: none;
}
.hero-visual .student-photo {
  width: 520px;
  height: 650px;
  right: -20px;
  top: -5px;
  border: 0;
  border-radius: 230px 230px 0 0;
  box-shadow: none;
  mix-blend-mode: multiply;
}
.hero-visual .student-photo {
  overflow: visible;
  mix-blend-mode: normal;
}
.hero-visual .student-photo img {
  object-fit: cover;
  object-position: center top;
}
.hero-visual .card-top {
  left: -30px;
  top: 220px;
}
.hero-visual .card-bottom {
  right: 0;
  bottom: 40px;
}
.hero-visual .vertical-label {
  right: -20px;
}
.hero-bottom {
  display: none;
}
@media (max-width: 800px) {
  .hero {
    min-height: 0;
  }
  .hero:before {
    background-size: 34px 34px;
  }
  .hero-grid {
    min-height: 0;
  }
  .hero-copy {
    padding-top: 42px;
  }
  .hero-logo {
    width: 105px;
    height: 105px;
    margin-bottom: 10px;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -1.8px;
  }
  .hero-visual {
    height: 400px;
  }
  .hero-visual .sun-shape {
    width: 350px;
    height: 350px;
    top: 35px;
    right: -70px;
  }
  .hero-visual .student-photo {
    width: 88%;
    height: 430px;
    right: 2%;
    top: 0;
  }
  .hero-visual .card-top {
    left: 0;
    top: 85px;
  }
  .hero-visual .card-bottom {
    right: 0;
    bottom: 8px;
  }
  .hero-whatsapp {
    min-width: 270px;
  }
  .review-stars {
    font-size: 21px;
  }
}
@media (max-width: 800px) {
  .seal-row {
    gap: 8px;
  }
  .seal-row .seal-image {
    max-width: 48%;
    padding: 5px;
  }
  .seal-row .seal-image img {
    max-width: 100%;
    max-height: 34px;
  }
}
@media (max-width: 800px) {
  .comparison-row {
    grid-template-columns: 1fr 55px 78px;
    font-size: 10px;
  }
  .comparison-head {
    font-size: 8px;
  }
}
@media (max-width: 800px) {
  .comparison-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .comparison-card {
    min-height: 280px;
    padding: 27px;
  }
  .comparison-card h3 {
    font-size: 22px;
    margin-top: 29px;
  }
  .comparison-alpha {
    padding-bottom: 62px;
  }
  .comparison-dots {
    right: 22px;
    bottom: 18px;
    gap: 12px;
  }
}
@media (max-width: 800px) {
  .plan-card {
    padding: 30px 23px;
  }
  .plan-card.featured {
    transform: none;
  }
  .plans {
    gap: 14px;
  }
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
}
@media (max-width: 1100px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-grid {
    grid-template-columns: 50% 50%;
  }
  .hero-visual .student-photo {
    width: 470px;
    right: -35px;
  }
  .desktop-nav {
    gap: 0;
  }
  .desktop-nav a {
    padding-left: 11px;
    padding-right: 11px;
  }
  .plans-heading {
    gap: 30px;
  }
  .plan-card {
    padding-left: 26px;
    padding-right: 26px;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1.4fr 1.7fr 1.1fr 1fr;
    gap: 18px;
  }
}
@media (max-width: 800px) {
  .container {
    width: 100%;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header {
    height: 76px;
  }
  .nav-wrap {
    min-height: 76px;
  }
  .hero {
    min-height: 0;
  }
  .hero-grid {
    display: block;
    min-height: 0;
    padding-top: 0;
  }
  .hero-copy,
  .hero-copy.reveal-item {
    padding: 42px 24px 20px 14px;
    transform: none;
  }
  .hero-logo {
    width: 100px;
    height: 100px;
  }
  .hero h1 {
    max-width: 620px;
    margin: 20px 0 18px;
  }
  .hero-lead {
    max-width: 530px;
  }
  .hero-visual {
    width: 100%;
    height: 430px;
    margin-top: 4px;
  }
  .hero-visual .student-photo {
    width: min(90%, 460px);
    height: 430px;
    right: 1%;
    top: 0;
  }
  .hero-visual .sun-shape {
    right: -70px;
  }
  .hero-visual .card-top {
    left: 0;
    top: 92px;
  }
  .hero-visual .card-bottom {
    right: 0;
    bottom: 9px;
  }
  .who-grid,
  .security-grid,
  .institution-wrap {
    display: block;
  }
  .who-photo img {
    height: 390px;
  }
  .who-copy,
  .recognition {
    margin-top: 50px;
  }
  .security-grid > div:first-child {
    max-width: 100%;
  }
  .security-form-wrap {
    position: static;
    margin-top: 42px;
  }
  .comparison-cards {
    grid-template-columns: 1fr;
  }
  .comparison-card {
    min-height: 280px;
  }
  .benefit-cards {
    grid-template-columns: 1fr 1fr;
  }
  .plans-heading {
    display: block;
  }
  .plans-heading p {
    margin-top: 18px;
  }
  .plans {
    grid-template-columns: 1fr;
  }
  .plan-card.featured {
    transform: none;
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
  .institution-logos {
    margin-top: 34px;
  }
  .faq-grid {
    display: block;
  }
  .faq-list {
    margin-top: 48px;
  }
  .team-card {
    min-width: 78%;
  }
  .cta-box {
    display: block;
    padding: 42px 20px;
  }
  .cta-box form {
    margin-top: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-grid > p {
    margin: 0;
  }
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
  .hero,
  main,
  footer {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
@media (max-width: 560px) {
  .desktop-nav,
  .nav-wrap > .button {
    display: none;
  }
  .hero-copy {
    padding-top: 30px;
  }
  .hero-logo {
    display: none;
  }
  .hero .eyebrow {
    max-width: 100%;
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(32px, 9.5vw, 38px);
    line-height: 1.06;
    letter-spacing: -1.1px;
    overflow-wrap: normal;
  }
  .hero-lead {
    font-size: 14px;
    line-height: 1.55;
  }
  .hero-actions {
    gap: 17px;
  }
  .full-form-grid {
    grid-template-columns: 1fr;
  }
  .full-form-grid .field-wide {
    grid-column: auto;
  }
  .hero-whatsapp {
    width: 100%;
    min-width: 0;
  }
  .hero-visual {
    height: 390px;
  }
  .hero-visual .student-photo {
    width: 95%;
    height: 395px;
    right: -2%;
  }
  .hero-visual .card-top {
    top: 72px;
  }
  .hero-visual .card-bottom {
    bottom: 2px;
  }
  .floating-card {
    padding: 11px 12px;
  }
  .floating-card small {
    font-size: 9px;
  }
  .section,
  .faq-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .who-photo img {
    height: 330px;
    border-radius: 5px 110px 5px 5px;
  }
  .photo-stamp {
    left: 0;
    bottom: 18px;
  }
  .who-copy h2,
  .security h2,
  .institution-wrap h2,
  .team h2 {
    font-size: 33px;
    letter-spacing: -1.2px;
  }
  .security-grid > div:first-child > .section-kicker {
    font-size: 11px;
    letter-spacing: 1.7px;
  }
  .comparison-card {
    padding: 24px;
    min-height: 250px;
  }
  .comparison-card h3 {
    font-size: 21px;
    margin-top: 26px;
  }
  .benefit-cards {
    grid-template-columns: 1fr;
  }
  .benefit-cards article {
    min-height: 210px;
  }
  .graduates-head,
  .team-head {
    display: block;
  }
  .graduates h2 {
    font-size: 35px;
  }
  .slider-controls {
    margin-top: 20px;
  }
  .graduate-card {
    min-width: 94%;
  }
  .graduate-card h3 {
    font-size: 19px;
  }
  .plans-heading h2 {
    font-size: 37px;
  }
  .plan-card {
    padding: 29px 22px;
  }
  .price strong {
    font-size: 25px;
  }
  .institution-logos {
    grid-template-columns: 1fr;
  }
  .institution-logos div {
    min-height: 92px;
  }
  .institution-logos img {
    max-height: 62px;
  }
  .faq-list {
    margin-top: 38px;
  }
  summary {
    gap: 18px;
    font-size: 14px;
    line-height: 1.35;
  }
  .team-card {
    min-width: calc(50% - 6px);
  }
  .team-card img {
    height: 190px;
    aspect-ratio: auto;
    object-position: center top;
  }
  .team-head {
    display: block;
    text-align: center;
  }
  .team-head .slider-controls {
    display: none;
  }
  .team-carousel {
    gap: 12px;
    margin-top: 30px;
  }
  .team-card h3 {
    margin-top: 12px;
    font-size: 15px;
  }
  .team-card p,
  .team-card a {
    font-size: 10px;
  }
  .cta-box h2 {
    font-size: 35px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-grid > p {
    margin-top: -15px;
  }
}
@media (max-width: 400px) {
  .hero-copy {
    padding-left: 10px;
    padding-right: 18px;
  }
  .hero h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.6px;
    padding-right: 10px;
  }
  .hero-lead {
    font-size: 13px;
  }
  .hero-actions {
    width: 100%;
  }
  .hero-whatsapp {
    width: 100%;
  }
}

:root {
  --ink: #08152f;
  --blue: #0d275f;
  --cream: #f4f8ff;
  --paper: #ffffff;
  --coral: #224ea3;
  --yellow: #8fc0ff;
  --line: rgba(22, 63, 140, 0.12);
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(
      circle at top left,
      rgba(34, 78, 163, 0.12),
      transparent 27%
    ),
    var(--cream);
}
.menu-toggle {
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.menu-toggle[aria-expanded="true"] i:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] i:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.menu-toggle i {
  transition: transform 0.2s ease;
}
.mobile-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.hero h1,
.who-copy h2,
.security h2,
.institution-wrap h2,
.team h2,
.graduates h2,
.plans-heading h2,
.section-heading h2,
.faq-grid h2,
.cta-box h2,
.benefit-cards h3,
.plan-card h3,
.graduate-card h3,
.recognition h3,
.team-card h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
.site-header {
  height: 92px;
  position: sticky;
  top: 0;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid var(--line);
}
.brand {
  width: auto;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0;
}
.brand > span:not(.brand-mark) {
  display: none;
}
.brand-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
.footer-brand .brand-logo {
  width: 72px;
  height: 72px;
}
.desktop-nav {
  gap: 4px;
  margin-right: 0;
}
.desktop-nav a {
  padding: 12px 16px;
  border-radius: 999px;
}
.desktop-nav a:hover {
  color: var(--coral);
  background: rgba(34, 78, 163, 0.08);
}
.hero {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(13, 39, 95, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 39, 95, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
}
.sun-shape {
  background: rgba(34, 78, 163, 0.16);
}
.student-photo {
  box-shadow: 10px 14px 0 var(--coral);
}
.button-primary {
  background: linear-gradient(135deg, var(--coral), var(--blue));
}
.button-primary:hover {
  background: var(--blue);
}
.button-accent,
.photo-stamp,
.popular {
  background: var(--yellow);
  color: var(--ink);
}
.section-kicker,
.eyebrow,
.text-link:hover,
.who-copy h2 span,
.security h2 span,
.institution-wrap h2 span,
.faq-grid h2 span,
.team-card a {
  color: var(--coral);
}
.pulse {
  background: var(--coral);
  box-shadow: 0 0 0 5px #dfeaff;
}
.recognition {
  border-top-color: var(--yellow);
}
.graduates {
  background: linear-gradient(160deg, #061b44, #0f2f72);
}
.plan-card.featured {
  background: linear-gradient(135deg, var(--coral), var(--blue));
  outline-color: var(--yellow);
}
.plan-card.featured .popular {
  background: var(--yellow);
  color: var(--ink);
}
.plan-card li:before,
.featured li:before {
  color: var(--yellow);
}
.institution-logos strong {
  color: var(--coral);
}
.institution-logos div {
  min-height: 116px;
  display: grid;
  place-items: center;
}
.institution-logos img {
  width: 100%;
  max-width: 190px;
  max-height: 76px;
  object-fit: contain;
}
.google-score span,
.review-head .stars,
.graduate-card > div > span {
  color: #f3b629;
}
.whatsapp-float {
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(18, 114, 54, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.whatsapp-float:hover {
  background: #1fbd5b;
  box-shadow: 0 14px 32px rgba(18, 114, 54, 0.36);
  transform: translateY(-2px);
}
.whatsapp-float:focus-visible {
  outline-color: #0b6b35;
}
.whatsapp-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.whatsapp-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 800px) {
  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    gap: 0;
  }
  .whatsapp-float > span:not(.whatsapp-icon) {
    display: none;
  }
  .whatsapp-float .whatsapp-icon {
    display: inline-flex;
  }
}
.mobile-offer-banner {
  display: none;
}
@media (max-width: 800px) {
  .whatsapp-float {
    display: none;
  }
  .graduate-carousel,
  .team-carousel {
    scroll-snap-type: none !important;
    scroll-behavior: auto;
  }
  .mobile-offer-banner {
    position: fixed;
    z-index: 15;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 70px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #08152f;
    color: #fff;
    box-shadow: 0 -8px 24px rgba(8, 21, 47, 0.2);
  }
  .mobile-offer-banner div {
    display: grid;
    gap: 3px;
  }
  .mobile-offer-banner strong {
    font: 800 17px/1 "Raleway", sans-serif;
  }
  .mobile-offer-banner small {
    color: #c8d5eb;
    font: 10px/1.2 "Poppins", sans-serif;
  }
  .mobile-offer-cta {
    flex: 0 0 auto;
    padding: 13px 17px;
    border-radius: 999px;
    background: #f8bf18;
    color: #08152f;
    font: 800 12px/1 "Poppins", sans-serif;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(248, 191, 24, 0.3);
    animation: offer-cta-pulse 2.4s ease-in-out infinite;
  }
  .mobile-offer-cta:hover,
  .mobile-offer-cta:focus-visible {
    animation-play-state: paused;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(248, 191, 24, 0.45);
  }
}
@keyframes offer-cta-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 5px 14px rgba(248, 191, 24, 0.3);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 8px 22px rgba(248, 191, 24, 0.52);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-offer-cta {
    animation: none;
  }
}
.cta-box {
  background: linear-gradient(135deg, #fff, #eef4ff);
}
.cta-box h2 span {
  color: var(--coral);
}
.footer-grid strong {
  color: #8fc0ff;
}

/* Modern pricing cards */
.dark-section#planos {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(34, 78, 163, 0.2), transparent 34%),
    #080a12;
}
.dark-section#planos::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(143, 192, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 192, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  pointer-events: none;
}
.plans-wrap {
  position: relative;
  z-index: 1;
}
.dark-section#planos .section-kicker.light {
  color: #8fc0ff;
}
.dark-section#planos .plans-heading {
  align-items: end;
  margin: 25px 0 42px;
}
.dark-section#planos .plans-heading h2 {
  max-width: 500px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -2.5px;
}
.dark-section#planos .plans-heading i {
  color: #8fc0ff;
}
.dark-section#planos .plans-heading p {
  max-width: 270px;
  color: #9ba8be;
}
.dark-section#planos .plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.dark-section#planos .plan-card {
  min-height: 540px;
  padding: 30px 28px 24px;
  overflow: hidden;
  background: linear-gradient(155deg, #151923, #0e1017 72%);
  border: 1px solid rgba(173, 190, 220, 0.16);
  border-radius: 20px;
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.dark-section#planos .plan-card::before {
  position: absolute;
  right: -90px;
  bottom: -145px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(143, 192, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.dark-section#planos .plan-card:hover {
  border-color: rgba(143, 192, 255, 0.48);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
}
.dark-section#planos .plan-card.featured {
  transform: translateY(-12px);
  background:
    radial-gradient(
      circle at 80% 4%,
      rgba(143, 192, 255, 0.22),
      transparent 31%
    ),
    linear-gradient(155deg, #173b82, #0d285d 76%);
  border: 1px solid #8fc0ff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}
.dark-section#planos .plan-card.featured:hover {
  transform: translateY(-17px);
}
.dark-section#planos .plan-card.featured::after {
  display: none;
}
.dark-section#planos .plan-label {
  color: #aab7cc;
  font-size: 9px;
  letter-spacing: 2px;
}
.dark-section#planos .plan-card h3 {
  margin: 20px 0 10px;
  color: #fff;
  font:
    800 clamp(24px, 2.2vw, 32px)/1 "Raleway",
    sans-serif;
  letter-spacing: -1px;
}
.dark-section#planos .plan-card > p {
  min-height: 42px;
  margin-bottom: 28px;
  color: #aebbd0;
  font-size: 12px;
  line-height: 1.55;
}
.dark-section#planos .price {
  min-height: 116px;
  margin-bottom: 22px;
  padding: 19px 0 17px;
  border-color: rgba(173, 190, 220, 0.2);
}
.dark-section#planos .price small {
  color: #aebbd0;
  font-size: 10px;
}
.dark-section#planos .price strong {
  display: block;
  color: #f7f9ff;
  font:
    800 clamp(29px, 3.1vw, 43px)/1 "Raleway",
    sans-serif;
  letter-spacing: -1.5px;
}
.dark-section#planos .price em {
  color: #9fb0ca;
  font-size: 10px;
}
.dark-section#planos .plan-card ul {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.dark-section#planos .plan-card li {
  position: relative;
  margin: 14px 0;
  padding-left: 17px;
  color: #d4ddec;
  font-size: 11px;
}
.dark-section#planos .plan-card li::before {
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #46df88;
  box-shadow: 0 0 0 4px rgba(70, 223, 136, 0.1);
  content: "";
}
.dark-section#planos .plan-card .button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  width: 100%;
  margin-top: auto;
  border: 1px solid rgba(143, 192, 255, 0.55);
  border-radius: 10px;
  font-size: 11px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.dark-section#planos .plan-card .button:hover {
  transform: translateY(-2px);
}
.dark-section#planos .plan-card .button-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.dark-section#planos .plan-card .button-accent {
  color: #071c3d;
  background: linear-gradient(135deg, #8fc0ff, #b3d5ff);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(143, 192, 255, 0.2);
}
.dark-section#planos .popular {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  color: #071c3d;
  background: #8fc0ff;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.8px;
}
.dark-section#planos .legal-note {
  display: block;
  margin-top: 22px;
  color: #74829b;
}
@media (max-width: 800px) {
  .dark-section#planos .plans-heading {
    display: block;
  }
  .dark-section#planos .plans-heading p {
    margin-top: 18px;
  }
  .dark-section#planos .plans {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .dark-section#planos .plan-card,
  .dark-section#planos .plan-card.featured {
    min-height: 0;
    transform: none;
  }
  .dark-section#planos .plan-card.featured:hover,
  .dark-section#planos .plan-card:hover {
    transform: none;
  }
}

@media (max-width: 800px) {
  .site-header {
    height: 76px;
  }
  .mobile-nav {
    top: 76px;
  }
  .brand-logo {
    width: 58px;
    height: 58px;
  }
  .footer-brand .brand-logo {
    width: 62px;
    height: 62px;
  }
}
