@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap");

/* =========================================================
   VMAS Global Design System
   Version: 5
   Date: 2026-07-19
   Changes: retains all Version 4 styling and adds responsive,
   scoped components for the Solutions and About VMAS pages.
   Uses vmas-* classes to avoid conflicts with Bootstrap 3.
   ========================================================= */

:root {
  --vmas-shell-width: 1280px;
  --vmas-page-gutter: 16px;
  --vmas-section-gap: 24px;
  --vmas-panel-radius: 28px;

  --vmas-navy: #101a3a;
  --vmas-blue: #356df3;
  --vmas-blue-hover: #2557d6;
  --vmas-violet: #845ef7;
  --vmas-aqua: #22c7b8;
  --vmas-warm: #ffd166;
  --vmas-warm-orange: #ff9f1c;
  --vmas-warm-hover: #f28c00;

  --vmas-page-bg: #f3f6fb;
  --vmas-white: #ffffff;
  --vmas-soft-blue: #f4f7ff;
  --vmas-soft-violet: #f1efff;
  --vmas-soft-aqua: #effaf8;
  --vmas-border: #e1e8f2;

  --vmas-panel-shadow: 0 16px 42px rgba(16, 26, 58, 0.07);
}

/* =========================================================
   INFORMATION PAGES — HOW IT WORKS AND FUTURE CONTENT PAGES
   Scoped to .vmas-info-page so Power Pages forms and legacy
   Bootstrap components are not affected.
   ========================================================= */

.vmas-info-page,
.vmas-info-page * {
  box-sizing: border-box;
}

.vmas-info-page {
  color: var(--vmas-navy);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.vmas-info-page h1,
.vmas-info-page h2,
.vmas-info-page h3,
.vmas-info-page p {
  margin-top: 0;
}

.vmas-info-page a {
  text-decoration: none;
}

.vmas-eyebrow {
  margin-bottom: 14px;
  color: var(--vmas-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vmas-eyebrow--aqua {
  color: #66e7dc;
}

.vmas-info-hero {
  position: relative;
  background:
    radial-gradient(circle at 86% 30%, rgba(132, 94, 247, 0.20), transparent 34%),
    radial-gradient(circle at 7% 84%, rgba(53, 109, 243, 0.09), transparent 31%),
    linear-gradient(115deg, #ffffff 0%, #f8f9ff 58%, #f1efff 100%);
}

.vmas-info-hero::after {
  position: absolute;
  top: 46px;
  right: -86px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(53, 109, 243, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.vmas-info-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
  padding: clamp(54px, 7vw, 94px) clamp(30px, 6vw, 78px);
}

.vmas-info-hero__copy h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--vmas-navy);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.vmas-info-lead {
  max-width: 680px;
  margin-bottom: 28px;
  color: #536079;
  font-size: 18px;
  line-height: 1.65;
}

.vmas-info-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 20px 0 0;
  padding: 0;
  color: #62708b;
  font-size: 12px;
  list-style: none;
}

.vmas-info-facts li::before {
  margin-right: 6px;
  color: var(--vmas-aqua);
  content: "✓";
  font-weight: 900;
}

.vmas-process-card {
  padding: clamp(26px, 4vw, 42px);
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 94, 247, 0.24), transparent 35%),
    var(--vmas-navy);
  border: 1px solid rgba(132, 94, 247, 0.65);
  border-radius: 24px;
  box-shadow: 0 24px 52px rgba(16, 26, 58, 0.28), 0 0 36px rgba(132, 94, 247, 0.18);
}

.vmas-process-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #8daeff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vmas-process-card__badge {
  padding: 6px 9px;
  color: #66e7dc;
  background: rgba(34, 199, 184, 0.12);
  border: 1px solid rgba(34, 199, 184, 0.4);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}

.vmas-process-card h2 {
  margin-bottom: 26px;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.vmas-process-rail {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vmas-process-rail::before {
  position: absolute;
  top: 27px;
  bottom: 27px;
  left: 20px;
  width: 1px;
  background: linear-gradient(var(--vmas-blue), var(--vmas-violet), var(--vmas-aqua));
  content: "";
}

.vmas-process-rail li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 62px;
}

.vmas-process-rail__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: #182957;
  border: 1px solid rgba(104, 145, 255, 0.42);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.vmas-process-rail strong,
.vmas-process-rail small {
  display: block;
}

.vmas-process-rail strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 15px;
}

.vmas-process-rail small {
  color: #aebbd8;
  font-size: 12px;
  line-height: 1.45;
}

.vmas-info-section {
  padding: clamp(54px, 7vw, 82px) clamp(28px, 6vw, 72px);
}

.vmas-info-section--white {
  background: #ffffff;
}

.vmas-info-section__heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.vmas-info-section__heading h2,
.vmas-results-copy h2,
.vmas-info-cta h2 {
  margin-bottom: 16px;
  color: var(--vmas-navy);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.vmas-info-section__heading > p:last-child,
.vmas-results-copy > p:last-child {
  color: #5b6881;
  font-size: 17px;
  line-height: 1.65;
}

.vmas-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vmas-step-card {
  position: relative;
  min-height: 250px;
  padding: 28px 24px;
  background: linear-gradient(145deg, #f8faff, #f2f5fc);
  border: 1px solid var(--vmas-border);
  border-radius: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vmas-step-card:hover {
  border-color: rgba(53, 109, 243, 0.35);
  box-shadow: 0 16px 34px rgba(16, 26, 58, 0.09);
  transform: translateY(-4px);
}

.vmas-step-card__number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--vmas-blue);
  background: #e8efff;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
}

.vmas-step-card:nth-child(2) .vmas-step-card__number {
  color: var(--vmas-violet);
  background: #eee9ff;
}

.vmas-step-card:nth-child(3) .vmas-step-card__number {
  color: #008f84;
  background: #def8f4;
}

.vmas-step-card:nth-child(4) .vmas-step-card__number {
  color: #ae6400;
  background: #fff1cf;
}

.vmas-step-card h3 {
  margin-bottom: 12px;
  color: var(--vmas-navy);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}

.vmas-step-card p {
  margin-bottom: 0;
  color: #5b6881;
  font-size: 14px;
  line-height: 1.65;
}

.vmas-results-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(53, 109, 243, 0.08), transparent 30%),
    linear-gradient(120deg, #f8faff, #f1efff);
}

.vmas-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
}

.vmas-results-card {
  padding: clamp(26px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(53, 109, 243, 0.17);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(16, 26, 58, 0.08);
}

.vmas-check-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  color: #43506a;
  font-size: 15px;
  line-height: 1.5;
  list-style: none;
}

.vmas-check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
}

.vmas-check-list span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #007f76;
  background: #d9f7f2;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.vmas-estimate-note {
  margin: 34px 0 0;
  padding: 16px 18px;
  color: #536079;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(53, 109, 243, 0.14);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.vmas-info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: clamp(44px, 6vw, 70px) clamp(30px, 6vw, 74px);
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 20%, rgba(132, 94, 247, 0.32), transparent 34%),
    linear-gradient(120deg, #101a3a, #152a5c);
}

.vmas-info-cta > div:first-child {
  max-width: 720px;
}

.vmas-info-cta h2 {
  color: #ffffff;
}

.vmas-info-cta p:not(.vmas-eyebrow) {
  margin-bottom: 0;
  color: #b9c6df;
  font-size: 16px;
  line-height: 1.6;
}

.vmas-info-cta__actions {
  flex: 0 0 auto;
}

.vmas-outline-button--light {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.46);
}

.vmas-outline-button--light:hover,
.vmas-outline-button--light:focus {
  color: var(--vmas-navy) !important;
  background: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 1050px) {
  .vmas-info-hero__content,
  .vmas-results-grid {
    grid-template-columns: 1fr;
  }

  .vmas-process-card {
    max-width: 720px;
  }

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

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

@media (max-width: 767px) {
  .vmas-info-hero__content {
    min-height: 0;
    gap: 34px;
    padding: 44px 22px;
  }

  .vmas-info-hero::after {
    top: 30px;
    right: -130px;
    width: 240px;
    height: 240px;
  }

  .vmas-info-hero__copy h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .vmas-info-lead {
    font-size: 16px;
  }

  .vmas-info-section {
    padding: 46px 20px;
  }

  .vmas-steps-grid {
    grid-template-columns: 1fr;
  }

  .vmas-step-card {
    min-height: 0;
  }

  .vmas-results-grid {
    gap: 28px;
  }

  .vmas-results-card {
    padding: 24px 18px;
  }

  .vmas-info-cta {
    padding: 42px 22px;
  }

  .vmas-info-cta__actions,
  .vmas-info-cta__actions .vmas-warm-button,
  .vmas-info-cta__actions .vmas-outline-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmas-step-card {
    transition: none;
  }

  .vmas-step-card:hover {
    transform: none;
  }
}

/* =========================================================
   SOLUTIONS PAGE
   ========================================================= */

.vmas-solutions-hero__note,
.vmas-about-hero__statement {
  max-width: 680px;
  margin: -10px 0 26px;
  padding-left: 14px;
  color: #44536f;
  border-left: 3px solid var(--vmas-aqua);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.vmas-solution-visual {
  padding: clamp(28px, 4vw, 42px);
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 199, 184, 0.18), transparent 35%),
    radial-gradient(circle at 0% 100%, rgba(132, 94, 247, 0.25), transparent 40%),
    var(--vmas-navy);
  border: 1px solid rgba(132, 94, 247, 0.55);
  border-radius: 24px;
  box-shadow: 0 24px 52px rgba(16, 26, 58, 0.28);
}

.vmas-solution-visual__label {
  margin-bottom: 12px;
  color: #67e5da;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.vmas-solution-visual h2 {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.vmas-solution-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.vmas-solution-flow > i {
  color: #6c8cd5;
  font-style: normal;
  font-size: 18px;
}

.vmas-solution-flow__item {
  min-height: 160px;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(143, 168, 222, 0.22);
  border-radius: 14px;
}

.vmas-solution-flow__item > span,
.vmas-solution-flow__item strong,
.vmas-solution-flow__item small {
  display: block;
}

.vmas-solution-flow__item > span {
  margin-bottom: 24px;
  color: #66e7dc;
  font-size: 10px;
  font-weight: 900;
}

.vmas-solution-flow__item strong {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}

.vmas-solution-flow__item small {
  color: #aebbd8;
  font-size: 11px;
  line-height: 1.45;
}

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

.vmas-solution-card {
  min-height: 260px;
  padding: 28px 25px;
  background: linear-gradient(145deg, #ffffff, #f6f8fd);
  border: 1px solid var(--vmas-border);
  border-radius: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vmas-solution-card:hover {
  border-color: rgba(53, 109, 243, 0.35);
  box-shadow: 0 16px 34px rgba(16, 26, 58, 0.09);
  transform: translateY(-4px);
}

.vmas-solution-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--vmas-blue);
  background: #e8efff;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
}

.vmas-solution-card:nth-child(2) .vmas-solution-icon,
.vmas-solution-card:nth-child(5) .vmas-solution-icon {
  color: var(--vmas-violet);
  background: #eee9ff;
}

.vmas-solution-card:nth-child(3) .vmas-solution-icon,
.vmas-solution-card:nth-child(6) .vmas-solution-icon {
  color: #008f84;
  background: #def8f4;
}

.vmas-solution-card h3,
.vmas-start-grid h3,
.vmas-approach-grid h3 {
  margin-bottom: 12px;
  color: var(--vmas-navy);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}

.vmas-solution-card p,
.vmas-start-grid p,
.vmas-approach-grid p {
  margin-bottom: 0;
  color: #5b6881;
  font-size: 14px;
  line-height: 1.65;
}

.vmas-end-to-end-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(132, 94, 247, 0.14), transparent 28%),
    linear-gradient(120deg, #f7f9ff, #f0efff);
}

.vmas-end-to-end-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 38px;
}

.vmas-end-to-end-heading h2,
.vmas-platform-copy h2,
.vmas-mission-section h2,
.vmas-expertise-copy h2 {
  margin-bottom: 0;
  color: var(--vmas-navy);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.vmas-end-to-end-heading > p {
  margin-bottom: 4px;
  color: #5b6881;
  font-size: 16px;
  line-height: 1.65;
}

.vmas-customer-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vmas-customer-journey li {
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(53, 109, 243, 0.15);
  border-radius: 17px;
}

.vmas-customer-journey li > span,
.vmas-start-grid article > span,
.vmas-approach-grid article > span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--vmas-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.vmas-customer-journey strong {
  display: block;
  margin-bottom: 9px;
  color: var(--vmas-navy);
  font-size: 17px;
  line-height: 1.3;
}

.vmas-customer-journey p {
  margin-bottom: 0;
  color: #5b6881;
  font-size: 13px;
  line-height: 1.6;
}

.vmas-outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  padding: 20px;
  color: var(--vmas-navy);
  background: #ffffff;
  border: 1px solid var(--vmas-border);
  border-radius: 15px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.vmas-outcome-strip span + span {
  border-left: 1px solid var(--vmas-border);
}

.vmas-platform-section {
  background: linear-gradient(120deg, #effaf8, #f7fcfb);
}

.vmas-platform-grid,
.vmas-mission-grid,
.vmas-expertise-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 84px);
}

.vmas-platform-map {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 12px;
  min-height: 290px;
  padding: 35px;
  background: var(--vmas-navy);
  border-radius: 22px;
  box-shadow: 0 20px 44px rgba(16, 26, 58, 0.2);
}

.vmas-platform-map span,
.vmas-sector-list span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.vmas-platform-map span {
  color: #dce5f8;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(114, 145, 211, 0.3);
}

.vmas-platform-map span:nth-child(1),
.vmas-platform-map span:nth-child(4),
.vmas-platform-map span:nth-child(7) {
  color: #67e5da;
  border-color: rgba(34, 199, 184, 0.42);
}

.vmas-platform-copy p:last-child {
  margin: 20px 0 0;
  color: #536079;
  font-size: 16px;
  line-height: 1.7;
}

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

.vmas-start-grid article {
  padding: 28px;
  background: #f7f9fd;
  border: 1px solid var(--vmas-border);
  border-radius: 18px;
}

/* =========================================================
   ABOUT VMAS PAGE
   ========================================================= */

.vmas-founder-card {
  padding: clamp(28px, 4vw, 42px);
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 199, 184, 0.18), transparent 35%),
    radial-gradient(circle at 0% 100%, rgba(132, 94, 247, 0.26), transparent 38%),
    var(--vmas-navy);
  border: 1px solid rgba(132, 94, 247, 0.55);
  border-radius: 24px;
  box-shadow: 0 24px 52px rgba(16, 26, 58, 0.28);
}

.vmas-founder-card__topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  color: #89a9f5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.vmas-founder-profile {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(143, 168, 222, 0.22);
}

.vmas-founder-profile__mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--vmas-blue), var(--vmas-violet));
  border-radius: 20px;
  font-size: 30px;
  font-weight: 900;
}

.vmas-founder-profile p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
}

.vmas-founder-profile div > span {
  color: #aebbd8;
  font-size: 12px;
  line-height: 1.5;
}

.vmas-founder-card ul {
  display: grid;
  gap: 13px;
  margin: 25px 0 0;
  padding: 0;
  color: #dce5f8;
  font-size: 13px;
  list-style: none;
}

.vmas-founder-card li::before {
  margin-right: 9px;
  color: #66e7dc;
  content: "✓";
  font-weight: 900;
}

.vmas-mission-section {
  background:
    radial-gradient(circle at 90% 12%, rgba(132, 94, 247, 0.13), transparent 30%),
    linear-gradient(120deg, #f7f9ff, #f1efff);
}

.vmas-mission-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
}

.vmas-mission-grid > div > p:not(.vmas-eyebrow) {
  margin: 20px 0 0;
  color: #536079;
  font-size: 16px;
  line-height: 1.72;
}

.vmas-mission-grid blockquote {
  position: relative;
  margin: 0;
  padding: 34px;
  color: #ffffff;
  background: var(--vmas-navy);
  border: 0;
  border-radius: 21px;
  box-shadow: 0 20px 44px rgba(16, 26, 58, 0.18);
}

.vmas-mission-grid blockquote > span {
  position: absolute;
  top: 6px;
  right: 24px;
  color: rgba(132, 94, 247, 0.42);
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
}

.vmas-mission-grid blockquote p {
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.55;
}

.vmas-mission-grid cite {
  color: #79ded5;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.vmas-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vmas-approach-grid article {
  min-height: 250px;
  padding: 28px 24px;
  background: linear-gradient(145deg, #f8faff, #f2f5fc);
  border: 1px solid var(--vmas-border);
  border-radius: 18px;
}

.vmas-expertise-section {
  background: linear-gradient(120deg, #effaf8, #f8fcfb);
}

.vmas-expertise-copy > p:not(.vmas-eyebrow) {
  margin: 20px 0 24px;
  color: #536079;
  font-size: 16px;
  line-height: 1.7;
}

.vmas-sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.vmas-sector-list span {
  color: #17675f;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(34, 199, 184, 0.25);
}

.vmas-leadership-card {
  padding: clamp(28px, 4vw, 40px);
  background: #ffffff;
  border: 1px solid rgba(34, 199, 184, 0.25);
  border-radius: 21px;
  box-shadow: 0 18px 38px rgba(16, 26, 58, 0.08);
}

.vmas-leadership-card h3 {
  margin-bottom: 18px;
  color: var(--vmas-navy);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.vmas-leadership-card > p:not(.vmas-eyebrow) {
  color: #536079;
  font-size: 15px;
  line-height: 1.7;
}

.vmas-leadership-card > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1050px) {
  .vmas-solution-flow {
    grid-template-columns: 1fr;
  }

  .vmas-solution-flow > i {
    transform: rotate(90deg);
    text-align: center;
  }

  .vmas-solution-flow__item {
    min-height: 0;
  }

  .vmas-solution-grid,
  .vmas-customer-journey,
  .vmas-start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vmas-end-to-end-heading,
  .vmas-platform-grid,
  .vmas-mission-grid,
  .vmas-expertise-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .vmas-solution-grid,
  .vmas-customer-journey,
  .vmas-start-grid,
  .vmas-approach-grid,
  .vmas-outcome-strip {
    grid-template-columns: 1fr;
  }

  .vmas-solution-card,
  .vmas-customer-journey li,
  .vmas-approach-grid article {
    min-height: 0;
  }

  .vmas-outcome-strip {
    gap: 15px;
    text-align: left;
  }

  .vmas-outcome-strip span + span {
    padding-top: 15px;
    border-top: 1px solid var(--vmas-border);
    border-left: 0;
  }

  .vmas-platform-map {
    min-height: 0;
    padding: 28px 20px;
  }

  .vmas-founder-profile {
    grid-template-columns: 58px 1fr;
  }

  .vmas-founder-profile__mark {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 24px;
  }

  .vmas-mission-grid blockquote {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmas-solution-card {
    transition: none;
  }

  .vmas-solution-card:hover {
    transform: none;
  }
}

/* Site-wide page canvas */
body {
  background: var(--vmas-page-bg);
  color: var(--vmas-navy);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* Optional wrapper around the content of an individual page. */
.vmas-page {
  padding: var(--vmas-section-gap) 0 48px;
  background: var(--vmas-page-bg);
}

/* One shared outer width for header, hero and every page section. */
.vmas-shell {
  width: calc(100% - (var(--vmas-page-gutter) * 2));
  max-width: var(--vmas-shell-width);
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   GLOBAL HEADER AND NAVIGATION
   ========================================================= */
.vmas-site-header {
  min-height: 0 !important;
  width: calc(100% - (var(--vmas-page-gutter) * 2)) !important;
  max-width: var(--vmas-shell-width) !important;
  margin: 14px auto 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid var(--vmas-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(16, 26, 58, 0.1) !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

.vmas-site-header > .container {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  padding-right: var(--vmas-page-gutter) !important;
  padding-left: var(--vmas-page-gutter) !important;
}

.vmas-site-header .navbar-brand {
  display: flex !important;
  height: auto !important;
  min-height: 0;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.vmas-site-header .navbar-brand a {
  display: flex;
  align-items: center;
  
/* Solutions contrast override */
.mkn-sol .mkn-hero h1,.mkn-sol .mkn-hero .mkn-lead,.mkn-sol .mkn-final h2,.mkn-sol .mkn-final p{color:#fff!important}.mkn-sol .mkn-kicker{color:#fbc860!important}

  gap: 10px;
  color: var(--vmas-navy) !important;
  font-size: 0 !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
}

.vmas-site-header .navbar-brand a > *:not(img):not(svg) {
  font-size: 0 !important;
}

.vmas-site-header .navbar-brand a::after {
  color: var(--vmas-navy);
  content: "";
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.vmas-site-header .navbar-brand img,
.vmas-site-header .navbar-brand svg {
  display: block;
  width: auto;
  max-width: 42px;
  max-height: 38px;
}

.vmas-site-header .divider-vertical {
  display: none !important;
}

.vmas-site-header .navbar-nav > li > a {
  margin: 0 2px;
  padding: 13px 12px !important;
  color: #263451 !important;
  background: transparent !important;
  border-radius: 9px;
  font-size: 15.5px !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease,
              box-shadow 160ms ease, transform 160ms ease;
}

.vmas-site-header .navbar-nav > li > a:hover,
.vmas-site-header .navbar-nav > li > a:focus,
.vmas-site-header .navbar-nav > li.active > a {
  color: var(--vmas-blue) !important;
  background: #edf3ff !important;
}

.vmas-site-header .navbar-nav > li.active > a {
  box-shadow: inset 0 -3px 0 var(--vmas-blue);
}

.vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"] {
  margin-left: 10px;
  padding: 13px 19px !important;
  color: var(--vmas-navy) !important;
  background: linear-gradient(135deg, var(--vmas-warm), var(--vmas-warm-orange)) !important;
  box-shadow: 0 9px 22px rgba(255, 159, 28, 0.3);
  font-weight: 800 !important;
}

.vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"]:hover,
.vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"]:focus {
  color: var(--vmas-navy) !important;
  background: linear-gradient(135deg, #ffc247, var(--vmas-warm-hover)) !important;
  box-shadow: 0 12px 28px rgba(242, 140, 0, 0.36);
  transform: translateY(-1px);
}

.vmas-site-header .navbar-toggle {
  border: 0 !important;
  border-radius: 10px;
  background: var(--vmas-navy) !important;
}

.vmas-site-header .navbar-toggle .icon-bar {
  background: #ffffff !important;
}

.vmas-site-header .dropdown-menu {
  padding: 8px;
  border: 1px solid var(--vmas-border);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(16, 26, 58, 0.14);
}

.vmas-site-header .dropdown-menu > li > a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #263451;
  font-size: 15px;
}

.vmas-site-header .dropdown-menu > li > a:hover,
.vmas-site-header .dropdown-menu > li > a:focus {
  color: var(--vmas-blue);
  background: #edf3ff;
}

@media (min-width: 992px) {
  .vmas-site-header > .container {
    display: flex;
    min-height: 82px;
    align-items: center;
  }

  .vmas-site-header .navbar-header {
    position: relative;
    z-index: 3;
    display: flex;
    float: none !important;
    align-items: center;
  }

  .vmas-site-header .navbar-collapse {
    position: absolute !important;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translate(-50%, -50%);
  }

  .vmas-site-header .menu-bar,
  .vmas-site-header .navbar-nav {
    float: none !important;
    margin: 0 !important;
  }

  .vmas-site-header .navbar-nav {
    display: flex;
    align-items: center;
  }

  .vmas-site-header .navbar-nav > li {
    float: none !important;
  }

  .vmas-site-header .navbar-toggle {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .vmas-site-header > .container {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .vmas-site-header .navbar-header {
    display: flex;
    float: none !important;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
  }

  .vmas-site-header .navbar-brand a::after {
    font-size: 24px;
  }

  .vmas-site-header .navbar-toggle {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .vmas-site-header .navbar-collapse.collapse {
    display: none !important;
  }

  .vmas-site-header .navbar-collapse.collapse.in {
    display: block !important;
  }

  .vmas-site-header .navbar-collapse {
    max-height: calc(100vh - 100px) !important;
    padding: 0 0 16px !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .vmas-site-header .menu-bar,
  .vmas-site-header .navbar-nav {
    float: none !important;
    margin: 0 !important;
  }

  .vmas-site-header .navbar-nav > li {
    float: none !important;
  }

  .vmas-site-header .navbar-nav > li > a {
    display: block;
    margin: 2px 0;
    padding: 13px 14px !important;
    font-size: 16px !important;
  }

  .vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"] {
    margin: 10px 0 0;
    text-align: center;
  }
}

/* Reusable contained section. Combine with .vmas-shell. */
.vmas-panel {
  overflow: hidden;
  border: 1px solid var(--vmas-border);
  border-radius: var(--vmas-panel-radius);
  box-shadow: var(--vmas-panel-shadow);
}

.vmas-panel + .vmas-panel {
  margin-top: var(--vmas-section-gap);
}

/* Keep every top-level page section on the same vertical rhythm,
   including shells whose visible panel is an inner component. */
.vmas-page > .vmas-shell + .vmas-shell {
  margin-top: var(--vmas-section-gap);
}

/* Background choices for reusable sections. */
.vmas-panel--white {
  background: var(--vmas-white);
}

.vmas-panel--hero {
  background:
    radial-gradient(circle at 82% 35%, rgba(132, 94, 247, 0.16), transparent 38%),
    linear-gradient(115deg, var(--vmas-white) 0%, #f8f9ff 58%, var(--vmas-soft-violet) 100%);
}

.vmas-panel--blue {
  background: var(--vmas-soft-blue);
}

.vmas-panel--aqua {
  background: var(--vmas-soft-aqua);
}

/* Inner content alignment can be narrower without changing panel edges. */
.vmas-panel__inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 48px;
}

/* Accessible keyboard focus shared by VMAS interactive elements. */
.vmas-page a:focus-visible,
.vmas-page button:focus-visible,
.vmas-site-header a:focus-visible,
.vmas-site-header button:focus-visible {
  outline: 3px solid rgba(53, 109, 243, 0.35);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  :root {
    --vmas-page-gutter: 16px;
    --vmas-section-gap: 16px;
    --vmas-panel-radius: 20px;
  }

  .vmas-page {
    padding-top: var(--vmas-section-gap);
    padding-bottom: 32px;
  }

  .vmas-site-header {
    margin-top: 8px !important;
    border-radius: 14px !important;
  }

  .vmas-panel__inner {
    padding: 48px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmas-page *,
  .vmas-site-header * {
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   SHARED ASSESSMENT AND CONSULTATION PAGES
   ========================================================= */

.vmas-form-page,
.vmas-form-page * {
  box-sizing: border-box;
}

.vmas-form-page {
  padding: var(--vmas-section-gap) 0 48px;
  color: var(--vmas-navy);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.vmas-form-page a {
  text-decoration: none;
}

.vmas-form-hero {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  background:
    radial-gradient(circle at 78% 38%, rgba(132, 94, 247, 0.19), transparent 34%),
    radial-gradient(circle at 24% 10%, rgba(53, 109, 243, 0.1), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fafbff 55%, #f1efff 100%);
}

.vmas-form-hero--consultation {
  background:
    radial-gradient(circle at 80% 38%, rgba(34, 199, 184, 0.16), transparent 34%),
    radial-gradient(circle at 26% 8%, rgba(53, 109, 243, 0.1), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 56%, #effaf8 100%);
}

.vmas-form-hero::after {
  position: absolute;
  top: 58px;
  right: -125px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(53, 109, 243, 0.12);
  border-radius: 50%;
  content: "";
}

.vmas-form-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 440px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 64px;
  padding: 64px 58px;
}

.vmas-form-eyebrow {
  margin: 0 0 14px;
  color: var(--vmas-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vmas-form-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--vmas-navy);
  font-size: clamp(42px, 4.3vw, 62px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.vmas-form-hero__lead {
  max-width: 690px;
  margin: 0 0 26px;
  color: #536079;
  font-size: 18px;
  line-height: 1.65;
}

.vmas-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vmas-warm-button,
.vmas-outline-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease,
              background 160ms ease, border-color 160ms ease;
}

.vmas-warm-button {
  color: var(--vmas-navy) !important;
  background: linear-gradient(135deg, var(--vmas-warm), var(--vmas-warm-orange));
  box-shadow: 0 12px 28px rgba(255, 159, 28, 0.3);
}

.vmas-warm-button:hover,
.vmas-warm-button:focus {
  color: var(--vmas-navy) !important;
  background: linear-gradient(135deg, #ffc247, var(--vmas-warm-hover));
  box-shadow: 0 16px 34px rgba(242, 140, 0, 0.35);
  transform: translateY(-2px);
}

.vmas-outline-button {
  color: var(--vmas-blue) !important;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(53, 109, 243, 0.42);
}

.vmas-outline-button:hover,
.vmas-outline-button:focus {
  color: var(--vmas-violet) !important;
  background: #ffffff;
  border-color: var(--vmas-violet);
  transform: translateY(-2px);
}

.vmas-form-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: #68728b;
  font-size: 13px;
}

.vmas-form-facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vmas-form-preview {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(53, 109, 243, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 54px rgba(16, 26, 58, 0.12);
  backdrop-filter: blur(12px);
}

.vmas-form-preview__label {
  display: block;
  margin-bottom: 10px;
  color: var(--vmas-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vmas-form-preview strong {
  display: block;
  margin-bottom: 18px;
  color: var(--vmas-navy);
  font-size: 24px;
  line-height: 1.25;
}

.vmas-form-preview ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vmas-form-preview li {
  position: relative;
  padding-left: 27px;
  color: #4f5c74;
  font-size: 14px;
  line-height: 1.45;
}

.vmas-form-preview li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #0b8f84;
  background: rgba(34, 199, 184, 0.14);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.vmas-form-section {
  padding: 46px;
  background: var(--vmas-soft-blue);
}

.vmas-form-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 0.66fr);
  align-items: start;
  gap: 36px;
}

.vmas-form-intro {
  position: sticky;
  top: 24px;
  padding: 18px 6px;
}

.vmas-form-intro h2 {
  margin: 0 0 14px;
  color: var(--vmas-navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.vmas-form-intro > p:last-of-type {
  margin: 0;
  color: #5d6780;
  font-size: 15px;
  line-height: 1.65;
}

.vmas-form-note {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(34, 199, 184, 0.22);
  border-radius: 12px;
  color: #40506a;
  background: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.5;
}

.vmas-form-card {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--vmas-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 26, 58, 0.09);
}

/* Dataverse web-form reset, scoped so unrelated portal forms are untouched. */
.vmas-form-card .crmEntityFormView,
.vmas-form-card .entity-form,
.vmas-form-card .web-form,
.vmas-form-card .tab,
.vmas-form-card fieldset {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vmas-form-card .tab-title,
.vmas-form-card legend {
  width: 100%;
  margin: 0 0 24px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid var(--vmas-border);
  color: var(--vmas-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.vmas-form-card table.section {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.vmas-form-card td.cell {
  padding: 0 10px 22px;
  vertical-align: top;
}

.vmas-form-card td.cell:first-child {
  padding-left: 0;
}

.vmas-form-card td.cell:last-child {
  padding-right: 0;
}

.vmas-form-card .info {
  margin-bottom: 8px;
}

.vmas-form-card label,
.vmas-form-card .info label {
  display: inline-block;
  margin: 0 0 8px;
  color: #263451;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.vmas-form-card .required,
.vmas-form-card .required-mark,
.vmas-form-card label .required {
  color: #d95f22;
}

.vmas-form-card input[type="text"],
.vmas-form-card input[type="email"],
.vmas-form-card input[type="tel"],
.vmas-form-card input[type="number"],
.vmas-form-card input[type="url"],
.vmas-form-card input[type="date"],
.vmas-form-card input[type="datetime-local"],
.vmas-form-card input[type="password"],
.vmas-form-card select,
.vmas-form-card textarea,
.vmas-form-card .form-control {
  width: 100% !important;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cfd8e6;
  border-radius: 10px;
  color: var(--vmas-navy);
  background: #fbfcff;
  box-shadow: none;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 150ms ease, box-shadow 150ms ease,
              background-color 150ms ease;
}

.vmas-form-card textarea,
.vmas-form-card textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.vmas-form-card input:focus,
.vmas-form-card select:focus,
.vmas-form-card textarea:focus,
.vmas-form-card .form-control:focus {
  border-color: var(--vmas-blue);
  outline: 0;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(53, 109, 243, 0.13);
}

.vmas-form-card input[readonly],
.vmas-form-card input:disabled,
.vmas-form-card select:disabled,
.vmas-form-card textarea:disabled {
  color: #6b7384;
  background: #eef2f7;
  cursor: not-allowed;
}

.vmas-form-card input::placeholder,
.vmas-form-card textarea::placeholder {
  color: #8b95a8;
  opacity: 1;
}

.vmas-form-card .description,
.vmas-form-card .help-block,
.vmas-form-card small {
  display: block;
  margin-top: 6px;
  color: #6d7890;
  font-size: 12px;
  line-height: 1.45;
}

.vmas-form-card input[type="checkbox"],
.vmas-form-card input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 2px 8px 0 0;
  accent-color: var(--vmas-blue);
}

.vmas-form-card .checkbox label,
.vmas-form-card .radio label {
  display: inline-flex;
  align-items: flex-start;
  font-weight: 500;
}

.vmas-form-card .input-group {
  width: 100%;
}

.vmas-form-card .input-group .form-control {
  border-radius: 10px 0 0 10px;
}

.vmas-form-card .input-group-btn .btn {
  min-height: 50px;
  border-color: #cfd8e6;
  border-radius: 0 10px 10px 0;
  color: var(--vmas-blue);
  background: #f4f7ff;
}

.vmas-form-card .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 10px;
  padding: 24px 0 0;
  border-top: 1px solid var(--vmas-border);
}

.vmas-form-card .actions .btn,
.vmas-form-card input[type="submit"],
.vmas-form-card button[type="submit"] {
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.vmas-form-card .actions .btn-primary,
.vmas-form-card input[type="submit"].btn-primary,
.vmas-form-card button[type="submit"].btn-primary {
  border-color: transparent !important;
  color: var(--vmas-navy) !important;
  background: linear-gradient(135deg, var(--vmas-warm), var(--vmas-warm-orange)) !important;
  box-shadow: 0 12px 28px rgba(255, 159, 28, 0.28);
}

.vmas-form-card .actions .btn-primary:hover,
.vmas-form-card .actions .btn-primary:focus,
.vmas-form-card input[type="submit"].btn-primary:hover,
.vmas-form-card button[type="submit"].btn-primary:hover {
  color: var(--vmas-navy) !important;
  background: linear-gradient(135deg, #ffc247, var(--vmas-warm-hover)) !important;
  box-shadow: 0 16px 32px rgba(242, 140, 0, 0.34);
}

.vmas-form-card .actions .btn-default,
.vmas-form-card .actions .btn-secondary {
  border-color: rgba(53, 109, 243, 0.38);
  color: var(--vmas-blue);
  background: #ffffff;
}

.vmas-form-card .validation-summary,
.vmas-form-card .validation-summary-errors,
.vmas-form-card .alert-danger {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 95, 34, 0.28);
  border-radius: 10px;
  color: #8c3215;
  background: #fff4ef;
  font-size: 14px;
}

.vmas-form-card .field-validation-error,
.vmas-form-card .validator-text {
  display: block;
  margin-top: 6px;
  color: #b34720;
  font-size: 12px;
  font-weight: 650;
}

.vmas-form-card .progress {
  height: 8px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf6;
  box-shadow: none;
}

.vmas-form-card .progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vmas-blue), var(--vmas-violet), var(--vmas-aqua));
}

@media (max-width: 991px) {
  .vmas-form-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 40px;
  }

  .vmas-form-preview {
    max-width: 680px;
  }

  .vmas-form-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vmas-form-intro {
    position: static;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .vmas-form-page {
    padding-top: var(--vmas-section-gap);
    padding-bottom: 32px;
  }

  .vmas-form-hero {
    min-height: 0;
  }

  .vmas-form-hero__inner {
    padding: 42px 22px;
  }

  .vmas-form-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .vmas-form-hero__lead {
    font-size: 16px;
  }

  .vmas-form-actions,
  .vmas-warm-button,
  .vmas-outline-button {
    width: 100%;
  }

  .vmas-form-preview {
    padding: 22px;
  }

  .vmas-form-section {
    padding: 24px 16px;
  }

  .vmas-form-card {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .vmas-form-card table.section,
  .vmas-form-card table.section > tbody,
  .vmas-form-card table.section > tbody > tr,
  .vmas-form-card table.section > tbody > tr > td.cell {
    display: block;
    width: 100% !important;
  }

  .vmas-form-card td.cell,
  .vmas-form-card td.cell:first-child,
  .vmas-form-card td.cell:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  .vmas-form-card .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vmas-form-card .actions .btn,
  .vmas-form-card input[type="submit"],
  .vmas-form-card button[type="submit"] {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmas-warm-button,
  .vmas-outline-button,
  .vmas-form-card input,
  .vmas-form-card select,
  .vmas-form-card textarea {
    transition: none;
  }

  .vmas-warm-button:hover,
  .vmas-outline-button:hover {
    transform: none;
  }
}

/* =========================================================
   MKN mobile navigation and responsive foundation
   Date: 2026-07-28
   ========================================================= */
@media (max-width: 991px) {
  .vmas-site-header {
    width: calc(100% - 20px) !important;
    margin: 8px auto 0 !important;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(16, 26, 58, 0.16) !important;
  }

  .vmas-site-header > .container {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .vmas-site-header .navbar-header {
    min-height: 72px;
  }

  .vmas-site-header .navbar-brand a {
    gap: 9px;
  }

  .vmas-site-header .navbar-brand a::after {
    content: "MKN";
    font-size: 21px;
    letter-spacing: 0.04em;
  }

  .vmas-site-header .navbar-brand img,
  .vmas-site-header .navbar-brand svg {
    max-width: 44px;
    max-height: 40px;
    margin: 0 4px 0 0 !important;
  }

  .vmas-site-header .navbar-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid !important;
    align-content: center;
    justify-content: center;
    gap: 5px;
    padding: 0 !important;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(16, 42, 73, 0.22);
  }

  .vmas-site-header .navbar-toggle .icon-bar {
    width: 23px;
    height: 2px;
    margin: 0 !important;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .vmas-site-header .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .vmas-site-header .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    opacity: 0;
  }

  .vmas-site-header .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .vmas-site-header .navbar-collapse {
    margin-right: -14px;
    margin-left: -14px;
    padding: 0 !important;
    background: linear-gradient(150deg, #102a49 0%, #123b67 62%, #15558d 100%);
    border-radius: 0 0 17px 17px;
  }

  .vmas-site-header .navbar-collapse::before {
    content: "EXPLORE MKN";
    display: block;
    padding: 24px 22px 10px;
    color: #fbc860;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
  }

  .vmas-site-header .menu-bar {
    display: block;
    width: 100%;
    padding: 0 12px 18px;
  }

  .vmas-site-header .navbar-nav > li > a {
    position: relative;
    margin: 0 !important;
    padding: 15px 14px !important;
    border-radius: 10px;
    color: #ffffff !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    letter-spacing: -0.015em;
  }

  .vmas-site-header .navbar-nav > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .vmas-site-header .navbar-nav > li > a:hover,
  .vmas-site-header .navbar-nav > li > a:focus,
  .vmas-site-header .navbar-nav > li.active > a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: none;
  }

  .vmas-site-header .navbar-nav > li > a::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.55);
    font-size: 17px;
  }

  .vmas-site-header .navbar-nav > li.dropdown > a::after {
    content: none;
  }

  .vmas-site-header .navbar-nav > li > a[aria-label="Consultation"] {
    margin-top: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.42);
    text-align: center;
  }

  .vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"] {
    margin-top: 10px !important;
    padding: 16px 18px !important;
    border: 0;
    color: #102a49 !important;
    background: linear-gradient(135deg, #fbc860, #ff9f1c) !important;
    box-shadow: 0 12px 28px rgba(5, 20, 38, 0.26);
    text-align: center;
  }

  .vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"]::after,
  .vmas-site-header .navbar-nav > li > a[aria-label="Consultation"]::after {
    content: none;
  }

  .vmas-site-header .dropdown-menu {
    position: static !important;
    float: none !important;
    display: block !important;
    min-width: 0;
    margin: 0 0 8px 14px;
    padding: 2px 0 4px 14px;
    border: 0;
    border-left: 2px solid rgba(251, 200, 96, 0.55);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .vmas-site-header .dropdown-menu .divider {
    display: none;
  }

  .vmas-site-header .dropdown-menu > li > a {
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.82) !important;
    background: transparent !important;
    font-size: 15px;
    font-weight: 650;
  }

  .vmas-site-header .dropdown-menu > li > a:hover,
  .vmas-site-header .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .vmas-page img,
  .vmas-form-page img,
  .mkn-sol img,
  .mkn-contact-page img {
    max-width: 100%;
    height: auto;
  }

  .vmas-page h1,
  .vmas-form-page h1,
  .mkn-contact-page h1 {
    overflow-wrap: anywhere;
  }

  .vmas-page .vmas-warm-button,
  .vmas-page .vmas-outline-button,
  .mkn-contact-page a[class*="button"] {
    justify-content: center;
    text-align: center;
  }
}

/* MKN mobile header refinement — 2026-07-30 */
@media (max-width: 991px) {
  .vmas-site-header {
    width: calc(100% - 24px) !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    border: 1px solid #dfe6f1 !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 10px 28px rgba(16, 26, 58, 0.12) !important;
  }

  .vmas-site-header > .container {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .vmas-site-header .navbar-header {
    min-height: 64px !important;
  }

  .vmas-site-header .navbar-brand a {
    min-width: 0;
    gap: 8px !important;
  }

  .vmas-site-header .navbar-brand a::after {
    content: "MKN AUTOMATION" !important;
    overflow: hidden;
    color: #102a49 !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    letter-spacing: -0.015em !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .vmas-site-header .navbar-brand img,
  .vmas-site-header .navbar-brand svg {
    width: auto !important;
    max-width: 40px !important;
    max-height: 38px !important;
    margin: 0 !important;
  }

  .vmas-site-header .navbar-toggle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    box-shadow: 0 7px 16px rgba(16, 42, 73, 0.18) !important;
  }

  .vmas-site-header .navbar-collapse {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }

  .vmas-site-header .navbar-collapse::before {
    content: "MKN BUSINESS AUTOMATION" !important;
    padding: 22px 20px 9px !important;
  }

  .vmas-site-header .menu-bar {
    padding: 0 10px 16px !important;
  }

  .vmas-site-header .navbar-nav > li > a {
    padding: 14px 13px !important;
    font-size: 17px !important;
  }
}

@media (max-width: 360px) {
  .vmas-site-header .navbar-brand a::after {
    content: "MKN" !important;
  }
}



/* =========================================================
   MKN FORM ALIGNMENT — VERSION 6
   Shared visual layer for Free AI Assessment and Consultation.
   Functional Dataverse form markup and behaviour are unchanged.
   ========================================================= */

body,
.vmas-site-header,
.vmas-site-header *,
.vmas-form-page,
.vmas-form-page *,
footer,
footer * {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
}

body {
  color: #102a49;
  background: #f5f7fb;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vmas-form-page {
  --mkn-navy: #102a49;
  --mkn-blue: #315efb;
  --mkn-accent: #ffb703;
  --mkn-accent-hover: #f2a900;
  --mkn-text: #536079;
  --mkn-muted: #6d7890;
  --mkn-border: #dfe6f0;
  --mkn-surface: #ffffff;
  --mkn-soft: #f7f9fc;
  padding: 28px 0 96px;
  color: var(--mkn-navy);
  font-size: 18px;
  line-height: 1.65;
}

.vmas-form-page .vmas-container {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
}

.vmas-form-page p {
  color: var(--mkn-text);
}

.vmas-form-page a,
.vmas-form-page button,
.vmas-form-page input,
.vmas-form-page select,
.vmas-form-page textarea {
  font-family: inherit !important;
}

.vmas-form-hero,
.vmas-form-main {
  border: 1px solid rgba(16, 42, 73, 0.08);
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(16, 42, 73, 0.08);
}

.vmas-form-hero {
  min-height: 520px;
  background:
    radial-gradient(circle at 82% 34%, rgba(114, 82, 255, 0.18), transparent 34%),
    radial-gradient(circle at 18% 0%, rgba(49, 94, 251, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f9fbff 55%, #f0edff 100%);
}

.vmas-form-hero--consultation {
  background:
    radial-gradient(circle at 82% 34%, rgba(34, 199, 184, 0.16), transparent 34%),
    radial-gradient(circle at 18% 0%, rgba(49, 94, 251, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f9fbff 55%, #edf9f7 100%);
}

.vmas-form-hero__inner {
  min-height: 520px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 64px;
  padding: 76px 64px;
}

.vmas-form-eyebrow,
.vmas-form-section__eyebrow,
.vmas-form-preview__label {
  color: var(--mkn-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em;
}

.vmas-form-page .vmas-form-hero h1 {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--mkn-navy) !important;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(56px, 5vw, 64px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.04 !important;
}

.vmas-form-hero__lead {
  max-width: 670px;
  margin-bottom: 30px;
  color: var(--mkn-text) !important;
  font-size: 20px !important;
  line-height: 1.55;
}

.vmas-form-preview {
  padding: 32px;
  border: 1px solid rgba(49, 94, 251, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(16, 42, 73, 0.12);
  backdrop-filter: blur(14px);
}

.vmas-form-preview strong {
  color: var(--mkn-navy) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3;
}

.vmas-form-preview li {
  color: var(--mkn-text);
  font-size: 16px;
  line-height: 1.55;
}

.vmas-warm-button,
.vmas-outline-button,
.vmas-form-card .actions .btn,
.vmas-form-card input[type="submit"],
.vmas-form-card button[type="submit"] {
  min-height: 54px;
  padding: 16px 22px;
  border-radius: 12px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease,
              background-color 180ms ease, border-color 180ms ease;
}

.vmas-warm-button,
.vmas-form-card .actions .btn-primary,
.vmas-form-card input[type="submit"].btn-primary,
.vmas-form-card button[type="submit"].btn-primary {
  border-color: var(--mkn-accent) !important;
  color: var(--mkn-navy) !important;
  background: var(--mkn-accent) !important;
  box-shadow: 0 10px 24px rgba(255, 183, 3, 0.28);
}

.vmas-warm-button:hover,
.vmas-warm-button:focus-visible,
.vmas-form-card .actions .btn-primary:hover,
.vmas-form-card .actions .btn-primary:focus-visible,
.vmas-form-card input[type="submit"].btn-primary:hover,
.vmas-form-card input[type="submit"].btn-primary:focus-visible {
  border-color: var(--mkn-accent-hover) !important;
  background: var(--mkn-accent-hover) !important;
  box-shadow: 0 14px 28px rgba(255, 183, 3, 0.34);
  transform: translateY(-2px);
}

.vmas-outline-button,
.vmas-form-card .actions .btn-default,
.vmas-form-card .actions .btn-secondary {
  border: 1px solid rgba(16, 42, 73, 0.28) !important;
  color: var(--mkn-navy) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: none;
}

.vmas-outline-button:hover,
.vmas-outline-button:focus-visible,
.vmas-form-card .actions .btn-default:hover,
.vmas-form-card .actions .btn-default:focus-visible,
.vmas-form-card .actions .btn-secondary:hover,
.vmas-form-card .actions .btn-secondary:focus-visible {
  border-color: var(--mkn-blue) !important;
  color: var(--mkn-blue) !important;
  background: #ffffff !important;
  transform: translateY(-2px);
}

.vmas-form-page a:focus-visible,
.vmas-form-page button:focus-visible,
.vmas-form-page input:focus-visible,
.vmas-form-page select:focus-visible,
.vmas-form-page textarea:focus-visible {
  outline: 3px solid rgba(49, 94, 251, 0.3) !important;
  outline-offset: 3px;
}

.vmas-form-facts {
  gap: 12px 20px;
  margin-top: 20px;
  color: var(--mkn-muted);
  font-size: 14px;
}

.vmas-form-main {
  margin-top: 28px;
  background: linear-gradient(135deg, #f6f8ff 0%, #f8faff 100%);
}

.vmas-form-main__inner {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  padding: 64px;
}

.vmas-form-section__copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.vmas-form-page .vmas-form-section__copy h2 {
  margin: 0 0 20px;
  color: var(--mkn-navy) !important;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.vmas-form-section__copy > p:not(.vmas-form-section__eyebrow) {
  max-width: 420px;
  font-size: 17px;
  line-height: 1.65;
}

.vmas-form-note {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(49, 94, 251, 0.14);
  border-radius: 14px;
  color: var(--mkn-text);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.vmas-form-card {
  padding: 40px;
  border: 1px solid var(--mkn-border);
  border-radius: 20px;
  background: var(--mkn-surface);
  box-shadow: 0 18px 48px rgba(16, 42, 73, 0.09);
}

.vmas-form-card .tab-title,
.vmas-form-card legend {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom-color: var(--mkn-border);
  color: var(--mkn-navy) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.vmas-form-card td.cell {
  padding: 0 12px 24px;
}

.vmas-form-card label,
.vmas-form-card .info label {
  margin-bottom: 9px;
  color: #263451 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.vmas-form-card input[type="text"],
.vmas-form-card input[type="email"],
.vmas-form-card input[type="tel"],
.vmas-form-card input[type="number"],
.vmas-form-card input[type="url"],
.vmas-form-card input[type="date"],
.vmas-form-card input[type="datetime-local"],
.vmas-form-card input[type="password"],
.vmas-form-card select,
.vmas-form-card textarea,
.vmas-form-card .form-control {
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #cfd8e6;
  border-radius: 12px;
  color: var(--mkn-navy);
  background: #fbfcfe;
  font-size: 16px !important;
  line-height: 1.45;
}

.vmas-form-card textarea,
.vmas-form-card textarea.form-control {
  min-height: 142px;
}

.vmas-form-card input:hover,
.vmas-form-card select:hover,
.vmas-form-card textarea:hover,
.vmas-form-card .form-control:hover {
  border-color: #aebbd0;
  background: #ffffff;
}

.vmas-form-card input:focus,
.vmas-form-card select:focus,
.vmas-form-card textarea:focus,
.vmas-form-card .form-control:focus {
  border-color: var(--mkn-blue) !important;
  outline: 0 !important;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(49, 94, 251, 0.12) !important;
}

.vmas-form-card .description,
.vmas-form-card .help-block,
.vmas-form-card small {
  margin-top: 7px;
  color: var(--mkn-muted);
  font-size: 13px !important;
  line-height: 1.45;
}

.vmas-form-card .actions {
  gap: 12px;
  margin-top: 14px;
  padding-top: 28px;
  border-top-color: var(--mkn-border);
}

.vmas-form-card .validation-summary,
.vmas-form-card .validation-summary-errors,
.vmas-form-card .alert-danger {
  border-radius: 12px;
  font-size: 14px;
}

.vmas-site-header .navbar {
  border-radius: 20px !important;
}

.vmas-site-header .navbar-nav > li > a {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"] {
  border-radius: 12px !important;
  background: var(--mkn-accent, #ffb703) !important;
  box-shadow: 0 9px 22px rgba(255, 183, 3, 0.25) !important;
}

@media (max-width: 991px) {
  .vmas-form-page {
    padding-bottom: 72px;
  }

  .vmas-form-hero {
    min-height: auto;
  }

  .vmas-form-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 58px 42px;
  }

  .vmas-form-page .vmas-form-hero h1 {
    max-width: 760px;
    font-size: 48px !important;
  }

  .vmas-form-main__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 52px 42px;
  }

  .vmas-form-section__copy {
    position: static;
  }

  .vmas-form-section__copy > p:not(.vmas-form-section__eyebrow) {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .vmas-form-page {
    padding: 16px 0 56px;
    font-size: 16px;
  }

  .vmas-form-page .vmas-container {
    width: min(calc(100% - 32px), 1200px);
  }

  .vmas-form-hero,
  .vmas-form-main {
    border-radius: 18px;
  }

  .vmas-form-hero__inner {
    gap: 30px;
    padding: 44px 24px;
  }

  .vmas-form-page .vmas-form-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10vw, 40px) !important;
    letter-spacing: -0.04em !important;
  }

  .vmas-form-hero__lead {
    margin-bottom: 24px;
    font-size: 16px !important;
    line-height: 1.6;
  }

  .vmas-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vmas-warm-button,
  .vmas-outline-button {
    width: 100%;
  }

  .vmas-form-preview {
    padding: 24px;
    border-radius: 18px;
  }

  .vmas-form-preview strong {
    font-size: 20px !important;
  }

  .vmas-form-main {
    margin-top: 20px;
  }

  .vmas-form-main__inner {
    gap: 30px;
    padding: 42px 20px;
  }

  .vmas-form-page .vmas-form-section__copy h2 {
    font-size: 28px !important;
  }

  .vmas-form-card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .vmas-form-card table.section,
  .vmas-form-card table.section > tbody,
  .vmas-form-card table.section > tbody > tr,
  .vmas-form-card td.cell {
    display: block !important;
    width: 100% !important;
  }

  .vmas-form-card td.cell {
    padding: 0 0 22px !important;
  }

  .vmas-form-card .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vmas-form-card .actions .btn,
  .vmas-form-card input[type="submit"],
  .vmas-form-card button[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .vmas-form-page .vmas-container {
    width: min(calc(100% - 24px), 1200px);
  }

  .vmas-form-hero__inner {
    padding: 38px 18px;
  }

  .vmas-form-main__inner {
    padding: 36px 14px;
  }

  .vmas-form-card {
    padding: 24px 16px;
  }
}

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


/* =========================================================
   MKN 2026-08-04 — CONTAINER AND BUTTON CONSISTENCY
   ========================================================= */
.vmas-form-page .vmas-container {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-inline: auto !important;
}

.vmas-form-page .vmas-warm-button,
.vmas-form-page a.vmas-warm-button,
.vmas-form-page .btn-primary,
.vmas-form-card input[type="submit"],
.vmas-form-card button[type="submit"],
.vmas-form-card .actions .btn-primary,
.vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"] {
  background: #ffb703 !important;
  background-image: none !important;
  border-color: #ffb703 !important;
  color: #071a33 !important;
  box-shadow: 0 9px 22px rgba(255, 183, 3, 0.25) !important;
}

.vmas-form-page .vmas-warm-button:hover,
.vmas-form-page a.vmas-warm-button:hover,
.vmas-form-page .btn-primary:hover,
.vmas-form-card input[type="submit"]:hover,
.vmas-form-card button[type="submit"]:hover,
.vmas-form-card .actions .btn-primary:hover,
.vmas-site-header .navbar-nav > li > a[aria-label="Free Assessment"]:hover {
  background: #ffc83d !important;
  border-color: #ffc83d !important;
  color: #071a33 !important;
}

.vmas-form-page .vmas-outline-button,
.vmas-form-page a.vmas-outline-button,
.vmas-form-card .actions .btn-default,
.vmas-form-card .actions .btn-secondary {
  background: #ffffff !important;
  background-image: none !important;
  border-color: #aebdd0 !important;
  color: #071a33 !important;
  box-shadow: none !important;
}

.vmas-form-page .vmas-outline-button:hover,
.vmas-form-page a.vmas-outline-button:hover,
.vmas-form-card .actions .btn-default:hover,
.vmas-form-card .actions .btn-secondary:hover {
  background: #f7f9fc !important;
  border-color: #155cf6 !important;
  color: #071a33 !important;
}

@media (max-width: 767px) {
  .vmas-form-page .vmas-container {
    width: min(1200px, calc(100% - 32px)) !important;
  }
}

@media (max-width: 420px) {
  .vmas-form-page .vmas-container {
    width: min(1200px, calc(100% - 24px)) !important;
  }
}
