.section {
  padding-top: var(--section-gap);
}

.section:last-of-type {
  padding-bottom: 12px;
}

.public-layout .site-header {
  padding-top: 0;
}

.public-layout .site-main {
  width: min(calc(100% - 64px), var(--container-max));
}

.home-page .site-main {
  padding-bottom: 20px;
  min-height: 100vh;
}

.navbar-public .nav-actions-desktop {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 10px;
}

.brand-home {
  gap: 12px;
}

.brand-mark-shell {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.brand-app-logo {
  width: 32px;
  height: 32px;
}

.nav-actions-desktop .btn {
  white-space: nowrap;
}

.mobile-menu-actions {
  width: 100%;
}

.hero {
  min-height: clamp(680px, calc(100vh - 140px), 860px);
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
  padding-top: 0;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: rgba(37, 99, 235, 0.06);
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-intro h2,
.cta-band h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 11.2ch;
  margin-top: 22px;
  font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: 1;
}

.hero h1 span {
  display: block;
}

.hero-headline-accent {
  background: linear-gradient(135deg, #2563eb 0%, #f5a524 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description,
.section-intro p,
.comparison-card li,
.contact-details p,
.form-status,
.detail-card p,
.info-card p,
.benefit-card p,
.program-card p,
.process-step p,
.criteria-card p,
.journey-item p,
.faq-card p,
.trust-card p,
.journey-highlight-card p {
  color: var(--text-secondary);
}

.hero-description {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-inline-badge {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--card-border);
  background: #ffffff;
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.hero-badge-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #f5a524);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.hero-why-card {
  margin-top: 24px;
  padding: 24px;
  display: grid;
  gap: 16px;
}

.hero-why-head {
  display: grid;
  gap: 6px;
}

.hero-why-label,
.hero-panel-eyebrow {
  margin: 0;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-why-head strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.hero-why-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text-secondary);
  line-height: 1.9;
}

.hero-workshop-stack {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.hero-build-card {
  padding: 24px;
  display: grid;
  gap: 16px;
}

.hero-build-head {
  display: grid;
  gap: 6px;
}

.hero-build-head strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.hero-build-preview {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  align-items: center;
}

.hero-build-window {
  border-radius: 22px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.92));
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.08);
  overflow: hidden;
}

.hero-build-window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
  background: rgba(37, 99, 235, 0.05);
}

.hero-build-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.2);
}

.hero-build-window-bar span:first-child {
  background: #f97316;
}

.hero-build-window-bar span:nth-child(2) {
  background: #facc15;
}

.hero-build-window-bar span:nth-child(3) {
  background: #22c55e;
}

.hero-build-window-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.hero-build-window-nav,
.hero-build-window-hero,
.hero-build-window-grid span {
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(147, 197, 253, 0.34));
}

.hero-build-window-nav {
  height: 16px;
  width: 68%;
}

.hero-build-window-hero {
  height: 80px;
}

.hero-build-window-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-build-window-grid span {
  height: 54px;
}

.hero-build-content {
  display: grid;
  gap: 12px;
}

.hero-build-copy {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 700;
  color: #0f172a;
}

.hero-build-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.hero-build-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.hero-build-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-weight: 900;
}

.hero-tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tech-badge {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: rgba(37, 99, 235, 0.07);
  color: #1d4ed8;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.dark-mode .hero-build-window {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.94));
  border-color: rgba(96, 165, 250, 0.18);
  box-shadow: 0 18px 36px rgba(2, 8, 23, 0.24);
}

.dark-mode .hero-build-window-bar {
  background: rgba(96, 165, 250, 0.08);
  border-bottom-color: rgba(96, 165, 250, 0.14);
}

.dark-mode .hero-build-copy {
  color: #e2e8f0;
}

.dark-mode .hero-build-list li {
  color: #94a3b8;
}

.dark-mode .hero-tech-badge {
  background: rgba(96, 165, 250, 0.14);
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.18);
}

.hero-visual {
  display: grid;
  justify-items: end;
  align-items: center;
}

.hero-auth-panel {
  width: min(100%, 420px);
  justify-self: end;
  padding: 30px;
  display: grid;
  gap: 20px;
}

.hero-auth-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.hero-auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hero-auth-brand img {
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(245, 165, 36, 0.14));
  border: 1px solid var(--card-border);
}

.hero-auth-brand strong {
  display: block;
  font-size: 1rem;
}

.hero-auth-brand span,
.hero-ecosystem-card small {
  color: var(--text-secondary);
}

.hero-auth-brand span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
}

.hero-login-form,
.hero-login-actions {
  display: grid;
  gap: 14px;
}

.hero-login-mode-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid var(--card-border);
  background: var(--surface-muted);
}

.hero-login-mode-button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text-secondary);
  font-weight: 700;
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.hero-login-mode-button.is-active {
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.18);
  color: #1d4ed8;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.field-card {
  display: grid;
  gap: 10px;
}

.field-card > span {
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-login-status {
  margin: 0;
}

.hero-panel-copy {
  display: grid;
  gap: 8px;
}

.hero-panel-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.hero-panel-note {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.04), rgba(245, 165, 36, 0.05));
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.hero-panel-note strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.hero-panel-note p {
  margin: 0;
  color: var(--text-secondary);
}

.hero-panel-note .hero-ecosystem-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--card-border);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.hero-ecosystem-card span {
  display: block;
  color: #2563eb;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-ecosystem-card strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 1rem;
  line-height: 1.4;
}

.section-tight {
  padding-top: 40px;
}

.build-card-grid {
  gap: 20px;
}

.build-card {
  display: grid;
  gap: 14px;
}

.build-card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(245, 165, 36, 0.18));
  color: #2563eb;
  font-size: 0.96rem;
  font-weight: 800;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-intro-wide {
  max-width: 840px;
}

.section-intro h2,
.cta-band h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.06;
  margin-bottom: 16px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.grid,
.comparison-grid,
.process-grid,
.mentor-layout,
.contact-layout,
.journey-layout,
.faq-grid,
.trust-strip {
  display: grid;
  gap: 22px;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comparison-grid,
.mentor-layout,
.contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.trust-card,
.journey-highlight-card,
.info-card,
.benefit-card,
.program-card,
.process-step,
.detail-card,
.faq-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--card-border);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.trust-card:hover,
.journey-highlight-card:hover,
.info-card:hover,
.benefit-card:hover,
.program-card:hover,
.process-step:hover,
.detail-card:hover,
.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.18);
}

.comparison-card {
  padding: 30px;
  border-radius: 30px;
}

.comparison-card ul,
.detail-card ul,
.detail-card ol,
.criteria-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-secondary);
  line-height: 1.9;
}

.mentor-cta {
  align-self: flex-end;
  padding: 0 22px;
  min-height: 52px;
  border-radius: 18px;
  border-color: #1d4ed8;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.mentor-cta:hover,
.mentor-cta:focus-visible {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  border-color: #1e40af;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.28);
  transform: translateY(-1px);
}

.comparison-card-accent,
.program-card-highlight {
  border-color: rgba(37, 99, 235, 0.16);
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.04), transparent),
    #ffffff;
}

.journey-layout {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  align-items: start;
}

.journey-highlight-label {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-highlight-card h3,
.trust-card strong,
.info-card h3,
.benefit-card h3,
.program-card h3,
.process-step h3,
.detail-card h3,
.comparison-title,
.criteria-card h3,
.faq-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.journey-item {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--card-border);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.03), #ffffff);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.04);
}

.journey-item span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 16px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-weight: 800;
}

.success-path-flow {
  width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.success-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast);
}

.success-step-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.03), transparent 55%);
  pointer-events: none;
}

.success-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 28px 54px rgba(37, 99, 235, 0.12);
}

.success-step-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.success-step-icon-shell {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(96, 165, 250, 0.28));
  color: #1d4ed8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.success-step-icon-shell svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.success-step-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.success-step-copy h3,
.student-perk-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.success-step-copy p {
  margin: 0;
  color: var(--text-secondary);
}

.success-path-arrow {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-path-arrow span {
  position: relative;
  display: inline-flex;
  width: 2px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.24), rgba(37, 99, 235, 0.65));
}

.success-path-arrow span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2563eb;
  border-bottom: 2px solid #2563eb;
  transform: translateX(-50%) rotate(45deg);
}

.student-perks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.student-perk-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 116px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast);
}

.student-perk-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 48px rgba(37, 99, 235, 0.1);
}

.student-perk-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-weight: 900;
  font-size: 1rem;
}

.student-perk-card h3 {
  margin: 0;
}

.dark-mode .success-step-card,
.dark-mode .student-perk-card {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.94));
  border-color: rgba(96, 165, 250, 0.18);
  box-shadow: 0 22px 46px rgba(2, 8, 23, 0.28);
}

.dark-mode .success-step-copy h3,
.dark-mode .student-perk-card h3 {
  color: #e2e8f0;
}

.dark-mode .success-step-copy p {
  color: #94a3b8;
}

.dark-mode .success-step-badge,
.dark-mode .student-perk-icon {
  background: rgba(96, 165, 250, 0.14);
  color: #93c5fd;
}

.dark-mode .success-step-icon-shell {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(15, 23, 42, 0.68));
  color: #93c5fd;
}

.process-grid-horizontal {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.process-step span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 16px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-weight: 800;
}

.criteria-card {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 24px;
}

.important-note {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(245, 165, 36, 0.12), rgba(245, 165, 36, 0.04));
  border: 1px solid rgba(245, 165, 36, 0.22);
}

.important-note span,
.founder-note-label {
  color: #c88414;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.founder-note-card {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.04), #ffffff);
  border: 1px solid var(--card-border);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.05);
}

.founder-note-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.founder-note-name,
.founder-note-signature {
  margin: 0;
  color: var(--text-secondary);
  font-weight: 700;
}

.founder-note-quote {
  margin: 0;
  max-width: 62ch;
  font-size: 1.08rem;
  line-height: 1.85;
}

.contact-details {
  margin: 22px 0 28px;
}

.contact-details a {
  color: #0f172a;
  font-weight: 700;
}

.contact-primary {
  width: fit-content;
}

.contact-form {
  padding: 30px;
  display: grid;
  gap: 16px;
}

.role-field {
  display: grid;
  gap: 12px;
}

.role-field-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.role-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid var(--card-border);
  background: var(--surface-muted);
}

.role-option {
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background: transparent;
  color: var(--text-secondary);
  font-weight: 700;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.role-option:hover {
  color: #0f172a;
  background: rgba(37, 99, 235, 0.08);
}

.role-option.is-active {
  background: linear-gradient(135deg, var(--primary-start), var(--primary-end));
  color: var(--primary-text);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
}

@media (max-width: 1200px) {
  .grid-4,
  .process-grid-horizontal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-layout,
  .trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .hero,
  .comparison-grid,
  .mentor-layout,
  .contact-layout,
  .criteria-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
    gap: 28px;
  }

  .hero-visual {
    justify-items: stretch;
  }

  .hero-auth-panel {
    width: 100%;
    justify-self: stretch;
  }

  .grid-3,
  .faq-grid,
  .journey-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .success-step-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .success-step-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 880px) {
  .public-layout .site-main {
    width: min(calc(100% - 40px), var(--container-max));
  }
}

@media (max-width: 760px) {
  .section-heading {
    display: grid;
    align-items: stretch;
  }

  .hero-actions,
  .journey-timeline,
  .process-grid-horizontal,
  .grid-3,
  .faq-grid,
  .student-perks-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .hero-badge-row {
    justify-content: flex-start;
  }

  .mentor-cta {
    align-self: flex-start;
  }
}

@media (max-width: 640px) {
  .public-layout .site-main,
  .public-layout .navbar {
    width: min(calc(100% - 24px), var(--container-max));
  }

  .brand-copy small {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .grid-4,
  .grid-3,
  .comparison-grid,
  .mentor-layout,
  .contact-layout,
  .journey-timeline,
  .faq-grid,
  .process-grid-horizontal,
  .student-perks-grid {
    grid-template-columns: 1fr;
  }

  .hero-auth-panel,
  .hero-why-card,
  .comparison-card,
  .contact-form,
  .criteria-card,
  .founder-note-card,
  .trust-card,
  .journey-highlight-card,
  .journey-item,
  .info-card,
  .benefit-card,
  .program-card,
  .process-step,
  .detail-card,
  .faq-card {
    padding: 22px;
  }

  .hero-auth-head {
    display: grid;
  }

  .success-step-card,
  .student-perk-card {
    padding: 20px;
    border-radius: 22px;
  }

  .success-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .hero-actions .btn,
  .contact-primary,
  .hero-login-actions .btn {
    width: 100%;
  }

  .role-option {
    width: 100%;
  }

  .mentor-cta {
    width: 100%;
    justify-content: center;
  }
}

/* Forgeora Public Polish */

.section {
  padding-top: clamp(72px, 7vw, 92px);
}

.hero {
  min-height: clamp(640px, calc(100vh - 136px), 820px);
  gap: clamp(28px, 4vw, 52px);
}

.hero-description,
.section-intro p {
  font-size: 1rem;
  line-height: 1.75;
}

.hero-auth-panel,
.hero-why-card,
.info-card,
.program-card,
.benefit-card,
.comparison-card,
.faq-card,
.journey-item,
.process-step,
.contact-form,
.trust-card,
.criteria-card,
.detail-card {
  border-radius: 24px;
}

.hero-auth-panel,
.hero-why-card {
  padding: 24px;
}

.hero-auth-panel {
  width: min(100%, 440px);
  gap: 18px;
}

.hero-inline-badge {
  min-height: 38px;
  padding: 0 14px;
  border-color: var(--card-border);
  color: var(--text-secondary);
}

.section-intro h2,
.cta-band h2 {
  font-size: clamp(1.9rem, 4vw, 2.3rem);
  line-height: 1.08;
}

.build-card,
.info-card,
.program-card,
.benefit-card,
.comparison-card,
.faq-card,
.trust-card,
.journey-item,
.process-step,
.criteria-card {
  padding: 24px;
}

.hero-actions,
.hero-badge-row {
  gap: 12px;
}

/* Support Contact Styles */
.support-contact-card {
  display: block;
  margin-top: 18px;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.98) 0%, rgba(232, 242, 255, 0.94) 55%, rgba(248, 251, 255, 0.98) 100%);
  border: 1px solid rgba(148, 184, 255, 0.32);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.1);
}

.support-contact-card,
.support-contact-card *,
.support-header-row,
.support-contact-row,
.support-button-row {
  box-sizing: border-box;
  max-width: 100%;
}

.support-header-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.support-contact-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(96, 165, 250, 0.28));
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: #1d4ed8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.support-contact-icon svg,
.support-contact-link-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.support-contact-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.support-contact-copy h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.support-contact-copy p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.45;
}

.support-contact-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}

.support-contact-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  color: var(--text-secondary);
}

.support-contact-label {
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-contact-link {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  transition: color var(--transition-fast);
}

.support-contact-link:hover {
  color: #1d4ed8;
}

.support-contact-link-phone,
.support-contact-link-phone:hover {
  white-space: nowrap;
}

.support-contact-link-email {
  word-break: break-word;
  overflow-wrap: break-word;
}

.support-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
  min-width: 0;
}

.support-contact-action {
  flex: 0 1 auto;
  white-space: nowrap;
  text-decoration: none;
  min-width: 0;
}

.dark-mode .support-contact-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.94));
  border-color: rgba(96, 165, 250, 0.22);
  box-shadow: 0 18px 36px rgba(2, 8, 23, 0.28);
}

.dark-mode .support-contact-copy h3,
.dark-mode .support-contact-label,
.dark-mode .support-contact-link {
  color: #e2e8f0;
}

.dark-mode .support-contact-link:hover {
  color: #93c5fd;
}

/* Footer Support Section */
.footer-support-section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--divider);
}

.footer-support-label {
  margin: 0 0 6px 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-support-link {
  display: inline-flex;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition-fast);
  border-bottom: 1px solid rgba(37, 99, 235, 0.3);
}

.footer-support-link:hover {
  color: #1d4ed8;
  border-bottom-color: rgba(37, 99, 235, 0.6);
}

.dark-mode .footer-support-link {
  color: #6dd8f0;
  border-bottom-color: rgba(109, 216, 240, 0.3);
}

.dark-mode .footer-support-link:hover {
  color: #a0e5ff;
  border-bottom-color: rgba(109, 216, 240, 0.6);
}

.founder-talk-section {
  position: relative;
}

.founder-talk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.founder-talk-content,
.founder-profile-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.92));
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.founder-talk-content {
  padding: 42px;
}

.founder-talk-content h2 {
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.founder-talk-subtitle,
.founder-talk-message {
  max-width: 62ch;
}

.founder-talk-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.founder-talk-message {
  margin-top: 20px;
  color: var(--text-secondary);
  line-height: 1.88;
  font-size: 1.02rem;
}

.founder-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.founder-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 20px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #163b6d;
  font-weight: 600;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.founder-talk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.founder-profile-card {
  display: grid;
  gap: 16px;
  align-content: start;
  align-items: flex-start;
  height: auto;
  min-height: unset;
  padding: 30px;
  border-top: 4px solid #2563eb;
  border-color: rgba(37, 99, 235, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 255, 0.96));
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.12);
}

.founder-profile-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.founder-profile-card__avatar {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  overflow: hidden;
  border: 3px solid #2563eb;
  background: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.founder-profile-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 900px;
  object-fit: cover;
}

.founder-profile-card__identity {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.founder-profile-card__identity h3 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.42rem, 2.5vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.founder-profile-card__role,
.founder-profile-card__bio {
  margin: 0;
  color: var(--text-secondary);
}

.founder-profile-card__role {
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
  opacity: 0.92;
}

.founder-profile-card__bio {
  font-size: 0.98rem;
  line-height: 1.7;
}

.founder-profile-card__contact {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px 11px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: rgba(37, 99, 235, 0.06);
  color: #0f172a;
  text-decoration: none;
}

.founder-profile-card__contact:hover {
  background: rgba(37, 99, 235, 0.1);
}

.founder-profile-card__contact-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  flex: 0 0 28px;
  margin-top: 1px;
}

.founder-profile-card__contact-icon svg {
  width: 16px;
  height: 16px;
}

.founder-profile-card__contact-copy {
  display: grid;
  gap: 2px;
}

.founder-profile-card__contact-number {
  font-weight: 700;
  line-height: 1.3;
}

.founder-profile-card__contact-note {
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.35;
}

.founder-profile-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.founder-profile-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #163b6d;
  font-size: 0.92rem;
  font-weight: 600;
}

.founder-profile-card__cta {
  justify-content: center;
  min-width: 0;
  padding-inline: 20px;
  margin-top: 2px;
}

.dark-mode .founder-talk-content,
.dark-mode .founder-profile-card {
  border-color: rgba(125, 211, 252, 0.18);
  background: linear-gradient(180deg, rgba(10, 18, 34, 0.94), rgba(15, 23, 42, 0.92));
}

.dark-mode .founder-profile-card {
  box-shadow: 0 22px 56px rgba(2, 8, 23, 0.42);
}

.dark-mode .founder-trust-badge {
  border-color: rgba(125, 211, 252, 0.14);
  background: rgba(15, 23, 42, 0.72);
  color: #dbeafe;
}

.dark-mode .founder-profile-card__contact {
  background: rgba(125, 211, 252, 0.12);
  color: #e0f2fe;
}

.dark-mode .founder-profile-card__contact:hover {
  background: rgba(125, 211, 252, 0.18);
}

.dark-mode .founder-profile-card__badge {
  border-color: rgba(125, 211, 252, 0.14);
  background: rgba(15, 23, 42, 0.78);
  color: #dbeafe;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-auth-panel {
    width: 100%;
    justify-self: auto;
  }
}

/* Forgeora Mobile-first Responsive Overrides */
@media (max-width: 1024px) {
  .hero,
  .journey-layout,
  .contact-layout,
  .founder-talk-layout,
  .mentor-layout,
  .criteria-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 24px;
    padding-top: 20px;
  }

  .hero-copy,
  .hero-visual,
  .hero-auth-panel {
    min-width: 0;
  }

  .hero-auth-panel,
  .hero-why-card {
    max-width: none;
  }

  .founder-profile-card {
    max-width: none;
  }

  .founder-talk-content,
  .founder-profile-card {
    padding: 28px;
  }

  .hero-build-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section {
    padding-top: 64px;
  }

  .hero {
    gap: 20px;
    padding-top: 8px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.5rem, 11vw, 3.4rem);
    line-height: 1.02;
  }

  .hero-description {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-inline-badge {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 16px;
    min-height: 48px;
    border-radius: 18px;
  }

  .hero-badge-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-panel-copy h2 {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
  }

  .founder-profile-card {
    gap: 16px;
  }

  .founder-profile-card__header {
    align-items: flex-start;
  }

  .founder-profile-card__avatar {
    width: 96px;
    height: 96px;
  }

  .founder-trust-grid {
    grid-template-columns: 1fr;
  }

  .founder-profile-card__badges {
    gap: 8px;
  }

  .founder-profile-card__badge {
    min-height: 38px;
    font-size: 0.88rem;
  }

  .founder-profile-card__cta {
    width: 100%;
  }

  .hero-login-actions,
  .mobile-menu-actions,
  .contact-form,
  .contact-social-stack,
  .role-selector {
    width: 100%;
  }

  .support-contact-card,
  .social-community-card,
  .founder-trust-badge {
    align-items: flex-start;
  }

  .hero-build-card {
    padding: 20px;
  }

  .support-contact-card {
    padding: 16px;
  }

  .support-header-row,
  .support-contact-row,
  .support-button-row {
    width: 100%;
  }

  .social-links--contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .founder-profile-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .founder-profile-card__contact {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 18px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 2.75rem);
  }

  .hero-auth-panel,
  .hero-why-card,
  .comparison-card,
  .contact-form,
  .criteria-card,
  .founder-note-card,
  .trust-card,
  .journey-highlight-card,
  .journey-item,
  .info-card,
  .benefit-card,
  .program-card,
  .process-step,
  .detail-card,
  .faq-card {
    padding: 20px;
    border-radius: 22px;
  }

  .hero-auth-head,
  .founder-note-head,
  .section-heading {
    display: grid;
  }

  .hero-auth-brand {
    align-items: flex-start;
  }

  .hero-login-mode-switch {
    grid-template-columns: 1fr;
  }

  .hero-login-mode-button {
    min-height: 44px;
  }
  .role-selector {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .role-option,
  .social-community-card,
  .contact-primary,
  .hero-actions .btn,
  .hero-login-actions .btn {
    width: 100%;
  }

  .student-perk-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .support-contact-action {
    flex: 1 1 100%;
    width: 100%;
  }

  .founder-trust-grid {
    grid-template-columns: 1fr;
  }

  .founder-talk-actions .btn {
    width: 100%;
  }

  .founder-profile-card__avatar {
    width: 116px;
    height: 116px;
  }
}

/* Public UX refresh */

.public-main {
  padding-top: 18px;
}

.navbar-public {
  margin-top: 12px;
  padding: 10px 18px;
  min-height: 78px;
}

.brand-home {
  gap: 10px;
}

.brand-mark-shell {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.brand-app-logo {
  width: 30px;
  height: 30px;
}

.brand-copy {
  gap: 2px;
}

.brand-copy strong {
  line-height: 1.05;
}

.brand-copy small {
  margin: 0;
  line-height: 1.2;
}

.home-page .site-main {
  padding-bottom: 16px;
}

.section {
  padding-top: clamp(56px, 7vw, 88px);
}

.section-tight {
  padding-top: clamp(40px, 5vw, 56px);
}

.hero {
  min-height: clamp(540px, calc(100vh - 126px), 720px);
  align-items: start;
  gap: clamp(20px, 3vw, 36px);
}

.hero.section {
  padding-top: clamp(8px, 1.4vw, 14px);
}

.hero-copy,
.hero-visual {
  align-self: start;
}

.section-heading {
  gap: 18px;
  margin-bottom: 26px;
}

.section-intro {
  margin-bottom: 24px;
}

.section-intro h2,
.cta-band h2 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1.1;
}

.hero-description,
.section-intro p,
.contact-form .form-status {
  line-height: 1.72;
}

.hero h1 {
  margin-top: 16px;
}

.hero-description {
  margin-top: 18px;
}

.hero-visual {
  align-items: start;
}

.grid,
.comparison-grid,
.process-grid,
.mentor-layout,
.contact-layout,
.journey-layout,
.faq-grid,
.trust-strip,
.build-card-grid,
.hero-login-actions,
.contact-social-stack {
  gap: 18px;
}

.hero-actions,
.nav-actions,
.mobile-menu-actions,
.auth-social-stack,
.role-selector {
  gap: 14px;
}

.hero-actions .btn,
.hero-login-actions .btn,
.mobile-menu-actions .btn,
.contact-form .btn,
.contact-primary {
  min-height: 50px;
}

.hero-auth-panel,
.hero-why-card,
.info-card,
.program-card,
.benefit-card,
.comparison-card,
.faq-card,
.journey-item,
.process-step,
.contact-form,
.trust-card,
.criteria-card,
.detail-card,
.founder-note-card {
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.hero-auth-panel,
.hero-why-card,
.contact-form {
  padding: 26px;
}

.info-card,
.program-card,
.benefit-card,
.comparison-card,
.faq-card,
.journey-item,
.process-step,
.trust-card,
.detail-card,
.criteria-card {
  padding: 24px;
}

.comparison-card {
  padding: 28px;
}

.founder-note-card {
  padding: 30px;
}

.contact-layout {
  align-items: start;
}

.contact-details {
  margin: 18px 0 22px;
}

.contact-form {
  gap: 18px;
}

.contact-primary {
  width: fit-content;
}

.role-selector {
  padding: 8px;
}

.role-option {
  min-height: 46px;
}

.social-community-card,
.social-link {
  min-height: 64px;
}

@media (max-width: 1024px) {
  .public-main {
    padding-top: 14px;
  }

  .section {
    padding-top: clamp(48px, 6vw, 72px);
  }

  .section-tight {
    padding-top: 40px;
  }

  .hero {
    min-height: auto;
    gap: 20px;
    padding-top: 6px;
  }

  .hero.section {
    padding-top: clamp(6px, 1.2vw, 10px);
  }

  .navbar-public {
    margin-top: 10px;
    padding: 10px 16px;
    min-height: 70px;
  }
}

@media (max-width: 768px) {
  .hero-actions,
  .nav-actions,
  .mobile-menu-actions,
  .auth-social-stack,
  .role-selector {
    gap: 12px;
  }

  .brand-home {
    gap: 9px;
  }

  .brand-mark-shell {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 640px) {
  .public-main {
    padding-top: 10px;
  }

  .section {
    padding-top: clamp(40px, 11vw, 56px);
  }

  .section-tight {
    padding-top: 32px;
  }

  .section-heading,
  .section-intro {
    margin-bottom: 20px;
  }

  .navbar-public {
    margin-top: 8px;
    padding: 9px 14px;
    min-height: 64px;
  }

  .brand-home {
    gap: 8px;
  }

  .brand-mark-shell {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .brand-app-logo {
    width: 28px;
    height: 28px;
  }

  .brand-copy {
    gap: 1px;
  }

  .brand-copy strong {
    line-height: 1.02;
  }

  .hero.section {
    padding-top: 6px;
  }

  .hero-actions,
  .nav-actions,
  .mobile-menu-actions,
  .auth-social-stack,
  .role-selector {
    gap: 10px;
  }

  .hero-auth-panel,
  .hero-why-card,
  .contact-form,
  .comparison-card,
  .info-card,
  .program-card,
  .benefit-card,
  .trust-card,
  .journey-highlight-card,
  .journey-item,
  .process-step,
  .detail-card,
  .faq-card,
  .criteria-card,
  .founder-note-card {
    padding: 20px;
  }

.contact-primary {
  width: 100%;
}
}

/* Founder section polish */
.founder-talk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: stretch;
  gap: 24px;
}

.founder-stack {
  display: grid;
  gap: 20px;
  align-content: start;
}

.founder-profile-card,
.founder-trust-card,
.founder-vision-card {
  width: 100%;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.founder-profile-card__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.founder-profile-card__avatar {
  width: 220px;
  height: 280px;
  justify-self: start;
  overflow: hidden;
  border-radius: 18px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.founder-profile-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.founder-profile-card__body {
  display: grid;
  align-content: center;
  gap: 16px;
}

.founder-profile-card__identity {
  display: grid;
  gap: 6px;
}

.founder-profile-card__identity h3 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.6rem, 2vw, 1.95rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.founder-profile-card__role,
.founder-profile-card__bio,
.founder-profile-card__contact-note {
  color: #475569;
}

.founder-profile-card__role {
  margin: 0;
}

.founder-profile-card__bio {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.founder-profile-card__cta {
  width: fit-content;
  min-height: 56px;
  padding-inline: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.founder-profile-card__cta:hover,
.founder-profile-card__cta:focus-visible {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.28);
}

.founder-trust-card__body {
  height: 100%;
  display: grid;
  align-content: space-between;
  gap: 22px;
}

.founder-trust-card__intro {
  display: grid;
  gap: 12px;
}

.founder-trust-card__intro h3,
.founder-trust-card__note {
  margin: 0;
}

.founder-trust-card__intro h3 {
  color: #0f172a;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.founder-trust-card__intro p,
.founder-trust-card__note {
  color: #475569;
}

.founder-trust-card__intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.founder-trust-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.founder-trust-card__list li {
  position: relative;
  min-height: 48px;
  padding: 12px 16px 12px 42px;
  border-radius: 16px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: rgba(37, 99, 235, 0.04);
  color: #0f172a;
  font-weight: 600;
  line-height: 1.45;
}

.founder-trust-card__list li::before {
  content: "\2713";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #2563eb;
  font-weight: 800;
}

.founder-trust-card__note {
  padding-top: 2px;
  font-size: 0.96rem;
  line-height: 1.7;
}

.founder-vision-card {
  padding: 24px;
  border-radius: 20px;
}

.founder-vision-card h4,
.founder-vision-card p {
  margin: 0;
}

.founder-vision-card h4 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.founder-vision-card p {
  margin-top: 10px;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .founder-talk-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 20px;
  }

  .founder-profile-card,
  .founder-trust-card {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .founder-talk-layout {
    grid-template-columns: 1fr;
  }

  .founder-profile-card,
  .founder-trust-card,
  .founder-vision-card {
    padding: 22px;
  }

  .founder-profile-card__layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .founder-profile-card__avatar {
    width: 180px;
    height: 230px;
    justify-self: center;
    border-radius: 16px;
  }

  .founder-profile-card__avatar img {
    border-radius: 16px;
  }

  .founder-profile-card__body,
  .founder-profile-card__identity {
    justify-items: center;
    text-align: center;
  }

  .founder-profile-card__cta {
    width: 100%;
  }

  .founder-trust-card__body {
    gap: 18px;
  }

  .founder-trust-card__intro,
  .founder-trust-card__note,
  .founder-vision-card {
    text-align: center;
  }
}
