:root{--sp-ink:#102033;--sp-muted:#64748b;--sp-line:#dbe5ef;--sp-soft:#f6f8fb;--sp-card:#fff;--sp-brand:#08756f;--sp-brand-2:#0f9f8f;--sp-accent:#245bd6;--sp-warn:#d97706;--sp-danger:#b42318;--sp-shadow:0 12px 30px rgba(15,23,42,.08)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f7f9fc;color:var(--sp-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#111;padding:10px;z-index:99}.skip-link:focus{left:12px}
.announcement{background:linear-gradient(90deg,#10214a,#0f766e);color:#fff}.announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;font-size:13px;font-weight:850}.icon-btn{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}

.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,229,239,.9);box-shadow:0 8px 28px rgba(15,23,42,.04)}
.spx-header-inner{min-height:76px;display:flex;align-items:center;gap:22px}
.spx-brand{display:flex;align-items:center;gap:11px;min-width:245px}
.spx-brand-symbol{display:grid;place-items:center;width:46px;height:46px;border-radius:8px;background:#e9fbf8;border:1px solid #b9eee5}
.spx-brand-text{display:grid;gap:1px}.spx-brand-text strong{font-size:17px;color:#0f172a;line-height:1}.spx-brand-text small{font-size:12px;color:#64748b;font-weight:850}
.spx-desktop-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.spx-desktop-nav a{border-radius:8px;padding:10px 12px;color:#334155;font-size:14px;font-weight:900}.spx-desktop-nav a:hover,.spx-desktop-nav a.active{background:#e9fbf8;color:#08756f}
.spx-actions{display:flex;align-items:center;gap:10px}.spx-call,.spx-login{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:8px;padding:9px 14px;font-weight:950}.spx-call{border:1px solid #bfdbfe;color:#1d4ed8;background:#eff6ff}.spx-login{background:#08756f;color:#fff;box-shadow:0 10px 22px rgba(8,117,111,.18)}
.spx-menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--sp-line);border-radius:8px;background:#fff;place-items:center;gap:4px}.spx-menu-toggle span{display:block;width:19px;height:2px;background:#102033}
.mobile-drawer{position:fixed;inset:0;z-index:60;background:rgba(15,23,42,.45);padding:14px}.mobile-drawer-panel{margin-left:auto;width:min(390px,100%);height:100%;background:#fff;border-radius:8px;padding:18px;box-shadow:0 24px 70px rgba(15,23,42,.28);display:grid;align-content:start;gap:16px}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-search{display:grid;gap:10px}.drawer-search input{border:1px solid var(--sp-line);border-radius:8px;padding:12px;font:inherit}.drawer-search button{border:0;border-radius:8px;background:#08756f;color:#fff;padding:12px;font-weight:950}.drawer-links{display:grid;gap:8px}.drawer-links a{padding:12px;border:1px solid var(--sp-line);border-radius:8px;background:#f8fafc;font-weight:900}

.sp-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbff 0%,#eefaf7 54%,#fff7ed 100%);border-bottom:1px solid var(--sp-line)}
.sp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,117,111,.07),transparent 36%,rgba(36,91,214,.08));pointer-events:none}
.sp-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:30px;align-items:center;padding:58px 0 52px}
.sp-hero-copy{display:grid;gap:16px}.sp-kicker{display:inline-flex;width:max-content;align-items:center;gap:8px;border:1px solid #b9eee5;background:#fff;color:#08756f;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:0}
.sp-title{margin:0;color:#0f172a;font-size:62px;line-height:1.01;letter-spacing:0;max-width:820px}.sp-title span{color:#08756f}.sp-lead{margin:0;color:#475569;font-size:18px;line-height:1.68;max-width:740px}
.sp-card,.panel,.auth-card,.info-card,.step-card,.guide-card,.faq-item,.provider-card,.sp-service-card{background:var(--sp-card);border:1px solid var(--sp-line);border-radius:8px;box-shadow:var(--sp-shadow)}
.sp-search-panel{display:grid;gap:13px;padding:17px}.sp-hero-search{max-width:790px;border-color:#cfe6e3}
.sp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sp-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.sp-field,label{display:grid;gap:7px;color:#233044;font-size:13px;font-weight:950}.sp-field input,.sp-field select,.sp-field textarea,label input,label select,label textarea{width:100%;border:1px solid #d4dfeb;border-radius:8px;background:#fff;color:#111827;padding:12px 13px;font:inherit;font-weight:750;outline:0}.sp-field input:hover,.sp-field select:hover,.sp-field textarea:hover,label input:hover,label select:hover,label textarea:hover{border-color:#b8c8d9}.sp-field input:focus,.sp-field select:focus,.sp-field textarea:focus,label input:focus,label select:focus,label textarea:focus{border-color:#08756f;box-shadow:0 0 0 4px rgba(8,117,111,.12)}.sp-field textarea,label textarea{min-height:112px;resize:vertical}.sp-field.full,.sp-wide{grid-column:1/-1}.sp-range-field{grid-template-columns:1fr auto;align-items:center}.sp-range-field input{grid-column:1/-1;padding-inline:0}.sp-range-value{color:#08756f;font-weight:950}
.sp-actions,.sp-chip-row,.sp-filter-row,.sp-badge-row,.chip-row,.service-badges{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.sp-btn,.btn{border:0;border-radius:8px;background:#08756f;color:#fff;min-height:44px;padding:12px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:950;cursor:pointer;box-shadow:0 10px 24px rgba(8,117,111,.18)}.sp-btn:hover,.btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(8,117,111,.24)}.sp-btn.secondary,.btn.ghost,.btn.alt{background:#fff;color:#08756f;border:1px solid #b9eee5;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.sp-badge,.service-badges span{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:950}.sp-popular-row{margin-top:0}.sp-badge:hover{background:#dbeafe;border-color:#bfdbfe;color:#1e40af}
.sp-hero-panel{display:grid;gap:12px}.sp-panel-card{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #dbe5ef;border-radius:8px;padding:16px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.sp-panel-card.primary{background:#0f253f;color:#fff;border-color:#0f253f}.sp-panel-card strong{display:block;font-size:16px}.sp-panel-card p{margin:4px 0 0;color:#64748b;line-height:1.5}.sp-panel-card.primary p{color:#cbd5e1}
.sp-icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#e9fbf8;color:#08756f;border:1px solid #b9eee5;flex:0 0 auto}.sp-icon svg,.sp-provider-meta svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-step-dot{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#245bd6;color:#fff;font-size:13px;font-weight:950;flex:0 0 auto}
.sp-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sp-stat{padding:16px;border-radius:8px;background:#fff;border:1px solid var(--sp-line);box-shadow:0 10px 24px rgba(15,23,42,.06)}.sp-stat b{display:block;color:#0f172a;font-size:24px}.sp-stat span{display:block;color:#64748b;font-size:12px;font-weight:900;margin-top:2px}

.sp-section{padding:38px 0}.sp-section-tight{padding:26px 0}.sp-band{background:#f1f6fa;border-block:1px solid var(--sp-line)}.sp-section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.sp-section-head span,.info-card>span:not(.sp-icon){display:inline-flex;color:#08756f;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:0}.sp-section-head h2,.info-card h2,.panel h2,.auth-card h1,.provider-onboard h2{margin:4px 0;color:#0f172a;font-size:28px;line-height:1.15;letter-spacing:0}.sp-section-head p,.info-card p{margin:0;color:#64748b;line-height:1.6}
.sp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.sp-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.sp-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.sp-service-card,.info-card,.step-card,.guide-card,.faq-item{padding:17px;text-decoration:none;color:inherit}.sp-service-card{position:relative;display:grid;align-content:start;gap:10px;min-height:160px;overflow:hidden}.sp-service-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#14b8a6,#2563eb);opacity:.85}.sp-service-card:nth-child(3n+2):before{background:linear-gradient(90deg,#2563eb,#7c3aed)}.sp-service-card:nth-child(3n):before{background:linear-gradient(90deg,#f59e0b,#14b8a6)}.sp-service-card:hover,.provider-card:hover,.info-card:hover,.step-card:hover,.guide-card:hover{transform:translateY(-2px);border-color:#bed7ee;box-shadow:0 18px 40px rgba(15,23,42,.1)}.sp-service-card strong,.provider-card h3,.guide-card h3{display:block;color:#0f172a;font-size:18px;margin:0}.sp-service-card p,.provider-card p,.guide-card p{margin:6px 0 0;color:#64748b;line-height:1.55}.sp-feature-card{display:grid;gap:10px}.sp-feature-card h2{font-size:20px;margin:0}.guide-card{border-top:4px solid #14b8a6}.guide-card:nth-child(2n){border-top-color:#2563eb}
.sp-service-card.reveal-item,.provider-card.reveal-item,.info-card.reveal-item,.step-card.reveal-item,.guide-card.reveal-item,.faq-item.reveal-item{opacity:1;transform:none}
.sp-page-head{padding:34px 0;background:linear-gradient(135deg,#f8fafc,#eefaf7 56%,#eff6ff);border-bottom:1px solid var(--sp-line)}.sp-page-head h1{margin:0;color:#0f172a;font-size:36px;letter-spacing:0}.sp-page-head p{color:#64748b;max-width:760px;line-height:1.62}.breadcrumb{font-size:13px;font-weight:850;color:#64748b;margin-bottom:8px}.breadcrumb a{color:#08756f}
.sp-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px;align-items:start}.sp-sidebar{position:sticky;top:94px;padding:17px}.sp-results-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}.sp-results-head h2{margin:0;color:#0f172a}
.sp-provider-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,auto);gap:16px;align-items:start;padding:17px}.sp-provider-main{display:flex;gap:14px;min-width:0}.sp-provider-avatar{display:grid;place-items:center;width:54px;height:54px;border-radius:8px;background:linear-gradient(135deg,#08756f,#245bd6);color:#fff;font-size:22px;font-weight:950;flex:0 0 auto}.sp-provider-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;color:#64748b;font-size:13px;font-weight:850}.sp-provider-meta span{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e8eef5;border-radius:8px;padding:7px 9px}.sp-provider-meta svg{width:15px;height:15px;color:#245bd6}.card-actions{display:grid;gap:10px;justify-items:stretch}.card-actions .fine{text-align:center}.sp-price{font-size:20px;color:#08756f;font-weight:950;text-align:right}
.sp-table{width:100%;border-collapse:separate;border-spacing:0 8px}.sp-table th{text-align:left;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:0;padding:0 12px}.sp-table td{background:#fff;border-top:1px solid var(--sp-line);border-bottom:1px solid var(--sp-line);padding:12px;vertical-align:middle}.sp-table td:first-child{border-left:1px solid var(--sp-line);border-radius:8px 0 0 8px;font-weight:950;color:#0f172a}.sp-table td:last-child{border-right:1px solid var(--sp-line);border-radius:0 8px 8px 0}
.sp-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sp-media-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--sp-line);border-radius:8px;background:#f8fafc}
.select-chip{display:flex;align-items:center;gap:10px;border:1px solid var(--sp-line);border-radius:8px;padding:11px;background:#fff;cursor:pointer}.select-chip:hover{border-color:#93c5fd;box-shadow:0 10px 22px rgba(37,99,235,.08)}.select-chip input{width:auto;accent-color:#08756f}.select-chip span{display:grid}.select-chip small,.fine,.muted{color:#64748b;font-size:12px;line-height:1.5}.alert-error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;border-radius:8px;padding:10px;font-weight:950}.empty{padding:18px;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;background:#fff}.sp-service-select-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:14px;align-items:end}.sp-service-select-head h2{margin-bottom:0}.sp-service-picker{max-height:430px;overflow:auto;padding:2px 4px 6px 2px;scrollbar-gutter:stable}.sp-service-picker .select-chip{align-items:flex-start}.prose{line-height:1.75;color:#334155}.prose h2{color:#0f172a}
.admin-tabs{margin-bottom:18px}.inline-admin-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inline-admin-form select{border:1px solid #d4dfeb;border-radius:8px;background:#fff;color:#111827;padding:9px 10px;font:inherit;font-size:13px;font-weight:850}.inline-admin-form label{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:900;color:#334155}.inline-admin-form .sp-btn{min-height:36px;padding:8px 11px;font-size:12px}
.auth-page{min-height:58vh;display:grid;place-items:center;padding:42px 16px}.auth-card{width:min(440px,100%);padding:24px;display:grid;gap:13px}
.sp-flash-wrap{padding-top:14px}.sp-alert{border-radius:8px;padding:12px 14px;font-weight:950;box-shadow:0 10px 24px rgba(15,23,42,.06)}.sp-alert.success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.sp-btn.is-active,.btn.is-active{background:#ecfdf5;color:#047857;border-color:#86efac}.sp-badge.is-muted{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.sp-inline-action{display:flex;justify-content:flex-end}.sp-notification-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;gap:12px;align-items:center;padding:16px}.sp-notification-row p{margin:4px 0 0;color:#64748b}.sp-notification-row .sp-btn{min-height:36px;padding:8px 12px;font-size:12px}

.footer{background:#0f172a;color:#cbd5e1;margin-top:32px}.footer-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:24px;align-items:end;padding:34px 0 22px;border-bottom:1px solid rgba(148,163,184,.22)}.footer-brand p{max-width:620px;color:#cbd5e1;line-height:1.65}.footer-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.footer-search input{border:1px solid rgba(203,213,225,.3);border-radius:8px;background:#111f33;color:#fff;padding:13px;font:inherit}.footer-search button{border:0;border-radius:8px;background:#10b981;color:#08231f;padding:12px 16px;font-weight:950}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px;padding:24px 0}.footer-group{display:grid;gap:8px}.footer-group summary{color:#fff;font-weight:950;margin-bottom:8px;cursor:pointer}.footer-group a{display:block;color:#dbeafe;padding:5px 0}.footer-bottom{display:flex;justify-content:space-between;gap:14px;color:#94a3b8;border-top:1px solid rgba(148,163,184,.18);padding:16px 0;font-size:13px;font-weight:800}

.footer-brand-lockup{display:inline-flex;align-items:center;gap:12px;color:#fff}.footer-brand-lockup img{filter:drop-shadow(0 10px 22px rgba(16,185,129,.18))}.footer-brand-lockup strong{display:block;color:#fff;font-size:18px;line-height:1}.footer-brand-lockup small{display:block;color:#38bdf8;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:0;margin-top:4px}.sp-empty-state{display:grid;place-items:start;gap:12px;padding:28px;background:linear-gradient(135deg,#fff,#f8fafc);border-style:solid;box-shadow:0 18px 45px rgba(15,23,42,.08)}.sp-empty-state h2{margin:0;color:#0f172a;font-size:24px}.sp-empty-state p{margin:0;color:#64748b;max-width:560px}.sp-empty-state .sp-icon{background:#fff7ed;color:#d97706;border-color:#fed7aa}.sp-sidebar{box-shadow:0 16px 40px rgba(15,23,42,.07)}.sp-page-head{box-shadow:inset 0 -1px 0 rgba(8,117,111,.05)}.sp-results-head{padding:14px 0}.sp-directory-section{padding-top:10px}.sp-directory-list{display:grid;gap:14px}.sp-service-group{background:#fff;border:1px solid var(--sp-line);border-radius:8px;box-shadow:0 12px 30px rgba(15,23,42,.06);overflow:hidden}.sp-service-group summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;cursor:pointer;list-style:none}.sp-service-group summary::-webkit-details-marker{display:none}.sp-group-copy{display:grid;gap:4px}.sp-group-copy small{color:#08756f;font-size:12px;font-weight:950;text-transform:uppercase}.sp-group-copy strong{color:#0f172a;font-size:22px}.sp-group-copy em{color:#64748b;font-style:normal;line-height:1.45}.sp-group-action{border:1px solid #b9eee5;background:#f0fdfa;color:#08756f;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:950}.sp-service-group[open] .sp-group-action{background:#08756f;color:#fff;border-color:#08756f}.sp-service-group>.sp-grid{padding:0 18px 18px}.sp-group-search{margin:0 18px 18px;width:max-content}.sp-btn:focus-visible,.btn:focus-visible,.spx-desktop-nav a:focus-visible,.drawer-links a:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}.sp-card,.panel,.auth-card,.info-card,.step-card,.guide-card,.faq-item,.provider-card,.sp-service-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
@media(max-width:980px){.container{width:min(100% - 24px,1180px)}.spx-desktop-nav,.spx-actions{display:none}.spx-menu-toggle{display:grid}.spx-brand{min-width:0}.sp-title{font-size:48px}.sp-hero-grid,.sp-layout,.sp-grid.two,.footer-top{grid-template-columns:1fr}.sp-grid,.sp-grid.four,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp-sidebar{position:static}.sp-section-head{display:block}.sp-form-grid,.sp-form-grid.three{grid-template-columns:1fr}.panel{overflow-x:auto}}
@media(max-width:600px){.announcement-inner{min-height:34px;font-size:11px}.spx-header-inner{min-height:66px}.spx-brand{flex:1;gap:8px;min-width:0}.spx-brand-symbol{width:36px;height:36px}.spx-brand-symbol img{width:28px;height:28px}.spx-brand-text{min-width:0;max-width:none}.spx-brand-text strong{font-size:13px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.sp-title{font-size:31px;line-height:1.08}.sp-lead{font-size:15px;line-height:1.55}.sp-kicker{font-size:10px}.sp-hero-grid{padding:28px 0}.sp-hero-panel{display:none}.sp-section{padding:28px 0}.sp-section-tight{padding:18px 0}.sp-panel-card{padding:12px}.sp-grid,.sp-grid.four,.sp-stats,.footer-grid,.sp-media-grid{grid-template-columns:1fr}.sp-provider-card{grid-template-columns:1fr}.sp-provider-main{display:grid}.sp-provider-avatar{width:48px;height:48px}.sp-price{text-align:left}.card-actions .fine{text-align:left}.sp-layout>aside{order:2}.sp-layout>section{order:1}.sp-sidebar{margin-top:14px}.sp-actions .sp-btn,.sp-actions .btn{width:100%}.sp-page-head{padding:28px 0}.sp-page-head h1{font-size:28px}.sp-results-head{display:grid;padding-top:0}.sp-empty-state{padding:22px}.sp-service-select-head{grid-template-columns:1fr}.sp-service-picker{max-height:360px}.sp-service-group summary{padding:15px}.sp-service-group>.sp-grid{padding:0 15px 15px}.sp-group-copy strong{font-size:18px}.sp-group-action{padding:7px 10px}.sp-group-search{margin:0 15px 15px;width:calc(100% - 30px)}.footer-search{grid-template-columns:1fr}.footer-bottom{display:grid}.footer-brand-lockup strong{font-size:16px}.spx-brand-text small{display:none}.panel{overflow:visible}.sp-table{min-width:0;border-spacing:0;display:block}.sp-table thead{display:none}.sp-table tbody,.sp-table tr,.sp-table td{display:block;width:100%}.sp-table tr{background:#fff;border:1px solid var(--sp-line);border-radius:8px;margin:0 0 10px;padding:10px;box-shadow:0 8px 20px rgba(15,23,42,.05)}.sp-table td{border:0!important;border-radius:0!important;padding:7px 0;background:transparent}.sp-table td:first-child{font-size:15px}.inline-admin-form{display:grid;grid-template-columns:1fr;align-items:stretch}.inline-admin-form .sp-btn{width:100%}.sp-notification-row{grid-template-columns:1fr;align-items:start}.sp-inline-action{justify-content:stretch}.sp-inline-action .sp-btn{width:100%}}

@keyframes spGradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes spLiftIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes spSoftPulse{0%,100%{opacity:.72}50%{opacity:1}}
.announcement{background:linear-gradient(90deg,#10214a,#245bd6,#0f766e,#d97706);background-size:240% 240%;animation:spGradientFlow 14s ease infinite}
.sp-hero{background:linear-gradient(135deg,#f8fbff 0%,#eefaf7 34%,#eff6ff 67%,#fff7ed 100%)}.sp-hero:before{background:linear-gradient(110deg,rgba(8,117,111,.08),transparent 28%,rgba(36,91,214,.1),transparent 68%,rgba(217,119,6,.08));background-size:220% 220%;animation:spGradientFlow 18s ease infinite}
.sp-btn,.btn{background:linear-gradient(135deg,#08756f,#10b981);box-shadow:0 12px 26px rgba(8,117,111,.2)}.sp-btn.secondary,.btn.ghost,.btn.alt{background:linear-gradient(135deg,#fff,#f0fdfa);color:#08756f;border-color:#b9eee5}.sp-btn:hover,.btn:hover{filter:saturate(1.1)}
.sp-badge,.service-badges span{background:linear-gradient(135deg,#eff6ff,#ecfdf5);color:#1d4ed8}.sp-badge:nth-child(3n){background:linear-gradient(135deg,#fff7ed,#eff6ff);color:#9a3412;border-color:#fed7aa}.sp-badge:nth-child(3n+1){background:linear-gradient(135deg,#f0fdfa,#eff6ff);color:#047857;border-color:#b9eee5}.sp-badge:hover{transform:translateY(-1px)}
.sp-panel-card{background:linear-gradient(135deg,#fff,#f8fafc)}.sp-panel-card.primary{background:linear-gradient(135deg,#0f253f,#155e75)}.sp-icon{background:linear-gradient(135deg,#ecfdf5,#eff6ff)}.sp-step-dot{background:linear-gradient(135deg,#245bd6,#7c3aed)}
.sp-service-card:before{background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b);background-size:220% 220%;animation:spGradientFlow 10s ease infinite}.sp-service-card:nth-child(3n+2):before{background:linear-gradient(90deg,#2563eb,#7c3aed,#14b8a6);background-size:220% 220%}.sp-service-card:nth-child(3n):before{background:linear-gradient(90deg,#f59e0b,#14b8a6,#2563eb);background-size:220% 220%}
.sp-service-group summary{position:relative;background:linear-gradient(135deg,#fff,#f8fafc)}.sp-service-group summary:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b);background-size:220% 220%;animation:spGradientFlow 12s ease infinite}.sp-service-group[open] .sp-group-action{background:linear-gradient(135deg,#08756f,#245bd6);color:#fff;border-color:#08756f}
.reveal-item{opacity:0;transform:translateY(14px)}.reveal-item.is-visible{animation:spLiftIn .56s ease forwards;animation-delay:var(--reveal-delay,0ms)}
.sp-empty-state{background:linear-gradient(135deg,#fff,#f8fafc 48%,#fff7ed);border-color:#cfe6e3}.sp-empty-state .sp-icon{animation:spSoftPulse 2.8s ease infinite}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.reveal-item{opacity:1!important;transform:none!important}}
.sp-visual-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px}.sp-mini-visual{position:relative;overflow:hidden;display:grid;gap:7px;align-content:start;min-height:112px;padding:13px;border:1px solid #dbeafe;border-radius:8px;background:linear-gradient(135deg,#fff,#eff6ff);box-shadow:0 12px 28px rgba(15,23,42,.06)}.sp-mini-visual:after{content:"";position:absolute;right:-18px;bottom:-18px;width:66px;height:66px;border-radius:999px;background:linear-gradient(135deg,rgba(20,184,166,.16),rgba(37,99,235,.12));animation:spSoftPulse 3.2s ease infinite}.sp-mini-visual:nth-child(2){background:linear-gradient(135deg,#fff,#ecfdf5)}.sp-mini-visual:nth-child(3){background:linear-gradient(135deg,#fff,#fff7ed)}.sp-mini-visual:nth-child(4){background:linear-gradient(135deg,#fff,#f5f3ff)}.sp-mini-visual strong{color:#0f172a;font-size:15px}.sp-mini-visual small{color:#64748b;font-weight:850;line-height:1.35}.sp-mini-visual .sp-icon{width:36px;height:36px}.sp-mini-visual:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.1)}
.sp-group-icon,.sp-card-icon{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:8px;background:linear-gradient(135deg,#ecfdf5,#eff6ff);border:1px solid #b9eee5;color:#08756f}.sp-group-icon{width:46px;height:46px}.sp-card-icon{width:34px;height:34px;margin-bottom:2px}.sp-group-icon svg,.sp-card-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-service-group:nth-child(3n+2) .sp-group-icon,.sp-service-card:nth-child(3n+2) .sp-card-icon{background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-color:#c7d2fe;color:#245bd6}.sp-service-group:nth-child(3n) .sp-group-icon,.sp-service-card:nth-child(3n) .sp-card-icon{background:linear-gradient(135deg,#fff7ed,#ecfdf5);border-color:#fed7aa;color:#d97706}
@media(max-width:600px){.sp-visual-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.sp-mini-visual{min-height:96px;padding:11px}.sp-group-icon{width:38px;height:38px}.sp-service-group summary{grid-template-columns:auto minmax(0,1fr) auto}.sp-group-copy em{display:none}}

body{background:linear-gradient(180deg,#f8fbff 0,#eef6ff 36%,#f7f9fc 72%)}
.sp-section{position:relative}.sp-section-glow{background:linear-gradient(135deg,#ecfdf5,#eff6ff 48%,#fff7ed);border-block:1px solid rgba(190,215,238,.65)}.sp-category-band{background:linear-gradient(180deg,#f8fafc,#eef6ff)}.sp-split-band{background:linear-gradient(135deg,#fff,#f0fdfa 50%,#eff6ff)}.sp-safety-band{background:linear-gradient(135deg,#0f253f,#145369 48%,#08756f);color:#fff}.sp-safety-band .info-card{background:rgba(255,255,255,.96);color:#102033}.sp-faq-band{background:linear-gradient(180deg,#f7f9fc,#eef6ff)}
.sp-section-head{position:relative;padding-block:4px}.sp-section-head:after{content:"";position:absolute;left:0;bottom:-10px;width:120px;height:4px;border-radius:8px;background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b);background-size:220% 220%;animation:spGradientFlow 10s ease infinite}.sp-section-head span,.info-card>span:not(.sp-icon){padding:5px 8px;border-radius:8px;background:linear-gradient(135deg,#ecfdf5,#eff6ff);border:1px solid #b9eee5;width:max-content}
.sp-grid{align-items:stretch}.sp-service-card,.info-card,.guide-card,.faq-item,.panel{height:100%}.sp-service-card{min-height:176px;background:linear-gradient(145deg,#fff,#f8fafc 64%,#eff6ff)}.sp-service-card:nth-child(4n+2){background:linear-gradient(145deg,#fff,#f8fafc 62%,#ecfdf5)}.sp-service-card:nth-child(4n+3){background:linear-gradient(145deg,#fff,#f8fafc 62%,#fff7ed)}.sp-service-card:nth-child(4n){background:linear-gradient(145deg,#fff,#f8fafc 62%,#f5f3ff)}.sp-service-card:hover .sp-icon,.sp-service-card:hover .sp-card-icon,.sp-mini-visual:hover .sp-icon{transform:scale(1.06) rotate(-2deg)}
.sp-feature-card{position:relative;overflow:hidden}.sp-feature-card:after{content:"";position:absolute;inset:auto 14px 12px;height:3px;border-radius:8px;background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b);background-size:220% 220%;animation:spGradientFlow 9s ease infinite}
.sp-mini-visual:after{right:12px;bottom:12px;width:42px;height:4px;border-radius:8px;background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b);background-size:220% 220%;animation:spGradientFlow 8s ease infinite}
.sp-hero-search{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 22px 50px rgba(15,23,42,.12)}.sp-hero-panel{align-self:stretch}.sp-panel-card{animation:spLiftIn .5s ease both}.sp-panel-card:nth-child(2){animation-delay:.08s}.sp-panel-card:nth-child(3){animation-delay:.16s}.sp-panel-card:nth-child(4){animation-delay:.24s}.sp-panel-card:nth-child(5){animation-delay:.32s}
.sp-service-group summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.sp-service-group>.sp-grid{align-items:stretch}.sp-service-group[open]{box-shadow:0 18px 44px rgba(15,23,42,.1)}.sp-group-action{min-width:62px;text-align:center}.sp-card-icon,.sp-icon,.sp-group-icon{transition:transform .18s ease,box-shadow .18s ease}.sp-card-icon{box-shadow:0 8px 18px rgba(15,23,42,.06)}
.sp-page-head{background:linear-gradient(135deg,#f8fafc,#ecfdf5 40%,#eff6ff);position:relative;overflow:hidden}.sp-page-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b,#7c3aed);background-size:240% 240%;animation:spGradientFlow 12s ease infinite}
.sp-empty-state{background:linear-gradient(135deg,#fff,#eff6ff 42%,#fff7ed);border:1px solid #b9eee5}.sp-sidebar{background:linear-gradient(180deg,#fff,#f8fafc)}
@media(max-width:600px){.sp-section-head{display:grid;gap:10px}.sp-section-head:after{bottom:-8px;width:82px}.sp-service-card{min-height:132px}.sp-visual-rail{gap:8px}.sp-mini-visual small{font-size:11px}.sp-safety-band{padding-block:28px}.sp-category-band{padding-top:26px}.sp-group-action{min-width:52px}.sp-service-group summary{gap:10px}.sp-service-group[open] .sp-grid{gap:10px}}
.sp-hero-panel .sp-panel-card{animation:none!important;opacity:1!important}.sp-hero-panel .sp-panel-card:not(.primary){background:linear-gradient(135deg,#fff,#eff6ff);border-color:#dbeafe}.sp-hero-panel .sp-panel-card:nth-child(3){background:linear-gradient(135deg,#fff,#ecfdf5);border-color:#b9eee5}.sp-hero-panel .sp-panel-card:nth-child(4){background:linear-gradient(135deg,#fff,#fff7ed);border-color:#fed7aa}.guide-card,.info-card .guide-card{height:auto!important;min-height:0!important}

@keyframes spFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spOrbitGlow{0%,100%{transform:scale(1);opacity:.82}50%{transform:scale(1.08);opacity:1}}
.sp-hero-showcase{position:relative;min-height:520px;display:grid;align-content:center;gap:16px;padding:26px;border:1px solid rgba(191,219,254,.85);border-radius:8px;background:radial-gradient(circle at 22% 18%,rgba(20,184,166,.24),transparent 28%),radial-gradient(circle at 80% 8%,rgba(124,58,237,.18),transparent 25%),linear-gradient(145deg,rgba(255,255,255,.86),rgba(239,246,255,.9));box-shadow:0 28px 70px rgba(15,23,42,.14);overflow:hidden}.sp-hero-showcase:before{content:"";position:absolute;inset:18px;border:1px dashed rgba(37,99,235,.22);border-radius:8px;pointer-events:none}.sp-showcase-card{position:relative;z-index:2;display:flex;align-items:flex-start;gap:12px;padding:18px;border-radius:8px;background:rgba(255,255,255,.92);border:1px solid rgba(219,234,254,.95);box-shadow:0 18px 44px rgba(15,23,42,.1);backdrop-filter:blur(10px)}.sp-showcase-card.main{background:linear-gradient(135deg,#0f253f,#155e75);color:#fff}.sp-showcase-card p{margin:5px 0 0;color:inherit;opacity:.82}.sp-showcase-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sp-showcase-grid .sp-stat{background:rgba(255,255,255,.94);animation:spFloat 5s ease-in-out infinite}.sp-showcase-grid .sp-stat:nth-child(2){animation-delay:.8s}.sp-showcase-grid .sp-stat:nth-child(3){animation-delay:1.6s}.sp-showcase-flow{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sp-showcase-flow span{display:grid;gap:4px;padding:14px;border-radius:8px;background:linear-gradient(135deg,#fff,#f0fdfa);border:1px solid #b9eee5;color:#0f172a;font-weight:950}.sp-showcase-flow b{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#245bd6,#7c3aed);color:#fff}.sp-showcase-orbit{position:absolute;inset:0;pointer-events:none}.sp-orbit-icon{position:absolute;display:grid;place-items:center;width:72px;height:72px;border-radius:8px;background:rgba(255,255,255,.82);border:1px solid rgba(219,234,254,.9);box-shadow:0 18px 44px rgba(15,23,42,.1);animation:spOrbitGlow 4.4s ease-in-out infinite}.sp-orbit-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-orbit-icon.one{right:34px;top:42px;color:#08756f}.sp-orbit-icon.two{left:22px;bottom:88px;color:#245bd6;animation-delay:1s}.sp-orbit-icon.three{right:74px;bottom:34px;color:#d97706;animation-delay:2s}
@media(max-width:980px){.sp-hero-showcase{min-height:auto}.sp-showcase-orbit{display:none}}@media(max-width:600px){.sp-hero-showcase{display:none}.sp-category-band .sp-grid.four{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sp-category-band .sp-service-card{min-height:118px;padding:13px}.sp-category-band .sp-service-card .sp-icon{width:32px;height:32px}.sp-category-band .sp-service-card strong{font-size:14px}.sp-category-band .sp-service-card p{font-size:11px;line-height:1.35}}

.site-header.spx-header{top:var(--announcement-offset,0px)!important;background:rgba(255,255,255,.88)!important;border-bottom:1px solid rgba(203,213,225,.7)!important;box-shadow:0 18px 44px rgba(15,23,42,.08)!important;backdrop-filter:blur(22px) saturate(1.25)!important}.site-header.spx-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:linear-gradient(90deg,#14b8a6,#2563eb,#f59e0b,#7c3aed);background-size:240% 240%;animation:spGradientFlow 12s ease infinite}.spx-header-inner{min-height:72px!important;gap:16px!important}.spx-brand{min-width:244px!important;padding:7px 10px 7px 7px;border-radius:8px;background:linear-gradient(135deg,rgba(236,253,245,.78),rgba(239,246,255,.78));border:1px solid rgba(185,238,229,.7);box-shadow:0 10px 24px rgba(15,23,42,.05)}.spx-brand-symbol{position:relative;width:44px!important;height:44px!important;background:linear-gradient(135deg,#ecfdf5,#eff6ff)!important;border-color:#b9eee5!important;box-shadow:0 10px 24px rgba(8,117,111,.14)}.spx-brand-symbol:after{content:"";position:absolute;inset:-4px;border-radius:10px;border:1px solid rgba(37,99,235,.22);animation:spSoftPulse 2.8s ease infinite}.spx-brand-text strong{font-size:16px!important;letter-spacing:0}.spx-brand-text small{font-size:11px!important;color:#08756f!important;text-transform:uppercase;font-weight:950!important}
.spx-desktop-nav{margin-left:auto!important;padding:5px!important;border:1px solid rgba(219,234,254,.95);border-radius:8px;background:rgba(248,250,252,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.spx-desktop-nav a{position:relative;min-height:38px;display:inline-flex!important;align-items:center!important;padding:9px 11px!important;border-radius:8px!important;color:#334155!important;font-size:13px!important;font-weight:950!important}.spx-desktop-nav a:hover{background:linear-gradient(135deg,#eff6ff,#ecfdf5)!important;color:#08756f!important;transform:translateY(-1px)}.spx-desktop-nav a.active{background:linear-gradient(135deg,#08756f,#245bd6)!important;color:#fff!important;box-shadow:0 10px 22px rgba(37,99,235,.18)}.spx-desktop-nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:-7px;height:3px;border-radius:8px;background:#10b981}.spx-desktop-nav a[href="/provider-register"]{background:linear-gradient(135deg,#fff7ed,#ecfdf5);border:1px solid #fed7aa;color:#9a3412!important}.spx-desktop-nav a[href="/provider-register"]:hover{background:linear-gradient(135deg,#f59e0b,#10b981)!important;color:#fff!important}
.spx-actions{gap:8px!important}.spx-call,.spx-login{min-height:42px!important;border-radius:8px!important;padding:10px 15px!important;font-size:13px!important;font-weight:950!important}.spx-call{background:linear-gradient(135deg,#eff6ff,#fff)!important;border:1px solid #bfdbfe!important;color:#245bd6!important;box-shadow:0 10px 22px rgba(37,99,235,.1)!important}.spx-call:hover{background:linear-gradient(135deg,#245bd6,#7c3aed)!important;color:#fff!important}.spx-login{background:linear-gradient(135deg,#08756f,#10b981)!important;color:#fff!important;box-shadow:0 12px 28px rgba(8,117,111,.22)!important}.spx-login:hover{transform:translateY(-1px);filter:saturate(1.12)}
.spx-menu-toggle{width:46px!important;height:46px!important;border-radius:8px!important;background:linear-gradient(135deg,#fff,#eff6ff)!important;border:1px solid #bfdbfe!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important;position:relative!important;display:none}.spx-menu-toggle span{width:20px!important;height:2px!important;border-radius:99px!important;background:#102033!important}.spx-menu-toggle[aria-expanded="true"]{background:linear-gradient(135deg,#08756f,#245bd6)!important}.spx-menu-toggle[aria-expanded="true"] span{background:#fff!important}
.mobile-drawer{background:rgba(15,23,42,.58)!important;backdrop-filter:blur(8px)!important;padding:12px!important}.mobile-drawer-panel{width:min(430px,100%)!important;border-radius:8px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;border:1px solid rgba(219,234,254,.9)!important;box-shadow:0 30px 80px rgba(15,23,42,.28)!important}.drawer-head{padding:4px 2px 12px;border-bottom:1px solid #e2e8f0}.drawer-head strong{font-size:17px;color:#0f172a}.drawer-head .icon-btn{width:40px;height:40px;border-radius:8px;background:#eff6ff;color:#245bd6}.drawer-search{padding:12px;border-radius:8px;background:linear-gradient(135deg,#eff6ff,#ecfdf5);border:1px solid #dbeafe}.drawer-search input{border-radius:8px!important;min-height:44px}.drawer-search button{border-radius:8px!important;background:linear-gradient(135deg,#08756f,#10b981)!important;color:#fff!important}.drawer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.drawer-links a{min-height:44px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#fff!important;color:#102033!important;justify-content:center;font-weight:950!important}.drawer-links a:hover{background:linear-gradient(135deg,#eff6ff,#ecfdf5)!important;color:#08756f!important}
@media(max-width:1180px){.spx-brand{min-width:210px!important}.spx-desktop-nav a{padding-inline:8px!important;font-size:12px!important}.spx-call,.spx-login{padding-inline:12px!important}}@media(max-width:980px){.spx-desktop-nav,.spx-actions{display:none!important}.spx-menu-toggle{display:grid!important}.spx-brand{min-width:0!important;max-width:calc(100% - 62px)}}@media(max-width:600px){.site-header.spx-header{box-shadow:0 12px 32px rgba(15,23,42,.08)!important}.spx-header-inner{min-height:62px!important}.spx-brand{padding:5px 8px 5px 5px}.spx-brand-symbol{width:38px!important;height:38px!important}.spx-brand-symbol img{width:30px!important;height:30px!important}.spx-brand-text strong{font-size:14px!important}.spx-brand-text small{display:block!important;font-size:9px!important}.drawer-links{grid-template-columns:1fr}.mobile-drawer-panel{height:auto!important;max-height:calc(100vh - 24px)!important;overflow:auto!important}}

.site-header.spx-header{isolation:isolate}.site-header.spx-header:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,184,166,.08),transparent 34%,rgba(37,99,235,.08),transparent 70%,rgba(245,158,11,.08));pointer-events:none;z-index:-1}.spx-header-inner{position:relative}.spx-brand{background:transparent!important;border-color:transparent!important;box-shadow:none!important;padding-left:0!important}.spx-brand:hover .spx-brand-symbol{transform:translateY(-1px) rotate(-2deg);box-shadow:0 16px 30px rgba(8,117,111,.18)}.spx-brand-symbol{transition:transform .18s ease,box-shadow .18s ease}.spx-brand-text strong{font-weight:1000!important}.spx-brand-text small{letter-spacing:.04em!important}.spx-desktop-nav{gap:2px!important;background:rgba(255,255,255,.7)!important;border-color:rgba(203,213,225,.75)!important;box-shadow:0 8px 24px rgba(15,23,42,.04),inset 0 1px 0 rgba(255,255,255,.9)!important}.spx-desktop-nav a{overflow:hidden}.spx-desktop-nav a:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(37,99,235,.1));opacity:0;transition:opacity .18s ease}.spx-desktop-nav a:hover:before{opacity:1}.spx-desktop-nav a.active:before{display:none}.spx-desktop-nav a span,.spx-desktop-nav a{z-index:1}.spx-actions{padding-left:2px}.spx-call{position:relative;overflow:hidden}.spx-call:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);transform:translateX(-120%);transition:transform .5s ease}.spx-call:hover:before{transform:translateX(120%)}.spx-login{position:relative;overflow:hidden}.spx-login:after{content:"";position:absolute;inset:auto 12px 6px;height:2px;border-radius:8px;background:rgba(255,255,255,.45)}
.spx-menu-toggle{overflow:hidden}.spx-menu-toggle:after{content:"";position:absolute;inset:auto 8px 8px;height:2px;border-radius:99px;background:linear-gradient(90deg,#14b8a6,#2563eb);opacity:.65}.drawer-head strong{display:flex;align-items:center;gap:8px}.drawer-head strong:before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#14b8a6,#2563eb);box-shadow:0 0 0 4px rgba(20,184,166,.12)}.drawer-links a:nth-child(3n+1){background:linear-gradient(135deg,#fff,#ecfdf5)!important}.drawer-links a:nth-child(3n+2){background:linear-gradient(135deg,#fff,#eff6ff)!important}.drawer-links a:nth-child(3n){background:linear-gradient(135deg,#fff,#fff7ed)!important}.drawer-links a:active{transform:scale(.99)}
@media(max-width:980px){.spx-brand{background:linear-gradient(135deg,rgba(236,253,245,.8),rgba(239,246,255,.8))!important;border:1px solid rgba(185,238,229,.7)!important;padding-left:5px!important}}@media(max-width:600px){.announcement-inner{padding-inline:2px}.spx-brand{max-width:calc(100% - 56px)!important}.spx-brand-text strong{max-width:155px;overflow:hidden!important;text-overflow:ellipsis!important}.spx-brand-symbol:after{display:none}.spx-menu-toggle{width:44px!important;height:44px!important}.mobile-drawer{padding:10px!important}.drawer-search{padding:10px}.drawer-links a{justify-content:flex-start!important;padding-left:14px!important}}

/* Final public polish pass: compact color, motion, and mobile hierarchy. */
.announcement{background:linear-gradient(90deg,#0f253f,#08756f 55%,#245bd6)}
.announcement-inner span{display:inline-flex;align-items:center;gap:8px}.announcement-inner span:before{content:"";width:8px;height:8px;border-radius:999px;background:#34d399;box-shadow:0 0 0 5px rgba(52,211,153,.16)}
.site-header.spx-header{background:rgba(255,255,255,.93)!important}.spx-header-inner{gap:12px!important}
.spx-brand{min-width:228px!important}.spx-brand-symbol img{filter:drop-shadow(0 7px 12px rgba(8,117,111,.18))}
.spx-desktop-nav a{white-space:nowrap}.spx-actions a{white-space:nowrap}
.sp-hero{background:linear-gradient(135deg,#f8fbff 0,#e9fbf8 39%,#eff6ff 72%,#fff7ed 100%)}.sp-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,#14b8a6,#2563eb,#f59e0b,transparent)}
.sp-title{max-width:720px}.sp-search-panel{border:1px solid rgba(185,238,229,.9)}.sp-search-panel .sp-btn{background:linear-gradient(135deg,#08756f,#10b981)}
.sp-popular-row .sp-badge{box-shadow:0 8px 18px rgba(15,23,42,.05)}.sp-popular-row .sp-badge:nth-child(3n+1){background:#ecfdf5;color:#047857;border-color:#a7f3d0}.sp-popular-row .sp-badge:nth-child(3n+2){background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.sp-popular-row .sp-badge:nth-child(3n){background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.sp-showcase-card.main{background:linear-gradient(135deg,#0f253f,#0f766e 58%,#245bd6)}.sp-showcase-flow span:nth-child(2){background:linear-gradient(135deg,#fff,#eff6ff);border-color:#bfdbfe}.sp-showcase-flow span:nth-child(3){background:linear-gradient(135deg,#fff,#fff7ed);border-color:#fed7aa}
.sp-service-card{border-color:rgba(203,213,225,.78)}.sp-service-card strong{line-height:1.25}.sp-service-card p{font-size:13px}.sp-service-card:hover:before{animation:spGradientFlow 2.8s ease infinite}
.sp-safety-band .info-card{box-shadow:0 20px 48px rgba(2,6,23,.16)}.faq-item{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.faq-item:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.footer{background:radial-gradient(circle at 8% 12%,rgba(20,184,166,.17),transparent 24%),linear-gradient(135deg,#07111f,#0f172a 56%,#082f49)}.footer-search button{background:linear-gradient(135deg,#10b981,#22c55e)}
@media(max-width:1180px){.spx-brand{min-width:205px!important}.spx-header-inner{gap:8px!important}}
@media(max-width:600px){
 .announcement-inner{min-height:30px;font-size:10px;line-height:1.25}.announcement-inner span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-inner .icon-btn{width:28px;height:28px;display:grid;place-items:center}
 .spx-header-inner{min-height:64px!important}.spx-brand{max-width:calc(100% - 54px)!important;border-radius:8px!important}.spx-brand-text{max-width:none!important}.spx-brand-text strong{max-width:none!important;font-size:13px!important;font-weight:950!important}.spx-brand-text small{display:none!important}.spx-menu-toggle{box-shadow:0 10px 24px rgba(37,99,235,.12)!important}.spx-menu-toggle span{grid-column:1;grid-row:auto}.spx-menu-toggle:after{display:none}.spx-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.spx-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.spx-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
 .sp-hero-grid{gap:16px;padding:28px 0 24px}.sp-title{font-size:32px!important}.sp-hero-search{padding:14px}.sp-actions .sp-btn,.sp-actions .btn{min-height:42px}.sp-visual-rail{margin-top:4px}
 .sp-hero-showcase{display:grid;min-height:auto;padding:14px;gap:10px;margin-top:4px;border-radius:8px;box-shadow:0 16px 36px rgba(15,23,42,.1)}.sp-hero-showcase:before,.sp-showcase-orbit{display:none}.sp-showcase-card{padding:12px}.sp-showcase-card.main .sp-icon{width:34px;height:34px}.sp-showcase-card.main strong{font-size:13px}.sp-showcase-card.main p{font-size:11px;line-height:1.35}.sp-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.sp-showcase-grid .sp-stat{padding:9px;animation:none}.sp-showcase-grid .sp-stat b{font-size:17px}.sp-showcase-grid .sp-stat span{font-size:10px;line-height:1.25}.sp-showcase-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.sp-showcase-flow span{padding:9px;font-size:11px}.sp-showcase-flow b{width:22px;height:22px;font-size:11px}
 .sp-category-band .sp-service-card{box-shadow:0 12px 26px rgba(15,23,42,.07)}.sp-service-card p{font-size:11px}.sp-service-card strong{font-size:14px}.sp-section-head h2,.info-card h2{font-size:22px}.sp-section-head p,.info-card p{font-size:13px}.faq-item{padding:13px}.footer-top{padding-top:28px}.footer-search input,.footer-search button{min-height:42px}
}
@media(max-width:340px){.spx-brand-text{max-width:176px}.spx-brand-text strong{max-width:176px;font-size:13px!important}.spx-brand-text small{display:none!important}}

/* Calm homepage reset: search-first layout, fewer moving parts. */
.sp-hero{background:linear-gradient(180deg,#f8fafc 0,#eef7f6 100%)!important}
.sp-hero:before{background:linear-gradient(120deg,rgba(8,117,111,.07),transparent 42%,rgba(37,99,235,.06))!important}.sp-hero:after{display:none!important}
.sp-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.68fr)!important;gap:42px!important;align-items:center!important;padding:58px 0 48px!important}
.sp-hero-copy{gap:14px!important}.sp-title{font-size:58px!important;line-height:1.03!important;max-width:690px!important}.sp-lead{font-size:16px!important;line-height:1.65!important;max-width:680px!important}
.sp-hero-search{max-width:700px!important;box-shadow:0 18px 42px rgba(15,23,42,.09)!important;border-color:#dbeafe!important;background:#fff!important}
.sp-home-side-panel{position:relative;display:grid;gap:16px;padding:22px;border:1px solid #dbeafe;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}
.sp-home-side-panel:before{content:"";position:absolute;inset:0 0 auto;height:5px;border-radius:8px 8px 0 0;background:linear-gradient(90deg,#08756f,#2563eb,#f59e0b)}
.sp-home-side-panel h2{margin:0;color:#0f172a;font-size:24px;line-height:1.2}.sp-home-shortcuts{display:grid;gap:10px}
.sp-home-shortcuts a{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:11px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-weight:950;color:#102033}
.sp-home-shortcuts a:hover{border-color:#b9eee5;background:#ecfdf5;transform:translateX(2px)}.sp-home-shortcuts .sp-icon{width:34px;height:34px}.sp-home-shortcuts .sp-icon svg{width:17px;height:17px}
.sp-home-steps{background:#fff;border-block:1px solid #e2e8f0}.sp-step-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.sp-step-strip div{display:grid;gap:4px;padding:18px 20px;border-right:1px solid #e2e8f0}.sp-step-strip div:last-child{border-right:0}.sp-step-strip strong{color:#0f172a;font-size:17px}.sp-step-strip span{color:#64748b;line-height:1.45}
.sp-category-band{background:#f8fafc!important}.sp-section-head:after{animation:none!important;background:#08756f!important}.sp-service-card{background:#fff!important;min-height:150px!important;box-shadow:0 10px 24px rgba(15,23,42,.05)!important}.sp-service-card:before{height:3px!important;animation:none!important}.sp-service-card:hover .sp-icon,.sp-service-card:hover .sp-card-icon,.sp-mini-visual:hover .sp-icon{transform:none!important}
.sp-split-band,.sp-faq-band{background:#f8fafc!important}.sp-safety-band{background:#0f253f!important}.sp-safety-band .info-card{box-shadow:0 14px 32px rgba(2,6,23,.14)!important}
@media(max-width:980px){.sp-hero-grid{grid-template-columns:1fr!important;gap:22px!important}.sp-title{font-size:44px!important}.sp-home-side-panel{order:2}.sp-step-strip{grid-template-columns:1fr}.sp-step-strip div{border-right:0;border-bottom:1px solid #e2e8f0}.sp-step-strip div:last-child{border-bottom:0}}
@media(max-width:600px){.sp-hero-grid{padding:26px 0 22px!important}.sp-title{font-size:30px!important}.sp-lead{font-size:14px!important}.sp-hero-search{padding:13px!important}.sp-home-side-panel{padding:16px}.sp-home-side-panel h2{font-size:20px}.sp-home-shortcuts{grid-template-columns:1fr}.sp-home-shortcuts a{padding:10px}.sp-home-steps{padding-block:14px}.sp-step-strip div{padding:14px}.sp-step-strip strong{font-size:15px}.sp-step-strip span{font-size:12px}.sp-category-band .sp-service-card{min-height:112px!important}}

/* Homepage hero refinement: less clutter, clearer first action. */
.sp-hero-grid{grid-template-columns:minmax(0,1fr) 380px!important}
.sp-kicker{background:#fff!important;border-color:#b9eee5!important;color:#08756f!important;box-shadow:0 8px 18px rgba(8,117,111,.05)}
.sp-title{font-size:54px!important;max-width:650px!important}.sp-lead{max-width:650px!important;color:#52647a!important}
.sp-hero-search{padding:18px!important}.sp-hero-search .sp-actions{padding-top:2px}.sp-hero-search .sp-btn{min-width:150px}.sp-location-status:empty{display:none}
.sp-popular-row{max-width:690px;gap:8px!important}.sp-popular-row .fine{width:100%;font-size:12px;color:#64748b}.sp-popular-row .sp-badge{padding:5px 8px;font-size:11px;box-shadow:none!important}
.sp-home-side-panel{align-self:center;padding:20px!important;gap:14px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 18px 36px rgba(15,23,42,.07)!important}
.sp-home-side-panel h2{font-size:22px!important}.sp-home-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}
.sp-home-shortcuts a{min-height:48px;padding:10px!important;background:#fff!important}.sp-home-shortcuts strong{font-size:13px;line-height:1.2}.sp-home-shortcuts .sp-icon{width:30px;height:30px}.sp-home-shortcuts .sp-icon svg{width:15px;height:15px}
.sp-home-flow{display:grid;gap:8px;padding-top:2px}.sp-home-flow div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.sp-home-flow b{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#08756f;color:#fff;font-size:12px}.sp-home-flow span{display:grid;gap:2px}.sp-home-flow strong{font-size:13px;color:#0f172a}.sp-home-flow small{font-size:12px;color:#64748b;line-height:1.35}
.sp-home-steps{display:none!important}
@media(max-width:980px){.sp-hero-grid{grid-template-columns:1fr!important}.sp-home-side-panel{align-self:stretch}.sp-title{font-size:42px!important}}
@media(max-width:600px){.sp-title{font-size:29px!important}.sp-lead{font-size:13px!important}.sp-hero-search .sp-btn{width:100%;min-width:0}.sp-popular-row .fine{font-size:11px}.sp-home-side-panel{padding:14px!important}.sp-home-shortcuts{grid-template-columns:1fr 1fr!important}.sp-home-shortcuts a{grid-template-columns:24px minmax(0,1fr);gap:8px;min-height:42px}.sp-home-shortcuts .sp-icon{width:24px;height:24px}.sp-home-shortcuts strong{font-size:12px}.sp-home-flow div{padding:9px}.sp-home-flow small{font-size:11px}}

/* Hero search polish: clean form surface and stronger first action. */
.sp-hero-copy{position:relative}.sp-hero-copy .sp-kicker{width:max-content;padding:8px 11px!important;font-size:11px!important}
.sp-hero-copy .sp-title{letter-spacing:0!important;color:#0b1728!important;text-wrap:balance}
.sp-hero-copy .sp-lead{text-wrap:pretty}
.sp-search-intro{display:flex;align-items:end;justify-content:space-between;gap:14px;padding-bottom:2px}
.sp-search-intro strong{color:#0f172a;font-size:18px;line-height:1.2}.sp-search-intro span{color:#64748b;font-size:13px;font-weight:800;line-height:1.35;text-align:right}
.sp-hero-search{position:relative;overflow:hidden;border:1px solid rgba(185,238,229,.95)!important;background:linear-gradient(180deg,#fff,#fbfdff)!important}
.sp-hero-search:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,#08756f,#2563eb,#f59e0b)}
.sp-hero-search .sp-form-grid{position:relative;z-index:1;gap:13px!important}
.sp-hero-search .sp-field{font-size:12px;color:#0f172a}
.sp-hero-search .sp-field input,.sp-hero-search .sp-field select{min-height:45px;border-color:#dbe5ef;background:#fff;font-size:13px;font-weight:850}
.sp-hero-search .sp-field input:focus,.sp-hero-search .sp-field select:focus{border-color:#08756f;box-shadow:0 0 0 3px rgba(8,117,111,.12)}
.sp-hero-search .sp-actions{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px!important}
.sp-hero-search .sp-btn{min-height:44px;border-radius:8px!important}.sp-hero-search .sp-btn.secondary{background:#eff6ff!important;border-color:#bfdbfe!important;color:#245bd6!important;box-shadow:none!important}
.sp-hero-search .sp-location-status{font-size:12px;color:#64748b;font-weight:850}
@media(max-width:760px){.sp-search-intro{display:grid;gap:3px}.sp-search-intro span{text-align:left}.sp-hero-search .sp-actions{grid-template-columns:1fr}.sp-hero-search .sp-btn{width:100%}}
@media(max-width:600px){.sp-hero-copy{gap:11px!important}.sp-hero-copy .sp-kicker{font-size:10px!important;padding:6px 8px!important}.sp-hero-copy .sp-title{font-size:28px!important;line-height:1.08!important}.sp-hero-copy .sp-lead{font-size:13px!important;line-height:1.5!important}.sp-search-intro strong{font-size:16px}.sp-search-intro span{font-size:12px}.sp-hero-search{padding:14px!important}.sp-hero-search .sp-field input,.sp-hero-search .sp-field select{min-height:43px}}

/* Hero alignment correction. */
.sp-hero-grid{align-items:start!important}
.sp-hero-copy{padding-top:22px}
.sp-home-side-panel{margin-top:82px!important}
.sp-search-intro{display:grid!important;justify-content:start!important;gap:3px!important}
.sp-search-intro span{text-align:left!important}
.sp-hero-search .sp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.sp-hero-search .sp-actions{grid-template-columns:max-content max-content 1fr!important}
.sp-home-shortcuts a{grid-template-columns:32px minmax(0,1fr)!important}
.sp-home-shortcuts strong{display:block;min-width:0}
.sp-home-flow div{grid-template-columns:30px minmax(0,1fr)!important}
.sp-home-flow b{width:30px!important;height:30px!important}
@media(max-width:980px){.sp-hero-copy{padding-top:0}.sp-home-side-panel{margin-top:0!important}.sp-hero-search .sp-actions{grid-template-columns:1fr 1fr!important}.sp-hero-search .sp-actions .sp-location-status{grid-column:1/-1}}
@media(max-width:600px){.sp-hero-search .sp-form-grid{grid-template-columns:1fr!important}.sp-hero-search .sp-actions{grid-template-columns:1fr!important}.sp-home-shortcuts a{grid-template-columns:26px minmax(0,1fr)!important}.sp-home-flow div{grid-template-columns:28px minmax(0,1fr)!important}.sp-home-flow b{width:28px!important;height:28px!important}}

/* Hero spacing correction: keep search and shortcuts visually connected. */
.sp-hero-grid{grid-template-columns:minmax(540px,1.15fr) minmax(300px,.72fr)!important;gap:clamp(18px,3vw,34px)!important;justify-content:stretch!important}
.sp-home-side-panel{margin-top:64px!important}
.sp-hero-search{max-width:none!important}
@media(max-width:980px){.sp-hero-grid{grid-template-columns:1fr!important;gap:16px!important;justify-content:stretch!important}.sp-home-side-panel{margin-top:0!important}.sp-hero-search{max-width:none!important}}

/* Hero typography scale correction. */
.sp-hero-copy .sp-title{font-size:46px!important;line-height:1.08!important;max-width:590px!important}
.sp-hero-copy .sp-lead{font-size:14px!important;line-height:1.55!important;max-width:560px!important}
@media(max-width:980px){.sp-hero-copy .sp-title{font-size:38px!important;max-width:680px!important}.sp-hero-copy .sp-lead{max-width:640px!important}}
@media(max-width:600px){.sp-hero-copy .sp-title{font-size:26px!important}.sp-hero-copy .sp-lead{font-size:12px!important;line-height:1.45!important}}

/* Homepage category section polish. */
.sp-category-band{padding:48px 0 58px!important;background:linear-gradient(180deg,#f8fafc 0,#eef6ff 100%)!important}
.sp-category-head{align-items:center!important;margin-bottom:22px!important}
.sp-category-head>div{max-width:680px}.sp-category-head h2{font-size:30px!important}.sp-category-head p{max-width:560px}.sp-category-head .sp-btn{min-width:150px}
.sp-category-grid{gap:16px!important}
.sp-category-card{position:relative;min-height:152px!important;padding:18px!important;gap:12px!important;border-color:#dbe5ef!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 12px 28px rgba(15,23,42,.055)!important}
.sp-category-card:before{height:4px!important;background:linear-gradient(90deg,#08756f,#2563eb)!important}
.sp-category-card:nth-child(4n+2):before{background:linear-gradient(90deg,#2563eb,#7c3aed)!important}.sp-category-card:nth-child(4n+3):before{background:linear-gradient(90deg,#f59e0b,#10b981)!important}.sp-category-card:nth-child(4n):before{background:linear-gradient(90deg,#14b8a6,#2563eb)!important}
.sp-category-card .sp-icon{width:38px;height:38px;background:#ecfdf5;border-color:#b9eee5;color:#08756f;box-shadow:0 8px 18px rgba(8,117,111,.08)}
.sp-category-card:nth-child(4n+2) .sp-icon{background:#eff6ff;border-color:#bfdbfe;color:#245bd6}.sp-category-card:nth-child(4n+3) .sp-icon{background:#fff7ed;border-color:#fed7aa;color:#d97706}.sp-category-card:nth-child(4n) .sp-icon{background:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}
.sp-category-card strong{font-size:17px!important;line-height:1.25!important;color:#102033!important}.sp-category-card p{font-size:13px!important;line-height:1.45!important;color:#64748b!important;margin:0!important}
.sp-category-card:hover{transform:translateY(-3px);border-color:#b9eee5!important;box-shadow:0 18px 38px rgba(15,23,42,.09)!important}.sp-category-card:hover .sp-icon{transform:translateY(-1px)!important}
@media(max-width:980px){.sp-category-band{padding:36px 0 42px!important}.sp-category-head{display:grid!important;gap:14px!important}.sp-category-head .sp-btn{justify-self:start}.sp-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.sp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sp-category-card{min-height:132px!important;padding:14px!important}.sp-category-card .sp-icon{width:32px;height:32px}.sp-category-card strong{font-size:14px!important}.sp-category-card p{font-size:11px!important}}
@media(max-width:360px){.sp-category-grid{grid-template-columns:1fr!important}.sp-category-card{min-height:112px!important}}

/* Category section visual refinement. */
.sp-category-band{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff 0,#eef7fb 56%,#f8fafc 100%)!important}
.sp-category-band:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#14b8a6,#2563eb,transparent)}
.sp-category-band:after{content:"";position:absolute;left:50%;top:34px;width:min(880px,86vw);height:220px;transform:translateX(-50%);background:radial-gradient(circle at 28% 35%,rgba(20,184,166,.13),transparent 34%),radial-gradient(circle at 72% 24%,rgba(37,99,235,.11),transparent 32%);pointer-events:none}
.sp-category-band>.container{position:relative;z-index:1}
.sp-category-head{padding:0 2px 4px!important}.sp-category-head span{box-shadow:0 8px 18px rgba(8,117,111,.06)}.sp-category-head h2{letter-spacing:0!important}.sp-category-head .sp-btn{box-shadow:0 10px 24px rgba(8,117,111,.08)!important}
.sp-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.sp-category-card{display:grid!important;grid-template-rows:auto auto 1fr auto;isolation:isolate;border-radius:8px!important;overflow:hidden}
.sp-category-card:after{content:"View providers";align-self:end;justify-self:start;margin-top:8px;padding-top:10px;border-top:1px solid #edf2f7;width:100%;color:#08756f;font-size:12px;font-weight:950}
.sp-category-card .sp-icon{margin-bottom:2px}.sp-category-card strong{min-height:22px}.sp-category-card p{min-height:38px;max-width:92%}
.sp-category-card:hover:after{color:#245bd6}.sp-category-card:hover{background:linear-gradient(180deg,#fff,#f8fbff)!important}
@media(max-width:980px){.sp-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.sp-category-band{padding:32px 0 38px!important}.sp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.sp-category-card{grid-template-rows:auto auto 1fr;min-height:124px!important}.sp-category-card:after{content:"";display:none}.sp-category-card p{min-height:34px;max-width:100%}}
@media(max-width:360px){.sp-category-grid{grid-template-columns:1fr!important}}

/* Category browser tabs. */
.sp-category-browser{display:grid;gap:16px}
.sp-category-select-label,.sp-category-select{display:none}
.sp-category-tabs{display:flex;flex-wrap:wrap;gap:10px;padding:3px 2px 10px}
.sp-category-tabs button{flex:0 0 auto;min-height:42px;border:1px solid #dbe5ef;border-radius:8px;background:#fff;color:#334155;padding:10px 14px;font:inherit;font-size:13px;font-weight:950;cursor:pointer;box-shadow:0 8px 18px rgba(15,23,42,.04);transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
.sp-category-tabs button:hover{transform:translateY(-1px);border-color:#b9eee5;background:#ecfdf5;color:#08756f}
.sp-category-tabs button.active{background:linear-gradient(135deg,#08756f,#245bd6);border-color:#08756f;color:#fff;box-shadow:0 14px 30px rgba(37,99,235,.18)}
.sp-category-panel{display:grid;gap:14px}.sp-category-panel[hidden]{display:none!important}
.sp-category-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #dbe5ef;border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(15,23,42,.04)}
.sp-category-panel-head div{display:grid;gap:2px}.sp-category-panel-head strong{color:#0f172a;font-size:18px}.sp-category-panel-head span{color:#64748b;font-size:12px;font-weight:850}.sp-category-panel-head a{color:#08756f;font-size:13px;font-weight:950}
@media(max-width:760px){.sp-category-select-label{display:block;color:#0f172a;font-size:12px;font-weight:950}.sp-category-select{display:block;width:100%;min-height:44px;border:1px solid #dbe5ef;border-radius:8px;background:#fff;color:#0f172a;padding:11px 12px;font:inherit;font-weight:900}.sp-category-tabs{display:none}.sp-category-panel-head{display:grid;padding:12px}.sp-category-panel-head strong{font-size:16px}}

/* Directory and jobs polish. */
.sp-services-head,.sp-jobs-head{background:linear-gradient(135deg,#eff6ff 0,#ecfdf5 52%,#fff7ed 100%)!important}
.sp-services-toolbar-section{padding-bottom:18px!important}
.sp-directory-chips{max-height:124px;overflow:auto;padding:2px 2px 6px;scrollbar-gutter:stable}
.sp-directory-chips .sp-badge{background:#fff;border-color:#dbeafe;color:#1e3a8a;box-shadow:0 8px 18px rgba(15,23,42,.04)}
.sp-directory-chips .sp-badge:hover{background:#ecfdf5;border-color:#99f6e4;color:#08756f}
.sp-service-group{border-color:#dbeafe!important;background:linear-gradient(180deg,#fff,#fbfdff)!important}
.sp-service-group summary{background:linear-gradient(90deg,#fff,#f8fbff)}
.sp-group-icon,.sp-card-icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe;color:#245bd6;flex:0 0 auto}
.sp-group-icon svg,.sp-card-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sp-service-group:nth-child(3n+2) .sp-group-icon{background:#ecfdf5;border-color:#99f6e4;color:#08756f}
.sp-service-group:nth-child(3n) .sp-group-icon{background:#fff7ed;border-color:#fed7aa;color:#d97706}
.sp-jobs-empty{min-height:300px;align-content:center;background:linear-gradient(135deg,#fff,#f8fbff 55%,#ecfdf5)!important}
.sp-jobs-empty .sp-icon{width:52px;height:52px;background:#eff6ff;color:#245bd6;border-color:#bfdbfe}
.sp-jobs-empty .sp-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sp-jobs-empty .sp-actions{margin-top:4px}
@media(max-width:760px){.sp-directory-chips{max-height:180px}.sp-group-icon{width:36px;height:36px}.sp-card-icon{width:34px;height:34px}.sp-jobs-empty .sp-actions{display:grid;width:100%}.sp-jobs-empty .sp-actions .sp-btn{width:100%}}

/* Final public polish pass: unified colorful surfaces, smoother motion, tighter alignment. */
:root{
  --sp-aqua:#0f9f8f;
  --sp-blue:#2563eb;
  --sp-violet:#7c3aed;
  --sp-orange:#f59e0b;
  --sp-rose:#f43f5e;
  --sp-glow:0 22px 58px rgba(15,23,42,.12);
}
body{background:linear-gradient(180deg,#f7fbff 0,#f8fafc 42%,#fff 100%)!important}
.spx-header{background:rgba(255,255,255,.9)!important;border-bottom:1px solid rgba(148,163,184,.22)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}
.spx-header-inner{min-height:78px!important}
.spx-brand-symbol{border-radius:14px!important;background:linear-gradient(135deg,#ecfdf5,#eff6ff)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 12px 26px rgba(8,117,111,.13)!important}
.spx-brand-text strong{font-size:18px!important;letter-spacing:0!important}
.spx-desktop-nav{padding:6px!important;border:1px solid rgba(226,232,240,.9)!important;border-radius:16px!important;background:rgba(248,250,252,.82)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important}
.spx-desktop-nav a{border-radius:12px!important;padding:10px 13px!important}
.spx-desktop-nav a:hover,.spx-desktop-nav a.active{background:#fff!important;color:#08756f!important;box-shadow:0 10px 24px rgba(15,23,42,.07)!important}
.spx-login{border-radius:14px!important;background:linear-gradient(135deg,#08756f,#2563eb)!important;box-shadow:0 16px 34px rgba(37,99,235,.2)!important}
.sp-hero{background:linear-gradient(135deg,#f8fbff 0,#ecfdf5 45%,#fff7ed 100%)!important}
.sp-hero:before{background:radial-gradient(circle at 14% 16%,rgba(15,159,143,.18),transparent 28%),radial-gradient(circle at 80% 12%,rgba(245,158,11,.18),transparent 24%),radial-gradient(circle at 70% 82%,rgba(37,99,235,.14),transparent 28%)!important}
.sp-hero-grid{grid-template-columns:minmax(520px,1.08fr) minmax(320px,.78fr)!important;gap:clamp(20px,3.4vw,46px)!important;padding:54px 0 56px!important;align-items:center!important}
.sp-hero-copy{padding-top:0!important;gap:15px!important}
.sp-hero-copy .sp-kicker{border-radius:999px!important;background:rgba(255,255,255,.88)!important;border-color:rgba(15,159,143,.28)!important;box-shadow:0 12px 28px rgba(15,159,143,.1)!important}
.sp-hero-copy .sp-title{font-size:clamp(2.35rem,4.2vw,3.55rem)!important;line-height:1.03!important;max-width:640px!important}
.sp-hero-copy .sp-lead{font-size:15px!important;max-width:610px!important;color:#475569!important}
.sp-hero-search{border-radius:20px!important;padding:20px!important;border-color:rgba(15,159,143,.28)!important;box-shadow:var(--sp-glow)!important}
.sp-hero-search:before{height:6px!important;background:linear-gradient(90deg,var(--sp-aqua),var(--sp-blue),var(--sp-violet),var(--sp-orange))!important}
.sp-search-intro{padding-bottom:5px!important}
.sp-search-intro strong{font-size:19px!important}.sp-search-intro span{font-size:13px!important}
.sp-hero-search .sp-field input,.sp-hero-search .sp-field select,.sp-hero-search .sp-field textarea{border-radius:14px!important;background:#fbfdff!important}
.sp-hero-search .sp-btn{border-radius:14px!important;background:linear-gradient(135deg,#08756f,#0f9f8f)!important}
.sp-hero-search .sp-btn.secondary{background:#fff!important;color:#245bd6!important;border-color:#bfdbfe!important}
.sp-home-side-panel{margin-top:0!important;border-radius:22px!important;padding:22px!important;align-self:stretch!important;background:linear-gradient(160deg,#0f253f 0,#133f7a 56%,#0f766e 100%)!important;border:0!important;color:#fff!important;box-shadow:0 28px 70px rgba(15,23,42,.2)!important;overflow:hidden}
.sp-home-side-panel:before{height:100%!important;inset:0!important;background:radial-gradient(circle at 20% 16%,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at 86% 12%,rgba(245,158,11,.25),transparent 24%)!important;pointer-events:none}
.sp-home-side-panel>*{position:relative;z-index:1}.sp-home-side-panel .sp-kicker,.sp-home-side-panel h2{color:#fff!important}.sp-home-side-panel .sp-kicker{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.2)!important}.sp-home-side-panel h2{font-size:24px!important}
.sp-home-shortcuts{grid-template-columns:1fr!important}
.sp-home-shortcuts a{border-radius:16px!important;background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important;backdrop-filter:blur(10px)}
.sp-home-shortcuts a:hover{background:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.36)!important;transform:translateX(4px)!important}
.sp-home-shortcuts .sp-icon{background:#fff!important;border-color:rgba(255,255,255,.5)!important;color:#08756f!important}
.sp-home-flow div{border-radius:16px!important;background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.16)!important}
.sp-home-flow b{background:#fff!important;color:#08756f!important}.sp-home-flow strong{color:#fff!important}.sp-home-flow small{color:rgba(255,255,255,.75)!important}
.sp-category-band{padding:56px 0 64px!important;background:linear-gradient(180deg,#fff 0,#eef8ff 48%,#f8fafc 100%)!important}
.sp-category-head{margin-bottom:18px!important}
.sp-category-head h2{font-size:34px!important}
.sp-category-tabs{gap:9px!important;padding:8px!important;border:1px solid rgba(219,229,239,.9);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 14px 34px rgba(15,23,42,.06)}
.sp-category-tabs button{border-radius:13px!important;box-shadow:none!important}
.sp-category-tabs button.active{background:linear-gradient(135deg,#08756f,#2563eb)!important}
.sp-category-panel-head{border-radius:18px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important}
.sp-category-grid{gap:16px!important}
.sp-category-card{border-radius:18px!important;min-height:168px!important;padding:18px!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1),border-color .26s ease!important}
.sp-category-card:hover{transform:translateY(-6px)!important;box-shadow:0 26px 58px rgba(15,23,42,.13)!important}
.sp-category-card .sp-icon,.sp-card-icon,.sp-group-icon{border-radius:14px!important}
.sp-service-group{border-radius:20px!important;box-shadow:0 16px 40px rgba(15,23,42,.07)!important}
.sp-service-group summary{padding:20px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important}
.sp-group-action{border-radius:999px!important}
.sp-band,.sp-split-band,.sp-faq-band{background:linear-gradient(180deg,#f8fafc,#eef6ff)!important}
.info-card,.panel,.sp-card,.provider-card,.sp-provider-card{border-radius:18px!important}
.info-card{box-shadow:0 16px 40px rgba(15,23,42,.07)!important}
.footer{background:radial-gradient(circle at 14% 0,rgba(20,184,166,.18),transparent 28%),linear-gradient(135deg,#061120,#0f172a 58%,#082f49)!important}
@media(prefers-reduced-motion:no-preference){
  .sp-hero-copy,.sp-hero-search,.sp-home-side-panel,.sp-category-panel-head,.sp-category-card,.sp-service-group,.info-card,.provider-card{animation:spRise .58s cubic-bezier(.22,1,.36,1) both}
  .sp-hero-search{animation-delay:.05s}.sp-home-side-panel{animation-delay:.1s}.sp-category-card:nth-child(2n){animation-delay:.04s}.sp-category-card:nth-child(3n){animation-delay:.08s}
  @keyframes spRise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
}
@media(max-width:980px){
  .spx-header-inner{min-height:68px!important}
  .sp-hero-grid{grid-template-columns:1fr!important;padding:34px 0 38px!important}
  .sp-home-side-panel{align-self:auto!important}
  .sp-category-head h2{font-size:28px!important}
}
@media(max-width:760px){
  .sp-hero-search{padding:16px!important;border-radius:18px!important}
  .sp-home-side-panel{border-radius:18px!important}
  .sp-category-band{padding:36px 0 42px!important}
  .sp-category-select{border-radius:14px!important}
  .sp-category-grid{gap:12px!important}
  .sp-category-card{min-height:134px!important;border-radius:16px!important}
  .sp-service-group{border-radius:16px!important}
}
@media(max-width:420px){
  .container{width:min(100% - 22px,1180px)!important}
  .sp-hero-copy .sp-title{font-size:1.78rem!important}
  .sp-hero-copy .sp-lead{font-size:12.5px!important}
  .sp-search-intro strong{font-size:16px!important}
  .sp-search-intro span{font-size:12px!important}
  .sp-home-shortcuts a{min-height:46px!important}
  .sp-category-card p{display:none}
}

/* Hero height and mobile announcement correction. */
.sp-hero-grid{padding:46px 0 48px!important}
.sp-hero-search{padding:18px!important}
.sp-hero-search .sp-form-grid{gap:10px!important}
.sp-hero-search .sp-field{gap:5px!important}
.sp-hero-search .sp-field input,.sp-hero-search .sp-field select{min-height:42px!important}
.sp-hero-search .sp-field textarea{min-height:88px!important}
.sp-home-side-panel{padding:20px!important;gap:12px!important}
.sp-home-shortcuts a{min-height:50px!important;padding:9px 11px!important}
.sp-home-flow div{padding:9px!important}
@media(max-width:700px){
  .announcement-inner{justify-content:space-between!important;overflow:hidden!important}
  .announcement-inner span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;line-height:1.2!important}
  .announcement-inner span:before{content:none!important}
  .announcement-inner .icon-btn{flex:0 0 auto!important}
}
@media(max-width:600px){
  .sp-hero-grid{padding:24px 0 28px!important}
  .sp-hero-search{padding:14px!important}
  .sp-hero-search .sp-field input,.sp-hero-search .sp-field select{min-height:40px!important}
  .sp-hero-search .sp-field textarea{min-height:76px!important}
}

/* Auto-scrolling common service reel. */
.sp-home-shortcut-reel{position:relative;display:block!important;max-height:316px;overflow:hidden;padding-block:2px;mask-image:linear-gradient(180deg,transparent 0,#000 9%,#000 91%,transparent 100%)}
.sp-home-shortcut-track{display:grid;gap:9px}
.sp-home-shortcut-reel:hover .sp-home-shortcut-track{animation-play-state:paused}
.sp-home-shortcut-reel a{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important}
@media(prefers-reduced-motion:no-preference){
  .sp-home-shortcut-track{animation:spShortcutScroll 14s linear infinite}
  @keyframes spShortcutScroll{from{transform:translateY(0)}to{transform:translateY(calc(-50% - 4.5px))}}
}
@media(prefers-reduced-motion:reduce){
  .sp-home-shortcut-reel{max-height:none;overflow:visible;mask-image:none}
}
@media(max-width:980px){
  .sp-home-shortcut-reel{max-height:236px}
}
@media(max-width:600px){
  .sp-home-shortcut-reel{max-height:218px}
}

/* Search request workflow polish. */
.sp-search-head{background:linear-gradient(135deg,#eff6ff 0,#ecfdf5 52%,#fff7ed 100%)!important}
.sp-search-workspace{background:linear-gradient(180deg,#f8fafc,#fff)!important}
.sp-search-filters{border-radius:20px!important;box-shadow:0 18px 44px rgba(15,23,42,.08)!important}
.sp-filter-heading{display:grid;gap:2px;margin-bottom:12px}
.sp-filter-heading span,.sp-search-results-head span,.sp-request-copy>span{color:#08756f;font-size:12px;font-weight:950;text-transform:uppercase}
.sp-filter-heading strong{font-size:20px;color:#0f172a}
.sp-search-main{display:grid;gap:18px;min-width:0}
.sp-request-shell{display:grid;grid-template-columns:minmax(250px,.44fr) minmax(0,1fr);gap:16px;align-items:stretch}
.sp-request-copy{position:relative;overflow:hidden;display:grid;align-content:start;gap:12px;padding:22px;border-radius:20px;background:linear-gradient(155deg,#0f253f,#173b8f 58%,#0f766e);color:#fff;box-shadow:0 24px 58px rgba(15,23,42,.16)}
.sp-request-copy:after{content:"";position:absolute;right:-46px;bottom:-58px;width:180px;height:180px;border-radius:999px;background:rgba(255,255,255,.13)}
.sp-request-copy>*{position:relative;z-index:1}.sp-request-copy>span{color:#a7f3d0}.sp-request-copy h2{margin:0;font-size:28px;line-height:1.1;color:#fff}.sp-request-copy p{margin:0;color:rgba(255,255,255,.78);line-height:1.55}
.sp-request-steps{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px 10px;margin-top:6px}
.sp-request-steps b{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fff;color:#08756f;font-size:13px}.sp-request-steps span{align-self:center;color:#fff;font-weight:900}
.sp-request-shell .sp-request-panel{margin:0;border-radius:20px!important;box-shadow:0 20px 50px rgba(15,23,42,.1)!important}
.sp-search-results-head{padding:18px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 14px 34px rgba(15,23,42,.06)}
.sp-search-results-head h2{margin:3px 0;color:#0f172a}.sp-active-filter-row{margin-top:10px}
.sp-compare-panel{border-radius:20px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;box-shadow:0 14px 34px rgba(15,23,42,.06)!important}
.sp-provider-results{display:grid;gap:14px}
.sp-provider-results .sp-provider-card{border-radius:20px!important;border-color:#dbeafe!important}
@media(max-width:980px){.sp-request-shell{grid-template-columns:1fr}.sp-request-copy{padding:18px}.sp-request-copy h2{font-size:24px}}
@media(max-width:600px){.sp-search-filters{order:2}.sp-request-copy{border-radius:18px}.sp-request-copy h2{font-size:21px}.sp-search-results-head{display:grid!important;gap:12px;padding:15px}.sp-search-results-head .sp-btn{width:100%}}
