:root{--navy: #1a3246;--navy-2: #243d54;--ink: #0b1736;--blue: #2563eb;--blue-700: #1d4ed8;--blue-border: #bfdbfe;--soft-blue: #eff6ff;--soft-blue-2: #edf4ff;--white: #ffffff;--bg: #f6f8fc;--text: #344566;--muted: #64748b;--line: #e1e8f2;--line-strong: #dce5f3;--green: #16a34a;--green-soft: #ecfdf5;--green-border: #bbf7d0;--gold: #f59e0b;--gold-soft: #fff7ed;--shadow-sm: 0 1px 3px rgba(26, 50, 70, .08), 0 1px 2px rgba(26, 50, 70, .06);--shadow-md: 0 16px 38px -34px rgba(15, 23, 42, .35);--shadow-lg: 0 24px 55px -28px rgba(15, 23, 42, .35);--shadow-hover: 0 22px 50px -34px rgba(37, 99, 235, .35);--shadow-button: 0 10px 22px -16px rgba(37, 99, 235, .9);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Sora", "DM Sans", system-ui, sans-serif;--shell-max: 1420px;--shell-gutter: clamp(32px, 6vw, 96px)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);text-wrap:balance}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-color:var(--blue);outline-offset:3px}.app-shell{min-height:100vh;overflow-x:hidden}.trust-bar{color:var(--white);background:var(--navy);font-size:.78rem;font-weight:600}.trust-bar__inner,.site-header__inner,.hero,.section,.page,.footer__inner{width:min(var(--shell-max),calc(100% - var(--shell-gutter)));margin-inline:auto}.trust-bar__inner{display:flex;align-items:center;justify-content:space-between;min-height:38px;gap:18px}.trust-bar__item,.trust-bar__copy{display:inline-flex;align-items:center;gap:7px}.trust-bar__copy{color:#ffffffb8}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:20px}.brand{display:inline-flex;align-items:center;gap:11px;min-width:0}.brand__logo{height:34px;width:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.brand--footer .brand__logo{height:30px}.lang-toggle{display:inline-grid;min-width:42px;height:38px;place-items:center;padding:0 10px;color:var(--blue-700);background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:999px;font-size:.78rem;font-weight:800;cursor:pointer;transition:background .15s ease,border-color .15s ease}.lang-toggle:hover{background:var(--soft-blue-2);border-color:var(--blue)}html[lang=am] body,html[lang=am] h1,html[lang=am] h2,html[lang=am] h3{font-family:Noto Sans Ethiopic,DM Sans,system-ui,sans-serif}.brand__mark{display:inline-grid;width:40px;height:40px;place-items:center;flex:0 0 auto;color:var(--white);background:var(--navy);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:800}.brand strong{display:block;color:var(--ink);font-family:var(--font-display);font-size:1.22rem;font-weight:800;letter-spacing:0}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:.56rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.brand--footer .brand__mark{color:var(--navy);background:var(--white)}.brand--footer strong,.brand--footer small{color:var(--white)}.desktop-nav,.site-header__actions{display:flex;align-items:center}.desktop-nav{gap:18px}.site-header__actions{gap:10px}.nav-link{position:relative;padding-block:8px;color:var(--text);font-size:.88rem;font-weight:700;transition:color .15s ease}.nav-link:hover,.nav-link--active{color:var(--blue)}.nav-link--active:after{position:absolute;right:0;bottom:-10px;left:0;height:2px;content:"";background:var(--blue);border-radius:999px}.icon-button.mobile-menu-button,.mobile-nav{display:none}.icon-button{display:inline-grid;width:42px;height:42px;place-items:center;color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s ease,background .15s ease}.icon-button:hover{border-color:var(--blue-border);background:var(--soft-blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 18px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:.88rem;font-weight:800;line-height:1;white-space:nowrap;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{color:var(--white);background:var(--blue);box-shadow:var(--shadow-button)}.button--primary:hover{background:var(--blue-700)}.button--secondary{color:var(--blue);background:var(--white);border-color:var(--blue-border)}.button--secondary:hover{background:var(--soft-blue)}.button--dark{color:var(--white);background:var(--navy)}.button--dark:hover{background:var(--navy-2)}.button--compact{min-height:40px;padding:10px 14px;font-size:.8rem}.button--light{color:var(--navy);background:var(--white)}.button--ghost-dark{color:var(--white);background:#ffffff14;border-color:#ffffff2e}.button--ghost-dark:hover{background:#ffffff24}.button--call{color:var(--white);background:var(--green)}.button--call:hover{background:#15803d}.button--whatsapp{color:var(--green);background:var(--green-soft);border-color:var(--green-border)}.text-link,.profile-link{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:.88rem;font-weight:800}.text-link:hover,.profile-link:hover{color:var(--blue-700)}.hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:center;gap:clamp(44px,5vw,76px);padding-block:clamp(54px,7.5vw,96px)}.hero__copy h1,.plus-hero h1,.simple-route-panel h1{margin:0;color:var(--ink);font-size:clamp(2.35rem,4.9vw,4.35rem);font-weight:800;line-height:1.04;letter-spacing:0}.hero__copy p,.plus-hero p,.simple-route-panel p{max-width:660px;margin:18px 0 0;color:var(--muted);font-size:clamp(1.05rem,1.2vw,1.18rem);font-weight:500;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hero-search{display:flex;align-items:center;gap:8px;width:100%;max-width:760px;margin-top:24px;padding:6px;background:var(--white);border:1px solid var(--line-strong);border-radius:var(--radius-sm);box-shadow:0 14px 34px -24px #0f172a47}.hero-search__field{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding-inline:10px;color:var(--muted)}.hero-search__field svg{flex:0 0 auto}.hero-search__field input,.hero-search__field select{width:100%;min-width:0;height:40px;padding:0;color:var(--ink);font-size:.88rem;font-weight:700;background:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hero-search__field input::placeholder{color:var(--muted);font-weight:600}.hero-search__field--area{flex:0 0 168px}.hero-search__divider{width:1px;height:28px;flex:0 0 auto;background:var(--line)}.hero-search__button{flex:0 0 auto;height:40px;padding:0 20px;color:var(--white);background:var(--blue);border:none;border-radius:7px;font-size:.84rem;font-weight:800;cursor:pointer;box-shadow:var(--shadow-button);transition:background .15s ease}.hero-search__button:hover{background:var(--blue-700)}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:760px;margin-top:24px}.hero-stats__item{display:grid;gap:3px}.hero-stats__item strong{color:var(--ink);font-family:var(--font-display);font-size:1.05rem;font-weight:800;line-height:1}.hero-stats__item span{color:var(--muted);font-size:.72rem;font-weight:700;line-height:1.3}.hero__trust-line{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;margin-top:22px}.hero__trust-line>span{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:.84rem;font-weight:700}.hero__trust-line svg{color:var(--blue);flex:0 0 auto}.hero__media{position:relative;aspect-ratio:7 / 5;min-height:460px;overflow:hidden;background:var(--soft-blue);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.hero__media img,.plus-preview__media img,.plus-hero img{width:100%;height:100%;object-fit:cover}.hero__contact-card{position:absolute;right:20px;bottom:20px;width:min(264px,calc(100% - 40px));padding:18px;color:var(--white);background:#0b1736db;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__contact-card strong,.hero__contact-card span{display:block}.hero__contact-card strong{font-size:.92rem;font-weight:800}.hero__contact-card span{margin-top:8px;color:#ffffffb8;font-size:.84rem;font-weight:600;line-height:1.55}.section,.page{padding-block:30px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.section-header h2,.profile-panel h2,.provider-cta h2,.request-banner h2,.form-hero h2,.success-panel h2{margin:0;color:var(--ink);font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:800;line-height:1.12;letter-spacing:0}.section-header p,.provider-cta p,.request-banner p,.profile-panel p,.success-panel p{max-width:640px;margin:8px 0 0;color:var(--muted);font-size:.92rem;font-weight:500;line-height:1.65}.category-grid{display:grid;gap:22px}.category-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid--services{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{display:block;min-height:100%;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.category-card:hover{border-color:var(--blue-border);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.category-card__image{position:relative;display:block;aspect-ratio:16 / 10;width:100%;min-height:0;max-height:none;overflow:hidden;background:var(--soft-blue)}.category-card--compact{display:block}.category-card--compact .category-card__image{width:100%;aspect-ratio:16 / 9;max-height:none}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-card__image img{transform:scale(1.04)}.category-card__icon{position:absolute;top:12px;left:12px;display:inline-grid;width:44px;height:44px;place-items:center;color:var(--blue);background:#fffffff0;border:1px solid rgba(11,23,54,.08);border-radius:var(--radius-md)}.category-card__body{display:grid;align-content:start;gap:8px;padding:18px 18px 20px}.category-card__body strong{color:var(--ink);font-family:var(--font-display);font-size:1.08rem;font-weight:800;line-height:1.2}.category-card__body small{color:var(--muted);font-size:.8rem;font-weight:800}.category-card__body span{color:var(--text);font-size:.9rem;font-weight:500;line-height:1.55}.provider-grid,.provider-list{display:grid;gap:14px}.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-list{grid-template-columns:minmax(0,1fr)}.provider-card{display:grid;grid-template-columns:148px minmax(0,1fr);align-items:start;gap:14px;padding:11px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.provider-card:hover{border-color:var(--blue-border);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.provider-card__media{position:relative;height:168px;min-height:0;overflow:hidden;background:var(--soft-blue);border-radius:var(--radius-md)}.provider-card__media img{width:100%;height:100%;object-fit:cover}.status-pill{position:absolute;right:8px;bottom:8px;padding:6px 10px;color:var(--muted);background:#fffffff0;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:capitalize}.status-pill--available{color:var(--green);background:var(--green-soft);border:1px solid var(--green-border)}.provider-card__content{display:grid;gap:10px;align-content:start;padding-block:4px}.provider-card__heading{display:flex;align-items:start;justify-content:space-between;gap:12px}.provider-card h2,.provider-card p,.profile-hero h1,.profile-hero p{margin:0}.provider-card h2{color:var(--ink);font-size:1.05rem;font-weight:700;line-height:1.2}.provider-card__heading p{margin-top:4px;color:var(--muted);font-size:.82rem;font-weight:600}.verified-badge{display:inline-flex;align-items:center;gap:5px;width:fit-content;color:var(--blue);background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:800;white-space:nowrap}.rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--muted);font-size:.8rem;font-weight:600}.rating-row svg{color:var(--gold);fill:var(--gold)}.rating-row strong{color:var(--ink);font-weight:800}.provider-card__bio{color:var(--text);font-size:.86rem;font-weight:500;line-height:1.55}.service-tags{display:flex;flex-wrap:wrap;gap:6px}.service-tags span{padding:5px 9px;color:var(--blue);background:var(--soft-blue-2);border-radius:6px;font-size:.7rem;font-weight:800}.service-tags--large span{font-size:.82rem;padding:7px 11px}.provider-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.lead-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.lead-actions--stacked{display:grid;min-width:240px}.lead-actions__message{width:100%;margin:2px 0 0;color:var(--green);font-size:.74rem;font-weight:800}.how-strip{display:grid;gap:18px;padding:22px 24px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.how-strip__title{margin:0;color:var(--ink);font-size:1.05rem;font-weight:800}.how-strip__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}.how-strip__step{display:flex;align-items:flex-start;gap:11px}.how-strip__icon{display:inline-grid;width:36px;height:36px;place-items:center;flex:0 0 auto;color:var(--blue);background:var(--soft-blue);border-radius:var(--radius-sm)}.how-strip__body{display:grid;gap:3px;min-width:0}.how-strip__body strong{color:var(--ink);font-size:.88rem;font-weight:800}.how-strip__body>span{color:var(--muted);font-size:.8rem;font-weight:500;line-height:1.5}.provider-cta,.request-banner,.plus-preview,.location-panel,.empty-state,.profile-panel,.success-panel,.simple-route-panel{width:min(var(--shell-max),calc(100% - var(--shell-gutter)));margin-inline:auto;border-radius:var(--radius-xl)}.provider-cta,.request-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px}.provider-cta{color:var(--white);background:var(--navy);box-shadow:var(--shadow-lg)}.provider-cta h2,.provider-cta p{color:inherit}.provider-cta p,.provider-cta .eyebrow{color:#ffffffb3}.request-banner{background:var(--soft-blue);border:1px solid var(--blue-border)}.stacked-banners{display:grid;gap:14px;margin-top:26px}.plus-preview{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:28px;align-items:center;margin-top:40px;padding:28px;color:var(--white);background:var(--navy);box-shadow:var(--shadow-lg)}.plus-preview__media{aspect-ratio:7 / 5;min-height:300px;overflow:hidden;background:var(--navy-2);border-radius:var(--radius-lg)}.plus-preview h2,.plus-preview p{color:inherit}.plus-preview p{color:#ffffffb8;font-size:.92rem;line-height:1.65}.plus-preview__cards{display:grid;gap:10px;margin:18px 0}.mini-card{display:grid;gap:4px;padding:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-md);transition:background .15s ease,border-color .15s ease}.mini-card:hover{background:#ffffff1c;border-color:#ffffff38}.mini-card strong{color:var(--white);font-size:.92rem;font-weight:700}.mini-card span{color:#ffffffa8;font-size:.84rem}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:var(--muted);font-size:.82rem;font-weight:700}.breadcrumb a{color:var(--blue)}.location-panel{padding:20px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.location-panel__title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.location-panel h2{margin:0;color:var(--ink);font-size:.94rem;font-weight:700}.location-panel__title span{color:var(--blue);font-size:.8rem;font-weight:800}.chip-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-height:40px;padding:9px 15px;color:var(--text);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.8rem;font-weight:800;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.chip:hover{border-color:var(--blue-border);background:var(--soft-blue)}.chip--active{color:var(--blue-700);background:var(--soft-blue);border-color:var(--blue)}.category-hero{display:grid;gap:18px;margin-bottom:22px}.empty-state{display:grid;justify-items:center;gap:12px;padding:48px 24px;text-align:center;background:var(--white);border:1px dashed var(--line-strong)}.empty-state h1,.empty-state h2,.empty-state p{margin:0}.empty-state h1,.empty-state h2{color:var(--ink)}.empty-state p{max-width:520px;color:var(--muted);line-height:1.6}.empty-state__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}.profile-hero{position:relative;overflow:hidden;background:var(--navy);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.profile-hero__cover{width:100%;height:300px;object-fit:cover;opacity:.6}.profile-hero__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:24px;color:var(--white)}.avatar{display:inline-grid;place-items:center;color:var(--white);background:linear-gradient(135deg,var(--blue),var(--navy));border-radius:999px;font-family:var(--font-display);font-weight:800}.avatar--large{width:84px;height:84px;border:4px solid var(--white);font-size:1.5rem}.profile-hero h1{margin-top:10px;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:800;letter-spacing:0}.profile-hero__copy p,.profile-hero .rating-row span,.profile-hero .rating-row strong{color:#ffffffd1}.profile-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:16px;margin-block:20px}.profile-panel{padding:22px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.profile-panel dl{display:grid;gap:13px;margin:18px 0 0}.profile-panel div{display:flex;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid var(--line)}.profile-panel dt{color:var(--muted);font-size:.88rem;font-weight:600}.profile-panel dd{margin:0;color:var(--ink);font-size:.88rem;font-weight:800;text-transform:capitalize}.portfolio-grid,.review-grid,.plus-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.portfolio-card,.review-card,.plus-card{overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.portfolio-card img,.plus-card img{width:100%;height:210px;object-fit:cover}.portfolio-card strong,.plus-card strong,.plus-card span,.plus-card em,.review-card{display:block;padding:16px}.portfolio-card strong,.plus-card strong{color:var(--ink);font-weight:700}.review-card{display:grid;gap:12px}.review-card p,.review-card strong{margin:0;padding:0}.review-card strong{color:var(--ink)}.review-card p{color:var(--muted);font-size:.92rem;line-height:1.65}.form-page{max-width:920px}.form-page--narrow{max-width:560px}.live-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.live-provider-card{display:grid;align-content:start;gap:12px;padding:16px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.live-provider-card:hover{border-color:var(--blue-border);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.live-provider-card__top{display:flex;align-items:center;gap:12px}.live-provider-card__photo{display:inline-grid;place-items:center;width:56px;height:56px;flex:0 0 auto;object-fit:cover;color:var(--blue);background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:999px;font-family:var(--font-display);font-size:1rem;font-weight:800}.live-provider-card__heading h2{margin:0;color:var(--ink);font-size:1rem;font-weight:700}.live-provider-card__heading p{margin:2px 0 0;color:var(--muted);font-size:.8rem;font-weight:600;text-transform:capitalize}.live-provider-card__badges{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:6px}.new-badge{padding:4px 9px;color:var(--blue-700);background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:999px;font-size:.66rem;font-weight:800}.experience-tag{padding:4px 9px;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:999px;font-size:.66rem;font-weight:800}.live-provider-card__bio{margin:0;color:var(--text);font-size:.84rem;line-height:1.55}.live-provider-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.public-profile-card{display:flex;align-items:flex-start;gap:22px;padding:26px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.public-profile-card__photo{display:inline-grid;place-items:center;width:108px;height:108px;flex:0 0 auto;object-fit:cover;color:var(--blue);background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:var(--radius-lg);font-family:var(--font-display);font-size:1.7rem;font-weight:800}.public-profile-card__body{display:grid;gap:10px;min-width:0}.public-profile-card__body h1{margin:0;color:var(--ink);font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800}.public-profile-card__meta{margin:0;color:var(--muted);font-size:.9rem;font-weight:700;text-transform:capitalize}.public-profile-card__bio{margin:0;max-width:64ch;color:var(--text);font-size:.94rem;line-height:1.65}@media(max-width:640px){.public-profile-card{flex-direction:column;padding:18px}.live-provider-card__bottom{display:grid;gap:10px}}.listing-note{margin:0 0 14px;padding:10px 14px;color:var(--muted);background:var(--white);border:1px dashed var(--line-strong);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600}@media(max-width:760px){.live-provider-grid{grid-template-columns:1fr}}.account-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.account-hero__logout{flex:0 0 auto;color:var(--ink);background:var(--white);border-color:var(--line-strong)}.success-inline{margin:0 0 14px;padding:12px 14px;font-size:.86rem;font-weight:700;color:var(--green);background:var(--green-soft);border:1px solid var(--green-border);border-radius:var(--radius-sm)}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.account-panel{display:grid;align-content:start;gap:14px;padding:22px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.account-panel h2{margin:0;color:var(--ink);font-size:1.05rem;font-weight:800}.account-panel>p{margin:-6px 0 0;color:var(--muted);font-size:.86rem;line-height:1.55}.account-identity{display:flex;align-items:center;gap:14px}.account-identity__photo{display:inline-grid;place-items:center;width:76px;height:76px;flex:0 0 auto;object-fit:cover;color:var(--blue);background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:999px;font-family:var(--font-display);font-size:1.3rem;font-weight:800}.account-identity h2{margin:0;font-size:1.1rem}.account-identity p{margin:3px 0 0;color:var(--muted);font-size:.84rem;font-weight:600}.account-identity__meta{font-size:.76rem}.kyc-badge{display:inline-block;margin-top:7px;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:800}.kyc-badge--pending{color:var(--muted);background:var(--bg);border:1px solid var(--line-strong)}.kyc-badge--submitted{color:#b45309;background:var(--gold-soft);border:1px solid #fde68a}.kyc-badge--verified{color:var(--green);background:var(--green-soft);border:1px solid var(--green-border)}.kyc-badge--rejected{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.account-upload{justify-self:start;cursor:pointer}.account-phone{display:grid;gap:6px;padding-top:14px;border-top:1px solid var(--line)}.account-phone strong{color:var(--ink);font-size:.82rem;font-weight:800}.account-phone>span{color:var(--text);font-weight:700}.account-phone__change{display:grid;gap:12px;margin-top:8px}.account-form{display:grid;gap:12px}.account-form label{display:grid;gap:7px;color:var(--ink);font-size:.82rem;font-weight:800}.account-form input{min-height:44px;padding:10px 12px;color:var(--ink);font-weight:600;background:var(--white);border:1px solid var(--line-strong);border-radius:var(--radius-sm)}.account-form input[type=file]{padding:9px 12px;font-weight:500}.account-form .button{justify-self:start}.account-panel--wide{margin-bottom:14px}.account-details-form{padding:0;border:none;box-shadow:none;border-radius:0}@media(max-width:860px){.account-grid{grid-template-columns:1fr}.account-hero{flex-direction:column}}.form-hero{margin-bottom:18px}.directory-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:24px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.directory-form label{display:grid;gap:7px;color:var(--ink);font-size:.82rem;font-weight:800}.directory-form input,.directory-form select,.directory-form textarea{width:100%;min-height:46px;padding:12px 14px;color:var(--ink);font-weight:600;background:var(--white);border:1px solid var(--line-strong);border-radius:var(--radius-sm);transition:border-color .15s ease,box-shadow .15s ease}.directory-form input::placeholder,.directory-form textarea::placeholder{color:var(--muted);font-weight:500}.directory-form input:focus,.directory-form select:focus,.directory-form textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb24}.directory-form textarea{resize:vertical}.directory-form__wide{grid-column:1 / -1}.upload-placeholder{display:grid;justify-items:center;gap:8px;padding:26px;color:var(--muted);font-size:.88rem;text-align:center;background:var(--soft-blue);border:1px dashed var(--blue-border);border-radius:var(--radius-md)}.upload-placeholder strong{color:var(--ink)}.field-optional{font-weight:700;color:var(--muted)}.field-hint{margin:-4px 0 0;font-size:.8rem;font-weight:600;color:var(--muted)}.error-panel{margin:0;padding:12px 14px;font-size:.86rem;font-weight:700;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm)}.error-panel--stacked{display:grid;gap:8px;justify-items:start}.otp-field{display:grid;gap:12px}.otp-field__action{justify-self:start}.otp-field__verify{display:grid;gap:12px;padding:16px;background:var(--soft-blue);border:1px solid var(--blue-border);border-radius:var(--radius-md)}.otp-field__buttons{display:flex;flex-wrap:wrap;gap:12px}.otp-verified{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.otp-verified__badge{padding:8px 14px;font-size:.84rem;font-weight:800;color:var(--green);background:var(--green-soft);border:1px solid var(--green-border);border-radius:999px}.otp-verified__change{padding:0;font-size:.8rem;font-weight:700;color:var(--blue);background:none;border:none;cursor:pointer}.success-panel{display:grid;gap:8px;padding:32px;background:var(--green-soft);border:1px solid var(--green-border)}.plus-page{padding-top:28px}.plus-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:32px;align-items:center;padding:34px;color:var(--white);background:var(--navy);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.plus-hero h1,.plus-hero p,.plus-hero .eyebrow{color:inherit}.plus-hero p{color:#ffffffc2}.plus-hero img{min-height:340px;border-radius:var(--radius-lg)}.plus-card{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.plus-card:hover{border-color:var(--blue-border);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.plus-card span{color:var(--muted);font-size:.9rem;line-height:1.6;padding-top:0}.plus-card em{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:.86rem;font-style:normal;font-weight:800;padding-top:0}.simple-route-panel{max-width:780px;padding:44px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-md)}.footer{margin-top:60px;color:var(--white);background:var(--navy)}.footer__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:48px;padding-block:44px}.footer p{max-width:400px;color:#ffffffad;font-size:.92rem;line-height:1.7}.footer__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer h2{margin:0 0 14px;color:#ffffff8c;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.footer__columns a{display:block;margin-top:10px;color:#ffffffd9;font-size:.88rem;font-weight:600;transition:color .15s ease}.footer__columns a:hover{color:var(--white)}@media(max-width:1024px){.hero{gap:32px}.category-grid--home,.category-grid--services{grid-template-columns:repeat(2,minmax(0,1fr))}.how-strip__steps{grid-template-columns:1fr;gap:12px}}@media(max-width:1100px){.desktop-nav,.site-header__actions .button--compact{display:none}.icon-button.mobile-menu-button{display:inline-grid}.mobile-nav{display:grid;width:min(var(--shell-max),calc(100% - var(--shell-gutter)));margin:0 auto 16px;gap:8px;padding:10px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}}@media(max-width:980px){.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:14px;color:var(--ink);background:var(--bg);border-radius:var(--radius-md);font-weight:800}.mobile-nav__link--active{color:var(--white);background:var(--blue)}.trust-bar__copy{display:none}.hero,.plus-preview,.category-hero,.profile-grid,.plus-hero,.footer__inner{grid-template-columns:1fr}.hero__media{min-height:340px}.provider-grid{grid-template-columns:1fr}.portfolio-grid,.review-grid,.plus-card-grid{grid-template-columns:1fr 1fr}.provider-card{grid-template-columns:168px minmax(0,1fr)}.provider-card__media{height:188px}.profile-hero__content{grid-template-columns:1fr}.lead-actions--stacked{min-width:0}}@media(max-width:640px){:root{--shell-gutter: 24px}.trust-bar__inner,.site-header__inner,.hero,.section,.page,.footer__inner,.provider-cta,.request-banner,.plus-preview,.location-panel,.empty-state,.profile-panel,.success-panel,.simple-route-panel{width:min(var(--shell-max),calc(100% - var(--shell-gutter)))}.site-header__inner{min-height:64px}.brand strong{font-size:1.02rem}.brand small{max-width:170px;font-size:.5rem}.section,.page{padding-block:28px}.hero{gap:26px;padding-block:34px}.hero__copy h1,.plus-hero h1,.simple-route-panel h1{font-size:clamp(2.05rem,9.5vw,2.75rem)}.hero__copy p,.plus-hero p,.simple-route-panel p{font-size:.95rem;margin-top:14px}.category-grid--home,.category-grid--services,.portfolio-grid,.review-grid,.plus-card-grid,.directory-form,.footer__columns{grid-template-columns:1fr}.hero-search{flex-wrap:wrap}.hero-search__field{flex:1 1 100%;padding-block:4px}.hero-search__field--area{flex:1 1 56%}.hero-search__divider{display:none}.hero-search__button{flex:1 1 36%}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{display:block}.category-card__image{width:100%;aspect-ratio:16 / 9}.category-card--compact .category-card__image{aspect-ratio:16 / 9}.category-card__body{padding:16px;gap:7px}.category-card__body strong{font-size:1rem}.category-card__icon{top:10px;left:10px;width:34px;height:34px}.provider-card{grid-template-columns:104px minmax(0,1fr);align-items:start;gap:12px;padding:11px}.provider-card__media{align-self:start;height:116px;min-height:0;border-radius:var(--radius-sm)}.provider-card__content{gap:8px;padding-block:0}.provider-card__heading{display:grid;gap:6px}.provider-card h2{font-size:.98rem}.provider-card__bio{display:-webkit-box;overflow:hidden;font-size:.82rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-tags{display:none}.provider-card__bottom,.provider-cta,.request-banner,.section-header{display:grid;align-items:stretch}.section-header{gap:12px}.provider-cta,.request-banner{padding:22px;gap:18px}.lead-actions,.hero__actions{display:grid}.lead-actions .button,.hero__actions .button,.provider-cta .button,.request-banner .button,.directory-form .button,.otp-field__action.button{width:100%}.hero__media,.plus-preview__media{min-height:0}.plus-hero img{min-height:240px}.hero__contact-card{right:12px;bottom:12px;width:min(240px,calc(100% - 24px));padding:14px}.profile-hero__cover{height:220px}.plus-preview,.plus-hero,.simple-route-panel{padding:20px}.directory-form{padding:18px}.otp-field__buttons{display:grid}.otp-field__buttons .button{width:100%}.footer{margin-top:32px}.footer__inner{gap:32px;padding-block:34px}}@media(max-width:400px){.provider-card{grid-template-columns:92px minmax(0,1fr)}.provider-card__media{height:104px}}
