:root {
  color-scheme: light;
  --navy: #071827;
  --navy-soft: #102d43;
  --green: #0b6f55;
  --green-soft: #e8f4ef;
  --gold: #c6a15b;
  --gold-soft: #f5eddd;
  --ink: #14212b;
  --muted: #66727d;
  --line: #dce4ea;
  --paper: #f7f9fb;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(7, 24, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 228, 234, 0.85);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 150px;
  min-width: 150px;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--navy);
  font-weight: 720;
}

.site-nav a {
  text-decoration: none;
}

.nav-cta,
.primary-link,
.secondary-link,
button {
  border-radius: 999px;
}

.nav-cta,
.primary-link,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

.text-link {
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  background: var(--navy);
}

.premium-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 84% 18%, rgba(198, 161, 91, 0.26), transparent 32%),
    radial-gradient(circle at 10% 86%, rgba(11, 111, 85, 0.24), transparent 28%),
    linear-gradient(125deg, #061420 0%, #071827 46%, #103348 100%);
  color: var(--white);
  overflow: hidden;
}

.hero-logo {
  width: 190px;
  height: auto;
  margin-bottom: 26px;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
}

.hero-copy,
.page-hero,
.form-intro,
.thank-you section {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  font-size: clamp(3rem, 6vw, 6.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.1rem);
}

h3 {
  font-size: 1.1rem;
}

p {
  margin: 16px 0 0;
}

.hero-lead,
.page-hero p,
.form-intro p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-showcase {
  position: relative;
  min-height: 650px;
  isolation: isolate;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 9% 3% 5% 6%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  z-index: -1;
}

.showcase-main,
.showcase-field,
.showcase-ball {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.showcase-main {
  inset: 0 6% 0 0;
  width: 86%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.88);
  border-radius: 42px;
}

.showcase-field {
  right: 0;
  bottom: 38px;
  width: 43%;
  height: 31%;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
}

.showcase-ball {
  right: 5%;
  top: 46px;
  width: 32%;
  height: 24%;
  border: 8px solid rgba(255, 255, 255, 0.94);
  border-radius: 26px;
}

.showcase-brand {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(7, 24, 39, 0.18);
}

.showcase-brand img {
  width: 58px;
  height: 58px;
}

.ai-overlay-card {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: min(360px, 76%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background: rgba(7, 24, 39, 0.86);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.ai-overlay-card span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-overlay-card strong {
  color: var(--gold);
  font-size: 4rem;
  line-height: 0.9;
}

.ai-overlay-card small {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.hero-collage {
  position: relative;
  min-height: 620px;
}

.hero-collage img {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-main-img {
  inset: 0 8% 0 0;
  width: 82%;
  height: 100%;
  border-radius: 34px;
}

.hero-small-img {
  right: 0;
  width: 42%;
  height: 34%;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
}

.hero-small-img.top {
  top: 42px;
}

.hero-small-img.bottom {
  bottom: 42px;
}

.floating-score {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: grid;
  gap: 4px;
  width: min(320px, 72%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(7, 24, 39, 0.82);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.floating-score strong {
  color: var(--gold);
  font-size: 3rem;
  line-height: 1;
}

.dashboard-card {
  position: absolute;
  left: 32px;
  right: 32px;
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.dashboard-card span,
.dashboard-card small {
  color: rgba(255, 255, 255, 0.72);
}

.dashboard-card strong {
  font-size: 2rem;
}

.score-card {
  top: 34px;
}

.route-card {
  bottom: 34px;
}

.dashboard-grid {
  position: absolute;
  top: 180px;
  left: 32px;
  right: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dashboard-grid span {
  min-height: 76px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(198, 161, 91, 0.48), rgba(11, 111, 85, 0.32));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  padding: 26px clamp(18px, 3vw, 34px);
  background: var(--white);
  color: var(--navy);
  font-weight: 850;
}

.section,
.split-section,
.two-panel,
.tech-section,
.final-cta,
.apply-layout,
.thank-you {
  padding: clamp(64px, 8vw, 118px) clamp(20px, 5vw, 76px);
}

.split-section,
.two-panel,
.tech-section,
.apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 220px 220px;
  gap: 16px;
}

.photo {
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.photo-field {
  grid-row: span 2;
  background-image: url("images/football-field-premium.jpg");
}

.photo-study {
  background-image: url("images/student-study-premium.jpg");
}

.photo-sea {
  background-image: url("images/barcelona-sea-premium.jpg");
}

.wide-heading {
  max-width: 980px;
}

.disclaimer-banner {
  margin-top: 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  border-radius: 18px;
  background: var(--gold-soft);
  color: var(--navy);
  font-weight: 780;
}

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

.visual-card-grid article {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(7, 24, 39, 0.08);
}

.visual-card-grid img,
.tech-visual img,
.xavi-card img,
.page-side-image,
.inline-visual,
.card-visual,
.feature-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.visual-card-grid img {
  height: 250px;
}

.visual-card-grid h3 {
  padding: 22px;
}

.visual-card-grid .wide-card {
  grid-column: span 2;
}

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

.steps-grid article,
.two-panel article,
.premium-card,
.credential-card,
.apply-form {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(7, 24, 39, 0.08);
}

.steps-grid article {
  min-height: 220px;
  padding: 24px;
}

.steps-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
}

.two-panel {
  background: var(--navy);
  color: var(--white);
}

.two-panel article {
  min-height: 330px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.tech-section {
  background:
    linear-gradient(135deg, rgba(232, 244, 239, 0.94), rgba(255, 255, 255, 0.96)),
    url("images/ai-dashboard-premium.jpg");
  background-size: cover;
  background-position: center;
}

.tech-visual img {
  height: 430px;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.full-row {
  grid-column: 1 / -1;
}

.tech-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.tech-list span {
  padding: 18px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 850;
}

.credential-card {
  padding: 36px;
  background:
    linear-gradient(140deg, rgba(7, 24, 39, 0.86), rgba(11, 111, 85, 0.82));
  background-size: cover;
  color: var(--white);
}

.xavi-card {
  display: grid;
  gap: 18px;
}

.xavi-card img {
  height: 420px;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.credential-card span {
  color: var(--gold);
  font-weight: 900;
}

.credential-card strong {
  display: block;
  margin-top: 22px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.final-cta {
  text-align: center;
  background: var(--white);
}

.final-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero {
  padding: clamp(78px, 10vw, 132px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(115deg, rgba(7, 24, 39, 0.92), rgba(16, 45, 67, 0.76)),
    url("images/football-field-premium.jpg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.compact-hero {
  min-height: 460px;
  display: grid;
  align-content: center;
}

.two-column-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 48px;
}

.premium-card {
  padding: 34px;
}

.compliance-note {
  background: var(--gold-soft);
}

.apply-layout {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(247, 249, 251, 0.97), rgba(232, 244, 239, 0.86)),
    url("images/student-study-premium.jpg");
  background-size: cover;
  background-position: center;
}

.page-side-image {
  height: 260px;
  margin-bottom: 28px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.what-next-panel {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(7, 24, 39, 0.08);
}

.what-next-panel h2 {
  font-size: 1.4rem;
}

.what-next-panel ol {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.inline-visual,
.card-visual,
.feature-image {
  height: 300px;
  margin-bottom: 28px;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.feature-image {
  height: 460px;
}

.apply-intro {
  position: sticky;
  top: 110px;
}

.apply-intro .notice {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
}

.apply-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 40px);
}

.form-section-title {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fbfcfd;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.checkbox-row {
  grid-template-columns: 22px 1fr;
  align-items: start;
  padding: 16px;
  border-radius: 16px;
  background: var(--green-soft);
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.form-note,
.notice {
  color: #735318;
  font-weight: 700;
}

.form-status {
  min-height: 24px;
  color: #8a3e20;
}

.contact-panel,
.contact-section {
  border: 1px solid rgba(220, 228, 234, 0.95);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-panel {
  margin-top: 24px;
  padding: clamp(22px, 4vw, 36px);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.contact-grid,
.credential-grid {
  display: grid;
  gap: 14px;
}

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

.contact-grid article,
.credential-grid span {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.contact-grid article:last-child {
  grid-column: 1 / -1;
}

.contact-grid strong,
.credential-line {
  color: var(--navy);
}

.contact-grid span,
.contact-grid small,
.guardian-note,
.microdisclaimer {
  color: var(--muted);
}

.contact-grid a,
.footer-contact-grid a {
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

.advisor-portrait {
  display: block;
  width: min(260px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin: 20px 0;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.credential-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.microdisclaimer,
.guardian-note {
  font-size: 0.9rem;
  font-weight: 700;
}

.premium-thanks {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(7, 24, 39, 0.92), rgba(7, 24, 39, 0.7)),
    url("images/barcelona-sea-premium.jpg");
  background-size: cover;
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 76px);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

@media (max-width: 1080px) {
  .premium-hero,
  .split-section,
  .two-panel,
  .tech-section,
  .apply-layout,
  .two-column-copy,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .apply-intro {
    position: static;
  }

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

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

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

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .brand {
    width: 128px;
    min-width: 128px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .premium-hero {
    min-height: auto;
    padding-top: 56px;
  }

  .hero-showcase {
    min-height: 540px;
  }

  .showcase-main {
    inset: 0;
    width: 100%;
  }

  .showcase-field,
  .showcase-ball {
    width: 45%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .dashboard-grid,
  .dashboard-card {
    left: 18px;
    right: 18px;
  }

  .steps-grid,
  .visual-card-grid,
  .trust-strip,
  .tech-list,
  .contact-grid,
  .credential-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid article:last-child {
    grid-column: span 1;
  }

  .visual-card-grid .wide-card {
    grid-column: span 1;
  }

  .image-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px);
  }

  .photo-field {
    grid-row: span 1;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero-showcase {
    min-height: 460px;
  }

  .showcase-brand {
    left: 16px;
    right: 16px;
    max-width: none;
  }

  .showcase-brand img {
    width: 48px;
    height: 48px;
  }

  .showcase-field,
  .showcase-ball {
    display: none;
  }

  .ai-overlay-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }
}

.brand {
  width: 104px;
  min-width: 104px;
}

.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.campus-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.52fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  min-height: calc(100vh - 84px);
  padding: clamp(64px, 7vw, 104px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.88) 0%, rgba(7, 24, 39, 0.66) 38%, rgba(7, 24, 39, 0.08) 72%),
    linear-gradient(0deg, rgba(7, 24, 39, 0.66) 0%, rgba(7, 24, 39, 0.03) 48%),
    url("images/hero-student-athlete-barcelona.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: var(--white);
}

.campus-hero h1 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(3rem, 5.7vw, 6.4rem);
  text-shadow: 0 14px 44px rgba(0, 0, 0, 0.34);
}

.campus-hero .hero-lead {
  color: rgba(255, 255, 255, 0.84);
}

.language-line {
  color: var(--gold);
  font-weight: 900;
}

.dark-secondary {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.hero-dashboard {
  justify-self: end;
  display: grid;
  gap: 8px;
  width: min(360px, 78%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 26px;
  background: rgba(7, 24, 39, 0.88);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(7, 24, 39, 0.2);
  backdrop-filter: blur(16px);
}

.hero-dashboard span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-dashboard strong {
  color: var(--white);
  font-size: 3.7rem;
  line-height: 0.85;
}

.hero-dashboard small {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 760;
}

.pathway-search {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 28px;
  align-items: center;
  margin: -56px clamp(20px, 5vw, 76px) 0;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 5;
}

.pathway-search h2 {
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.search-fields {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.search-fields a:not(.primary-link) {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 850;
}

.experience-section {
  padding: clamp(86px, 9vw, 138px) clamp(20px, 5vw, 76px);
  background: var(--paper);
}

.experience-grid,
.premium-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.experience-grid article,
.premium-tiles article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 18px 58px rgba(7, 24, 39, 0.08);
}

.experience-grid img,
.premium-tiles img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.experience-grid h3,
.experience-grid p,
.premium-tiles h3 {
  padding-left: 24px;
  padding-right: 24px;
}

.experience-grid h3,
.premium-tiles h3 {
  padding-top: 24px;
  color: var(--navy);
  font-size: 1.25rem;
}

.experience-grid p {
  padding-bottom: 28px;
  color: var(--muted);
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 76px);
  background: var(--navy);
  color: var(--white);
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.76);
}

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

.proof-grid span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 850;
}

.premium-tiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-tiles article {
  min-height: 0;
}

.premium-tiles img {
  height: 280px;
}

.partner-school-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 76px);
  background: linear-gradient(135deg, var(--green), #06392f);
  color: var(--white);
}

.partner-school-band img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.partner-school-band p {
  color: rgba(255, 255, 255, 0.78);
}

.light-secondary {
  margin-top: 28px;
  border-color: rgba(255, 255, 255, 0.42);
}

.compliance-strip {
  padding: 28px clamp(20px, 5vw, 76px);
  border-top: 1px solid rgba(198, 161, 91, 0.28);
  border-bottom: 1px solid rgba(198, 161, 91, 0.28);
  background: var(--gold-soft);
  color: var(--navy);
  font-weight: 820;
  text-align: center;
}

.logo-footer {
  align-items: center;
}

.logo-footer img {
  width: 72px;
  height: auto;
}

@media (max-width: 1080px) {
  .campus-hero,
  .pathway-search,
  .proof-band,
  .partner-school-band {
    grid-template-columns: 1fr;
  }

  .campus-hero {
    min-height: 760px;
    align-items: end;
  }

  .search-fields,
  .experience-grid,
  .premium-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .brand {
    width: 86px;
    min-width: 86px;
  }

  .campus-hero {
    padding-top: 42px;
    background-position: 60% center;
  }

  .campus-hero h1 {
    font-size: clamp(2.55rem, 14vw, 4.1rem);
  }

  .hero-dashboard {
    width: auto;
    justify-self: stretch;
  }

  .search-fields,
  .experience-grid,
  .premium-tiles,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .partner-school-band img {
    height: 320px;
  }
}
