/* Recruitment pages: consistent sizing across desktop, tablet and mobile. */
body[data-v2="partner"], body[data-v2="agency"] { overflow-wrap: anywhere; }
body[data-v2] .header-inner { gap: 16px; }
body[data-v2] .header .logo { flex: 0 1 210px; min-width: 0; }
body[data-v2] .header .logo-img { display: block; width: 100%; height: auto; max-height: 40px; object-fit: contain; }
body[data-v2] .header-inner > div { flex-shrink: 0; }
body[data-v2] .hero-title .hero-title-line, body[data-v2] .hero-title .highlight { white-space: normal; }
body[data-v2] .hero-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: stretch; gap: 16px; }
body[data-v2] .hero-stat, body[data-v2] .hero-stat.featured { margin: 0; padding: 20px 12px; min-width: 0; }
body[data-v2] .partner-policy { max-width: 720px; margin: 24px auto 0; padding: 16px 20px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: #fff; font-weight: 700; line-height: 1.7; }
body[data-v2] .target-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
body[data-v2] .target-card { min-width: 0; height: 100%; }
body[data-v2] .calc-inputs { grid-template-columns: repeat(2,minmax(0,1fr)); }
body[data-v2] .calc-input-group, body[data-v2] .calc-input-group select { min-width: 0; width: 100%; }
body[data-v2] .commission-cap { display: block; font-size: 12px; line-height: 1.6; color: #475569; margin-top: 6px; font-weight: 600; }
body[data-v2] .commission-table-wrap, body[data-v2] .comparison-table-wrap { max-width: 100%; overflow-x: auto; }
body[data-v2] .commission-table th, body[data-v2] .commission-table td { vertical-align: middle; }
body[data-v2] .example-card { flex-wrap: wrap; gap: 12px; min-width: 0; }
body[data-v2] .example-card .output { white-space: normal; }
body[data-v2] .faq-question { text-align: left; gap: 16px; }
body[data-v2] .faq-question svg { flex-shrink: 0; }
body[data-v2] .proof-gallery-item img { display: block; width: 100%; height: 100%; object-fit: contain; background: #f1f5f9; }
body[data-v2] .floating-btns { bottom: 100px; }
body[data-v2] section[id], body[data-v2] .faq-item[id] { scroll-margin-top: 120px; }
@media(max-width:1024px) {
 body[data-v2] .target-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media(max-width:768px) {
 body[data-v2] .header-inner { flex-wrap: wrap; gap: 10px; padding: 10px 0; }
 body[data-v2] .header .logo { flex-basis: 145px; }
 body[data-v2] .header-inner > div { gap: 10px !important; }
 body[data-v2] .header-cta { padding: 9px 10px; }
 body[data-v2] .hero { padding-top: 125px; }
 body[data-v2] .hero-stats { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
 body[data-v2] .hero-stat, body[data-v2] .hero-stat.featured { padding: 16px 8px; }
 body[data-v2] .target-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
 body[data-v2] .target-card { padding: 20px 12px; text-align: center; flex-direction: column; }
 body[data-v2] .target-icon { margin: 0 auto 12px; }
 body[data-v2] .target-card h3 { font-size: 15px; }
 body[data-v2] .target-card p { font-size: 13px; }
 body[data-v2] .calc-inputs { grid-template-columns: minmax(0,1fr); }
 body[data-v2] .commission-table { table-layout: fixed; min-width: 0; width: 100%; }
 body[data-v2] .commission-table th, body[data-v2] .commission-table td { padding: 14px 6px; font-size: 12px; word-break: keep-all; overflow-wrap: anywhere; }
 body[data-v2] .commission-rate { font-size: 22px; }
 body[data-v2] .commission-example { font-size: 14px; }
 body[data-v2] .commission-cap { font-size: 11px; }
 body[data-v2] .example-card { justify-content: center; text-align: center; padding: 24px 16px; }
 body[data-v2] .example-card .output { width: 100%; }
 body[data-v2] .partner-policy { font-size: 14px; padding: 14px; }
 body[data-v2] .proof-gallery-grid { max-width: 100%; }
 body[data-v2] .hero-micro { display: block; }
}
@media(max-width:380px) {
 body[data-v2] .header-inner > div { width: 100%; justify-content: space-between; }
 body[data-v2] .hero { padding-top: 160px; }
}
