.aid-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; padding: 64px var(--pad); }
.aid-card { border-radius: var(--r-lg); border: 1.5px solid var(--border); padding: 28px; display: flex; flex-direction: column; position: relative; }
.aid-card.featured { border-color: var(--orange); }
.aid-badge { position: absolute; top: -12px; left: 24px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; padding: 3px 12px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px; }
.aid-card-icon { width: 48px; height: 48px; border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.aid-card-icon.green { background: var(--orange-light); }
.aid-card-icon.amber { background: var(--amber-light); }
.aid-card-icon.surface { background: var(--surface); }
.aid-card h3 { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.3px; margin-bottom: 8px; }
.aid-card-sub { font-size: 13px; color: var(--muted); margin-bottom: 16px; line-height: 1.6; }
.aid-card-divider { border: none; border-top: 1px solid var(--border); margin: 14px 0; }
.aid-feature { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; font-size: 13px; color: var(--muted); }
.aid-feature-dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.aid-card-cta { margin-top: auto; padding-top: 18px; }
.aid-card-cta a { display: block; text-align: center; font-size: 14px; padding: 12px; }

.ptpk-section { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 64px var(--pad); }
.ptpk-section h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--ink); letter-spacing: -0.8px; margin-bottom: 8px; }
.steps-grid { display: flex; flex-direction: column; margin-top: 36px; max-width: 680px; margin-left: auto; margin-right: auto; }
.step-item { display: flex; gap: 18px; }
.step-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 48px; }
.step-circle { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; background: var(--ink); color: #fff; border: 2px solid var(--ink); flex-shrink: 0; position: relative; z-index: 1; }
.step-item.college .step-circle { background: var(--orange-light); border-color: var(--orange); color: var(--orange); }
.step-item.ptpk .step-circle { background: var(--surface); border-color: var(--border); color: var(--muted); }
.step-connector { width: 2px; flex: 1; background: var(--border); margin-top: 6px; }
.step-item:last-child .step-connector { display: none; }
.step-content { flex: 1; padding-top: 10px; padding-bottom: 40px; }
.step-item:last-child .step-content { padding-bottom: 0; }
.step-content-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px 20px 18px; }
.step-item.default .step-content-card { border-left: 3px solid var(--ink); }
.step-actor { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; padding: 2px 9px; border-radius: 100px; margin-bottom: 8px; font-family: 'Space Grotesk', sans-serif; background: var(--ink); color: #fff; }
.step-item.college .step-actor { background: var(--orange-light); color: var(--orange); }
.step-item.ptpk .step-actor { background: var(--surface); color: var(--muted); border: 1px solid var(--border); }
.step-num { font-size: 10px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.step-title { font-size: 15px; font-weight: 700; color: var(--ink); font-family: 'Space Grotesk', sans-serif; margin-bottom: 5px; }
.step-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }

.comparison-section { padding: 64px var(--pad); }
.comp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 24px; border-radius: var(--r-lg); border: 1px solid var(--border); }
.comp-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.comp-table th { text-align: left; padding: 13px 16px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); background: var(--surface); border-bottom: 2px solid var(--border); white-space: nowrap; }
.comp-table td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid var(--border); vertical-align: top; }
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr:hover td { background: var(--surface); }
.comp-table td:first-child { font-weight: 600; color: var(--ink); font-family: 'Space Grotesk', sans-serif; }
.check { color: var(--orange); font-weight: 700; }
.cross { color: var(--muted); }
.partial { color: var(--amber); font-weight: 600; }

.mini-faq { background: var(--ink); padding: 64px var(--pad); }
.mini-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.mini-faq-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg); padding: 22px; }
.mini-faq-item h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.mini-faq-item p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; }
.mini-faq-item a { color: #F07644; font-weight: 600; }

.aid-cta { background: var(--orange-light); border-top: 1px solid #FBA86A; padding: 56px var(--pad); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.aid-cta h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--ink); letter-spacing: -0.8px; margin-bottom: 10px; }
.aid-cta p { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 480px; }
.aid-cta-buttons { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }

@media (max-width: 1024px) {
  .aid-cards { grid-template-columns: 1fr 1fr; }
  .aid-cta { grid-template-columns: 1fr; gap: 24px; }
  .mini-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .aid-cards { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 40px; gap: 28px; }
  .aid-card { padding: 22px; }
  .ptpk-section { padding: 48px var(--pad); }
  .step-circle { width: 42px; height: 42px; font-size: 14px; }
  .step-title { font-size: 15px; }
  .mini-faq-item { padding: 18px; }
  .aid-cta { padding: 40px var(--pad); gap: 20px; }
}
@media (max-width: 480px) {
  .step-circle { width: 38px; height: 38px; font-size: 13px; }
  .step-title { font-size: 14px; }
  .step-desc { font-size: 12px; }
  .comparison-section { padding: 40px var(--pad); }
  .mini-faq-grid { gap: 12px; }
}
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.aid-intro { font-size: 15px; color: var(--muted); max-width: 520px; line-height: 1.7; margin-top: 8px; }
.aid-sub { font-size: 15px; color: var(--muted); }
.btn-nowrap { white-space: nowrap; }
.btn-center { text-align: center; }
.faq-label { color: rgba(255,255,255,.4); }
.faq-h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: #fff; letter-spacing: -0.8px; margin-bottom: 8px; }
.btn-wa-center { justify-content: center; padding: 12px 24px; font-size: 14px; }
