/*
Theme Name: Scholar Friend
Author: Scholar Friend
Version: 1.0.1
Text Domain: scholar-friend
*/
:root {
  --sf-ink: #102033;
  --sf-muted: #5c6b7d;
  --sf-teal: #0f766e;
  --sf-teal-deep: #0b5f59;
  --sf-amber: #f59e0b;
  --sf-blue: #2563eb;
  --sf-surface: #ffffff;
  --sf-soft: #eefbf5;
  --sf-border: rgba(15, 118, 110, 0.14);
  --sf-shadow: 0 22px 58px rgba(16, 34, 51, 0.1);
  --sf-shadow-soft: 0 14px 34px rgba(16, 34, 51, 0.07);
  font-family:
    'Hind Siliguri', 'Nirmala UI', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  color: #152234;
  background: #f7fbf8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-padding-top: 118px;
  scroll-behavior: smooth;
  background: #f7fbf8;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #f7fbf8;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  letter-spacing: 0;
}

::selection {
  color: #ffffff;
  background: #0f766e;
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 156px;
  }
}

.landing-shell {
  min-height: 100vh;
  color: #152234;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 246, 0.96)),
    #f7fbf8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(22, 101, 52, 0.12);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.site-header-inner,
.hero-inner,
.section-inner,
.quick-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #142033;
}

.brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 8px;
  object-fit: cover;
  background: #102033;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
}

.brand small {
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #475569;
  font-weight: 700;
}

.header-nav a:hover {
  color: #0f766e;
}

.header-nav .profile-nav-link {
  max-width: 180px;
  overflow: hidden;
  color: #0f766e;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.nav-cta,
.btn.primary {
  color: #08331e;
  background: linear-gradient(135deg, #6ee7b7, #fbbf24);
  box-shadow: 0 14px 24px rgba(15, 118, 110, 0.16);
}

.nav-cta.logout-cta {
  color: #7c2d12;
  background: linear-gradient(135deg, #fed7aa, #fef3c7);
  box-shadow: 0 14px 24px rgba(180, 83, 9, 0.12);
}

.btn.secondary {
  color: #0f766e;
  background: #ffffff;
  border-color: rgba(15, 118, 110, 0.18);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.hero {
  padding: 44px 0 26px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 28px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  border: 1px solid rgba(15, 118, 110, 0.14);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 560px;
  margin-top: 18px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 46px;
  line-height: 1.13;
  font-weight: 800;
}

.hero-copy p {
  max-width: 560px;
  margin-top: 18px;
  color: #526174;
  font-size: 18px;
  line-height: 1.75;
}

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

.story-slider {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: #dbeafe;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.story-track {
  display: flex;
  width: 500%;
  height: 560px;
  animation: slideStories 24s infinite ease-in-out;
}

.story-slide {
  position: relative;
  flex: 0 0 20%;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  padding: 34px;
  background-position: center;
  background-size: cover;
}

.slide-content {
  width: min(520px, 100%);
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}

.slide-content span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 800;
}

.slide-content h2 {
  margin-top: 12px;
  color: #111827;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 34px;
  line-height: 1.22;
  font-weight: 800;
}

.slide-content p {
  margin-top: 10px;
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

.slider-dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
}

.slider-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

@keyframes slideStories {
  0%,
  15% {
    transform: translateX(0);
  }

  22%,
  37% {
    transform: translateX(-20%);
  }

  44%,
  59% {
    transform: translateX(-40%);
  }

  66%,
  81% {
    transform: translateX(-60%);
  }

  88%,
  100% {
    transform: translateX(-80%);
  }
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 46px;
}

.quick-strip div {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  color: #1f3c3a;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  font-weight: 700;
}

.section {
  padding: 74px 0;
}

#problem,
#solution,
#profile-check,
#roadmap,
#routes,
#pricing,
#enroll,
#contact,
#admin {
  scroll-margin-top: 96px;
}

.section-light {
  background: #f1fbf7;
  border-top: 1px solid rgba(15, 118, 110, 0.08);
  border-bottom: 1px solid rgba(15, 118, 110, 0.08);
}

.profile-check-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 246, 0.94));
}

.profile-check-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.profile-check-copy h2 {
  max-width: 620px;
  margin-top: 14px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.profile-check-copy p {
  max-width: 620px;
  margin-top: 14px;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.profile-check-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.profile-check-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #26364a;
  font-weight: 800;
}

.profile-check-points svg {
  color: #0f766e;
}

.profile-tool {
  display: grid;
  gap: 14px;
}

.profile-form,
.profile-result {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

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

.profile-form label {
  display: grid;
  gap: 7px;
}

.profile-form label span {
  color: #26364a;
  font-weight: 800;
}

.profile-form input,
.profile-form select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  color: #132036;
  background: #ffffff;
  outline: none;
}

.profile-form select {
  cursor: pointer;
}

.profile-form input:focus,
.profile-form select:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.profile-form .btn {
  grid-column: 1 / -1;
}

.profile-result {
  display: grid;
  gap: 14px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(240, 253, 244, 0.72), rgba(255, 255, 255, 0.98));
}

.profile-result > span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.profile-result h3 {
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 24px;
  line-height: 1.32;
}

.result-note {
  color: #526174;
  font-size: 16px;
  line-height: 1.7;
}

.profile-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.profile-signal-grid article {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background: #ffffff;
}

.profile-signal-grid span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.profile-signal-grid strong {
  color: #132036;
  font-size: 14px;
  line-height: 1.45;
}

.scholarship-match-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.scholarship-match-grid article {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.scholarship-match-grid article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.scholarship-match-grid article:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.scholarship-match-grid article:nth-child(3n)::before {
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}

.scholarship-match-grid span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 9px;
  margin-top: 8px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.scholarship-match-grid h4 {
  margin: 12px 0 0;
  color: #132036;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 900;
}

.scholarship-match-grid p {
  margin-top: 8px;
  color: #64748b;
  line-height: 1.55;
}

.scholarship-match-grid small {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 118, 110, 0.12);
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.preview-list {
  display: grid;
  gap: 10px;
}

.preview-list article {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.preview-list svg {
  flex: 0 0 auto;
  color: #0f766e;
  margin-top: 2px;
}

.preview-list strong {
  color: #132036;
  font-weight: 900;
}

.preview-list p {
  margin-top: 4px;
  color: #64748b;
  line-height: 1.55;
}

.locked-insight-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 251, 235, 0.98), rgba(236, 253, 245, 0.96));
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.1);
}

.locked-insight-card span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.locked-insight-card strong {
  color: #132036;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.locked-insight-card p {
  margin: 0;
  color: #526174;
  line-height: 1.65;
  font-weight: 800;
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head h2 {
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.section-head p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.72;
}

.compact-head {
  max-width: 820px;
}

.pain-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pain-card,
.promise-card,
.route-card,
.process-card,
.decision-card,
.price-card {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.pain-card {
  min-height: 86px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  color: #25364a;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.pain-card svg,
.route-card svg,
.price-card li svg {
  flex: 0 0 auto;
  color: #0f766e;
  margin-top: 3px;
}

.promise-grid,
.route-grid,
.process-grid,
.pricing-grid {
  display: grid;
  gap: 14px;
}

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

.promise-card {
  padding: 20px;
}

.icon-box {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #0f766e;
  background: #e8f8f0;
}

.promise-card h3,
.route-card h3,
.decision-card h3,
.process-card h3 {
  margin-top: 16px;
  color: #132036;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.promise-card p,
.route-card p,
.decision-card p,
.process-card p,
.price-card p {
  margin-top: 9px;
  color: #64748b;
  line-height: 1.65;
}

.image-band {
  padding: 12px 0 36px;
}

.image-panel {
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 36px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.image-panel div {
  width: min(560px, 100%);
}

.image-panel span {
  color: #0f766e;
  font-weight: 800;
}

.image-panel h2 {
  margin-top: 10px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 34px;
  line-height: 1.25;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #0f766e;
  font-weight: 800;
}

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

.process-card {
  padding: 20px;
}

.process-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-weight: 800;
}

.value-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.92) 52%, rgba(255, 247, 237, 0.96));
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: center;
}

.value-copy h2 {
  max-width: 620px;
  margin-top: 14px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.2;
}

.value-copy p {
  max-width: 620px;
  margin-top: 14px;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.value-copy .btn {
  margin-top: 24px;
}

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

.decision-card {
  min-height: 255px;
  padding: 20px;
}

.route-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.route-card {
  position: relative;
  overflow: hidden;
  min-height: 258px;
  padding: 22px;
}

.route-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.route-card:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.route-card:nth-child(3n)::before {
  background: linear-gradient(90deg, #b45309, #f97316);
}

.route-card:nth-child(4n)::before {
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}

.route-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(15, 118, 110, 0.16);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.country-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-top: 16px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.route-card em {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.route-card strong {
  display: flex;
  width: fit-content;
  margin-top: 10px;
  color: #b45309;
  font-weight: 800;
}

.pricing-section {
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.96), rgba(240, 253, 244, 0.96));
}

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

.value-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 28px;
}

.value-stack span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  color: #1f3c3a;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-weight: 800;
}

.value-stack svg {
  color: #0f766e;
  flex: 0 0 auto;
}

.price-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
}

.price-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #0f766e, #6ee7b7);
}

.price-card.featured {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 20px 46px rgba(245, 158, 11, 0.14);
}

.price-card.featured::before {
  background: linear-gradient(90deg, #f59e0b, #6ee7b7);
}

.price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-top span,
.price-top em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.price-top span {
  color: #0f766e;
  background: #e8f8f0;
}

.price-top em {
  color: #92400e;
  background: #fef3c7;
}

.price-card > strong {
  display: block;
  margin-top: 18px;
  color: #132036;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.price-card .best-for {
  padding: 12px;
  border-radius: 8px;
  color: #0f5132;
  background: #e8f8f0;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 22px;
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #26364a;
  line-height: 1.5;
  font-weight: 700;
}

.price-card .btn {
  width: 100%;
}

.urgency-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  margin-top: 16px;
  border: 1px solid rgba(245, 158, 11, 0.34);
  border-radius: 999px;
  color: #7c2d12;
  background:
    linear-gradient(135deg, #fef3c7, #fff7ed);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.14);
}

.enroll-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.92) 55%, rgba(239, 246, 255, 0.95));
}

.enroll-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
  gap: 28px;
  align-items: start;
}

.enroll-copy h2 {
  max-width: 640px;
  margin-top: 14px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.2;
}

.enroll-copy > p {
  max-width: 620px;
  margin-top: 14px;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.selected-plan-card,
.profile-attach-card,
.enroll-form {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.selected-plan-card {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 22px;
}

.selected-plan-card > span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.selected-plan-card div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.selected-plan-card strong {
  color: #132036;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.selected-plan-card em {
  color: #b45309;
  font-size: 36px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.selected-plan-card p {
  color: #526174;
  line-height: 1.65;
  font-weight: 700;
}

.profile-attach-card {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  padding: 18px;
}

.profile-attach-card svg {
  flex: 0 0 auto;
  color: #0f766e;
  margin-top: 3px;
}

.profile-attach-card strong {
  color: #132036;
  font-weight: 900;
}

.profile-attach-card p {
  margin-top: 5px;
  color: #64748b;
  line-height: 1.55;
}

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

.enroll-form label {
  display: grid;
  gap: 7px;
}

.enroll-form label span {
  color: #26364a;
  font-weight: 800;
}

.enroll-form input,
.enroll-form select,
.enroll-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  color: #132036;
  background: #ffffff;
  outline: none;
}

.enroll-form input,
.enroll-form select {
  min-height: 46px;
  padding: 0 13px;
}

.enroll-form textarea {
  resize: vertical;
  padding: 12px 13px;
  line-height: 1.6;
}

.enroll-form input:focus,
.enroll-form select:focus,
.enroll-form textarea:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.enroll-form .full-field,
.enroll-form .btn,
.enroll-form .form-status {
  grid-column: 1 / -1;
}

.contact-section {
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 640px;
  margin-top: 14px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.2;
}

.contact-copy p {
  max-width: 620px;
  margin-top: 14px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #26364a;
  font-weight: 800;
}

.contact-points svg {
  color: #0f766e;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(240, 253, 244, 0.72), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: #26364a;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  color: #132036;
  background: #ffffff;
  outline: none;
}

.contact-form input {
  min-height: 46px;
  padding: 0 13px;
}

.contact-form textarea {
  resize: vertical;
  padding: 12px 13px;
  line-height: 1.6;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hidden-field {
  display: none;
}

.form-status {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.5;
}

.form-mini-note {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}

.payment-verification-note {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  color: #064e3b !important;
  background: rgba(240, 253, 244, 0.86);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 850;
}

.form-status.success {
  color: #065f46;
  background: #d1fae5;
}

.payment-unlock-card,
.access-unlocked-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 8px;
  color: #064e3b;
  background: linear-gradient(135deg, #d1fae5, #ecfdf5 55%, #fef9c3);
}

.access-unlocked-card {
  border-color: rgba(37, 99, 235, 0.2);
  background: linear-gradient(135deg, #eff6ff, #ecfdf5 54%, #fff7ed);
}

.congrats-card {
  border-color: rgba(245, 158, 11, 0.34);
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255, 251, 235, 0.96) 52%, rgba(239, 246, 255, 0.98));
  box-shadow: 0 22px 54px rgba(15, 118, 110, 0.16);
}

.congrats-card > span {
  color: #92400e;
  background: #fef3c7;
}

.congrats-card strong {
  color: #08331e;
  font-size: 23px;
}

.payment-unlock-card > span,
.access-unlocked-card > span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #047857;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.access-unlocked-card > span {
  color: #1d4ed8;
}

.payment-unlock-card strong,
.access-unlocked-card strong {
  color: #064e3b;
  font-size: 19px;
  line-height: 1.35;
}

.payment-unlock-card p,
.payment-unlock-card em,
.access-unlocked-card p {
  margin: 0;
  color: #166534;
  font-weight: 700;
  line-height: 1.55;
}

.payment-unlock-card em {
  color: #355e48;
  font-style: normal;
}

.payment-brief-card {
  margin-bottom: 2px;
}

.pending-request-card,
.access-unlocked-card {
  margin-top: 14px;
}

.pending-request-card {
  gap: 16px;
  border-color: rgba(37, 99, 235, 0.18);
  color: #10302b;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(239, 246, 255, 0.98) 52%, rgba(255, 251, 235, 0.96));
  box-shadow: 0 24px 58px rgba(15, 118, 110, 0.12);
}

.pending-request-card > span {
  color: #1d4ed8;
  background: #eff6ff;
}

.pending-request-card strong {
  color: #102033;
}

.pending-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pending-next-grid article {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 148px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.pending-next-grid span {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #0f766e;
  background: #ccfbf1;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.pending-next-grid strong {
  color: #132036;
  font-size: 15px;
  line-height: 1.35;
}

.pending-next-grid p,
.pending-verify-note {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.pending-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pending-verify-note {
  padding: 12px 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  color: #1e3a8a;
  background: rgba(239, 246, 255, 0.8);
}

.unlock-grid,
.member-tool-grid,
.manual-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.unlock-grid small,
.member-tool-grid article,
.manual-payment-grid article {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(6, 95, 70, 0.12);
  border-radius: 8px;
  color: #064e3b;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.manual-payment-grid article {
  min-height: 86px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
}

.manual-payment-grid span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.manual-payment-grid strong {
  color: #132036;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.pending-request-card .unlock-grid small {
  min-height: 52px;
  justify-content: flex-start;
  padding: 10px;
  overflow-wrap: anywhere;
  text-align: left;
}

.member-tool-grid article {
  min-height: 104px;
  display: grid;
  justify-items: start;
  gap: 6px;
  padding: 13px;
  text-align: left;
}

.member-tool-grid svg {
  color: #0f766e;
}

.member-tool-grid strong {
  color: #132036;
  font-size: 14px;
}

.member-tool-grid small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.package-upgrade-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 8px;
  background: rgba(255, 251, 235, 0.82);
}

.package-upgrade-card strong {
  color: #132036;
  font-size: 16px;
}

.package-upgrade-card p {
  color: #526174;
}

.package-upgrade-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-upgrade-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.form-status.error {
  color: #92400e;
  background: #fef3c7;
}

.dashboard-section {
  min-height: calc(100vh - 76px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.94) 54%, rgba(239, 246, 255, 0.96));
}

.student-dashboard,
.dashboard-panel {
  position: relative;
  display: grid;
  gap: 18px;
}

.dashboard-panel {
  max-width: 760px;
  padding: 28px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.dashboard-panel h1,
.dashboard-welcome h1 {
  margin-top: 14px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.18;
}

.dashboard-panel p,
.dashboard-welcome p {
  max-width: 660px;
  margin-top: 10px;
  color: #526174;
  font-size: 17px;
  line-height: 1.7;
}

.dashboard-panel .btn {
  width: fit-content;
  margin-top: 8px;
}

.dashboard-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.dashboard-welcome .btn {
  flex: 0 0 auto;
}

.dashboard-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-tool-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.dashboard-tool-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.dashboard-tool-card:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.dashboard-tool-card:nth-child(3n)::before {
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}

.dashboard-tool-card > span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 4px;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-tool-card h3 {
  margin: 15px 0 0;
  color: #132036;
  font-size: 19px;
  line-height: 1.32;
  font-weight: 900;
}

.dashboard-tool-card p {
  margin-top: 8px;
  color: #64748b;
  line-height: 1.58;
  font-weight: 700;
}

.dashboard-tool-card small {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.dashboard-tool-card:hover {
  transform: translateY(-2px);
}

.dashboard-resource-card:target {
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 20px 52px rgba(245, 158, 11, 0.18);
}

.dashboard-materials {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.9));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.dashboard-materials-head {
  display: grid;
  gap: 10px;
  max-width: 840px;
}

.dashboard-materials-head h2 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
}

.dashboard-materials-head p {
  margin: 0;
  color: #526174;
  line-height: 1.7;
  font-weight: 800;
}

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

.dashboard-resource-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  scroll-margin-top: 112px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.dashboard-resource-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.dashboard-resource-card:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.dashboard-resource-card:nth-child(3n)::before {
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}

.resource-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.resource-card-top span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.resource-card-top small {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.dashboard-resource-card h3 {
  margin: 0;
  color: #132036;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 900;
}

.dashboard-resource-card p {
  margin: 0;
  color: #526174;
  line-height: 1.65;
  font-weight: 700;
}

.resource-bullets {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.55;
  font-weight: 800;
}

.resource-bullets li::marker {
  color: #0f766e;
}

.resource-snippet-wrap {
  display: grid;
  gap: 10px;
}

.resource-snippet-wrap summary {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.resource-snippet {
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  color: #e2e8f0;
  background: #0f172a;
  font-size: 12px;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-x: auto;
}

.resource-download {
  width: fit-content;
  min-height: 40px;
}

.route-lab {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  scroll-margin-top: 112px;
  padding: 26px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 184, 166, 0.16), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(245, 158, 11, 0.16), transparent 24%),
    linear-gradient(135deg, #ffffff, #f8fafc 44%, #ecfdf5);
  box-shadow: 0 22px 64px rgba(15, 23, 42, 0.1);
}

.route-lab:target {
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 24px 70px rgba(245, 158, 11, 0.18);
}

.route-lab-head {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.route-lab-head h2 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 34px;
  line-height: 1.16;
}

.route-lab-head p {
  max-width: 820px;
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 800;
}

.route-lab-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.route-lab-kpis span {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  color: #526174;
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.route-lab-kpis b {
  color: #0f766e;
  font-size: 25px;
  line-height: 1;
}

.route-lab-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 16px;
  align-items: start;
}

.route-lab-form,
.route-lab-output,
.route-detail-board > article,
.route-action-system > article {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.route-lab-form {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.route-lab-form label {
  display: grid;
  gap: 7px;
  color: #132036;
  font-size: 13px;
  font-weight: 900;
}

.route-lab-form input,
.route-lab-form select {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  padding: 0 12px;
  color: #132036;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.route-lab-form input:focus,
.route-lab-form select:focus {
  outline: 3px solid rgba(20, 184, 166, 0.16);
  border-color: #0f766e;
}

.route-lab-form .btn {
  width: 100%;
  margin-top: 4px;
}

.route-lab-output {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.route-score-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.96), rgba(19, 32, 54, 0.96)),
    #0f766e;
}

.route-score-card span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #064e3b;
  background: #ccfbf1;
  font-size: 12px;
  font-weight: 900;
}

.route-score-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.28;
}

.route-score-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  font-weight: 800;
}

.route-meta-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.route-meta-strip article {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.1);
  border-radius: 8px;
  background: #f8fafc;
}

.route-meta-strip small {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-meta-strip strong {
  color: #132036;
  font-size: 14px;
  line-height: 1.35;
}

.route-match-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.route-match-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.route-match-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.route-match-top span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.route-match-top strong,
.route-match-top em {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
}

.route-match-top strong {
  color: #075985;
  background: #e0f2fe;
}

.route-match-top em {
  color: #92400e;
  background: #fef3c7;
}

.route-match-card h4 {
  margin: 0;
  color: #132036;
  font-size: 18px;
  line-height: 1.3;
}

.route-fit-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
}

.route-fit-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.route-match-card > em {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
}

.route-status-pill {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #064e3b;
  background: #ccfbf1;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.route-match-card p,
.route-match-card small {
  margin: 0;
  color: #526174;
  line-height: 1.58;
  font-weight: 800;
}

.route-match-card small b {
  color: #132036;
}

.route-match-card a {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #132036;
  font-size: 12px;
  font-weight: 900;
}

.route-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background: #f8fafc;
}

.route-breakdown div {
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(15, 118, 110, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.route-breakdown span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-breakdown strong {
  color: #132036;
  font-size: 15px;
}

.route-breakdown small {
  color: #526174;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
}

.route-fit-category-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.route-category-card {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.route-category-card span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.route-category-better span {
  background: #2563eb;
}

.route-category-good span {
  background: #7c3aed;
}

.route-category-backup span {
  background: #92400e;
}

.route-category-card strong {
  color: #132036;
  font-size: 18px;
  line-height: 1.3;
}

.route-category-card p {
  margin: 0;
  color: #526174;
  line-height: 1.55;
  font-weight: 800;
}

.route-category-card small {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.route-category-pages {
  display: grid;
  gap: 18px;
}

.route-category-page {
  display: grid;
  gap: 14px;
  scroll-margin-top: 112px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f8fafc 58%, #ecfdf5);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.route-category-head {
  display: grid;
  gap: 8px;
  max-width: 880px;
}

.route-category-head span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 900;
}

.route-category-head h3 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 28px;
  line-height: 1.18;
}

.route-category-head p {
  margin: 0;
  color: #526174;
  line-height: 1.65;
  font-weight: 800;
}

.route-category-scholarships {
  display: grid;
  gap: 14px;
}

.route-scholarship-detail {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.route-detail-title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.route-detail-title > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-size: 13px;
  font-weight: 900;
}

.route-detail-title h4 {
  margin: 0;
  color: #132036;
  font-size: 21px;
  line-height: 1.25;
}

.route-detail-title small,
.route-scholarship-detail > p {
  color: #526174;
  line-height: 1.58;
  font-weight: 800;
}

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

.route-detail-columns section {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #f8fafc;
}

.route-detail-columns strong {
  color: #0f766e;
  font-size: 14px;
}

.route-detail-columns ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.55;
  font-weight: 800;
}

.route-mini-roadmap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.route-mini-roadmap div {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 8px;
  background: #f8fafc;
}

.route-mini-roadmap span {
  color: #075985;
  font-size: 12px;
  font-weight: 900;
}

.route-mini-roadmap p {
  margin: 0;
  color: #334155;
  line-height: 1.55;
  font-weight: 800;
}

.route-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-detail-actions a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #ffffff;
  background: #132036;
  font-size: 12px;
  font-weight: 900;
}

.scholarship-detail-page,
.scholarship-index-page {
  background:
    linear-gradient(135deg, #f8fafc, #ecfdf5 48%, #eff6ff);
  min-height: 100vh;
}

.scholarship-detail-hero {
  min-height: 360px;
  display: grid;
  align-items: start;
  padding: 44px max(28px, calc((100vw - 1180px) / 2)) 40px;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
}

.scholarship-detail-hero > div {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.scholarship-detail-hero span,
.scholarship-index-hero span,
.scholarship-section-head span,
.scholarship-detail-grid-section article > span,
.scholarship-step-grid article span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #064e3b;
  background: #ccfbf1;
  font-size: 12px;
  font-weight: 900;
}

.scholarship-detail-hero h1,
.scholarship-index-hero h1 {
  margin: 0;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.06;
}

.scholarship-detail-hero p,
.scholarship-index-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
}

.scholarship-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.scholarship-hero-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #132036;
  background: #ffffff;
  font-weight: 900;
}

.scholarship-hero-actions a:first-child {
  color: #063827;
  background: linear-gradient(135deg, #6ee7b7, #fbbf24);
}

.scholarship-detail-section,
.scholarship-detail-grid-section,
.scholarship-index-grid {
  width: min(100% - 56px, 1180px);
  margin: 0 auto;
}

.scholarship-detail-section {
  display: grid;
  gap: 18px;
  padding: 44px 0 0;
}

.scholarship-section-head {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.scholarship-section-head h2,
.scholarship-detail-grid-section h2 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 32px;
  line-height: 1.18;
}

.scholarship-section-head p,
.scholarship-detail-grid-section p {
  margin: 0;
  color: #526174;
  line-height: 1.7;
  font-weight: 800;
}

.scholarship-detail-table {
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.scholarship-detail-table div {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
}

.scholarship-detail-table div + div {
  border-top: 1px solid rgba(15, 118, 110, 0.1);
}

.scholarship-detail-table strong,
.scholarship-detail-table span {
  padding: 15px 16px;
  color: #334155;
  line-height: 1.55;
  font-weight: 850;
}

.scholarship-detail-table strong {
  color: #ffffff;
  background: #0f766e;
}

.scholarship-detail-grid-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 44px;
}

.scholarship-detail-grid-section article,
.scholarship-step-grid article,
.scholarship-roadmap-grid article {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.scholarship-detail-grid-section strong {
  color: #0f766e;
}

.scholarship-detail-grid-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: #334155;
  line-height: 1.62;
  font-weight: 800;
}

.scholarship-detail-grid-section li::marker {
  color: #0f766e;
}

.scholarship-step-grid,
.scholarship-roadmap-grid,
.scholarship-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scholarship-step-grid p,
.scholarship-roadmap-grid article,
.scholarship-benefit-grid p {
  margin: 0;
  color: #334155;
  line-height: 1.62;
  font-weight: 800;
}

.scholarship-roadmap-grid article {
  border-left: 5px solid #0f766e;
}

.scholarship-benefit-grid article {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #ecfdf5);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.scholarship-benefit-grid article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.scholarship-benefit-grid article:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.scholarship-benefit-grid article:nth-child(3n)::before {
  background: linear-gradient(90deg, #7c3aed, #0ea5e9);
}

.scholarship-benefit-grid span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 0 10px;
  border-radius: 999px;
  color: #064e3b;
  background: #ccfbf1;
  font-size: 12px;
  font-weight: 900;
}

.scholarship-index-hero {
  display: grid;
  gap: 14px;
  padding: 100px max(28px, calc((100vw - 1180px) / 2)) 44px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 25, 32, 0.95), rgba(15, 118, 110, 0.82)),
    #132036;
}

.scholarship-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 42px 0 72px;
}

.scholarship-index-card {
  overflow: hidden;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.scholarship-index-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.scholarship-index-card span,
.scholarship-index-card h2,
.scholarship-index-card p,
.scholarship-index-card small {
  margin-left: 16px;
  margin-right: 16px;
}

.scholarship-index-card span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.scholarship-index-card h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #132036;
  font-size: 21px;
  line-height: 1.26;
}

.scholarship-index-card p {
  margin-top: 0;
  margin-bottom: 0;
  color: #526174;
  line-height: 1.55;
  font-weight: 800;
}

.scholarship-index-card small {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 11px;
  border-radius: 999px;
  color: #ffffff;
  background: #132036;
  font-size: 12px;
  font-weight: 900;
}

.route-detail-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.route-detail-board > article,
.route-action-system > article {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.route-detail-board > article > span,
.route-action-system > article > span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.route-detail-board ul,
.route-action-system ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.6;
  font-weight: 800;
}

.route-detail-board li::marker,
.route-action-system li::marker {
  color: #0f766e;
}

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

.route-action-system h3 {
  margin: 0;
  color: #132036;
  font-size: 20px;
  line-height: 1.3;
}

.route-roadmap-mini {
  display: grid;
  gap: 10px;
}

.route-roadmap-mini section {
  display: grid;
  gap: 5px;
  padding: 12px;
  border-radius: 8px;
  background: #f8fafc;
}

.route-roadmap-mini small {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.route-roadmap-mini strong {
  color: #132036;
  font-size: 15px;
}

.route-roadmap-mini p {
  margin: 0;
  color: #526174;
  line-height: 1.6;
  font-weight: 800;
}

.route-tracker-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
}

.route-tracker-table > div {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr 1.4fr;
}

.route-tracker-table > div:first-child {
  color: #ffffff;
  background: #132036;
}

.route-tracker-table span,
.route-tracker-table b {
  padding: 10px;
  border-right: 1px solid rgba(15, 118, 110, 0.1);
  color: #334155;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 850;
}

.route-tracker-table b {
  color: #ffffff;
}

.route-tracker-table > div + div {
  border-top: 1px solid rgba(15, 118, 110, 0.1);
}

.route-tracker-table span:last-child,
.route-tracker-table b:last-child {
  border-right: 0;
}

.personalized-route-plan {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 158, 11, 0.15), transparent 28%),
    linear-gradient(135deg, #ffffff, #f8fafc 48%, #ecfdf5);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

.personalized-route-head {
  display: grid;
  gap: 8px;
  max-width: 880px;
}

.personalized-route-head span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.personalized-route-head h3 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 28px;
  line-height: 1.18;
}

.personalized-route-head p {
  margin: 0;
  color: #526174;
  line-height: 1.65;
  font-weight: 800;
}

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

.personalized-route-grid article,
.personalized-days section {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.personalized-route-grid strong {
  color: #0f766e;
  font-size: 14px;
}

.personalized-route-grid p {
  margin: 0;
  color: #132036;
  line-height: 1.55;
  font-weight: 900;
}

.personalized-route-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.55;
  font-weight: 800;
}

.personalized-route-grid li::marker {
  color: #0f766e;
}

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

.personalized-days span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 900;
}

.personalized-days p {
  margin: 0;
  color: #334155;
  line-height: 1.58;
  font-weight: 800;
}

.route-tracker-wide > div {
  grid-template-columns: 0.65fr 1.65fr 0.7fr;
}

.journey-map {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(14, 165, 233, 0.14), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(245, 158, 11, 0.15), transparent 26%),
    linear-gradient(135deg, #ffffff, #f8fafc 50%, #ecfdf5);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
}

.journey-map-head {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.journey-map-head h2 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 32px;
  line-height: 1.18;
}

.journey-map-head p {
  margin: 0;
  color: #526174;
  line-height: 1.7;
  font-weight: 800;
}

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

.journey-stage-grid article {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.journey-stage-grid article > span,
.segment-day-plan > span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 900;
}

.journey-stage-grid h3 {
  margin: 0;
  color: #132036;
  font-size: 19px;
  line-height: 1.3;
}

.journey-stage-grid p {
  margin: 0;
  color: #526174;
  line-height: 1.58;
  font-weight: 800;
}

.journey-stage-grid ul,
.segment-day-plan ol,
.scholarship-playbook ul,
.scholarship-playbook ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.55;
  font-weight: 800;
}

.journey-stage-grid li::marker,
.segment-day-plan li::marker,
.scholarship-playbook li::marker {
  color: #0f766e;
  font-weight: 900;
}

.journey-stage-grid article > strong {
  color: #0f766e;
  font-size: 13px;
  line-height: 1.4;
}

.guidance-segment-stack {
  display: grid;
  gap: 18px;
}

.guidance-segment {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  scroll-margin-top: 112px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.guidance-segment::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0f766e, #2563eb, #f59e0b);
}

.guidance-segment:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6, #f59e0b);
}

.guidance-segment:nth-child(3n)::before {
  background: linear-gradient(90deg, #7c3aed, #0ea5e9, #0f766e);
}

.guidance-segment:target {
  border-color: rgba(245, 158, 11, 0.52);
  box-shadow: 0 24px 70px rgba(245, 158, 11, 0.16);
}

.guidance-segment-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding-top: 4px;
}

.guidance-segment-head h2 {
  margin: 9px 0 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 30px;
  line-height: 1.18;
}

.guidance-segment-head > strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 12px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.guidance-intro {
  max-width: 900px;
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
}

.guidance-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guidance-pill-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.segment-day-plan {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffbeb, #ffffff 55%, #f8fafc);
}

.segment-day-plan > span {
  color: #92400e;
  background: #fef3c7;
}

.guidance-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.guidance-panel,
.guidance-workbench article {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.guidance-panel > span,
.guidance-workbench article > span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 900;
}

.guidance-panel h3,
.guidance-workbench h3 {
  margin: 0;
  color: #132036;
  font-size: 19px;
  line-height: 1.3;
}

.guidance-panel ul,
.guidance-workbench ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.58;
  font-weight: 800;
}

.guidance-panel li::marker,
.guidance-workbench li::marker {
  color: #0f766e;
}

.guidance-workbench {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 12px;
}

.guidance-workbench pre {
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  color: #e2e8f0;
  background:
    linear-gradient(135deg, rgba(19, 32, 54, 0.98), rgba(15, 118, 110, 0.92)),
    #132036;
  font-size: 12px;
  line-height: 1.75;
  white-space: pre-wrap;
}

.scholarship-playbook {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.82), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.scholarship-playbook-head {
  display: grid;
  gap: 8px;
  max-width: 880px;
}

.scholarship-playbook-head h3 {
  margin: 0;
  color: #132036;
  font-size: 24px;
  line-height: 1.25;
}

.scholarship-playbook-head p {
  margin: 0;
  color: #526174;
  line-height: 1.65;
  font-weight: 800;
}

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

.scholarship-playbook-grid article {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.scholarship-playbook-grid h4 {
  margin: 0;
  color: #132036;
  font-size: 18px;
  line-height: 1.28;
}

.scholarship-playbook-grid p {
  margin: 0;
  color: #526174;
  line-height: 1.58;
  font-weight: 800;
}

.scholarship-playbook-grid strong {
  color: #0f766e;
  font-size: 13px;
}

.congrats-popup-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(8, 25, 32, 0.42);
  backdrop-filter: blur(12px);
  animation: congratsLayerExit 5.2s ease forwards;
}

.congrats-popup {
  position: relative;
  overflow: hidden;
  width: min(520px, 100%);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  color: #132036;
  background:
    radial-gradient(circle at 50% 12%, rgba(251, 191, 36, 0.28), transparent 32%),
    linear-gradient(135deg, #ffffff, #ecfdf5 56%, #eff6ff);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
  text-align: center;
  animation: congratsPopupEnter 0.62s cubic-bezier(0.2, 0.9, 0.25, 1.18) both;
}

.congrats-visual {
  position: relative;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
}

.congrats-ring {
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(15, 118, 110, 0.22);
  border-top-color: #0f766e;
  border-radius: 50%;
  animation: congratsSpin 2.8s linear infinite;
}

.congrats-ring.second {
  inset: 0;
  border-color: rgba(245, 158, 11, 0.22);
  border-bottom-color: #f59e0b;
  animation-duration: 4s;
  animation-direction: reverse;
}

.congrats-check {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08331e;
  background: linear-gradient(135deg, #6ee7b7, #fbbf24);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
  font-size: 34px;
  font-weight: 900;
}

.congrats-kicker {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.congrats-popup h2 {
  margin: 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.12;
}

.congrats-popup strong {
  color: #064e3b;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.congrats-popup p {
  max-width: 430px;
  color: #526174;
  line-height: 1.62;
  font-weight: 800;
}

.congrats-progress {
  width: min(320px, 100%);
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
}

.congrats-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
  transform-origin: left;
  animation: congratsProgress 4.5s linear forwards;
}

.congrats-confetti i {
  position: absolute;
  top: -22px;
  width: 8px;
  height: 18px;
  border-radius: 3px;
  background: #f59e0b;
  animation: congratsConfetti 2.4s ease-in-out infinite;
}

.congrats-confetti i:nth-child(1) { left: 10%; background: #0f766e; animation-delay: 0.1s; }
.congrats-confetti i:nth-child(2) { left: 22%; background: #2563eb; animation-delay: 0.45s; }
.congrats-confetti i:nth-child(3) { left: 34%; background: #f59e0b; animation-delay: 0.2s; }
.congrats-confetti i:nth-child(4) { left: 46%; background: #14b8a6; animation-delay: 0.7s; }
.congrats-confetti i:nth-child(5) { left: 58%; background: #7c3aed; animation-delay: 0.32s; }
.congrats-confetti i:nth-child(6) { left: 70%; background: #f97316; animation-delay: 0.86s; }
.congrats-confetti i:nth-child(7) { left: 82%; background: #06b6d4; animation-delay: 0.55s; }
.congrats-confetti i:nth-child(8) { left: 92%; background: #22c55e; animation-delay: 1s; }

@keyframes congratsPopupEnter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
  }

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

@keyframes congratsLayerExit {
  0%,
  82% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes congratsProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes congratsSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes congratsConfetti {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(250px) rotate(240deg);
  }
}

.login-section {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.92) 55%, rgba(239, 246, 255, 0.95));
}

.login-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.login-copy h1,
.login-panel h2 {
  max-width: 640px;
  margin: 14px 0 0;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 800;
}

.login-panel h2 {
  font-size: 30px;
}

.login-copy p {
  max-width: 620px;
  margin-top: 14px;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.login-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.login-form .btn {
  width: 100%;
}

.login-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-section {
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(236, 253, 245, 0.94) 56%, rgba(255, 247, 237, 0.95));
  border-top: 1px solid rgba(15, 118, 110, 0.08);
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  gap: 28px;
  align-items: start;
}

.admin-copy h2 {
  max-width: 640px;
  margin-top: 14px;
  color: #132036;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.admin-copy p {
  max-width: 620px;
  margin-top: 14px;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.admin-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.admin-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  color: #0f5132;
  background: #ffffff;
  font-weight: 900;
}

.admin-panel {
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.admin-lock-form {
  display: grid;
  gap: 14px;
}

.admin-lock-form label {
  display: grid;
  gap: 7px;
}

.admin-lock-form label span {
  color: #26364a;
  font-weight: 900;
}

.admin-lock-form input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  color: #132036;
  background: #ffffff;
  outline: none;
}

.admin-lock-form input:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.admin-list {
  display: grid;
  gap: 12px;
  max-height: 660px;
  overflow: auto;
  padding-right: 4px;
}

.admin-empty,
.admin-request-card {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(240, 253, 244, 0.72), rgba(255, 255, 255, 0.98));
}

.admin-empty {
  display: grid;
  gap: 9px;
  place-items: center;
  min-height: 210px;
  padding: 22px;
  text-align: center;
}

.admin-empty svg {
  color: #0f766e;
}

.admin-empty strong {
  color: #132036;
  font-size: 18px;
}

.admin-empty p {
  max-width: 360px;
  color: #64748b;
  line-height: 1.55;
}

.admin-request-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.admin-request-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.admin-request-top strong,
.admin-request-top small {
  display: block;
}

.admin-request-top strong {
  color: #132036;
  font-size: 18px;
  font-weight: 900;
}

.admin-request-top small {
  margin-top: 4px;
  color: #64748b;
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.status-pill.pending {
  color: #92400e;
  background: #fef3c7;
}

.status-pill.approved {
  color: #065f46;
  background: #d1fae5;
}

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

.admin-meta span {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(15, 118, 110, 0.11);
  border-radius: 8px;
  color: #26364a;
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admin-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-action-row p {
  color: #64748b;
  line-height: 1.5;
  font-weight: 800;
}

.admin-action-row .btn {
  flex: 0 0 auto;
}

.admin-action-row .btn:disabled {
  cursor: default;
  filter: saturate(0.75);
  opacity: 0.72;
}

.final-cta {
  padding: 66px 0 36px;
  color: #ffffff;
  background: #0f766e;
}

.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-inner h2 {
  max-width: 720px;
  margin-top: 12px;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 36px;
  line-height: 1.24;
}

.final-inner p {
  max-width: 640px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.final-inner .btn.secondary {
  color: #0f766e;
  border-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.34);
  outline-offset: 3px;
}

.landing-shell {
  background:
    linear-gradient(180deg, #fbfefc 0%, #f2fbf7 32%, #ffffff 68%, #f6fbff 100%);
}

.site-header {
  border-bottom: 1px solid rgba(15, 118, 110, 0.11);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 28px rgba(16, 34, 51, 0.05);
}

.site-header-inner,
.hero-inner,
.section-inner,
.quick-strip {
  width: min(1200px, calc(100% - 48px));
}

.brand img {
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.16);
}

.brand strong {
  color: var(--sf-ink);
  letter-spacing: 0.01em;
}

.header-nav {
  gap: 18px;
  font-size: 14px;
}

.header-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.header-nav a:hover {
  border-bottom-color: rgba(15, 118, 110, 0.34);
}

.nav-cta,
.btn {
  min-height: 46px;
  padding: 0 18px;
  box-shadow: none;
}

.nav-cta,
.btn.primary {
  color: #062f25;
  background: linear-gradient(135deg, #8cf2c6, #f7c948);
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.18);
}

.btn.secondary {
  color: var(--sf-teal-deep);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(15, 118, 110, 0.2);
  box-shadow: 0 10px 24px rgba(16, 34, 51, 0.05);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 34px;
  border-bottom: 1px solid rgba(15, 118, 110, 0.08);
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.92), rgba(255, 255, 255, 0.98) 43%, rgba(239, 246, 255, 0.9));
}

.hero-inner {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
}

.eyebrow {
  color: var(--sf-teal-deep);
  background: #e7f8ef;
  border-color: rgba(15, 118, 110, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero h1 {
  max-width: 680px;
  color: var(--sf-ink);
  font-size: 56px;
  line-height: 1.08;
}

.hero-copy p {
  max-width: 640px;
  color: var(--sf-muted);
  font-size: 19px;
  line-height: 1.78;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hero-proof-grid article {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--sf-shadow-soft);
}

.hero-proof-grid strong {
  color: var(--sf-teal-deep);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.hero-proof-grid span {
  color: var(--sf-muted);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 800;
}

.story-slider {
  min-height: 590px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 76px rgba(16, 34, 51, 0.18);
}

.story-track {
  height: 590px;
}

.story-slide {
  padding: 28px;
}

.slide-content {
  width: min(500px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.slide-content h2 {
  color: var(--sf-ink);
}

.hero-system-card {
  position: absolute;
  top: 24px;
  right: 24px;
  width: min(330px, calc(100% - 48px));
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(16, 34, 51, 0.16);
  backdrop-filter: blur(16px);
}

.hero-system-card > span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 900;
}

.hero-system-card strong {
  color: var(--sf-ink);
  font-size: 17px;
  line-height: 1.35;
}

.hero-system-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hero-system-card small {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--sf-teal-deep);
  background: #ecfdf5;
  font-weight: 900;
}

.quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  padding-bottom: 34px;
}

.quick-strip div {
  min-height: 70px;
  padding: 0 18px;
  border-color: rgba(15, 118, 110, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 34, 51, 0.09);
}

.trust-section {
  padding: 18px 0 58px;
}

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

.trust-card {
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--sf-shadow-soft);
}

.trust-card h3 {
  margin: 0;
  color: var(--sf-ink);
  font-size: 18px;
  line-height: 1.35;
}

.trust-card p {
  margin-top: 7px;
  color: var(--sf-muted);
  line-height: 1.62;
  font-weight: 700;
}

.section {
  padding: 86px 0;
}

.section-light {
  background:
    linear-gradient(180deg, #f4fcf8, #ffffff);
}

.profile-check-section,
.enroll-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.9) 48%, rgba(239, 246, 255, 0.94));
}

.section-head {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-head h2,
.profile-check-copy h2,
.value-copy h2,
.enroll-copy h2,
.contact-copy h2 {
  color: var(--sf-ink);
  font-size: 42px;
  line-height: 1.16;
}

.section-head p,
.profile-check-copy p,
.value-copy p,
.enroll-copy > p,
.contact-copy p {
  color: var(--sf-muted);
}

.profile-check-grid,
.enroll-grid,
.contact-grid {
  gap: 36px;
}

.profile-form,
.profile-result,
.selected-plan-card,
.profile-attach-card,
.enroll-form,
.contact-form,
.login-panel,
.dashboard-panel,
.dashboard-welcome {
  border-color: rgba(15, 118, 110, 0.12);
  box-shadow: var(--sf-shadow);
}

.profile-form,
.enroll-form,
.contact-form {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 250, 0.98));
}

.profile-form input,
.profile-form select,
.enroll-form input,
.enroll-form select,
.enroll-form textarea,
.contact-form input,
.contact-form textarea,
.admin-lock-form input {
  min-height: 50px;
  border-color: rgba(15, 118, 110, 0.14);
  background: #fbfefd;
}

.pain-card,
.promise-card,
.route-card,
.process-card,
.decision-card,
.price-card,
.dashboard-tool-card {
  border-color: rgba(15, 118, 110, 0.12);
  box-shadow: var(--sf-shadow-soft);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.pain-card:hover,
.promise-card:hover,
.route-card:hover,
.process-card:hover,
.decision-card:hover,
.price-card:hover,
.dashboard-tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 24px 54px rgba(16, 34, 51, 0.12);
}

.promise-grid,
.process-grid,
.decision-grid,
.pricing-grid,
.route-grid {
  gap: 16px;
}

.promise-card,
.process-card,
.decision-card,
.price-card {
  padding: 24px;
}

.icon-box {
  color: var(--sf-teal-deep);
  background: linear-gradient(135deg, #e8f8f0, #eff6ff);
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.system-showcase {
  position: relative;
  justify-content: space-between;
  gap: 24px;
  min-height: 430px;
}

.system-showcase p {
  max-width: 560px;
  margin-top: 12px;
  color: var(--sf-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.system-mini-board {
  width: min(420px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.system-mini-board article {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--sf-shadow-soft);
  backdrop-filter: blur(10px);
}

.system-mini-board strong {
  color: var(--sf-teal-deep);
  font-size: 22px;
  line-height: 1.1;
}

.system-mini-board small {
  color: var(--sf-muted);
  line-height: 1.45;
  font-weight: 800;
}

.proof-section {
  padding-top: 46px;
  background: #ffffff;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 30px;
  align-items: center;
}

.proof-layout .section-head {
  margin-bottom: 0;
}

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

.proof-metrics article {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f2fbf7);
  box-shadow: var(--sf-shadow-soft);
}

.proof-metrics strong {
  color: var(--sf-teal-deep);
  font-size: 22px;
  line-height: 1.1;
}

.proof-metrics span {
  color: var(--sf-muted);
  line-height: 1.48;
  font-weight: 800;
}

.process-card {
  position: relative;
  min-height: 244px;
}

.process-card > span {
  background: linear-gradient(135deg, var(--sf-teal), var(--sf-blue));
}

.route-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.route-card {
  min-height: 286px;
}

.pricing-section {
  background:
    linear-gradient(180deg, #fff8ed, #f2fbf7 58%, #ffffff);
}

.price-card {
  padding: 30px;
  background:
    linear-gradient(180deg, #ffffff, #fbfefd);
}

.price-card.featured {
  border-color: rgba(245, 158, 11, 0.46);
  box-shadow: 0 26px 64px rgba(180, 83, 9, 0.16);
}

.price-card > strong {
  color: var(--sf-ink);
  font-size: 54px;
}

.price-card .best-for {
  color: #064e3b;
  background: linear-gradient(135deg, #ecfdf5, #fef3c7);
}

.enroll-section {
  border-top: 1px solid rgba(15, 118, 110, 0.08);
  border-bottom: 1px solid rgba(15, 118, 110, 0.08);
}

.selected-plan-card {
  background:
    linear-gradient(135deg, #ffffff, #ecfdf5 64%, #fff7ed);
}

.selected-plan-card em {
  color: #92400e;
}

.contact-section {
  background:
    linear-gradient(180deg, #ffffff, #f6fbff);
}

.final-cta {
  color: var(--sf-ink);
  background:
    linear-gradient(135deg, #ecfdf5, #ffffff 52%, #fff7ed);
  border-top: 1px solid rgba(15, 118, 110, 0.1);
}

.final-inner p {
  color: var(--sf-muted);
}

.final-inner .btn.secondary {
  color: var(--sf-teal-deep);
  border-color: rgba(15, 118, 110, 0.18);
}

/* Gorgeous ed-tech refresh */
.landing-shell {
  background:
    linear-gradient(180deg, #fff7ed 0%, #ecfeff 20%, #f0fdf4 42%, #eff6ff 66%, #fff7ed 100%);
}

.hero-premium {
  min-height: 640px;
  display: grid;
  align-items: center;
  padding: 50px 0 46px;
  background-position: center;
  background-size: cover;
}

.hero-premium .hero-inner {
  grid-template-columns: 1fr;
  gap: 34px;
}

.hero-premium .hero-copy {
  max-width: 760px;
}

.hero-premium .eyebrow {
  color: #7c2d12;
  background: rgba(255, 247, 237, 0.92);
  border-color: rgba(251, 146, 60, 0.24);
}

.hero-premium h1 {
  max-width: 780px;
  font-size: 52px;
  color: #0f172a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero-premium .hero-copy p {
  max-width: 710px;
  color: #334155;
  font-size: 20px;
  font-weight: 700;
}

.hero-premium .story-slider {
  width: min(960px, 100%);
  min-height: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 84px rgba(15, 23, 42, 0.2);
}

.hero-premium .story-track {
  height: 300px;
}

.hero-premium .story-slide {
  align-items: center;
}

.hero-premium .slide-content {
  width: min(560px, 100%);
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.92);
}

.hero-premium .slide-content h2 {
  font-size: 28px;
}

.hero-premium .hero-system-card {
  top: 22px;
  right: 22px;
}

.hero-proof-grid article,
.quick-strip div,
.trust-card,
.profile-form,
.profile-result,
.pain-card,
.promise-card,
.route-card,
.process-card,
.decision-card,
.price-card,
.selected-plan-card,
.profile-attach-card,
.enroll-form,
.contact-form,
.proof-metrics article,
.system-mini-board article {
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-proof-grid article:nth-child(1) {
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
}

.hero-proof-grid article:nth-child(2) {
  background: linear-gradient(135deg, #eff6ff, #ffffff);
}

.hero-proof-grid article:nth-child(3) {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.quick-strip {
  margin-top: 0;
  padding: 28px max(24px, calc((100% - 1200px) / 2)) 46px;
  background: linear-gradient(90deg, #0f766e, #2563eb 50%, #f59e0b);
  max-width: none;
  width: 100%;
}

.quick-strip div {
  color: #0f172a;
}

.quick-strip div:nth-child(1) {
  background: #d1fae5;
}

.quick-strip div:nth-child(2) {
  background: #dbeafe;
}

.quick-strip div:nth-child(3) {
  background: #fef3c7;
}

.quick-strip div:nth-child(4) {
  background: #ede9fe;
}

.trust-section {
  padding: 70px 0;
  background:
    linear-gradient(135deg, #ecfeff, #ffffff 38%, #fff7ed);
}

.trust-card {
  background:
    linear-gradient(135deg, #ffffff, #ecfdf5);
}

.trust-card:nth-child(2) {
  background:
    linear-gradient(135deg, #ffffff, #eff6ff);
}

.trust-card:nth-child(3) {
  background:
    linear-gradient(135deg, #ffffff, #fff7ed);
}

.profile-check-section {
  background:
    linear-gradient(135deg, #0f766e 0%, #14b8a6 34%, #fef3c7 34%, #fff7ed 100%);
}

.profile-check-section .profile-check-copy,
.profile-check-section .profile-check-points span {
  color: #ffffff;
}

.profile-check-section .profile-check-copy h2 {
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(15, 23, 42, 0.16);
}

.profile-check-section .profile-check-copy p {
  color: rgba(255, 255, 255, 0.9);
}

.profile-check-section .eyebrow {
  color: #064e3b;
  background: rgba(255, 255, 255, 0.88);
}

.profile-check-section .profile-check-points svg {
  color: #fbbf24;
}

.profile-form,
.profile-result {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.95));
  box-shadow: 0 28px 70px rgba(6, 78, 59, 0.22);
}

.section-light {
  background:
    linear-gradient(135deg, #fff7ed, #ffffff 52%, #ecfeff);
}

.pain-card:nth-child(3n + 1),
.promise-card:nth-child(4n + 1),
.process-card:nth-child(4n + 1) {
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}

.pain-card:nth-child(3n + 2),
.promise-card:nth-child(4n + 2),
.process-card:nth-child(4n + 2) {
  background: linear-gradient(135deg, #ffffff, #eff6ff);
}

.pain-card:nth-child(3n),
.promise-card:nth-child(4n + 3),
.process-card:nth-child(4n + 3) {
  background: linear-gradient(135deg, #ffffff, #fff7ed);
}

#solution {
  background:
    linear-gradient(180deg, #ecfeff, #f8fafc);
}

.promise-card:nth-child(4n) {
  background: linear-gradient(135deg, #ffffff, #f5f3ff);
}

.image-band {
  width: 100%;
  padding: 76px 0;
  background:
    linear-gradient(135deg, #f5f3ff, #ffffff 45%, #ecfdf5);
}

.image-band .image-panel {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.system-showcase {
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 80px rgba(30, 41, 59, 0.18);
}

.proof-section {
  background:
    linear-gradient(135deg, #ccfbf1, #eff6ff 48%, #fff7ed 100%);
}

.proof-section .section-head h2,
.proof-section .section-head p {
  color: var(--sf-ink);
}

.proof-section .eyebrow {
  color: #08331e;
  background: #d1fae5;
}

.proof-metrics article {
  background: rgba(255, 255, 255, 0.96);
}

#roadmap {
  background:
    linear-gradient(180deg, #ecfdf5, #ffffff 48%, #eff6ff);
}

.value-section {
  background:
    linear-gradient(135deg, #fff7ed 0%, #ffffff 42%, #dbeafe 100%);
}

.decision-card:nth-child(1) {
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}

.decision-card:nth-child(2) {
  background: linear-gradient(135deg, #ffffff, #dbeafe);
}

.decision-card:nth-child(3) {
  background: linear-gradient(135deg, #ffffff, #fef3c7);
}

#routes {
  background:
    linear-gradient(180deg, #ffffff, #f5f3ff 48%, #ecfeff);
}

.route-card {
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.route-card:nth-child(4n + 1) {
  box-shadow: 0 20px 48px rgba(15, 118, 110, 0.1);
}

.route-card:nth-child(4n + 2) {
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.1);
}

.route-card:nth-child(4n + 3) {
  box-shadow: 0 20px 48px rgba(245, 158, 11, 0.1);
}

.pricing-section {
  background:
    linear-gradient(135deg, #ccfbf1 0%, #dbeafe 46%, #fef3c7 100%);
}

.pricing-section .section-head h2,
.pricing-section .section-head p {
  color: var(--sf-ink);
}

.pricing-section .eyebrow {
  color: #08331e;
  background: #d1fae5;
}

.pricing-section .value-stack span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.92);
}

.price-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 235, 0.96));
}

.price-card.featured {
  background:
    linear-gradient(180deg, #ffffff, #ecfdf5 54%, #fff7ed);
  transform: translateY(-8px);
}

.enroll-section {
  background:
    linear-gradient(135deg, #fef3c7 0%, #ecfdf5 38%, #eff6ff 100%);
}

.contact-section {
  background:
    linear-gradient(135deg, #f5f3ff, #ffffff 48%, #ecfeff);
}

.final-cta {
  background:
    linear-gradient(90deg, #ccfbf1, #dbeafe 50%, #fef3c7);
  color: var(--sf-ink);
}

.final-inner h2,
.final-inner p {
  color: var(--sf-ink);
}

.final-inner .btn.secondary {
  color: #0f172a;
  background: #ffffff;
}

/* Visual storytelling refinement */
.profile-check-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 78, 59, 0.92), rgba(15, 118, 110, 0.84) 54%, rgba(37, 99, 235, 0.62)),
    url('assets/story-campus.jpg');
  background-position: center;
  background-size: cover;
}

.profile-check-section .profile-check-copy {
  padding: 24px;
  border-radius: 8px;
  background: rgba(4, 47, 46, 0.32);
  backdrop-filter: blur(8px);
}

.profile-check-section .profile-check-copy p,
.profile-check-section .profile-check-points span {
  color: rgba(255, 255, 255, 0.94);
}

.problem-layout,
.visual-story-layout,
.proof-layout {
  display: grid;
  gap: 32px;
  align-items: center;
}

.problem-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.problem-layout .pain-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-story-section {
  background:
    linear-gradient(135deg, #f5f3ff, #ffffff 44%, #ecfdf5);
}

.visual-story-layout {
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
}

.visual-story-layout .section-head {
  margin-bottom: 0;
}

.emotional-visual {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.emotional-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}

.emotional-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.58));
}

.emotional-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(12px);
}

.emotional-visual strong {
  font-size: 21px;
  line-height: 1.25;
}

.emotional-visual span {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
  font-weight: 800;
}

.proof-layout {
  grid-template-columns: minmax(260px, 0.74fr) minmax(280px, 0.9fr) minmax(360px, 1fr);
}

.proof-layout .section-head {
  margin-bottom: 0;
}

.proof-visual {
  min-height: 330px;
}

.value-layout {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
}

.value-copy {
  grid-row: 1 / 3;
}

.dream-visual {
  grid-column: 2;
  height: 340px;
  min-height: 0;
}

.dream-visual img {
  height: 100%;
  min-height: 0;
}

.value-layout .decision-grid {
  grid-column: 2;
}

.route-card {
  padding: 0 18px 20px;
}

.route-image {
  position: relative;
  height: 138px;
  display: flex;
  align-items: flex-end;
  margin: 0 -18px 16px;
  padding: 14px;
  background-position: center;
  background-size: cover;
}

.route-image span {
  position: relative;
  z-index: 1;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.54);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.route-card > svg {
  display: none;
}

.route-number {
  top: 148px;
}

.country-chip {
  margin-top: 0;
}

.final-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, #0f172a, #064e3b 58%, #78350f);
}

.final-inner h2,
.final-inner p,
.final-inner small {
  color: #ffffff;
}

.final-inner small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.final-inner .btn.secondary {
  color: #0f172a;
  background: #ffffff;
  border-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .story-track {
    animation: none;
  }
}

@media (max-width: 1040px) {
  .hero-inner,
  .quick-strip,
  .trust-grid,
  .pain-list,
  .promise-grid,
  .profile-check-grid,
  .enroll-grid,
  .contact-grid,
  .admin-grid,
  .route-grid,
  .process-grid,
  .dashboard-tool-grid,
  .route-lab-grid,
  .route-detail-board,
  .route-action-system,
  .route-fit-category-nav,
  .guidance-panel-grid,
  .guidance-workbench,
  .journey-stage-grid,
  .scholarship-playbook-grid,
  .route-detail-columns,
  .route-mini-roadmap,
  .personalized-route-grid,
  .personalized-days,
  .scholarship-index-grid,
  .scholarship-step-grid,
  .scholarship-roadmap-grid,
  .scholarship-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-resource-grid {
    grid-template-columns: 1fr;
  }

  .route-lab-grid {
    align-items: stretch;
  }

  .hero-inner,
  .value-layout,
  .problem-layout,
  .visual-story-layout,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .value-copy,
  .dream-visual,
  .value-layout .decision-grid {
    grid-column: auto;
    grid-row: auto;
  }

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

  .hero h1 {
    font-size: 46px;
  }

  .system-showcase {
    align-items: flex-end;
  }

  .story-slider,
  .story-track {
    height: 520px;
    min-height: 520px;
  }

  .hero-premium .story-slider,
  .hero-premium .story-track {
    height: 360px;
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .site-header-inner,
  .hero-inner,
  .section-inner,
  .quick-strip {
    width: min(100% - 32px, 1180px);
  }

  .site-header-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }

  .header-nav {
    display: none;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-inner,
  .profile-check-grid,
  .login-grid,
  .quick-strip,
  .trust-grid,
  .problem-layout,
  .visual-story-layout,
  .proof-layout,
  .pain-list,
  .promise-grid,
  .decision-grid,
  .route-grid,
  .process-grid,
  .pricing-grid,
  .enroll-grid,
  .contact-grid,
  .dashboard-tool-grid,
  .route-lab-grid,
  .route-match-list,
  .route-meta-strip,
  .route-detail-board,
  .route-action-system,
  .route-fit-category-nav,
  .route-detail-columns,
  .route-mini-roadmap,
  .guidance-panel-grid,
  .guidance-workbench,
  .journey-stage-grid,
  .scholarship-playbook-grid,
  .personalized-route-grid,
  .personalized-days,
  .scholarship-detail-grid-section,
  .scholarship-index-grid,
  .scholarship-step-grid,
  .scholarship-roadmap-grid,
  .scholarship-benefit-grid,
  .final-inner {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .hero-proof-grid,
  .proof-metrics,
  .system-mini-board {
    grid-template-columns: 1fr;
  }

  .problem-layout .pain-list {
    grid-template-columns: 1fr;
  }

  .emotional-visual,
  .proof-visual {
    min-height: 300px;
  }

  .dream-visual {
    height: 280px;
    min-height: 0;
  }

  .profile-check-section .profile-check-copy {
    padding: 18px;
  }

  .hero-proof-grid article {
    min-height: 72px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-actions,
  .final-inner {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .story-slider,
  .story-track {
    height: 520px;
    min-height: 520px;
  }

  .hero-premium .story-slider,
  .hero-premium .story-track {
    height: 390px;
    min-height: 390px;
  }

  .story-slide {
    align-items: flex-end;
    padding: 16px;
  }

  .hero-system-card {
    top: 14px;
    right: 14px;
    left: 14px;
    width: auto;
    padding: 14px;
  }

  .hero-system-card strong {
    font-size: 14px;
  }

  .hero-system-card div {
    gap: 5px;
  }

  .hero-system-card small {
    min-height: 24px;
    padding: 0 7px;
    font-size: 11px;
  }

  .slide-content {
    padding: 18px;
  }

  .slide-content h2,
  .image-panel h2 {
    font-size: 25px;
  }

  .slide-content p {
    font-size: 15px;
  }

  .quick-strip {
    width: 100%;
    padding: 24px 16px 34px;
  }

  .section {
    padding: 52px 0;
  }

  #problem,
  #solution,
  #profile-check,
  #roadmap,
  #routes,
  #pricing,
  #enroll,
  #contact,
  #admin {
    scroll-margin-top: 132px;
  }

  .section-head h2,
  .login-copy h1,
  .profile-check-copy h2,
  .value-copy h2,
  .enroll-copy h2,
  .admin-copy h2,
  .contact-copy h2,
  .proof-layout .section-head h2,
  .final-inner h2 {
    font-size: 27px;
  }

  .contact-form,
  .admin-panel {
    padding: 18px;
  }

  .enroll-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .unlock-grid,
  .member-tool-grid,
  .manual-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selected-plan-card div {
    display: grid;
    gap: 8px;
  }

  .selected-plan-card strong {
    font-size: 26px;
  }

  .selected-plan-card em {
    font-size: 32px;
  }

  .profile-form,
  .profile-result {
    padding: 18px;
  }

  .profile-form {
    grid-template-columns: 1fr;
  }

  .profile-result h3 {
    font-size: 21px;
  }

  .scholarship-match-grid {
    grid-template-columns: 1fr;
  }

  .profile-signal-grid {
    grid-template-columns: 1fr;
  }

  .scholarship-match-grid article {
    min-height: auto;
  }

  .image-panel {
    min-height: 420px;
    padding: 20px;
    background-position: center;
  }

  .system-showcase {
    display: grid;
    align-items: end;
  }

  .price-card > strong {
    font-size: 42px;
  }

  .admin-grid,
  .admin-meta {
    grid-template-columns: 1fr;
  }

  .admin-action-row,
  .admin-request-top,
  .dashboard-welcome {
    display: grid;
  }

  .admin-action-row .btn,
  .dashboard-welcome .btn,
  .dashboard-panel .btn {
    width: 100%;
  }

  .dashboard-panel,
  .dashboard-welcome {
    padding: 18px;
  }

  .dashboard-materials {
    padding: 18px;
  }

  .journey-map {
    padding: 18px;
  }

  .journey-map-head h2 {
    font-size: 25px;
  }

  .route-lab {
    padding: 18px;
  }

  .scholarship-detail-section,
  .scholarship-detail-grid-section,
  .scholarship-index-grid {
    width: min(100% - 32px, 1180px);
  }

  .scholarship-detail-hero,
  .scholarship-index-hero {
    min-height: 320px;
    padding: 34px 18px 30px;
  }

  .scholarship-detail-table div {
    grid-template-columns: 1fr;
  }

  .scholarship-section-head h2,
  .scholarship-detail-grid-section h2 {
    font-size: 25px;
  }

  .personalized-route-plan {
    padding: 18px;
  }

  .personalized-route-head h3 {
    font-size: 23px;
  }

  .route-breakdown {
    grid-template-columns: 1fr;
  }

  .guidance-segment {
    padding: 18px;
  }

  .guidance-segment-head {
    display: grid;
  }

  .guidance-segment-head h2 {
    font-size: 24px;
  }

  .route-lab-head h2 {
    font-size: 25px;
  }

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

  .route-score-card h3 {
    font-size: 21px;
  }

  .route-tracker-table {
    overflow-x: auto;
  }

  .route-tracker-table > div {
    min-width: 620px;
  }

  .dashboard-materials-head h2 {
    font-size: 24px;
  }

  .dashboard-resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-download {
    width: 100%;
  }

  .dashboard-panel h1,
  .dashboard-welcome h1,
  .congrats-popup h2 {
    font-size: 28px;
  }

  .congrats-popup {
    padding: 28px 18px 22px;
  }

  .congrats-visual {
    width: 86px;
    height: 86px;
  }

  .congrats-check {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }
}

.notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.5;
}

.notice.success {
  color: #065f46;
  background: #d1fae5;
}

.notice.error {
  color: #92400e;
  background: #fef3c7;
}

.profile-result[hidden] {
  display: none;
}

.enroll-form .payment-unlock-card,
.enroll-form .access-unlocked-card {
  grid-column: 1 / -1;
}

/* Final premium visual polish */
.landing-shell {
  background:
    linear-gradient(180deg, #fff7ed 0%, #ecfeff 18%, #f8fafc 39%, #fff7ed 66%, #ecfdf5 100%);
}

.hero-premium {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 78px 0 54px;
  background:
    linear-gradient(135deg, #fff7ed 0%, #ecfeff 42%, #eff6ff 72%, #fef3c7 100%);
}

.hero-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 118, 110, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.8;
  pointer-events: none;
}

.hero-premium .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.hero-premium .hero-copy {
  max-width: none;
}

.hero-premium .eyebrow {
  color: #064e3b;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 118, 110, 0.18);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.hero-premium h1 {
  max-width: 820px;
  margin-top: 18px;
  color: #0f172a;
  font-size: 56px;
  line-height: 1.08;
  text-shadow: none;
}

.hero-premium .hero-copy p {
  max-width: 740px;
  color: #334155;
  font-size: 19px;
  font-weight: 800;
}

.hero-actions {
  margin-top: 28px;
}

.hero-proof-grid {
  margin-top: 30px;
}

.hero-proof-grid article {
  min-height: 96px;
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.92));
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
}

.hero-visual img {
  width: 100%;
  height: 388px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.02);
}

.hero-visual-caption {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.hero-visual-caption span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #d1fae5;
  font-size: 12px;
  font-weight: 900;
}

.hero-visual-caption strong {
  color: #0f172a;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.hero-path-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hero-path-stack article {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 13px 10px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.hero-path-stack span {
  color: #f59e0b;
  font-size: 12px;
  font-weight: 900;
}

.hero-path-stack strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
}

.hero-path-stack small {
  color: #64748b;
  font-weight: 800;
}

.quick-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
  padding: 30px max(24px, calc((100% - 1200px) / 2)) 48px;
  background:
    linear-gradient(90deg, #0f766e 0%, #2563eb 45%, #f59e0b 100%);
}

.quick-strip div {
  min-height: 78px;
  align-items: center;
  padding: 0 18px;
  color: #0f172a;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16);
  font-weight: 900;
}

.quick-strip div:nth-child(4n + 1) {
  background: #d1fae5;
}

.quick-strip div:nth-child(4n + 2) {
  background: #dbeafe;
}

.quick-strip div:nth-child(4n + 3) {
  background: #fef3c7;
}

.quick-strip div:nth-child(4n) {
  background: #f5f3ff;
}

.solution-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
}

.solution-topline .section-head {
  margin-bottom: 0;
}

.guidance-visual {
  min-height: 320px;
}

.profile-check-section {
  background:
    linear-gradient(135deg, rgba(6, 78, 59, 0.88), rgba(15, 118, 110, 0.72) 50%, rgba(37, 99, 235, 0.62)),
    url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1300&q=80');
  background-position: center;
  background-size: cover;
}

#routes {
  background:
    linear-gradient(180deg, #ffffff 0%, #ecfeff 34%, #fff7ed 72%, #eff6ff 100%);
}

#routes .section-head {
  max-width: 860px;
}

.route-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: start;
}

.route-card {
  min-height: 0;
  padding: 0 18px 18px;
  border-color: rgba(15, 118, 110, 0.14);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.1);
}

.route-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.16);
}

.route-image {
  height: 150px;
}

.route-card h3 {
  min-height: 54px;
  margin-top: 12px;
  font-size: 21px;
}

.route-card > p {
  min-height: 78px;
}

.route-detail {
  margin-top: 14px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.route-detail summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  cursor: pointer;
  color: #0f766e;
  font-weight: 900;
  list-style: none;
}

.route-detail summary::-webkit-details-marker {
  display: none;
}

.route-detail summary svg {
  transition: transform 0.2s ease;
}

.route-detail[open] summary svg {
  transform: rotate(90deg);
}

.route-detail p {
  min-height: auto;
  margin: 0;
  padding: 0 12px 16px;
  color: #475569;
  font-weight: 800;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #064e3b 0%, #0f766e 38%, #2563eb 72%, #f59e0b 100%);
}

.pricing-section .section-head h2,
.pricing-section .section-head p {
  color: #ffffff;
}

.pricing-section .eyebrow {
  color: #064e3b;
  background: rgba(255, 255, 255, 0.92);
}

.pricing-section .value-stack span {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.6);
}

.price-card {
  padding: 32px;
  border-color: rgba(255, 255, 255, 0.64);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 54%, #fff7ed 100%);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
}

.price-card.featured {
  transform: translateY(-10px);
  border-color: rgba(254, 243, 199, 0.98);
  background:
    linear-gradient(180deg, #ffffff 0%, #ecfdf5 52%, #fff7ed 100%);
  box-shadow: 0 38px 94px rgba(15, 23, 42, 0.28);
}

.price-card.featured::after {
  content: 'জনপ্রিয়';
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #78350f;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.price-card.featured .price-top {
  padding-right: 96px;
}

.price-card > strong {
  color: #0f172a;
  font-size: 54px;
}

.price-card .best-for {
  border: 1px solid rgba(15, 118, 110, 0.14);
  background: #ecfdf5;
}

.enroll-section {
  background:
    linear-gradient(135deg, #fff7ed 0%, #ecfdf5 42%, #eff6ff 100%);
}

.enroll-copy {
  position: sticky;
  top: 104px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 253, 244, 0.86));
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}

.selected-plan-card {
  border-color: rgba(15, 118, 110, 0.16);
  background:
    linear-gradient(135deg, #ffffff, #ecfdf5);
}

.enroll-form {
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ecfeff 100%);
  box-shadow: 0 34px 88px rgba(15, 23, 42, 0.16);
}

.enroll-form input,
.enroll-form select,
.enroll-form textarea {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.payment-brief-card {
  padding: 22px;
  border-color: rgba(226, 19, 110, 0.22);
  background:
    linear-gradient(135deg, #fff1f7 0%, #ffffff 48%, #ecfdf5 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

.payment-brief-card > span {
  color: #be185d;
  background: #ffffff;
}

.payment-brief-card strong {
  color: #0f172a;
  font-size: 22px;
}

.payment-brief-card p {
  color: #475569;
  font-weight: 800;
}

.bkash-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 12px;
}

.bkash-payment-panel div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(226, 19, 110, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(190, 24, 93, 0.08);
}

.bkash-payment-panel small {
  color: #be185d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bkash-payment-panel b {
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.manual-payment-grid {
  gap: 10px;
}

.manual-payment-grid article {
  border-color: rgba(15, 118, 110, 0.14);
  background: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1040px) {
  .hero-premium .hero-inner,
  .solution-topline {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    height: 360px;
  }

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

  .enroll-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .mobile-menu-toggle {
    width: 46px;
    height: 46px;
    display: inline-grid;
    grid-auto-flow: column;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 8px;
    color: #0f172a;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu-toggle[aria-expanded="true"] {
    color: #ffffff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
  }

  .mobile-menu[hidden] {
    display: none !important;
  }

  .mobile-menu {
    width: min(100% - 32px, 1180px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 auto 14px;
    padding: 12px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
  }

  .mobile-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    color: #0f172a;
    background: #f8fafc;
    font-weight: 900;
  }

  .mobile-menu a:hover {
    color: #0f766e;
    background: #ecfdf5;
  }

  .hero-premium {
    padding: 42px 0 34px;
  }

  .hero-premium h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .hero-premium .hero-copy p {
    font-size: 16px;
  }

  .hero-visual {
    padding: 10px;
  }

  .hero-visual img {
    height: 300px;
  }

  .hero-path-stack,
  .quick-strip,
  .bkash-payment-panel,
  .manual-payment-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    padding: 22px 16px 34px;
  }

  .quick-strip div {
    min-height: 64px;
  }

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

  .route-card h3,
  .route-card > p {
    min-height: auto;
  }

  .price-card.featured {
    transform: none;
  }

  .enroll-copy,
  .enroll-form {
    padding: 20px;
  }

  .bkash-payment-panel b {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .landing-shell:not(.dashboard-page-shell) .site-header {
    position: relative !important;
    top: auto !important;
  }
}

.profile-discovery {
  display: grid;
  gap: 22px;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 250, 0.92) 48%, rgba(255, 247, 237, 0.96));
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
}

.pd-head {
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(6, 78, 59, 0.98), rgba(15, 118, 110, 0.96) 46%, rgba(37, 99, 235, 0.95));
  box-shadow: 0 24px 58px rgba(15, 118, 110, 0.22);
}

.pd-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pd-head span,
.pd-head strong,
.pd-head em {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pd-head strong {
  color: #0f172a;
  background: #fef3c7;
}

.pd-head em {
  color: #064e3b;
  background: #d1fae5;
}

.pd-head h1 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.16;
}

.pd-head p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 800;
}

.pd-results {
  display: grid;
  gap: 18px;
}

.pd-score-hero {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #eff6ff, #ffffff 48%, #ecfdf5);
}

.pd-score-hero div {
  display: grid;
  gap: 4px;
}

.pd-score-hero span,
.pd-result-grid > section > span,
.pd-scholarship-shortlist > div > span,
.pd-match-focus span,
.pd-route-alert span,
.pd-next-actions span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pd-score-hero h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(46px, 8vw, 78px);
  line-height: 1;
  font-weight: 900;
}

.pd-score-hero p,
.pd-score-hero small {
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-weight: 800;
}

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

.pd-score-grid article {
  display: grid;
  gap: 10px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.pd-score-grid span {
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
}

.pd-score-grid strong {
  color: #132036;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.pd-score-grid div {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
}

.pd-score-grid i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.pd-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  gap: 14px;
}

.pd-result-grid > section,
.pd-scholarship-shortlist,
.pd-form {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.pd-result-grid h3,
.pd-scholarship-shortlist h3 {
  margin: 0;
  color: #132036;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 900;
}

.pd-result-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-result-grid li {
  padding: 12px;
  border-radius: 8px;
  color: #334155;
  background: #f8fafc;
  font-weight: 800;
  line-height: 1.55;
}

.pd-weakness-list {
  display: grid;
  gap: 10px;
}

.pd-weakness-list article {
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #f8fafc;
}

.pd-weakness-list strong {
  display: block;
  color: #132036;
  font-weight: 900;
}

.pd-weakness-list p {
  margin: 7px 0 0;
  color: #475569;
  line-height: 1.62;
  font-weight: 800;
}

.pd-weakness-critical {
  border-color: rgba(239, 68, 68, 0.2) !important;
  background: #fff1f2 !important;
}

.pd-weakness-high {
  border-color: rgba(245, 158, 11, 0.28) !important;
  background: #fffbeb !important;
}

.pd-weakness-medium {
  border-color: rgba(37, 99, 235, 0.18) !important;
  background: #eff6ff !important;
}

.pd-weakness-low {
  border-color: rgba(15, 118, 110, 0.18) !important;
  background: #ecfdf5 !important;
}

.pd-scholarship-shortlist > div:first-child p {
  max-width: 820px;
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.65;
  font-weight: 800;
}

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

.pd-match-grid article {
  display: grid;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.pd-match-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.pd-match-top span,
.pd-match-top strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.pd-match-top span {
  color: #0f766e;
  background: #d1fae5;
}

.pd-match-top strong {
  color: #172554;
  background: #dbeafe;
}

.pd-match-grid h4 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}

.pd-match-grid article > p,
.pd-match-focus p,
.pd-route-alert p {
  margin: 0;
  color: #475569;
  line-height: 1.62;
  font-weight: 800;
}

.pd-match-focus,
.pd-route-alert,
.pd-next-actions {
  display: grid;
  gap: 7px;
  padding: 12px;
  border-radius: 8px;
  background: #f8fafc;
}

.pd-route-alert {
  background: #fff7ed;
}

.pd-match-reasons {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-match-reasons li,
.pd-next-actions small {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  color: #334155;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.pd-match-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.pd-match-grid nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-size: 13px;
  font-weight: 900;
}

.pd-match-grid nav a:nth-child(2) {
  color: #132036;
  background: #fef3c7;
}

.pd-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pd-stepper button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  color: #334155;
  background: #f8fafc;
  font-weight: 900;
  cursor: pointer;
}

.pd-stepper span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #94a3b8;
  font-size: 13px;
}

.pd-stepper button.is-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.14);
}

.pd-stepper button.is-active span {
  color: #0f172a;
  background: #fef3c7;
}

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

.pd-step.is-active {
  display: grid;
}

.pd-step-title {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding-bottom: 4px;
}

.pd-step-title span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pd-step-title h2 {
  margin: 0;
  color: #132036;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 900;
}

.pd-step-title p {
  margin: 0;
  color: #64748b;
  font-weight: 800;
  line-height: 1.55;
}

.pd-form label {
  display: grid;
  gap: 8px;
  color: #132036;
  font-weight: 900;
}

.pd-form label span {
  color: #334155;
  font-size: 13px;
}

.pd-form input,
.pd-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  padding: 0 13px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  font-weight: 800;
  outline: none;
}

.pd-form input:focus,
.pd-form select:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.pd-form [hidden] {
  display: none !important;
}

.pd-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .pd-score-grid,
  .pd-result-grid,
  .pd-match-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .profile-discovery {
    padding: 14px;
  }

  .pd-head {
    padding: 22px;
  }

  .pd-head h1 {
    font-size: 30px;
  }

  .pd-score-hero,
  .pd-score-grid,
  .pd-step,
  .pd-stepper {
    grid-template-columns: 1fr;
  }

  .pd-live-match-head,
  .pd-live-match-actions {
    grid-template-columns: 1fr;
  }

  .pd-live-match-head {
    display: grid;
  }

  .pd-stepper button {
    justify-content: flex-start;
    padding: 0 12px;
  }

  .pd-form-actions {
    justify-content: stretch;
  }

  .pd-form-actions .btn {
    width: 100%;
  }
}

.preparation-hub {
  display: grid;
  gap: 18px;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94) 48%, rgba(236, 253, 245, 0.96));
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
}

.prep-head {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #172554, #2563eb 46%, #0f766e);
  box-shadow: 0 24px 58px rgba(37, 99, 235, 0.2);
}

.prep-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.prep-head span,
.prep-head strong,
.prep-head em {
  width: fit-content;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.prep-head span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
}

.prep-head strong {
  color: #172554;
  background: #dbeafe;
}

.prep-head em {
  color: #064e3b;
  background: #d1fae5;
}

.prep-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
}

.prep-head p {
  max-width: 840px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 800;
}

.prep-control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 14px;
  align-items: stretch;
}

.prep-control-row label,
.prep-route-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.prep-control-row label span,
.prep-route-card span,
.prep-progress-card span,
.prep-check-category > div span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.prep-control-row select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  padding: 0 13px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  font-weight: 900;
  outline: none;
}

.prep-route-card strong {
  color: #132036;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.prep-route-card small {
  color: #64748b;
  font-weight: 800;
  line-height: 1.5;
}

.prep-route-card-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.prep-route-card-main > div {
  display: grid;
  gap: 8px;
}

.prep-route-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.prep-route-links a,
.prep-step-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.prep-link-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.16);
}

.prep-link-secondary {
  color: #0f766e;
  border: 1px solid rgba(15, 118, 110, 0.16);
  background: #ecfdf5;
}

.prep-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.prep-tabs button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #334155;
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.prep-tabs button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.16);
}

.prep-panel {
  display: none;
}

.prep-panel.is-active {
  display: block;
}

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

.prep-roadmap article {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 245px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.prep-roadmap article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.prep-roadmap article:nth-child(2n)::before {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.prep-roadmap article:nth-child(3n)::before {
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}

.prep-roadmap span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.prep-roadmap h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}

.prep-roadmap p {
  margin: 0;
  color: #475569;
  line-height: 1.62;
  font-weight: 800;
}

.prep-step-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.prep-step-links .prep-resource-link {
  color: #0f5132;
  background: #d1fae5;
}

.prep-step-links .prep-video-link {
  color: #1e3a8a;
  background: #dbeafe;
}

.prep-progress-card {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.prep-progress-card > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.prep-progress-card strong {
  color: #132036;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.prep-progress-card small {
  color: #64748b;
  font-weight: 800;
}

.prep-progress-track {
  overflow: hidden;
  height: 11px;
  border-radius: 999px;
  background: #e2e8f0;
}

.prep-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #2563eb, #f59e0b);
  transition: width 0.2s ease;
}

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

.prep-check-category {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.prep-check-category > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-bottom: 4px;
}

.prep-check-category > div strong {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.prep-check-category label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.1);
  border-radius: 8px;
  background: #f8fafc;
}

.prep-check-category input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0f766e;
}

.prep-check-category label span {
  display: grid;
  gap: 4px;
}

.prep-check-category label strong {
  color: #132036;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.prep-check-category label small {
  color: #64748b;
  line-height: 1.45;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .prep-control-row,
  .prep-roadmap,
  .prep-checklist {
    grid-template-columns: 1fr;
  }

  .prep-route-card-main {
    grid-template-columns: 1fr;
  }

  .prep-route-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .preparation-hub {
    padding: 14px;
  }

  .prep-head {
    padding: 22px;
  }

  .prep-tabs {
    grid-template-columns: 1fr;
  }
}

.route-library-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.route-library-cta .btn {
  min-height: 52px;
  padding: 0 22px;
  color: #0f172a;
  border-color: rgba(15, 118, 110, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.94)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.student-reviews {
  background:
    linear-gradient(135deg, #f8fafc 0%, #ecfdf5 46%, #fff7ed 100%);
}

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

.student-review-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.1);
}

.student-review-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0f766e, #2563eb, #f59e0b);
}

.review-topline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.2);
}

.review-topline strong,
.review-topline small {
  display: block;
}

.review-topline strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.review-topline small {
  margin-top: 3px;
  color: #0f766e;
  font-weight: 900;
}

.student-review-card p {
  color: #475569;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 700;
}

.review-focus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 999px;
  color: #92400e;
  background: #fffbeb;
  font-size: 13px;
  font-weight: 900;
}

.review-focus svg {
  color: #0f766e;
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 250, 0.96));
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.faq-layout .section-head {
  position: sticky;
  top: 104px;
  margin-bottom: 0;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.faq-item summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 8px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.faq-item[open] {
  border-color: rgba(245, 158, 11, 0.32);
  box-shadow: 0 22px 58px rgba(245, 158, 11, 0.12);
}

.faq-item[open] summary svg {
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #f59e0b);
  transform: rotate(90deg);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #526174;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

.mobile-sticky-cta {
  display: none;
}

.form-status.ajax-form-status {
  display: block;
  padding: 15px 16px;
  border: 1px solid transparent;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.enroll-form .ajax-form-status,
.contact-form .ajax-form-status {
  grid-column: 1 / -1;
}

.form-status.ajax-form-status.success {
  color: #064e3b;
  border-color: rgba(16, 185, 129, 0.24);
  background:
    linear-gradient(135deg, rgba(209, 250, 229, 0.98), rgba(236, 253, 245, 0.96) 54%, rgba(255, 251, 235, 0.95));
}

.form-status.ajax-form-status.error {
  color: #7f1d1d;
  border-color: rgba(239, 68, 68, 0.22);
  background:
    linear-gradient(135deg, rgba(254, 226, 226, 0.98), rgba(255, 247, 237, 0.96));
}

.btn:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.bkash-brand-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bkash-brand-line img {
  width: 74px;
  height: 30px;
  object-fit: contain;
}

.bkash-inline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bkash-inline-number img {
  width: 62px;
  height: 24px;
  object-fit: contain;
}

.enroll-grid-logged-in {
  align-items: center;
}

.logged-in-enroll-panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.94) 54%, rgba(239, 246, 255, 0.96));
  box-shadow: 0 28px 74px rgba(15, 23, 42, 0.14);
}

.logged-in-enroll-panel > span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8f0;
  font-size: 12px;
  font-weight: 900;
}

.logged-in-enroll-panel strong {
  color: #0f172a;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
}

.logged-in-enroll-panel p {
  color: #526174;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 700;
}

.logged-in-enroll-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-page-shell .dashboard-section {
  padding: 22px 0 32px;
}

.dashboard-page-shell .dashboard-section > .section-inner {
  width: min(1480px, calc(100% - 32px));
}

.sf-app-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: calc(100vh - 126px);
}

.app-sidebar {
  position: sticky;
  top: 96px;
  z-index: 12;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: calc(100vh - 118px);
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(17, 94, 89, 0.94));
  box-shadow: 0 28px 78px rgba(15, 23, 42, 0.18);
}

.app-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.app-sidebar-brand > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #08331e;
  background: linear-gradient(135deg, #6ee7b7, #fbbf24);
  font-size: 14px;
  font-weight: 900;
}

.app-sidebar-brand strong,
.app-sidebar-brand small {
  display: block;
}

.app-sidebar-brand strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.app-sidebar-brand small {
  margin-top: 3px;
  color: rgba(236, 253, 245, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.app-nav {
  display: grid;
  gap: 8px;
}

.app-nav-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(248, 250, 252, 0.78);
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.app-nav-button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.app-nav-button:hover,
.app-nav-button.is-active {
  color: #ffffff;
  border-color: rgba(110, 231, 183, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.app-nav-button.is-active {
  box-shadow: inset 4px 0 0 #6ee7b7;
}

.app-nav-button:hover {
  transform: translateX(2px);
}

.app-main-workspace {
  min-width: 0;
}

.app-module-panel {
  min-width: 0;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.app-module-panel[hidden] {
  display: none !important;
}

.app-module-panel.is-active.is-entering {
  animation: sf-app-panel-fade 0.24s ease both;
}

.sf-smart-insight {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98) 52%, rgba(236, 253, 245, 0.96)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.sf-smart-insight-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.sf-smart-insight-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sf-smart-insight-head strong {
  color: #0f172a;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.22;
  font-weight: 950;
}

.sf-smart-insight p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-weight: 800;
}

.sf-smart-insight ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-smart-insight li {
  padding: 10px 12px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 850;
  line-height: 1.5;
}

.sf-smart-insight-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sf-smart-insight-sections:empty {
  display: none;
}

.sf-smart-insight-sections section {
  display: grid;
  gap: 6px;
  padding: 13px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.7)),
    #ffffff;
}

.sf-smart-insight-sections span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.sf-smart-insight-sections strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 950;
}

.sf-smart-insight-sections p {
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.sf-smart-insight small {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 8px;
  color: #172554;
  background: #dbeafe;
  font-weight: 950;
  line-height: 1.45;
}

.sf-smart-insight[data-state='loading'] {
  opacity: 0.82;
}

.sf-finder-smart {
  display: grid;
  gap: 12px;
  margin: 12px 0 16px;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255, 255, 255, 0.96) 48%, rgba(239, 246, 255, 0.94)),
    #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.sf-finder-smart[hidden] {
  display: none !important;
}

.sf-finder-smart > div {
  display: grid;
  gap: 6px;
}

.sf-finder-smart span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.13);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sf-finder-smart strong {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 950;
}

.sf-finder-smart p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-weight: 800;
}

.sf-finder-smart ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-finder-smart li {
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  color: #0f172a;
  background: #ffffff;
  font-weight: 850;
  line-height: 1.45;
}

.sf-finder-smart small {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 8px;
  color: #172554;
  background: #dbeafe;
  font-weight: 950;
}

@keyframes sf-app-panel-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

@media (max-width: 1040px) {
  .student-review-grid,
  .faq-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-layout .section-head {
    position: static;
  }
}

@media (max-width: 720px) {
  .student-review-grid {
    grid-template-columns: 1fr;
  }

  .sf-smart-insight {
    padding: 15px;
  }

  .sf-smart-insight ul {
    grid-template-columns: 1fr;
  }

  .sf-smart-insight-sections {
    grid-template-columns: 1fr;
  }

  .sf-finder-smart ul {
    grid-template-columns: 1fr;
  }

  .route-library-cta .btn {
    width: 100%;
    min-height: 56px;
    text-align: center;
  }

  .student-review-card {
    min-height: auto;
    padding: 20px;
  }

  .logged-in-enroll-panel {
    padding: 22px;
  }

  .logged-in-enroll-actions .btn {
    width: 100%;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    min-height: 62px;
    padding: 0 16px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 16px 16px;
  }
}

@media (max-width: 768px) {
  .dashboard-page-shell .dashboard-section {
    padding: 16px 0 108px;
  }

  .dashboard-page-shell .dashboard-section > .section-inner {
    width: min(100% - 24px, 1480px);
  }

  .student-dashboard {
    gap: 12px;
  }

  .sf-app-shell {
    display: block;
    min-height: auto;
  }

  .app-sidebar {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 80;
    min-height: 72px;
    height: 72px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.3);
  }

  .app-sidebar-brand {
    display: none;
  }

  .app-nav {
    height: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

  .app-nav-button {
    min-width: 0;
    min-height: 56px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 6px 4px;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }

  .app-nav-button svg {
    width: 20px;
    height: 20px;
  }

  .app-nav-button span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .app-nav-button.is-active {
    box-shadow: inset 0 -3px 0 #6ee7b7;
  }

  .app-nav-button:hover {
    transform: none;
  }

  .app-main-workspace {
    padding-bottom: 8px;
  }

  .landing-shell:not(.dashboard-page-shell) {
    padding-bottom: 88px;
  }

  .landing-shell:not(.dashboard-page-shell) .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 90;
    display: block;
    padding: 10px;
    border: 1px solid rgba(15, 118, 110, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(16px);
  }

  .landing-shell:not(.dashboard-page-shell) .mobile-sticky-cta .btn {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
}

/* Scholar Friend UI polish - header, app library, preparation hub */
.site-header {
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 118, 110, 0.18);
  background:
    linear-gradient(90deg, rgba(236, 253, 245, 0.96), rgba(239, 246, 255, 0.96) 42%, rgba(255, 251, 235, 0.96)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #2563eb 36%, #f59e0b 68%, #14b8a6);
}

.site-header-inner {
  min-height: 82px;
}

.brand {
  min-width: 0;
  padding: 6px 10px 6px 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
}

.brand img {
  border: 2px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    0 12px 28px rgba(15, 118, 110, 0.18),
    0 0 0 4px rgba(110, 231, 183, 0.14);
}

.brand strong {
  color: #0f172a;
}

.brand small {
  color: #0f766e;
  font-weight: 800;
}

.header-nav {
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.header-nav a {
  min-height: 36px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  color: #334155;
  white-space: nowrap;
}

.header-nav a:hover,
.header-nav .profile-nav-link {
  color: #063827;
  background: #d1fae5;
}

.nav-cta {
  border-radius: 999px;
  color: #062f25;
  background: linear-gradient(135deg, #6ee7b7, #fbbf24);
  box-shadow: 0 18px 34px rgba(15, 118, 110, 0.18);
}

.nav-cta.logout-cta {
  color: #7c2d12;
  background: linear-gradient(135deg, #fed7aa, #fff7ed);
}

.scholarship-header-shell {
  min-height: auto;
  background: transparent;
}

.scholarship-header-shell .site-header {
  position: sticky;
}

.prep-route-card-main {
  grid-template-columns: 1fr;
}

.prep-route-card {
  background:
    linear-gradient(135deg, #ffffff, #ecfdf5);
}

.prep-route-card strong {
  font-size: clamp(20px, 2.4vw, 28px);
}

.workspace-scholarship-list {
  display: grid;
  gap: 18px;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.94) 46%, rgba(239, 246, 255, 0.94));
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
}

.workspace-library-head {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 118, 110, 0.92) 52%, rgba(37, 99, 235, 0.9));
  box-shadow: 0 24px 58px rgba(15, 118, 110, 0.18);
}

.workspace-library-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.workspace-library-head span,
.workspace-library-head strong {
  width: fit-content;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.workspace-library-head span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
}

.workspace-library-head strong {
  color: #064e3b;
  background: #d1fae5;
}

.workspace-library-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
}

.workspace-library-head p {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 800;
}

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

.workspace-library-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 150px minmax(0, 1fr);
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.workspace-library-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.workspace-library-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workspace-library-card > div {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.workspace-library-card span,
.workspace-library-card small {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.workspace-library-card span {
  color: #0f766e;
  background: #d1fae5;
}

.workspace-library-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

.workspace-library-card p {
  margin: 0;
  color: #526174;
  line-height: 1.55;
  font-weight: 800;
}

.workspace-library-card small {
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
}

.scholarship-locked-page {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding: 72px 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(110, 231, 183, 0.24), transparent 30%),
    linear-gradient(135deg, #f8fafc, #ecfdf5 48%, #eff6ff);
}

.scholarship-locked-page section {
  width: min(760px, 100%);
  display: grid;
  gap: 14px;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.12);
}

.scholarship-locked-page span {
  width: fit-content;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #0f766e;
  background: #d1fae5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scholarship-locked-page h1 {
  margin: 0;
  color: #0f172a;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.12;
}

.scholarship-locked-page p {
  margin: 0;
  color: #526174;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 800;
}

.scholarship-locked-page div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.scholarship-not-found-page {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding: clamp(44px, 7vw, 84px) 24px;
  background:
    linear-gradient(135deg, #f8fafc, #eff6ff 46%, #ecfdf5);
}

.scholarship-not-found-panel {
  width: min(940px, 100%);
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.12);
}

.scholarship-not-found-panel > span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.scholarship-not-found-panel h1 {
  margin: 0;
  color: #0f172a;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.12;
}

.scholarship-not-found-panel p {
  max-width: 760px;
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
}

.scholarship-not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scholarship-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.scholarship-suggestion-grid a {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 108px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.82));
}

.scholarship-suggestion-grid small {
  color: #0f766e;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.scholarship-suggestion-grid strong {
  color: #132036;
  font-size: 14px;
  line-height: 1.35;
}

.sf-finder {
  display: grid;
  gap: 18px;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94) 48%, rgba(236, 253, 245, 0.96));
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
}

.professor-finder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.92) 46%, rgba(239, 246, 255, 0.96));
}

.sf-finder-head {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #172554, #2563eb 46%, #0f766e);
  box-shadow: 0 24px 58px rgba(37, 99, 235, 0.18);
}

.professor-finder .sf-finder-head {
  background:
    linear-gradient(135deg, #3b0764, #7c3aed 46%, #0f766e);
}

.sf-finder-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sf-finder-head span,
.sf-finder-head strong {
  width: fit-content;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.sf-finder-head span {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
}

.sf-finder-head strong {
  color: #172554;
  background: #dbeafe;
}

.professor-finder .sf-finder-head strong {
  color: #3b0764;
  background: #f5f3ff;
}

.sf-finder-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
}

.sf-finder-head p {
  max-width: 940px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 800;
}

.sf-finder-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.sf-finder:not(.professor-finder) .sf-finder-form {
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.sf-finder-form label {
  display: grid;
  gap: 7px;
}

.sf-finder-form span {
  color: #334155;
  font-size: 13px;
  font-weight: 900;
}

.sf-finder-form select,
.sf-finder-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  padding: 0 12px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  font-weight: 800;
  outline: none;
}

.sf-finder-form select:focus,
.sf-finder-form input:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.sf-finder-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.16);
}

.sf-finder-status {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: #334155;
  background: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.sf-finder-status[data-state="success"] {
  color: #065f46;
  background: #d1fae5;
}

.sf-finder-status[data-state="empty"] {
  color: #92400e;
  background: #fef3c7;
}

.sf-finder-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.sf-finder-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

.sf-finder-table th,
.sf-finder-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(15, 118, 110, 0.1);
  border-right: 1px solid rgba(15, 118, 110, 0.08);
  color: #334155;
  line-height: 1.58;
  vertical-align: top;
  font-weight: 800;
}

.sf-finder-table th {
  color: #0f172a;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.sf-finder-table strong,
.sf-finder-table small {
  display: block;
}

.sf-finder-table strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.sf-finder-table small {
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}

.sf-finder-table a {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #ffffff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .header-nav {
    max-width: 52vw;
    overflow-x: auto;
    scrollbar-width: none;
  }

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

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

  .sf-finder-form,
  .sf-finder:not(.professor-finder) .sf-finder-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .app-sidebar {
    min-height: 84px;
    height: 84px;
  }

  .app-nav-button {
    font-size: 9px;
  }

  .app-nav-button svg {
    width: 18px;
    height: 18px;
  }

  .workspace-library-grid {
    grid-template-columns: 1fr;
  }
}

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

  .brand {
    max-width: calc(100% - 62px);
  }

  .brand span {
    min-width: 0;
  }

  .brand strong,
  .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-cta {
    width: 100%;
  }

  .scholarship-header-shell .header-nav {
    display: flex;
    order: 3;
    width: 100%;
    max-width: 100%;
  }

  .scholarship-header-shell .nav-cta {
    display: none;
  }

  .sf-finder-form,
  .sf-finder:not(.professor-finder) .sf-finder-form {
    grid-template-columns: 1fr;
  }

  .sf-finder-form button {
    width: 100%;
  }
}

/* Keep the app workspace navigation usable on short screens */
.app-sidebar {
  max-height: calc(100vh - 112px);
  min-height: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(110, 231, 183, 0.56) transparent;
}

.app-sidebar::-webkit-scrollbar {
  width: 7px;
}

.app-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(110, 231, 183, 0.52);
}

@media (max-height: 760px) and (min-width: 769px) {
  .app-sidebar {
    top: 88px;
    gap: 10px;
    max-height: calc(100vh - 96px);
    padding: 12px;
  }

  .app-sidebar-brand {
    min-height: 50px;
    padding: 8px;
  }

  .app-sidebar-brand > span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .app-nav {
    gap: 6px;
  }

  .app-nav-button {
    min-height: 40px;
    gap: 9px;
    padding: 0 10px;
    font-size: 13px;
  }

  .app-nav-button svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

@media (max-height: 620px) and (min-width: 769px) {
  .app-sidebar-brand {
    display: none;
  }

  .app-nav-button {
    min-height: 38px;
  }
}

@media (max-width: 768px) {
  .app-sidebar {
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    scrollbar-width: none;
  }

  .app-sidebar::-webkit-scrollbar {
    display: none;
  }
}

/* Mobile navigation fixes */
@media (max-width: 768px) {
  .landing-shell .site-header .nav-cta.logout-cta,
  .scholarship-header-shell .site-header .nav-cta.logout-cta {
    display: none;
  }

  .landing-shell .mobile-menu,
  .scholarship-header-shell .mobile-menu {
    margin: 0 12px 14px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(6, 63, 60, 0.98), rgba(29, 78, 216, 0.96));
    box-shadow: 0 22px 48px rgba(2, 6, 23, 0.28);
  }

  .landing-shell .mobile-menu a,
  .scholarship-header-shell .mobile-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 0 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 950;
    box-shadow: none;
  }

  .landing-shell .mobile-menu a:hover,
  .scholarship-header-shell .mobile-menu a:hover,
  .landing-shell .mobile-menu .profile-nav-link,
  .scholarship-header-shell .mobile-menu .profile-nav-link {
    color: #052e16;
    background: linear-gradient(135deg, #bbf7d0, #fde68a);
  }

  .landing-shell .mobile-menu-toggle[aria-expanded="true"],
  .scholarship-header-shell .mobile-menu-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.22);
  }

  .dashboard-page-shell .mobile-sticky-cta,
  body.logged-in .landing-shell .mobile-sticky-cta {
    display: none !important;
  }

  .dashboard-page-shell .app-sidebar {
    overflow: visible;
  }

  .dashboard-page-shell .app-nav {
    overflow: visible;
  }

  .dashboard-page-shell .app-more-menu {
    position: fixed;
    right: 12px;
    bottom: calc(104px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 160;
    max-height: min(58vh, 420px);
    overflow-y: auto;
    border-radius: 8px;
  }

  .dashboard-page-shell .app-more-menu-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
  }

  .dashboard-page-shell .app-more-menu-button:hover,
  .dashboard-page-shell .app-more-menu-button.is-active {
    color: #052e16;
    background: linear-gradient(135deg, #bbf7d0, #fde68a);
  }
}

/* Final brand header pass */
.landing-shell .site-header,
.scholarship-header-shell .site-header {
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 10% 0%, rgba(251, 191, 36, 0.34), transparent 32%),
    radial-gradient(circle at 78% 10%, rgba(34, 211, 238, 0.26), transparent 34%),
    linear-gradient(112deg, #063f3c 0%, #0f766e 31%, #1d4ed8 68%, #7c2d12 100%);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(18px);
}

.landing-shell .site-header::before,
.scholarship-header-shell .site-header::before {
  height: 5px;
  background: linear-gradient(90deg, #86efac, #38bdf8 34%, #fde047 67%, #fb7185);
}

.landing-shell .site-header-inner,
.scholarship-header-shell .site-header-inner {
  min-height: 92px;
  width: min(1240px, calc(100% - 48px));
}

.landing-shell .brand,
.scholarship-header-shell .brand {
  gap: 13px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.landing-shell .brand img,
.scholarship-header-shell .brand img {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: #071827;
  box-shadow:
    0 18px 34px rgba(2, 6, 23, 0.26),
    0 0 0 5px rgba(255, 255, 255, 0.1);
}

.landing-shell .brand strong,
.scholarship-header-shell .brand strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
}

.landing-shell .brand small,
.scholarship-header-shell .brand small {
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 900;
}

.landing-shell .header-nav,
.scholarship-header-shell .header-nav {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 34px rgba(2, 6, 23, 0.16);
}

.landing-shell .header-nav a,
.scholarship-header-shell .header-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 950;
}

.landing-shell .header-nav a:hover,
.scholarship-header-shell .header-nav a:hover {
  color: #08331e;
  background: linear-gradient(135deg, #bbf7d0, #fde68a);
}

.landing-shell .header-nav .profile-nav-link,
.scholarship-header-shell .header-nav .profile-nav-link {
  color: #052e16;
  background: linear-gradient(135deg, #bbf7d0, #86efac);
  box-shadow: 0 12px 24px rgba(20, 184, 166, 0.18);
}

.landing-shell .nav-cta,
.scholarship-header-shell .nav-cta {
  color: #082f49;
  background: linear-gradient(135deg, #fde68a, #fdba74);
  box-shadow: 0 18px 34px rgba(251, 191, 36, 0.24);
}

.landing-shell .nav-cta.logout-cta,
.scholarship-header-shell .nav-cta.logout-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #ea580c, #be123c);
}

.landing-shell .mobile-menu-toggle {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
}

.landing-shell .mobile-menu-toggle span {
  background: #ffffff;
}

@media (max-width: 1040px) {
  .landing-shell .header-nav,
  .scholarship-header-shell .header-nav {
    max-width: 56vw;
  }
}

@media (max-width: 720px) {
  .landing-shell .site-header-inner,
  .scholarship-header-shell .site-header-inner {
    min-height: 82px;
    width: min(100% - 24px, 1240px);
  }

  .landing-shell .brand,
  .scholarship-header-shell .brand {
    max-width: calc(100% - 64px);
    padding-right: 10px;
  }

  .landing-shell .brand img,
  .scholarship-header-shell .brand img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .landing-shell .brand strong,
  .scholarship-header-shell .brand strong {
    font-size: 17px;
  }

  .landing-shell .brand small,
  .scholarship-header-shell .brand small {
    font-size: 12px;
  }

  .landing-shell .mobile-menu {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(6, 63, 60, 0.98);
    box-shadow: 0 20px 44px rgba(2, 6, 23, 0.26);
  }

  .landing-shell .mobile-menu a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
  }
}

.app-more-toggle,
.app-more-menu {
  display: none;
}

.app-more-menu-button {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(110, 231, 183, 0.18);
  border-radius: 8px;
  padding: 0 11px;
  color: rgba(248, 250, 252, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}

.app-more-menu-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.app-more-menu-button.is-active {
  color: #ffffff;
  background: rgba(110, 231, 183, 0.18);
}

.sf-work-tool {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.sf-work-head,
.cv-template-box,
.dashboard-support-form {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 253, 250, 0.96), rgba(255, 255, 255, 0.98) 42%, rgba(239, 246, 255, 0.95));
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.sf-work-head {
  padding: 24px;
}

.sf-work-head > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.sf-work-head span,
.cv-builder-card span,
.cv-template-box span,
.intake-calendar-card span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sf-work-head strong {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 900;
}

.sf-work-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.sf-work-head p {
  max-width: 820px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 800;
}

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

.cv-builder-card,
.intake-calendar-card {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.cv-builder-card h3,
.intake-calendar-card h3 {
  margin: 8px 0 10px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.35;
}

.cv-builder-card ol {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.7;
  font-weight: 800;
}

.cv-template-box {
  padding: 18px;
  background: #0f172a;
}

.cv-template-box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.cv-template-box span {
  color: #bbf7d0;
}

.cv-template-box button,
.intake-calendar-card a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 13px;
  color: #08331e;
  background: linear-gradient(135deg, #86efac, #fde68a);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.cv-template-box textarea {
  width: 100%;
  min-height: 360px;
  resize: vertical;
  border: 1px solid rgba(187, 247, 208, 0.24);
  border-radius: 8px;
  padding: 16px;
  color: #e2e8f0;
  background: rgba(2, 6, 23, 0.74);
  font: 800 13px/1.7 ui-monospace, SFMono-Regular, Consolas, monospace;
  outline: none;
}

.cv-template-box small {
  display: block;
  margin-top: 10px;
  color: #cbd5e1;
  font-weight: 800;
}

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

.intake-calendar-card strong {
  display: block;
  margin-bottom: 10px;
  color: #1d4ed8;
  font-size: 13px;
  line-height: 1.4;
}

.intake-calendar-card p {
  min-height: 92px;
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.62;
  font-weight: 800;
}

.dashboard-support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
}

.dashboard-support-form label,
.dashboard-support-form button {
  margin: 0;
}

.dashboard-support-form label:nth-of-type(3),
.dashboard-support-form label:nth-of-type(4),
.dashboard-support-form button {
  grid-column: 1 / -1;
}

@media (max-width: 1080px) {
  .intake-calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .app-nav {
    position: relative;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .app-nav > .app-nav-button[data-mobile-extra="1"] {
    display: none;
  }

  .app-more-toggle {
    min-width: 0;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 6px 4px;
    color: rgba(248, 250, 252, 0.78);
    background: transparent;
    font: inherit;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 900;
  }

  .app-more-toggle svg {
    width: 18px;
    height: 18px;
  }

  .app-nav.is-more-open .app-more-toggle {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 -3px 0 #6ee7b7;
  }

  .app-more-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    left: 0;
    z-index: 3;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(110, 231, 183, 0.2);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.38);
  }

  .app-nav.is-more-open .app-more-menu {
    display: grid;
  }

  .cv-builder-grid,
  .intake-calendar-grid,
  .dashboard-support-form {
    grid-template-columns: 1fr;
  }

  .sf-work-head,
  .cv-builder-card,
  .cv-template-box,
  .dashboard-support-form,
  .intake-calendar-card {
    padding: 16px;
  }

  .sf-work-head > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .intake-calendar-card p {
    min-height: auto;
  }
}

/* Final mobile UX overrides */
@media (max-width: 768px) {
  .landing-shell .site-header .nav-cta.logout-cta,
  .scholarship-header-shell .site-header .nav-cta.logout-cta {
    display: none !important;
  }

  body.logged-in .landing-shell .mobile-sticky-cta {
    display: none !important;
  }

  .landing-shell .mobile-menu,
  .scholarship-header-shell .mobile-menu {
    margin: 0 12px 14px !important;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    background:
      linear-gradient(145deg, rgba(6, 63, 60, 0.98), rgba(29, 78, 216, 0.96)) !important;
    box-shadow: 0 22px 48px rgba(2, 6, 23, 0.28) !important;
  }

  .landing-shell .mobile-menu a,
  .scholarship-header-shell .mobile-menu a {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 8px !important;
    padding: 0 15px !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    font-weight: 950 !important;
  }

  .landing-shell .mobile-menu a:hover,
  .scholarship-header-shell .mobile-menu a:hover,
  .landing-shell .mobile-menu .profile-nav-link,
  .scholarship-header-shell .mobile-menu .profile-nav-link {
    color: #052e16 !important;
    background: linear-gradient(135deg, #bbf7d0, #fde68a) !important;
  }

  .dashboard-page-shell .app-sidebar,
  .dashboard-page-shell .app-nav {
    overflow: visible !important;
  }

  .dashboard-page-shell .app-more-menu {
    position: fixed !important;
    right: 12px !important;
    bottom: calc(104px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    z-index: 160 !important;
    max-height: min(58vh, 420px) !important;
    overflow-y: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dashboard-page-shell .app-nav.is-more-open .app-more-menu {
    display: grid !important;
  }

  .dashboard-page-shell .app-more-menu-button {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }

  .dashboard-page-shell .app-more-menu-button:hover,
  .dashboard-page-shell .app-more-menu-button.is-active {
    color: #052e16 !important;
    background: linear-gradient(135deg, #bbf7d0, #fde68a) !important;
  }
}

/* Profile scan workflow */
.pd-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    'scan'
    'result';
  gap: 18px;
  align-items: start;
}

.pd-form-shell,
.pd-results-shell {
  min-width: 0;
}

.pd-form-shell {
  grid-area: scan;
}

.pd-results-shell {
  grid-area: result;
}

.pd-form-shell .pd-form {
  height: auto;
}

.pd-results-placeholder {
  min-height: auto;
}

.pd-placeholder-grid {
  display: grid;
  gap: 10px;
}

.pd-placeholder-grid article {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.pd-placeholder-grid strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
}

.pd-placeholder-grid span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.pd-form-shell {
  display: grid;
  gap: 14px;
}

.pd-live-match {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f8fbfd 54%, #ecfdf5);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.pd-live-match[data-state="top-tier"] {
  border-color: rgba(16, 185, 129, 0.24);
  background:
    linear-gradient(135deg, #f0fdf4, #ffffff 55%, #ecfeff);
}

.pd-live-match[data-state="mid-category"] {
  border-color: rgba(37, 99, 235, 0.2);
  background:
    linear-gradient(135deg, #eff6ff, #ffffff 55%, #f8fafc);
}

.pd-live-match[data-state="foundation"] {
  border-color: rgba(245, 158, 11, 0.22);
  background:
    linear-gradient(135deg, #fffbeb, #ffffff 55%, #fef3c7);
}

.pd-live-match-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.pd-live-match-head > div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.pd-live-match-head span,
.pd-live-match-meta span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.pd-live-match-head span {
  color: #0f766e;
  background: #d1fae5;
}

.pd-live-match[data-state="top-tier"] .pd-live-match-head span {
  color: #166534;
  background: #dcfce7;
}

.pd-live-match[data-state="mid-category"] .pd-live-match-head span {
  color: #1d4ed8;
  background: #dbeafe;
}

.pd-live-match[data-state="foundation"] .pd-live-match-head span {
  color: #92400e;
  background: #fef3c7;
}

.pd-live-match-head strong {
  color: #132036;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.pd-live-match-head small {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: 12px;
  font-weight: 900;
}

.pd-live-match p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 800;
}

.pd-live-match-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-live-match-meta span {
  color: #132036;
  background: #f8fafc;
  border: 1px solid #dbe5ee;
}

.pd-live-match ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-live-match li {
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  line-height: 1.55;
  font-weight: 800;
}

.pd-live-match-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pd-live-match-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pd-live-match-actions .btn.primary {
  color: #ffffff;
  background: #0f766e;
}

.pd-live-match-actions .btn.secondary {
  color: #0f766e;
  border: 1px solid #cfdbe7;
  background: #ffffff;
}

.pd-live-match-actions .btn.primary:hover {
  background: #0b5d57;
}

.pd-live-match-actions .btn.secondary:hover {
  color: #0b5d57;
  border-color: #0f766e;
}

/* Document Builder */
.document-builder-tool {
  position: relative;
  overflow: hidden;
}

.document-builder-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 14px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #eff6ff, #ffffff 54%, #ecfdf5);
}

.document-builder-route > div {
  display: grid;
  gap: 5px;
}

.document-builder-route > div > span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-builder-route > div > strong {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.document-builder-route > div > small {
  color: #64748b;
  font-weight: 800;
}

.document-builder-route label,
.document-builder-field {
  display: grid;
  gap: 7px;
  color: #0f172a;
  font-weight: 900;
}

.document-builder-route label > span,
.document-builder-field > span {
  color: #334155;
  font-size: 13px;
}

.document-builder-route select,
.document-builder-field input,
.document-builder-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  padding: 0 13px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  font-weight: 800;
  outline: none;
}

.document-builder-field textarea {
  min-height: 128px;
  padding: 12px 13px;
  resize: vertical;
  line-height: 1.6;
}

.document-builder-route select:focus,
.document-builder-field input:focus,
.document-builder-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.document-builder-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.document-builder-tabs button {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  padding: 10px 12px;
  color: #334155;
  background: #ffffff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.document-builder-tabs button span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

.document-builder-tabs button small {
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-builder-tabs button:hover,
.document-builder-tabs button.is-active {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.16);
}

.document-builder-tabs button.is-active span,
.document-builder-tabs button:hover span {
  color: #ffffff;
}

.document-builder-tabs button.is-active small,
.document-builder-tabs button:hover small {
  color: rgba(255, 255, 255, 0.82);
}

.document-builder-panels {
  min-width: 0;
}

.document-builder-panel {
  display: none;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
}

.document-builder-panel.is-active {
  display: grid;
}

.document-builder-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.64fr);
  gap: 18px;
  align-items: start;
}

.document-builder-panel-head > div:first-child {
  display: grid;
  gap: 8px;
}

.document-builder-panel-head > div:first-child > span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-builder-panel-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 950;
}

.document-builder-panel-head p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-weight: 800;
}

.document-builder-checks {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #ecfdf5;
}

.document-builder-checks small {
  position: relative;
  padding-left: 18px;
  color: #065f46;
  line-height: 1.5;
  font-weight: 800;
}

.document-builder-checks small::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0f766e;
  font-weight: 950;
}

.document-builder-form {
  display: grid;
  gap: 16px;
}

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

.document-builder-field.is-wide {
  grid-column: 1 / -1;
}

.document-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 4px;
}

.document-builder-download {
  color: #075985 !important;
  border-color: rgba(37, 99, 235, 0.2) !important;
  background: #e0f2fe !important;
}

.document-builder-download[hidden],
.document-builder-quality[hidden],
.document-builder-followup[hidden],
.document-builder-preview[hidden] {
  display: none !important;
}

.document-builder-status {
  min-height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 13px;
  border-radius: 8px;
  color: #475569;
  background: #f8fafc;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.document-builder-status[data-state='saving'] {
  color: #075985;
  background: #e0f2fe;
}

.document-builder-status[data-state='success'] {
  color: #065f46;
  background: #d1fae5;
}

.document-builder-status[data-state='review'] {
  color: #92400e;
  background: #fef3c7;
}

.document-builder-status[data-state='error'] {
  color: #991b1b;
  background: #fee2e2;
}

.document-builder-quality {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fffbeb, #ffffff 55%, #eff6ff);
}

.document-builder-quality[data-state='ready'] {
  border-color: rgba(16, 185, 129, 0.24);
  background:
    linear-gradient(135deg, #ecfdf5, #ffffff 58%, #eff6ff);
}

.document-builder-quality-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.document-builder-quality-head > div {
  display: grid;
  gap: 4px;
}

.document-builder-quality-head span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.document-builder-quality-head strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.document-builder-quality-head b {
  min-width: 74px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  font-size: 18px;
  font-weight: 950;
}

.document-builder-quality p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-weight: 800;
}

.document-builder-quality ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-builder-quality li {
  padding: 10px 12px;
  border-radius: 8px;
  color: #475569;
  background: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  font-weight: 800;
}

.document-builder-quality li strong {
  color: #0f172a;
}

.document-builder-quality li.is-error {
  color: #991b1b;
  background: #fee2e2;
}

.document-builder-quality li.is-warning {
  color: #92400e;
  background: #fef3c7;
}

.document-builder-quality li.is-success {
  color: #065f46;
  background: #d1fae5;
}

.document-builder-followup {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #eff6ff, #ffffff 58%, #ecfdf5);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.document-builder-followup-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
}

.document-builder-followup-head > div {
  display: grid;
  gap: 4px;
}

.document-builder-followup-head span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.document-builder-followup-head strong {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.document-builder-followup-head small {
  max-width: 360px;
  color: #475569;
  line-height: 1.5;
  font-weight: 850;
}

.document-builder-followup ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: #0f172a;
  font-weight: 850;
  line-height: 1.55;
}

.document-builder-followup label {
  display: grid;
  gap: 7px;
  color: #0f172a;
  font-weight: 900;
}

.document-builder-followup label > span {
  color: #334155;
  font-size: 13px;
}

.document-builder-followup textarea {
  width: 100%;
  min-height: 144px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 8px;
  padding: 12px 13px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  font-weight: 800;
  line-height: 1.6;
  resize: vertical;
  outline: none;
}

.document-builder-followup textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.document-builder-preview {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.document-builder-preview-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
}

.document-builder-preview-head > div {
  display: grid;
  gap: 4px;
}

.document-builder-preview-head span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.document-builder-preview-head strong {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.document-builder-preview-head small {
  max-width: 340px;
  color: #64748b;
  line-height: 1.5;
  font-weight: 800;
}

.document-builder-preview-body {
  color: #172033;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

.document-builder-preview-body h2,
.document-builder-preview-body h3 {
  margin: 18px 0 8px;
  color: #0f766e;
}

.document-builder-preview-body h2:first-child,
.document-builder-preview-body h3:first-child {
  margin-top: 0;
}

.document-builder-preview-body p {
  margin: 0 0 10px;
}

.document-builder-preview-body ul {
  display: grid;
  gap: 6px;
  margin: 0 0 12px 20px;
  padding: 0;
}

.document-builder-preview-body li {
  padding-left: 3px;
}

.document-builder-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.46);
  backdrop-filter: blur(8px);
}

.document-builder-modal-card {
  width: min(430px, 100%);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #ecfdf5 52%, #eff6ff);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.3);
  text-align: center;
}

.document-builder-modal-card strong {
  color: #0f172a;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.document-builder-modal-card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-weight: 800;
}

.document-builder-spinner {
  width: 46px;
  height: 46px;
  display: block;
  border: 5px solid rgba(15, 118, 110, 0.16);
  border-top-color: #0f766e;
  border-right-color: #2563eb;
  border-radius: 50%;
  animation: documentBuilderSpin 0.8s linear infinite;
}

@keyframes documentBuilderSpin {
  to {
    transform: rotate(360deg);
  }
}

.document-builder-modal[hidden],
.document-builder-panel[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .pd-workflow {
    grid-template-columns: 1fr;
    grid-template-areas:
      'scan'
      'result';
  }

  .document-builder-panel-head,
  .document-builder-route {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .document-builder-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-builder-tabs button {
    min-height: 66px;
  }

  .document-builder-panel {
    padding: 16px;
  }

  .document-builder-field-grid {
    grid-template-columns: 1fr;
  }

  .document-builder-field.is-wide {
    grid-column: auto;
  }

  .document-builder-actions .btn {
    width: 100%;
  }
}

/* ==========================================================================
   NEW HIGH-CONVERTING SAAS LANDING PAGE COMPONENT STYLES
   ========================================================================== */

/* Bilingual Switcher */
.header-right-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--sf-muted);
  transition: all 0.2s ease;
}

.lang-switch-btn:hover {
  border-color: var(--sf-teal);
  background: #ffffff;
}

.lang-option {
  color: #64748b;
}

.lang-option.active {
  color: var(--sf-teal);
  font-weight: 900;
}

.lang-divider {
  color: #cbd5e1;
}

/* Diagnostic Section */
.diagnostic-section {
  padding: 60px 20px;
  background: linear-gradient(180deg, #f0fdf4, #ffffff);
}

.diagnostic-card-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 118, 110, 0.08);
}

.diagnostic-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.diagnostic-form-grid .full-width {
  grid-column: 1 / -1;
}

.sf-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.2s ease;
}

.sf-input:focus {
  border-color: var(--sf-teal);
  background: #ffffff;
}

.diagnostic-results-box {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px dashed #e2e8f0;
}

.diagnostic-results-box.hidden {
  display: none;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.diag-result-card {
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 12px;
  background: #f0fdf4;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.diag-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badge-country {
  padding: 4px 10px;
  border-radius: 999px;
  background: #0f766e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.badge-match {
  padding: 4px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
}

.diag-result-card h4 {
  margin: 0;
  font-size: 16px;
  color: #0f172a;
  line-height: 1.3;
}

.funding-text {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #047857;
}

.req-text {
  margin: 0;
  font-size: 12px;
  color: #475569;
  line-height: 1.4;
}

/* Personas Matrix */
.personas-section {
  padding: 60px 20px;
  background: #ffffff;
}

.persona-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.persona-card {
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.persona-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 118, 110, 0.1);
  border-color: var(--sf-teal);
}

.persona-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  width: fit-content;
}

.persona-card h3 {
  margin: 0 0 14px;
  font-size: 17px;
  color: #0f172a;
  line-height: 1.35;
}

.persona-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.persona-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #334155;
  line-height: 1.4;
}

.persona-points li svg {
  color: #0f766e;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Winning SOP Vault Teardown */
.winning-sop-section {
  padding: 60px 20px;
  background: #0f172a;
  color: #ffffff;
}

.winning-sop-section .section-header h2,
.winning-sop-section .section-header p {
  color: #ffffff;
}

.sop-teardown-box {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: #1e293b;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.sop-preview-header {
  padding: 16px 24px;
  background: #0f172a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badge-scholarship {
  font-size: 13px;
  font-weight: 800;
  color: #38bdf8;
}

.badge-score {
  margin-left: 12px;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #15803d;
  color: #ffffff;
  font-weight: 900;
}

.sample-tag {
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sop-content-sample {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sop-paragraph {
  margin: 0;
  line-height: 1.7;
}

.annotated-text.highlight-green {
  background: rgba(34, 197, 94, 0.18);
  border-left: 3px solid #22c55e;
  padding: 4px 8px;
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 15px;
}

.annotated-text.highlight-blue {
  background: rgba(56, 189, 248, 0.18);
  border-left: 3px solid #38bdf8;
  padding: 4px 8px;
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 15px;
}

.annotation-callout {
  display: block;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #0f172a;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
}

.sop-cta-banner {
  padding: 24px 28px;
  background: linear-gradient(135deg, #0f766e, #0369a1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sop-cta-text h4 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #ffffff;
}

.sop-cta-text p {
  margin: 0;
  font-size: 13px;
  color: #e0f2fe;
}

/* Comparison Table */
.comparison-section {
  padding: 60px 20px;
  background: #f8fafc;
}

.table-responsive {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
}

.sf-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.sf-comparison-table th,
.sf-comparison-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
}

.sf-comparison-table th {
  background: #0f172a;
  color: #ffffff;
  font-size: 15px;
}

.sf-comparison-table th.col-sf {
  background: #0f766e;
}

.sf-comparison-table td.col-agency {
  color: #dc2626;
  background: #fef2f2;
}

.sf-comparison-table td.col-sf {
  color: #166534;
  background: #f0fdf4;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 980px) {
  .persona-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .diagnostic-form-grid {
    grid-template-columns: 1fr;
  }

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

  .sop-cta-banner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

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

/* ==========================================================================
   5-MODULE DASHBOARD OS COMPONENT STYLES
   ========================================================================== */
.sf-dashboard-os {
  max-width: 1200px;
  margin: 20px auto;
  padding: 24px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.os-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd5e1;
  margin-bottom: 24px;
}

.os-header-brand h2 {
  margin: 0;
  font-size: 24px;
  color: #0f172a;
}

.os-header-brand h2 span {
  color: #0f766e;
}

.os-tabs-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  overflow-x: auto;
}

.os-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.os-tab-btn:hover {
  border-color: #0f766e;
  color: #0f766e;
}

.os-tab-btn.active {
  background: #0f766e;
  border-color: #0f766e;
  color: #ffffff;
}

.tab-num {
  font-size: 11px;
  opacity: 0.8;
}

.os-tab-content {
  display: none;
}

.os-tab-content.active {
  display: block;
}

.os-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.os-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.card-head h3 {
  margin: 0;
  font-size: 18px;
  color: #0f172a;
}

.badge-urgent {
  padding: 4px 8px;
  border-radius: 4px;
  background: #fef2f2;
  color: #dc2626;
  font-size: 11px;
  font-weight: 800;
}

.circle-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 8px solid #0f766e;
  margin: 0 auto 16px;
}

.score-num {
  font-size: 26px;
  font-weight: 900;
  color: #0f766e;
}

.readiness-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.readiness-check-list li.checked {
  color: #166534;
  font-size: 13px;
  font-weight: 700;
}

.readiness-check-list li.pending {
  color: #b45309;
  font-size: 13px;
}

.roadmap-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.timeline-step {
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
}

.timeline-step.active {
  border-color: #0f766e;
  background: #f0fdf4;
}

.timeline-step .step-num {
  font-size: 12px;
  font-weight: 900;
  color: #0f766e;
  text-transform: uppercase;
}

.timeline-step h4 {
  margin: 6px 0;
  font-size: 15px;
  color: #0f172a;
}

.timeline-step p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}

.badge-ai {
  padding: 4px 8px;
  border-radius: 4px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
}

.badge-vault {
  padding: 4px 8px;
  border-radius: 4px;
  background: #fef3c7;
  color: #b45309;
  font-size: 11px;
  font-weight: 800;
}

.ai-result-output {
  padding: 16px;
  border: 1px solid #38bdf8;
  border-radius: 10px;
  background: #f0f9ff;
}

.score-circle-sm {
  font-size: 20px;
  color: #0284c7;
}

.feedback-item {
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
}

.feedback-item.warning {
  background: #fff7ed;
  border-left: 3px solid #f97316;
  color: #9a3412;
}

.feedback-item.strength {
  background: #f0fdf4;
  border-left: 3px solid #22c55e;
  color: #15803d;
}

.feedback-item.improvement {
  background: #eff6ff;
  border-left: 3px solid #3b82f6;
  color: #1e40af;
}

.vault-sample-item {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.vault-sample-item summary {
  cursor: pointer;
  font-size: 14px;
  color: #0f172a;
}

.vault-sample-content {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #cbd5e1;
  font-size: 13px;
  color: #334155;
}

.interview-accordion details {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.q-item {
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
  background: #f8fafc;
  font-size: 13px;
}

.visa-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.visa-check-list li {
  padding: 14px;
  border-left: 4px solid #0f766e;
  background: #f8fafc;
  border-radius: 4px;
}

.visa-check-list li strong {
  color: #0f172a;
  font-size: 14px;
}

.visa-check-list li p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #475569;
}

@media (max-width: 980px) {
  .os-grid-2col {
    grid-template-columns: 1fr;
  }

  .roadmap-timeline {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   HIGH-CONTRAST PRICING CARDS & HEADER REDESIGN STYLES
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #cbd5e1 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.brand strong {
  color: #0f172a !important;
  font-size: 18px;
  font-weight: 900;
}

.brand small {
  color: #0f766e !important;
  font-weight: 700;
}

.header-nav a {
  color: #0f172a !important;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.header-nav a:hover {
  color: #0f766e !important;
  background: #f0fdf4;
}

.lang-switch-btn {
  background: #ffffff !important;
  border: 1.5px solid #0f766e !important;
  color: #0f172a !important;
}

.lang-option.active {
  color: #0f766e !important;
  font-weight: 900 !important;
}

/* Pricing Section High Contrast Fixes */
.pricing-section {
  padding: 80px 20px;
  background: #0f172a !important; /* Rich Dark Background */
  color: #ffffff !important;
}

.pricing-section .eyebrow {
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.12) !important;
  font-weight: 800;
}

.pricing-section h2 {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 900;
}

.pricing-section p {
  color: #cbd5e1 !important;
  font-size: 16px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1000px;
  margin: 40px auto 0;
  align-items: stretch;
}

.package-card {
  position: relative;
  padding: 36px 32px;
  background: #ffffff !important; /* Pure white card for 100% contrast */
  border-radius: 20px;
  border: 2px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.package-card.featured {
  border: 3px solid #0f766e !important;
  box-shadow: 0 0 30px rgba(15, 118, 110, 0.3), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.badge-featured {
  position: absolute;
  top: -16px;
  right: 24px;
  padding: 6px 16px;
  background: #0f766e !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.4);
  letter-spacing: 0.5px;
}

.package-header h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 900;
  color: #0f172a !important; /* Deep dark text */
}

.price-box {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.price-box .amount {
  font-size: 40px;
  font-weight: 900;
  color: #0f766e !important; /* Emerald primary price */
  line-height: 1;
}

.price-box .currency {
  font-size: 14px;
  font-weight: 700;
  color: #475569 !important;
}

.package-header .tagline {
  font-size: 14px;
  color: #334155 !important;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}

.package-body {
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
  margin-top: 10px;
}

.best-for {
  font-size: 13px;
  color: #0f172a !important;
  margin-bottom: 16px;
  background: #f0fdf4;
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 3px solid #0f766e;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #1e293b !important; /* Sharp readable font */
  line-height: 1.45;
  font-weight: 600;
}

.features-list li svg {
  color: #166534 !important; /* Green check icon */
  flex-shrink: 0;
  margin-top: 2px;
}

.package-footer .btn {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.package-card .btn.primary {
  background: #0f766e !important;
  color: #ffffff !important;
  border: none;
}

.package-card .btn.primary:hover {
  background: #115e59 !important;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.3);
}

.package-card .btn.secondary {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border: 1px solid #cbd5e1 !important;
}

.package-card .btn.secondary:hover {
  background: #e2e8f0 !important;
  color: #0f766e !important;
}

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

body.home > header.site-header:first-of-type,
body.page-id-5 > header.site-header:first-of-type,
body.page-id-7 > header.site-header:first-of-type,
body.home > footer.site-footer:first-of-type,
body.page-id-5 > footer.site-footer:first-of-type,
body.page-id-7 > footer.site-footer:first-of-type {
  display: none !important;
}

body.home > .landing-shell,
body.page-id-5 > .landing-shell,
body.page-id-7 > .landing-shell {
  min-height: 100vh;
}

/* Codex live landing repair: header collision, bKash-only enrollment, readable sections. */
.landing-shell .site-header {
  overflow: visible !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(15, 118, 110, 0.16) !important;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08) !important;
}

.landing-shell .site-header-inner {
  width: min(1240px, calc(100% - 48px)) !important;
  min-height: 76px !important;
  display: grid !important;
  grid-template-columns: minmax(168px, 206px) minmax(0, 1fr) auto;
  align-items: center !important;
  gap: 18px !important;
  padding: 10px 0 !important;
}

.landing-shell .brand {
  min-width: 0 !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(15, 118, 110, 0.14) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
}

.landing-shell .brand img {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0f172a !important;
  box-shadow: none !important;
}

.landing-shell .brand span {
  min-width: 0 !important;
  display: grid !important;
  gap: 2px !important;
}

.landing-shell .brand strong {
  color: #0f172a !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.landing-shell .brand small {
  max-width: 132px !important;
  display: block !important;
  overflow: hidden !important;
  color: #0f766e !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.landing-shell .header-nav {
  min-width: 0 !important;
  min-height: 46px !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 5px !important;
  border: 1px solid rgba(15, 118, 110, 0.1) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
  scrollbar-width: none;
}

.landing-shell .header-nav::-webkit-scrollbar {
  display: none;
}

.landing-shell .header-nav a {
  flex: 0 0 auto !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 11px !important;
  color: #0f172a !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.landing-shell .header-nav a:hover,
.landing-shell .header-nav .profile-nav-link {
  color: #064e3b !important;
  background: #dcfce7 !important;
}

.landing-shell .header-right-actions {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

.landing-shell .lang-switch-btn {
  min-height: 42px !important;
  flex: 0 0 auto !important;
  padding: 0 16px !important;
  border: 1.5px solid #0f766e !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.landing-shell .nav-cta {
  min-height: 46px !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 22px !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0f766e, #0d9488) !important;
  box-shadow: 0 16px 32px rgba(15, 118, 110, 0.18) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.landing-shell .nav-cta.logout-cta {
  background: linear-gradient(135deg, #e11d48, #ea580c) !important;
  box-shadow: 0 16px 32px rgba(225, 29, 72, 0.16) !important;
}

.landing-shell .mobile-menu-toggle {
  width: 44px !important;
  height: 44px !important;
  border-color: rgba(15, 118, 110, 0.18) !important;
  background: #ffffff !important;
}

.landing-shell .mobile-menu-toggle span {
  background: #0f172a !important;
}

.landing-shell .section {
  padding: 74px 0 !important;
}

.landing-shell .section-inner,
.landing-shell .hero-inner {
  width: min(1180px, calc(100% - 48px)) !important;
}

.landing-shell .section-header h2,
.landing-shell .enroll-copy h2 {
  color: #0f172a !important;
  letter-spacing: 0 !important;
}

.landing-shell .section-header p,
.landing-shell .enroll-copy > p {
  color: #475569 !important;
}

.landing-shell .winning-sop-section .section-header h2,
.landing-shell .pricing-section .section-header h2,
.landing-shell .winning-sop-section .section-header p,
.landing-shell .pricing-section .section-header p {
  color: #ffffff !important;
}

.landing-shell .persona-grid,
.landing-shell .packages-grid {
  align-items: stretch !important;
}

.landing-shell .persona-card,
.landing-shell .package-card,
.landing-shell .diagnostic-card-shell,
.landing-shell .sop-teardown-box,
.landing-shell .enroll-form,
.landing-shell .payment-unlock-card,
.landing-shell .faq-item {
  border-radius: 8px !important;
}

.landing-shell .package-card {
  padding: 30px !important;
  justify-content: flex-start !important;
  gap: 22px !important;
}

.landing-shell .package-body {
  flex: 1 1 auto !important;
  margin-top: 0 !important;
}

.landing-shell .package-features,
.landing-shell .features-list {
  display: grid !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.landing-shell .package-features li,
.landing-shell .features-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 750 !important;
}

.landing-shell .package-features svg,
.landing-shell .features-list svg {
  flex: 0 0 16px !important;
  margin-top: 3px !important;
  color: #0f766e !important;
}

.landing-shell .enroll-section {
  position: relative !important;
  overflow: visible !important;
  background: linear-gradient(135deg, #f8fffb 0%, #ecfdf5 45%, #eef6ff 100%) !important;
}

.landing-shell .enroll-card-shell,
.landing-shell .enroll-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

.landing-shell .enroll-copy {
  position: static !important;
  top: auto !important;
  z-index: 0 !important;
  padding: 28px !important;
  background: rgba(255, 255, 255, 0.84) !important;
}

.landing-shell .enroll-form-box,
.landing-shell .enroll-form {
  position: relative !important;
  z-index: 1 !important;
}

.landing-shell .payment-number-card,
.landing-shell .payment-instructions-box,
.landing-shell .payment-brief-card,
.landing-shell .bkash-payment-panel div,
.landing-shell .manual-payment-grid article {
  background: #ffffff !important;
}

.landing-shell .payment-brief-card {
  color: #0f172a !important;
  border-color: rgba(226, 19, 110, 0.18) !important;
  background: linear-gradient(135deg, #fff7fb, #ffffff 56%, #ecfdf5) !important;
}

.landing-shell .payment-brief-card p,
.landing-shell .payment-instructions-box,
.landing-shell .step-list li {
  color: #334155 !important;
}

@media (max-width: 1160px) {
  .landing-shell .site-header-inner {
    grid-template-columns: minmax(156px, 188px) minmax(0, 1fr) auto;
    width: min(100% - 32px, 1240px) !important;
    gap: 12px !important;
  }

  .landing-shell .brand small {
    max-width: 108px !important;
  }

  .landing-shell .header-nav {
    justify-content: flex-start !important;
  }
}

@media (max-width: 900px) {
  .landing-shell .site-header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    min-height: 66px !important;
  }

  .landing-shell .header-nav,
  .landing-shell .nav-cta {
    display: none !important;
  }

  .landing-shell .lang-switch-btn {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  .landing-shell .mobile-menu-toggle {
    display: inline-grid !important;
  }

  .landing-shell .mobile-menu {
    margin: 0 16px 12px !important;
  }

  .landing-shell .enroll-card-shell,
  .landing-shell .enroll-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .landing-shell {
    padding-bottom: 0 !important;
  }

  .landing-shell .site-header-inner {
    width: min(100% - 24px, 1240px) !important;
    gap: 10px !important;
    padding: 8px 0 !important;
  }

  .landing-shell .brand {
    min-height: 48px !important;
    padding: 5px 8px !important;
  }

  .landing-shell .brand img {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .landing-shell .brand strong {
    font-size: 15px !important;
  }

  .landing-shell .brand small {
    max-width: 118px !important;
    font-size: 10px !important;
  }

  .landing-shell .lang-switch-btn {
    display: none !important;
  }

  .landing-shell .header-right-actions {
    display: none !important;
  }

  .landing-shell .section {
    padding: 46px 0 !important;
  }

  .landing-shell .section-inner,
  .landing-shell .hero-inner {
    width: min(100% - 28px, 1180px) !important;
  }

  .landing-shell .hero-premium {
    padding-top: 42px !important;
  }

  .landing-shell .hero-premium h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .landing-shell .hero-actions,
  .landing-shell .hero-proof-grid,
  .landing-shell .diagnostic-form-grid,
  .landing-shell .manual-payment-grid,
  .landing-shell .bkash-payment-panel {
    grid-template-columns: 1fr !important;
  }

  .landing-shell .hero-actions .btn,
  .landing-shell .package-footer .btn,
  .landing-shell .enroll-form .btn {
    width: 100% !important;
  }

  .landing-shell .package-card,
  .landing-shell .diagnostic-card-shell,
  .landing-shell .enroll-copy,
  .landing-shell .enroll-form,
  .landing-shell .payment-brief-card {
    padding: 18px !important;
  }

  .landing-shell .price-box .amount {
    font-size: 34px !important;
  }

  .landing-shell .sop-preview-header,
  .landing-shell .sop-cta-banner {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .landing-shell .sf-comparison-table th,
  .landing-shell .sf-comparison-table td {
    padding: 12px !important;
    font-size: 12px !important;
  }
}

/* Codex header/pricing correction pass. */
.landing-shell .site-header-inner {
  grid-template-columns: minmax(172px, 214px) minmax(0, 1fr) max-content !important;
  gap: 12px !important;
}

.landing-shell .header-nav {
  justify-content: flex-start !important;
  gap: 4px !important;
}

.landing-shell .header-nav a {
  min-height: 32px !important;
  padding: 0 10px !important;
  font-size: 12.5px !important;
}

.landing-shell .header-right-actions {
  gap: 10px !important;
}

.landing-shell .header-right-actions > a:not(.nav-cta) {
  min-height: 42px !important;
  max-width: 150px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 0 16px !important;
  border: 1px solid rgba(15, 118, 110, 0.16) !important;
  border-radius: 999px !important;
  color: #064e3b !important;
  background: #dcfce7 !important;
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.12) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.landing-shell .header-right-actions .lang-switch-btn {
  min-height: 42px !important;
  padding: 0 14px !important;
}

.landing-shell .header-right-actions .nav-cta {
  min-height: 42px !important;
  padding: 0 20px !important;
}

.landing-shell .package-card .best-for {
  margin: 0 0 20px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(15, 118, 110, 0.26) !important;
  border-left: 4px solid #0f766e !important;
  border-radius: 8px !important;
  background: #ecfdf5 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  opacity: 1 !important;
}

.landing-shell .package-card .best-for,
.landing-shell .package-card .best-for span {
  color: #1e293b !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 850 !important;
}

.landing-shell .package-card .best-for strong {
  color: #0f766e !important;
  font-weight: 950 !important;
}

@media (max-width: 1320px) {
  .landing-shell .site-header-inner {
    grid-template-columns: minmax(160px, 196px) minmax(0, 1fr) max-content !important;
  }

  .landing-shell .brand small {
    max-width: 112px !important;
  }

  .landing-shell .header-nav a {
    padding: 0 8px !important;
    font-size: 12px !important;
  }

  .landing-shell .header-right-actions > a:not(.nav-cta) {
    max-width: 132px !important;
    padding-inline: 12px !important;
  }
}

@media (max-width: 1180px) {
  .landing-shell .site-header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
  }

  .landing-shell .header-nav {
    display: none !important;
  }
}

/* Codex hero dashboard and SOP proof redesign. */
.landing-shell .hero-premium {
  min-height: calc(100vh - 82px) !important;
  display: flex !important;
  align-items: center !important;
  padding: 56px 0 44px !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 237, 0.92) 0%, rgba(236, 254, 255, 0.94) 44%, rgba(239, 246, 255, 0.96) 72%, rgba(254, 243, 199, 0.88) 100%),
    #f8fafc !important;
}

.landing-shell .hero-premium::before {
  background-image:
    linear-gradient(rgba(15, 118, 110, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px) !important;
  background-size: 38px 38px !important;
  opacity: 1 !important;
}

.landing-shell .hero-premium .hero-inner {
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1fr) !important;
  gap: 48px !important;
  align-items: center !important;
}

.landing-shell .hero-premium h1 {
  max-width: 650px !important;
  color: #0f172a !important;
  font-size: 56px !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.landing-shell .hero-premium .hero-copy p {
  max-width: 650px !important;
  color: #1e293b !important;
  font-size: 19px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
}

.landing-shell .hero-premium .hero-actions {
  gap: 14px !important;
  margin-top: 28px !important;
}

.landing-shell .hero-premium .hero-actions .btn {
  min-height: 58px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

.landing-shell .hero-premium .hero-proof-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 26px !important;
}

.landing-shell .hero-premium .hero-proof-grid article {
  width: auto !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(15, 118, 110, 0.14) !important;
  border-radius: 999px !important;
  color: #064e3b !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06) !important;
}

.landing-shell .hero-premium .hero-proof-grid strong {
  color: #0f766e !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.landing-shell .hero-premium .hero-proof-grid span {
  color: #334155 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.landing-shell .hero-os-visual {
  position: relative !important;
  min-height: 520px !important;
  display: grid !important;
  align-items: end !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 58px 8px 32px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.landing-shell .hero-float-card {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 11px 14px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
}

.landing-shell .hero-float-card span:first-child {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 999px;
  color: #0f766e;
  background: #ccfbf1;
}

.landing-shell .hero-float-card strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
}

.landing-shell .hero-float-card small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.landing-shell .hero-float-review {
  top: 62px;
  left: 10px;
}

.landing-shell .hero-float-review > svg {
  color: #0f766e;
}

.landing-shell .hero-float-progress {
  top: 44px;
  right: 12px;
  width: 218px;
  min-height: 52px;
  justify-content: center;
}

.landing-shell .hero-float-progress i,
.landing-shell .hero-float-progress b {
  height: 7px;
  border-radius: 999px;
}

.landing-shell .hero-float-progress i {
  width: 164px;
  background: linear-gradient(90deg, #e2e8f0 0 45%, #0f766e 45% 74%, #e2e8f0 74% 100%);
}

.landing-shell .hero-float-progress b,
.landing-shell .hero-float-progress em {
  position: absolute;
  top: 23px;
  display: block;
  background: #0f766e;
}

.landing-shell .hero-float-progress b {
  left: 93px;
  width: 8px;
}

.landing-shell .hero-float-progress em {
  right: 48px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.12);
}

.landing-shell .hero-laptop {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
  margin: 42px auto 0;
  padding: 12px 12px 0;
  border-radius: 18px 18px 8px 8px;
  background: #111827;
  box-shadow: 0 36px 80px rgba(15, 23, 42, 0.28);
}

.landing-shell .hero-laptop::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: #020617;
  transform: translateX(-50%);
}

.landing-shell .hero-laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 108%;
  height: 26px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, #cbd5e1, #64748b);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
  transform: translateX(-50%);
}

.landing-shell .hero-laptop-screen {
  height: 334px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #eef6ff;
}

.landing-shell .mock-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px 12px;
  color: #cbd5e1;
  background: #0b1f3a;
}

.landing-shell .mock-sidebar strong {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2;
}

.landing-shell .mock-sidebar span {
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 800;
}

.landing-shell .mock-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  grid-template-rows: auto 1fr 1fr;
  gap: 12px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.96)),
    #f8fafc;
}

.landing-shell .mock-topbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f172a;
  font-weight: 950;
}

.landing-shell .mock-topbar span {
  width: 70px;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}

.landing-shell .mock-panel {
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.landing-shell .mock-panel small {
  display: block;
  padding: 10px 12px 0;
  color: #0f172a;
  font-size: 11px;
  font-weight: 950;
}

.landing-shell .profile-score {
  display: grid;
  place-items: center;
  text-align: center;
}

.landing-shell .profile-score b {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-top: 8px;
  border: 8px solid #99f6e4;
  border-left-color: #0f766e;
  border-radius: 999px;
  color: #0f766e;
  font-size: 20px;
}

.landing-shell .profile-score span {
  max-width: 120px;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}

.landing-shell .shortlist div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.landing-shell .shortlist span,
.landing-shell .tracker-lanes span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #0f172a;
  background: #f8fafc;
  font-size: 11px;
  font-weight: 950;
}

.landing-shell .shortlist span:nth-child(1) {
  background: #ffe4e6;
}

.landing-shell .shortlist span:nth-child(2) {
  background: #dbeafe;
}

.landing-shell .shortlist span:nth-child(3) {
  background: #cffafe;
}

.landing-shell .tracker-panel {
  grid-column: 1 / -1;
}

.landing-shell .tracker-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.landing-shell .tracker-lanes span:nth-child(1) {
  background: #dcfce7;
}

.landing-shell .tracker-lanes span:nth-child(2) {
  background: #fef3c7;
}

.landing-shell .tracker-lanes span:nth-child(3) {
  background: #dbeafe;
}

.landing-shell .winning-sop-section {
  scroll-margin-top: 104px !important;
  color: #0f172a !important;
  background:
    linear-gradient(180deg, #fffaf0 0%, #f8fafc 52%, #ecfdf5 100%) !important;
}

.landing-shell .winning-sop-section .sop-proof-header {
  max-width: 960px !important;
  margin: 0 auto 26px !important;
  text-align: left !important;
}

.landing-shell .winning-sop-section .sop-proof-header h2 {
  max-width: 880px !important;
  color: #0f172a !important;
}

.landing-shell .winning-sop-section .sop-proof-header p {
  max-width: 920px !important;
  color: #334155 !important;
}

.landing-shell .sop-proof-card {
  max-width: 930px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.landing-shell .sop-document-window {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 17px;
  padding: 26px 30px 54px;
  border: 1px solid rgba(14, 165, 233, 0.24);
  border-radius: 8px;
  color: #0f172a;
  background:
    linear-gradient(180deg, rgba(240, 249, 255, 0.95), rgba(219, 234, 254, 0.9)),
    #e0f2fe;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.landing-shell .sop-proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.landing-shell .sop-proof-row .badge-score {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 6px;
  color: #0f172a;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.landing-shell .sop-proof-row .badge-score strong {
  margin-left: 4px;
  color: #047857;
}

.landing-shell .sop-proof-row .badge-scholarship {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.35;
}

.landing-shell .sop-proof-card .sop-paragraph {
  margin: 0;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.72;
}

.landing-shell .sop-proof-card mark {
  padding: 1px 4px;
  border-radius: 4px;
  background: #fde68a;
  color: #0f172a;
}

.landing-shell .sop-proof-card .annotation-callout {
  display: grid;
  gap: 5px;
  margin-top: 2px;
  padding: 15px 16px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  color: #0f172a;
  background: #ecfdf5;
  font-size: 15px;
  line-height: 1.62;
}

.landing-shell .sop-proof-card .annotation-callout strong {
  color: #064e3b;
  font-size: 16px;
}

.landing-shell .sop-proof-card .sop-cta-banner {
  position: relative;
  z-index: 2;
  width: calc(100% - 44px);
  margin: -34px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(134, 239, 172, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 78, 59, 0.98), rgba(15, 23, 42, 0.98)),
    #0f172a;
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.22);
}

.landing-shell .sop-proof-card .sop-cta-text h4,
.landing-shell .sop-proof-card .sop-cta-text p {
  color: #ffffff !important;
}

.landing-shell .sop-proof-card .sop-cta-text p {
  opacity: 0.84;
}

@media (max-width: 1040px) {
  .landing-shell .hero-premium {
    min-height: auto !important;
  }

  .landing-shell .hero-premium .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .landing-shell .hero-premium h1,
  .landing-shell .hero-premium .hero-copy p {
    max-width: 820px !important;
  }
}

@media (max-width: 640px) {
  .landing-shell .hero-premium {
    padding: 38px 0 34px !important;
  }

  .landing-shell .hero-premium h1 {
    font-size: 38px !important;
    line-height: 1.12 !important;
  }

  .landing-shell .hero-premium .hero-copy p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .landing-shell .hero-premium .hero-actions .btn {
    min-height: 54px !important;
    font-size: 15px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .landing-shell .hero-premium .hero-proof-grid article {
    justify-content: center !important;
    padding: 9px 8px !important;
    text-align: center !important;
  }

  .landing-shell .hero-os-visual {
    min-height: auto !important;
    gap: 12px !important;
    padding: 6px 0 0 !important;
  }

  .landing-shell .hero-float-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
  }

  .landing-shell .hero-float-progress {
    display: none;
  }

  .landing-shell .hero-laptop {
    width: 100%;
    margin: 4px 0 20px;
    padding: 9px 9px 0;
  }

  .landing-shell .hero-laptop-screen {
    height: 260px;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .landing-shell .mock-sidebar {
    gap: 9px;
    padding: 14px 8px;
  }

  .landing-shell .mock-sidebar strong,
  .landing-shell .mock-sidebar span,
  .landing-shell .mock-panel small,
  .landing-shell .shortlist span,
  .landing-shell .tracker-lanes span {
    font-size: 9px;
  }

  .landing-shell .mock-dashboard {
    gap: 8px;
    padding: 10px;
  }

  .landing-shell .profile-score b {
    width: 56px;
    height: 56px;
    border-width: 6px;
    font-size: 15px;
  }

  .landing-shell .profile-score span {
    display: none;
  }

  .landing-shell .shortlist div,
  .landing-shell .tracker-lanes {
    gap: 6px;
    padding: 8px;
  }

  .landing-shell .shortlist span,
  .landing-shell .tracker-lanes span {
    min-height: 42px;
  }

  .landing-shell .winning-sop-section .sop-proof-header {
    margin-bottom: 18px !important;
  }

  .landing-shell .sop-document-window {
    padding: 18px 16px 46px;
  }

  .landing-shell .sop-proof-card .sop-paragraph {
    font-size: 15px;
  }

  .landing-shell .sop-proof-card .sop-cta-banner {
    width: calc(100% - 20px);
    padding: 18px;
  }
}

/* Codex premium footer pass. */
.landing-shell .landing-footer {
  position: relative !important;
  scroll-margin-top: 96px !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding: 0 !important;
  color: #e5f4ef !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 38%),
    linear-gradient(135deg, rgba(8, 47, 73, 0.98), rgba(6, 78, 59, 0.96) 50%, rgba(15, 23, 42, 0.99)),
    #0f172a !important;
  border-top: 1px solid rgba(134, 239, 172, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.landing-shell .landing-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #22c55e, #38bdf8 42%, #facc15 72%, #fb7185);
}

.landing-shell .landing-footer::after {
  content: "";
  position: absolute;
  inset: 6px 0 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.46;
  pointer-events: none;
}

.landing-shell .landing-footer .site-footer-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr) minmax(260px, 0.9fr);
  gap: 34px;
  padding: 56px 0 28px;
}

.landing-shell .footer-brand {
  display: grid;
  gap: 18px;
  align-content: start;
}

.landing-shell .footer-logo {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.landing-shell .footer-logo img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 8px;
  background: #0f172a;
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.28);
}

.landing-shell .footer-logo span {
  display: grid;
  gap: 3px;
}

.landing-shell .footer-logo strong {
  color: #ffffff !important;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 950;
}

.landing-shell .footer-logo small {
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(134, 239, 172, 0.22);
  border-radius: 999px;
  color: #bbf7d0 !important;
  background: rgba(20, 184, 166, 0.12);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.landing-shell .footer-brand p,
.landing-shell .footer-support p {
  max-width: 560px;
  margin: 0;
  color: rgba(229, 244, 239, 0.86) !important;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 750;
}

.landing-shell .footer-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-shell .footer-proof-strip span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ecfeff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.landing-shell .footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
  padding-top: 6px;
}

.landing-shell .footer-column > strong {
  margin-bottom: 5px;
  color: #ffffff !important;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}

.landing-shell .footer-column a:not(.footer-cta) {
  width: fit-content;
  color: rgba(229, 244, 239, 0.82) !important;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 850;
  text-decoration: none !important;
}

.landing-shell .footer-column a:not(.footer-cta):hover {
  color: #fde68a !important;
}

.landing-shell .footer-support {
  padding: 22px;
  border: 1px solid rgba(134, 239, 172, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 54px rgba(2, 6, 23, 0.18);
}

.landing-shell .footer-cta {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 999px;
  color: #082f49 !important;
  background: linear-gradient(135deg, #86efac, #fde047);
  box-shadow: 0 18px 32px rgba(250, 204, 21, 0.18);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
}

.landing-shell .footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(229, 244, 239, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.landing-shell .footer-bottom small,
.landing-shell .footer-bottom span {
  color: rgba(229, 244, 239, 0.72) !important;
}

@media (max-width: 920px) {
  .landing-shell .landing-footer .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .landing-shell .footer-brand,
  .landing-shell .footer-support,
  .landing-shell .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .pending-next-grid,
  .scholarship-suggestion-grid {
    grid-template-columns: 1fr;
  }

  .pending-next-grid article,
  .scholarship-suggestion-grid a {
    min-height: auto;
  }

  .pending-request-actions,
  .scholarship-not-found-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pending-request-actions .btn,
  .scholarship-not-found-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .landing-shell .landing-footer .site-footer-inner {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 0 24px;
  }

  .landing-shell .footer-logo strong {
    font-size: 24px;
  }

  .landing-shell .footer-logo img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .landing-shell .footer-proof-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-shell .footer-proof-strip span {
    width: 100%;
    justify-content: center;
  }

  .landing-shell .footer-support {
    padding: 18px;
  }

  .landing-shell .footer-cta {
    width: 100%;
  }

  .landing-shell .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Hero correction: product-led layout, no decorative photo layer. */
.landing-shell .hero-premium {
  min-height: calc(100vh - 82px) !important;
  padding: 48px 0 42px !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(240, 253, 250, 0.74)),
    #f8fafc !important;
}

.landing-shell .hero-premium::before {
  display: none !important;
  content: none !important;
}

.landing-shell .hero-premium .hero-inner {
  width: min(1220px, calc(100% - 64px)) !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(500px, 1fr) !important;
  gap: 54px !important;
  align-items: center !important;
}

.landing-shell .hero-premium .eyebrow {
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(15, 118, 110, 0.18) !important;
  border-radius: 8px !important;
  color: #0f5f59 !important;
  background: rgba(236, 253, 245, 0.9) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.landing-shell .hero-premium h1 {
  max-width: 640px !important;
  margin-top: 24px !important;
  color: #111827 !important;
  font-size: 58px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.landing-shell .hero-premium .hero-copy p {
  max-width: 625px !important;
  color: #334155 !important;
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 700 !important;
}

.landing-shell .hero-premium .hero-actions {
  gap: 16px !important;
  margin-top: 30px !important;
}

.landing-shell .hero-premium .hero-actions .btn {
  min-height: 58px !important;
  padding: 0 25px !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.12) !important;
}

.landing-shell .hero-premium .hero-actions .btn.primary {
  color: #ffffff !important;
  background: #0f766e !important;
}

.landing-shell .hero-premium .hero-actions .btn.secondary {
  color: #0f5f59 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 118, 110, 0.22) !important;
}

.landing-shell .hero-premium .hero-proof-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  max-width: 620px !important;
  margin-top: 28px !important;
}

.landing-shell .hero-premium .hero-proof-grid article {
  width: auto !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  padding: 0 13px !important;
  border: 1px solid rgba(15, 118, 110, 0.13) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}

.landing-shell .hero-premium .hero-proof-grid strong {
  min-width: auto !important;
  color: #0f766e !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.landing-shell .hero-premium .hero-proof-grid span {
  color: #334155 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.landing-shell .hero-os-visual {
  min-height: 460px !important;
  display: grid !important;
  align-items: start !important;
  padding: 22px 0 30px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.landing-shell .hero-os-visual::before,
.landing-shell .hero-os-visual::after {
  display: none !important;
  content: none !important;
}

.landing-shell .hero-float-card {
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14) !important;
}

.landing-shell .hero-float-review {
  display: none !important;
  top: 34px !important;
  left: auto !important;
  right: 18px !important;
}

.landing-shell .hero-float-progress {
  display: none !important;
}

.landing-shell .hero-laptop {
  width: min(670px, 100%) !important;
  margin: 0 0 0 auto !important;
  border-radius: 16px 16px 8px 8px !important;
  background: #101827 !important;
  box-shadow: 0 34px 74px rgba(15, 23, 42, 0.24) !important;
}

.landing-shell .hero-laptop-screen {
  height: 352px !important;
  grid-template-columns: 108px minmax(0, 1fr) !important;
  background: #f5f7f8 !important;
}

.landing-shell .mock-sidebar {
  background: #102a43 !important;
}

.landing-shell .mock-dashboard {
  gap: 12px !important;
  padding: 18px !important;
  background: #f8faf9 !important;
}

.landing-shell .mock-panel {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05) !important;
}

.landing-shell .shortlist span,
.landing-shell .tracker-lanes span {
  color: #172033 !important;
  font-weight: 900 !important;
}

@media (max-width: 1040px) {
  .landing-shell .hero-premium .hero-inner {
    width: min(100% - 44px, 860px) !important;
    grid-template-columns: 1fr !important;
  }

  .landing-shell .hero-os-visual {
    min-height: 430px !important;
    padding: 12px 0 32px !important;
  }

  .landing-shell .hero-premium h1 {
    font-size: 52px !important;
  }
}

@media (max-width: 640px) {
  .landing-shell .hero-premium {
    padding: 32px 0 34px !important;
  }

  .landing-shell .hero-premium .hero-inner {
    width: min(100% - 30px, 860px) !important;
    gap: 24px !important;
  }

  .landing-shell .hero-premium h1 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  .landing-shell .hero-premium .hero-copy p {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .landing-shell .hero-premium .hero-proof-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .landing-shell .hero-os-visual::before,
  .landing-shell .hero-os-visual::after {
    display: none !important;
    content: none !important;
  }

  .landing-shell .hero-float-review {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .landing-shell .hero-laptop {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}

@media (max-width: 380px) {
  .landing-shell .hero-premium h1 {
    font-size: 36px !important;
  }
}

/* Full mobile fit pass: keep the landing page usable and polished on phones. */
@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .landing-shell {
    overflow-x: hidden !important;
  }

  .landing-shell .site-header-inner {
    width: calc(100% - 24px) !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    min-height: 64px !important;
    gap: 10px !important;
  }

  .landing-shell .brand {
    min-width: 0 !important;
    max-width: 232px !important;
    border-radius: 8px !important;
  }

  .landing-shell .brand span {
    min-width: 0 !important;
  }

  .landing-shell .brand small {
    max-width: 146px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .landing-shell .mobile-menu-toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    border-radius: 8px !important;
  }

  .landing-shell .mobile-menu-toggle span {
    width: 18px !important;
    height: 2px !important;
    border-radius: 999px !important;
  }

  .landing-shell .mobile-menu {
    margin: 0 12px 12px !important;
    border-radius: 8px !important;
  }

  .landing-shell .mobile-menu a {
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .landing-shell .section {
    padding: 42px 0 !important;
  }

  .landing-shell .section-inner,
  .landing-shell .hero-inner {
    width: calc(100% - 28px) !important;
  }

  .landing-shell .section-header {
    margin-bottom: 22px !important;
    text-align: left !important;
  }

  .landing-shell .section-header h2,
  .landing-shell .enroll-copy h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .landing-shell .section-header p,
  .landing-shell .enroll-copy > p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .landing-shell .eyebrow {
    min-height: 32px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  .landing-shell .hero-premium {
    min-height: auto !important;
    padding: 28px 0 34px !important;
  }

  .landing-shell .hero-premium .hero-inner {
    gap: 20px !important;
  }

  .landing-shell .hero-premium h1 {
    max-width: 100% !important;
    margin-top: 18px !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .landing-shell .hero-premium .hero-copy p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 700 !important;
  }

  .landing-shell .hero-premium .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .landing-shell .hero-premium .hero-actions .btn {
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 20px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid article {
    min-height: 48px !important;
    padding: 8px 9px !important;
    align-content: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .landing-shell .hero-premium .hero-proof-grid strong {
    font-size: 17px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid span {
    font-size: 11px !important;
  }

  .landing-shell .hero-os-visual {
    min-height: auto !important;
    padding: 4px 0 8px !important;
    overflow: visible !important;
  }

  .landing-shell .hero-laptop {
    width: min(340px, 100%) !important;
    margin: 4px auto 12px !important;
    padding: 8px 8px 0 !important;
    border-radius: 14px 14px 8px 8px !important;
  }

  .landing-shell .hero-laptop::before {
    width: 38px !important;
    height: 4px !important;
  }

  .landing-shell .hero-laptop::after {
    bottom: -17px !important;
    height: 20px !important;
  }

  .landing-shell .hero-laptop-screen {
    height: 236px !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .landing-shell .mock-sidebar {
    gap: 9px !important;
    padding: 14px 7px !important;
  }

  .landing-shell .mock-sidebar strong,
  .landing-shell .mock-sidebar span {
    font-size: 8px !important;
    line-height: 1.15 !important;
  }

  .landing-shell .mock-dashboard {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  .landing-shell .mock-topbar {
    font-size: 14px !important;
  }

  .landing-shell .mock-topbar span {
    width: 58px !important;
    height: 8px !important;
  }

  .landing-shell .mock-panel small {
    padding: 8px 8px 0 !important;
    font-size: 8px !important;
  }

  .landing-shell .profile-score b {
    width: 54px !important;
    height: 54px !important;
    margin-top: 6px !important;
    border-width: 6px !important;
    font-size: 15px !important;
  }

  .landing-shell .profile-score span {
    font-size: 8px !important;
  }

  .landing-shell .shortlist div,
  .landing-shell .tracker-lanes {
    gap: 5px !important;
    padding: 8px !important;
  }

  .landing-shell .shortlist span,
  .landing-shell .tracker-lanes span {
    min-height: 38px !important;
    padding: 0 2px !important;
    overflow: hidden !important;
    font-size: 8px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .landing-shell .diagnostic-card-shell,
  .landing-shell .persona-card,
  .landing-shell .sop-document-window,
  .landing-shell .package-card,
  .landing-shell .enroll-copy,
  .landing-shell .enroll-form,
  .landing-shell .payment-brief-card,
  .landing-shell .faq-item {
    border-radius: 8px !important;
  }

  .landing-shell .diagnostic-card-shell,
  .landing-shell .persona-card,
  .landing-shell .enroll-copy,
  .landing-shell .enroll-form {
    padding: 18px !important;
  }

  .landing-shell .diagnostic-form-grid {
    gap: 16px !important;
  }

  .landing-shell .form-group label {
    margin-bottom: 7px !important;
    font-size: 14px !important;
  }

  .landing-shell .sf-input,
  .landing-shell input,
  .landing-shell select,
  .landing-shell textarea {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }

  .landing-shell textarea {
    min-height: 96px !important;
    padding-top: 12px !important;
  }

  .landing-shell .btn,
  .landing-shell .btn-large {
    min-height: 52px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  .landing-shell .persona-grid,
  .landing-shell .packages-grid,
  .landing-shell .manual-payment-grid,
  .landing-shell .bkash-payment-panel,
  .landing-shell .enroll-card-shell,
  .landing-shell .enroll-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .landing-shell .persona-card {
    gap: 16px !important;
    justify-content: flex-start !important;
  }

  .landing-shell .persona-tag {
    margin-bottom: 0 !important;
  }

  .landing-shell .persona-card h3 {
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 1.32 !important;
  }

  .landing-shell .persona-card li,
  .landing-shell .package-features li,
  .landing-shell .features-list li,
  .landing-shell .step-list li {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .landing-shell .winning-sop-section .sop-proof-header {
    text-align: left !important;
  }

  .landing-shell .sop-document-window {
    padding: 18px 16px 42px !important;
  }

  .landing-shell .sop-proof-row {
    align-items: flex-start !important;
  }

  .landing-shell .sop-proof-card .sop-paragraph {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .landing-shell .sop-proof-card .annotation-callout {
    padding: 14px !important;
    font-size: 14px !important;
  }

  .landing-shell .sop-proof-card .sop-cta-banner {
    width: calc(100% - 18px) !important;
    margin-top: -28px !important;
    padding: 18px !important;
  }

  .landing-shell .sop-proof-card .sop-cta-text h4 {
    font-size: 19px !important;
    line-height: 1.35 !important;
  }

  .landing-shell .table-responsive {
    overflow: visible !important;
  }

  .landing-shell .sf-comparison-table,
  .landing-shell .sf-comparison-table tbody,
  .landing-shell .sf-comparison-table tr,
  .landing-shell .sf-comparison-table td {
    display: block !important;
    width: 100% !important;
  }

  .landing-shell .sf-comparison-table thead {
    display: none !important;
  }

  .landing-shell .sf-comparison-table {
    border-spacing: 0 !important;
    background: transparent !important;
  }

  .landing-shell .sf-comparison-table tr {
    overflow: hidden !important;
    margin-bottom: 12px !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05) !important;
  }

  .landing-shell .sf-comparison-table td {
    border: 0 !important;
    padding: 13px 14px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .landing-shell .sf-comparison-table td:first-child {
    color: #ffffff !important;
    background: #0f172a !important;
  }

  .landing-shell .sf-comparison-table td.col-agency::before,
  .landing-shell .sf-comparison-table td.col-sf::before {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
  }

  .landing-shell .sf-comparison-table td.col-agency::before {
    content: "এজেন্সি";
    color: #b91c1c !important;
  }

  .landing-shell .sf-comparison-table td.col-sf::before {
    content: "Scholar Friend";
    color: #0f766e !important;
  }

  .landing-shell .pricing-section h2 {
    font-size: 29px !important;
    line-height: 1.2 !important;
  }

  .landing-shell .package-card {
    padding: 20px !important;
    gap: 18px !important;
  }

  .landing-shell .badge-featured {
    position: static !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: -2px 0 0 auto !important;
    transform: none !important;
  }

  .landing-shell .package-header h3 {
    font-size: 22px !important;
  }

  .landing-shell .price-box .amount {
    font-size: 34px !important;
  }

  .landing-shell .package-header .tagline,
  .landing-shell .best-for {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .landing-shell .package-footer .btn {
    width: 100% !important;
  }

  .landing-shell .payment-instructions-box,
  .landing-shell .payment-number-card,
  .landing-shell .payment-brief-card,
  .landing-shell .manual-payment-grid article {
    padding: 14px !important;
    border-radius: 8px !important;
  }

  .landing-shell .payment-number-card .phone-number {
    font-size: 22px !important;
    word-break: break-word !important;
  }

  .landing-shell .step-list {
    padding-left: 20px !important;
  }

  .landing-shell .faq-question {
    gap: 12px !important;
    padding: 16px !important;
  }

  .landing-shell .faq-question strong {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .landing-shell.login-page-shell .login-section,
  .landing-shell.dashboard-page-shell .dashboard-section {
    padding: 42px 0 !important;
  }

  .landing-shell .login-grid,
  .landing-shell .student-dashboard,
  .landing-shell .dashboard-tool-grid,
  .landing-shell .dashboard-resource-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .landing-shell .login-copy h1,
  .landing-shell .dashboard-panel h1,
  .landing-shell .dashboard-welcome h1 {
    font-size: 30px !important;
    line-height: 1.18 !important;
  }

  .landing-shell .login-copy p,
  .landing-shell .dashboard-panel p,
  .landing-shell .dashboard-welcome p,
  .landing-shell .dashboard-tool-card p,
  .landing-shell .dashboard-resource-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .landing-shell .login-panel,
  .landing-shell .dashboard-panel,
  .landing-shell .dashboard-welcome,
  .landing-shell .dashboard-tool-card,
  .landing-shell .dashboard-resource-card,
  .landing-shell .profile-attach-card {
    padding: 20px !important;
    border-radius: 8px !important;
  }

  .landing-shell .login-actions,
  .landing-shell .dashboard-materials-head {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .landing-shell .login-form .btn,
  .landing-shell .login-actions .btn,
  .landing-shell .dashboard-panel .btn,
  .landing-shell .dashboard-welcome .btn {
    width: 100% !important;
  }

  .landing-shell .landing-footer .site-footer-inner {
    width: calc(100% - 28px) !important;
    gap: 22px !important;
    padding: 38px 0 24px !important;
  }

  .landing-shell .footer-logo strong {
    font-size: 24px !important;
  }

  .landing-shell .footer-brand p,
  .landing-shell .footer-support p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .landing-shell .footer-proof-strip {
    gap: 8px !important;
  }

  .landing-shell .footer-proof-strip span {
    min-height: 34px !important;
    font-size: 12px !important;
  }

  .landing-shell .footer-column {
    gap: 10px !important;
  }

  .landing-shell .footer-support {
    padding: 18px !important;
  }

  .landing-shell .footer-cta {
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 380px) {
  .landing-shell .hero-premium h1 {
    font-size: 31px !important;
  }

  .landing-shell .section-header h2,
  .landing-shell .enroll-copy h2 {
    font-size: 26px !important;
  }

  .landing-shell .hero-laptop-screen {
    height: 224px !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
  }
}

/* Final landing conversion polish: product-led, warmer copy surfaces, and phone-first spacing. */
.landing-shell {
  color: #102033 !important;
  background: #f7f8f3 !important;
}

.landing-shell .site-header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(18px) !important;
}

.landing-shell .site-header-inner {
  width: min(1220px, calc(100% - 44px)) !important;
}

.landing-shell .brand {
  width: auto !important;
  min-width: 216px !important;
  max-width: none !important;
  gap: 11px !important;
}

.landing-shell .brand img {
  border-radius: 10px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1) !important;
}

.landing-shell .brand strong {
  color: #102033 !important;
}

.landing-shell .brand small {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  color: #3f5f59 !important;
  font-weight: 900 !important;
}

.landing-shell .header-nav a,
.landing-shell .header-right-actions > a:not(.nav-cta) {
  border-radius: 8px !important;
  color: #334155 !important;
  font-weight: 900 !important;
}

.landing-shell .header-nav a:hover,
.landing-shell .header-right-actions > a:not(.nav-cta):hover {
  color: #0f766e !important;
  background: #ecfdf5 !important;
}

.landing-shell .nav-cta {
  border-radius: 8px !important;
  color: #ffffff !important;
  background: #0f766e !important;
  box-shadow: 0 16px 30px rgba(15, 118, 110, 0.18) !important;
}

.landing-shell .hero-premium {
  min-height: calc(100vh - 78px) !important;
  padding: 52px 0 30px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.18) 42%, rgba(247, 248, 243, 0.94) 100%),
    linear-gradient(135deg, rgba(236, 253, 245, 0.98) 0%, rgba(255, 251, 235, 0.92) 42%, rgba(239, 246, 255, 0.92) 74%, rgba(255, 255, 255, 0.96) 100%) !important;
}

.landing-shell .hero-premium .hero-inner {
  width: min(1220px, calc(100% - 56px)) !important;
  grid-template-columns: minmax(450px, 0.93fr) minmax(500px, 1fr) !important;
  gap: 46px !important;
}

.landing-shell .hero-premium .eyebrow {
  min-height: 38px !important;
  max-width: 100% !important;
  border: 1px solid rgba(15, 118, 110, 0.18) !important;
  border-radius: 8px !important;
  color: #075985 !important;
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06) !important;
  letter-spacing: 0 !important;
}

.landing-shell .hero-premium h1 {
  max-width: 700px !important;
  margin: 22px 0 0 !important;
  color: #0f172a !important;
  font-family: "Noto Serif Bengali", "Hind Siliguri", Georgia, serif !important;
  font-size: 60px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.landing-shell .hero-premium .hero-copy p {
  max-width: 690px !important;
  margin-top: 20px !important;
  color: #24344b !important;
  font-size: 19px !important;
  line-height: 1.76 !important;
  font-weight: 750 !important;
}

.landing-shell .hero-premium .hero-actions {
  margin-top: 30px !important;
}

.landing-shell .btn,
.landing-shell .btn-large,
.landing-shell .package-footer .btn,
.landing-shell .footer-cta {
  border-radius: 8px !important;
  letter-spacing: 0 !important;
}

.landing-shell .btn.primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f766e, #0e7490) !important;
  border-color: transparent !important;
  box-shadow: 0 18px 34px rgba(14, 116, 144, 0.22) !important;
}

.landing-shell .btn.secondary {
  color: #0f5f59 !important;
  background: #ffffff !important;
  border-color: rgba(15, 118, 110, 0.22) !important;
}

.landing-shell .hero-premium .hero-actions .btn {
  min-height: 60px !important;
  padding: 0 24px !important;
  font-size: 16px !important;
}

.landing-shell .hero-premium .hero-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  max-width: 690px !important;
  margin-top: 28px !important;
}

.landing-shell .hero-premium .hero-proof-grid article {
  min-height: 88px !important;
  display: grid !important;
  gap: 5px !important;
  align-content: center !important;
  justify-items: start !important;
  padding: 14px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06) !important;
}

.landing-shell .hero-premium .hero-proof-grid strong {
  color: #0f766e !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.landing-shell .hero-premium .hero-proof-grid span {
  color: #334155 !important;
  font-size: 12px !important;
  line-height: 1.28 !important;
}

.landing-shell .hero-os-visual {
  min-height: 505px !important;
  align-items: center !important;
  padding: 24px 0 28px !important;
}

.landing-shell .hero-laptop {
  width: min(690px, 100%) !important;
  margin: 0 0 0 auto !important;
  border: 10px solid #101827 !important;
  border-bottom-width: 0 !important;
  border-radius: 18px 18px 8px 8px !important;
  background: #101827 !important;
  box-shadow:
    0 34px 70px rgba(15, 23, 42, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.66) !important;
}

.landing-shell .hero-laptop-screen {
  height: 382px !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  border-radius: 10px 10px 0 0 !important;
  background: #f8fafc !important;
}

.landing-shell .mock-sidebar {
  background: #132238 !important;
}

.landing-shell .mock-sidebar strong {
  color: #ffffff !important;
}

.landing-shell .mock-sidebar span {
  color: #dbeafe !important;
}

.landing-shell .mock-dashboard {
  background:
    linear-gradient(180deg, #ffffff, #f1f5f9) !important;
}

.landing-shell .mock-panel {
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  background: #ffffff !important;
}

.landing-shell .profile-score b {
  border-color: #a7f3d0 !important;
  border-left-color: #0f766e !important;
}

.landing-shell .inside-dashboard-section {
  padding-top: 56px !important;
  background:
    linear-gradient(180deg, #f7f8f3 0%, #ffffff 100%) !important;
}

.landing-shell .inside-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.landing-shell .inside-dashboard-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.landing-shell .inside-dashboard-card:nth-child(1),
.landing-shell .inside-dashboard-card:nth-child(5) {
  background: linear-gradient(180deg, #ecfdf5, #ffffff);
}

.landing-shell .inside-dashboard-card:nth-child(2),
.landing-shell .inside-dashboard-card:nth-child(6) {
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.landing-shell .inside-dashboard-card:nth-child(3),
.landing-shell .inside-dashboard-card:nth-child(4) {
  background: linear-gradient(180deg, #fff7ed, #ffffff);
}

.landing-shell .inside-card-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.landing-shell .inside-dashboard-card:nth-child(2) .inside-card-icon,
.landing-shell .inside-dashboard-card:nth-child(6) .inside-card-icon {
  background: #2563eb;
}

.landing-shell .inside-dashboard-card:nth-child(3) .inside-card-icon,
.landing-shell .inside-dashboard-card:nth-child(4) .inside-card-icon {
  background: #c2410c;
}

.landing-shell .inside-dashboard-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.landing-shell .inside-dashboard-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 750;
}

.landing-shell .diagnostic-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #eef8f6 100%) !important;
}

.landing-shell .diagnostic-card-shell {
  border: 1px solid rgba(14, 116, 144, 0.16) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.9)) !important;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.12) !important;
}

.landing-shell .personas-section {
  background: #fffaf0 !important;
}

.landing-shell .persona-grid {
  gap: 18px !important;
}

.landing-shell .persona-card {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07) !important;
}

.landing-shell .persona-card:nth-child(1) {
  border-top: 5px solid #0f766e !important;
}

.landing-shell .persona-card:nth-child(2) {
  border-top: 5px solid #2563eb !important;
}

.landing-shell .persona-card:nth-child(3) {
  border-top: 5px solid #c2410c !important;
}

.landing-shell .persona-card:nth-child(4) {
  border-top: 5px solid #7c3aed !important;
}

.landing-shell .winning-sop-section {
  background:
    linear-gradient(180deg, #f8fafc 0%, #ecfeff 100%) !important;
}

.landing-shell .sop-document-window {
  border-color: rgba(14, 116, 144, 0.18) !important;
  background:
    linear-gradient(180deg, #ffffff, #eff6ff) !important;
}

.landing-shell .comparison-section {
  background:
    linear-gradient(180deg, #ecfeff 0%, #ffffff 100%) !important;
}

.landing-shell .sf-comparison-table {
  overflow: hidden !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08) !important;
}

.landing-shell .sf-comparison-table thead th {
  background: #0f172a !important;
}

.landing-shell .sf-comparison-table .col-sf {
  background: #f0fdfa !important;
}

.landing-shell .sf-comparison-table .col-agency {
  background: #fff1f2 !important;
}

.landing-shell .pricing-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fefce8 100%) !important;
}

.landing-shell .package-card {
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
}

.landing-shell .package-card.featured {
  border: 2px solid rgba(15, 118, 110, 0.52) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%) !important;
  box-shadow: 0 28px 72px rgba(15, 118, 110, 0.18) !important;
}

.landing-shell .badge-featured {
  border-radius: 8px !important;
  color: #102033 !important;
  background: linear-gradient(135deg, #fde68a, #86efac) !important;
}

.landing-shell .price-box .amount {
  color: #0f766e !important;
}

.landing-shell .enroll-section {
  scroll-margin-top: 110px !important;
  background:
    linear-gradient(180deg, #fefce8 0%, #f0f9ff 100%) !important;
}

.landing-shell .enroll-card-shell {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.11) !important;
}

.landing-shell .enroll-copy {
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, #0f766e 0%, #075985 100%) !important;
}

.landing-shell .enroll-copy h2 {
  font-size: 46px !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.landing-shell .enroll-copy .eyebrow {
  color: #082f49 !important;
  background: #fef3c7 !important;
  border-color: rgba(253, 230, 138, 0.5) !important;
}

.landing-shell .enroll-copy h2,
.landing-shell .enroll-copy > p,
.landing-shell .enroll-copy .step-list li,
.landing-shell .enroll-copy .method-label,
.landing-shell .enroll-copy small {
  color: #ffffff !important;
}

.landing-shell .payment-number-card,
.landing-shell .payment-instructions-box {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.landing-shell .payment-number-card .phone-number {
  color: #fde68a !important;
}

.landing-shell .faq-section {
  background: #f8fafc !important;
}

@media (max-width: 1040px) {
  .landing-shell .hero-premium {
    min-height: auto !important;
    padding-top: 42px !important;
  }

  .landing-shell .hero-premium .hero-inner {
    width: min(900px, calc(100% - 44px)) !important;
    grid-template-columns: 1fr !important;
  }

  .landing-shell .hero-laptop {
    margin: 0 auto !important;
  }

  .landing-shell .inside-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .landing-shell .site-header-inner {
    width: calc(100% - 20px) !important;
    min-height: 66px !important;
  }

  .landing-shell .brand {
    min-width: 0 !important;
    max-width: 250px !important;
  }

  .landing-shell .brand small {
    max-width: 168px !important;
  }

  .landing-shell .mobile-menu {
    margin: 0 10px 10px !important;
    padding: 8px !important;
  }

  .landing-shell .mobile-menu a {
    min-height: 46px !important;
    border-radius: 8px !important;
  }

  .landing-shell .hero-premium {
    padding: 30px 0 24px !important;
  }

  .landing-shell .hero-premium .hero-inner,
  .landing-shell .section-inner {
    width: calc(100% - 22px) !important;
  }

  .landing-shell .hero-premium .eyebrow {
    min-height: auto !important;
    padding: 9px 10px !important;
    align-items: flex-start !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  .landing-shell .hero-premium h1 {
    margin-top: 16px !important;
    font-size: 34px !important;
    line-height: 1.18 !important;
  }

  .landing-shell .hero-premium .hero-copy p {
    margin-top: 14px !important;
    font-size: 15.5px !important;
    line-height: 1.68 !important;
    font-weight: 700 !important;
  }

  .landing-shell .hero-premium .hero-actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .landing-shell .hero-premium .hero-actions .btn {
    width: 100% !important;
    min-height: 56px !important;
    justify-content: center !important;
  }

  .landing-shell .hero-premium .hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 18px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid article {
    min-height: 74px !important;
    justify-items: center !important;
    padding: 12px 8px !important;
    text-align: center !important;
  }

  .landing-shell .hero-premium .hero-proof-grid strong {
    font-size: 20px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid span {
    font-size: 11.5px !important;
  }

  .landing-shell .hero-os-visual {
    min-height: 0 !important;
    padding: 0 0 2px !important;
  }

  .landing-shell .hero-laptop {
    width: min(100%, 360px) !important;
    margin-top: 0 !important;
    border-width: 7px !important;
    border-bottom-width: 0 !important;
  }

  .landing-shell .hero-laptop::after {
    bottom: -12px !important;
    height: 16px !important;
  }

  .landing-shell .hero-laptop-screen {
    height: 214px !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
  }

  .landing-shell .mock-dashboard {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    gap: 6px !important;
    padding: 8px !important;
  }

  .landing-shell .mock-sidebar {
    gap: 7px !important;
    padding: 12px 6px !important;
  }

  .landing-shell .profile-score b {
    width: 48px !important;
    height: 48px !important;
    border-width: 5px !important;
    font-size: 14px !important;
  }

  .landing-shell .shortlist div,
  .landing-shell .tracker-lanes {
    gap: 5px !important;
    padding: 7px !important;
  }

  .landing-shell .shortlist span,
  .landing-shell .tracker-lanes span {
    min-height: 34px !important;
  }

  .landing-shell .inside-dashboard-section {
    padding-top: 30px !important;
  }

  .landing-shell .inside-dashboard-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .landing-shell .inside-dashboard-card {
    min-height: auto;
    padding: 18px;
  }

  .landing-shell .inside-dashboard-card h3 {
    font-size: 18px;
  }

  .landing-shell .inside-dashboard-card p {
    font-size: 14px;
  }

  .landing-shell .diagnostic-card-shell,
  .landing-shell .persona-card,
  .landing-shell .sop-document-window,
  .landing-shell .package-card,
  .landing-shell .enroll-copy,
  .landing-shell .enroll-form,
  .landing-shell .faq-item {
    border-radius: 8px !important;
  }

  .landing-shell .enroll-card-shell {
    gap: 0 !important;
  }

  .landing-shell .enroll-copy {
    padding: 20px !important;
  }

  .landing-shell .enroll-copy h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .landing-shell .sf-comparison-table {
    border: 0 !important;
    box-shadow: none !important;
  }
}

@media (max-width: 380px) {
  .landing-shell .hero-premium h1 {
    font-size: 31px !important;
  }

  .landing-shell .brand {
    max-width: 224px !important;
  }

  .landing-shell .brand small {
    max-width: 142px !important;
  }
}

/* Landing hero rebuild: cleaner navigation and a conversion-focused command desk. */
.landing-shell .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(250, 252, 250, 0.94) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05) !important;
}

.landing-shell .site-header-inner {
  width: min(1240px, calc(100% - 44px)) !important;
  min-height: 74px !important;
  display: grid !important;
  grid-template-columns: auto minmax(360px, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
}

.landing-shell .brand {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.landing-shell .brand img {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}

.landing-shell .brand strong {
  font-size: 21px !important;
  line-height: 1 !important;
}

.landing-shell .brand small {
  margin-top: 4px !important;
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.landing-shell .header-nav {
  width: fit-content !important;
  max-width: 100% !important;
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  padding: 6px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05) !important;
}

.landing-shell .header-nav a {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 13px !important;
  border-radius: 6px !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.landing-shell .header-nav a:hover {
  color: #063b35 !important;
  background: #ecfdf5 !important;
}

.landing-shell .header-right-actions {
  gap: 10px !important;
}

.landing-shell .header-right-actions > a:not(.nav-cta),
.landing-shell .lang-switch-btn {
  min-height: 44px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

.landing-shell .nav-cta {
  min-height: 44px !important;
  padding: 0 17px !important;
  border-radius: 8px !important;
  background: #0f766e !important;
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.18) !important;
}

.landing-shell .hero-premium {
  min-height: calc(100vh - 74px) !important;
  padding: 54px 0 42px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.98) 0%, rgba(248, 250, 252, 0.9) 54%, rgba(236, 253, 245, 0.86) 54%, rgba(239, 246, 255, 0.92) 100%),
    #f8fafc !important;
}

.landing-shell .hero-premium::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px) !important;
  background-size: 42px 42px !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
}

.landing-shell .hero-premium .hero-inner {
  position: relative !important;
  z-index: 1 !important;
  width: min(1240px, calc(100% - 60px)) !important;
  grid-template-columns: minmax(430px, 0.92fr) minmax(500px, 1fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

.landing-shell .hero-premium .eyebrow {
  width: fit-content !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(14, 116, 144, 0.22) !important;
  border-radius: 6px !important;
  color: #075985 !important;
  background: #ffffff !important;
  box-shadow: 0 12px 22px rgba(14, 116, 144, 0.07) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.landing-shell .hero-premium h1 {
  max-width: 660px !important;
  margin-top: 18px !important;
  color: #111827 !important;
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
  font-size: 58px !important;
  line-height: 1.06 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.landing-shell .hero-premium .hero-copy p {
  max-width: 640px !important;
  margin-top: 18px !important;
  color: #334155 !important;
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 750 !important;
}

.landing-shell .hero-premium .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

.landing-shell .hero-premium .hero-actions .btn {
  min-height: 56px !important;
  padding: 0 22px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

.landing-shell .hero-premium .hero-proof-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  max-width: 650px !important;
  margin-top: 24px !important;
}

.landing-shell .hero-premium .hero-proof-grid article {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05) !important;
}

.landing-shell .hero-premium .hero-proof-grid strong {
  color: #0f766e !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.landing-shell .hero-premium .hero-proof-grid span {
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.landing-shell .hero-command-preview {
  position: relative !important;
  min-height: 520px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(190px, 0.72fr) !important;
  grid-template-rows: auto auto 1fr !important;
  gap: 14px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.landing-shell .hero-command-preview::before {
  content: "";
  position: absolute;
  inset: 34px 12px 28px;
  z-index: -1;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 32px 84px rgba(15, 23, 42, 0.14);
}

.landing-shell .command-card {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.landing-shell .command-main {
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.97), rgba(8, 47, 73, 0.98)),
    #0f766e;
}

.landing-shell .command-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
}

.landing-shell .command-topline strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  color: #0f172a;
  background: #fde68a;
}

.landing-shell .command-main h2 {
  max-width: 440px;
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 950;
}

.landing-shell .command-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.landing-shell .command-progress span {
  width: 68%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #fde68a, #86efac);
}

.landing-shell .command-task-list {
  display: grid;
  gap: 10px;
}

.landing-shell .command-task-list span {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border-radius: 8px;
  color: #e5f4ef;
  background: rgba(255, 255, 255, 0.11);
  font-size: 14px;
  font-weight: 900;
}

.landing-shell .command-score {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
}

.landing-shell .command-score strong {
  color: #0f766e;
  font-size: 54px;
  line-height: 0.96;
  font-weight: 950;
}

.landing-shell .command-score small,
.landing-shell .command-review p {
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.landing-shell .command-label {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

.landing-shell .command-sources {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #fff7ed;
}

.landing-shell .command-sources div {
  display: grid;
  gap: 8px;
}

.landing-shell .command-sources b {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: #7c2d12;
  background: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.landing-shell .command-review {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: #eff6ff;
}

.landing-shell .command-review p {
  margin: 0;
}

.landing-shell .mini-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  color: #ffffff !important;
  background: #2563eb;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .landing-shell .site-header-inner {
    grid-template-columns: auto 1fr auto !important;
  }

  .landing-shell .header-nav a {
    padding: 0 10px !important;
    font-size: 13px !important;
  }

  .landing-shell .hero-premium .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .landing-shell .hero-command-preview {
    width: min(720px, 100%) !important;
    min-height: 460px !important;
  }
}

@media (max-width: 820px) {
  .landing-shell .site-header-inner {
    width: calc(100% - 22px) !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
  }

  .landing-shell .header-nav,
  .landing-shell .header-right-actions {
    display: none !important;
  }

  .landing-shell .mobile-menu-toggle {
    display: inline-flex !important;
  }
}

@media (max-width: 640px) {
  .landing-shell .hero-premium {
    min-height: auto !important;
    padding: 28px 0 34px !important;
    background:
      linear-gradient(180deg, #f8fafc 0%, #ecfdf5 58%, #f8fafc 100%) !important;
  }

  .landing-shell .hero-premium .hero-inner {
    width: calc(100% - 22px) !important;
    gap: 22px !important;
  }

  .landing-shell .hero-premium .eyebrow {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 9px 11px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .landing-shell .hero-premium h1 {
    max-width: 360px !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
  }

  .landing-shell .hero-premium .hero-copy p {
    font-size: 15.5px !important;
    line-height: 1.68 !important;
  }

  .landing-shell .hero-premium .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .landing-shell .hero-premium .hero-actions .btn {
    width: 100% !important;
    min-height: 56px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .landing-shell .hero-premium .hero-proof-grid article {
    min-height: 68px !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .landing-shell .hero-command-preview {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 10px !important;
  }

  .landing-shell .hero-command-preview::before {
    inset: 18px 4px 16px !important;
  }

  .landing-shell .command-main,
  .landing-shell .command-score,
  .landing-shell .command-sources,
  .landing-shell .command-review {
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 18px !important;
  }

  .landing-shell .command-main h2 {
    font-size: 24px !important;
    line-height: 1.24 !important;
  }

  .landing-shell .command-score strong {
    font-size: 42px !important;
  }

  .landing-shell .command-review {
    grid-template-columns: 1fr !important;
  }

  .landing-shell .mini-link {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  .landing-shell .hero-premium h1 {
    font-size: 34px !important;
  }

  .landing-shell .command-task-list span,
  .landing-shell .command-sources b {
    font-size: 12.5px !important;
  }
}

/* Landing page finishing pass: tighter section rhythm, readable title plates, and subtle product motion. */
html {
  scroll-behavior: smooth;
}

.landing-shell .section {
  padding: 48px 0 !important;
  scroll-margin-top: 92px !important;
}

.landing-shell .inside-dashboard-section {
  padding: 46px 0 34px !important;
}

.landing-shell .diagnostic-section {
  padding-top: 38px !important;
}

.landing-shell .personas-section,
.landing-shell .winning-sop-section,
.landing-shell .comparison-section,
.landing-shell .pricing-section,
.landing-shell .faq-section {
  padding-top: 44px !important;
}

.landing-shell .section-inner {
  width: min(1180px, calc(100% - 48px)) !important;
}

.landing-shell .section-header,
.landing-shell .winning-sop-section .sop-proof-header {
  max-width: 980px !important;
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

.landing-shell .section-header .eyebrow,
.landing-shell .winning-sop-section .sop-proof-header .eyebrow {
  width: fit-content !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border: 1px solid rgba(14, 116, 144, 0.16) !important;
  border-radius: 8px !important;
  color: #075985 !important;
  background: #ffffff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.landing-shell .section-header h2,
.landing-shell .enroll-copy h2,
.landing-shell .winning-sop-section .sop-proof-header h2 {
  width: fit-content !important;
  max-width: min(920px, 100%) !important;
  margin: 0 auto !important;
  padding: 14px 18px !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, #0f766e 0%, #075985 100%) !important;
  box-shadow: 0 18px 40px rgba(14, 116, 144, 0.16) !important;
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
  font-size: 36px !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.landing-shell .diagnostic-section .section-header h2 {
  background: linear-gradient(135deg, #075985, #2563eb) !important;
}

.landing-shell .personas-section .section-header h2 {
  background: linear-gradient(135deg, #7c2d12, #c2410c) !important;
}

.landing-shell .winning-sop-section .section-header h2 {
  background: linear-gradient(135deg, #0f172a, #2563eb) !important;
}

.landing-shell .comparison-section .section-header h2 {
  background: linear-gradient(135deg, #111827, #0f766e) !important;
}

.landing-shell .pricing-section .section-header h2 {
  background: linear-gradient(135deg, #713f12, #0f766e) !important;
}

.landing-shell .faq-section .section-header h2 {
  background: linear-gradient(135deg, #0f172a, #334155) !important;
}

.landing-shell .section-header p,
.landing-shell .enroll-copy > p,
.landing-shell .winning-sop-section .sop-proof-header p {
  max-width: 850px !important;
  margin: 0 auto !important;
  color: #334155 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  font-weight: 750 !important;
  text-align: center !important;
}

.landing-shell .inside-dashboard-section .section-header p,
.landing-shell .diagnostic-section .section-header p,
.landing-shell .personas-section .section-header p,
.landing-shell .winning-sop-section .section-header p,
.landing-shell .comparison-section .section-header p,
.landing-shell .pricing-section .section-header p,
.landing-shell .faq-section .section-header p {
  color: #334155 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.landing-shell .enroll-copy h2 {
  width: 100% !important;
  max-width: 100% !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
  text-align: left !important;
}

.landing-shell .enroll-copy > p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  text-align: left !important;
}

.landing-shell .inside-dashboard-grid {
  gap: 18px !important;
}

.landing-shell .inside-dashboard-card {
  min-height: 196px !important;
  padding: 24px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.landing-shell .inside-dashboard-card:hover,
.landing-shell .persona-card:hover,
.landing-shell .package-card:hover,
.landing-shell .faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11) !important;
}

.landing-shell .inside-dashboard-card h3,
.landing-shell .persona-card h3,
.landing-shell .package-header h3 {
  letter-spacing: 0 !important;
}

.landing-shell .inside-dashboard-card p,
.landing-shell .persona-card li,
.landing-shell .package-features li,
.landing-shell .best-for,
.landing-shell .faq-answer p {
  color: #334155 !important;
  font-weight: 750 !important;
}

.landing-shell .hero-command-preview .command-main {
  animation: sf-command-rise 520ms ease-out both;
}

.landing-shell .hero-command-preview .command-score,
.landing-shell .hero-command-preview .command-sources,
.landing-shell .hero-command-preview .command-review {
  animation: sf-command-rise 650ms ease-out both;
}

.landing-shell .command-progress span {
  animation: sf-progress-soft 2.8s ease-in-out infinite;
}

@keyframes sf-command-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

@keyframes sf-progress-soft {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .landing-shell *,
  .landing-shell *::before,
  .landing-shell *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1040px) {
  .landing-shell .section {
    padding: 42px 0 !important;
  }

  .landing-shell .section-header h2,
  .landing-shell .winning-sop-section .sop-proof-header h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 640px) {
  .landing-shell .section {
    padding: 34px 0 !important;
    scroll-margin-top: 76px !important;
  }

  .landing-shell .inside-dashboard-section {
    padding: 30px 0 28px !important;
  }

  .landing-shell .diagnostic-section,
  .landing-shell .personas-section,
  .landing-shell .winning-sop-section,
  .landing-shell .comparison-section,
  .landing-shell .pricing-section,
  .landing-shell .faq-section {
    padding-top: 32px !important;
  }

  .landing-shell .section-inner,
  .landing-shell .hero-premium .hero-inner {
    width: calc(100% - 22px) !important;
  }

  .landing-shell .section-header,
  .landing-shell .winning-sop-section .sop-proof-header {
    gap: 10px !important;
    margin-bottom: 20px !important;
  }

  .landing-shell .section-header .eyebrow,
  .landing-shell .winning-sop-section .sop-proof-header .eyebrow {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 30px !important;
    padding: 7px 10px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .landing-shell .section-header h2,
  .landing-shell .winning-sop-section .sop-proof-header h2 {
    width: 100% !important;
    padding: 13px 14px !important;
    font-size: 25px !important;
    line-height: 1.28 !important;
  }

  .landing-shell .section-header p,
  .landing-shell .winning-sop-section .sop-proof-header p {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
  }

  .landing-shell .inside-dashboard-grid,
  .landing-shell .persona-grid,
  .landing-shell .packages-grid {
    gap: 14px !important;
  }

  .landing-shell .inside-dashboard-card {
    min-height: auto !important;
    padding: 18px !important;
  }

  .landing-shell .inside-dashboard-card:hover,
  .landing-shell .persona-card:hover,
  .landing-shell .package-card:hover,
  .landing-shell .faq-item:hover {
    transform: none;
  }

  .landing-shell .enroll-copy h2 {
    padding: 13px 14px !important;
    font-size: 25px !important;
    text-align: left !important;
  }
}

@media (max-width: 380px) {
  .landing-shell .section-header h2,
  .landing-shell .winning-sop-section .sop-proof-header h2,
  .landing-shell .enroll-copy h2 {
    font-size: 23px !important;
  }
}

/* Final QA pass: honest feature coverage, clearer hero CTA, and premium footer finish. */
.landing-shell,
.landing-shell * {
  min-width: 0;
}

.landing-shell {
  overflow-x: clip;
}

.landing-shell .hero-command-preview .command-review {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(236, 253, 245, 0.94)) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
}

.landing-shell .hero-command-preview .command-review .command-label {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: #1d4ed8 !important;
  background: #dbeafe !important;
  white-space: nowrap !important;
}

.landing-shell .hero-command-preview .command-review p {
  color: #1f2937 !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
  font-weight: 850 !important;
}

.landing-shell .hero-command-preview .command-review .mini-link {
  min-width: 174px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f766e, #2563eb) !important;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.landing-shell .inside-dashboard-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.landing-shell .inside-dashboard-card {
  border-radius: 8px !important;
  border-color: rgba(15, 118, 110, 0.14) !important;
}

.landing-shell .inside-dashboard-card:nth-child(7) {
  background: linear-gradient(180deg, #fff7ed, #ffffff) !important;
}

.landing-shell .inside-dashboard-card:nth-child(8) {
  background: linear-gradient(180deg, #eef2ff, #ffffff) !important;
}

.landing-shell .inside-dashboard-card:nth-child(9) {
  background: linear-gradient(180deg, #f0fdf4, #ffffff) !important;
}

.landing-shell .inside-dashboard-card:nth-child(7) .inside-card-icon {
  color: #9a3412 !important;
  background: #ffedd5 !important;
}

.landing-shell .inside-dashboard-card:nth-child(8) .inside-card-icon {
  color: #3730a3 !important;
  background: #e0e7ff !important;
}

.landing-shell .inside-dashboard-card:nth-child(9) .inside-card-icon {
  color: #166534 !important;
  background: #dcfce7 !important;
}

.landing-shell .pricing-section .section-header p {
  max-width: 760px !important;
}

.landing-shell .package-features li span,
.landing-shell .package-header .tagline,
.landing-shell .package-card .best-for span {
  overflow-wrap: anywhere !important;
}

.landing-shell .landing-footer {
  color: #eaf6ff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(135deg, #06183f 0%, #0b3b75 44%, #0f766e 100%) !important;
  border-top-color: rgba(147, 197, 253, 0.28) !important;
}

.landing-shell .landing-footer::before {
  height: 7px !important;
  background: linear-gradient(90deg, #38bdf8, #22c55e 42%, #facc15 72%, #fb7185) !important;
}

.landing-shell .footer-support {
  border-color: rgba(191, 219, 254, 0.24) !important;
  background: rgba(255, 255, 255, 0.095) !important;
}

.landing-shell .footer-proof-strip span {
  border-color: rgba(191, 219, 254, 0.22) !important;
  color: #f8fafc !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.landing-shell .footer-cta {
  color: #06183f !important;
  background: linear-gradient(135deg, #e0f2fe, #86efac) !important;
}

@media (max-width: 960px) {
  .landing-shell .inside-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .landing-shell .hero-command-preview .command-review {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
  }

  .landing-shell .hero-command-preview .command-review .mini-link {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .landing-shell {
    overflow-x: hidden !important;
  }

  .landing-shell .inside-dashboard-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-shell .hero-command-preview .command-review {
    padding: 16px !important;
  }

  .landing-shell .hero-command-preview .command-review .command-label,
  .landing-shell .hero-command-preview .command-review .mini-link {
    width: 100% !important;
  }

  .landing-shell .footer-brand p,
  .landing-shell .footer-support p {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
  }
}

/* Final readability pass for the agency comparison and persona cards. */
.landing-shell .comparison-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(34, 197, 94, 0.13), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #eff6ff 48%, #ecfeff 100%) !important;
}

.landing-shell .comparison-section .section-header h2 {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f172a 0%, #0f766e 100%) !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18) !important;
}

.landing-shell .table-responsive {
  border-radius: 8px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: #ffffff !important;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11) !important;
}

.landing-shell .sf-comparison-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.landing-shell .sf-comparison-table thead th {
  padding: 23px 28px !important;
  color: #ffffff !important;
  background: #0b1220 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  border-bottom: 0 !important;
  text-shadow: none !important;
  vertical-align: middle !important;
}

.landing-shell .sf-comparison-table thead th:first-child {
  background: linear-gradient(135deg, #020617 0%, #111827 100%) !important;
}

.landing-shell .sf-comparison-table thead th.col-agency {
  color: #ffffff !important;
  background: linear-gradient(135deg, #9f1239 0%, #dc2626 100%) !important;
}

.landing-shell .sf-comparison-table thead th.col-sf {
  color: #ffffff !important;
  background: linear-gradient(135deg, #065f46 0%, #0f766e 54%, #2563eb 100%) !important;
}

.landing-shell .sf-comparison-table tbody td {
  padding: 22px 28px !important;
  color: #111827 !important;
  background: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24) !important;
  vertical-align: middle !important;
}

.landing-shell .sf-comparison-table tbody td:first-child {
  color: #0f172a !important;
  background: #f8fafc !important;
  font-weight: 900 !important;
}

.landing-shell .sf-comparison-table tbody td.col-agency {
  color: #9f1239 !important;
  background: #fff1f2 !important;
  font-weight: 750 !important;
}

.landing-shell .sf-comparison-table tbody td.col-sf {
  color: #065f46 !important;
  background: #ecfdf5 !important;
  font-weight: 900 !important;
}

.landing-shell .sf-comparison-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.landing-shell .personas-section {
  background:
    radial-gradient(circle at 88% 4%, rgba(37, 99, 235, 0.11), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%) !important;
}

.landing-shell .persona-card:first-child {
  background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 68%) !important;
}

.landing-shell .persona-card:first-child .persona-tag {
  color: #065f46 !important;
  background: #ccfbf1 !important;
}

.landing-shell .persona-card:first-child h3 {
  color: #0f172a !important;
}

@media (max-width: 640px) {
  .landing-shell .table-responsive {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .landing-shell .sf-comparison-table tbody tr {
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    background: #ffffff !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08) !important;
  }

  .landing-shell .sf-comparison-table tbody td {
    padding: 14px 15px !important;
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  .landing-shell .sf-comparison-table tbody td:first-child {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0b1220 0%, #123166 100%) !important;
  }

  .landing-shell .sf-comparison-table td.col-agency::before,
  .landing-shell .sf-comparison-table td.col-sf::before {
    font-size: 12.5px !important;
    letter-spacing: 0 !important;
  }

  .landing-shell .sf-comparison-table td.col-agency::before {
    color: #be123c !important;
  }

  .landing-shell .sf-comparison-table td.col-sf::before {
    color: #047857 !important;
  }
}
