/*
 * corridor.phoenixareahome.com — Global Styles
 * Semiconductor Content Engine ("The Corridor")
 * Accessibility: 16px base font, 4.5:1 contrast, 44px touch targets
 * Palette: teal-700 (#0f766e), slate-900 (#0f172a), system sans-serif
 * Pillar accents: Feeder=#7c3aed, Shift=#ea580c, Career=#0f766e
 */

/* === Reset & Base === */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1e293b;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img { max-width: 100%; height: auto; }

/* Screen-reader only utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* === Skip Link (Accessibility) === */

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  background: #fff;
  padding: 0.5rem 1rem;
  border: 2px solid #0f766e;
  border-radius: 4px;
  z-index: 9999;
  font-weight: 600;
  color: #0f172a;
}

/* === ADRE Brokerage Disclosure Bar === */

.brokerage-bar {
  background: #f1f5f9;
  text-align: center;
  padding: 3px 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.brokerage-bar p {
  font-size: 12px;
  color: #475569;
  margin: 0;
  line-height: 1.3;
}

/* === Site Navigation === */

.site-nav {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 1.5rem;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.site-nav-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.site-nav-brand {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.site-nav-brand:hover { color: #0f766e; }

.site-nav-links {
  list-style: none;
  display: flex;
  gap: 0.25rem;
}

.site-nav-links a {
  padding: 8px 14px;
  color: #334155;
  text-decoration: none;
  font-size: 0.9375rem;
  border-radius: 4px;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: background 0.15s, color 0.15s;
}

.site-nav-links a:hover,
.site-nav-links a:focus {
  background: #f0fdfa;
  color: #0f766e;
}

.site-nav-links a[aria-current="page"] {
  background: #ccfbf1;
  color: #115e59;
  font-weight: 600;
}

/* Mobile nav toggle */
.site-nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
}

.site-nav-toggle svg { display: block; }

/* Progressive enhancement: nav visible without JS, hidden when JS adds .js class */
@media (max-width: 640px) {
  .js .site-nav-toggle { display: block; }
  .js .site-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    flex-direction: column;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }
  .js .site-nav-links.open { display: flex; }
  .site-nav-links a { padding: 14px 12px; }
}

/* === Main Content === */

main {
  flex: 1;
}

/* === Landing Hero === */

.landing-hero {
  background: #fff;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

.hero-tag {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4b5563;
  font-weight: 700;
  margin-bottom: 1rem;
}

.landing-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin: 0 0 1rem;
}

.landing-hero .lead {
  font-size: 1.25rem;
  color: #334155;
  line-height: 1.5;
  max-width: 620px;
  margin: 0 auto 0.75rem;
}

.hero-note {
  font-size: 1rem;
  color: #4b5563;
  max-width: 560px;
  margin: 0 auto 1.75rem;
}

.hero-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
}

.hero-anchor {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1.5px solid #0f766e;
  color: #0f766e;
  border-radius: 24px;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  min-height: 44px;
  transition: background 0.18s, color 0.18s;
}

.hero-anchor:hover {
  background: #0f766e;
  color: #fff;
}

.hero-anchor:focus-visible {
  outline: 2px solid #115e59;
  outline-offset: 2px;
}

/* === Framework Section === */

.framework-section {
  background: #f8fafc;
  padding: 3rem 1.5rem;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.framework-inner {
  max-width: 860px;
  margin: 0 auto;
  border-left: 4px solid #0f766e;
  padding-left: 1.5rem;
}

.framework-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}

.framework-inner p {
  font-size: 1.0625rem;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 0.75rem;
}

/* === Three Moves Section === */

.moves-section {
  background: #fff;
  padding: 3.5rem 1.5rem;
  scroll-margin-top: 70px;
}

.moves-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.moves-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.375rem;
}

.moves-subheading {
  font-size: 1rem;
  color: #64748b;
  margin: 0 0 2rem;
}

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

.move-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.move-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.card-accent {
  height: 4px;
  border-radius: 7px 7px 0 0;
  margin: -1.25rem -1.25rem 1rem;
}

.card-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f172a;
  margin-bottom: 0.875rem;
}

.card-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.card-what-label { color: #0f766e; }
.card-why-label { color: #475569; }

.card-text {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.card-link {
  margin-top: auto;
  font-size: 0.9375rem;
  text-decoration: none;
  font-weight: 600;
  padding-top: 0.5rem;
  display: inline-block;
}

.card-link:hover { text-decoration: underline; }

/* Pillar accent and link colors */
.accent-feeder  { background: #7c3aed; }
.accent-shift   { background: #ea580c; }
.accent-career  { background: #0f766e; }

.link-feeder  { color: #7c3aed; }
.link-shift   { color: #c2410c; }
.link-career  { color: #0f766e; }

/* === Employer Entry Section === */

.employer-section {
  background: #f8fafc;
  padding: 3.5rem 1.5rem;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  scroll-margin-top: 70px;
}

.employer-inner {
  max-width: 860px;
  margin: 0 auto;
}

.employer-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.employer-inner > p {
  font-size: 1.0625rem;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 1.5rem;
}

.employer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.employer-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  min-height: 44px;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.employer-chip:hover {
  border-color: #0f766e;
  box-shadow: 0 2px 12px rgba(15, 118, 110, 0.15);
}

.employer-chip:focus-visible {
  outline: 2px solid #0f766e;
  outline-offset: 2px;
}

.employer-chip strong {
  font-size: 1.125rem;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.employer-chip span {
  font-size: 0.8125rem;
  color: #64748b;
}

.employer-chip-other {
  border-style: dashed;
}

/* === Dual Audience Section === */

.dual-section {
  background: #fff;
  padding: 3.5rem 1.5rem;
  scroll-margin-top: 70px;
}

.dual-inner {
  max-width: 960px;
  margin: 0 auto;
}

.dual-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.5rem;
  text-align: center;
}

.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.dual-card {
  padding: 1.5rem;
  border-radius: 8px;
}

.dual-engineer {
  background: #f0fdfa;
  border: 1px solid #99f6e4;
}

.dual-household {
  background: #fef3c7;
  border: 1px solid #fde68a;
}

.dual-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.dual-card p {
  font-size: 1rem;
  color: #334155;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.dual-card blockquote {
  font-style: italic;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.6;
  border-left: 3px solid #cbd5e1;
  padding-left: 1rem;
  margin: 0;
}

.dual-note {
  text-align: center;
  font-size: 1rem;
  color: #475569;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
}

/* === Trust Section === */

.trust-section {
  background: #0f172a;
  padding: 3.5rem 1.5rem;
}

.trust-inner {
  max-width: 860px;
  margin: 0 auto;
}

.trust-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 1.25rem;
}

.trust-text {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #cbd5e1;
  max-width: 680px;
  margin: 0;
}

/* === Corridor Stats Section === */

.corridor-section {
  background: #f8fafc;
  padding: 3.5rem 1.5rem;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.corridor-inner {
  max-width: 860px;
  margin: 0 auto;
}

.corridor-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}

.corridor-inner > p {
  font-size: 1.0625rem;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 2rem;
}

.corridor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stat-block {
  text-align: center;
  padding: 1.25rem 0.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.stat-number {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f766e;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.stat-label {
  display: block;
  font-size: 0.8125rem;
  color: #4b5563;
  line-height: 1.3;
}

/* === CTA Section === */

.cta-section {
  background: #fff;
  padding: 3.5rem 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.cta-section--tall { padding-top: 5rem; padding-bottom: 5rem; }

.h1-404 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}

.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}

.cta-inner p {
  font-size: 1.0625rem;
  color: #475569;
  line-height: 1.65;
  margin: 0 0 1.75rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  background: #0f766e;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 1.0625rem;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
  transition: background 0.18s;
}

.cta-btn:hover { background: #115e59; color: #fff; }

.cta-btn:focus-visible {
  outline: 2px solid #115e59;
  outline-offset: 2px;
}

.cta-fine {
  font-size: 0.875rem;
  color: #475569;
  margin-top: 0.75rem;
}

/* === How It Works === */

.how-it-works {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.how-it-works h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}

.how-it-works p {
  font-size: 1.0625rem;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 0.75rem;
}

/* === Site Footer (ADRE Compliance) === */

.site-footer {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  padding: 2rem 1.5rem;
  font-size: 0.875rem;
  color: #475569;
}

.site-footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.site-footer p { margin: 0 0 0.5rem; }

.site-footer a {
  color: #475569;
  text-decoration: underline;
}

.site-footer a:hover { color: #0f766e; }

.site-footer .eho-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.site-footer .eho-badge span {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #475569;
}

.site-footer .brokerage-details {
  margin-bottom: 1rem;
}

.site-footer .brokerage-details .firm-name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1e293b;
}

.site-footer .brokerage-details p,
.site-footer .agent-details p {
  font-size: 0.875rem;
  color: #475569;
  margin: 0.25rem 0;
}

.site-footer .agent-details {
  margin-bottom: 1.25rem;
}

.site-footer hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 1.25rem 0;
}

.site-footer .disclaimer {
  font-size: 0.8125rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.site-footer .copyright {
  font-size: 0.8125rem;
  color: #475569;
  margin: 0;
}

/* === Feeder Guide Pages === */

.feeder-hero {
  background: #fff;
  padding: 3.5rem 1.5rem 2.5rem;
  border-bottom: 4px solid #7c3aed;
}

.feeder-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.feeder-hero-tag {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7c3aed;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.feeder-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.feeder-hero .lead {
  font-size: 1.125rem;
  color: #334155;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 0 1.25rem;
}

.feeder-hero-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
}

.feeder-hero-stat .stat-val {
  font-size: 1.5rem;
  font-weight: 800;
  color: #7c3aed;
}

.feeder-hero-stat .stat-desc {
  font-size: 0.9375rem;
  color: #475569;
}

/* Quick Numbers Strip */
.feeder-numbers {
  background: #f8fafc;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.feeder-numbers-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feeder-num-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
}

.feeder-num-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  margin-bottom: 0.375rem;
}

.feeder-num-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f766e;
}

.feeder-num-value.negative { color: #dc2626; }

.feeder-num-note {
  font-size: 0.8125rem;
  color: #475569;
  margin-top: 0.25rem;
}

/* Content Sections */
.feeder-section {
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.feeder-section:nth-child(even) { background: #f8fafc; }
.feeder-section:nth-child(odd) { background: #fff; }

.feeder-section-inner {
  max-width: 860px;
  margin: 0 auto;
}

.feeder-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.25rem;
}

.feeder-section p {
  font-size: 1.0625rem;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 1rem;
}

/* Cost Comparison Table */
.cost-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9375rem;
}

.cost-table th,
.cost-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.cost-table thead th {
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cost-table tbody td {
  color: #334155;
}

.cost-table .col-label { font-weight: 600; color: #0f172a; }
.cost-table .col-origin { color: #64748b; }
.cost-table .col-phoenix { color: #0f766e; font-weight: 600; }
.cost-table .col-diff { font-weight: 700; }
.cost-table .savings { color: #059669; }
.cost-table .costs-more { color: #dc2626; }

.cost-table tfoot td {
  font-weight: 700;
  font-size: 1rem;
  border-top: 2px solid #0f172a;
  padding-top: 1rem;
}

/* Two-Column Comparison */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.compare-card {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.compare-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.compare-card p {
  font-size: 0.9375rem;
  margin: 0 0 0.5rem;
}

.compare-origin {
  background: #f8fafc;
}

.compare-origin h3 { color: #475569; }

.compare-phoenix {
  background: #f0fdfa;
  border-color: #99f6e4;
}

.compare-phoenix h3 { color: #0f766e; }

/* Stats within compare cards */
.compare-stat {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px solid #e2e8f0;
}

.compare-stat:last-child { border-bottom: none; }
.compare-stat .label { color: #475569; }
.compare-stat .value { font-weight: 600; color: #0f172a; }

/* Miss & Gain Lists */
.miss-gain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1rem 0;
}

.miss-list,
.gain-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.miss-list h3,
.gain-list h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.miss-list h3 { color: #64748b; }
.gain-list h3 { color: #059669; }

.miss-list li,
.gain-list li {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #334155;
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
}

.miss-list li::before {
  content: "\2212";
  position: absolute;
  left: 0;
  color: #94a3b8;
  font-weight: 700;
}

.gain-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 700;
}

/* Community Recommendation Cards */
.community-picks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

.community-pick {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}

.community-pick:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

.community-pick h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.25rem;
}

.community-pick .pick-city {
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.community-pick .pick-stats {
  display: flex;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #475569;
  flex-wrap: wrap;
}

.community-pick .pick-stats strong {
  color: #0f172a;
}

.community-pick .pick-note {
  font-size: 0.875rem;
  color: #334155;
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* Send to Partner Card */
.partner-card {
  background: #fffbeb;
  border: 2px solid #fde68a;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
}

.partner-card h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #92400e;
  margin: 0 0 0.5rem;
}

.partner-card .partner-intro {
  font-size: 1rem;
  color: #78350f;
  font-style: italic;
  margin: 0 0 1.25rem;
  line-height: 1.55;
}

.partner-card p {
  font-size: 1rem;
  color: #451a03;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.partner-card ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.partner-card li {
  font-size: 0.9375rem;
  color: #451a03;
  line-height: 1.55;
  margin-bottom: 0.375rem;
}

.partner-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f59e0b;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
  transition: background 0.18s;
}

.partner-share-btn:hover { background: #d97706; }

.partner-share-btn:focus-visible {
  outline: 2px solid #92400e;
  outline-offset: 2px;
}

/* Editorial Note (personal voice) */
.editorial-note {
  border-left: 4px solid #7c3aed;
  padding: 1.25rem 1.5rem;
  background: #f5f3ff;
  border-radius: 0 8px 8px 0;
  margin: 1.5rem 0;
}

.editorial-note p {
  font-size: 1rem;
  color: #334155;
  line-height: 1.65;
  font-style: italic;
  margin: 0;
}

/* Career context callout */
.career-context {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.career-context h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e40af;
  margin: 0 0 0.75rem;
}

.career-context p {
  font-size: 0.9375rem;
  color: #1e3a5f;
  line-height: 1.6;
  margin: 0;
}

/* Feeder guide cross-navigation */
.feeder-nav {
  background: #f8fafc;
  padding: 2rem 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.feeder-nav-inner {
  max-width: 860px;
  margin: 0 auto;
}

.feeder-nav h3 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  margin: 0 0 0.75rem;
}

.feeder-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.feeder-nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #334155;
  text-decoration: none;
  font-size: 0.9375rem;
  min-height: 44px;
  transition: border-color 0.15s, color 0.15s;
}

.feeder-nav-links a:hover {
  border-color: #7c3aed;
  color: #7c3aed;
}

.feeder-nav-links a[aria-current="page"] {
  background: #f5f3ff;
  border-color: #7c3aed;
  color: #7c3aed;
  font-weight: 600;
}

/* === Responsive === */

@media (max-width: 1023px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .corridor-stats { grid-template-columns: repeat(2, 1fr); }
  .community-picks { grid-template-columns: 1fr; }
}

@media (max-width: 639px) {
  .landing-hero h1 { font-size: 2rem; }
  .landing-hero .lead { font-size: 1.05rem; }
  .landing-hero { padding: 2.5rem 1rem 2rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .employer-grid { grid-template-columns: repeat(2, 1fr); }
  .dual-grid { grid-template-columns: 1fr; }
  .corridor-stats { grid-template-columns: repeat(2, 1fr); }
  .moves-section,
  .trust-section,
  .employer-section,
  .dual-section,
  .corridor-section,
  .cta-section,
  .framework-section { padding-left: 1rem; padding-right: 1rem; }
  .how-it-works { padding-left: 1rem; padding-right: 1rem; }

  /* Feeder guide responsive */
  .feeder-hero h1 { font-size: 1.75rem; }
  .feeder-hero { padding: 2.5rem 1rem 2rem; }
  .feeder-numbers-inner { grid-template-columns: 1fr; }
  .feeder-section { padding: 2rem 1rem; }
  .compare-grid { grid-template-columns: 1fr; }
  .miss-gain-grid { grid-template-columns: 1fr; }
  .cost-table { font-size: 0.8125rem; }
  .cost-table th,
  .cost-table td { padding: 0.5rem 0.625rem; }
  .partner-card { padding: 1.5rem 1rem; }
  .feeder-nav { padding: 1.5rem 1rem; }
}
