/* ─── SCHOLARSHIPS PAGE CSS ─────────────────────────────────────
   Follows the same design system as fees-installments.css
   Color palette: blue #1a73e8 / red #e53935 / navy #0f172a / text #334155
───────────────────────────────────────────────────────────────── */

body.scholarship-page {
  background:
    radial-gradient(circle at 5% -15%, rgba(255, 193, 7, 0.18) 0%, rgba(255, 193, 7, 0) 34%),
    radial-gradient(circle at 95% 8%, rgba(26, 115, 232, 0.15) 0%, rgba(26, 115, 232, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #fffbf4 45%, #ffffff 100%);
}

.sc-main {
  position: relative;
  overflow: hidden;
}

.sc-main::before {
  content: "Scholarship";
  position: absolute;
  top: 110px;
  right: -0.05em;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 1;
  color: rgba(255, 193, 7, 0.07);
  pointer-events: none;
  z-index: 0;
}

/* ─── HERO ────────────────────────────────────────────────────── */

.sc-hero {
  position: relative;
  min-height: min(900px, calc(100vh - 120px));
  display: grid;
  align-items: center;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.sc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.04) contrast(1.02);
}

.sc-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(7, 29, 69, 0.92) 10%, rgba(7, 29, 69, 0.58) 55%, rgba(7, 29, 69, 0.15) 100%),
    linear-gradient(180deg, rgba(255, 193, 7, 0.12), rgba(12, 21, 45, 0.44));
  z-index: 1;
}

.sc-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 2rem;
  padding: clamp(2rem, 6vw, 4.8rem) 0;
}

.sc-hero-content {
  color: #ffffff;
}

.sc-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffd54f;
}

.sc-korean {
  margin: 0.35rem 0 0;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.04em;
}

.sc-hero-content h1 {
  margin: 0.55rem 0 0;
  max-width: 22ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.07;
  color: #ffffff;
}

.sc-subtext {
  margin: 1rem 0 0;
  max-width: 62ch;
  font-size: clamp(0.94rem, 1.7vw, 1.08rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.sc-subtext strong {
  color: #ffd54f;
}

.sc-trust-badges {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sc-trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.44rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 193, 7, 0.5);
  background: rgba(8, 29, 70, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.sc-trust-badges span::before {
  content: "★";
  color: #ffd54f;
  font-size: 0.7rem;
}

.sc-hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.sc-hero-actions .btn {
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.sc-social-proof {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.72rem 1rem;
  border-radius: 12px;
  background: rgba(26, 115, 232, 0.22);
  border: 1px solid rgba(255, 193, 7, 0.3);
  max-width: 460px;
}

.sc-proof-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.sc-social-proof p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.45;
}

.sc-social-proof strong {
  color: #ffd54f;
}

/* ─── HERO CARD ───────────────────────────────────────────────── */

.sc-hero-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1.5px solid rgba(255, 193, 7, 0.45);
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.26);
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sc-card-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: #b45309;
  text-transform: uppercase;
}

.sc-hero-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.3rem;
}

.sc-hero-card > p {
  margin: 0;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.55;
}

/* slot bar */
.sc-slot-bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(26, 115, 232, 0.14);
  overflow: hidden;
  margin-top: 0.3rem;
}

.sc-slot-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #e53935, #ff6f61);
  width: 0%;
  transition: width 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sc-slot-label {
  margin: 0;
  font-size: 0.79rem;
  font-weight: 800;
  color: #c62828;
}

.sc-hero-card ul {
  margin: 0.3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.sc-hero-card li {
  font-size: 0.84rem;
  color: #334155;
  padding-left: 1rem;
  position: relative;
}

.sc-hero-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a73e8;
  font-weight: 800;
  font-size: 0.75rem;
}

.sc-card-cta {
  margin-top: 0.6rem;
  display: inline-flex;
  align-items: center;
  padding: 0.56rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a73e8, #2c5fca);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: opacity 0.2s;
}

.sc-card-cta:hover {
  opacity: 0.88;
}

/* ─── FRAMING SECTION ─────────────────────────────────────────── */

.sc-framing {
  background: linear-gradient(180deg, #fffbf4 0%, #ffffff 100%);
}

.sc-framing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 2.4rem;
  align-items: start;
}

.sc-framing-text h2 {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  line-height: 1.12;
  color: #0f172a;
}

.sc-framing-text h2 em {
  font-style: italic;
  color: #b45309;
}

.sc-framing-text p {
  margin: 0.9rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 60ch;
}

.sc-framing-stats {
  display: grid;
  gap: 1rem;
}

.sc-framing-stats article {
  border: 1px solid rgba(255, 193, 7, 0.35);
  border-radius: 16px;
  background: #fffdf5;
  padding: 1rem 1.1rem;
}

.sc-framing-stats strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  color: #0f172a;
  line-height: 1;
}

.sc-framing-stats span {
  display: block;
  margin-top: 0.24rem;
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.45;
}

/* ─── SCHOLARSHIP TYPES ───────────────────────────────────────── */

.sc-types {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sc-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.sc-type-card {
  position: relative;
  border: 1.5px solid rgba(26, 115, 232, 0.2);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  padding: 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: box-shadow 0.25s, transform 0.25s;
}

.sc-type-card:hover {
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.13);
  transform: translateY(-3px);
}

.sc-need {
  border-color: rgba(229, 57, 53, 0.35);
  box-shadow: 0 14px 30px rgba(229, 57, 53, 0.12);
}

.sc-early {
  border-color: rgba(255, 193, 7, 0.5);
  box-shadow: 0 14px 30px rgba(255, 193, 7, 0.14);
}

.sc-type-tag {
  position: absolute;
  top: -0.1rem;
  right: 1rem;
  padding: 0.25rem 0.55rem;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #e53935, #c62828);
  color: #ffffff;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sc-type-icon {
  font-size: 2rem;
}

.sc-type-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c5fca;
}

.sc-type-card h3 {
  margin: 0;
  font-size: 1.18rem;
  color: #0f172a;
  line-height: 1.2;
}

.sc-type-desc {
  margin: 0;
  color: #475569;
  font-size: 0.87rem;
  line-height: 1.6;
  flex: 1;
}

.sc-type-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.38rem;
}

.sc-type-card li {
  font-size: 0.83rem;
  color: #334155;
  padding-left: 1rem;
  position: relative;
}

.sc-type-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #ff6f61);
}

.sc-award-badge {
  margin-top: 0.2rem;
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd54f, #ffb300);
  color: #78350f;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.sc-type-cta {
  margin-top: 0.6rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #c62828;
  text-decoration: none;
  transition: color 0.2s;
}

.sc-type-cta:hover {
  color: #1a73e8;
}

/* ─── AWARD TABLE ─────────────────────────────────────────────── */

.sc-table-section {
  background: #ffffff;
}

.sc-table-wrap {
  border: 1.5px solid rgba(26, 115, 232, 0.2);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.sc-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(26, 115, 232, 0.12);
}

.sc-table-row:last-child {
  border-bottom: none;
}

.sc-table-head {
  background: linear-gradient(135deg, #1e3a8a, #2c5fca);
  color: #ffffff;
}

.sc-table-head [role="columnheader"] {
  padding: 0.9rem 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sc-table-row [role="cell"] {
  padding: 1rem;
  font-size: 0.9rem;
  color: #334155;
  border-right: 1px solid rgba(26, 115, 232, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sc-table-row [role="cell"]:last-child {
  border-right: none;
}

.sc-table-row [role="cell"] strong {
  display: block;
  color: #0f172a;
  font-size: 0.95rem;
}

.sc-table-row [role="cell"] em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 0.15rem;
}

.sc-regular-fee {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem !important;
  color: #475569 !important;
  font-weight: 500;
}

.sc-award {
  font-weight: 800 !important;
  font-size: 1rem !important;
  color: #1d4ed8 !important;
  letter-spacing: 0.02em;
}

.sc-saving {
  font-weight: 800 !important;
  color: #166534 !important;
  font-size: 0.95rem !important;
  background: rgba(22, 101, 52, 0.07);
}

.sc-table-note {
  margin: 0.9rem 0 0;
  color: #64748b;
  font-size: 0.84rem;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.06);
}

/* ─── URGENCY SECTION ─────────────────────────────────────────── */

.sc-urgency {
  background: linear-gradient(115deg, rgba(229, 57, 53, 0.08), rgba(255, 193, 7, 0.1));
  border-top: 1.5px solid rgba(229, 57, 53, 0.2);
  border-bottom: 1.5px solid rgba(229, 57, 53, 0.2);
}

.sc-urgency-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.sc-urgency-icon {
  font-size: 2.8rem;
  flex-shrink: 0;
}

.sc-urgency-text .section-kicker {
  color: #b91c1c;
}

.sc-urgency-text h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.3rem, 2.8vw, 2.1rem);
  line-height: 1.1;
  color: #0f172a;
}

.sc-urgency-text p {
  margin: 0.65rem 0 0;
  color: #334155;
  max-width: 58ch;
}

.sc-urgency-text strong {
  color: #b91c1c;
}

.sc-urgency-sub {
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: rgba(26, 115, 232, 0.07);
  border: 1px solid rgba(26, 115, 232, 0.2);
  font-size: 0.87rem !important;
}

.sc-urgency-actions {
  display: grid;
  gap: 0.5rem;
  min-width: 200px;
}

.sc-urgency-actions .btn {
  border: none;
  font-family: inherit;
  cursor: pointer;
  width: 100%;
}

/* ─── APPLICATION PROCESS STEPS ──────────────────────────────── */

.sc-process {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.sc-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.sc-steps-grid::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: calc(12.5% + 1.5rem);
  right: calc(12.5% + 1.5rem);
  height: 2px;
  background: linear-gradient(90deg, #1a73e8, #e53935);
  z-index: 0;
}

.sc-step {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(26, 115, 232, 0.2);
  border-radius: 18px;
  background: #ffffff;
  padding: 1.2rem 1rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}

.sc-step:hover {
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.sc-step-num {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #2c5fca);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0.7rem;
  box-shadow: 0 6px 14px rgba(26, 115, 232, 0.35);
}

.sc-step h3 {
  margin: 0;
  font-size: 1rem;
  color: #0f172a;
}

.sc-step p {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.6;
}

.sc-step strong {
  color: #1a73e8;
}

.sc-process-note {
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 115, 232, 0.25);
  background: rgba(26, 115, 232, 0.05);
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ─── APPLICATION FORM ─────────────────────────────────────────── */

.sc-apply {
  background: linear-gradient(180deg, #ffffff 0%, #fffbf4 100%);
}

.sc-apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.sc-apply-copy h2 {
  margin: 0.55rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.1;
  color: #0f172a;
}

.sc-apply-copy p {
  margin: 0.8rem 0 0;
  color: #475569;
  font-size: 0.97rem;
  line-height: 1.68;
}

.sc-apply-checklist {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.sc-apply-checklist li {
  padding-left: 1.3rem;
  position: relative;
  font-size: 0.88rem;
  color: #334155;
}

.sc-apply-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a73e8;
  font-weight: 800;
}

.sc-apply-testimonial {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.05);
}

.sc-testimonial-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b45309, #fbbf24);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.78rem;
}

.sc-apply-testimonial p {
  margin: 0 !important;
  font-size: 0.86rem !important;
  color: #334155 !important;
  font-style: italic;
  line-height: 1.5;
}

.sc-apply-testimonial span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: #b45309;
}

/* Form */
.sc-apply-form {
  border: 1.5px solid rgba(255, 193, 7, 0.4);
  border-radius: 20px;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.sc-apply-form h3 {
  margin: 0 0 0.3rem;
  color: #0f172a;
  font-size: 1.25rem;
}

.sc-form-note {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #b91c1c;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  background: rgba(229, 57, 53, 0.07);
  border: 1px solid rgba(229, 57, 53, 0.2);
}

.sc-apply-form label {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
}

.sc-apply-form label span {
  color: #e53935;
}

.sc-apply-form input,
.sc-apply-form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.3rem;
  border: 1px solid rgba(26, 115, 232, 0.3);
  border-radius: 10px;
  min-height: 44px;
  padding: 0 0.8rem;
  font: inherit;
  font-size: 0.9rem;
  color: #0f172a;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.sc-apply-form input:focus,
.sc-apply-form select:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
}

.sc-submit-btn {
  width: 100%;
  margin-top: 1.1rem;
  border: none;
  font-family: inherit;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.9rem;
  transition: opacity 0.2s, transform 0.2s;
}

.sc-submit-btn:hover {
  transform: translateY(-1px);
  opacity: 0.94;
}

.sc-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.sc-form-message {
  min-height: 1.2em;
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2c5fca;
}

.sc-form-message.error {
  color: #c62828;
}

.sc-download-area {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1.5px solid rgba(22, 101, 52, 0.3);
  background: rgba(22, 101, 52, 0.05);
  display: grid;
  gap: 0.6rem;
}

.sc-download-success {
  margin: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #166534;
}

.sc-download-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a73e8, #2c5fca);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  width: fit-content;
}

.sc-download-link:hover {
  opacity: 0.9;
}

.sc-download-email-note {
  margin: 0;
  font-size: 0.8rem;
  color: #475569;
}

.sc-download-email-note a {
  color: #1a73e8;
  font-weight: 700;
}

/* ─── TESTIMONIALS ─────────────────────────────────────────────── */

.sc-proof {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.sc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.sc-testimonial {
  border: 1.5px solid rgba(26, 115, 232, 0.18);
  border-radius: 18px;
  background: #ffffff;
  padding: 1.3rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: box-shadow 0.25s, transform 0.25s;
}

.sc-testimonial:hover {
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.sc-test-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #2c5fca);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.sc-avatar-2 {
  background: linear-gradient(135deg, #e53935, #c62828);
}

.sc-avatar-3 {
  background: linear-gradient(135deg, #b45309, #fbbf24);
}

.sc-testimonial blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-style: italic;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.65;
  flex: 1;
}

.sc-test-name {
  margin: 0;
  font-weight: 800;
  font-size: 0.9rem;
  color: #0f172a;
}

.sc-test-program {
  margin: 0;
  font-size: 0.76rem;
  color: #64748b;
}

/* ─── FAQ ─────────────────────────────────────────────────────── */

.sc-faq {
  background: #ffffff;
}

.sc-faq-grid {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.sc-faq-intro h2 {
  margin: 0.5rem 0 0;
  color: #0f172a;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.sc-faq-intro p {
  margin: 0.7rem 0 0;
  color: #475569;
  font-size: 0.92rem;
}

.sc-faq-intro .btn {
  margin-top: 1.2rem;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

/* ─── CLOSING CTA ─────────────────────────────────────────────── */

.sc-closing {
  background: linear-gradient(115deg, rgba(26, 115, 232, 0.1), rgba(255, 193, 7, 0.12));
  border-top: 1.5px solid rgba(26, 115, 232, 0.18);
}

.sc-closing-inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.sc-closing-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b45309;
}

.sc-closing-inner h2 {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3.8vw, 3rem);
  line-height: 1.08;
  color: #0f172a;
}

.sc-closing-inner h2 em {
  font-style: italic;
  color: #c62828;
}

.sc-closing-inner p {
  margin: 1rem auto 0;
  max-width: 58ch;
  color: #475569;
  font-size: 1rem;
  line-height: 1.65;
}

.sc-closing-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.sc-closing-actions .btn {
  border: none;
  font-family: inherit;
  cursor: pointer;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 1100px) {
  .sc-hero-grid {
    grid-template-columns: 1fr;
  }

  .sc-hero-card {
    max-width: 480px;
  }

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

  .sc-framing-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-steps-grid::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .sc-cards-grid,
  .sc-testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .sc-apply-grid,
  .sc-faq-grid {
    grid-template-columns: 1fr;
  }

  .sc-urgency-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sc-urgency-icon {
    font-size: 2.2rem;
  }

  .sc-urgency-actions {
    min-width: unset;
    grid-template-columns: 1fr 1fr;
  }

  .sc-table-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .sc-cards-grid,
  .sc-testimonials-grid,
  .sc-steps-grid,
  .sc-framing-stats {
    grid-template-columns: 1fr;
  }

  .sc-table-wrap {
    overflow-x: auto;
  }

  .sc-table-row {
    min-width: 520px;
  }

  .sc-urgency-actions {
    grid-template-columns: 1fr;
  }

  .sc-closing-actions {
    flex-direction: column;
    align-items: center;
  }

  .sc-main::before {
    top: 80px;
  }

  .sc-hero-content h1 {
    max-width: 100%;
  }
}
