:root {
  --green: #28985e;
  --deep: #1b7346;
  --white: #ffffff;
  --lime: #c1ff72;
  --ink: #123428;
  --muted: #5f746a;
  --soft: #f5faf7;
  --soft-2: #edf6f1;
  --line: rgba(27, 115, 70, 0.16);
  --shadow: 0 18px 48px rgba(18, 52, 40, 0.08);
  --radius: 14px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.loading-shell { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 14px; color: var(--muted); }
.loading-shell img { width: 54px; height: 54px; object-fit: contain; }
.loading-shell p { margin: 0; font-size: 13px; }

.public-shell { min-height: 100vh; }
.public-header { width: min(1180px, calc(100% - 40px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 720; letter-spacing: -0.025em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.public-header nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 13px; font-weight: 600; }
.public-header nav a:hover { color: var(--deep); }

.button, .ghost-button, .text-button {
  min-height: 42px; padding: 0 17px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-size: 12px; font-weight: 720; transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.button { color: var(--white); background: var(--deep); }
.button:hover { background: var(--green); }
.button:disabled { opacity: .55; cursor: wait; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #b7f268; }
.ghost-button { color: var(--deep); background: var(--white); border-color: var(--line); }
.ghost-button:hover { border-color: var(--green); background: var(--soft); }
.text-button { min-height: 34px; padding: 0; color: var(--deep); background: transparent; }
.small-button { min-height: 34px; padding: 0 12px; font-size: 11px; }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 590px; margin: 0 auto; display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: center; padding: 76px 0 86px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--deep); font-size: 10px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 23px; height: 3px; border-radius: 2px; background: var(--lime); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 6.3vw, 86px); line-height: .98; letter-spacing: -.058em; font-weight: 620; }
.hero .lede { max-width: 620px; margin: 26px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-note { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.hero-note img { width: 86px; height: 86px; margin-bottom: 28px; object-fit: contain; }
.hero-note small { color: var(--deep); font-size: 10px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.hero-note h2 { margin: 11px 0 22px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; font-weight: 630; }
.hero-note > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.topic-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.topic-list span { padding: 13px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0; }
.section-header { max-width: 690px; margin-bottom: 44px; }
.section-header h2 { margin: 0; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.04; letter-spacing: -.045em; font-weight: 620; }
.section-header p:last-child { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: var(--white); }
.service-card:last-child { border-right: 0; }
.service-card > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 72px 0 13px; font-size: 26px; letter-spacing: -.035em; font-weight: 630; }
.service-card p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card a { margin-top: auto; color: var(--deep); font-size: 12px; font-weight: 760; }

.process-section { width: 100%; background: var(--soft); }
.process-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 92px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-inner h2 { margin: 0; font-size: 42px; letter-spacing: -.045em; font-weight: 620; }
.steps { display: grid; }
.step { padding: 25px 0; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step > span { color: var(--green); font-size: 10px; font-weight: 800; }
.step b { display: block; margin-bottom: 7px; font-size: 14px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.mission-note { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.mission-note h2 { margin: 0; font-size: 40px; line-height: 1.08; letter-spacing: -.045em; font-weight: 610; }
.mission-note p { margin: 0 0 15px; color: var(--muted); line-height: 1.7; }
.support-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.support-list span { padding: 20px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.support-list span:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 30px; }
.support-list span:nth-child(even) { padding-left: 30px; }
.support-methods { display: grid; }
.support-methods article { padding: 27px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.support-methods article:last-child { border-bottom: 1px solid var(--line); }
.support-methods article > span { color: var(--green); font-size: 10px; font-weight: 800; }
.support-methods h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.support-methods p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.guideline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; border-top: 1px solid var(--line); }
.guideline-grid details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.guideline-grid summary { cursor: pointer; font-size: 13px; font-weight: 700; list-style-position: outside; }
.guideline-grid details p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.closing-note { width: min(1180px, calc(100% - 40px)); margin: 0 auto 100px; padding: 55px; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; background: var(--soft); }
.closing-note p { margin: 0 auto 20px; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.closing-note h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.04em; font-weight: 610; }
.closing-note small { display: block; margin-top: 24px; color: var(--deep); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.public-footer { padding: 42px max(20px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); }
.public-footer p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.public-footer nav { display: flex; gap: 22px; color: var(--muted); font-size: 11px; }

.auth-page { min-height: 100vh; display: grid; grid-template-columns: .86fr 1.14fr; }
.auth-aside { padding: 48px max(42px, 6vw); display: flex; flex-direction: column; color: var(--ink); background: var(--soft); border-right: 1px solid var(--line); }
.auth-aside .brand { color: var(--ink); }
.auth-copy { margin: auto 0; max-width: 500px; }
.auth-copy .eyebrow { color: var(--deep); }
.auth-copy h1 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.auth-copy p { max-width: 440px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.auth-aside small { color: var(--muted); font-size: 10px; line-height: 1.6; }
.auth-main { padding: 52px max(32px, 8vw); display: grid; place-items: center; }
.auth-card { width: min(440px, 100%); }
.auth-card header { margin-bottom: 28px; }
.auth-card h2 { margin: 0 0 10px; font-size: 32px; letter-spacing: -.04em; font-weight: 630; }
.auth-card header p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.form { display: grid; gap: 15px; }
.field { display: grid; gap: 7px; }
.field > span { color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 7px; outline: none; }
.field textarea { min-height: 100px; resize: vertical; line-height: 1.55; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(193,255,114,.28); }
.field-help { color: var(--muted); font-size: 10px; line-height: 1.5; }
.terms-check { align-items: flex-start; line-height: 1.55; }
.terms-check a { color: var(--deep); text-decoration: underline; text-underline-offset: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-field { min-height: 40px; display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 12px; }
.check-field input { accent-color: var(--green); }
.form-message { min-height: 18px; margin: 0; color: #a33d2d; font-size: 11px; line-height: 1.5; }
.auth-switch { margin: 23px 0 0; color: var(--muted); font-size: 12px; }
.auth-switch a { color: var(--deep); font-weight: 750; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 238px minmax(0, 1fr); background: var(--white); }
.sidebar { min-height: 100vh; padding: 23px 18px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: var(--soft); position: sticky; top: 0; height: 100vh; }
.sidebar .brand { padding: 0 7px 22px; }
.nav-label { margin: 25px 9px 8px; color: #7f968b; font-size: 9px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.app-nav { display: grid; gap: 3px; }
.app-nav a { padding: 10px 11px; border-radius: 7px; color: var(--muted); font-size: 12px; font-weight: 650; }
.app-nav a:hover, .app-nav a.active { color: var(--deep); background: var(--white); }
.sidebar-account { margin-top: auto; padding: 18px 8px 2px; border-top: 1px solid var(--line); }
.sidebar-account b, .sidebar-account small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-account b { font-size: 11px; }
.sidebar-account small { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: capitalize; }
.sidebar-account button { margin-top: 12px; }
.app-main { min-width: 0; }
.topbar { min-height: 68px; padding: 0 max(28px, 4vw); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.topbar b { font-size: 12px; }
.topbar a { color: var(--muted); font-size: 10px; font-weight: 700; }
.app-content { width: min(1100px, calc(100% - 64px)); margin: 0 auto; padding: 54px 0 90px; }
.page-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.page-heading h1 { margin: 0; font-size: clamp(37px, 5vw, 58px); line-height: 1; letter-spacing: -.052em; font-weight: 610; }
.page-heading p { max-width: 620px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.page-heading-actions { display: flex; gap: 9px; flex-wrap: wrap; }

.notice { margin-bottom: 27px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-left: 4px solid var(--lime); border-radius: 8px; background: var(--soft); }
.notice p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.metric { min-height: 145px; padding: 25px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric b { display: block; font-size: 38px; letter-spacing: -.05em; font-weight: 580; }
.metric p { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.quick-grid { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quick-card { min-height: 220px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.quick-card span { color: var(--green); font-size: 9px; font-weight: 800; }
.quick-card h2 { margin: 54px 0 9px; font-size: 24px; letter-spacing: -.035em; }
.quick-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.quick-card a { margin-top: auto; color: var(--deep); font-size: 11px; font-weight: 760; }
.updates-section { margin-top: 60px; }
.updates-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.updates-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 10px; }
.updates-grid article.unread { border-left: 4px solid var(--lime); }
.updates-grid h3 { margin: 12px 0 0; font-size: 16px; }
.updates-grid p { margin: 8px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.updates-grid a, .updates-grid small { color: var(--deep); font-size: 10px; font-weight: 700; }

.list-grid { display: grid; gap: 13px; }
.data-card { padding: 24px; display: grid; gap: 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.data-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.data-card h2, .data-card h3 { margin: 0; letter-spacing: -.03em; }
.data-card h2 { font-size: 21px; }.data-card h3 { font-size: 16px; }
.data-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.meta { display: flex; gap: 12px; flex-wrap: wrap; color: var(--muted); font-size: 10px; }
.badge { width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--deep); background: var(--soft-2); font-size: 9px; font-weight: 780; text-transform: uppercase; letter-spacing: .05em; }
.badge-accent { background: var(--lime); }
.card-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.empty-state { padding: 48px 28px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state h2 { margin: 0; font-size: 22px; }.empty-state p { max-width: 510px; margin: 11px auto 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.mentor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mentor-card { padding: 25px; border: 1px solid var(--line); border-radius: 11px; }
.mentor-avatar { width: 44px; height: 44px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep); font-size: 14px; font-weight: 760; }
.mentor-card h2 { margin: 0; font-size: 20px; }.mentor-card .specialty { color: var(--green); font-size: 11px; font-weight: 720; }
.mentor-card p { min-height: 58px; margin: 12px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.mentor-card footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mentor-card footer span { color: var(--muted); font-size: 10px; }
.slot-panel { margin: 16px 0 34px; padding: 25px; border-radius: var(--radius); background: var(--soft); }
.slot-panel h2 { margin: 0 0 18px; font-size: 22px; }
.slot-list { display: flex; gap: 8px; flex-wrap: wrap; }
.slot-chip { padding: 9px 11px; color: var(--deep); background: var(--white); border: 1px solid var(--line); border-radius: 7px; cursor: pointer; font-size: 10px; font-weight: 680; }
.slot-chip.selected { border-color: var(--green); box-shadow: 0 0 0 3px rgba(193,255,114,.28); }
.booking-form { margin-top: 19px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; }

.appointment-card { grid-template-columns: 118px 1fr auto; align-items: start; }
.date-block { padding: 16px; text-align: center; border-radius: 9px; background: var(--soft); }
.date-block b { display: block; font-size: 23px; }.date-block span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.appointment-tools { min-width: 190px; display: grid; gap: 8px; }
.file-input { position: relative; overflow: hidden; }
.file-input input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.review-box { grid-column: 2 / -1; padding-top: 18px; border-top: 1px solid var(--line); }
.review-box textarea { width: 100%; min-height: 90px; margin-bottom: 8px; padding: 11px; border: 1px solid var(--line); border-radius: 7px; resize: vertical; }
.compact-notice { margin-top: -12px; }
.cancellation-note { color: #8a3f32 !important; }
.inline-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.session-note-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.session-note-head p { margin-top: 7px; }
.message-row { margin: 12px 0; padding: 13px; border-radius: 8px; background: var(--soft); }
.message-row b { font-size: 11px; }.message-row p { margin: 5px 0; color: var(--ink); }.message-row small { color: var(--muted); font-size: 9px; }
.rating-form { background: var(--soft); padding: 18px; border-radius: 9px; }

.panel { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.panel + .panel { margin-top: 20px; }
.panel-header { margin-bottom: 22px; }
.panel-header h2 { margin: 0; font-size: 23px; letter-spacing: -.035em; }.panel-header p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.profile-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; align-items: start; }
.profile-status { position: sticky; top: 28px; }
.status-row { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 11px; }
.status-row span { color: var(--muted); }
.availability-list { margin-top: 24px; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.admin-metrics { grid-template-columns: repeat(4, 1fr); margin-bottom: 24px; }
.admin-sections { align-items: stretch; }
.admin-mentor { padding: 15px 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; border-bottom: 1px solid var(--line); }
.admin-mentor b { font-size: 12px; }.admin-mentor p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.admin-webinar-list { display: grid; gap: 12px; }
.admin-webinar { padding: 14px; display: grid; gap: 9px; border: 1px solid var(--line); border-radius: 8px; }
.admin-webinar b { font-size: 12px; }.admin-webinar p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.admin-webinar input, .admin-webinar select { width: 100%; min-height: 38px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.scroll-panel { max-height: 420px; overflow: auto; }
.audit-row { padding: 12px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.audit-row b { font-size: 11px; }.audit-row p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }.audit-row small { color: var(--muted); font-size: 9px; text-align: right; }
.account-actions { margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.danger-text { color: #8a3f32; }

.policy-page { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 110px; }
.policy-page > h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.05em; font-weight: 610; }
.policy-lede { max-width: 720px; margin: 24px 0 50px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.policy-content { display: grid; gap: 0; border-top: 1px solid var(--line); }
.policy-content section { padding: 25px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 34px; border-bottom: 1px solid var(--line); }
.policy-content h2 { margin: 0; font-size: 17px; }.policy-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.policy-actions { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; }

.toast { position: fixed; right: 24px; bottom: 24px; z-index: 50; max-width: 360px; padding: 13px 16px; color: var(--white); background: var(--deep); border-radius: 8px; box-shadow: var(--shadow); font-size: 11px; line-height: 1.5; }
.toast.error { background: #8a3f32; }
.mobile-nav-button { display: none; }

@media (max-width: 900px) {
  .public-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 62px; }
  .hero-note { max-width: 600px; }
  .process-inner, .mission-note { grid-template-columns: 1fr; gap: 40px; }
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { min-height: auto; height: auto; position: static; padding: 15px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .sidebar .brand { padding: 0; }
  .sidebar .nav-label, .sidebar-account { display: none; }
  .app-nav { grid-column: 1 / -1; margin-top: 14px; grid-template-columns: repeat(5, auto); overflow-x: auto; }
  .app-nav a { white-space: nowrap; text-align: center; }
  .topbar { display: none; }
  .profile-layout, .admin-grid { grid-template-columns: 1fr; }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }
  .profile-status { position: static; }
}

@media (max-width: 650px) {
  .public-header { width: min(100% - 28px, 1180px); }
  .public-header .ghost-button { padding: 0 12px; }
  .hero, .section, .process-inner { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; padding: 54px 0 68px; }
  .hero h1 { font-size: 49px; }
  .hero-note { padding: 24px; }
  .section { padding: 72px 0; }
  .service-grid, .quick-grid, .mentor-grid, .metric-grid, .support-list, .guideline-grid, .updates-grid { grid-template-columns: 1fr; }
  .support-list span:nth-child(odd) { border-right: 0; padding-right: 4px; }
  .support-list span:nth-child(even) { padding-left: 4px; }
  .service-card { min-height: 265px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { margin-top: 48px; }
  .public-footer { grid-template-columns: 1fr; }
  .auth-page { grid-template-columns: 1fr; }
  .auth-aside { min-height: 310px; padding: 30px 25px; }
  .auth-copy { margin: 50px 0; }.auth-copy h1 { font-size: 41px; }
  .auth-aside small { display: none; }
  .auth-main { padding: 45px 24px 64px; }
  .sidebar { overflow: hidden; }
  .app-nav { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: max-content; justify-content: start; }
  .app-content { width: min(100% - 32px, 1100px); padding-top: 38px; }
  .page-heading { align-items: flex-start; flex-direction: column; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .form-row, .booking-form { grid-template-columns: 1fr; }
  .inline-form, .policy-content section { grid-template-columns: 1fr; }
  .appointment-card { grid-template-columns: 80px 1fr; }
  .appointment-tools, .review-box { grid-column: 1 / -1; }
  .panel { padding: 21px; }
  .notice { align-items: flex-start; flex-direction: column; }
  .closing-note { width: min(100% - 28px, 1180px); padding: 38px 22px; }
  .account-actions { align-items: flex-start; flex-direction: column; }
}
