/*
Theme Name: NeedMeA Site
Theme URI: https://needmea.com
Author: NeedMeA
Description: Consumer and provider experience for NeedMeA.
Version: 1.2.3
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: needmea
*/

:root {
    --teal: #159C9C;
    --teal-deep: #0F7F82;
    --teal-soft: #E6F5F2;
    --coral: #F27D83;
    --coral-deep: #DD646C;
    --coral-soft: #FCEBED;
    --mint: #A9DFD8;
    --mint-soft: #EDF8F5;
    --canvas: #F7F4EC;
    --canvas-deep: #EFE9DC;
    --ink: #102D33;
    --ink-2: #23454B;
    --muted: #63787A;
    --muted-2: #839294;
    --white: #FFFFFF;
    --paper: #FFFDFA;
    --line: rgba(16,45,51,.12);
    --line-strong: rgba(16,45,51,.18);
    --danger: #8E3439;
    --success: #176B61;
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --shadow: 0 24px 65px rgba(16,45,51,.10);
    --shadow-soft: 0 12px 34px rgba(16,45,51,.07);
    --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--canvas);
    color: var(--ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

::selection { background: var(--mint); color: var(--ink); }

.shell {
    width: min(calc(100% - 48px), var(--shell));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    left: 16px;
    top: 16px;
    transform: translateY(-180%);
    padding: 10px 14px;
    border-radius: 9px;
    background: var(--ink);
    color: #fff;
    text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

/* Brand */
.brand-link { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 38px; height: auto; flex: 0 0 auto; }
.brand-wordmark { display: inline-flex; align-items: center; gap: 2px; height: 26px; color: var(--ink); }
.brand-letters {
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .17em;
    transform: translateY(.5px);
}
.brand-a { width: 21px; height: 25px; overflow: visible; }
.brand-a path { fill: none; stroke: currentColor; stroke-width: 4.6; stroke-linecap: square; stroke-linejoin: miter; }
.brand-a circle { fill: var(--teal); stroke: none; }

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247,244,236,.94);
    border-bottom: 1px solid rgba(16,45,51,.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: box-shadow .2s ease, background-color .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 7px 22px rgba(16,45,51,.06); background: rgba(247,244,236,.98); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.primary-nav a { color: var(--ink-2); font-size: 13px; font-weight: 600; text-decoration: none; }
.primary-nav a:hover { color: var(--teal-deep); }

/* Buttons */
.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 0;
    border-radius: 13px;
    text-decoration: none;
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible,
.primary-nav a:focus-visible,
.brand-link:focus-visible,
.text-link:focus-visible,
.footer-links a:focus-visible,
.example-row button:focus-visible {
    outline: 3px solid rgba(242,125,131,.42);
    outline-offset: 3px;
}
.button--small { min-height: 43px; padding: 10px 16px; font-size: 12px; }
.button--primary { background: var(--teal); color: #fff; box-shadow: 0 10px 23px rgba(21,156,156,.20); }
.button--primary:hover { background: var(--teal-deep); box-shadow: 0 13px 28px rgba(21,156,156,.25); }
.button--dark { background: var(--ink); color: #fff; box-shadow: 0 10px 25px rgba(16,45,51,.15); }
.button--dark:hover { background: #0A252A; }
.button--wide { width: 100%; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-cta { margin-left: 4px; white-space: nowrap; }

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8.5vw, 112px) 0 clamp(76px, 9vw, 118px);
    background: var(--canvas);
}
.hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -300px;
    top: 75px;
    border: 1px solid rgba(21,156,156,.18);
    border-radius: 50%;
    pointer-events: none;
}
.hero::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -240px;
    bottom: -190px;
    border: 1px solid rgba(242,125,131,.15);
    border-radius: 50%;
    pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.94fr) minmax(470px,1fr); gap: clamp(52px,7vw,88px); align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow, .section-label, .card-kicker {
    font-family: "Poppins", "Inter", sans-serif;
    color: var(--teal-deep);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(169,223,216,.36); }
.hero h1,
.section-heading h2,
.outcome-copy h2,
.capacity-copy h2,
.trades-grid h2,
.provider-copy h2,
.final-card h2,
.page-hero h1,
.not-found h1 {
    font-family: "Poppins", "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: -.045em;
}
.hero h1 { max-width: 650px; margin: 25px 0 23px; font-size: clamp(52px,5.1vw,64px); line-height: .99; }
.hero-question, .hero-clone { display: block; }
.hero-clone { color: var(--coral); }
.hero-lede { max-width: 610px; margin: 0; color: #466265; font-size: clamp(18px,1.8vw,21px); line-height: 1.58; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: 12px; font-weight: 600; }
.hero-proof i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: inset 0 0 0 2px var(--teal); }
.hero-brand-note { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 510px; }
.hero-brand-note img { width: 39px; height: auto; }
.hero-brand-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-brand-note strong { color: var(--ink); font-weight: 600; }

.request-card,
.provider-card,
.needmea-contact-card {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(16,45,51,.10);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}
.request-card { padding: clamp(28px,3.3vw,40px); }
.card-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.card-topline h2 { margin: 6px 0 0; font-family: "Poppins", "Inter", sans-serif; font-size: 30px; line-height: 1.14; letter-spacing: -.035em; font-weight: 600; }
.clone-badge { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 17px; background: var(--canvas); border: 1px solid rgba(16,45,51,.07); }
.clone-badge img { width: 37px; }

/* Forms */
.needmea-form { display: grid; gap: 17px; }
.field { display: grid; gap: 7px; color: var(--ink-2); }
.field > span { font-size: 12px; font-weight: 600; }
.field em { color: var(--muted-2); font-size: 11px; font-style: normal; font-weight: 500; }
.field input,
.field select,
.field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(16,45,51,.20);
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.field input,
.field select { min-height: 51px; padding: 11px 13px; }
.field textarea { min-height: 103px; padding: 13px; resize: vertical; line-height: 1.5; }
.field--prominent textarea { min-height: 116px; font-size: 15px; }
.field input::placeholder,
.field textarea::placeholder { color: #98A7A8; opacity: 1; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(21,156,156,.11); background: #fff; }
.form-grid { display: grid; gap: 14px; }
.form-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.example-row { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-top: -2px; }
.example-row > span { margin-right: 2px; color: var(--muted-2); font-size: 10px; }
.example-row button { min-height: 30px; padding: 5px 10px; border: 1px solid rgba(16,45,51,.12); border-radius: 999px; background: var(--canvas); color: var(--ink-2); font-size: 10px; font-weight: 600; }
.example-row button:hover { border-color: rgba(21,156,156,.34); background: var(--teal-soft); color: var(--teal-deep); }
.check-row { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.45; }
.check-row input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--teal); }
.form-truth { margin: -4px 0 0; color: #778A8C; font-size: 10px; text-align: center; line-height: 1.5; }
.form-truth strong { color: var(--ink-2); }
.form-notice { margin: -4px 0 4px; padding: 12px 14px; border-radius: 11px; font-size: 12px; line-height: 1.5; }
.form-notice--success { background: var(--mint-soft); border: 1px solid rgba(21,156,156,.22); color: var(--success); }
.form-notice--error { background: #FFF0F0; border: 1px solid rgba(142,52,57,.18); color: var(--danger); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Sections */
.section { padding: clamp(82px,8vw,116px) 0; }
.section--white { background: var(--paper); }
.section--canvas { background: var(--canvas); }
.section--soft { background: #EEF4EF; }
.section--dark { background: var(--ink); color: #fff; }
.section--provider { background: #EAF5F2; }
.section-heading { margin-bottom: 45px; }
.section-heading--split { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; }
.section-heading h2,
.outcome-copy h2,
.trades-grid h2,
.provider-copy h2 { margin: 10px 0 0; font-size: clamp(42px,5vw,64px); line-height: 1.04; }
.section-heading > p { max-width: 510px; margin: 0 0 7px; color: var(--muted); font-size: 16px; }

/* Echo Flow story */
.flow-track {
    display: grid;
    grid-template-columns: minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);
    gap: 12px;
    align-items: stretch;
}
.flow-step { min-width: 0; padding: 27px 25px 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.flow-icon { height: 67px; display: flex; align-items: center; margin-bottom: 27px; }
.flow-icon svg { width: 54px; height: 64px; }
.flow-icon--you svg path { fill: var(--teal); }
.flow-icon--clone svg { width: 46px; }
.flow-icon--clone svg path { fill: var(--coral); }
.flow-icon--motion img { width: 63px; }
.flow-icon--done svg { width: 54px; height: 54px; }
.flow-icon--done circle { fill: var(--canvas); stroke: var(--ink); stroke-width: 2; }
.flow-icon--done path { fill: none; stroke: var(--teal); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.flow-index { color: var(--muted-2); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.flow-step h3 { margin: 7px 0 7px; font-family: "Poppins", "Inter", sans-serif; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.flow-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.flow-arrow { display: grid; place-items: center; color: #A8B3B1; font-size: 22px; }
.flow-truth { max-width: 850px; margin: 25px 0 0; color: var(--muted); font-size: 11px; }
.flow-truth strong { color: var(--ink); }

/* Why */
.outcome-grid { display: grid; grid-template-columns: .76fr 1.2fr; gap: clamp(55px,9vw,120px); align-items: start; }
.outcome-copy { position: sticky; top: 120px; }
.outcome-copy p { max-width: 510px; margin: 22px 0 0; color: #587073; font-size: 16px; }
.text-link { display: inline-flex; gap: 7px; margin-top: 20px; color: var(--teal-deep); font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--coral-deep); }
.pain-list { border-top: 1px solid rgba(16,45,51,.15); }
.pain-item { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 26px 0; border-bottom: 1px solid rgba(16,45,51,.15); }
.pain-item > span { color: #93A4A2; font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.pain-item strong { display: block; font-family: "Poppins", "Inter", sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -.025em; }
.pain-item p { margin: 4px 0 0; color: #607678; font-size: 13px; }

/* Capacity */
.capacity-grid { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(58px,8vw,110px); align-items: center; }
.section-label--light { color: var(--mint); }
.capacity-copy h2 { margin: 10px 0 0; color: #fff; font-size: clamp(38px,4.4vw,56px); line-height: 1.08; }
.capacity-copy > p { margin: 24px 0 0; color: #BFD0D1; font-size: 16px; line-height: 1.72; }
.capacity-copy > p strong { color: #fff; }
.truth-box { margin-top: 26px; padding: 18px 20px; border: 1px solid rgba(169,223,216,.20); border-radius: 15px; background: rgba(169,223,216,.06); }
.truth-box span { display: block; margin-bottom: 5px; color: var(--mint); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.truth-box p { margin: 0; color: #C9D8D9; font-size: 12px; }
.capacity-visual { display: grid; gap: 13px; }
.signal-card { border-radius: 18px; padding: 22px; }
.signal-card--request { width: 86%; background: var(--canvas); color: var(--ink); box-shadow: 0 21px 48px rgba(0,0,0,.18); }
.signal-card--capacity { width: 86%; margin-left: auto; background: #173A40; border: 1px solid rgba(255,255,255,.10); }
.signal-card > span { display: block; margin-bottom: 9px; color: #70888A; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.signal-card--capacity > span { color: var(--mint); }
.signal-card strong { display: block; font-family: "Poppins", "Inter", sans-serif; font-size: 19px; font-weight: 600; line-height: 1.35; }
.signal-card small { display: block; margin-top: 12px; color: #7B8F90; }
.signal-line { height: 25px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.signal-line span { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); opacity: .75; }
.capacity-row { display: grid; grid-template-columns: 10px 1fr; gap: 10px; align-items: center; padding: 9px 0; color: #DCE8E8; }
.capacity-row i { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(21,156,156,.12); }
.capacity-row--future i { background: var(--coral); box-shadow: 0 0 0 4px rgba(242,125,131,.12); }
.capacity-row strong { font-family: "Inter", sans-serif; font-size: 13px; font-weight: 600; }

/* Trades */
.trades-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(54px,8vw,105px); align-items: center; }
.large-copy { max-width: 660px; margin: 24px 0 0; color: #5E7274; font-size: 18px; line-height: 1.68; }
.focus-card { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.focus-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--canvas); display: grid; place-items: center; }
.focus-icon img { width: 40px; }
.focus-card span { color: var(--teal-deep); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.focus-card h3 { margin: 5px 0 8px; font-family: "Poppins", "Inter", sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.focus-card p { margin: 0; color: var(--muted); font-size: 13px; }

/* Provider */
.provider-grid { display: grid; grid-template-columns: .9fr 1.05fr; gap: clamp(52px,8vw,104px); align-items: start; }
.provider-copy { padding-top: 38px; }
.provider-copy h2 { max-width: 620px; font-size: clamp(40px,4.25vw,54px); line-height: 1.07; }
.provider-copy > p { max-width: 590px; margin: 24px 0 0; color: #4D696C; font-size: 17px; }
.provider-points { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 11px; }
.provider-points li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: 13px; font-weight: 600; }
.provider-points li span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(21,156,156,.10); }
.provider-points li:nth-child(3) span { background: var(--coral); box-shadow: 0 0 0 4px rgba(242,125,131,.10); }
.provider-truth { padding-top: 21px; border-top: 1px solid rgba(16,45,51,.13); font-size: 12px !important; }
.provider-card { padding: clamp(27px,4vw,39px); }
.provider-card h3 { margin: 6px 0 5px; font-family: "Poppins", "Inter", sans-serif; font-size: 29px; font-weight: 600; letter-spacing: -.035em; }
.provider-card > p { margin: 0 0 23px; color: var(--muted); font-size: 13px; }

/* Final CTA */
.final-cta { padding-top: 82px; padding-bottom: 82px; }
.final-card { position: relative; overflow: hidden; padding: clamp(38px,5vw,60px); border-radius: var(--radius-lg); background: var(--canvas); display: grid; grid-template-columns: 1.1fr .72fr; gap: 60px; align-items: end; }
.final-card::after { content: ""; position: absolute; width: 290px; height: 290px; right: -160px; top: -170px; border: 1px solid rgba(242,125,131,.18); border-radius: 50%; }
.final-brand { position: absolute; right: 44px; top: 35px; opacity: .16; }
.final-brand img { width: 84px; }
.final-card h2 { position: relative; margin: 10px 0 0; font-size: clamp(40px,4.5vw,58px); line-height: 1.06; }
.final-card h2 span { color: var(--coral); }
.final-action { position: relative; z-index: 1; }
.final-action p { margin: 0 0 20px; color: var(--muted); }

/* Newsletter */
.section--newsletter { padding: 0 0 84px; background: var(--white); }
.newsletter-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
    gap: clamp(34px,5vw,72px);
    align-items: center;
    padding: clamp(30px,4.5vw,50px);
    border-radius: var(--radius-lg);
    background: var(--ink);
    color: #fff;
    box-shadow: 0 24px 58px rgba(16,45,51,.14);
}
.newsletter-card::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -145px;
    top: -150px;
    border: 1px solid rgba(169,223,216,.20);
    border-radius: 50%;
    pointer-events: none;
}
.newsletter-copy, .newsletter-form, .newsletter-notice { position: relative; z-index: 1; }
.newsletter-kicker {
    display: block;
    color: var(--mint);
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.newsletter-copy h2 {
    margin: 8px 0 0;
    font-family: "Poppins", "Inter", sans-serif;
    font-size: clamp(30px,3vw,40px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.035em;
}
.newsletter-copy p { margin: 13px 0 0; max-width: 430px; color: #AFC3C5; font-size: 13px; line-height: 1.65; }
.newsletter-form { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1fr) auto; gap: 11px; align-items: start; }
.newsletter-form > input[type="text"],
.newsletter-form > input[type="email"] {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    outline: none;
    background: #fff;
    color: var(--ink);
    font-size: 13px;
}
.newsletter-form > input::placeholder { color: #829597; }
.newsletter-form > input:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(169,223,216,.18); }
.newsletter-form .button { min-height: 50px; white-space: nowrap; }
.newsletter-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 9px; margin-top: 3px; color: #AFC3C5; font-size: 10px; line-height: 1.45; }
.newsletter-consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--teal); flex: 0 0 auto; }
.newsletter-notice { padding: 18px 20px; border-radius: 14px; font-size: 13px; line-height: 1.55; }
.newsletter-notice strong { display: block; margin-bottom: 2px; color: #fff; font-family: "Poppins", "Inter", sans-serif; font-weight: 600; }
.newsletter-notice--success { border: 1px solid rgba(169,223,216,.22); background: rgba(169,223,216,.10); color: #C9DADA; }
.newsletter-notice--error { grid-column: 1 / -1; margin-bottom: 2px; border: 1px solid rgba(242,125,131,.30); background: rgba(242,125,131,.10); color: #F5C6C9; }

/* Footer */
.site-footer { background: var(--ink); color: #DCE8E8; padding: 68px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; }
.brand-link--footer { color: #fff; }
.brand-link--footer .brand-wordmark { color: #fff; }
.brand-link--footer .brand-a circle { fill: var(--mint); }
.footer-brand > p { margin: 20px 0 0; color: #fff; font-family: "Poppins", "Inter", sans-serif; font-size: 17px; font-weight: 600; }
.footer-note { max-width: 470px; color: #91AAAC !important; font-family: "Inter", sans-serif !important; font-size: 12px !important; font-weight: 400 !important; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 36px; }
.footer-links h2 { margin: 0 0 15px; color: var(--mint); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer-links a { display: block; margin: 9px 0; color: #D6E2E3; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #789496; font-size: 10px; }

/* Internal pages */
.page-hero { padding: 70px 0 42px; background: var(--canvas); }
.page-hero .shell { max-width: 860px; }
.page-hero h1 { margin: 12px 0 0; font-size: clamp(42px,5vw,64px); line-height: 1.02; }
.page-content { padding: 0 0 96px; background: var(--canvas); }
.page-content .shell { max-width: 860px; }
.prose { color: #466265; font-size: 15px; }
.prose h2 { margin: 38px 0 12px; color: var(--ink); font-family: "Poppins", "Inter", sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.prose p { margin: 0 0 18px; }
.prose a { color: var(--teal-deep); }
.needmea-contact-card { margin-top: 28px; padding: 30px; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 80px 0; background: var(--canvas); }
.not-found h1 { margin: 10px 0; font-size: clamp(44px,6vw,72px); }
.not-found p { max-width: 560px; color: var(--muted); }

@media (max-width: 1080px) {
    .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(430px,1fr); gap: 44px; }
    .hero h1 { font-size: clamp(50px,5.4vw,58px); }
    .primary-nav { gap: 18px; }
    .capacity-grid, .provider-grid { gap: 58px; }
    .flow-track { gap: 8px; grid-template-columns: minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr); }
    .flow-step { padding: 23px 20px; }
}

@media (max-width: 900px) {
    body.admin-bar .site-header { top: 46px; }
    .shell { width: min(calc(100% - 36px),var(--shell)); }
    .primary-nav { display: none; }
    .header-cta { margin-left: auto; }
    .hero { padding: 58px 0 72px; }
    .hero-grid, .outcome-grid, .capacity-grid, .trades-grid, .provider-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 48px; }
    .hero-copy { max-width: 730px; }
    .hero h1 { max-width: 700px; font-size: clamp(56px,9.5vw,76px); }
    .request-card { max-width: 680px; width: 100%; }
    .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
    .section-heading > p { max-width: 680px; }
    .flow-track { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
    .flow-arrow { display: none; }
    .outcome-copy { position: static; }
    .outcome-grid { gap: 44px; }
    .capacity-visual { max-width: 620px; }
    .capacity-copy { max-width: 760px; }
    .trades-grid { gap: 42px; }
    .focus-card { max-width: 630px; }
    .provider-copy { padding-top: 0; max-width: 720px; }
    .provider-card { max-width: 680px; }
    .final-card { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 46px; }
    .footer-links { max-width: 520px; }
}

@media (max-width: 620px) {
    .shell { width: min(calc(100% - 28px),var(--shell)); }
    .site-header { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
    .header-inner { min-height: 67px; gap: 11px; }
    .brand-lockup { gap: 8px; }
    .brand-mark { width: 30px; }
    .brand-letters { font-size: 14px; letter-spacing: .13em; }
    .brand-a { width: 17px; height: 21px; }
    .brand-a path { stroke-width: 4.6; }
    .header-cta { min-height: 39px; padding: 9px 11px; font-size: 10px; }
    .hero { padding: 45px 0 54px; }
    .hero::before, .hero::after { display: none; }
    .hero-grid { gap: 35px; }
    .hero h1 { margin: 18px 0 19px; font-size: clamp(45px,14.4vw,58px); line-height: .99; }
    .hero-lede { font-size: 17px; line-height: 1.55; }
    .hero-proof { margin-top: 25px; display: grid; gap: 8px; }
    .hero-brand-note { margin-top: 22px; padding-top: 20px; }
    .hero-brand-note img { width: 34px; }
    .request-card, .provider-card, .needmea-contact-card { border-radius: 21px; }
    .request-card, .provider-card { padding: 22px 18px; }
    .card-topline { margin-bottom: 21px; }
    .clone-badge { width: 47px; height: 47px; border-radius: 14px; }
    .clone-badge img { width: 31px; }
    .card-topline h2 { font-size: 23px; }
    .form-grid--two { grid-template-columns: 1fr; }
    .field input, .field select { min-height: 50px; }
    .field--prominent textarea { min-height: 125px; }
    .example-row { align-items: flex-start; }
    .example-row > span { flex-basis: 100%; }
    .button { min-height: 51px; }
    .section { padding: 68px 0; }
    .section-heading { margin-bottom: 31px; }
    .section-heading h2, .outcome-copy h2, .capacity-copy h2, .trades-grid h2, .provider-copy h2, .final-card h2 { font-size: clamp(34px,9.8vw,45px); }
    .flow-track { grid-template-columns: 1fr; gap: 12px; }
    .flow-step { display: grid; grid-template-columns: 62px 1fr; grid-template-rows: auto auto auto; column-gap: 15px; padding: 20px; }
    .flow-icon { grid-row: 1 / 4; height: 62px; margin: 0; align-self: center; }
    .flow-icon svg, .flow-icon--motion img { max-width: 49px; max-height: 58px; }
    .flow-index { align-self: end; }
    .flow-step h3 { margin: 3px 0 2px; }
    .flow-step p { font-size: 12px; }
    .pain-item { grid-template-columns: 42px 1fr; padding: 20px 0; }
    .pain-item strong { font-size: 17px; }
    .signal-card--request, .signal-card--capacity { width: 94%; }
    .signal-card { padding: 19px; }
    .signal-card strong { font-size: 16px; }
    .focus-card { grid-template-columns: 1fr; padding: 22px; }
    .provider-points { margin-top: 23px; }
    .provider-card h3 { font-size: 26px; }
    .final-cta { padding: 54px 0; }
    .final-card { width: calc(100% - 28px); padding: 30px 22px; gap: 23px; }
    .final-brand { right: 18px; top: 22px; }
    .final-brand img { width: 58px; }
    .final-action .button { width: 100%; }
    .site-footer { padding-top: 54px; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 20px; }
    .footer-bottom { margin-top: 36px; flex-direction: column; gap: 5px; }
    .page-hero { padding: 48px 0 26px; }
    .page-content { padding-bottom: 72px; }
    .needmea-contact-card { padding: 22px 18px; }
}

@media (max-width: 380px) {
    .header-cta { padding-inline: 9px; }
    .brand-mark { width: 28px; }
    .brand-letters { font-size: 13px; letter-spacing: .11em; }
    .brand-a { width: 16px; }
}

@media (max-width: 900px) {
    .newsletter-card { grid-template-columns: 1fr; gap: 26px; }
    .newsletter-copy { max-width: 620px; }
}

@media (max-width: 620px) {
    .section--newsletter { padding-bottom: 54px; }
    .newsletter-card { padding: 27px 20px; border-radius: 21px; }
    .newsletter-form { grid-template-columns: 1fr; }
    .newsletter-form .button, .newsletter-consent { grid-column: 1; }
    .newsletter-form .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Business directory + claiming */
.directory-hero, .business-profile-hero { padding: clamp(64px,7vw,96px) 0 58px; background: var(--canvas); }
.directory-hero-grid { display:grid; grid-template-columns:1fr .35fr; gap:70px; align-items:end; }
.directory-hero h1, .business-profile-hero h1 { max-width:820px; margin:12px 0 18px; font-family:"Poppins","Inter",sans-serif; font-weight:600; font-size:clamp(44px,5vw,68px); letter-spacing:-.05em; line-height:1.02; }
.directory-hero p, .business-profile-hero p { max-width:700px; margin:0; color:var(--muted); font-size:17px; }
.directory-trust { padding:24px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.directory-trust strong { display:block; font-family:"Poppins",sans-serif; font-size:40px; line-height:1; }
.directory-trust span { display:block; margin-top:5px; font-weight:600; color:var(--ink-2); }
.directory-trust small { display:block; margin-top:14px; color:var(--muted); line-height:1.45; }
.directory-section, .business-profile-body { padding:58px 0 100px; background:var(--paper); }
.directory-search { display:grid; grid-template-columns:1.15fr .9fr 1fr .8fr 1fr auto; gap:12px; align-items:end; margin-bottom:36px; padding:20px; background:var(--canvas); border:1px solid var(--line); border-radius:18px; }
.directory-search .button { min-height:51px; }
.business-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:17px; }
.business-card { display:flex; flex-direction:column; min-height:265px; padding:24px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-soft); }
.business-card-top, .profile-status-row { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px; }
.status-chip { display:inline-flex; align-items:center; min-height:27px; padding:5px 9px; border-radius:999px; font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.status-chip--claimed { color:#12675D; background:var(--mint-soft); border:1px solid rgba(21,156,156,.20); }
.status-chip--unclaimed { color:#6C7473; background:#F4F1E9; border:1px solid rgba(16,45,51,.10); }
.business-location { color:var(--muted); font-size:11px; }
.business-card h2 { margin:20px 0 14px; font-family:"Poppins",sans-serif; font-size:23px; font-weight:600; letter-spacing:-.03em; line-height:1.18; }
.business-card h2 a { text-decoration:none; }
.service-chips { display:flex; flex-wrap:wrap; gap:7px; }
.service-chips span { padding:6px 9px; border-radius:999px; background:var(--teal-soft); color:var(--teal-deep); font-size:10px; font-weight:600; }
.service-chips--large span { padding:8px 11px; font-size:12px; }
.business-card-bottom { display:flex; justify-content:space-between; align-items:end; gap:16px; margin-top:auto; padding-top:22px; color:var(--muted); font-size:11px; }
.business-card-bottom .text-link { margin:0; white-space:nowrap; }
.directory-empty { padding:55px; text-align:center; border:1px dashed var(--line-strong); border-radius:20px; background:var(--canvas); }
.pagination { margin-top:36px; }
.pagination ul { display:flex; gap:8px; list-style:none; padding:0; }
.pagination a, .pagination span { display:grid; place-items:center; min-width:38px; height:38px; border:1px solid var(--line); border-radius:10px; text-decoration:none; }
.pagination .current { color:#fff; background:var(--teal); border-color:var(--teal); }

.business-profile-grid { display:grid; grid-template-columns:1fr .55fr; gap:80px; align-items:center; }
.directory-back { display:inline-flex; margin-bottom:24px; color:var(--teal-deep); font-size:12px; font-weight:600; text-decoration:none; }
.profile-status-row { justify-content:flex-start; color:var(--muted); font-size:11px; }
.profile-contact-card, .claim-card, .manage-business-card { padding:28px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:var(--shadow-soft); }
.profile-contact-row { display:grid; grid-template-columns:90px 1fr; gap:15px; padding:14px 0; border-bottom:1px solid var(--line); text-decoration:none; overflow-wrap:anywhere; }
.profile-contact-row:last-child { border-bottom:0; }
.profile-contact-row span { color:var(--muted); font-size:11px; }
.profile-contact-row strong { font-size:13px; font-weight:600; }
.profile-body-grid { display:grid; grid-template-columns:1fr .62fr; gap:70px; align-items:start; }
.profile-main h2, .claim-card h2, .manage-business-card h2 { margin:8px 0 16px; font-family:"Poppins",sans-serif; font-size:32px; font-weight:600; letter-spacing:-.035em; }
.business-facts { margin:34px 0; border-top:1px solid var(--line); }
.business-facts div { display:grid; grid-template-columns:180px 1fr; gap:20px; padding:16px 0; border-bottom:1px solid var(--line); }
.business-facts dt { color:var(--muted); font-size:11px; font-weight:600; }
.business-facts dd { margin:0; font-size:13px; }
.source-note { margin-top:35px; padding:19px; border-radius:14px; background:var(--canvas); color:var(--muted); font-size:11px; line-height:1.6; }
.source-note strong { color:var(--ink); }
.source-note p { margin:6px 0 0; }
.source-note a { color:var(--teal-deep); }
.claim-card > p { margin:0 0 18px; color:var(--muted); font-size:13px; }
.claim-benefits { display:grid; gap:8px; margin:0 0 22px; padding:0; list-style:none; }
.claim-benefits li { position:relative; padding-left:23px; color:var(--ink-2); font-size:12px; line-height:1.45; }
.claim-benefits li::before { content:"✓"; position:absolute; left:0; top:-1px; color:var(--teal-deep); font-weight:700; }
.claim-form { gap:15px; }
.claim-optional { border:1px solid var(--line); border-radius:14px; background:var(--paper); overflow:hidden; }
.claim-optional summary { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 14px; color:var(--ink-2); font-size:12px; font-weight:600; cursor:pointer; list-style:none; }
.claim-optional summary::-webkit-details-marker { display:none; }
.claim-optional summary::after { content:"+"; flex:0 0 auto; color:var(--teal-deep); font-size:18px; line-height:1; }
.claim-optional[open] summary::after { content:"−"; }
.claim-optional summary span { margin-left:auto; color:var(--muted-2); font-size:10px; font-weight:500; text-transform:uppercase; letter-spacing:.06em; }
.claim-optional__body { padding:2px 14px 14px; border-top:1px solid var(--line); }
.claim-optional__body .form-grid { margin-top:12px; }
.claim-state { padding:22px; border-radius:16px; background:var(--mint-soft); border:1px solid rgba(21,156,156,.20); }
.claim-state p { margin:4px 0 0; color:var(--muted); font-size:12px; }
.profile-claim-column { display:grid; gap:16px; }
.manage-business-card { margin:20px 0 35px; }

@media (max-width: 980px) {
    .directory-hero-grid, .business-profile-grid, .profile-body-grid { grid-template-columns:1fr; gap:36px; }
    .directory-trust { max-width:420px; }
    .business-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .directory-search { grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px) {
    .directory-hero, .business-profile-hero { padding:44px 0 40px; }
    .directory-hero h1, .business-profile-hero h1 { font-size:clamp(38px,11vw,48px); }
    .directory-search, .business-grid { grid-template-columns:1fr; }
    .business-card { min-height:0; }
    .profile-contact-card, .claim-card, .manage-business-card { padding:22px 18px; }
    .business-facts div, .profile-contact-row { grid-template-columns:1fr; gap:4px; }
}
.provider-directory-link { margin-top:16px !important; font-size:13px !important; }
.provider-directory-link .text-link { margin-top:0; }

.claim-assurance { margin:0; padding:13px 14px; border-radius:12px; background:var(--canvas); color:var(--muted); font-size:11px; line-height:1.55; }
.claim-assurance strong { color:var(--ink); }

/* Consumer request tracking */
.header-account-link { margin-left:auto; color:var(--ink-2); font-size:12px; font-weight:600; text-decoration:none; white-space:nowrap; }
.header-account-link:hover { color:var(--teal-deep); }
.form-account-link { margin:10px 0 0; text-align:center; color:var(--muted); font-size:11px; }
.form-account-link a { color:var(--teal-deep); font-weight:600; }
.button--secondary { color:var(--ink); background:#fff; border:1px solid var(--line-strong); box-shadow:none; }
.button--secondary:hover { background:var(--teal-soft); border-color:rgba(21,156,156,.25); }
.status-chip--pending { color:#0E7474; background:var(--teal-soft); border:1px solid rgba(21,156,156,.18); }
.page-content--account { min-height:58vh; padding-top:8px; }
.prose--account { max-width:var(--shell) !important; }
.prose--account > .consumer-account, .prose--account > .consumer-login-card { color:var(--ink); font-size:14px; }
.consumer-account { padding:18px 0 30px; }
.account-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:30px; }
.account-heading h2, .request-detail-hero h2, .consumer-login-card h2 { margin:9px 0 8px; font-family:"Poppins","Inter",sans-serif; font-size:clamp(30px,4vw,46px); line-height:1.06; letter-spacing:-.045em; }
.account-heading p, .request-detail-hero p, .consumer-login-card > p { margin:0; max-width:680px; color:var(--muted); }
.account-signout { color:var(--muted); font-size:12px; font-weight:600; text-decoration:none; white-space:nowrap; }
.account-signout:hover { color:var(--coral); }
.account-setup-note { margin:16px 0 26px; padding:18px 20px; border:1px solid rgba(21,156,156,.20); border-radius:15px; background:var(--mint-soft); }
.account-setup-note strong { font-family:"Poppins",sans-serif; }
.account-setup-note p { margin:5px 0 0; color:#466265; font-size:12px; }
.account-setup-note a { color:var(--teal-deep); font-weight:600; }
.request-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.request-track-card { display:flex; flex-direction:column; min-height:260px; padding:25px; border:1px solid var(--line); border-radius:21px; background:#fff; box-shadow:var(--shadow-soft); }
.request-track-top { display:flex; align-items:center; justify-content:space-between; gap:14px; }
.request-id { color:var(--muted); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:10px; }
.request-track-card h3 { margin:21px 0 15px; font-family:"Poppins","Inter",sans-serif; font-size:21px; line-height:1.3; letter-spacing:-.025em; }
.request-meta { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:23px; }
.request-meta span { padding:6px 9px; border-radius:999px; background:#F4F1E9; color:var(--muted); font-size:10px; }
.request-track-card .button { align-self:flex-start; margin-top:auto; }
.request-empty { padding:48px; text-align:center; border:1px dashed var(--line-strong); border-radius:21px; background:#fff; }
.request-empty h3 { margin:0 0 8px; font-family:"Poppins",sans-serif; font-size:25px; }
.request-empty p { margin:0 auto 20px; color:var(--muted); }
.consumer-login-card { max-width:610px; margin:14px auto 28px; padding:32px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow-soft); }
.consumer-login-card form { margin-top:26px; }
.consumer-login-card form p { margin:0 0 15px; }
.consumer-login-card form label { display:block; margin-bottom:6px; color:var(--ink-2); font-size:11px; font-weight:600; }
.consumer-login-card form input[type=text], .consumer-login-card form input[type=password] { width:100%; min-height:51px; padding:12px 14px; border:1px solid var(--line-strong); border-radius:11px; background:#fff; color:var(--ink); font:inherit; }
.consumer-login-card form .login-remember label { display:flex; align-items:center; gap:8px; font-weight:500; }
.consumer-login-card form .button { width:100%; min-height:51px; border:0; border-radius:11px; background:var(--teal); color:#fff; font-weight:700; cursor:pointer; }
.login-help { display:grid; gap:8px; margin-top:18px; padding-top:17px; border-top:1px solid var(--line); }
.login-help a { color:var(--teal-deep); font-weight:600; }
.login-help span { color:var(--muted); font-size:11px; }
.request-detail-nav { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.request-detail-hero { display:flex; justify-content:space-between; align-items:end; gap:30px; padding:10px 0 28px; }
.request-progress { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-bottom:24px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; }
.request-progress-step { display:grid; grid-template-columns:36px 1fr; gap:11px; align-items:center; min-height:92px; padding:17px; border-right:1px solid var(--line); }
.request-progress-step:last-child { border-right:0; }
.request-progress-step > span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#F4F1E9; color:#7C8D8D; font-family:"Poppins",sans-serif; font-size:11px; font-weight:700; }
.request-progress-step strong, .request-progress-step small { display:block; }
.request-progress-step strong { font-family:"Poppins",sans-serif; font-size:12px; }
.request-progress-step small { margin-top:2px; color:var(--muted); font-size:9px; line-height:1.35; }
.request-progress-step--active { background:var(--teal-soft); }
.request-progress-step--active > span { background:var(--teal); color:#fff; }
.request-progress-step--done > span { background:var(--ink); color:#fff; }
.request-progress-step--future { opacity:.63; }
.request-detail-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(260px,.36fr); gap:20px; align-items:start; }
.request-detail-main { display:grid; gap:17px; }
.request-panel, .request-side-card { padding:26px; border:1px solid var(--line); border-radius:21px; background:#fff; box-shadow:var(--shadow-soft); }
.request-panel h3, .request-side-card h3 { margin:11px 0 17px; font-family:"Poppins",sans-serif; font-size:21px; line-height:1.35; }
.request-panel dl { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:0; }
.request-panel dl div { padding:14px; border-radius:12px; background:var(--canvas); }
.request-panel dt { color:var(--muted); font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.request-panel dd { margin:4px 0 0; color:var(--ink); font-weight:600; }
.request-side-card { position:sticky; top:105px; }
.request-side-card > p { color:var(--muted); }
.truth-box { margin:20px 0; padding:16px; border-radius:13px; background:#FFF4F2; border:1px solid rgba(242,125,131,.18); }
.truth-box strong { color:#9E4E55; }
.truth-box p { margin:4px 0 0; color:#7B6464; font-size:11px; }
.request-timeline { margin-top:15px; }
.timeline-event { display:grid; grid-template-columns:18px 1fr; gap:12px; position:relative; padding:0 0 24px; }
.timeline-event > span { width:10px; height:10px; margin-top:5px; border-radius:50%; background:var(--teal); box-shadow:0 0 0 4px var(--teal-soft); }
.timeline-event:not(:last-child)::before { content:""; position:absolute; left:4px; top:18px; bottom:2px; width:1px; background:var(--line-strong); }
.timeline-event strong { font-family:"Poppins",sans-serif; font-size:13px; }
.timeline-event p { margin:4px 0; color:var(--muted); font-size:12px; }
.timeline-event small { color:#879797; font-size:9px; }

@media (max-width:900px) {
    .header-account-link { margin-left:auto; }
    .request-list { grid-template-columns:1fr; }
    .request-progress { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .request-progress-step:nth-child(2) { border-right:0; }
    .request-progress-step:nth-child(-n+2) { border-bottom:1px solid var(--line); }
    .request-detail-grid { grid-template-columns:1fr; }
    .request-side-card { position:static; }
}
@media (max-width:620px) {
    .header-account-link { font-size:10px; }
    .account-heading, .request-detail-hero { display:grid; align-items:start; gap:15px; }
    .account-signout { justify-self:start; }
    .request-track-card, .request-panel, .request-side-card, .consumer-login-card { padding:20px 18px; border-radius:18px; }
    .request-progress { grid-template-columns:1fr; }
    .request-progress-step { min-height:74px; border-right:0; border-bottom:1px solid var(--line); }
    .request-progress-step:last-child { border-bottom:0; }
    .request-panel dl { grid-template-columns:1fr; }
    .request-empty { padding:34px 20px; }
}
@media (max-width:430px) {
    .header-account-link { display:none; }
}
/* Tracking utility is only needed when the full primary nav collapses. */
.header-account-link { display:none; }
@media (max-width:900px) { .header-account-link { display:inline-flex; } }
@media (max-width:430px) { .header-account-link { display:none; } }
.account-password-form { display:grid; grid-template-columns:1fr 1fr auto; gap:10px; align-items:end; margin-top:14px; }
.account-password-form label { display:grid; gap:5px; }
.account-password-form label span { color:var(--ink-2); font-size:10px; font-weight:600; }
.account-password-form input { min-height:43px; width:100%; padding:9px 11px; border:1px solid rgba(21,156,156,.24); border-radius:10px; background:#fff; color:var(--ink); font:inherit; }
.password-inline-error { margin:10px 0 0; color:#9E4E55; font-size:11px; font-weight:600; }
@media (max-width:720px) { .account-password-form { grid-template-columns:1fr; } .account-password-form .button { width:100%; } }
.request-update-panel > p { margin:-7px 0 18px; color:var(--muted); font-size:12px; }
.request-update-panel form { display:grid; gap:12px; }
.request-update-panel .button { justify-self:start; }
.close-request { margin-top:22px; padding-top:17px; border-top:1px solid var(--line); }
.close-request summary { color:var(--muted); font-size:11px; font-weight:600; cursor:pointer; }
.close-request p { margin:9px 0 12px; color:var(--muted); font-size:11px; }


/* Provider inbox */
.provider-inbox { padding:18px 0 34px; }
.provider-inbox-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:22px; }
.provider-inbox-heading h2, .provider-inbox-card h2 { margin:9px 0 8px; font-family:"Poppins","Inter",sans-serif; font-size:clamp(30px,4vw,46px); line-height:1.06; letter-spacing:-.045em; }
.provider-inbox-heading p, .provider-inbox-card p { margin:0; max-width:760px; color:var(--muted); }
.provider-inbox-card { max-width:720px; margin:18px auto 35px; padding:30px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow-soft); }
.provider-inbox-card .button { margin-top:20px; }
.provider-inbox-truth { display:grid; grid-template-columns:150px 1fr; gap:18px; margin-bottom:20px; padding:16px 18px; border:1px solid rgba(21,156,156,.18); border-radius:14px; background:var(--mint-soft); }
.provider-inbox-truth strong { font-family:"Poppins",sans-serif; font-size:12px; }
.provider-inbox-truth span { color:#466265; font-size:11px; line-height:1.55; }
.provider-request-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.provider-request-card { padding:24px; border:1px solid var(--line); border-radius:21px; background:#fff; box-shadow:var(--shadow-soft); }
.provider-request-top { display:flex; justify-content:space-between; align-items:center; gap:14px; }
.provider-request-route { display:flex; flex-wrap:wrap; gap:7px; margin:18px 0 12px; }
.provider-request-route span { padding:6px 9px; border-radius:999px; background:#F4F1E9; color:var(--muted); font-size:10px; }
.provider-request-card h3 { margin:0 0 13px; font-family:"Poppins","Inter",sans-serif; font-size:20px; line-height:1.35; letter-spacing:-.025em; }
.provider-request-match { margin:0 0 16px; color:var(--muted); font-size:10px; }
.provider-request-boundary { display:grid; gap:3px; padding:13px 14px; border-radius:12px; background:var(--canvas); }
.provider-request-boundary strong { font-size:11px; }
.provider-request-boundary span { color:var(--muted); font-size:10px; line-height:1.5; }
.provider-inbox-empty { padding:46px 24px; text-align:center; border:1px dashed var(--line-strong); border-radius:20px; background:#fff; }
.provider-inbox-empty h3 { margin:0 0 7px; font-family:"Poppins",sans-serif; font-size:24px; }
.provider-inbox-empty p { margin:0; color:var(--muted); }
.manage-business-top { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.manage-business-top .text-link { margin:0; }
@media (max-width:900px) { .provider-request-list { grid-template-columns:1fr; } }
@media (max-width:620px) {
  .provider-inbox-heading { display:grid; align-items:start; gap:15px; }
  .provider-inbox-heading .button { justify-self:start; }
  .provider-inbox-truth { grid-template-columns:1fr; gap:5px; }
  .provider-request-card, .provider-inbox-card { padding:20px 18px; border-radius:18px; }
  .manage-business-top { align-items:flex-start; flex-direction:column; gap:8px; }
}

.field-hint { display:block; margin-top:7px; color:var(--muted); font-size:10px; line-height:1.45; }
