.expert-page { overflow: visible; }
.expert-hero { max-width: 1180px; margin: 25px auto 0; padding: 78px clamp(32px, 8vw, 90px); display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; border-radius: 34px; color: white; background: var(--navy); }
.expert-hero h1 { max-width: 760px; margin-bottom: 25px; }
.expert-hero > div > p:not(.eyebrow) { max-width: 650px; color: #cfd7e5; font-size: 18px; line-height: 1.65; }
.expert-principles { display: grid; gap: 13px; }
.expert-principles div { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 15px; border: 1px solid #344a70; border-radius: 14px; background: #102952; }
.expert-principles strong { color: var(--coral); font: 800 13px "Manrope"; }
.expert-principles span { color: #dbe2ed; font-size: 13px; line-height: 1.4; }
.application-shell { max-width: 980px; margin: 95px auto 120px; padding: 0 28px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 70px; }
.application-copy { position: sticky; top: 30px; }
.application-copy h2 { margin-bottom: 20px; }
.application-copy > p:last-child, .expert-card > p { color: var(--ink-muted); line-height: 1.65; }
.expert-card { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.expert-card h3 { margin: 0 0 8px; font-size: 25px; }
.expert-form label { margin: 20px 0 8px; }
.expert-form label:first-of-type { margin-top: 0; }
.expert-form label span { color: var(--ink-muted); font-size: 12px; font-weight: 500; }
.expert-form input, .expert-form textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--navy); background: white; font: inherit; }
.expert-form textarea { min-height: 150px; resize: vertical; }
.expert-form input:focus, .expert-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,77,70,.08); }
.expert-privacy-note { margin: 13px 0 0; color: var(--ink-muted); font-size: 12px; line-height: 1.55; }
.expert-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; }
.expert-form-footer small { color: var(--ink-muted); }
.expert-form-footer .auth-submit { width: auto; margin: 0; }
.application-status { margin-bottom: 23px; padding: 16px 18px; border-radius: 14px; color: #725b23; background: #f5eedb; font-weight: 700; line-height: 1.45; }
.application-status.verified { color: #11613f; background: #dff5e9; }
.application-status.rejected { color: #9a302d; background: #fde5e2; }
@media (max-width: 850px) { .expert-hero { margin: 10px 14px 0; grid-template-columns: 1fr; gap: 35px; }.application-shell { grid-template-columns: 1fr; gap: 30px; }.application-copy { position: static; } }
@media (max-width: 520px) { .expert-hero { padding: 55px 27px; }.expert-hero h1 { font-size: 43px; }.application-shell { padding: 0 18px; margin-top: 70px; }.expert-card { padding: 24px; }.expert-form-footer { align-items: flex-start; flex-direction: column; } }
