:root {
  --bg: #eef4ff;
  --bg-alt: #ffffff;
  --ink: #1b1f2a;
  --muted: #5b6b86;
  --blue-900: #1d33a9;
  --blue-700: #2842c2;
  --blue-500: #3b5bd9;
  --sky: #88b0df;
  --accent: #e8352c;
  --accent-2: #d12f27;
  --progress-gradient: linear-gradient(135deg, #3b5bd9 0%, #e8352c 100%);
  --outline: rgba(30, 42, 72, 0.15);
  --shadow: 0 20px 50px rgba(24, 45, 92, 0.15);
  --radius: 18px;
  --radius-lg: 26px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #e8f2ff 0%, #fdfdff 60%, #ffffff 100%);
}

h1,
h2,
h3 {
  font-family: "Sora", system-ui, -apple-system, sans-serif;
  margin: 0 0 0.6rem 0;
  color: var(--blue-900);
}

p {
  margin: 0 0 1rem 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.page {
  overflow-x: hidden;
  padding-top: var(--topbar-offset, 92px);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(30, 42, 72, 0.08);
  transition: transform 0.28s ease, opacity 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.topbar.is-hidden {
  transform: translateY(calc(-100% - 8px));
  opacity: 0.98;
  box-shadow: none;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.logo-img {
  height: 44px;
  width: auto;
  display: block;
}

.topbar .logo-img {
  height: 56px;
}

.footer .logo-img {
  height: 50px;
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 25px rgba(255, 107, 61, 0.35);
}

.logo-text {
  font-size: 1.1rem;
}

.logo-vae {
  color: #e21e2c;
  font-weight: 800;
}

.logo-name {
  color: var(--blue-700);
  font-weight: 700;
}

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

.topbar-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.pill {
  font-size: 0.75rem;
  background: var(--sky);
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--blue-700);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 15px 30px rgba(255, 91, 61, 0.25);
}

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

.btn-accent {
  color: #fff;
  background: linear-gradient(135deg, #e8352c, #c82a23);
  box-shadow: 0 15px 30px rgba(232, 53, 44, 0.25);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(232, 53, 44, 0.34);
}

.btn-outline {
  border: 1.5px solid var(--blue-500);
  color: var(--blue-700);
  background: #fff;
}

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

.btn-blue {
  color: #fff;
  background: linear-gradient(135deg, #2f61ff, #1d33a9);
  box-shadow: 0 14px 28px rgba(29, 51, 169, 0.25);
}

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

.btn-consult-soft {
  color: var(--blue-700);
  border: 1.5px solid rgba(59, 91, 217, 0.42);
  background: linear-gradient(180deg, #f3f8ff 0%, #e9f1ff 100%);
  box-shadow: 0 10px 20px rgba(41, 72, 146, 0.12);
}

.btn-consult-soft:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(41, 72, 146, 0.18);
}

.btn-consult-top {
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue-700);
  border: 1.5px solid rgba(59, 91, 217, 0.45);
  background: #f3f8ff;
}

.btn-consult-top:hover {
  transform: translateY(-1px);
  background: #eaf2ff;
}

.btn-secondary {
  background: #eef3ff;
  color: var(--blue-900);
}

.section {
  padding: 70px 0;
}

.section-head {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  background: var(--sky);
  color: var(--blue-700);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.hero {
  padding: 80px 0 60px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, rgba(78, 120, 216, 0.2), transparent 70%);
  top: -200px;
  right: -150px;
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 3.5vw, 3.4rem);
  line-height: 1.1;
}

.hero-content h1 span {
  color: var(--blue-500);
}

.lead {
  font-size: 1.1rem;
}

.checkline {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--blue-900);
  margin: 20px 0;
}

.hero-cta {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.micro {
  color: var(--muted);
  font-size: 0.85rem;
}

.proof-line {
  margin-top: 14px;
  color: var(--blue-700);
  font-weight: 600;
  line-height: 1.4;
}

.hero-visual {
  position: relative;
}

.hero-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-photo {
  height: 380px;
  background: linear-gradient(135deg, #c4d9ff, #f3f7ff);
  position: relative;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-tag {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(30, 42, 72, 0.85);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.75rem;
}

.hero-card-body {
  padding: 24px;
}

.hero-badge {
  position: absolute;
  right: -20px;
  bottom: -10px;
  background: #fff;
  color: var(--blue-700);
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-weight: 700;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.trust-strip {
  background: #f6f9ff;
  padding: 18px 0;
  border-top: 1px solid rgba(30, 42, 72, 0.06);
  border-bottom: 1px solid rgba(30, 42, 72, 0.06);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  font-weight: 600;
  color: var(--blue-700);
}

.problem {
  background: var(--bg-alt);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.problem-card {
  padding: 24px;
  border-radius: var(--radius);
  background: #f4f7ff;
  border: 1px solid var(--outline);
}

.problem-card.highlight {
  background: linear-gradient(135deg, #ffffff, #f6f1ff);
  border: 1px solid rgba(255, 107, 61, 0.3);
}

.list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.solution {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.step-card {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--outline);
  box-shadow: 0 12px 24px rgba(30, 42, 72, 0.08);
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--sky);
  color: var(--blue-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.why {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.why-card,
.why-panel {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--outline);
  background: #fff;
}

.why-panel {
  background: linear-gradient(135deg, #ffffff, #fff1e9);
}

.why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.why-actions .btn {
  flex: 1 1 220px;
}

.why-phone {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--blue-700);
}

.team {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 16px;
  align-items: start;
}

.team-grid-2col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 24px;
}

.team-video,
.team-copy {
  height: 100%;
}

.team-video-frame {
  border: 1px solid var(--outline);
  border-radius: var(--radius);
  min-height: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(30, 42, 72, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.team-video-label {
  display: inline-flex;
  width: fit-content;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(47, 97, 255, 0.12);
  color: var(--blue-700);
}

.team-video-embed {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dbe6fb;
  aspect-ratio: 16 / 9;
  background: #111;
}

.team-video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.team-video-actions {
  margin-top: auto;
}

.team-copy {
  background: #fff;
  border: 1px solid var(--outline);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 12px 24px rgba(30, 42, 72, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.team-copy h3 {
  margin: 0 0 10px;
}

.team-copy p {
  margin: 10px 0 0;
}

.team-video-hint {
  margin: 6px 0 0;
  color: var(--muted);
}

.team-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--text);
}

.team-list li {
  margin-bottom: 6px;
}

.team-people {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.team-card {
  background: #fff;
  border: 1px solid var(--outline);
  border-radius: var(--radius);
  padding: 12px;
}

.team-card h4 {
  margin: 8px 0 4px;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.team-photo-placeholder {
  min-height: 128px;
  border: 1px dashed #9cb4ea;
  border-radius: 14px;
  background: linear-gradient(180deg, #f5f9ff 0%, #edf3ff 100%);
  color: #4f69a8;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px;
}

.team-note {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 600;
}

.team-head {
  max-width: none;
  text-align: center;
}

.team-kpis {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.team-kpi {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef4ff;
  color: #284172;
  font-weight: 600;
}

.team-kpi strong {
  color: #162f6b;
}

.team-kpi-check {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(49, 118, 78, 0.16);
  color: #2f7e4f;
  font-size: 0.85rem;
  font-weight: 800;
}

.team-timeline {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid #e4ebfb;
  border-bottom: 1px solid #e4ebfb;
}

.team-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1f3878;
}

.team-step-icon {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.team-step-line {
  width: 42px;
  height: 2px;
  background: #d3e0ff;
}

.team-v2-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.team-v2-left,
.team-v2-right {
  background: #fff;
  border: 1px solid var(--outline);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(30, 42, 72, 0.08);
  padding: 14px;
}

.team-person-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5ecfb;
  border-radius: 14px;
  padding: 10px;
  background: #fcfdff;
}

.team-person-card+.team-person-card {
  margin-top: 10px;
}

.team-person-photo {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}

.team-person-card h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.15;
}

.team-person-role {
  margin: 2px 0 0;
  color: #2f61ff;
  font-weight: 700;
  font-size: 0.98rem;
}

.team-person-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.team-v2-note {
  margin: 12px 2px 2px;
  font-weight: 600;
  color: #4a618f;
  font-size: 0.95rem;
}

.team-v2-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.team-v2-right .team-video-embed {
  border-radius: 16px;
}

.team-v2-video-copy {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #425b88;
}

.team-v2-right .btn {
  width: 100%;
}

.stats {
  background: #cfe1f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.stats-inner {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 28px;
  align-items: flex-start;
  background: transparent;
  border-radius: 0;
}

.stats-text h2 {
  margin-bottom: 12px;
}

.stats-text p {
  color: #2b3a55;
}

.stats-hexes {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}

.hex-card {
  width: 166px;
  height: 176px;
  background: #fff;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-shadow: 0 18px 30px rgba(20, 40, 90, 0.24);
}

.hex-big {
  font-size: 2rem;
  font-weight: 800;
  color: #e8352c;
}

.hex-text {
  color: var(--blue-900);
  font-weight: 600;
  line-height: 1.25;
  font-size: 0.78rem;
  margin-top: -2px;
}

.testimonials {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}

.testi-carousel {
  position: relative;
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.testi-track {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px;
}

.testi-track::-webkit-scrollbar {
  display: none;
}

.carousel-btn {
  border: 1px solid var(--outline);
  background: #fff;
  color: var(--blue-700);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(20, 40, 80, 0.12);
}

.testi-card {
  background: #f8f9ff;
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid var(--outline);
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.testi-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 12px;
  margin-bottom: 12px;
}

.testi-head>div {
  min-width: 0;
}

.testi-head h3 {
  margin: 0;
  line-height: 1.15;
  font-size: 1.05rem;
}

.testi-head .meta {
  margin-top: 4px;
  font-size: 0.95rem;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--sky);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: var(--blue-700);
}

.testi-photo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(29, 51, 169, 0.2);
}

.stars {
  margin-left: 0;
  white-space: nowrap;
  line-height: 1;
  padding-top: 4px;
  color: #fbbf24;
}

.testi-quote {
  margin: 0;
  line-height: 1.5;
  color: var(--slate-700);
}

.testi-quote.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.testi-toggle {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue-700);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.95rem;
}

.testi-toggle:hover {
  color: var(--blue-900);
}

.partners {
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--blue-700);
}

.diplomas {
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
  padding-bottom: 60px;
}

.diploma-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.diploma-card {
  text-align: left;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--outline);
  background: #fff;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.diploma-thumb {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 12px;
}

.diploma-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.diploma-card .tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sky);
  font-weight: 700;
  color: var(--blue-700);
  font-size: 0.8rem;
}

.diploma-card .link {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue-500);
  font-weight: 700;
}

.diploma-cta {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.financing {
  background: #fff;
  padding-top: 60px;
}

.financing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.financing-card {
  background: #f4f7ff;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--outline);
}

.financing-card.accent {
  background: linear-gradient(135deg, #ffffff, #ffece5);
}

.price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blue-900);
  margin-bottom: 16px;
}

.price span {
  color: var(--accent-2);
}

.mini-form {
  display: grid;
  gap: 12px;
}

.mini-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.mini-form select {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--outline);
}

.eligibility {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.form-wrapper {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--outline);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 16px;
}

.progress-bar {
  flex: 1;
  height: 10px;
  background: #e6ecf8;
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar span {
  display: block;
  height: 100%;
  width: 10%;
  background: var(--progress-gradient);
  border-radius: inherit;
  transition: width 0.25s ease;
}

.form-steps {
  min-height: 300px;
}

.form-step {
  display: none;
  animation: fadeUp 0.4s ease;
}

.form-step.active {
  display: block;
}

.form-step h3 {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 1.2vw + 0.95rem, 1.55rem);
  line-height: 1.2;
}

.form-step h4 {
  margin: 0 0 10px;
  color: var(--blue-700);
  font-size: 0.98rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.field {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.field input,
.field select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--outline);
  font-size: 1rem;
  background: #fff;
}

.field select {
  min-height: 48px;
}

.step-panel {
  background: #ffffff;
  border: 1px solid #e8edf8;
  border-radius: 14px;
  padding: 12px;
  margin-top: 12px;
}

.step-panel-compact {
  max-width: 760px;
}

.step-panel-flat {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.diplome-top-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 10px;
}

.diplome-top-btn {
  appearance: none;
  border: 1px solid #e2e8f4;
  background: #ffffff;
  color: #1f2937;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.diplome-top-btn:hover {
  border-color: #8fa7d9;
  transform: translateY(-1px);
}

.diplome-top-btn.is-active {
  border-color: var(--blue-500);
  background: #eef4ff;
  color: var(--blue-700);
}

.diplome-secondary-actions {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.diplome-chip-btn {
  appearance: none;
  border: 1px solid #c9d6f1;
  background: #eef2ff;
  color: #334155;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.diplome-chip-btn.is-active {
  border-color: var(--blue-500);
  color: var(--blue-700);
  background: #e4edff;
}

.diplome-chip-btn-white {
  background: #ffffff;
}

.diplome-link-btn {
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  color: var(--blue-600);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
  cursor: pointer;
}

.diplome-link-btn:hover {
  color: var(--blue-700);
}

.choice-button-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.choice-btn {
  appearance: none;
  border: 1px solid #d4deef;
  background: #f5f7fb;
  color: #1f2937;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.choice-btn:hover {
  border-color: #8fa7d9;
  transform: translateY(-1px);
}

.choice-btn.is-active {
  border-color: var(--blue-500);
  background: #eef4ff;
  color: var(--blue-700);
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  font-weight: 600;
}

.form-note {
  color: var(--muted);
  margin-bottom: 16px;
}

.form-safe {
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--muted);
}

.turnstile-wrap {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.turnstile-help {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 12px;
}

.form-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.result-card {
  border: 1px solid #d7e4fb;
  background: #f6f9ff;
  border-radius: 16px;
  padding: 18px;
}

.result-card-header {
  margin: 0 0 10px 0;
  color: var(--blue-700);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.tone-success {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #166534;
}

.tone-info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e40af;
}

.tone-warning {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.tone-neutral {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.result-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.result-title {
  margin: 0 0 10px 0;
  font-size: 1.35rem;
  line-height: 1.28;
}

.result-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.tone-success .result-badge {
  background: rgba(44, 182, 125, 0.12);
  color: #166534;
}

.tone-info .result-badge {
  background: rgba(59, 130, 246, 0.14);
  color: #1e40af;
}

.tone-warning .result-badge {
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
}

.tone-neutral .result-badge {
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
}

.result-summary {
  margin: 14px 0 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e4eaf7;
  background: #fbfdff;
  color: #4b5b78;
  line-height: 1.55;
}

.result-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.callback-microcopy {
  margin: 8px 0 0 0;
  color: #4b5b78;
  font-size: 0.93rem;
}

.callback-request-panel {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.callback-request-panel[hidden] {
  display: none;
}

.callback-request-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
}

.callback-request-modal {
  position: relative;
  width: min(620px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #d7e6ff;
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.28);
  padding: 22px;
}

.callback-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid #d7e6ff;
  border-radius: 999px;
  background: #f8fbff;
  color: var(--blue-700);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.callback-request-kicker {
  margin: 0 0 4px 0;
  color: var(--blue-500);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0;
}

.callback-request-title {
  margin: 0 36px 10px 0;
  font-weight: 700;
  color: var(--blue-700);
}

.callback-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.callback-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.callback-request-note {
  margin: 10px 0 0 0;
  color: #4b5b78;
  font-size: 0.93rem;
}

.callback-request-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.footer-callback-btn {
  border: 1px solid rgba(147, 197, 253, 0.5);
  border-radius: 12px;
  background: #dbeafe;
  color: #0f2f6d;
  font-weight: 800;
  padding: 10px 12px;
  cursor: pointer;
}

.footer-callback-btn:hover {
  background: #bfdbfe;
}

.result-callback-confirmation {
  margin: 10px 0 0 0;
  font-size: 0.93rem;
  color: #2f4f7a;
  background: #f1f6ff;
  border: 1px solid #d7e6ff;
  border-radius: 12px;
  padding: 10px 12px;
}

@media (max-width: 900px) {
  .result-grid {
    grid-template-columns: 1fr;
  }

  .callback-request-grid {
    grid-template-columns: 1fr;
  }

  .callback-contact-grid {
    grid-template-columns: 1fr;
  }

  .result-title {
    font-size: 1.18rem;
  }

  .result-text {
    font-size: 0.96rem;
    line-height: 1.5;
  }
}

.success-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.link {
  color: var(--blue-500);
  font-weight: 700;
  display: inline-block;
  margin-top: 8px;
}

.urgency {
  background: #1f2b57;
  color: #fff;
}

.urgency-card {
  background: linear-gradient(135deg, #1f2b57, #2b4b9b);
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.urgency-card h2,
.urgency-card p {
  color: #fff;
}

.urgency-bar {
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: hidden;
  margin: 14px 0;
}

.urgency-fill {
  height: 100%;
  width: 60%;
  background: var(--progress-gradient);
  transition: width 0.4s ease;
}

.urgency-meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.urgency-field {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 7px;
  border: 1px solid rgba(222, 234, 255, 0.48);
  background: rgba(10, 24, 62, 0.28);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.pulse {
  position: relative;
}

.pulse::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #34d399;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 0 rgba(52, 211, 153, 0.6);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(52, 211, 153, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
  }
}

.faq {
  background: #fff;
}

.calendly {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.calendly-embed {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 12px;
  border: 1px solid var(--outline);
  box-shadow: var(--shadow);
}

.calendly-success-inline {
  margin-top: 14px;
}

.calendly-success-card {
  background: #ffffff;
  border: 1px solid #dbe6fb;
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.calendly-success-card h3 {
  margin: 0 0 8px;
  color: var(--blue-700);
}

.calendly-success-card p {
  margin: 0 0 8px;
  color: var(--muted);
}

.calendly-success-note {
  margin-top: 14px;
}

.faq-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.faq-more {
  margin-top: 12px;
}

.faq-full details {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d6e1f3;
  padding: 12px 0;
}

.faq-full summary {
  color: var(--blue-700);
  font-weight: 700;
  list-style: none;
}

.faq-full summary::-webkit-details-marker {
  display: none;
}

.faq-full summary::before {
  content: \"▸\";
  margin-right: 8px;
  color: var(--blue-700);
}

.faq-full details[open] summary::before {
  content: \"▾\";
}

.faq-full p {
  color: #0f172a;
  line-height: 1.6;
  margin: 6px 0 0 22px;
}

.vae-intro {
  background: #fff;
  padding-bottom: 32px;
}

.vae-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.vae-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--outline);
  box-shadow: 0 12px 24px rgba(20, 40, 80, 0.08);
}

.vae-card.accent {
  background: #f6f2ff;
  border-color: rgba(29, 51, 169, 0.15);
}

.vae-icon {
  margin-bottom: 12px;
  height: 38px;
  display: flex;
  align-items: center;
}

.vae-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.vae-head {
  max-width: 1040px;
}

.hero-trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin: 12px 0 6px;
}

.hero-trust img {
  height: 56px;
  width: auto;
  display: block;
}

.trust-badge {
  background: #eef4ff;
  color: var(--blue-700);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
}

.steps-numbered {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.highlight {
  color: var(--blue-700);
}

.cta-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.btn-large {
  padding: 16px 28px;
}

.faq-full .faq-grid {
  gap: 0;
}

.faq-cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

details {
  background: #f4f7ff;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid var(--outline);
}

summary {
  cursor: pointer;
  font-weight: 700;
}

.final-cta {
  background: linear-gradient(180deg, #f1f5ff 0%, #ffffff 100%);
}

.final-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.final-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.final-image img {
  width: 80%;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}

.badge {
  background: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--outline);
  font-weight: 700;
  color: var(--blue-700);
  margin-bottom: 10px;
}

.final-footnote {
  margin: -2px 2px 12px;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #64748b;
}

.legal-footnotes {
  background: #f8fbff;
  border-top: 1px solid #d7e6ff;
  border-bottom: 1px solid #d7e6ff;
  color: #4b5b78;
  font-size: 0.86rem;
  line-height: 1.5;
  padding: 18px 0;
}

.legal-footnotes p {
  margin: 0 0 8px;
}

.legal-footnotes p:last-child {
  margin-bottom: 0;
}

.alt-call {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  font-weight: 600;
  color: var(--blue-700);
  margin: 0 auto;
}

.topbar-nav a {
  color: var(--blue-700);
}

.topbar-nav a:hover {
  color: var(--blue-900);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-self: end;
  align-self: center;
  text-align: right;
  margin-top: 18px;
}

.footer {
  background: #0f172a;
  color: #aebbd3;
  padding: 40px 0 20px;
}

.footer p {
  color: #aebbd3;
}

.footer a {
  color: #aebbd3;
}

.footer a:hover {
  color: #dbeafe;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.footer-note {
  color: #74839b;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-top: 14px;
}

.partner-logos {
  background: #ffffff;
  padding: 28px 0;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.partner-grid img {
  width: 204px;
  height: 86px;
  object-fit: contain;
  opacity: 0.95;
}

@media (min-width: 1024px) {
  .partner-grid {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .partner-grid img {
    width: 168px;
    height: 72px;
  }
}

.highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff3e8;
  color: var(--accent);
  font-weight: 700;
}

@media (min-width: 1024px) {
  .solution .section-head h2 {
    white-space: nowrap;
  }
}

.sticky-cta-wrapper {
  position: fixed;
  z-index: 9999;
}

.sticky-cta-btn {
  display: inline-block;
  background: var(--blue-500);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 28px rgba(59, 91, 217, 0.4);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .sticky-cta-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    padding: 15px 0;
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .sticky-cta-wrapper.active {
    opacity: 1;
    transform: translateY(0);
  }

  .sticky-cta-btn {
    margin: 0 20px;
    padding: 16px 32px;
    border-radius: var(--radius);
    font-size: 17px;
    min-width: min(300px, calc(100vw - 40px));
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
  }

  .sticky-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.6s;
  }

  .sticky-cta-btn:hover::before {
    left: 100%;
  }

  .sticky-cta-btn:hover {
    background: var(--blue-700);
    box-shadow: 0 8px 28px rgba(59, 91, 217, 0.4);
    transform: translateY(-2px);
  }

  .sticky-cta-wrapper.active .sticky-cta-btn {
    animation: pulse-glow 2s ease-in-out infinite;
  }
}

@media (min-width: 769px) {

  .sticky-cta-wrapper {
    bottom: 26px;
    right: 26px;
  }

  /* état normal = discret bleu */
  .sticky-cta-btn {
    padding: 10px 16px;
    /* plus compact */
    font-size: 15px;
    white-space: nowrap;
    min-width: auto;

    background: rgba(59, 91, 217, 0.08);
    color: var(--blue-700);
    border: 1px solid rgba(59, 91, 217, 0.18);

    box-shadow: none;
    border-radius: 999px;

    opacity: 0;
    transform: translateY(16px) scale(0.96);
    transition: all .25s ease;
  }

  .sticky-cta-wrapper.active .sticky-cta-btn {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* hover = intention utilisateur → couleur chaude */
  .sticky-cta-btn:hover {
    background: var(--accent);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 28px rgba(232, 53, 44, 0.35);
  }

  .sticky-cta-btn:active {
    transform: translateY(0) scale(0.98);
  }
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 6px 20px rgba(59, 91, 217, 0.4);
  }

  50% {
    box-shadow: 0 8px 28px rgba(59, 91, 217, 0.6);
  }
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  color: #7f8fab;
  font-size: 0.85rem;
}

.footer-logo .logo-mark {
  background: linear-gradient(135deg, #ff6b3d, #ff2d55);
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.modal.open {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 28px 28px;
  border-radius: var(--radius-lg);
  max-width: 720px;
  width: min(90%, 720px);
  max-height: 80vh;
  overflow-y: auto;
  z-index: 2;
}

.modal-close {
  position: sticky;
  top: 8px;
  align-self: flex-end;
  border: none;
  background: #f1f5ff;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
}

.modal-close:hover {
  background: #e2e8ff;
}

#modal-body {
  margin-top: 8px;
}

.modal-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.modal-hero {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
}

.modal-section h2 {
  margin-top: 0;
}

.modal-section h3 {
  margin-top: 18px;
}

.modal-meta {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f7ff;
  color: var(--blue-700);
  font-weight: 600;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

@media (max-width: 900px) {
  .section {
    padding: 62px 0;
  }

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

  .topbar .logo-img {
    height: 44px;
  }

  .topbar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 0;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .topbar-actions::-webkit-scrollbar {
    display: none;
  }

  .topbar-phone {
    flex: 0 0 auto;
    font-size: 0.9rem;
    gap: 6px;
  }

  .topbar-phone .pill {
    display: none;
  }

  .topbar-actions .btn-consult-top,
  .topbar-actions .btn-outline {
    flex: 0 0 auto;
    padding: 9px 14px;
    font-size: 0.84rem;
    font-weight: 700;
    min-height: 38px;
  }

  .topbar-nav {
    width: 100%;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .topbar-nav::-webkit-scrollbar {
    display: none;
  }

  .topbar-nav a {
    flex: 0 0 auto;
    font-size: 0.94rem;
  }

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

  .team-grid-2col {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .team-timeline {
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 0;
    border-top: none;
    border-bottom: none;
  }

  .team-step-line {
    display: none;
  }

  .team-v2-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-person-card {
    grid-template-columns: 64px 1fr;
    gap: 9px;
    padding: 9px;
  }

  .team-person-photo {
    width: 58px;
    height: 58px;
  }

  .team-person-card h3 {
    font-size: 1.00rem;
    line-height: 1.15;
  }

  .team-person-role,
  .team-person-card p {
    font-size: 0.92rem;
  }

  .team-video-frame {
    min-height: auto;
  }

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

  .stats-inner {
    grid-template-columns: 1fr;
  }

  .hex-card {
    width: 165px;
    height: 175px;
  }

  .stats-panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .stats-hexes {
    justify-content: center;
  }

  .hex-card {
    width: 170px;
    height: 180px;
  }

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

  .testi-card {
    flex: 0 0 min(88vw, 420px);
  }

  .carousel-btn {
    display: none;
  }

  .diploma-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-nav {
    flex-direction: column;
  }

  .form-wrapper {
    padding: 18px;
  }

  .form-progress {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .progress-label {
    font-size: 0.92rem;
  }

  .step-panel {
    padding: 12px;
  }

  .choice-button-grid {
    grid-template-columns: 1fr;
  }

  .diplome-top-grid {
    grid-template-columns: 1fr;
  }

  .alt-call {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    gap: 8px;
    scrollbar-width: none;
  }

  .partner-grid::-webkit-scrollbar {
    display: none;
  }

  .partner-grid img {
    width: 112px;
    height: 48px;
    flex: 0 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Cookiebot compact sizing */
#CybotCookiebotDialog {
  max-width: 920px !important;
  padding: 12px 16px !important;
}

#CybotCookiebotDialogBody {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
  min-height: 40px !important;
  padding: 8px 12px !important;
  font-size: 15px !important;
  border-radius: 10px !important;
}

@media (max-width: 768px) {
  #CybotCookiebotDialog {
    width: calc(100% - 12px) !important;
    margin: 6px !important;
    max-height: 52vh !important;
    overflow: auto !important;
    padding: 10px 12px !important;
  }

  #CybotCookiebotDialogBody {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
    min-height: 36px !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
  }
}
