:root {
  --navy: #06162b;
  --navy-2: #0b1d36;
  --navy-soft: #102441;
  --ink: #071a31;
  --muted: #68798a;
  --orange: #e85e22;
  --orange-dark: #c94d1b;
  --burgundy: #6f1039;
  --burgundy-2: #8c1c4d;
  --gold: #d3ad5f;
  --cobalt: #4161e8;
  --powder-blue: #a7d3e5;
  --cream: #fff9f1;
  --surface-light: #fbf5ec;
  --ice: var(--cream);
  --line: rgba(16, 36, 65, 0.12);
  --warm-line: rgba(211, 173, 95, 0.26);
  --shadow: 0 18px 48px rgba(7, 24, 46, 0.13);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: rgba(16, 41, 63, 0.72);
  font-size: 15px;
  line-height: 1.68;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  color: var(--navy);
  font-size: clamp(28px, 2.55vw, 35px);
  font-weight: 800;
  line-height: 1.12;
}

h2 {
  color: var(--ink);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.16;
}

h3 {
  color: var(--ink);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 650;
  line-height: 1.32;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

/* ============================
   UNIFIED SITE HEADER
   ============================ */
.site-header {
  position: sticky;
  top: 28px;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 3vw;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  max-width: 1440px;
  min-height: 100px;
  padding: 0 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 40px rgba(7, 24, 46, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav a:not(.nav-register-btn) {
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.header-nav a:not(.nav-register-btn):hover {
  color: var(--orange);
}

.nav-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(232, 94, 34, 0.28);
  transition: background 0.2s, transform 0.15s;
}

.nav-register-btn:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.brand img {
  width: 140px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.header-vtu-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.header-stringstack-logo {
  width: 160px;
  height: 42px;
  object-fit: contain;
}

/* ============================
   HERO SECTION
   ============================ */
.hero {
  position: relative;
  background: var(--cream);
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Subtle warm ambient dots */
.hero::before {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 60px;
  width: 110px;
  height: 110px;
  opacity: 0.45;
  background-image: radial-gradient(var(--orange) 1.2px, transparent 1.4px);
  background-size: 14px 14px;
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  width: 93%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0;
  gap: 0;
}

/* ============================
   LEFT HERO COPY
   ============================ */
.hero-copy {
  padding: 0 40px 0 32px;
  position: relative;
  z-index: 1;
}

/* ============================
   HERO TYPOGRAPHY
   ============================ */
.hero-eyebrow {
  display: block;
  color: var(--orange);
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  margin: 0 0 24px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 28px;
}

.approval-heading {
  display: block;
  color: var(--navy);
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 800;
  line-height: 1.08;
}

.university-heading {
  display: block;
  color: var(--orange);
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
}

/* ============================
   HERO BULLETS
   ============================ */
.hero-bullets {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 24px;
}

.hero-bullet-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.hero-bullet-divider {
  height: 1px;
  background: rgba(16, 36, 65, 0.1);
  margin: 0;
}

.hero-bullet-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(232, 94, 34, 0.1);
  color: var(--orange);
}

.hero-bullet-icon svg {
  width: 20px;
  height: 20px;
}

.hero-lede,
.hero-date {
  margin: 0;
  color: var(--navy);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.5;
}

.deadline-card {
  display: flex;
  align-items: center;
  flex: 1 1 260px;
  min-width: 260px;
  min-height: 118px;
  border: 1.5px solid rgba(232, 94, 34, 0.18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 24, 46, 0.07);
  overflow: hidden;
}

.assurance-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.refund-card {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1.3 1 260px;
  min-width: 260px;
  min-height: 118px;
  padding: 0 18px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff8a3d, var(--orange) 55%, var(--orange-dark));
  box-shadow: 0 10px 30px rgba(232, 94, 34, 0.4);
  animation: refund-glow 2.6s ease-in-out infinite;
}

.refund-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--orange-dark);
}

.refund-icon-wrap svg {
  width: 22px;
  height: 22px;
}

.refund-title {
  color: #fff;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@keyframes refund-glow {
  0%, 100% {
    box-shadow: 0 10px 30px rgba(232, 94, 34, 0.4);
  }
  50% {
    box-shadow: 0 10px 40px rgba(232, 94, 34, 0.65), 0 0 0 6px rgba(232, 94, 34, 0.12);
  }
}

.deadline-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 100%;
  min-height: 118px;
  color: var(--orange);
}

.deadline-icon-wrap svg {
  width: 28px;
  height: 28px;
}

.deadline-divider {
  width: 1px;
  height: 72px;
  background: rgba(232, 94, 34, 0.2);
  flex-shrink: 0;
}

.deadline-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 20px;
  min-width: 0;
}

.deadline-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.deadline-label strong {
  font-weight: 900;
}

.deadline-date {
  display: block;
  font-size: clamp(20px, 2.1vw, 27px);
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  width: 100%;
  height: 100%;
}

.hero-card-caption {
  width: clamp(420px, 46vw, 640px);
  margin: 0;
  text-align: center;
  color: var(--navy);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.caption-highlight {
  color: var(--orange);
}

.hero-img-single {
  margin: 0;
  width: clamp(420px, 46vw, 640px);
}

.hero-img-single img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  border: 4px solid #fff;
  box-shadow: 0 18px 48px rgba(7, 24, 46, 0.12);
  display: block;
}

.hero-card {
  margin: 0;
  width: 100%;
  position: relative;
}

.hero-card img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(7, 24, 46, 0.12);
}

.hero-eyebrow .badge {
  display: inline-flex;
  color: var(--orange);
}

.hero-title {
  max-width: 100%;
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  white-space: normal;
}

.hero-title .brand-highlight {
  color: var(--orange);
}

.headline-nowrap {
  display: inline-block;
  font-size: 0.82em;
  white-space: nowrap;
}

.headline-line {
  display: block;
}

.headline-university {
  line-height: 1.1;
  text-align: left;
  color: var(--navy);
  margin-bottom: 0;
  font-size: clamp(27px, 3.6vw, 45px);
}

.headline-approved {
  text-align: left;
  margin-bottom: 0;
  color: var(--orange);
  white-space: normal;
  line-height: 1.1;
}

.headline-program {
  display: none;
}

.hero-lede {
  max-width: none;
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.42;
}

.hero-bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.hero-bullet-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.hero-bullet-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(232, 94, 34, 0.1);
  color: var(--orange);
}

.hero-bullet-icon svg {
  width: 18px;
  height: 18px;
}

.hero-date {
  position: relative;
  max-width: 430px;
  margin-top: 22px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
}

.deadline-pill {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 178, 142, 0.48);
  border-radius: 999px;
  color: #ffe5d6;
  background: rgba(204, 85, 51, 0.18);
  box-shadow: 0 18px 42px rgba(204, 85, 51, 0.18);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 650;
  line-height: 1.25;
}

.hero-deadline {
  margin-top: 8px;
  color: #ffb28e;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-card {
  width: 100%;
  margin: 0;
  align-self: start;
  justify-self: end;
  transform: none;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.hero-copy {
  padding: 0 40px 0 32px;
  position: relative;
  z-index: 1;
}

main > section:not(.hero):not(.register-section):not(.footer) h1,
main > section:not(.hero):not(.register-section):not(.footer) h2,
main > section:not(.hero):not(.register-section):not(.footer) h3,
main > section:not(.hero):not(.register-section):not(.footer) strong {
  color: var(--navy);
}

main > section:not(.hero):not(.register-section):not(.footer) p,
main > section:not(.hero):not(.register-section):not(.footer) li,
main > section:not(.hero):not(.register-section):not(.footer) a {
  color: rgba(6, 22, 43, 0.74);
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 50px;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 21, 37, 0.86);
  backdrop-filter: blur(14px);
}

.hero-ticker span {
  display: grid;
  place-items: center;
  min-height: 50px;
  padding: 0 14px;
  color: #f3f7fc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-bar {
  padding: 26px clamp(18px, 5vw, 72px);
  border-block: 1px solid var(--line);
  background: #fff;
}

.trust-bar div {
  display: grid;
  grid-template-columns: 86px 190px 280px;
  gap: clamp(22px, 6vw, 78px);
  align-items: center;
  justify-content: center;
  max-width: var(--max);
  margin: 0 auto;
}

.trust-bar img {
  width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.section,
.video-section,
.register-section {
  padding: clamp(52px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 34px;
}

.section-heading.centered {
  max-width: 900px;
  text-align: center;
}

.benefits-section .section-heading {
  margin-bottom: 18px;
}

.benefits-section .section-heading h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
}

.benefits-section .section-heading::after {
  display: block;
  width: 96px;
  height: 1px;
  margin: 22px auto 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(232, 94, 34, 0.85), transparent);
}

.benefits-section,
.process-section {
  background: var(--ice);
}

.benefits-section {
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.benefit-grid article {
  position: relative;
  display: grid;
  align-content: start;
  grid-column: span 2;
  gap: 11px;
  min-height: 124px;
  padding: 15px 18px 16px;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 65, 0.08);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 8px 24px rgba(7, 24, 46, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.benefit-grid article::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  content: "";
  background: var(--orange);
}

.benefit-tag {
  position: absolute;
  top: 15px;
  right: 18px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.benefit-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.benefit-grid article:nth-child(5) {
  grid-column: 4 / span 2;
}

.benefit-grid article:hover {
  border-color: rgba(232, 94, 34, 0.42);
  box-shadow: 0 16px 40px rgba(7, 24, 46, 0.1);
  transform: translateY(-2px);
}

.benefit-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 28px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(232, 94, 34, 0.1);
  font-size: 14px;
  font-weight: 800;
}

.benefit-card-body {
  display: grid;
  grid-template-columns: 54px 1px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(232, 94, 34, 0.1);
}

.benefit-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-icon svg path:last-child,
.benefit-icon svg circle:last-child {
  stroke: var(--orange);
}

.benefit-card-body i {
  display: block;
  width: 1px;
  height: 42px;
  background: rgba(16, 36, 65, 0.1);
}

.benefit-grid h3 {
  max-width: 100%;
  margin: 0;
  color: var(--navy);
  font-size: clamp(17px, 1.12vw, 19px);
  font-weight: 800;
  line-height: 1.28;
}

.branch-band {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 28px;
  max-width: 1120px;
  margin: 48px auto 0;
  padding: 22px 30px;
  border: 1px solid rgba(16, 36, 65, 0.1);
  border-radius: 8px;
  color: #410004;
  background: #ffdad7;
}

.branch-band span {
  flex: 0 0 auto;
  color: #852221;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.branch-band strong {
    color: #410004;
    font-size: clamp(20px, 1.55vw, 24px);
    font-weight: 600;
    line-height: 1.3;
  }

.branch-band::before {
  order: 2;
  width: 1px;
  height: 32px;
  content: "";
  background: rgba(65, 0, 4, 0.2);
}

.branch-band strong {
    color: #410004;
    font-size: clamp(20px, 1.55vw, 24px);
    font-weight: 600;
    line-height: 1.3;
  }

.career-journey {
  max-width: 900px;
  margin: 42px auto 0;
}

.journey-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  max-width: 900px;
  margin: 0 auto;
}

.journey-stage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.journey-stage span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(232, 94, 34, 0.42);
  border-radius: 50%;
  color: var(--orange);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}

.journey-stage h3 {
  color: var(--navy);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.journey-stage:not(:last-child)::after {
  width: 42px;
  height: 1px;
  margin-left: clamp(6px, 1.2vw, 14px);
  content: "";
  background: rgba(16, 36, 65, 0.2);
}

.collaborators {
  overflow: hidden;
  background: #fff;
}

.collaborators-layout {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.collaborators-logos {
  flex: 1 1 auto;
  min-width: 0;
}

.collaborators-heading {
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
}

.collaborators-heading h2 {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.25;
}

.collaborators-heading h2 span {
  color: var(--orange);
}

.collaborators-heading::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 16px;
  content: "";
  background: var(--orange);
  border-radius: 2px;
}

.collaborators-layout .marquee {
  flex: 1 1 auto;
  min-width: 0;
  margin-inline: 0;
}

.collaborators-layout .video-box {
  flex: 0 0 auto;
  width: min(100%, 380px);
}

.marquee {
  display: grid;
  gap: 32px;
  margin-inline: calc(clamp(18px, 5vw, 72px) * -1);
  overflow: hidden;
  padding-block: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.logo-row {
  display: flex;
  width: max-content;
  gap: 28px;
  will-change: transform;
}

.logo-row__group {
  display: flex;
  flex: 0 0 auto;
  gap: 28px;
}

.logo-row.left {
  animation: marquee-left 48s linear infinite;
}

.logo-row.right {
  animation: marquee-right 52s linear infinite;
}

.logo-row.slow {
  animation-duration: 68s;
}

.marquee:hover .logo-row {
  animation-play-state: paused;
}

.logo-row span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 130px;
  padding: 18px 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(10, 43, 74, 0.06);
}

.logo-row img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 75px;
  object-fit: contain;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 12px)); }
}

@keyframes marquee-right {
  from { transform: translateX(calc(-50% - 12px)); }
  to { transform: translateX(0); }
}

.video-section {
  display: grid;
  justify-content: center;
  padding: 44px 16px 54px;
  max-width: none;
  scroll-margin-top: 82px;
  color: var(--navy);
  background: #fff;
}

.video-box {
  position: relative;
  width: min(100%, 490px);
  justify-self: center;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(7, 24, 46, 0.09);
}

.video-brand {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}

.video-brand img:first-child {
  /* iGenuine logo — left-aligned */
  flex: 0 0 auto;
  width: auto;
  max-width: 44%;
  max-height: 32px;
  object-fit: contain;
  object-position: left center;
}

.video-brand img:last-child {
  /* StringStack logo — right-aligned */
  flex: 0 0 auto;
  width: auto;
  max-width: 44%;
  max-height: 32px;
  object-fit: contain;
  object-position: right center;
}

.video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 18px;
  background: #02060f;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(7, 24, 46, 0.22);
  box-shadow: 0 12px 28px rgba(7, 24, 46, 0.2);
  cursor: pointer;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
}

.video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-block: 12px solid transparent;
  border-left: 17px solid #fff;
}

.video-box.is-playing .video-play {
  display: none;
}

/* Keep brand logos visible when video is playing */
.video-box.is-playing .video-brand {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-box:not(.is-playing) .video-brand {
  opacity: 1;
}

.timeline {
  position: relative;
  display: grid;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 2px;
  background: var(--line);
}

.timeline li {
  display: grid;
  grid-template-columns: 1fr 76px 1fr;
  gap: 24px;
  align-items: start;
}

.timeline li > span {
  grid-column: 2;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 2px solid var(--line);
  border-radius: 999px;
  color: var(--orange);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.timeline li > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(10, 43, 74, 0.06);
}

.timeline strong {
  color: var(--ink);
  font-weight: 600;
}

.timeline li:nth-child(odd) > div {
  grid-column: 1;
  grid-row: 1;
}

.timeline li:nth-child(even) > div {
  grid-column: 3;
}

.timeline p {
  margin-top: 12px;
}

.timeline .note {
  padding: 14px;
  border-radius: 12px;
  color: rgba(16, 41, 63, 0.78);
  background: var(--ice);
}

.process-kicker {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.register-kicker {
  color: #ffb28e;
}

.faq-section {
  background: #fff;
}

.faq-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto 34px;
}

.faq-head > div {
  max-width: 820px;
}

.document-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 320px);
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ice);
  font-weight: 700;
}

.document-chip img {
  width: 66px;
  height: 86px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(10, 43, 74, 0.14);
}

.accordion {
  display: grid;
  gap: 12px;
  max-width: var(--max);
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(10, 43, 74, 0.05);
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  color: var(--ink);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 26px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details > div {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px;
  border-top: 1px solid rgba(10, 43, 74, 0.07);
}

details > div p:first-child {
  margin-top: 18px;
}

.circular-section {
  display: grid;
  grid-template-columns: minmax(260px, 460px) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
  background: var(--ice);
}

.circular-preview {
  position: relative;
  display: block;
  max-width: 460px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.circular-preview img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  border-radius: 14px;
}

.circular-preview span {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 25, 47, 0.9);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.circular-section .button {
  margin-top: 28px;
}

.register-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  color: #fff;
  background: var(--navy-2);
}

.register-section h2 {
  color: #fff;
}

.register-section p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(247, 249, 252, 0.78);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
}

.register-section .button {
  margin-top: 28px;
}

.qr-card {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.qr-card figcaption {
  color: rgba(247, 249, 252, 0.7);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qr-card img {
  width: 210px;
  border: 12px solid #fff;
  border-radius: 12px;
  background: #fff;
}

.footer {
  padding: 42px clamp(14px, 4vw, 54px) 0;
  color: rgba(255, 249, 241, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 249, 241, 0.72), rgba(255, 255, 255, 0) 42px),
    #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 52px) 34px;
  overflow: hidden;
  border: 1px solid rgba(248, 217, 149, 0.18);
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at 12% 0, rgba(232, 94, 34, 0.22), transparent 28%),
    linear-gradient(135deg, #030813 0%, var(--navy) 54%, #030711 100%);
  box-shadow: 0 -18px 50px rgba(7, 24, 46, 0.16);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(420px, 0.95fr);
  gap: clamp(24px, 3.2vw, 52px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 20px;
  max-width: 330px;
}

.footer img {
  width: min(218px, 100%);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.footer img.footer-logo-mark {
  width: 140px;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 249, 241, 0.74);
  line-height: 1.65;
}

.footer-sections {
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(220px, 1fr);
  gap: clamp(28px, 4vw, 64px);
  justify-self: end;
  width: min(100%, 560px);
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer h2 {
  margin: 0 0 8px;
  color: #fffaf2;
  font-size: 18px;
  line-height: 1.2;
}

.footer-links a,
.footer-contact a {
  display: inline-flex;
  width: fit-content;
  color: rgba(255, 249, 241, 0.72);
  line-height: 1.35;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #f8d995;
  transform: translateX(3px);
}

.footer-bottom {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-top: clamp(34px, 5vw, 62px);
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 249, 241, 0.74);
  text-align: center;
}

body {
  background: #fff;
}

.top-nav {
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.38);
}

.button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  color: #fffaf2;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--orange), #d95726);
  box-shadow: 0 14px 30px rgba(232, 94, 34, 0.26);
  transition: background 0.2s, transform 0.15s;
}

.button.primary:hover {
  background: linear-gradient(135deg, #d95726, var(--orange-dark));
  transform: translateY(-1px);
}

.hero {
  background:
    radial-gradient(circle at 0 18%, rgba(232, 94, 34, 0.05), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fffaf4 100%);
}

.hero-panel {
  background: transparent;
}

.hero-panel::before {
  display: block;
}

.hero-ticker {
  scrollbar-width: none;
}

.hero-ticker::-webkit-scrollbar {
  display: none;
}

.hero-panel::after {
  left: 43%;
  bottom: 62px;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 0;
  background-image: radial-gradient(var(--orange) 1.2px, transparent 1.4px);
  background-size: 14px 14px;
  transform: none;
  opacity: 0.55;
}

.register-section .eyebrow,
.video-section .eyebrow {
  color: var(--orange);
}

.hero-lede {
  color: var(--navy);
}

.hero-date {
  color: var(--navy);
}

.deadline-pill {
  border-color: rgba(211, 173, 95, 0.66);
  color: #f8d995;
  background: linear-gradient(135deg, rgba(232, 94, 34, 0.22), rgba(211, 173, 95, 0.14));
  box-shadow: 0 18px 42px rgba(232, 94, 34, 0.18);
}

.hero-ticker {
  background: rgba(7, 24, 46, 0.88);
}

.hero-ticker i {
  box-shadow: 0 0 8px rgba(232, 94, 34, 0.6);
}

.trust-bar {
  border-block-color: var(--warm-line);
  background:
    linear-gradient(90deg, rgba(232, 94, 34, 0.07), transparent 18%, transparent 82%, rgba(211, 173, 95, 0.12)),
    var(--surface-light);
}

.benefits-section {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.benefit-grid article {
  border-color: rgba(16, 36, 65, 0.14);
}

.benefit-grid article:hover {
  border-color: rgba(232, 94, 34, 0.5);
}

.benefit-number {
  color: var(--orange);
}

.benefit-grid h3 {
  color: var(--navy);
}

.branch-band {
  border-color: rgba(16, 36, 65, 0.1);
  background: #ffdad7;
}

.branch-band span {
  color: #852221;
}

.collaborators {
  background: linear-gradient(180deg, var(--cream) 0%, #fffdf9 100%);
}

.logo-row span {
  border-color: rgba(211, 173, 95, 0.2);
  box-shadow: 0 8px 22px rgba(7, 24, 46, 0.07);
}


.process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at -8% 8%, rgba(232, 94, 34, 0.12) 0 12%, transparent 13%),
    radial-gradient(circle at 104% 62%, rgba(167, 211, 229, 0.24) 0 12%, transparent 13%),
    var(--cream);
}

.timeline::before {
  background: linear-gradient(180deg, var(--orange), var(--cobalt), var(--gold), var(--burgundy));
}

.timeline li > span {
  border-color: rgba(255, 249, 241, 0.9);
  color: #fff;
  background: var(--orange);
  box-shadow: 0 8px 24px rgba(232, 94, 34, 0.2);
}

.timeline li:nth-child(2n) > span {
  background: var(--cobalt);
}

.timeline li:nth-child(3n) > span {
  color: var(--navy);
  background: var(--gold);
}

.timeline li:nth-child(4n) > span {
  background: var(--burgundy);
}

.timeline li > div {
  border-color: rgba(211, 173, 95, 0.2);
  background: #fffdf9;
  box-shadow: 0 8px 24px rgba(7, 24, 46, 0.07);
}

.timeline .note {
  background: rgba(255, 249, 241, 0.88);
}

.register-kicker {
  color: #f8d995;
}

.docs-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf3 0%, #fff6ec 100%);
}

.doc-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(211, 173, 95, 0.22);
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 10px 28px rgba(7, 24, 46, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.doc-card:hover {
  box-shadow: 0 14px 34px rgba(7, 24, 46, 0.1);
  transform: translateY(-3px);
}

.doc-card:first-child {
  border-color: rgba(232, 94, 34, 0.34);
  background:
    radial-gradient(circle at 14% 30%, rgba(65, 97, 232, 0.18) 0 14%, transparent 15%),
    linear-gradient(135deg, #031326 0%, #071d36 58%, #041123 100%);
  box-shadow: inset 3px 0 0 var(--orange), 0 10px 28px rgba(7, 24, 46, 0.14);
}

.doc-content {
  display: grid;
  gap: 0;
  min-width: 0;
}

.doc-content strong {
  color: var(--navy);
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 800;
  line-height: 1.18;
}

.doc-content em {
  width: 34px;
  height: 2px;
  margin: 12px 0 10px;
  background: var(--orange);
}

.doc-content span {
  max-width: 360px;
  color: rgba(16, 36, 65, 0.72);
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 1.45;
}

.doc-card:first-child .doc-content strong,
.doc-card:first-child .doc-content span {
  color: #fff9f1 !important;
}

.doc-card:first-child .doc-content span {
  color: rgba(255, 249, 241, 0.88);
}

.doc-card:nth-child(2) {
  background: #fffdf9;
}

.doc-icon {
  display: none;
}

.doc-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  justify-self: end;
  border-radius: 50%;
  background: #fffdf9;
  border: 1px solid rgba(211, 173, 95, 0.2);
  box-shadow: 0 8px 20px rgba(7, 24, 46, 0.1);
}

.doc-card:first-child .doc-arrow {
  background: linear-gradient(135deg, #ff9b3e, var(--orange));
  border-color: transparent;
}

.doc-arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--navy);
  border-right: 3px solid var(--navy);
  transform: rotate(45deg);
}

.doc-card:first-child .doc-arrow::before {
  border-color: #fff;
}

.register-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at -8% 20%, rgba(232, 94, 34, 0.28) 0 15%, transparent 16%),
    radial-gradient(circle at 92% -12%, rgba(11, 29, 54, 0.86) 0 22%, transparent 23%),
    linear-gradient(135deg, var(--burgundy), #5c0d30 58%, #3f0822);
}

.register-section::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -105px;
  width: 245px;
  height: 245px;
  border: 34px solid rgba(232, 94, 34, 0.62);
  border-left-color: rgba(211, 173, 95, 0.58);
  border-radius: 50%;
  pointer-events: none;
}

.register-section > * {
  position: relative;
  z-index: 1;
}

.register-section p {
  color: rgba(255, 249, 241, 0.78);
}

.qr-card {
  border-color: rgba(211, 173, 95, 0.32);
  background: rgba(255, 249, 241, 0.12);
}

.qr-card figcaption {
  color: rgba(248, 217, 149, 0.86);
}

@media (max-width: 1120px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .collaborators-layout {
    flex-direction: column;
  }

  .collaborators-layout .marquee {
    width: 100%;
  }

  .collaborators-layout .video-box video {
    height: auto;
    aspect-ratio: 9 / 16;
  }

  /* Real hero markup is .hero-inner/.hero-copy/.hero-visual/.hero-img-single —
     the .hero-panel/.hero-card/.partner-strip/.video-brand rules above target
     class names from an earlier version of this template that no longer exist
     in the HTML, so they never fired and the hero never stacked on mobile,
     leaving a fixed 45%/55% grid to crush the copy column and overlap the
     image. These rules target what is actually on the page. */

  /* Three fixed-width logos + 4 nav links + a Register button never fit a
     tablet-width header (they only got simplified below 760px), so at
     760-980px the logos and nav links overlap each other. Same fix as the
     760px block, starting one breakpoint earlier. */
  .header-stringstack-logo {
    display: none;
  }

  .header-nav a:not(.nav-register-btn) {
    display: none;
  }

  .header-nav {
    gap: 10px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    align-items: center;
    height: auto;
  }

  .hero-img-single,
  .hero-card-caption {
    width: min(100%, 480px);
  }

  .video-section,
  .register-section {
    grid-template-columns: 1fr;
  }

  .doc-card {
    grid-template-columns: minmax(0, 1fr) 42px;
    min-height: 118px;
  }

  .video-box {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .video-brand {
    top: 22px;
    left: 24px;
    right: 24px;
  }

  .video-brand img {
    max-height: 28px;
  }

  .timeline::before {
    left: 28px;
  }

  .timeline li {
    grid-template-columns: 58px 1fr;
  }

  .timeline li > span {
    grid-column: 1;
  }

  .timeline li:nth-child(odd) > div,
  .timeline li:nth-child(even) > div {
    grid-column: 2;
  }

  .faq-head {
    display: grid;
  }
}

@media (max-width: 760px) {
  /* Same stale-class problem as the 980px block above: .top-nav/.brand
     span/.hero-panel/.hero-headline don't exist in the HTML (the header is
     .site-header-inner > .header-logos + .header-nav; the hero headline is
     .approval-heading + .university-heading), so none of the intended
     shrinking below ever applied. Without it, 4 nav links + a Register
     button + 3 logos never fit an ~360px header and overflowed it. */
  .site-header {
    top: 12px;
    padding: 0 4vw;
  }

  .site-header-inner {
    min-height: 64px;
    padding: 0 14px;
  }

  .header-logos {
    gap: 10px;
  }

  .brand img {
    width: 100px;
    height: 30px;
  }

  .header-vtu-logo {
    width: 34px;
    height: 34px;
  }

  .header-stringstack-logo {
    display: none;
  }

  .header-nav {
    gap: 10px;
  }

  .header-nav a:not(.nav-register-btn) {
    display: none;
  }

  .nav-register-btn {
    min-width: 0;
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hero {
    padding: 14px 0 42px;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: clamp(24px, 6vw, 42px);
    padding: 2px 0 10px;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-eyebrow {
    display: inline-block;
    color: var(--orange);
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .approval-heading {
    font-size: clamp(20px, 6.4vw, 30px);
    line-height: 1.06;
  }

  .university-heading {
    font-size: clamp(18px, 5.6vw, 26px);
    line-height: 1.1;
    white-space: normal;
  }

  .hero-img-single,
  .hero-card-caption {
    width: 100%;
  }

  .partner-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100% - 32px, 420px);
    margin-top: 10px;
    padding: 14px 22px;
  }

  .partner-strip img {
    max-height: 44px;
  }

  .partner-strip .vtu-logo {
    max-height: 58px;
  }

  .partner-strip img + img {
    border-left: 0;
    border-top: 1px solid rgba(16, 36, 65, 0.16);
    padding-top: 12px;
    padding-left: 0;
  }

  h1 {
    font-size: clamp(25px, 7vw, 33px);
  }

  h2 {
    font-size: clamp(25px, 7.5vw, 34px);
  }

  .hero-actions,
  .benefit-grid,
  .docs-section {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    gap: 16px;
  }

  .benefit-grid article {
    min-height: 0;
    padding: 16px;
  }

  .benefit-grid article,
  .benefit-grid article:nth-child(4),
  .benefit-grid article:nth-child(5) {
    grid-column: auto;
  }

  .benefit-card-body {
    grid-template-columns: 50px 1px minmax(0, 1fr);
    gap: 12px;
  }

  .benefit-icon {
    width: 48px;
    height: 48px;
  }

  .benefit-icon svg {
    width: 28px;
    height: 28px;
  }

  .branch-band {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 16px;
    margin-top: 48px;
    padding: 22px;
  }

  .branch-band::before {
    order: initial;
    width: 100%;
    height: 1px;
  }

  .branch-band strong {
    color: #410004;
    font-size: clamp(20px, 1.55vw, 24px);
    font-weight: 600;
    line-height: 1.3;
  }

  .doc-card {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 14px;
    padding: 18px;
  }

  .doc-content strong {
    font-size: 20px;
  }

  .doc-content em {
    margin: 10px 0 8px;
  }

  .doc-content span {
    font-size: 13px;
  }

  .doc-arrow {
    width: 40px;
    height: 40px;
  }

  .benefit-grid {
    max-width: 380px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .journey-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
    max-width: 420px;
  }

  .journey-stage:not(:last-child)::after {
    width: 24px;
    margin-left: 4px;
  }

  .section,
  .video-section,
  .register-section {
    padding: 54px 16px;
  }

  .logo-row span {
    width: 155px;
    height: 82px;
    padding: 13px 20px;
  }

  .timeline li {
    gap: 14px;
  }

  .timeline li > div,
  summary {
    padding: 20px;
  }

  details > div {
    padding: 0 20px 20px;
  }

  .footer {
    padding: 28px 12px 0;
  }

  .footer-inner {
    padding: 34px 22px 28px;
    border-radius: 26px 26px 0 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-sections {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
  }

  .footer-brand {
    gap: 16px;
  }

  .footer img {
    width: 206px;
  }

  .footer img.footer-logo-mark {
    width: 140px;
  }

  .footer h2 {
    margin-bottom: 6px;
  }

  .footer-contact {
    gap: 12px;
  }

  .footer-bottom {
    justify-items: start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}





