:root {
    --navy-950: #0a1f33;
    --navy-900: #102a43;
    --navy-800: #163d5c;
    --navy-700: #205579;
    --amber-500: #f59e0b;
    --amber-400: #fbbf24;
    --amber-100: #fff3d6;
    --cream: #fffaf3;
    --surface: #ffffff;
    --slate-700: #425466;
    --slate-500: #6b7c8f;
    --slate-300: #cad5df;
    --slate-200: #e5ebf0;
    --slate-100: #f3f6f8;
    --green: #179466;
    --shadow-sm: 0 10px 30px rgba(16, 42, 67, .08);
    --shadow-lg: 0 25px 70px rgba(16, 42, 67, .16);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--navy-950);
    background: var(--surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
svg { display: block; width: 1.3em; height: 1.3em; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.topbar { background: var(--navy-950); color: #dce8f2; font-size: .78rem; letter-spacing: .01em; }
.topbar .shell { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.topbar__right { display: flex; align-items: center; gap: 12px; }
.topbar a:hover { color: #fff; }
.site-account-signout { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.site-account-signout:hover { color: #fff; }
.site-account-signout:disabled { opacity: .6; cursor: wait; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(16, 42, 67, .08);
    background: rgba(255, 255, 255, .94);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.site-header__inner { display: flex; align-items: center; min-height: 78px; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand__logo { width: 168px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 32px); margin-inline: auto; }
.desktop-nav a { position: relative; color: #344d62; font-size: .91rem; font-weight: 650; }
.desktop-nav a::after { position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; content: ""; background: var(--amber-500); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mobile-location, .mobile-app-nav { display: none; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { display: grid; gap: 5px; list-style: none; padding: 8px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 24px; height: 2px; border-radius: 2px; background: var(--navy-900); }
.mobile-menu nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: grid; gap: 2px; padding: 14px; border: 1px solid var(--slate-200); border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-lg); }
.mobile-menu:not([open]) nav { display: none; }
.mobile-menu nav > a:not(.button) { padding: 11px 12px; border-radius: 8px; font-weight: 650; }
.mobile-menu nav > a:not(.button):hover { background: var(--slate-100); }
.mobile-menu nav > .site-account-signout { padding: 11px 12px; border-radius: 8px; color: #9f2d2d; text-align: left; font-weight: 750; }
.mobile-menu nav > .site-account-signout:hover { color: #7f1d1d; background: #fff1f1; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-weight: 750;
    font-size: .92rem;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; }
.button--primary { color: #fff; background: var(--navy-900); box-shadow: 0 10px 20px rgba(16, 42, 67, .18); }
.button--primary:hover { background: var(--navy-800); box-shadow: 0 14px 28px rgba(16, 42, 67, .22); }
.button--ghost { min-height: 42px; color: var(--navy-900); border-color: var(--slate-200); background: #fff; }
.button--light { color: var(--navy-950); background: #fff; }
.button--dark { color: #fff; background: var(--navy-950); }
.button--amber { color: var(--navy-950); background: var(--amber-400); box-shadow: 0 12px 24px rgba(251, 191, 36, .18); }

.site-main { min-height: 55vh; }
.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    width: var(--shell);
    min-height: 620px;
    margin: 28px auto 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #fff8e9 0%, #f8f4ea 52%, #f2ede3 100%);
    box-shadow: inset 0 0 0 1px rgba(16, 42, 67, .05);
}
.hero::before { position: absolute; inset: auto auto -160px -120px; width: 390px; height: 390px; content: ""; border-radius: 50%; background: rgba(251, 191, 36, .12); filter: blur(2px); }
.hero__content { position: relative; z-index: 2; align-self: center; padding: 66px 24px 66px clamp(40px, 5vw, 74px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #a46100; font-size: .77rem; font-weight: 850; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--amber-500); }
.eyebrow--light { color: #ffd56b; }
.hero h1 {
    max-width: 650px;
    margin: 19px 0 18px;
    font-size: clamp(2.65rem, 4.35vw, 4.75rem);
    line-height: .99;
    letter-spacing: -.06em;
}
.hero h1 em { color: var(--navy-700); font-family: Georgia, serif; font-weight: 500; }
.hero__lead { max-width: 600px; margin: 0 0 28px; color: var(--slate-700); font-size: clamp(1rem, 1.4vw, 1.14rem); }
.hero__visual { position: relative; min-height: 100%; overflow: hidden; }
.hero__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #f8f4ea 0%, rgba(248,244,234,.1) 28%, transparent 55%); pointer-events: none; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero__badge { position: absolute; z-index: 2; right: 26px; bottom: 28px; display: flex; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.72); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.hero__badge-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 50%; background: var(--green); }
.hero__badge-icon svg { width: 18px; }
.hero__badge > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.hero__badge b { font-size: .85rem; }
.hero__badge small { color: var(--slate-500); font-size: .73rem; }
.service-search { display: grid; grid-template-columns: 28px minmax(155px, 1fr) 132px auto; align-items: center; gap: 8px; max-width: 700px; padding: 8px; border: 1px solid rgba(16, 42, 67, .1); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }
.service-search__icon { display: grid; place-items: center; color: var(--slate-500); padding-left: 9px; }
.service-search input, .service-search select { min-width: 0; height: 45px; border: 0; outline: 0; color: var(--navy-950); background: transparent; }
.service-search input::placeholder { color: #8c9aa7; }
.service-search select { padding-inline: 10px; border-left: 1px solid var(--slate-200); font-weight: 650; }
.service-search .button { min-height: 46px; padding-inline: 17px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: var(--slate-500); font-size: .76rem; }
.hero__proof span { display: flex; align-items: center; gap: 5px; }
.hero__proof span::before { color: var(--green); content: "✓"; font-weight: 900; }
.hero__proof b { color: var(--navy-900); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1040px, calc(100% - 64px)); margin: -1px auto 0; padding: 26px 24px; border: 1px solid var(--slate-200); border-top: 0; border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--shadow-sm); }
.trust-strip div { display: flex; align-items: baseline; justify-content: center; gap: 8px; border-right: 1px solid var(--slate-200); }
.trust-strip div:last-child { border: 0; }
.trust-strip b { font-size: 1.25rem; }
.trust-strip span { color: var(--slate-500); font-size: .76rem; }

.section { width: var(--shell); margin: 110px auto; }
.section--tight { width: var(--shell); margin: 80px auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2, .why-section h2, .pro-cta h2, .final-cta h2 { margin: 10px 0 8px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.07; letter-spacing: -.045em; }
.section-heading p { max-width: 620px; margin: 0; color: var(--slate-500); }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center > div { max-width: 690px; }
.text-link { flex: none; padding-bottom: 3px; color: var(--navy-700); border-bottom: 1px solid var(--navy-700); font-weight: 750; font-size: .9rem; }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 245px; padding: 22px; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card::after { position: absolute; right: -35px; top: -35px; width: 105px; height: 105px; content: ""; border-radius: 50%; background: var(--amber-100); opacity: .8; }
.service-card:hover { transform: translateY(-5px); border-color: #f3c65e; box-shadow: var(--shadow-sm); }
.service-card__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; color: var(--navy-800); border-radius: 15px; background: var(--amber-100); }
.service-card__icon svg { width: 25px; height: 25px; }
.service-card__body { display: flex; flex-direction: column; gap: 6px; margin-top: 24px; }
.service-card__body strong { font-size: 1.08rem; letter-spacing: -.02em; }
.service-card__body small { color: var(--slate-500); line-height: 1.45; }
.service-card__meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; color: var(--navy-700); font-size: .8rem; font-weight: 750; }
.service-card__letter { font-size: 1.25rem; font-weight: 900; }
.catalog-category { color: #a46100 !important; font-size: .67rem !important; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.catalog-hero { width: var(--shell); margin: 28px auto 0; padding: clamp(45px, 7vw, 84px); text-align: center; border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff8e8, #f1f6f9); }
.catalog-hero h1 { max-width: 750px; margin: 12px auto 15px; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.catalog-hero > p { max-width: 650px; margin: 0 auto 28px; color: var(--slate-500); }
.catalog-search { display: flex; max-width: 700px; margin: 0 auto; padding: 7px; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.catalog-search input { height: 48px; border: 0; box-shadow: none; }
.catalog-search button { flex: none; min-height: 48px; }
.catalog-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.catalog-chips a { padding: 6px 11px; color: var(--slate-700); border: 1px solid var(--slate-200); border-radius: 50px; background: rgba(255,255,255,.72); font-size: .76rem; font-weight: 700; }
.catalog-results { margin-top: 75px; }
.catalog-empty { grid-column: 1 / -1; padding: 50px; text-align: center; border: 1px dashed var(--slate-300); border-radius: var(--radius-md); background: var(--slate-100); }
.catalog-empty h2 { margin: 0; }
.catalog-empty p { color: var(--slate-500); }

/* Service detail pages */
.service-page { padding-bottom: 10px; background: linear-gradient(#fff 0, #fff 680px, #f7f9fa 680px, #f7f9fa 100%); }
.service-breadcrumb { display: flex; align-items: center; gap: 9px; width: var(--shell); margin: 0 auto; padding: 22px 2px 17px; color: var(--slate-500); font-size: .76rem; }
.service-breadcrumb a:hover { color: var(--navy-800); }
.service-breadcrumb span { color: var(--slate-300); }
.service-breadcrumb b { max-width: 50%; overflow: hidden; color: var(--navy-800); text-overflow: ellipsis; white-space: nowrap; }
.service-detail-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); width: var(--shell); min-height: 510px; margin: 0 auto; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff8e8 0%, #fffaf1 54%, #edf4f7 100%); box-shadow: inset 0 0 0 1px rgba(16,42,67,.06); }
.service-detail-hero::before { position: absolute; left: -100px; bottom: -210px; width: 420px; height: 420px; content: ""; border-radius: 50%; background: rgba(251,191,36,.12); }
.service-detail-hero__content { position: relative; z-index: 2; align-self: center; padding: clamp(42px, 6vw, 76px); }
.service-detail-hero h1 { max-width: 680px; margin: 13px 0 17px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.service-detail-hero__content > p { max-width: 620px; margin: 0; color: var(--slate-700); font-size: clamp(.98rem, 1.4vw, 1.12rem); }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.service-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 25px; color: var(--slate-500); font-size: .75rem; font-weight: 650; }
.service-proof span::first-letter { color: var(--green); }
.service-summary { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 34px; overflow: hidden; background: linear-gradient(145deg, var(--navy-900), #1e5b7d); }
.service-summary::before { position: absolute; inset: 0; content: ""; background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.service-summary__visual { position: relative; display: grid; flex: 1; place-items: center; min-height: 305px; }
.service-summary__visual > span { position: relative; z-index: 2; display: grid; place-items: center; width: 175px; height: 175px; color: var(--navy-900); border: 14px solid rgba(255,255,255,.2); border-radius: 52px 52px 52px 16px; background: var(--amber-400); box-shadow: 0 35px 70px rgba(0,0,0,.25); transform: rotate(-4deg); }
.service-summary__visual svg { width: 78px; height: 78px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform: rotate(4deg); }
.service-summary__visual i { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.service-summary__visual i:last-child { width: 340px; height: 340px; opacity: .6; }
.service-summary__stats { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.service-summary__stats > span { display: flex; flex-direction: column; padding: 15px 17px; }
.service-summary__stats > span + span { border-left: 1px solid rgba(255,255,255,.16); }
.service-summary__stats small { color: #b9cedd; font-size: .66rem; }
.service-summary__stats b { color: #fff; font-size: 1rem; }
.service-trust { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1080px, calc(100% - 70px)); margin: 0 auto; border: 1px solid var(--slate-200); border-top: 0; border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--shadow-sm); }
.service-trust div { display: flex; flex-direction: column; padding: 21px 24px; text-align: center; }
.service-trust div + div { border-left: 1px solid var(--slate-200); }
.service-trust b { font-size: 1.05rem; }
.service-trust small { color: var(--slate-500); font-size: .68rem; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: 24px; width: var(--shell); margin: 82px auto; }
.service-layout__main { display: grid; gap: 22px; min-width: 0; }
.service-content-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 14px 38px rgba(16,42,67,.045); }
.service-content-card > h2, .service-section-heading h2, .related-services h2, .service-final-cta h2 { margin: 8px 0 11px; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.08; letter-spacing: -.04em; }
.service-content-card > p { margin: 0; color: var(--slate-500); }
.service-included { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.service-included li { display: flex; gap: 12px; padding: 17px; border: 1px solid var(--slate-200); border-radius: 13px; background: var(--slate-100); }
.service-included li > span { display: grid; place-items: center; flex: none; width: 29px; height: 29px; color: #fff; border-radius: 50%; background: var(--green); font-size: .75rem; }
.service-included li div { display: flex; flex-direction: column; }
.service-included b { font-size: .87rem; }
.service-included small { margin-top: 2px; color: var(--slate-500); font-size: .75rem; line-height: 1.45; }
.service-options { display: grid; gap: 12px; margin-top: 27px; }
.service-option { position: relative; padding: 23px; border: 1px solid var(--slate-200); border-radius: 15px; }
.service-option--featured { border-color: #e9bc50; box-shadow: inset 4px 0 var(--amber-400); }
.service-option__tag { position: absolute; right: 17px; top: 16px; padding: 4px 8px; color: #8a5500; border-radius: 50px; background: var(--amber-100); font-size: .61rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.service-option h3 { margin: 0 110px 4px 0; font-size: 1.03rem; }
.service-option p { max-width: 640px; margin: 0; color: var(--slate-500); font-size: .8rem; }
.service-option__footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 18px; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--slate-200); }
.service-option__footer > span { display: flex; flex-direction: column; }
.service-option__footer b { font-size: .9rem; }
.service-option__footer small { color: var(--slate-500); font-size: .65rem; }
.service-empty { padding: 22px; border: 1px dashed var(--slate-300); border-radius: 13px; background: var(--slate-100); }
.service-empty p { margin: 3px 0 0; color: var(--slate-500); }
.service-addons { display: grid; margin: 24px 0 0; padding: 0; list-style: none; }
.service-addons li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--slate-200); }
.service-addons li > span { display: flex; flex-direction: column; }
.service-addons small { color: var(--slate-500); }
.service-addons strong { flex: none; color: var(--navy-700); }
.service-requirements { margin-top: 24px; padding: 18px; border-radius: 13px; background: var(--amber-100); }
.service-requirements > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.service-requirements span { padding: 5px 9px; border-radius: 7px; background: #fff; font-size: .73rem; }
.service-requirements span b { margin-left: 3px; color: #a46100; font-size: .58rem; text-transform: uppercase; }
.service-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.service-steps li { display: flex; flex-direction: column; gap: 14px; padding: 19px; border-radius: 14px; background: var(--slate-100); }
.service-steps li > span { display: grid; place-items: center; width: 35px; height: 35px; color: var(--navy-950); border-radius: 11px 11px 11px 4px; background: var(--amber-400); font-size: .8rem; font-weight: 900; }
.service-steps li div { display: flex; flex-direction: column; }
.service-steps b { font-size: .87rem; }
.service-steps small { margin-top: 4px; color: var(--slate-500); font-size: .73rem; line-height: 1.45; }
.service-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.service-section-heading > a { flex: none; color: var(--navy-700); border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 750; }
.service-provider-grid { display: grid; gap: 10px; margin-top: 26px; }
.service-provider { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--slate-200); border-radius: 13px; }
.service-provider__avatar { display: grid; place-items: center; width: 48px; height: 48px; color: var(--navy-900); border-radius: 50%; background: var(--amber-100); font-weight: 900; }
.service-provider h3 { margin: 0; font-size: .91rem; }
.service-provider p { margin: 1px 0; color: var(--slate-500); font-size: .68rem; }
.service-provider .stars { margin-right: 4px; font-size: .58rem; }
.service-provider small { color: var(--slate-500); font-size: .67rem; }
.verified-badge { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; border-radius: 50%; background: var(--green); font-size: .65rem; }
.provider-match { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: 14px; background: var(--slate-100); }
.provider-match > span { display: grid; place-items: center; flex: none; width: 52px; height: 52px; color: var(--navy-800); border-radius: 15px; background: var(--amber-100); }
.provider-match svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.provider-match p { margin: 3px 0 0; color: var(--slate-500); font-size: .78rem; }
.service-faq details { border-bottom: 1px solid var(--slate-200); }
.service-faq details:first-of-type { margin-top: 22px; border-top: 1px solid var(--slate-200); }
.service-faq summary { position: relative; padding: 18px 38px 18px 0; list-style: none; font-size: .9rem; font-weight: 750; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary::after { position: absolute; right: 4px; content: "+"; color: var(--navy-700); font-size: 1.25rem; font-weight: 400; }
.service-faq details[open] summary::after { content: "−"; }
.service-faq details p { margin: -5px 35px 18px 0; color: var(--slate-500); font-size: .8rem; }
.service-booking-card { position: sticky; top: 105px; padding: 26px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.service-booking-card__label { display: inline-flex; padding: 5px 9px; color: #8b5700; border-radius: 50px; background: var(--amber-100); font-size: .63rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.service-booking-card h2 { margin: 13px 0 5px; font-size: 1.35rem; line-height: 1.15; letter-spacing: -.03em; }
.service-booking-card > p { margin: 0; color: var(--slate-500); font-size: .8rem; }
.service-booking-card > div { display: flex; flex-direction: column; margin: 21px 0 18px; padding: 16px 0; border-block: 1px solid var(--slate-200); }
.service-booking-card > div span { color: var(--slate-500); font-size: .68rem; }
.service-booking-card > div b { font-size: 1.45rem; letter-spacing: -.03em; }
.service-booking-card ul { display: grid; gap: 8px; margin: 0 0 20px; padding: 0; color: var(--slate-700); list-style: none; font-size: .75rem; }
.service-booking-card li::first-letter { color: var(--green); }
.service-booking-card .button { width: 100%; }
.service-booking-card > small { display: block; margin-top: 11px; color: var(--slate-500); text-align: center; font-size: .61rem; }
.related-services { width: var(--shell); margin: 0 auto 84px; }
.related-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.related-service { display: flex; align-items: flex-start; gap: 15px; padding: 21px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.related-service:hover { transform: translateY(-4px); border-color: #e9bd51; box-shadow: var(--shadow-sm); }
.related-service > span { display: grid; place-items: center; flex: none; width: 46px; height: 46px; color: var(--navy-800); border-radius: 13px; background: var(--amber-100); }
.related-service svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.related-service h3 { margin: 1px 0 4px; font-size: .92rem; }
.related-service p { margin: 0 0 9px; color: var(--slate-500); font-size: .72rem; line-height: 1.45; }
.related-service small { color: var(--navy-700); font-size: .68rem; font-weight: 800; }
.related-service--all { grid-column: 1 / -1; }
.service-final-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; width: var(--shell); margin: 0 auto 90px; padding: 32px 36px; color: #fff; border-radius: var(--radius-md); background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.service-final-cta > span { display: grid; place-items: center; width: 58px; height: 58px; color: var(--navy-950); border-radius: 16px; background: var(--amber-400); }
.service-final-cta svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-final-cta h2 { margin: 0 0 2px; font-size: 1.6rem; }
.service-final-cta p { margin: 0; color: #bfd0dd; font-size: .83rem; }
.service-mobile-bar { display: none; }

/* Responsive booking checkout */
.booking-page { min-height: 750px; padding-bottom: 90px; background: linear-gradient(180deg, #fff 0, #fff 330px, #f5f8fa 330px, #f5f8fa 100%); }
.booking-breadcrumb { display: flex; align-items: center; gap: 9px; width: var(--shell); margin: 0 auto; padding: 22px 2px 12px; color: var(--slate-500); font-size: .76rem; }
.booking-breadcrumb span { color: var(--slate-300); }
.booking-breadcrumb b { color: var(--navy-800); }
.booking-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; width: var(--shell); margin: 20px auto 31px; }
.booking-heading h1 { margin: 8px 0 8px; font-size: clamp(2.4rem, 4.7vw, 4.25rem); line-height: 1; letter-spacing: -.055em; }
.booking-heading p { max-width: 650px; margin: 0; color: var(--slate-500); }
.booking-heading__help { display: flex; flex: none; flex-direction: column; align-items: flex-end; padding-bottom: 7px; font-size: .8rem; }
.booking-heading__help span { color: var(--slate-500); }
.booking-heading__help a { color: var(--navy-700); border-bottom: 1px solid currentColor; font-weight: 750; }
.booking-progress { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); width: var(--shell); margin: 0 auto 22px; padding: 18px 25px; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(16,42,67,.05); list-style: none; }
.booking-progress::before { position: absolute; top: 34px; left: 10%; right: 10%; height: 2px; content: ""; background: var(--slate-200); }
.booking-progress li { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--slate-500); font-size: .73rem; }
.booking-progress li > span { display: grid; place-items: center; width: 33px; height: 33px; color: var(--slate-500); border: 2px solid var(--slate-200); border-radius: 50%; background: #fff; font-size: .68rem; font-weight: 850; transition: .2s ease; }
.booking-progress li > b { padding: 2px 5px; background: #fff; }
.booking-progress li.is-active { color: var(--navy-900); }
.booking-progress li.is-active > span { color: var(--navy-950); border-color: var(--amber-400); background: var(--amber-400); box-shadow: 0 0 0 5px var(--amber-100); }
.booking-progress li.is-complete { color: var(--green); }
.booking-progress li.is-complete > span { position: relative; color: transparent; border-color: var(--green); background: var(--green); font-size: 0; }
.booking-progress li.is-complete > span::after { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; content: "✓"; font-size: .78rem; line-height: 1; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 22px; width: var(--shell); margin: 0 auto; }
.booking-workspace { min-width: 0; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 18px 50px rgba(16,42,67,.07); }
.booking-step-heading { padding: 28px 34px 24px; color: #fff; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.booking-step-heading > span { color: var(--amber-400); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.booking-step-heading h2 { margin: 5px 0 3px; font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -.035em; }
.booking-step-heading p { margin: 0; color: #bbcedc; font-size: .8rem; }
#booking-app { min-height: 390px; padding: clamp(25px, 4vw, 40px); }
.booking-sidebar { position: sticky; top: 102px; display: grid; gap: 15px; }
.booking-service-summary, .booking-assurance { padding: 24px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 35px rgba(16,42,67,.055); }
.booking-service-summary__top { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; }
.booking-service-summary__top > span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--navy-900); border-radius: 16px 16px 16px 5px; background: var(--amber-400); }
.booking-service-summary__top svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.booking-service-summary__top > span b { font-size: 1.2rem; }
.booking-service-summary__top small { display: block; color: #a46100; font-size: .6rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.booking-service-summary h2 { margin: 1px 0 0; font-size: 1.08rem; line-height: 1.18; letter-spacing: -.025em; }
.booking-service-summary > p { margin: 16px 0; color: var(--slate-500); font-size: .76rem; line-height: 1.55; }
.booking-service-summary dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 16px; border-block: 1px solid var(--slate-200); }
.booking-service-summary dl div { display: flex; flex-direction: column; padding: 13px 5px; }
.booking-service-summary dl div + div { padding-left: 13px; border-left: 1px solid var(--slate-200); }
.booking-service-summary dt { color: var(--slate-500); font-size: .61rem; }
.booking-service-summary dd { margin: 1px 0 0; font-size: .8rem; font-weight: 800; }
.booking-service-summary > a { color: var(--navy-700); font-size: .72rem; font-weight: 750; }
.booking-assurance h2 { margin: 0 0 15px; font-size: .92rem; }
.booking-assurance ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.booking-assurance li { display: flex; align-items: flex-start; gap: 10px; }
.booking-assurance li > span { display: grid; place-items: center; flex: none; width: 24px; height: 24px; color: #fff; border-radius: 50%; background: var(--green); font-size: .61rem; }
.booking-assurance li div { display: flex; flex-direction: column; }
.booking-assurance li b { font-size: .74rem; }
.booking-assurance li small { color: var(--slate-500); font-size: .63rem; }
.booking-footer-note { display: flex; align-items: center; gap: 13px; width: var(--shell); margin: 20px auto 0; padding: 18px 22px; color: var(--slate-700); border: 1px solid #ecd99f; border-radius: 14px; background: #fffbeb; }
.booking-footer-note > span { display: grid; place-items: center; flex: none; width: 35px; height: 35px; border-radius: 10px; background: var(--amber-100); }
.booking-footer-note div { display: flex; flex-direction: column; }
.booking-footer-note b { font-size: .78rem; }
.booking-footer-note p { margin: 0; color: var(--slate-500); font-size: .68rem; }
.booking-form { display: grid; gap: 20px; max-width: none; margin: 0; padding: 0; border: 0; background: transparent; }
.booking-form-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; padding-bottom: 19px; border-bottom: 1px solid var(--slate-200); }
.booking-form-header > span { display: grid; place-items: center; width: 39px; height: 39px; color: var(--navy-950); border-radius: 12px 12px 12px 4px; background: var(--amber-400); font-size: .78rem; font-weight: 900; }
.booking-form-header h3 { margin: 0 0 2px; font-size: 1.06rem; }
.booking-form-header p { margin: 0; color: var(--slate-500); font-size: .74rem; }
.booking-fields { display: grid; gap: 16px; }
.booking-fields--two { grid-template-columns: 1fr 1fr; }
.booking-field { display: grid; gap: 7px; margin: 0; color: var(--slate-700); font-size: .75rem; font-weight: 750; }
.booking-field > span { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.booking-field > span small { color: var(--slate-500); font-size: .6rem; font-weight: 500; }
.booking-field input, .booking-field select { min-height: 50px; padding: 11px 13px; border-color: var(--slate-300); border-radius: 10px; background: #fff; }
.booking-field__help { margin-top: -2px; color: var(--slate-500); font-size: .63rem; font-weight: 500; }
.booking-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 6px; }
.booking-form-actions .button { min-width: 190px; }
.booking-form-actions .button:disabled { cursor: wait; opacity: .72; transform: none; }
.booking-back, .booking-secondary-action { min-height: 42px; padding: 0; color: var(--navy-700); border: 0; background: transparent; font-size: .73rem; font-weight: 750; }
.booking-back:hover, .booking-secondary-action:hover { color: var(--navy-950); }
.booking-secondary-action { justify-self: start; min-height: 30px; }
.booking-inline-note { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 10px; background: var(--slate-100); }
.booking-inline-note > span { display: grid; place-items: center; flex: none; width: 22px; height: 22px; color: #fff; border-radius: 50%; background: var(--navy-700); font-family: Georgia, serif; font-size: .72rem; font-weight: 800; }
.booking-inline-note p { margin: 0; color: var(--slate-500); font-size: .68rem; }
.booking-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 11px; background: var(--slate-100); }
.booking-auth-tabs button { min-height: 40px; color: var(--slate-500); border: 0; border-radius: 8px; background: transparent; font-size: .76rem; font-weight: 800; }
.booking-auth-tabs button[aria-selected="true"] { color: var(--navy-950); background: #fff; box-shadow: 0 5px 16px rgba(16,42,67,.09); }
.booking-social-auth { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-social { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 14px; border: 1px solid var(--slate-300); border-radius: 10px; background: #fff; font-size: .75rem; font-weight: 750; }
.booking-social:hover { border-color: var(--navy-700); box-shadow: 0 5px 15px rgba(16,42,67,.07); }
.booking-social > b { display: grid; place-items: center; width: 23px; height: 23px; font-size: 1rem; }
.booking-social--google > b { color: #4285f4; }
.booking-social--facebook > b { color: #1877f2; font-family: Arial, sans-serif; font-size: 1.25rem; }
.booking-auth-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; color: var(--slate-500); }
.booking-auth-divider span { height: 1px; background: var(--slate-200); }
.booking-auth-divider b { font-size: .62rem; font-weight: 650; text-transform: uppercase; }
.booking-alert { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; padding: 13px 14px; color: #8f3030; border: 1px solid #edc5c5; border-radius: 10px; background: #fff1f1; }
.booking-alert > span { display: grid; place-items: center; flex: none; width: 22px; height: 22px; color: #fff; border-radius: 50%; background: #b94343; font-size: .7rem; font-weight: 900; }
.booking-alert p { margin: 0; font-size: .75rem; }
.booking-alert__content { flex: 1; min-width: 0; }
.booking-alert__content > p { font-weight: 750; }
.booking-alert__content ul { display: grid; gap: 3px; margin: 5px 0 0; padding-left: 18px; font-size: .72rem; }
.booking-alert__content small { display: block; margin-top: 6px; color: #a45151; font-size: .62rem; }
.booking-field.has-error > span { color: #a52f2f; }
.booking-field.has-error input, .booking-field.has-error select { border-color: #c84a4a; box-shadow: 0 0 0 3px rgba(200,74,74,.1); }
.booking-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 280px; color: var(--slate-500); font-size: .8rem; }
.booking-loading::before, .booking-loading > span { width: 22px; height: 22px; content: ""; border: 3px solid var(--slate-200); border-top-color: var(--amber-500); border-radius: 50%; animation: booking-spin .8s linear infinite; }
.booking-loading:has(> span)::before { display: none; }
@keyframes booking-spin { to { transform: rotate(360deg); } }
.booking-debug-code { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; color: #76500e; border: 1px dashed #dfb558; border-radius: 10px; background: var(--amber-100); }
.booking-debug-code span { font-size: .7rem; }
.booking-debug-code b { letter-spacing: .18em; }
.booking-resend { justify-self: start; min-height: 34px; padding: 0; color: var(--navy-700); border: 0; background: transparent; font-size: .72rem; font-weight: 750; }
.booking-resend:disabled { color: var(--slate-500); cursor: not-allowed; }
.booking-requirements:empty { display: none; }
.booking-requirements { display: grid; gap: 16px; }
.booking-address-review { display: flex; align-items: center; min-height: 50px; padding: 11px 13px; color: var(--slate-700); border: 1px solid var(--slate-200); border-radius: 10px; background: var(--slate-100); font-size: .7rem; }
.booking-field.is-hidden { display: none; }
.booking-price-box { padding: 19px; border: 1px solid var(--slate-200); border-radius: 13px; background: var(--slate-100); }
.booking-price-box > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 5px 0; color: var(--slate-500); font-size: .74rem; }
.booking-price-box > div b { color: var(--navy-900); }
.booking-price-box .booking-price-total { margin-top: 8px; padding-top: 13px; color: var(--navy-950); border-top: 1px solid var(--slate-300); font-size: .9rem; font-weight: 800; }
.booking-price-box .booking-price-total b { font-size: 1.3rem; }
.booking-price-box > small { display: block; margin-top: 7px; color: var(--slate-500); font-size: .61rem; }
.booking-success { display: flex; flex-direction: column; align-items: center; padding: 12px 0; text-align: center; }
.booking-success__icon { display: grid; place-items: center; width: 72px; height: 72px; color: #fff; border: 8px solid #dcf4ea; border-radius: 50%; background: var(--green); font-size: 1.55rem; font-weight: 900; }
.booking-success h2 { margin: 18px 0 5px; font-size: 1.55rem; letter-spacing: -.035em; }
.booking-success > p { max-width: 500px; margin: 0; color: var(--slate-500); font-size: .8rem; }
.booking-reference { display: flex; flex-direction: column; width: min(100%, 460px); margin: 22px 0; padding: 18px; border: 1px dashed #e0b249; border-radius: 13px; background: var(--amber-100); }
.booking-reference span, .booking-reference small { color: var(--slate-500); font-size: .65rem; }
.booking-reference b { margin: 3px 0; font-size: 1.22rem; letter-spacing: .05em; }
.booking-success__actions { display: flex; justify-content: center; gap: 10px; }

/* Customer post-booking dashboard */
.dashboard-page { min-height: 760px; padding: 1px 0 90px; background: linear-gradient(180deg, #fff 0, #fff 300px, #f4f7f9 300px, #f4f7f9 100%); }
.dashboard-shell { width: var(--shell); margin: auto; }
.dashboard-breadcrumb { display: flex; align-items: center; gap: 9px; padding: 22px 2px 12px; color: var(--slate-500); font-size: .76rem; }
.dashboard-breadcrumb span { color: var(--slate-300); }.dashboard-breadcrumb b { color: var(--navy-800); }
.dashboard-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 22px 0 31px; }.dashboard-heading h1 { margin: 7px 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.06em; }.dashboard-heading p { max-width: 650px; margin: 0; color: var(--slate-500); }
.dashboard-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 380px; color: var(--slate-500); }.dashboard-loading span { width: 23px; height: 23px; border: 3px solid var(--slate-200); border-top-color: var(--amber-500); border-radius: 50%; animation: booking-spin .8s linear infinite; }
.dashboard-status-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-bottom: 20px; padding: 18px 23px; color: #fff; border-radius: var(--radius-md); background: linear-gradient(110deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-lg); }.dashboard-status-banner__icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy-950); border-radius: 50%; background: var(--amber-400); font-weight: 900; }.dashboard-status-banner div:nth-child(2) { font-size: 1.05rem; font-weight: 800; }.dashboard-status-banner small { color: #bdd0df; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 20px; }.dashboard-main, .dashboard-side { display: grid; gap: 20px; }.dashboard-side { position: sticky; top: 102px; }.dashboard-card { padding: 25px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }.dashboard-card__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 17px; border-bottom: 1px solid var(--slate-200); }.dashboard-card__heading > div { color: var(--navy-950); font-size: 1.03rem; font-weight: 850; letter-spacing: -.02em; }.dashboard-card__heading small { color: var(--slate-500); font-size: .66rem; }
.status-timeline { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; }.status-timeline li { position: relative; display: grid; grid-template-columns: 27px 1fr; gap: 13px; min-height: 63px; }.status-timeline li:not(:last-child)::before { position: absolute; top: 27px; bottom: 0; left: 12px; width: 2px; content: ""; background: #d5e9e0; }.status-timeline__dot { position: relative; z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; color: #fff; border-radius: 50%; background: var(--green); font-size: .7rem; font-weight: 900; }.status-timeline li.is-current .status-timeline__dot { color: var(--navy-950); background: var(--amber-400); box-shadow: 0 0 0 5px var(--amber-100); }.status-timeline b, .status-timeline small, .status-timeline time { display: block; }.status-timeline b { font-size: .8rem; }.status-timeline small { color: var(--slate-500); font-size: .7rem; }.status-timeline time { margin-top: 3px; color: #8796a4; font-size: .62rem; }
.professional-card__heading { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; }.professional-avatar { display: grid; place-items: center; width: 62px; height: 62px; color: var(--navy-950); border-radius: 21px 21px 21px 7px; background: var(--amber-100); font-size: 1.55rem; font-weight: 900; }.professional-card h2 { margin: 2px 0 7px; font-size: 1.35rem; letter-spacing: -.035em; }.professional-card .eyebrow { display: block; font-size: .62rem; }.verification-badges { display: flex; flex-wrap: wrap; gap: 6px; }.verification-badges span { padding: 3px 7px; color: #14704f; border-radius: 50px; background: #e6f7ef; font-size: .6rem; font-weight: 800; }.professional-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 21px 0 16px; border-block: 1px solid var(--slate-200); }.professional-stats div { display: flex; flex-direction: column; gap: 2px; padding: 14px 10px; }.professional-stats div + div { border-left: 1px solid var(--slate-200); }.professional-stats small { color: var(--slate-500); font-size: .62rem; }.professional-stats b { font-size: .82rem; }.professional-bio, .professional-pending { margin: 0; color: var(--slate-500); font-size: .76rem; }
.tracking-map { position: relative; height: 240px; margin: 20px 0 13px; overflow: hidden; border-radius: 14px; background: #e8f0ed; background-image: linear-gradient(35deg, transparent 45%, rgba(255,255,255,.9) 46%, rgba(255,255,255,.9) 51%, transparent 52%), linear-gradient(145deg, transparent 47%, rgba(255,255,255,.8) 48%, rgba(255,255,255,.8) 52%, transparent 53%); }.map-road { position: absolute; width: 150%; height: 19px; background: rgba(255,255,255,.75); transform: rotate(-25deg); }.map-road--one { top: 40%; left: -20%; }.map-road--two { top: 60%; left: -15%; transform: rotate(28deg); }.map-customer, .map-professional { position: absolute; display: grid; place-items: center; border-radius: 50%; font-size: .58rem; font-weight: 900; }.map-customer { right: 22%; bottom: 22%; width: 39px; height: 39px; color: #fff; background: var(--navy-900); box-shadow: 0 0 0 7px rgba(16,42,67,.14); }.map-professional { width: 36px; height: 36px; color: var(--navy-950); background: var(--amber-400); box-shadow: 0 0 0 7px rgba(245,158,11,.22); transform: translate(-50%, -50%); }.map-pending { position: absolute; inset: 0; display: grid; place-items: center; padding: 40px; color: var(--slate-700); text-align: center; font-size: .72rem; font-weight: 750; }.eta-strip { display: flex; align-items: center; gap: 10px; padding: 13px 15px; border-radius: 11px; background: var(--slate-100); }.eta-strip__icon { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; border-radius: 50%; background: var(--green); }.eta-strip div { flex: 1; color: var(--slate-700); font-size: .74rem; font-weight: 750; }.eta-strip b { color: var(--navy-950); font-size: .85rem; }
.tracking-map-shell { position: relative; margin: 20px 0 13px; overflow: hidden; border-radius: 14px; background: #e8f0ed; }
.tracking-map-shell .tracking-map { height: 300px; margin: 0; border-radius: 14px; }
.tracking-map--ready { background: #dce9e4; background-image: none; }
.tracking-map-shell .map-pending { inset: 12px 12px auto 56px; z-index: 700; display: block; margin: 0; padding: 9px 12px; color: var(--navy-900); border: 1px solid rgba(16,42,67,.12); border-radius: 9px; background: rgba(255,255,255,.94); box-shadow: 0 5px 18px rgba(16,42,67,.14); font-size: .68rem; pointer-events: none; }
.tracking-map-shell .map-pending--error { color: #8f2f2f; border-color: #efd1d1; background: rgba(255,246,246,.96); }
.tracking-map-shell .map-pending[hidden] { display: none; }
.tracking-marker-host { border: 0; background: transparent; }
.tracking-marker { display: grid; place-items: center; width: 100%; height: 100%; border: 3px solid #fff; border-radius: 50%; font-size: .59rem; font-weight: 900; box-shadow: 0 0 0 6px rgba(16,42,67,.14), 0 5px 14px rgba(16,42,67,.24); }
.tracking-marker--customer { color: #fff; background: var(--navy-900); }
.tracking-marker--professional { color: var(--navy-950); background: var(--amber-400); box-shadow: 0 0 0 6px rgba(245,158,11,.24), 0 5px 14px rgba(16,42,67,.24); }
.tracking-map-shell .leaflet-control-attribution { color: var(--slate-700); font-size: .58rem; }
.tracking-map-shell .leaflet-tile { max-width: none !important; }
.price-list { display: grid; gap: 10px; margin: 18px 0; }.price-list div, .price-total { display: flex; justify-content: space-between; gap: 15px; }.price-list dt, .price-list dd { margin: 0; font-size: .73rem; }.price-list dt { color: var(--slate-500); }.price-list dd { color: var(--navy-900); font-weight: 750; }.price-total { padding-top: 16px; border-top: 1px solid var(--slate-300); }.price-total span { font-size: .78rem; font-weight: 800; }.price-total b { font-size: 1.22rem; }.protection-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; padding: 12px; border-radius: 10px; background: #fffbeb; }.protection-note > span { color: var(--green); font-weight: 900; }.protection-note p { margin: 0; color: var(--slate-700); font-size: .67rem; line-height: 1.45; }.dashboard-actions-card { display: grid; gap: 9px; padding: 16px; }.dashboard-actions-card .button { width: 100%; min-height: 43px; }.safety-card { color: var(--slate-500); font-size: .72rem; line-height: 1.5; }.chat-messages { display: grid; gap: 8px; max-height: 270px; margin: 18px 0 14px; overflow-y: auto; }.chat-bubble { justify-self: start; max-width: 80%; padding: 9px 12px; color: var(--slate-700); border-radius: 12px 12px 12px 3px; background: var(--slate-100); font-size: .75rem; }.chat-bubble--customer { justify-self: end; color: #fff; border-radius: 12px 12px 3px 12px; background: var(--navy-800); }.chat-bubble small { display: block; margin-top: 3px; color: rgba(255,255,255,.65); font-size: .58rem; }.chat-bubble:not(.chat-bubble--customer) small { color: var(--slate-500); }.chat-empty { margin: 0; color: var(--slate-500); font-size: .72rem; }.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.chat-form input { min-width: 0; padding: 10px 12px; border: 1px solid var(--slate-300); border-radius: 9px; font-size: .74rem; }.chat-form .button { min-height: 42px; padding-inline: 14px; font-size: .74rem; }.dashboard-empty { max-width: 520px; margin: 40px auto; padding: 45px 28px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; text-align: center; box-shadow: var(--shadow-sm); }.dashboard-empty__icon { display: grid; place-items: center; width: 52px; height: 52px; margin: auto; color: #fff; border-radius: 50%; background: #b94343; font-weight: 900; }.dashboard-empty h2 { margin: 17px 0 5px; }.dashboard-empty p { margin: 0 0 22px; color: var(--slate-500); font-size: .8rem; }.dashboard-actions { display: flex; justify-content: center; gap: 9px; }

.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.offer-card { position: relative; min-height: 325px; padding: clamp(30px, 4vw, 52px); overflow: hidden; border-radius: var(--radius-lg); }
.offer-card h2 { max-width: 430px; margin: 14px 0 10px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.05; letter-spacing: -.04em; }
.offer-card p { max-width: 410px; margin: 0 0 27px; opacity: .82; }
.offer-card__tag { display: inline-flex; padding: 6px 10px; border: 1px solid currentColor; border-radius: 50px; font-size: .68rem; font-weight: 850; letter-spacing: .09em; }
.offer-card--navy { color: #fff; background: var(--navy-900); }
.offer-card--amber { color: var(--navy-950); background: var(--amber-400); }
.offer-card__shape { position: absolute; right: -80px; bottom: -120px; width: 330px; height: 330px; border: 50px solid rgba(255,255,255,.07); border-radius: 50%; }
.offer-card__clock { position: absolute; right: 42px; bottom: 36px; color: rgba(16,42,67,.13); }
.offer-card__clock svg { width: 130px; height: 130px; stroke-width: 1; }

.how-it-works { padding: 82px clamp(24px, 5vw, 70px); border-radius: var(--radius-lg); background: var(--slate-100); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 52px; }
.steps::before { position: absolute; top: 42px; left: 18%; right: 18%; height: 1px; content: ""; border-top: 2px dashed var(--slate-300); }
.steps article { position: relative; text-align: center; }
.step-number { position: absolute; top: 4px; left: calc(50% + 34px); color: var(--slate-300); font-size: .7rem; font-weight: 900; }
.step-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 84px; height: 84px; margin: auto; color: var(--navy-800); border: 8px solid var(--slate-100); border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); }
.step-icon svg { width: 30px; height: 30px; }
.steps h3 { margin: 20px 0 6px; font-size: 1.13rem; }
.steps p { max-width: 290px; margin: auto; color: var(--slate-500); font-size: .9rem; }

.why-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 110px); width: var(--shell); margin: 110px auto; }
.why-section__visual { position: relative; display: grid; place-items: center; min-height: 540px; overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at 40% 30%, #ffd970, var(--amber-400) 42%, #e68a06 100%); }
.why-section__visual::before, .why-section__visual::after { position: absolute; content: ""; border: 1px solid rgba(16,42,67,.13); border-radius: 50%; }
.why-section__visual::before { width: 420px; height: 420px; }
.why-section__visual::after { width: 300px; height: 300px; }
.why-section__monogram { position: relative; z-index: 1; display: grid; place-items: center; width: 210px; height: 210px; color: #fff; border-radius: 64px 64px 64px 18px; background: var(--navy-900); box-shadow: 0 35px 70px rgba(16,42,67,.25); font-size: 6.5rem; font-weight: 900; letter-spacing: -.08em; }
.why-section__rating { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; flex-direction: column; padding: 15px 20px; border-radius: 14px; background: #fff; box-shadow: var(--shadow-lg); }
.why-section__rating b { font-size: 1.22rem; }
.why-section__rating b span { color: var(--amber-500); }
.why-section__rating small { color: var(--slate-500); }
.why-section__content > p { max-width: 570px; color: var(--slate-500); }
.check-list { display: grid; gap: 22px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 15px; }
.check-list li > span { display: grid; place-items: center; flex: none; width: 31px; height: 31px; color: #fff; border-radius: 50%; background: var(--green); }
.check-list li > span svg { width: 16px; }
.check-list li div { display: flex; flex-direction: column; }
.check-list li b { font-size: .98rem; }
.check-list li small { max-width: 490px; color: var(--slate-500); font-size: .82rem; }

.testimonials { margin-bottom: 90px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { margin: 0; padding: 28px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 14px 35px rgba(16,42,67,.05); }
.stars { color: var(--amber-500); font-size: .9rem; letter-spacing: .12em; }
.testimonial blockquote { min-height: 130px; margin: 16px 0 22px; color: var(--slate-700); font-family: Georgia, serif; font-size: 1.04rem; line-height: 1.62; }
.testimonial footer { display: flex; align-items: center; gap: 11px; }
.testimonial footer > span:last-child { display: flex; flex-direction: column; }
.testimonial footer small { color: var(--slate-500); }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; color: var(--navy-900); border-radius: 50%; background: var(--amber-100); font-size: .75rem; font-weight: 850; }

.pro-cta { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; width: var(--shell); margin: 90px auto; padding: clamp(42px, 6vw, 76px); color: #fff; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.pro-cta h2 { max-width: 650px; }
.pro-cta p { max-width: 620px; margin-bottom: 27px; color: #cbd9e5; }
.pro-cta__stats { display: grid; gap: 12px; }
.pro-cta__stats div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.06); }
.pro-cta__stats b { color: var(--amber-400); }
.pro-cta__stats span { color: #d6e2eb; font-size: .83rem; }

/* Provider landing page */
.provider-page { padding-bottom: 100px; background: linear-gradient(180deg, #fff 0, #fff 620px, #f6f9fb 620px, #f6f9fb 100%); }
.provider-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 24px; width: var(--shell); min-height: 560px; margin: 28px auto 0; padding: clamp(42px, 6vw, 78px); overflow: hidden; color: #fff; border-radius: var(--radius-lg); background: radial-gradient(circle at 82% 12%, #2d6e93 0, transparent 34%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-lg); }
.provider-hero::before { position: absolute; left: -110px; bottom: -190px; width: 410px; height: 410px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.02), 0 0 0 120px rgba(255,255,255,.014); }
.provider-hero__content { position: relative; z-index: 2; align-self: center; }
.provider-hero h1 { max-width: 680px; margin: 16px 0 17px; font-size: clamp(2.75rem, 5vw, 4.95rem); line-height: .97; letter-spacing: -.06em; }
.provider-hero__lead { max-width: 640px; margin: 0; color: #d7e3ec; font-size: clamp(.98rem, 1.4vw, 1.12rem); }
.provider-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.provider-hero__proof { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 24px; color: #d7e3ec; font-size: .75rem; }
.provider-hero__proof span::before { color: var(--amber-400); content: "✓"; font-weight: 900; }
.provider-hero__proof b { color: #fff; }
.provider-hero__panel { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.provider-hero__panel h2 { margin: 12px 0 10px; font-size: clamp(1.8rem, 2.6vw, 2.6rem); line-height: 1.06; letter-spacing: -.045em; }
.provider-hero__panel p { margin: 0; color: #d8e5ee; }
.provider-hero__panel code { padding: 2px 6px; border-radius: 6px; color: #fff; background: rgba(255,255,255,.1); }
.provider-hero__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.provider-hero__metrics div { padding: 15px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); }
.provider-hero__metrics b { display: block; color: var(--amber-400); font-size: 1.25rem; letter-spacing: -.03em; }
.provider-hero__metrics small { color: #d6e2eb; font-size: .72rem; }
.provider-section { width: var(--shell); margin: 92px auto 0; }
.provider-section__heading { max-width: 760px; margin-bottom: 28px; }
.provider-section__heading h2 { margin: 10px 0 8px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.06; letter-spacing: -.045em; }
.provider-section__heading p { margin: 0; color: var(--slate-500); }
.provider-apply { scroll-margin-top: 24px; }
.provider-application-shell { display: grid; grid-template-columns: minmax(250px, .36fr) minmax(0, 1fr); min-height: 610px; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.provider-application-guide { padding: 36px 30px; color: #fff; background: radial-gradient(circle at 20% 95%, #28698f 0, transparent 38%), linear-gradient(155deg, var(--navy-950), var(--navy-800)); }
.provider-application-guide ol { display: grid; gap: 8px; margin: 30px 0; padding: 0; list-style: none; }
.provider-application-guide li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 12px; color: #b9ccd9; border-radius: 13px; }
.provider-application-guide li > b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; font-size: .78rem; }
.provider-application-guide li > span { font-size: .84rem; font-weight: 800; }
.provider-application-guide li small { display: block; margin-top: 2px; color: #91a9b9; font-size: .69rem; font-weight: 500; line-height: 1.35; }
.provider-application-guide li.is-active { color: #fff; background: rgba(255,255,255,.09); }
.provider-application-guide li.is-active > b { color: var(--navy-950); border-color: var(--amber-400); background: var(--amber-400); }
.provider-application-guide li.is-complete > b { color: #fff; border-color: var(--green); background: var(--green); }
.provider-application-guide > p { margin: 30px 0 0; padding-top: 18px; color: #b9ccd9; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.provider-application { min-width: 0; padding: clamp(28px, 4vw, 50px); background: linear-gradient(145deg, #fff, #f8fafb); }
.provider-application__loading { display: grid; place-items: center; min-height: 440px; color: var(--slate-500); font-weight: 750; }
.provider-form { display: grid; gap: 22px; }
.provider-form-header { max-width: 650px; }
.provider-form-header h3 { margin: 10px 0 7px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.08; letter-spacing: -.04em; }
.provider-form-header p { margin: 0; color: var(--slate-500); font-size: .9rem; }
.provider-service-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.provider-service-option { position: relative; display: grid; grid-template-columns: 23px 1fr; gap: 12px; align-items: center; min-height: 76px; margin: 0; padding: 15px 16px; cursor: pointer; border: 1px solid var(--slate-200); border-radius: 13px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.provider-service-option:hover { transform: translateY(-1px); border-color: var(--slate-300); box-shadow: 0 8px 20px rgba(16,42,67,.06); }
.provider-service-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.provider-service-option i { display: grid; place-items: center; width: 23px; height: 23px; border: 2px solid var(--slate-300); border-radius: 7px; }
.provider-service-option input:focus-visible + i { outline: 3px solid rgba(32,85,121,.18); outline-offset: 2px; }
.provider-service-option input:checked + i { border-color: var(--navy-800); background: var(--navy-800); }
.provider-service-option input:checked + i::after { color: #fff; content: "\2713"; font-size: .73rem; font-style: normal; font-weight: 900; }
.provider-service-option:has(input:checked) { border-color: var(--navy-700); box-shadow: 0 0 0 2px rgba(32,85,121,.08); }
.provider-service-option span { min-width: 0; }
.provider-service-option b, .provider-service-option small { display: block; }
.provider-service-option b { color: var(--navy-950); font-size: .88rem; }
.provider-service-option small { margin-top: 2px; color: var(--slate-500); font-size: .7rem; font-weight: 600; }
.provider-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border-radius: 12px; background: var(--slate-100); }
.provider-auth-tabs button { min-height: 42px; color: var(--slate-500); border: 0; border-radius: 9px; background: transparent; font-weight: 800; }
.provider-auth-tabs button[aria-selected="true"] { color: var(--navy-950); background: #fff; box-shadow: 0 3px 12px rgba(16,42,67,.08); }
.provider-fields { display: grid; gap: 13px; }
.provider-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.provider-field { margin: 0; }
.provider-field > span { color: var(--navy-950); }
.provider-field > span small { margin-left: 6px; color: var(--slate-400); font-weight: 600; }
.provider-field textarea { min-height: 105px; }
.provider-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 4px; }
.provider-form-actions .button { min-width: 190px; }
.provider-back, .provider-link-button { min-height: auto; padding: 7px 0; color: var(--navy-700); border: 0; background: transparent; font-size: .82rem; font-weight: 800; }
.provider-link-button { justify-self: start; }
.provider-alert { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; padding: 13px 15px; color: #8a271f; border: 1px solid #f0b8b2; border-radius: 11px; background: #fff1ef; }
.provider-alert b { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; border-radius: 50%; background: #b43d31; }
.provider-alert p { margin: 0; font-size: .8rem; }
.provider-application-summary { display: grid; gap: 3px; padding: 15px 17px; border: 1px solid #f1d694; border-radius: 12px; background: var(--cream); }
.provider-application-summary b { font-size: .84rem; }
.provider-application-summary span { color: var(--slate-700); font-size: .78rem; }
.provider-application-summary small { color: var(--slate-500); }
.provider-consent { display: flex; gap: 10px; align-items: flex-start; margin: 0; color: var(--slate-600); font-size: .78rem; font-weight: 600; }
.provider-consent input { flex: none; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--navy-800); }
.provider-success { display: grid; justify-items: start; align-content: center; min-height: 470px; }
.provider-success__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 20px; color: #fff; border-radius: 18px 18px 18px 6px; background: var(--green); font-size: .75rem; font-weight: 900; }
.provider-success h3 { max-width: 630px; margin: 10px 0 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.06; letter-spacing: -.045em; }
.provider-success > p { max-width: 640px; margin: 0; color: var(--slate-500); }
.provider-success__reference { display: grid; gap: 2px; margin: 24px 0; padding: 13px 16px; border-radius: 11px; background: var(--slate-100); }
.provider-success__reference small { color: var(--slate-500); }
.provider-success__reference b { font-size: .8rem; word-break: break-all; }
.provider-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.provider-feature-card { position: relative; min-height: 220px; padding: 23px; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 32px rgba(16,42,67,.04); }
.provider-feature-card::after { position: absolute; right: -28px; top: -28px; width: 92px; height: 92px; content: ""; border-radius: 50%; background: var(--amber-100); opacity: .85; }
.provider-feature-card .eyebrow { position: relative; z-index: 1; }
.provider-feature-card h3 { position: relative; z-index: 1; margin: 16px 0 8px; font-size: 1.08rem; letter-spacing: -.02em; }
.provider-feature-card p { position: relative; z-index: 1; margin: 0; color: var(--slate-500); font-size: .84rem; line-height: 1.6; }
.provider-section--split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.provider-panel { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 14px 38px rgba(16,42,67,.045); }
.provider-panel h2 { margin: 8px 0 14px; font-size: clamp(1.7rem, 2.5vw, 2.45rem); line-height: 1.08; letter-spacing: -.04em; }
.provider-panel--dark { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--navy-950), #1e5b7d); }
.provider-panel--dark h2, .provider-panel--dark p, .provider-panel--dark .provider-panel__note small { color: #d8e5ee; }
.provider-panel--dark .provider-panel__note { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); }
.provider-panel--dark .button { width: fit-content; }
.provider-checklist { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.provider-checklist li { display: flex; gap: 12px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--slate-200); }
.provider-checklist li:first-child { padding-top: 0; border-top: 0; }
.provider-checklist span { display: grid; place-items: center; flex: none; width: 26px; height: 26px; color: #fff; border-radius: 50%; background: var(--green); font-size: .7rem; font-weight: 900; }
.provider-checklist p { margin: 0; color: var(--slate-700); font-size: .85rem; }
.provider-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.provider-step { min-height: 210px; padding: 24px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; }
.provider-step > span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--navy-950); border-radius: 12px 12px 12px 5px; background: var(--amber-400); font-size: .8rem; font-weight: 900; }
.provider-step h3 { margin: 16px 0 7px; font-size: 1.08rem; letter-spacing: -.02em; }
.provider-step p { margin: 0; color: var(--slate-500); font-size: .84rem; line-height: 1.6; }
.provider-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.provider-profile-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 20px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 32px rgba(16,42,67,.04); }
.provider-profile-card--empty { grid-template-columns: 1fr; min-height: 160px; align-items: center; }
.provider-profile-card__avatar { display: grid; place-items: center; width: 52px; height: 52px; color: var(--navy-900); border-radius: 18px 18px 18px 6px; background: var(--amber-100); font-size: 1.35rem; font-weight: 900; }
.provider-profile-card h3 { margin: 0; font-size: 1rem; }
.provider-profile-card p { margin: 4px 0 6px; color: var(--slate-500); font-size: .8rem; line-height: 1.55; }
.provider-profile-card small { color: #a46100; font-weight: 750; }
.provider-faq { max-width: 900px; }
.provider-faq__items { display: grid; gap: 12px; }
.provider-faq details { padding: 0 24px; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(16,42,67,.03); }
.provider-faq summary { padding: 18px 0; list-style: none; font-weight: 750; }
.provider-faq summary::-webkit-details-marker { display: none; }
.provider-faq summary::after { float: right; color: var(--amber-500); content: "+"; font-size: 1.25rem; }
.provider-faq details[open] summary::after { content: "−"; }
.provider-faq details p { margin: 0 0 18px; color: var(--slate-500); }

.final-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; width: var(--shell); margin: 0 auto 100px; padding: 32px 36px; border: 1px solid #f5d58b; border-radius: var(--radius-md); background: var(--cream); }
.final-cta > span { display: grid; place-items: center; width: 56px; height: 56px; color: var(--navy-800); border-radius: 16px; background: var(--amber-400); }
.final-cta h2 { margin: 0 0 2px; font-size: 1.55rem; }
.final-cta p { margin: 0; color: var(--slate-500); }

/* Shared content pages */
.site-main > h1, .site-main > h2, .site-main > p, .site-main > article, .site-main > form, .site-main > .grid, .site-main > ul, .site-main > section:not(.hero):not(.trust-strip) { width: var(--shell); margin-inline: auto; }
.site-main > h1 { margin-top: 74px; margin-bottom: 15px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.site-main > h1 + p { max-width: 760px; margin-top: 0; margin-left: max(20px, calc((100% - min(1180px, calc(100% - 40px))) / 2)); color: var(--slate-500); font-size: 1.05rem; }
.site-main > .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 38px; margin-bottom: 90px; }
.card { padding: 25px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 28px rgba(16,42,67,.04); }
.card h2 { margin: 0 0 8px; font-size: 1.18rem; }
.card p { color: var(--slate-500); }
.card small { color: #a46100; font-weight: 750; }
.site-main > form { margin-top: 28px; margin-bottom: 90px; padding: 30px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--slate-100); }
label { display: grid; gap: 6px; margin: 14px 0; color: var(--slate-700); font-size: .87rem; font-weight: 700; }
input, textarea, select { width: 100%; padding: 12px 13px; color: var(--navy-950); border: 1px solid var(--slate-300); border-radius: 9px; background: #fff; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(32,85,121,.12); }
textarea { min-height: 140px; resize: vertical; }
form button { min-height: 46px; padding: 0 22px; color: #fff; border: 0; border-radius: 10px; background: var(--navy-900); font-weight: 750; }

/* City directory and local service pages */
.cities-page, .city-page { padding-bottom: 100px; background: linear-gradient(180deg, #fff 0, #fff 720px, #f7f9fa 720px, #f7f9fa 100%); }
.cities-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr); align-items: center; gap: 55px; width: var(--shell); min-height: 520px; margin: 28px auto 0; padding: 62px clamp(35px, 6vw, 75px); overflow: hidden; color: #fff; border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 20%, #265e82 0, transparent 34%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.cities-hero::before { position: absolute; left: -90px; bottom: -180px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.cities-hero > div { position: relative; z-index: 2; }
.cities-hero h1 { max-width: 660px; margin: 17px 0 18px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.cities-hero p { max-width: 620px; margin: 0; color: #c8d8e5; font-size: 1.06rem; }
.cities-hero__actions, .city-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.cities-map { position: relative; min-height: 365px; border: 1px solid rgba(255,255,255,.14); border-radius: 38% 62% 55% 45% / 45% 40% 60% 55%; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025)); box-shadow: inset 0 0 70px rgba(255,255,255,.035); }
.cities-map::before, .cities-map::after, .cities-map__ring { position: absolute; content: ""; border: 1px dashed rgba(255,255,255,.13); border-radius: 50%; }
.cities-map::before { inset: 34px; }.cities-map::after { inset: 82px; }.cities-map__ring { inset: 130px; }
.cities-map__pin { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: var(--navy-950); border-radius: 10px; background: #fff; box-shadow: var(--shadow-lg); font-size: .75rem; }
.cities-map__pin i { width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: var(--amber-500); box-shadow: 0 0 0 4px rgba(245,158,11,.25); }
.cities-map__pin--one { top: 102px; right: 36px; }.cities-map__pin--two { left: 35px; bottom: 91px; }
.cities-map > div { position: absolute; z-index: 2; left: 50%; top: 50%; display: flex; align-items: center; flex-direction: column; transform: translate(-50%,-50%); line-height: 1.05; }
.cities-map > div strong { color: var(--amber-400); font-size: 4.2rem; letter-spacing: -.08em; }.cities-map > div small { color: #dce8f2; font-weight: 700; }
.city-promise { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1050px, calc(100% - 70px)); margin: -1px auto 0; border: 1px solid var(--slate-200); border-top: 0; border-radius: 0 0 19px 19px; background: #fff; box-shadow: var(--shadow-sm); }
.city-promise div { display: flex; align-items: center; flex-direction: column; padding: 21px 15px; border-right: 1px solid var(--slate-200); line-height: 1.3; }.city-promise div:last-child { border: 0; }
.city-promise b { font-size: 1.08rem; }.city-promise small { margin-top: 3px; color: var(--slate-500); font-size: .72rem; }
.cities-directory, .city-services, .city-process, .city-faq { width: var(--shell); margin: 95px auto 0; }
.city-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.city-section-heading h2, .city-areas h2, .city-faq h2 { margin: 10px 0 7px; font-size: clamp(2rem, 3.2vw, 3.25rem); line-height: 1.06; letter-spacing: -.05em; }
.city-section-heading p, .city-areas__intro p { max-width: 640px; margin: 0; color: var(--slate-500); }
.city-section-heading > a { flex: none; color: var(--navy-700); border-bottom: 1px solid var(--navy-700); font-size: .88rem; font-weight: 750; }
.city-directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.city-directory-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; min-height: 270px; padding: 30px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 35px rgba(16,42,67,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
a.city-directory-card:hover { transform: translateY(-5px); border-color: #e9bd51; box-shadow: var(--shadow-sm); }
.city-directory-card__mark { display: grid; place-items: center; width: 72px; height: 72px; color: var(--navy-900); border-radius: 21px 21px 21px 7px; background: var(--amber-100); font-size: 2rem; font-weight: 900; }
.city-status { display: inline-flex; padding: 5px 8px; color: var(--slate-500); border-radius: 6px; background: var(--slate-100); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.city-status--active { color: #08734e; background: #e7f7f0; }.city-directory-card h2 { margin: 11px 0 7px; font-size: 1.75rem; letter-spacing: -.035em; }.city-directory-card p { margin: 0; color: var(--slate-500); }
.city-directory-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 25px; padding-top: 17px; color: var(--slate-500); border-top: 1px solid var(--slate-200); font-size: .78rem; }.city-directory-card__meta b { color: var(--navy-700); }
.cities-directory--planned { margin-top: 75px; }.city-directory-card--planned { opacity: .76; box-shadow: none; }.city-directory-card--planned .city-directory-card__mark { color: var(--slate-500); background: var(--slate-100); }
.city-final-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; width: var(--shell); margin: 95px auto 0; padding: 42px 48px; color: #fff; border-radius: var(--radius-md); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-lg); }
.city-final-cta h2 { margin: 9px 0 5px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; }.city-final-cta p { margin: 0; color: #bdcfdd; }
.city-breadcrumb { display: flex; align-items: center; gap: 9px; width: var(--shell); padding-top: 25px; color: var(--slate-500); font-size: .76rem; }.city-breadcrumb a:hover { color: var(--navy-900); }.city-breadcrumb b { color: var(--navy-800); }
.city-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr); width: var(--shell); min-height: 520px; margin: 16px auto 0; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff9ea, #f8f4ea); }
.city-hero__content { align-self: center; padding: 55px clamp(35px, 5vw, 68px); }.city-hero h1 { margin: 17px 0; font-size: clamp(2.75rem, 4.8vw, 4.9rem); line-height: .98; letter-spacing: -.06em; }.city-hero__content > p { max-width: 660px; margin: 0; color: var(--slate-700); font-size: 1.04rem; }
.city-hero__proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 23px; color: var(--slate-500); font-size: .73rem; }.city-hero__proof span::first-letter { color: var(--green); }
.city-visual { position: relative; display: grid; place-items: center; min-height: 100%; overflow: hidden; background: radial-gradient(circle at center, #265e82, var(--navy-950) 67%); }
.city-visual::before, .city-visual::after { position: absolute; width: 360px; height: 360px; content: ""; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }.city-visual::after { width: 235px; height: 235px; }
.city-visual > strong { position: relative; z-index: 2; display: grid; place-items: center; width: 155px; height: 155px; color: var(--navy-950); border: 13px solid rgba(255,255,255,.18); border-radius: 48px 48px 48px 14px; background: var(--amber-400); font-size: 4.8rem; line-height: 1; box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.city-visual__marker { position: absolute; z-index: 3; left: 26px; top: 28px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: var(--navy-950); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-lg); }.city-visual__marker i { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(23,148,102,.15); }.city-visual__marker span { display: flex; flex-direction: column; line-height: 1.25; }.city-visual__marker small { color: var(--slate-500); font-size: .61rem; }.city-visual__marker b { font-size: .77rem; }
.city-visual__areas { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }.city-visual__areas span { padding: 5px 9px; color: #dbe8f2; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; background: rgba(255,255,255,.06); font-size: .64rem; }
.city-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.city-service-card { display: flex; flex-direction: column; min-height: 255px; padding: 22px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.city-service-card:hover { transform: translateY(-4px); border-color: #e9bd51; box-shadow: var(--shadow-sm); }
.city-service-card > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--navy-800); border-radius: 13px; background: var(--amber-100); }.city-service-card svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.city-service-card > div { display: flex; flex: 1; flex-direction: column; }.city-service-card small { margin-top: 18px; color: #a46100; font-size: .62rem; font-weight: 800; text-transform: uppercase; }.city-service-card h3 { margin: 5px 0; font-size: 1.05rem; }.city-service-card p { margin: 0 0 16px; color: var(--slate-500); font-size: .79rem; }.city-service-card b { margin-top: auto; color: var(--navy-700); font-size: .76rem; }
.city-areas { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(35px, 7vw, 90px); width: var(--shell); margin: 95px auto 0; padding: 48px; border: 1px solid #f1d28b; border-radius: var(--radius-md); background: var(--cream); }.city-areas__intro > a { display: inline-flex; margin-top: 20px; color: var(--navy-700); font-size: .82rem; font-weight: 750; }
.city-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-content: start; }.city-area-grid > a { display: flex; align-items: center; justify-content: space-between; min-height: 53px; padding: 0 16px; color: var(--slate-700); border: 1px solid rgba(16,42,67,.1); border-radius: 10px; background: #fff; font-size: .85rem; font-weight: 700; transition: transform .18s ease, border-color .18s ease; }.city-area-grid > a:hover, .city-area-grid > a.is-current { transform: translateX(3px); color: var(--navy-900); border-color: #e6b541; }.city-area-grid > a.is-current { background: var(--amber-100); }.city-area-grid > a b { color: var(--amber-500); }.city-area-empty { grid-column: 1 / -1; color: var(--slate-500); }
.city-process > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.city-process article { position: relative; min-height: 220px; padding: 30px; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; }.city-process article > span { position: absolute; right: 18px; top: 4px; color: var(--slate-100); font-size: 5rem; font-weight: 900; line-height: 1; }.city-process h3 { position: relative; margin: 75px 0 7px; font-size: 1.15rem; }.city-process p { position: relative; margin: 0; color: var(--slate-500); font-size: .86rem; }
.city-faq { max-width: 850px; }.city-faq details { border-bottom: 1px solid var(--slate-200); }.city-faq summary { padding: 20px 35px 20px 0; list-style: none; font-weight: 750; }.city-faq summary::-webkit-details-marker { display: none; }.city-faq summary::after { float: right; content: "+"; color: var(--amber-500); font-size: 1.25rem; }.city-faq details[open] summary::after { content: "−"; }.city-faq details p { margin: -5px 0 20px; color: var(--slate-500); }

.site-footer { color: #d6e2eb; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding: 70px 0 54px; }
.site-footer .brand { padding: 7px 10px; border-radius: 12px; background: #fff; }
.site-footer .brand__logo { width: 174px; }
.footer-brand p { max-width: 340px; color: #9db0c0; font-size: .9rem; }
.footer-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 7px 11px; color: #b9c8d4; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; font-size: .74rem; }
.footer-badge span { color: var(--amber-400); }
.footer-grid > div:not(.footer-brand) { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-grid h2 { margin: 2px 0 12px; color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > span { color: #9db0c0; font-size: .84rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid small { margin-left: 5px; padding: 2px 5px; color: var(--amber-400); border-radius: 4px; background: rgba(251,191,36,.1); font-size: .57rem; text-transform: uppercase; }
.footer-legal-notice { margin: 0 auto; padding: 19px 0; color: #8da1b1; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; line-height: 1.65; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; color: #7890a3; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }
.footer-bottom > span:last-child { display: flex; gap: 20px; }

@media (max-width: 1050px) {
    .desktop-nav { display: none; }
    .header-actions { margin-left: auto; }
    .mobile-menu { display: block; margin-left: 0; }
    .hero { grid-template-columns: 1fr .8fr; min-height: 590px; }
    .hero__content { padding-left: 42px; }
    .service-search { grid-template-columns: 28px 1fr auto; }
    .service-search select { display: none; }
    .hero__proof { gap: 9px 14px; }
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .why-section { gap: 50px; }
    .why-section__visual { min-height: 460px; }
    .pro-cta { grid-template-columns: 1fr; }
    .pro-cta__stats { grid-template-columns: repeat(3, 1fr); }
    .pro-cta__stats div { align-items: flex-start; flex-direction: column; }
    .provider-hero { grid-template-columns: 1fr; min-height: 0; }
    .provider-application-shell { grid-template-columns: 220px minmax(0, 1fr); }
    .provider-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .provider-section--split { grid-template-columns: 1fr; }
    .provider-step-grid { grid-template-columns: repeat(2, 1fr); }
    .provider-profile-grid { grid-template-columns: repeat(2, 1fr); }
    .service-detail-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); }
    .service-detail-hero__content { padding: 48px; }
    .service-layout { grid-template-columns: minmax(0, 1fr) 285px; }
    .service-content-card { padding: 34px; }
    .service-steps { grid-template-columns: 1fr; }
    .service-steps li { align-items: center; flex-direction: row; }
    .booking-layout { grid-template-columns: minmax(0, 1fr) 300px; }
    .booking-service-summary, .booking-assurance { padding: 21px; }
    .cities-hero, .city-hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .75fr); gap: 30px; }
    .city-service-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
    :root { --shell: min(100% - 30px, 720px); }
    .topbar .shell { justify-content: center; }
    .topbar__right { display: none; }
    .site-header__inner { min-height: 68px; }
    .header-actions { display: none; }
    .mobile-menu { margin-left: auto; }
    .hero { grid-template-columns: 1fr; margin-top: 15px; border-radius: 22px; }
    .hero__content { padding: 48px 28px 34px; }
    .hero h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
    .hero__visual { min-height: 400px; }
    .hero__visual::after { background: linear-gradient(180deg, #f8f4ea 0%, transparent 25%); }
    .hero__badge { right: 16px; bottom: 16px; }
    .trust-strip { width: calc(100% - 50px); grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .trust-strip div:nth-child(2) { border-right: 0; }
    .section { margin-block: 80px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .offer-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; gap: 34px; }
    .steps::before { display: none; }
    .why-section { grid-template-columns: 1fr; margin-block: 80px; }
    .why-section__visual { min-height: 420px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial blockquote { min-height: 0; }
    .pro-cta { gap: 34px; margin-block: 70px; }
    .pro-cta__stats { grid-template-columns: 1fr; }
    .pro-cta__stats div { align-items: center; flex-direction: row; }
    .provider-page { background: linear-gradient(180deg, #fff 0, #fff 760px, #f6f9fb 760px, #f6f9fb 100%); }
    .provider-hero { margin-top: 15px; padding: 48px 32px 32px; border-radius: 22px; }
    .provider-hero__panel { padding: 24px; }
    .provider-application-shell { grid-template-columns: 1fr; }
    .provider-application-guide { padding: 25px; }
    .provider-application-guide ol { grid-template-columns: repeat(4, 1fr); margin: 20px 0 0; }
    .provider-application-guide li { grid-template-columns: 1fr; justify-items: center; padding: 9px 4px; text-align: center; }
    .provider-application-guide li small, .provider-application-guide > p { display: none; }
    .final-cta { grid-template-columns: auto 1fr; }
    .final-cta .button { grid-column: 1 / -1; width: 100%; }
    .site-main > .grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .service-page { padding-bottom: 76px; background: linear-gradient(#fff 0, #fff 850px, #f7f9fa 850px, #f7f9fa 100%); }
    .service-breadcrumb { padding-top: 16px; }
    .service-detail-hero { grid-template-columns: 1fr; min-height: 0; border-radius: 22px; }
    .service-detail-hero__content { padding: 46px 34px 35px; }
    .service-detail-hero h1 { font-size: clamp(2.65rem, 11vw, 4.4rem); }
    .service-summary { min-height: 390px; padding: 27px; }
    .service-summary__visual { min-height: 270px; }
    .service-summary__visual > span { width: 145px; height: 145px; border-radius: 44px 44px 44px 14px; }
    .service-summary__visual svg { width: 64px; height: 64px; }
    .service-trust { grid-template-columns: 1fr 1fr; width: calc(100% - 50px); }
    .service-trust div:nth-child(3) { border-left: 0; border-top: 1px solid var(--slate-200); }
    .service-trust div:nth-child(4) { border-top: 1px solid var(--slate-200); }
    .service-layout { grid-template-columns: 1fr; margin-block: 65px; }
    .service-booking-card { display: none; }
    .related-service-grid { grid-template-columns: 1fr 1fr; }
    .service-final-cta { grid-template-columns: auto 1fr; }
    .service-final-cta .button { grid-column: 1 / -1; width: 100%; }
    .service-mobile-bar { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; padding: 10px max(15px, calc((100% - 720px) / 2)); border-top: 1px solid var(--slate-200); background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(16,42,67,.12); backdrop-filter: blur(12px); }
    .service-mobile-bar > span { display: flex; flex-direction: column; line-height: 1.2; }
    .service-mobile-bar small { color: var(--slate-500); font-size: .62rem; }
    .service-mobile-bar b { font-size: .91rem; }
    .service-mobile-bar .button { min-height: 43px; padding-inline: 18px; }
    .booking-page { background: linear-gradient(180deg, #fff 0, #fff 310px, #f5f8fa 310px, #f5f8fa 100%); }
    .booking-heading { margin-top: 13px; }
    .booking-layout { grid-template-columns: 1fr; }
    .booking-sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .booking-footer-note { margin-top: 15px; }
    .dashboard-page { background: linear-gradient(180deg, #fff 0, #fff 285px, #f4f7f9 285px, #f4f7f9 100%); }
    .dashboard-heading { align-items: flex-start; flex-direction: column; margin-block: 13px 24px; }
    .dashboard-heading h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
    .dashboard-grid { grid-template-columns: 1fr; }
    .dashboard-side { position: static; grid-template-columns: 1fr 1fr; }
    .cities-page, .city-page { padding-bottom: 75px; }
    .cities-hero, .city-hero { grid-template-columns: 1fr; min-height: 0; }
    .cities-hero { padding: 48px 32px 32px; }.cities-map { width: 100%; min-height: 320px; }
    .city-hero__content { padding: 46px 34px 36px; }.city-visual { min-height: 380px; }
    .city-promise { grid-template-columns: 1fr 1fr; }.city-promise div:nth-child(2) { border-right: 0; }.city-promise div:nth-child(-n+2) { border-bottom: 1px solid var(--slate-200); }
    .city-directory-grid { grid-template-columns: 1fr; }.city-service-grid { grid-template-columns: 1fr 1fr; }
    .city-areas { grid-template-columns: 1fr; padding: 38px; }.city-process > div:last-child { grid-template-columns: 1fr; }.city-process article { min-height: 175px; }.city-process h3 { margin-top: 45px; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 24px); }
    .brand__logo { width: 142px; }
    .mobile-menu nav { left: 12px; right: 12px; }
    .hero__content { padding: 40px 21px 28px; }
    .hero__lead { font-size: .96rem; }
    .service-search { display: grid; grid-template-columns: 26px 1fr; padding: 8px; }
    .service-search .button { grid-column: 1 / -1; width: 100%; }
    .hero__proof { display: grid; grid-template-columns: 1fr; }
    .hero__visual { min-height: 320px; }
    .hero__badge { padding: 10px 12px; }
    .trust-strip { width: calc(100% - 32px); padding-inline: 12px; }
    .trust-strip div { align-items: center; flex-direction: column; gap: 0; text-align: center; }
    .service-grid { grid-template-columns: 1fr; }
    .catalog-hero { padding: 45px 18px; }
    .catalog-search { flex-direction: column; }
    .catalog-search button { width: 100%; }
    .service-card { min-height: 210px; }
    .offer-card { min-height: 350px; padding: 30px 24px; }
    .offer-card__clock { right: 15px; bottom: 15px; }
    .how-it-works { padding: 58px 20px; }
    .why-section__visual { min-height: 350px; }
    .why-section__monogram { width: 165px; height: 165px; border-radius: 48px 48px 48px 15px; font-size: 5rem; }
    .why-section__rating { right: 13px; bottom: 13px; }
    .pro-cta { padding: 38px 24px; }
    .provider-hero { padding: 40px 21px 22px; }
    .provider-hero h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
    .provider-hero__actions { display: grid; }
    .provider-hero__metrics { grid-template-columns: 1fr; }
    .provider-section { margin-top: 72px; }
    .provider-feature-grid, .provider-step-grid, .provider-profile-grid { grid-template-columns: 1fr; }
    .provider-application { padding: 25px 18px; }
    .provider-application-guide { padding: 20px 14px; }
    .provider-application-guide li > span { font-size: .7rem; }
    .provider-service-options, .provider-fields--two { grid-template-columns: 1fr; }
    .provider-form-actions { align-items: stretch; flex-direction: column-reverse; }
    .provider-form-actions .button { width: 100%; }
    .provider-panel--dark .button { width: 100%; }
    .provider-faq details { padding-inline: 18px; }
    .final-cta { grid-template-columns: 1fr; padding: 26px 22px; text-align: center; }
    .final-cta > span { margin: auto; }
    .site-main > .grid { grid-template-columns: 1fr; }
    .site-main > h1 + p { margin-left: 12px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; padding-top: 55px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
    .service-breadcrumb b { max-width: 38%; }
    .service-detail-hero__content { padding: 38px 22px 30px; }
    .service-detail-hero__content > p { font-size: .94rem; }
    .service-hero-actions { display: grid; }
    .service-summary { min-height: 335px; padding: 18px; }
    .service-summary__visual { min-height: 235px; }
    .service-summary__visual > span { width: 125px; height: 125px; border-width: 10px; border-radius: 38px 38px 38px 12px; }
    .service-summary__visual svg { width: 54px; height: 54px; }
    .service-summary__stats > span { padding: 13px; }
    .service-trust { width: calc(100% - 30px); }
    .service-trust div { padding: 16px 8px; }
    .service-content-card { padding: 26px 20px; }
    .service-included { grid-template-columns: 1fr; }
    .service-option { padding: 20px 17px; }
    .service-option h3 { margin-right: 0; padding-top: 25px; }
    .service-option__tag { left: 17px; right: auto; }
    .service-option__footer { grid-template-columns: 1fr 1fr; }
    .service-option__footer .button { grid-column: 1 / -1; width: 100%; }
    .service-steps li { align-items: flex-start; }
    .service-section-heading { align-items: flex-start; flex-direction: column; }
    .service-provider { grid-template-columns: auto 1fr; }
    .service-provider .verified-badge { display: none; }
    .provider-match { align-items: flex-start; }
    .related-service-grid { grid-template-columns: 1fr; }
    .service-final-cta { grid-template-columns: 1fr; padding: 29px 22px; text-align: center; }
    .service-final-cta > span { margin: auto; }
    .service-mobile-bar { padding-inline: 12px; }
    .booking-page { padding-bottom: 60px; }
    .booking-breadcrumb { padding-top: 16px; }
    .booking-heading { align-items: flex-start; margin-block: 13px 22px; }
    .booking-heading h1 { font-size: 2.7rem; }
    .booking-heading p { font-size: .88rem; }
    .booking-heading__help { display: none; }
    .booking-progress { padding: 14px 8px; }
    .booking-progress::before { top: 29px; left: 11%; right: 11%; }
    .booking-progress li { gap: 0; }
    .booking-progress li > span { width: 29px; height: 29px; }
    .booking-progress li > b { display: none; }
    .booking-step-heading { padding: 23px 20px 20px; }
    .booking-step-heading h2 { font-size: 1.42rem; }
    #booking-app { min-height: 360px; padding: 24px 18px; }
    .booking-fields--two { grid-template-columns: 1fr; }
    .booking-form-header { align-items: flex-start; }
    .booking-form-header p { line-height: 1.45; }
    .booking-form-actions { align-items: stretch; flex-direction: column-reverse; }
    .booking-form-actions > span { display: none; }
    .booking-form-actions .button { width: 100%; min-width: 0; }
    .booking-back { align-self: flex-start; }
    .booking-sidebar { grid-template-columns: 1fr; }
    .booking-footer-note { align-items: flex-start; padding: 16px; }
    .dashboard-page { padding-bottom: 60px; }
    .dashboard-breadcrumb { padding-top: 16px; overflow: hidden; white-space: nowrap; }
    .dashboard-heading > .button { width: 100%; }
    .dashboard-status-banner { grid-template-columns: auto 1fr; }
    .dashboard-status-banner small { grid-column: 2; margin-top: -12px; }
    .dashboard-card { padding: 20px; }
    .dashboard-side { grid-template-columns: 1fr; }
    .professional-stats div { padding-inline: 5px; }
    .professional-stats small { font-size: .57rem; }
    .dashboard-actions { flex-direction: column; }
    .dashboard-actions .button { width: 100%; }
    .booking-price-box { padding: 15px; }
    .booking-success__actions { display: grid; width: 100%; }
    .booking-social-auth { grid-template-columns: 1fr; }
    .cities-hero { margin-top: 12px; padding: 39px 21px 22px; border-radius: 22px; }.cities-hero h1, .city-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }.cities-hero__actions, .city-hero__actions { display: grid; }.cities-map { min-height: 280px; }.cities-map__pin--one { top: 54px; right: 15px; }.cities-map__pin--two { left: 15px; bottom: 54px; }
    .city-promise { width: calc(100% - 32px); }.city-promise div { padding: 16px 8px; text-align: center; }
    .cities-directory, .city-services, .city-process, .city-faq { margin-top: 70px; }.city-section-heading { align-items: flex-start; flex-direction: column; }.city-directory-card { grid-template-columns: 1fr; min-height: 0; padding: 24px; }.city-directory-card__mark { width: 58px; height: 58px; font-size: 1.55rem; }.city-directory-card__meta { align-items: flex-start; flex-direction: column; gap: 5px; }
    .city-breadcrumb { padding-top: 15px; overflow: hidden; white-space: nowrap; }.city-breadcrumb b { overflow: hidden; text-overflow: ellipsis; }.city-hero { margin-top: 12px; border-radius: 22px; }.city-hero__content { padding: 38px 22px 30px; }.city-hero__proof { display: grid; }.city-visual { min-height: 330px; }.city-visual > strong { width: 125px; height: 125px; border-width: 10px; font-size: 3.8rem; }.city-visual__marker { left: 15px; top: 16px; }.city-service-grid { grid-template-columns: 1fr; }.city-service-card { min-height: 220px; }.city-areas { gap: 28px; margin-top: 70px; padding: 29px 20px; }.city-area-grid { grid-template-columns: 1fr; }.city-final-cta { grid-template-columns: 1fr; margin-top: 70px; padding: 31px 23px; text-align: center; }.city-final-cta .button { width: 100%; }
}

/* Mobile app shell: public customer experience only. */
@media (max-width: 800px) {
    body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .topbar { display: none; }
    .site-header { box-shadow: 0 4px 18px rgba(16,42,67,.06); }
    .site-header__inner { width: calc(100% - 24px); min-height: 64px; gap: 10px; }
    .site-header .brand__logo { width: 121px; }
    .mobile-location { display: flex; align-items: center; gap: 7px; min-width: 0; margin-left: auto; padding: 5px 8px; color: var(--navy-900); border-radius: 10px; background: var(--slate-100); }
    .mobile-location > svg { flex: none; width: 17px; height: 17px; color: var(--amber-500); }
    .mobile-location > span { display: flex; min-width: 0; flex-direction: column; line-height: 1.1; }
    .mobile-location small { color: var(--slate-500); font-size: .51rem; font-weight: 650; text-transform: uppercase; }
    .mobile-location b { max-width: 138px; overflow: hidden; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-menu { margin-left: 0; }
    .mobile-menu summary { place-content: center; width: 38px; height: 38px; padding: 7px; border: 1px solid var(--slate-200); border-radius: 11px; background: #fff; }
    .mobile-menu summary span { width: 20px; }
    .mobile-menu nav { top: calc(100% + 1px); max-height: calc(100vh - 155px); max-height: calc(100dvh - 155px); overflow-y: auto; }

    .mobile-app-nav { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: calc(68px + env(safe-area-inset-bottom)); padding: 7px max(8px, calc((100% - 720px) / 2)) env(safe-area-inset-bottom); border-top: 1px solid var(--slate-200); background: rgba(255,255,255,.97); box-shadow: 0 -8px 28px rgba(16,42,67,.11); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
    .mobile-app-nav a { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; min-width: 0; color: var(--slate-500); border-radius: 12px; font-size: .61rem; line-height: 1; }
    .mobile-app-nav a > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; }
    .mobile-app-nav svg { width: 21px; height: 21px; }
    .mobile-app-nav b { font-weight: 750; }
    .mobile-app-nav a.is-active { color: var(--navy-900); }
    .mobile-app-nav a.is-active > span { color: var(--navy-950); background: var(--amber-100); }
    .mobile-app-nav a.is-active::before { position: absolute; top: -7px; width: 28px; height: 3px; content: ""; border-radius: 0 0 4px 4px; background: var(--amber-500); }
    .mobile-app-nav a:nth-child(3) > span { width: 42px; height: 42px; margin-top: -20px; color: #fff; border: 4px solid #fff; border-radius: 15px; background: var(--navy-900); box-shadow: 0 8px 20px rgba(16,42,67,.28); }
    .mobile-app-nav a:nth-child(3) svg { width: 22px; height: 22px; }
    .mobile-app-nav a:nth-child(3).is-active > span { color: var(--navy-950); background: var(--amber-400); }
    .mobile-app-nav a:nth-child(3).is-active::before { display: none; }
    .site-footer { margin-bottom: calc(-68px - env(safe-area-inset-bottom)); padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .service-mobile-bar { bottom: calc(68px + env(safe-area-inset-bottom)); }
    .hero, .hero__content, .section-heading, .section-heading > div { min-width: 0; }
    .hero__content, .hero__content > *, .section-heading > div { max-width: 100%; }
}

@media (max-width: 560px) {
    .hero { min-height: 0; margin-top: 0; border-radius: 0 0 24px 24px; box-shadow: none; }
    .hero__content { padding: 31px 20px 25px; }
    .hero .eyebrow { display: flex; width: 100%; font-size: .68rem; line-height: 1.4; }
    .hero .eyebrow > span { flex: none; }
    .hero h1 { margin: 13px 0 12px; font-size: clamp(2.25rem, 10.5vw, 3.25rem); }
    .hero__lead { margin-bottom: 20px; font-size: .89rem; line-height: 1.55; }
    .hero__visual { display: none; }
    .service-search { grid-template-columns: 24px minmax(0, 1fr); width: 100%; min-width: 0; border-radius: 14px; }
    .service-search input { height: 42px; font-size: .88rem; }
    .service-search .button { min-height: 44px; }
    .hero__proof { display: flex; flex-wrap: nowrap; gap: 8px; margin-top: 15px; padding-bottom: 3px; overflow-x: auto; scrollbar-width: none; }
    .hero__proof::-webkit-scrollbar { display: none; }
    .hero__proof span { flex: none; padding: 6px 9px; border-radius: 30px; background: rgba(255,255,255,.72); }
    .trust-strip { display: flex; width: 100%; gap: 0; margin: 0; padding: 12px; overflow-x: auto; border-inline: 0; border-radius: 0; box-shadow: none; scrollbar-width: none; }
    .trust-strip::-webkit-scrollbar { display: none; }
    .trust-strip div { flex: 0 0 126px; padding: 6px 12px; border-right: 1px solid var(--slate-200) !important; }
    .trust-strip div:last-child { border-right: 0 !important; }
    .trust-strip b { font-size: .92rem; }
    .trust-strip span { font-size: .62rem; line-height: 1.3; }
    .section { margin-block: 52px; }
    .section--tight { margin-block: 48px; }
    .section-heading { gap: 10px; margin-bottom: 20px; }
    .section-heading h2, .why-section h2, .pro-cta h2, .final-cta h2 { font-size: 1.85rem; }
    .section-heading p { font-size: .86rem; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .service-card { min-height: 178px; padding: 14px; border-radius: 16px; }
    .service-card__icon { width: 43px; height: 43px; border-radius: 13px; }
    .service-card__icon svg { width: 22px; height: 22px; }
    .service-card__body { gap: 3px; margin-top: 13px; }
    .service-card__body strong { font-size: .91rem; line-height: 1.2; }
    .service-card__body small:not(.catalog-category) { display: -webkit-box; overflow: hidden; font-size: .69rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .catalog-category { font-size: .54rem !important; }
    .service-card__meta { align-items: flex-start; gap: 3px; flex-direction: column; padding-top: 10px; font-size: .66rem; line-height: 1.25; }
    .service-card__meta > span { display: none; }
    .catalog-hero { width: 100%; margin-top: 0; padding: 31px 16px 24px; border-radius: 0 0 24px 24px; }
    .catalog-hero h1 { margin-top: 8px; font-size: 2.25rem; }
    .catalog-hero > p { margin-bottom: 19px; font-size: .86rem; }
    .catalog-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 5px; border-radius: 13px; }
    .catalog-search input { min-width: 0; height: 44px; padding-inline: 10px; font-size: .81rem; }
    .catalog-search button { width: auto; min-height: 44px; padding-inline: 13px; font-size: .72rem; }
    .catalog-chips { flex-wrap: nowrap; justify-content: flex-start; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; scrollbar-width: none; }
    .catalog-chips::-webkit-scrollbar { display: none; }
    .catalog-chips a { flex: none; }
    .catalog-results { margin-top: 38px; }
    .site-main > h1 { margin-top: 42px; font-size: 2.35rem; }
    .site-main > form { margin-top: 20px; margin-bottom: 55px; padding: 20px 16px; }
    .footer-grid { padding-top: 44px; }
    .footer-legal-notice { font-size: .65rem; }
}

@media (max-width: 370px) {
    .mobile-location b { max-width: 92px; }
    .mobile-location { padding-inline: 6px; }
    .service-grid { gap: 8px; }
    .service-card { min-height: 182px; padding: 12px; }
    .catalog-search button { padding-inline: 10px; font-size: .68rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.payment-state { margin: 11px 0 0; color: var(--slate-500); font-size: .65rem; }
.quotation-card, .protection-card { border-color: #d6e5ea; }
.quotation-list { margin-top: 13px; }
.quotation-note { margin: 13px 0 0; padding: 10px 12px; color: var(--slate-600); border-radius: 10px; background: var(--slate-100); font-size: .7rem; line-height: 1.5; }
.quotation-actions { margin-top: 15px; }
.button--danger { color: #fff; border-color: #b83b32; background: #b83b32; }
.button--danger:hover { color: #fff; border-color: #922c25; background: #922c25; }

/* Trust, verification and policy surfaces */
.policy-page { width: min(100% - 40px, 1000px); margin: 0 auto; padding: 85px 0 105px; }.policy-page h1 { max-width: 850px; margin: 8px 0 17px; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .99; letter-spacing: -.06em; }.policy-lead { max-width: 720px; margin: 0; color: var(--slate-500); font-size: 1.08rem; }.policy-grid, .safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 48px; }.policy-grid article, .safety-card { padding: 25px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }.policy-grid h2, .safety-card h2 { margin: 0 0 8px; font-size: 1rem; }.policy-grid p, .safety-card p { margin: 0; color: var(--slate-500); font-size: .78rem; line-height: 1.65; }.policy-callout { margin-top: 25px; padding: 23px; border: 1px solid #cbdde8; border-radius: var(--radius-md); background: #eef6fa; }.policy-callout--amber { border-color: #efd28e; background: var(--amber-100); }.policy-callout b { font-size: .9rem; }.policy-callout p { margin: 4px 0 0; color: var(--slate-700); font-size: .78rem; }.policy-callout .button { margin-top: 17px; }.policy-copy { max-width: 780px; margin-top: 46px; }.policy-copy h2 { margin: 31px 0 6px; font-size: 1.12rem; }.policy-copy h2:first-child { margin-top: 0; }.policy-copy p { margin: 0; color: var(--slate-700); font-size: .88rem; line-height: 1.75; }.safety-grid { grid-template-columns: repeat(2, 1fr); }.safety-card { display: grid; grid-template-columns: auto 1fr; gap: 13px; }.safety-card > span { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; border-radius: 50%; background: var(--green); font-size: .7rem; font-weight: 900; }.rich-provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.rich-provider-card { padding: 23px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }.rich-provider-card__top { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: start; }.rich-provider-card__avatar { display: grid; place-items: center; width: 54px; height: 54px; color: var(--navy-950); border-radius: 17px 17px 17px 5px; background: var(--amber-100); font-size: 1.3rem; font-weight: 900; }.rich-provider-card h2 { margin: 1px 0 4px; font-size: 1.05rem; }.rich-provider-card p { margin: 0; color: var(--slate-500); font-size: .73rem; line-height: 1.55; }.rich-provider-card .verified-badge { white-space: nowrap; }.rich-provider-card__badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 14px; }.rich-provider-card__badges span { padding: 4px 8px; color: #14704f; border-radius: 50px; background: #e6f7ef; font-size: .59rem; font-weight: 800; }.rich-provider-card__stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-block: 1px solid var(--slate-200); }.rich-provider-card__stats div { display: flex; flex-direction: column; padding: 11px 8px; }.rich-provider-card__stats div + div { border-left: 1px solid var(--slate-200); }.rich-provider-card__stats dt { color: var(--slate-500); font-size: .6rem; }.rich-provider-card__stats dd { margin: 2px 0 0; color: var(--navy-900); font-size: .78rem; font-weight: 850; }.rich-provider-card__area { display: block; margin-top: 13px; color: var(--slate-500); font-size: .65rem; }.providers-directory-hero { padding-bottom: 52px; }

.safety-card h3 { margin: 0 0 8px; font-size: 1rem; }
.provider-filter {
    display: grid;
    grid-template-columns: minmax(135px, 1.15fr) minmax(120px, 1fr) minmax(110px, .9fr) minmax(105px, .7fr) auto;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 940px;
    padding: 8px;
    text-align: left;
}
.provider-filter label {
    min-width: 0;
    margin: 0;
    padding: 7px 14px;
    gap: 1px;
    border-right: 1px solid var(--slate-200);
    font-size: .68rem;
    line-height: 1.25;
}
.provider-filter input,
.provider-filter select {
    min-width: 0;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: .82rem;
    font-weight: 650;
}
.provider-filter input:focus,
.provider-filter select:focus {
    border: 0;
    box-shadow: none;
}
.provider-filter label:focus-within {
    border-radius: 8px;
    background: var(--slate-100);
}
.provider-filter button {
    min-width: 174px;
    min-height: 58px;
    margin-left: 8px;
    padding-inline: 18px;
}

@media (max-width: 800px) {
    .provider-filter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        max-width: 620px;
    }
    .provider-filter label {
        padding: 8px 11px;
        border: 0;
        border-radius: 9px;
        background: var(--slate-100);
    }
    .provider-filter button {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 48px;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .providers-directory-hero { padding-bottom: 24px; }
    .provider-filter {
        grid-template-columns: 1fr;
        padding: 7px;
    }
    .provider-filter button {
        grid-column: auto;
        min-height: 46px;
        font-size: .78rem;
    }
}
.safety-section { margin-top: 48px; }
.safety-section > h2 { margin: 0 0 18px; font-size: 1.45rem; }
.safety-section .safety-grid { margin-top: 0; }
.about-intro { max-width: 780px; margin-top: 25px; padding: 22px 24px; border-left: 4px solid var(--amber-400); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--amber-100); }
.about-intro p { margin: 0; color: var(--navy-900); font-size: .92rem; line-height: 1.7; }
.about-copy { max-width: 820px; }
.about-copy section + section { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--slate-200); }
.policy-list { display: grid; gap: 9px; margin: 18px 0; padding: 0; list-style: none; }
.policy-list li { position: relative; padding-left: 25px; color: var(--slate-700); font-size: .84rem; line-height: 1.55; }
.policy-list li::before { position: absolute; top: .08em; left: 0; color: var(--green); content: "\2713"; font-weight: 900; }
.about-statement { margin-top: 48px; }
.booking-map-panel { padding: 18px; border: 1px solid var(--slate-200); border-radius: 14px; background: var(--slate-100); }
.booking-map-panel h3 { margin: 0; color: var(--navy-900); font-size: .92rem; }
.booking-map-status { margin: 5px 0 14px; color: var(--slate-500); font-size: .72rem; line-height: 1.5; }
.booking-map-search { display: grid; gap: 7px; color: var(--navy-900); font-size: .72rem; font-weight: 750; }
.booking-map-search gmp-place-autocomplete { width: 100%; color-scheme: light; }
.booking-map-canvas { width: 100%; height: 290px; margin-top: 13px; overflow: hidden; border-radius: 11px; background: #dce7e3; }
.booking-legal-consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; padding: 15px 17px; color: var(--slate-700); border: 1px solid var(--slate-200); border-radius: 12px; background: var(--slate-100); font-size: .78rem; line-height: 1.55; }
.booking-legal-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--green); }
.booking-legal-consent a { color: var(--navy-900); font-weight: 800; text-decoration: underline; }
@media (max-width: 800px) { .policy-page { padding-top: 58px; }.policy-grid, .safety-grid, .rich-provider-grid { grid-template-columns: 1fr; }.rich-provider-card__top { grid-template-columns: auto 1fr; }.rich-provider-card .verified-badge { grid-column: 2; justify-self: start; }.policy-grid { margin-top: 34px; } }
@media (max-width: 560px) { .policy-page { width: calc(100% - 30px); padding-bottom: 65px; }.policy-page h1 { font-size: 2.75rem; }.policy-lead { font-size: .95rem; }.policy-copy p { font-size: .82rem; }.rich-provider-card { padding: 19px; }.rich-provider-card__stats dt { font-size: .55rem; }.rich-provider-card__stats dd { font-size: .7rem; } }
