@font-face{font-family:Inter;src:url('../fonts/inter-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-800.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
:root{--navy:#0b2341;--navy-2:#102f56;--blue:#2579ef;--blue-dark:#1766d8;--blue-soft:#eef6ff;--orange:#f05d3d;--green:#1bad70;--purple:#7859d6;--cyan:#20aed5;--ink:#10213b;--text:#43516a;--muted:#7a8799;--line:#e7ebf1;--line-strong:#dbe2eb;--surface:#fff;--surface-soft:#f7f9fc;--page:#fff;--danger:#e94b5d;--warning:#efa827;--radius-xs:8px;--radius-sm:12px;--radius:17px;--radius-lg:24px;--shadow-sm:0 5px 18px rgba(15,41,75,.07);--shadow:0 13px 38px rgba(15,41,75,.10);--shadow-lg:0 28px 70px rgba(15,41,75,.16);--container:1180px;--header:82px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;color:var(--text);background:var(--page);font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
button,input,select,textarea{font:inherit}
button{color:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,h4,p{margin-top:0}
ul{margin:0;padding:0;list-style:none}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.section{padding:74px 0}
.skip-link{position:fixed;z-index:9999;left:18px;top:-100px;padding:10px 14px;border-radius:8px;color:#fff;background:var(--navy);transition:.2s}.skip-link:focus{top:18px}
.button{display:inline-flex;min-height:44px;padding:0 18px;gap:8px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;font-size:12px;font-weight:700;letter-spacing:-.1px;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s,color .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{color:#fff;background:linear-gradient(135deg,#2b83f5,var(--blue-dark));box-shadow:0 9px 21px rgba(37,121,239,.24)}
.button-primary:hover{box-shadow:0 12px 28px rgba(37,121,239,.34)}
.button-outline{border-color:#c8d7e8;color:#31506f;background:#fff}.button-outline:hover{border-color:var(--blue);color:var(--blue);background:#f8fbff}
.button-ghost{color:var(--navy);background:transparent}.button-ghost:hover{color:var(--blue);background:#f2f7fd}
.button-soft{color:var(--blue);background:var(--blue-soft)}.button-soft:hover{background:#dfedff}
.button-sm{min-height:36px;padding:0 13px;border-radius:9px;font-size:10px}
.button-block{width:100%}
.section-heading{display:flex;margin-bottom:30px;align-items:flex-end;justify-content:space-between}.section-heading>div>span,.section-heading>span,.eyebrow{display:block;margin-bottom:6px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}.section-heading h2{margin:0;color:var(--ink);font-size:28px;line-height:1.2;letter-spacing:-.85px}.section-heading p{margin:8px 0 0;color:var(--muted)}.section-heading>a{display:flex;gap:8px;align-items:center;color:#2875bd;font-size:12px;font-weight:600}.section-heading>a:hover{color:var(--blue)}.section-heading.centered{display:block;text-align:center}.section-heading.centered p{max-width:480px;margin:9px auto 0}.section-heading.compact{margin-bottom:21px}.section-heading.compact h2{font-size:22px}.section-heading.compact>div>span{margin-bottom:3px;font-size:8px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease;transition-delay:var(--delay,0ms)}.reveal.is-visible{opacity:1;transform:none}

/* Header */
.site-header{position:relative;z-index:70;height:var(--header);border-bottom:1px solid #edf0f4;background:rgba(255,255,255,.97)}
.site-header.is-sticky{position:fixed;left:0;right:0;top:0;box-shadow:0 8px 28px rgba(13,37,67,.08);animation:headerDrop .3s ease}
.site-header.is-sticky+*{padding-top:var(--header)}
.header-inner{display:flex;height:100%;align-items:center;justify-content:space-between}
.site-logo{display:flex;flex-direction:column;flex:0 0 auto;color:var(--navy)}
.site-logo>span{font-size:24px;font-weight:800;line-height:1;letter-spacing:-1.2px}.site-logo strong{color:var(--orange)}.site-logo small{margin-left:2px;font-size:9px;letter-spacing:-.2px}.site-logo em{margin-top:5px;color:#647287;font-size:8px;font-style:normal;font-weight:500;letter-spacing:-.1px}
.desktop-nav{display:flex;height:100%;gap:24px;align-items:center;margin-left:auto;margin-right:28px}.desktop-nav>a,.nav-dropdown>button{position:relative;display:flex;height:100%;padding:0;gap:6px;align-items:center;border:0;color:#26364d;background:transparent;font-size:11px;font-weight:600;cursor:pointer}.desktop-nav>a:after,.nav-dropdown>button:after{position:absolute;right:0;bottom:17px;left:0;height:2px;content:"";border-radius:4px;background:var(--blue);transform:scaleX(0);transition:.2s}.desktop-nav>a:hover,.desktop-nav>a.active,.nav-dropdown>button:hover{color:var(--blue)}.desktop-nav>a:hover:after,.desktop-nav>a.active:after,.nav-dropdown:hover>button:after{transform:scaleX(1)}.nav-dropdown>button i{font-size:8px}
.nav-dropdown{height:100%}.nav-dropdown-menu{position:absolute;left:50%;top:68px;display:grid;width:470px;padding:12px;grid-template-columns:1fr 1fr;gap:3px;border:1px solid var(--line);border-radius:15px;opacity:0;visibility:hidden;background:#fff;box-shadow:var(--shadow-lg);transform:translate(-50%,8px);transition:.2s}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav-dropdown-menu a{display:flex;padding:9px;gap:10px;align-items:center;border-radius:10px;color:#3c4b61;font-size:11px;font-weight:600}.nav-dropdown-menu a:hover{color:var(--blue);background:#f5f9ff}.nav-dropdown-menu a span{display:grid;width:29px;height:29px;place-items:center;border-radius:9px;color:var(--icon-color);background:color-mix(in srgb,var(--icon-color) 10%,white);font-size:12px}
.header-actions{display:flex;gap:8px;align-items:center}.header-actions .button{min-height:40px;padding:0 15px;font-size:10px}.header-user{gap:7px}.avatar-mini{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));font-size:9px}
.mobile-menu-button{display:none;width:42px;height:42px;border:0;border-radius:11px;color:var(--navy);background:#f3f6fa;font-size:16px;cursor:pointer}
.mobile-menu,.menu-backdrop{display:none}

/* Toast */
.toast-stack{position:fixed;z-index:120;right:20px;top:98px;display:grid;width:min(380px,calc(100% - 40px));gap:9px}.toast{display:grid;padding:13px 13px 13px 15px;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow-lg);animation:toastIn .4s ease}.toast>i{font-size:18px}.toast span{color:#35445a;font-size:12px;line-height:1.45}.toast button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:8px;color:#8d99aa;background:#f5f7fa;cursor:pointer}.toast-success>i{color:var(--green)}.toast-error>i{color:var(--danger)}

/* Home hero */
.home-hero{position:relative;min-height:468px;padding:48px 0 0;overflow:hidden;background:linear-gradient(100deg,#f7fbff 0%,#edf6ff 48%,#e5f0fb 100%)}
.hero-city{position:absolute;inset:0 0 0 42%;z-index:0;background-image:linear-gradient(90deg,#f4faff 0%,rgba(244,250,255,.75) 16%,rgba(244,250,255,.05) 45%),url('../images/demo/hero-city.png');background-position:center;background-size:cover;opacity:.9}
.home-hero:after{position:absolute;inset:auto 0 0;height:150px;content:"";pointer-events:none;background:linear-gradient(transparent,rgba(8,28,52,.12))}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:420px 1fr;min-height:255px}
.hero-copy h1{margin:0 0 12px;color:var(--navy);font-size:41px;line-height:1.04;letter-spacing:-1.9px}.hero-copy>p{max-width:330px;margin-bottom:13px;color:#384a63;font-size:13px;line-height:1.6}.hero-promises{display:flex;gap:16px;align-items:center;color:#238858;font-size:9px;font-weight:600}.hero-promises span{position:relative}.hero-promises span:not(:first-child):before{position:absolute;left:-9px;top:50%;width:3px;height:3px;content:"";border-radius:50%;background:#54b187;transform:translateY(-50%)}.hero-promises i{margin-right:5px;color:var(--green);font-size:13px}
.hero-proof{padding-top:33px;padding-left:28px}.avatar-cloud{display:flex;align-items:center}.person-avatar{display:grid;width:49px;height:49px;margin-left:-8px;place-items:center;border:3px solid rgba(255,255,255,.9);border-radius:50%;color:#fff;box-shadow:0 6px 16px rgba(12,35,62,.13);font-size:10px;font-weight:800}.person-avatar:first-child{margin-left:0}.avatar-one{background:linear-gradient(145deg,#1e456e,#132c49)}.avatar-two{background:linear-gradient(145deg,#c5845d,#743d37)}.avatar-three{background:linear-gradient(145deg,#f26439,#b33125)}.avatar-four{background:linear-gradient(145deg,#44383e,#171c26)}.avatar-five{background:linear-gradient(145deg,#2a78b1,#173c67)}
.proof-card{width:137px;margin:5px 0 0 54px;padding:10px 13px;border-radius:10px;background:rgba(255,255,255,.91);box-shadow:var(--shadow-sm);backdrop-filter:blur(10px)}.proof-card strong{display:block;color:var(--navy);font-size:15px}.proof-card span{display:block;color:var(--muted);font-size:8px}
.hero-search-wrap{position:relative;z-index:4;margin-top:10px;padding:14px 14px 10px;border:1px solid rgba(255,255,255,.7);border-radius:14px 14px 0 0;background:rgba(255,255,255,.91);box-shadow:0 -2px 24px rgba(19,45,75,.08),0 18px 45px rgba(12,35,62,.16);backdrop-filter:blur(16px)}
.hero-search{display:grid;grid-template-columns:245px minmax(280px,1fr) 135px 142px;gap:9px}.hero-search label{display:flex;height:58px;gap:11px;align-items:center;border:1px solid #edf0f4;border-radius:10px;background:#fff;box-shadow:0 4px 12px rgba(13,42,74,.04)}.hero-search label>i{margin-left:15px;color:#3986b8;font-size:17px}.hero-search label>span{display:block;flex:1;min-width:0}.hero-search label small{display:block;color:#8b96a7;font-size:8px}.hero-search input{width:100%;padding:2px 0 0;border:0;outline:0;color:#35445a;background:transparent;font-size:11px}.hero-search input::placeholder{color:#9aa4b2}.location-field>button{margin-right:7px;width:34px;height:34px;border:0;border-radius:9px;color:#6f7e91;background:#f5f7fa;cursor:pointer}.location-field>button:hover{color:var(--blue);background:var(--blue-soft)}.hero-search .button{height:58px;border-radius:9px;font-size:12px}.emergency-button{color:#fff;background:var(--navy);box-shadow:0 8px 18px rgba(11,35,65,.18)}.emergency-button i{color:#ff4d5f}.emergency-button:hover{background:#102e52}
.popular-searches{display:flex;min-height:34px;padding:7px 10px 0;gap:18px;align-items:center;color:#6c7788;font-size:8px}.popular-searches strong{color:#47546a}.popular-searches a{padding:3px 7px;border-radius:6px}.popular-searches a:hover{color:var(--blue);background:#edf5ff}

/* Categories */
.category-section{padding:31px 0 16px}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category-card{display:flex;min-width:0;height:132px;padding:17px 8px;align-items:center;justify-content:center;flex-direction:column;border:1px solid #e9edf2;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(15,41,74,.055);transition:border-color .22s,box-shadow .22s,transform .22s}.category-card:hover{border-color:color-mix(in srgb,var(--category-color) 35%,white);box-shadow:0 14px 28px rgba(15,41,74,.1);transform:translateY(-5px)}.category-icon{display:grid;width:48px;height:48px;margin-bottom:9px;place-items:center;border-radius:15px;color:var(--category-color);background:color-mix(in srgb,var(--category-color) 9%,white);font-size:24px;transform:rotate(-2deg);transition:.2s}.category-card:hover .category-icon{transform:rotate(3deg) scale(1.06)}.category-card strong{overflow:hidden;max-width:100%;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.category-card small{margin-top:3px;color:#8792a2;font-size:8px}

/* Nearby + cards */
.nearby-section{padding:22px 0 48px}.nearby-layout{display:grid;grid-template-columns:315px 1fr;gap:18px}.ai-assistant{position:relative;overflow:hidden;min-height:363px;padding:23px 18px;border-radius:18px;color:#fff;background:radial-gradient(circle at 8% 5%,rgba(38,142,255,.42),transparent 35%),linear-gradient(145deg,#081e3b,#0e4f92);box-shadow:0 18px 38px rgba(9,43,83,.18)}.ai-assistant:after{position:absolute;right:-80px;bottom:-95px;width:210px;height:210px;content:"";border:1px solid rgba(63,181,255,.2);border-radius:50%;box-shadow:0 0 0 28px rgba(63,181,255,.04),0 0 0 58px rgba(63,181,255,.03)}.assistant-head{position:relative;z-index:2;display:flex;gap:14px}.assistant-orb{display:grid;width:61px;height:61px;flex:0 0 auto;place-items:center;border:1px solid rgba(75,190,255,.6);border-radius:50%;color:#cbefff;background:rgba(15,83,144,.55);box-shadow:0 0 23px rgba(50,167,255,.36),inset 0 0 18px rgba(67,183,255,.25);font-size:26px}.assistant-head h2{margin:3px 0 7px;color:#fff;font-size:13px}.assistant-head h2 em{margin-left:5px;padding:3px 6px;border-radius:6px;color:#9bd7ff;background:rgba(58,146,221,.28);font-size:7px;font-style:normal}.assistant-head p{margin:0;color:#c8d8e9;font-size:9px;line-height:1.55}.assistant-input{position:relative;z-index:2;display:flex;margin-top:22px;padding:7px;border-radius:11px;background:#fff}.assistant-input input{width:100%;height:39px;padding:0 9px;border:0;outline:0;color:#35445a;background:transparent;font-size:10px}.assistant-input button{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;border:0;border-radius:50%;color:#fff;background:var(--blue);cursor:pointer}.assistant-suggestions{position:relative;z-index:2;display:flex;margin-top:15px;gap:7px;flex-wrap:wrap}.assistant-suggestions a{padding:6px 9px;border:1px solid rgba(255,255,255,.28);border-radius:99px;color:#d9e8f6;background:rgba(255,255,255,.09);font-size:8px}.assistant-suggestions a:hover{color:var(--navy);background:#fff}
.nearby-providers{padding:19px;border:1px solid #e4efe9;border-radius:18px;background:linear-gradient(135deg,#f9fffc,#f0fbf5)}.location-note{display:flex;gap:7px;align-items:center;color:#596c64;font-size:9px!important;text-transform:none!important;letter-spacing:0!important}.location-note i{color:var(--green)}
.provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.provider-card{min-width:0;overflow:hidden;border:1px solid #e6eaef;border-radius:12px;background:#fff;box-shadow:0 5px 14px rgba(13,39,71,.055);transition:transform .22s,box-shadow .22s,border .22s}.provider-card:hover{border-color:#d8e2ed;box-shadow:0 16px 30px rgba(13,39,71,.12);transform:translateY(-4px)}.provider-card-image{position:relative;display:block;height:146px;overflow:hidden;background:#eaf0f6}.home-provider-grid .provider-card-image{height:112px}.provider-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.provider-card:hover .provider-card-image img{transform:scale(1.055)}.open-badge,.featured-badge{position:absolute;top:8px;display:flex;padding:4px 7px;gap:4px;align-items:center;border-radius:7px;color:#fff;font-size:7px;font-weight:700;box-shadow:0 4px 10px rgba(10,40,69,.14)}.open-badge{left:8px;background:#19a764}.open-badge i,.open-large i{width:5px;height:5px;border-radius:50%;background:#b9ffda;box-shadow:0 0 0 3px rgba(185,255,218,.2);animation:pulseDot 1.8s infinite}.featured-badge{right:8px;background:#d99422}.provider-card-content{padding:12px}.home-provider-grid .provider-card-content{padding:9px}.provider-title-row h3{overflow:hidden;margin:0;color:var(--ink);font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.home-provider-grid .provider-title-row h3{font-size:10px}.provider-title-row h3 a:hover{color:var(--blue)}.provider-title-row p{overflow:hidden;margin:3px 0 0;color:#7d8998;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.verified-icon{margin-left:4px;color:var(--blue);font-size:10px}.provider-rating{display:flex;margin-top:7px;gap:4px;align-items:center}.provider-rating>strong{color:#25364b;font-size:9px}.rating-stars{display:inline-flex;gap:1px;color:#f4b12b;font-size:8px}.provider-rating>span{color:#8a96a5;font-size:7px}.provider-services-line{overflow:hidden;margin:7px 0 0;color:#667589;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.provider-meta{display:flex;margin-top:7px;gap:10px;justify-content:space-between;color:#69778a;font-size:7px}.provider-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-meta i{margin-right:3px;color:#7a899b}.provider-card-actions{display:flex;margin-top:10px;gap:6px;align-items:center}.provider-card-actions .button{flex:1}.icon-action{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;border-radius:9px;font-size:12px}.icon-action.phone{color:var(--blue);background:#eaf4ff}.icon-action.whatsapp{color:#149c5d;background:#e9f9f1}.icon-action:hover{transform:translateY(-2px)}.home-provider-grid .provider-card-actions{display:none}.view-all-outline{display:flex;height:39px;margin-top:13px;gap:8px;align-items:center;justify-content:center;border:1px solid #a7d3b8;border-radius:9px;color:#258555;background:rgba(255,255,255,.62);font-size:9px;font-weight:700}.view-all-outline:hover{color:#fff;background:var(--green)}

/* Trust and process */
.trust-section{padding:0 0 38px}.trust-band{display:grid;padding:37px 29px;grid-template-columns:225px 1fr;gap:32px;border:1px solid #eef0f2;border-radius:18px;background:linear-gradient(110deg,#fff,#fbfaf8);box-shadow:0 7px 24px rgba(20,42,69,.045)}.trust-intro>span{color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.trust-intro h2{margin:6px 0 10px;color:var(--navy);font-size:25px;line-height:1.12;letter-spacing:-.7px}.trust-intro p{max-width:180px;margin:0;color:#697588;font-size:9px;line-height:1.6}.trust-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-features article{text-align:center}.feature-icon,.step-icon{display:grid;width:48px;height:48px;margin:0 auto 10px;place-items:center;border-radius:50%;font-size:20px}.green{color:#18a76a!important;background:#e7f8ef!important}.blue{color:#287df0!important;background:#e9f3ff!important}.orange{color:#ef8e27!important;background:#fff1df!important}.purple{color:#7959d5!important;background:#f0eafe!important}.trust-features h3{margin:0 0 6px;color:#26374c;font-size:10px}.trust-features p{margin:0;color:#788495;font-size:8px;line-height:1.55}
.how-section{padding:23px 0 45px}.how-steps{display:flex;align-items:center;justify-content:space-between}.how-steps article{display:flex;max-width:225px;gap:12px;align-items:center}.how-steps .step-icon{width:48px;height:48px;margin:0;flex:0 0 auto}.how-steps small{color:#9aa4b1;font-size:7px;font-weight:800}.how-steps h3{margin:2px 0 3px;color:#26364b;font-size:10px}.how-steps p{margin:0;color:#7c8797;font-size:7px;line-height:1.5}.step-arrow{color:#b6c0cc;font-size:11px}
.provider-cta-section{padding:0 0 55px}.provider-cta{position:relative;display:grid;min-height:205px;padding:30px 32px;grid-template-columns:1fr 260px 300px;align-items:center;overflow:hidden;border-radius:18px;color:#fff;background:radial-gradient(circle at 75% 20%,rgba(62,145,222,.25),transparent 28%),linear-gradient(115deg,#061d38,#0e3f6f 65%,#365979);box-shadow:0 17px 36px rgba(8,37,69,.18)}.provider-cta:before{position:absolute;right:15%;bottom:-220px;width:480px;height:480px;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}.cta-copy{position:relative;z-index:2}.cta-copy>span{color:#6eb8ff;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.cta-copy h2{margin:5px 0 4px;color:#fff;font-size:23px;letter-spacing:-.6px}.cta-copy>p{margin:0 0 14px;color:#c9d8e7;font-size:9px}.cta-copy li{margin:5px 0;color:#d7e2ed;font-size:8px}.cta-copy li i{margin-right:7px;color:#46d583}.cta-illustration{position:relative;align-self:end;height:175px}.worker-head{position:absolute;z-index:2;left:94px;top:17px;width:49px;height:55px;border-radius:50% 50% 45% 45%;background:linear-gradient(145deg,#f2b78e,#b96e50);box-shadow:inset 0 12px 0 #172c3e}.worker-body{position:absolute;left:44px;bottom:-12px;display:grid;width:150px;height:133px;place-items:center  center;border-radius:60px 60px 10px 10px;color:rgba(255,255,255,.7);background:linear-gradient(145deg,#2983c6,#155187);font-size:33px}.worker-body:before,.worker-body:after{position:absolute;top:20px;width:40px;height:110px;content:"";border-radius:25px;background:#2777ac}.worker-body:before{left:-25px;transform:rotate(18deg)}.worker-body:after{right:-25px;transform:rotate(-18deg)}.cta-card{position:relative;z-index:2;padding:20px;border-radius:13px;color:var(--ink);background:#fff;box-shadow:0 14px 30px rgba(3,20,39,.2)}.cta-card h3{margin:0 0 10px;font-size:13px;line-height:1.35}.cta-card li{margin:5px 0;color:#5b687b;font-size:8px}.cta-card li i{margin-right:6px;color:var(--green)}.cta-card .button{width:100%;min-height:36px;margin-top:8px;font-size:9px}.stats-bar{display:grid;margin-top:13px;padding:14px 24px;grid-template-columns:repeat(4,1fr);border:1px solid #e9edf2;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.stats-bar article{display:flex;gap:12px;align-items:center;justify-content:center;border-right:1px solid #edf0f4}.stats-bar article:last-child{border:0}.stats-bar>article>i{color:#3e9bc6;font-size:23px}.stats-bar article:nth-child(2)>i{color:var(--green)}.stats-bar article:nth-child(3)>i{color:var(--purple)}.stats-bar article:nth-child(4)>i{color:#f0a635}.stats-bar strong{display:block;color:#26364b;font-size:16px;line-height:1}.stats-bar span{display:block;margin-top:4px;color:#8792a1;font-size:7px}

/* Search page */
.search-page-head{padding:24px 0 28px;border-bottom:1px solid #e9eef5;background:linear-gradient(135deg,#f5faff,#eef6ff)}
.breadcrumbs{display:flex;margin-bottom:22px;gap:8px;align-items:center;color:#8491a2;font-size:9px}.breadcrumbs a:hover{color:var(--blue)}.breadcrumbs i{font-size:6px}.search-heading-row{display:flex;align-items:flex-end;justify-content:space-between}.search-heading-row h1{margin:4px 0 5px;color:var(--navy);font-size:32px;letter-spacing:-1px}.search-heading-row p{margin:0;color:#778497;font-size:11px}.search-heading-row p span{color:var(--blue)}.mobile-filter-button{display:none}
.listing-search{display:grid;margin-top:23px;padding:10px;grid-template-columns:230px 1fr 150px;gap:8px;border:1px solid rgba(216,226,238,.9);border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(15,45,80,.08)}.listing-search label{display:flex;height:54px;padding:0 14px;gap:11px;align-items:center;border-right:1px solid #edf0f4}.listing-search label>i{color:#3686c3;font-size:15px}.listing-search label span{flex:1}.listing-search label small{display:block;color:#8a96a6;font-size:8px}.listing-search input{width:100%;padding:2px 0 0;border:0;outline:0;color:#35445a;font-size:11px}.listing-search .button{height:54px}
.search-results-section{padding:34px 0 65px;background:#fbfcfe}.search-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:23px}.filter-panel{align-self:start;padding:20px;border:1px solid #e5eaf0;border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}.filter-head{display:flex;align-items:center;justify-content:space-between}.filter-head h2{margin:0;color:var(--ink);font-size:16px}.filter-head button{display:none}.filter-group{padding:21px 0;border-bottom:1px solid #edf0f4}.filter-group h3{margin:0 0 13px;color:#4a586d;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.category-filter-list{display:grid;gap:4px}.filter-radio{position:relative;display:flex;padding:8px 9px;align-items:center;justify-content:space-between;border-radius:9px;cursor:pointer}.filter-radio:hover{background:#f5f8fc}.filter-radio input{position:absolute;opacity:0}.filter-radio span{display:flex;gap:9px;align-items:center;color:#5b687b;font-size:10px}.filter-radio span:before{width:12px;height:12px;content:"";border:1px solid #c7d1dd;border-radius:50%;box-shadow:inset 0 0 0 3px #fff}.filter-radio input:checked+span{color:var(--blue);font-weight:700}.filter-radio input:checked+span:before{border-color:var(--blue);background:var(--blue)}.filter-radio span i{width:13px;text-align:center}.filter-radio em{color:#9aa4b2;font-size:8px;font-style:normal}.switch-row{display:flex;padding:9px 0;align-items:center;justify-content:space-between;cursor:pointer}.switch-row>span{display:flex;gap:8px;align-items:center;color:#59677a;font-size:10px}.switch-row>span i{width:14px;color:#8491a2}.switch-row input{position:absolute;opacity:0}.switch-row>i{position:relative;width:34px;height:19px;border-radius:20px;background:#dce2e9;transition:.2s}.switch-row>i:before{position:absolute;left:3px;top:3px;width:13px;height:13px;content:"";border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.16);transition:.2s}.switch-row input:checked+ i{background:var(--blue)}.switch-row input:checked+ i:before{transform:translateX(15px)}.filter-submit{width:100%;margin-top:18px}.clear-filters{display:block;margin-top:10px;color:#8290a2;text-align:center;font-size:9px}.clear-filters:hover{color:var(--danger)}
.results-toolbar{display:flex;min-height:46px;margin-bottom:16px;align-items:center;justify-content:space-between}.results-toolbar p{margin:0;color:#778397;font-size:10px}.results-toolbar p strong{color:var(--ink);font-size:13px}.results-toolbar label{display:flex;gap:7px;align-items:center;color:#7d8999;font-size:9px}.results-toolbar select{padding:8px 28px 8px 10px;border:1px solid #dde4ec;border-radius:9px;outline:0;color:#46556a;background:#fff;font-size:9px}.search-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.empty-state{padding:64px 24px;border:1px dashed #d9e1eb;border-radius:17px;background:#fff;text-align:center}.empty-state>span{display:grid;width:70px;height:70px;margin:0 auto 18px;place-items:center;border-radius:50%;color:var(--blue);background:var(--blue-soft);font-size:25px}.empty-state h2{margin:0 0 7px;color:var(--ink);font-size:19px}.empty-state p{max-width:390px;margin:0 auto 20px;color:var(--muted);font-size:11px}.filter-backdrop{display:none}

/* Provider profile */
.provider-profile-head{padding:20px 0 0;color:#fff;background:linear-gradient(135deg,#081f3c,#133f6a)}.breadcrumbs.light{color:#94adc4}.breadcrumbs.light a{color:#c6d7e7}.profile-hero{overflow:hidden;border-radius:18px 18px 0 0;background:#fff;box-shadow:0 12px 32px rgba(1,15,31,.2)}.profile-cover{position:relative;height:260px;overflow:hidden;background:#d9e5ef}.profile-cover>img{width:100%;height:100%;object-fit:cover}.profile-cover:after{position:absolute;inset:0;content:"";background:linear-gradient(0deg,rgba(5,24,45,.6),transparent 55%)}.profile-logo{position:absolute;z-index:2;left:35px;bottom:20px;display:grid;width:76px;height:76px;place-items:center;border:5px solid rgba(255,255,255,.9);border-radius:21px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));box-shadow:0 12px 24px rgba(4,23,42,.25);font-size:21px;font-weight:800}.profile-summary{padding:24px 34px;color:var(--text)}.profile-title{display:flex;align-items:flex-start;justify-content:space-between}.profile-badges{display:flex;margin-bottom:7px;gap:6px}.verified-badge,.premium-badge{display:inline-flex;padding:5px 8px;gap:5px;align-items:center;border-radius:7px;font-size:8px;font-weight:700}.verified-badge{color:#176ed9;background:#e9f3ff}.premium-badge{color:#a46908;background:#fff2d6}.profile-title h1{margin:0;color:var(--ink);font-size:27px;letter-spacing:-.8px}.profile-title p{margin:3px 0 0;color:#728095;font-size:11px}.open-large{display:flex;padding:8px 11px;gap:7px;align-items:center;border-radius:9px;color:#168553;background:#e8f8ef;font-size:9px;font-weight:700}.open-large.closed{color:#a64c55;background:#fff0f2}.open-large.closed i{background:#e94b5d;box-shadow:none;animation:none}.profile-facts{display:flex;margin-top:18px;gap:24px;align-items:center;color:#657388;font-size:9px}.profile-facts>div{display:flex;gap:5px;align-items:center}.profile-facts>div>strong{color:var(--ink);font-size:14px}.profile-facts>div>span:last-child{color:#8a96a5}.profile-facts>span i{margin-right:5px;color:#3c86c1}
.provider-profile-body{padding:30px 0 68px;background:#f8fafc}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:21px}.profile-main{display:grid;gap:18px}.content-panel,.contact-card,.location-card{padding:25px;border:1px solid #e5eaf0;border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}.panel-title{display:flex;margin-bottom:19px;align-items:center;justify-content:space-between}.panel-title>div>span,.contact-card-kicker{display:block;color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.panel-title h2{margin:3px 0 0;color:var(--ink);font-size:19px}.panel-title>i{color:#d6e2ef;font-size:25px}.profile-description{margin:0;color:#5c6b7f;font-size:11px;line-height:1.8}.company-highlights{display:grid;margin-top:20px;grid-template-columns:repeat(4,1fr);gap:9px}.company-highlights span{display:flex;padding:10px;gap:7px;align-items:center;border-radius:10px;color:#3d617a;background:#f3f8fb;font-size:8px;font-weight:600}.company-highlights i{color:var(--green)}
.service-list{display:grid;gap:8px}.service-list article{display:grid;padding:14px;grid-template-columns:43px 1fr auto;gap:12px;align-items:center;border:1px solid #edf0f4;border-radius:12px;background:#fcfdff}.service-list-icon{display:grid;width:43px;height:43px;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft);font-size:16px}.service-list small{color:#8b96a5;font-size:7px}.service-list h3{margin:1px 0 2px;color:#334258;font-size:11px}.service-list p{margin:0;color:#7d8897;font-size:8px}.service-list>article>strong{color:#2b6ba2;font-size:9px}
.review-score{display:flex;gap:8px;align-items:center}.review-score>strong{color:var(--ink);font-size:23px}.review-score>span{display:flex;flex-direction:column}.review-score small{margin-top:2px;color:#8c97a5;font-size:7px}.review-list{display:grid;gap:16px}.review-list article{display:grid;padding-bottom:16px;grid-template-columns:39px 1fr;gap:11px;border-bottom:1px solid #edf0f4}.review-list article:last-child{padding:0;border:0}.review-avatar{display:grid;width:39px;height:39px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#4d91d9,#225fa6);font-size:9px;font-weight:700}.review-head{display:flex;align-items:center}.review-head h3{margin:0 8px 0 0;color:#334258;font-size:10px}.review-head time{margin-left:auto;color:#9aa4b1;font-size:7px}.review-list p{margin:5px 0 0;color:#637186;font-size:9px;line-height:1.65}
.profile-sidebar{display:grid;align-self:start;gap:17px;position:sticky;top:98px}.contact-card h2{margin:4px 0 6px;color:var(--ink);font-size:20px}.contact-card>p{margin:0 0 17px;color:#7d8999;font-size:9px;line-height:1.55}.direct-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.call-button{color:#fff;background:var(--blue)}.whatsapp-button{color:#fff;background:#17a966}.contact-divider{display:flex;margin:18px 0;align-items:center;color:#a0a9b6;font-size:7px}.contact-divider:before,.contact-divider:after{height:1px;flex:1;content:"";background:#e7ebf1}.contact-divider span{padding:0 9px}.contact-form{display:grid;gap:11px}.contact-form label>span,.public-contact-form label>span{display:block;margin-bottom:5px;color:#5d6a7d;font-size:8px;font-weight:600}.contact-form input,.contact-form textarea,.public-contact-form input,.public-contact-form textarea,.public-contact-form select{width:100%;padding:10px 11px;border:1px solid #dfe5ed;border-radius:9px;outline:0;color:#344257;background:#fbfcfe;font-size:9px;transition:.2s}.contact-form input{height:40px}.contact-form input:focus,.contact-form textarea:focus,.public-contact-form input:focus,.public-contact-form textarea:focus,.public-contact-form select:focus{border-color:#7db1ed;background:#fff;box-shadow:0 0 0 3px rgba(37,121,239,.09)}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.privacy-note{display:block;margin-top:10px;color:#94a0af;text-align:center;font-size:7px}.privacy-note i{margin-right:4px;color:var(--green)}.location-card{padding:18px}.mini-map{position:relative;height:135px;margin-bottom:14px;overflow:hidden;border-radius:12px;background-color:#eaf4ee;background-image:linear-gradient(90deg,rgba(255,255,255,.7) 2px,transparent 2px),linear-gradient(rgba(255,255,255,.7) 2px,transparent 2px);background-size:42px 42px}.mini-map:after{position:absolute;left:-10%;right:-10%;top:56%;height:10px;content:"";background:#fff;box-shadow:0 0 0 1px #dbe8df;transform:rotate(-11deg)}.map-pin{position:absolute;z-index:3;left:50%;top:46%;display:grid;width:38px;height:38px;place-items:center;border:5px solid rgba(255,255,255,.9);border-radius:50% 50% 50% 10%;color:#fff;background:var(--orange);box-shadow:0 7px 14px rgba(47,66,59,.2);font-size:13px;transform:translate(-50%,-50%) rotate(-45deg)}.map-pin i{transform:rotate(45deg)}.location-card h3{margin:0 0 4px;color:var(--ink);font-size:12px}.location-card p{margin:0 0 8px;color:#718094;font-size:9px}.location-card>span{color:#738295;font-size:8px}.location-card>span i{margin-right:5px;color:var(--green)}

/* Authentication */
.auth-section{position:relative;min-height:calc(100vh - var(--header));padding:55px 0 70px;overflow:hidden;background:linear-gradient(135deg,#f2f8ff,#f9fcff 58%,#eef8f4)}
.auth-orb{position:absolute;border-radius:50%;filter:blur(2px)}.auth-orb-one{left:-130px;top:40px;width:330px;height:330px;background:rgba(37,121,239,.1)}.auth-orb-two{right:-110px;bottom:-100px;width:310px;height:310px;background:rgba(27,173,112,.1)}
.auth-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 480px;gap:80px;align-items:center}.auth-showcase{padding:20px}.auth-icon{display:grid;width:65px;height:65px;margin-bottom:26px;place-items:center;border-radius:20px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));box-shadow:0 15px 35px rgba(37,121,239,.25);font-size:24px}.auth-showcase h1{max-width:540px;margin:0 0 17px;color:var(--navy);font-size:42px;line-height:1.12;letter-spacing:-1.6px}.auth-showcase>p{max-width:480px;margin:0;color:#637287;font-size:13px;line-height:1.75}.auth-proof{display:flex;margin-top:29px;gap:18px;flex-wrap:wrap}.auth-proof span{display:flex;gap:7px;align-items:center;color:#4c6176;font-size:10px;font-weight:600}.auth-proof i{color:var(--green)}
.auth-card{padding:34px;border:1px solid rgba(220,228,237,.95);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 26px 70px rgba(17,48,82,.13);backdrop-filter:blur(15px)}.auth-card-head>span{display:block;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.auth-card-head h2{margin:5px 0;color:var(--ink);font-size:24px;letter-spacing:-.7px}.auth-card-head p{margin:0;color:#8792a2;font-size:10px}.auth-form{display:grid;margin-top:24px;gap:14px}.auth-form>label>span,.dashboard-form label>span{display:block;margin-bottom:6px;color:#586679;font-size:9px;font-weight:700}.form-input{position:relative}.form-input>i{position:absolute;left:14px;top:50%;color:#8b99aa;transform:translateY(-50%)}.form-input input{width:100%;height:48px;padding:0 42px 0 41px;border:1px solid #dfe5ed;border-radius:11px;outline:0;color:#344257;background:#fbfcfe;font-size:11px}.form-input input:focus{border-color:#7eafea;background:#fff;box-shadow:0 0 0 4px rgba(37,121,239,.09)}.form-input button{position:absolute;right:7px;top:50%;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:9px;color:#8996a6;background:transparent;transform:translateY(-50%);cursor:pointer}.form-help-row{display:flex;align-items:center;justify-content:space-between}.form-help-row>a{color:var(--blue);font-size:9px;font-weight:600}.remember,.terms-check{display:flex!important;gap:8px;align-items:center;color:#6f7b8c;font-size:9px;cursor:pointer}.remember input,.terms-check input{position:absolute;opacity:0}.remember>span,.terms-check>span{display:grid;width:16px;height:16px;place-items:center;border:1px solid #cdd6e1;border-radius:5px;background:#fff}.remember input:checked+span,.terms-check input:checked+span{border-color:var(--blue);background:var(--blue)}.remember input:checked+span:after,.terms-check input:checked+span:after{content:"✓";color:#fff;font-size:10px}.auth-submit{height:49px}.demo-credentials{display:flex;margin-top:14px;padding:11px 12px;align-items:center;justify-content:space-between;border:1px dashed #cbdcf0;border-radius:11px;background:#f5f9ff}.demo-credentials>div{display:flex;gap:9px;align-items:center}.demo-credentials>div>i{color:var(--blue)}.demo-credentials span{display:flex;flex-direction:column;color:#718095;font-size:8px}.demo-credentials strong{color:#405269;font-size:9px}.demo-credentials button{border:0;color:var(--blue);background:transparent;font-size:8px;font-weight:700;cursor:pointer}.auth-switch{margin:22px 0 0;color:#7d8999;text-align:center;font-size:10px}.auth-switch a{color:var(--blue);font-weight:700}.register-benefits{display:grid;margin-top:28px;gap:13px}.register-benefits article{display:flex;gap:11px;align-items:center}.register-benefits>article>i{color:var(--green);font-size:16px}.register-benefits strong,.register-benefits span{display:block}.register-benefits strong{color:#405168;font-size:10px}.register-benefits span{color:#8290a2;font-size:8px}.role-selector{display:grid;grid-template-columns:1fr 1fr;gap:9px}.role-selector label{position:relative}.role-selector input{position:absolute;opacity:0}.role-selector label>span{display:flex;height:84px;padding:10px;align-items:center;justify-content:center;flex-direction:column;border:1px solid #dfe5ed;border-radius:12px;background:#fbfcfe;cursor:pointer;transition:.2s}.role-selector label>span>i{margin-bottom:6px;color:#7c899b;font-size:17px}.role-selector strong{color:#47566a;font-size:9px}.role-selector small{margin-top:2px;color:#97a1af;font-size:7px}.role-selector input:checked+span{border-color:#7eafea;background:#f0f7ff;box-shadow:inset 0 0 0 1px #7eafea}.role-selector input:checked+span i,.role-selector input:checked+span strong{color:var(--blue)}.auth-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.terms-check em{font-size:8px;font-style:normal}.terms-check a{color:var(--blue)}

/* User & provider dashboard */
.app-shell-section{padding:28px 0 70px;background:#f6f8fb}.app-shell{display:grid;grid-template-columns:245px minmax(0,1fr);gap:22px}.dashboard-sidebar{align-self:start;padding:16px;border:1px solid #e3e8ef;border-radius:17px;background:#fff;box-shadow:var(--shadow-sm);position:sticky;top:98px}.dashboard-user-card{display:flex;padding:8px;gap:10px;align-items:center}.dashboard-avatar{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));font-size:11px;font-weight:800}.dashboard-user-card strong{display:block;color:#344359;font-size:10px}.dashboard-user-card small{display:block;margin-top:2px;color:#8a96a6;font-size:7px}.profile-completion{margin:13px 4px 16px;padding:11px;border-radius:10px;background:#f3f8ff}.profile-completion>div{display:flex;justify-content:space-between;color:#708095;font-size:7px}.profile-completion strong{color:var(--blue)}.profile-completion>i{display:block;height:5px;margin-top:7px;overflow:hidden;border-radius:10px;background:#dce8f6}.profile-completion b{display:block;height:100%;border-radius:10px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.dashboard-nav{display:grid;gap:3px}.dashboard-nav a{display:flex;min-height:42px;padding:0 12px;gap:10px;align-items:center;border-radius:10px;color:#68758a;font-size:9px;font-weight:600}.dashboard-nav a:hover,.dashboard-nav a.active{color:var(--blue);background:#edf5ff}.dashboard-nav a>i{width:16px;text-align:center;font-size:12px}.dashboard-nav a>em{display:grid;width:18px;height:18px;margin-left:auto;place-items:center;border-radius:6px;color:#fff;background:var(--orange);font-size:7px;font-style:normal}.dashboard-help{margin-top:20px;padding:15px;border-radius:13px;background:linear-gradient(145deg,#eef7ff,#f4fbf7);text-align:center}.dashboard-help>span{display:grid;width:37px;height:37px;margin:0 auto 8px;place-items:center;border-radius:12px;color:var(--blue);background:#fff;box-shadow:var(--shadow-sm)}.dashboard-help strong{display:block;color:#425269;font-size:9px}.dashboard-help p{margin:3px 0 8px;color:#8491a2;font-size:7px}.dashboard-help a{color:var(--blue);font-size:8px;font-weight:700}.dashboard-logout{display:flex;margin-top:12px;padding:10px;gap:8px;align-items:center;justify-content:center;border-radius:9px;color:#a05a62;background:#fff4f5;font-size:8px;font-weight:700}
.dashboard-main{min-width:0}.dashboard-page-head{display:flex;margin:4px 0 22px;align-items:flex-end;justify-content:space-between}.dashboard-page-head>div>span{color:#8793a3;font-size:8px}.dashboard-page-head h1{margin:3px 0;color:var(--ink);font-size:25px;letter-spacing:-.7px}.dashboard-page-head p{margin:0;color:#8792a2;font-size:9px}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dashboard-stat{display:flex;padding:17px;gap:12px;align-items:center;border:1px solid #e4e9ef;border-radius:14px;background:#fff;box-shadow:0 4px 15px rgba(15,40,72,.045)}.stat-icon{display:grid;width:41px;height:41px;flex:0 0 auto;place-items:center;border-radius:12px;font-size:15px}.dashboard-stat small{display:block;color:#8491a2;font-size:7px}.dashboard-stat strong{display:block;margin:1px 0;color:#2d3d53;font-size:19px}.dashboard-stat em{display:block;color:#6b9a80;font-size:7px;font-style:normal}.dashboard-stat em i{margin-right:3px}.dashboard-columns{display:grid;margin-top:14px;grid-template-columns:1.2fr .8fr;gap:14px}.dashboard-panel{padding:20px;border:1px solid #e4e9ef;border-radius:15px;background:#fff;box-shadow:0 4px 15px rgba(15,40,72,.04)}.dashboard-panel-head{display:flex;margin-bottom:17px;align-items:center;justify-content:space-between}.dashboard-panel-head>div>span{display:block;color:var(--blue);font-size:7px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.dashboard-panel-head h2{margin:2px 0 0;color:#314158;font-size:15px}.dashboard-panel-head>a{color:var(--blue);font-size:8px;font-weight:700}.dashboard-panel-head>em{color:#8895a5;font-size:8px;font-style:normal}.lead-list,.admin-company-list,.admin-contact-list{display:grid}.lead-list article{display:grid;padding:10px 0;grid-template-columns:36px 1fr auto 30px;gap:9px;align-items:center;border-bottom:1px solid #edf0f4}.lead-list article:last-child{border:0}.lead-avatar,.table-user>span{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,#4e8ed0,#2362a7);font-size:8px;font-weight:700}.lead-list h3{margin:0;color:#405067;font-size:9px}.lead-list p{overflow:hidden;margin:2px 0 0;color:#8290a2;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.lead-time{color:#9aa5b2;font-size:7px}.lead-list article>a{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;color:var(--green);background:#e9f8f1;font-size:9px}.mini-empty{padding:35px 10px;text-align:center}.mini-empty>i{color:#b3bfcc;font-size:29px}.mini-empty p{margin:9px 0;color:#8a96a5;font-size:9px}.performance-panel select{padding:6px;border:1px solid #e0e6ed;border-radius:7px;color:#758295;background:#fff;font-size:7px}.performance-bars{display:grid;gap:14px}.performance-bars>div{display:grid;grid-template-columns:110px 1fr 36px;gap:8px;align-items:center}.performance-bars span{color:#667589;font-size:8px}.performance-bars i{display:block;height:6px;overflow:hidden;border-radius:10px;background:#e9edf2}.performance-bars b{display:block;width:var(--bar);height:100%;border-radius:10px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.performance-bars strong{color:#526176;text-align:right;font-size:8px}.upgrade-card{display:flex;margin-top:22px;padding:12px;gap:9px;align-items:center;border-radius:11px;color:#704e0e;background:#fff5da}.upgrade-card>i{color:#d79a1d;font-size:15px}.upgrade-card div{flex:1}.upgrade-card strong,.upgrade-card span{display:block}.upgrade-card strong{font-size:8px}.upgrade-card span{margin-top:2px;color:#9b7d43;font-size:7px}.upgrade-card button{border:0;border-radius:7px;color:#fff;background:#d89b23;font-size:7px;padding:7px 8px;cursor:pointer}
.customer-welcome{display:flex;margin-bottom:14px;padding:28px 30px;align-items:center;justify-content:space-between;overflow:hidden;border-radius:17px;color:#fff;background:linear-gradient(130deg,#092444,#15558f);box-shadow:var(--shadow)}.customer-welcome>div>span{color:#79bdff;font-size:8px;font-weight:800;text-transform:uppercase}.customer-welcome h2{margin:5px 0;color:#fff;font-size:22px}.customer-welcome p{margin:0 0 15px;color:#c8d9e9;font-size:9px}.customer-welcome form{display:flex;width:min(460px,100%);padding:6px;gap:7px;align-items:center;border-radius:11px;background:#fff}.customer-welcome form>i{margin-left:8px;color:#8b98a8}.customer-welcome input{width:100%;border:0;outline:0;font-size:9px}.customer-welcome .button{min-height:36px}.customer-welcome-icon{display:grid;width:120px;height:120px;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#9dd5ff;background:rgba(255,255,255,.06);font-size:45px;box-shadow:0 0 0 20px rgba(255,255,255,.025)}.dashboard-favorites{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dashboard-favorites>a{display:grid;padding:9px;grid-template-columns:60px 1fr auto;gap:9px;align-items:center;border:1px solid #e8ecf1;border-radius:12px}.dashboard-favorites img{width:60px;height:55px;object-fit:cover;border-radius:9px}.dashboard-favorites strong{display:block;color:#405068;font-size:9px}.dashboard-favorites span{display:flex;margin:3px 0;gap:4px;align-items:center;color:#7e8998;font-size:7px}.dashboard-favorites small{color:#8895a5;font-size:7px}.dashboard-favorites>a>i{color:#a5afbd;font-size:8px}
.profile-form-panel,.settings-panel{padding:26px}.dashboard-form{display:grid;gap:15px}.form-section-title{display:flex;padding-bottom:18px;gap:12px;align-items:center;border-bottom:1px solid #edf0f4}.form-section-title>span{display:grid;width:43px;height:43px;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft)}.form-section-title h2{margin:0;color:#35455b;font-size:14px}.form-section-title p{margin:2px 0 0;color:#8793a2;font-size:8px}.form-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid-two .full{grid-column:1/-1}.dashboard-form input,.dashboard-form textarea,.dashboard-form select{width:100%;min-height:44px;padding:10px 12px;border:1px solid #dfe5ed;border-radius:10px;outline:0;color:#3d4c61;background:#fbfcfe;font-size:9px}.dashboard-form textarea{resize:vertical}.dashboard-form input:focus,.dashboard-form textarea:focus,.dashboard-form select:focus{border-color:#7dafea;background:#fff;box-shadow:0 0 0 3px rgba(37,121,239,.08)}.switch-options{display:grid;grid-template-columns:1fr 1fr;gap:11px}.switch-options label{display:grid;padding:13px;grid-template-columns:35px 1fr;gap:10px;align-items:center;border:1px solid #e4e9ef;border-radius:11px;cursor:pointer}.switch-options input{position:absolute;opacity:0}.switch-options label>i{position:relative;width:35px;height:20px;border-radius:20px;background:#dce2e9}.switch-options label>i:before{position:absolute;left:3px;top:3px;width:14px;height:14px;content:"";border-radius:50%;background:#fff;transition:.2s}.switch-options input:checked+i{background:var(--green)}.switch-options input:checked+i:before{transform:translateX(15px)}.switch-options strong,.switch-options small{display:block}.switch-options strong{color:#4d5d72;font-size:8px}.switch-options small{color:#8d98a7;font-size:7px}.form-submit-row{display:flex;padding-top:15px;align-items:center;justify-content:space-between;border-top:1px solid #edf0f4}.form-submit-row>span{color:#8995a4;font-size:7px}.form-submit-row>span i{margin-right:5px;color:var(--green)}.services-dashboard-columns{grid-template-columns:1fr 310px;margin-top:0}.managed-service-list{display:grid;gap:8px}.managed-service-list article{display:grid;padding:11px;grid-template-columns:40px 1fr 30px;gap:10px;align-items:center;border:1px solid #e8ecf1;border-radius:11px}.managed-service-list>article>span{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;color:var(--blue);background:var(--blue-soft)}.managed-service-list small{color:#8c97a5;font-size:7px}.managed-service-list h3{margin:1px 0;color:#405068;font-size:9px}.managed-service-list p{margin:0;color:#7d8999;font-size:7px}.managed-service-list button{display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:8px;color:#bb5661;background:#fff2f4;cursor:pointer}.add-service-panel>.dashboard-panel-head>i{color:#cbd9e8}.dashboard-provider-grid{grid-template-columns:repeat(3,1fr)}.full-lead-list{display:grid;gap:10px}.full-lead-list>article{padding:15px;border:1px solid #e6eaf0;border-radius:12px}.lead-person{display:flex;gap:10px;align-items:center}.lead-person h3{margin:0;color:#405067;font-size:10px}.lead-person p{margin:2px 0 0;color:#7f8b9b;font-size:8px}.lead-person a{color:var(--blue)}.full-lead-list blockquote{margin:13px 0;padding:11px;border-left:3px solid #9bc3f1;border-radius:0 8px 8px 0;color:#58677c;background:#f6f9fd;font-size:9px}.lead-actions{display:flex;gap:7px;align-items:center}.lead-actions time{margin-right:auto;color:#8d99a8;font-size:7px}.lead-actions time i{margin-right:4px}

/* Admin */
.admin-body{background:#f4f7fb}.admin-body .site-header,.admin-body .site-footer,.admin-body .mobile-bottom-nav{display:none}.admin-body #main-content{min-height:100vh}.admin-shell{display:grid;min-height:100vh;grid-template-columns:245px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;display:flex;height:100vh;padding:21px 15px 15px;flex-direction:column;color:#b9c8d8;background:linear-gradient(180deg,#081c35,#0b2747);overflow-y:auto}.admin-logo{display:flex;padding:0 8px 24px;gap:10px;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.admin-logo-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));font-size:15px}.admin-logo strong{display:block;color:#fff;font-size:14px;letter-spacing:-.4px}.admin-logo strong em{color:var(--orange);font-style:normal}.admin-logo small{display:block;color:#7189a3;font-size:7px}.admin-sidebar nav{display:grid;margin-top:18px;gap:3px}.admin-sidebar nav>span{margin:16px 10px 5px;color:#57718d;font-size:7px;font-weight:800;letter-spacing:1px}.admin-sidebar nav>a{display:flex;min-height:41px;padding:0 11px;gap:10px;align-items:center;border-radius:10px;color:#9cb0c4;font-size:8px;font-weight:600}.admin-sidebar nav>a:hover,.admin-sidebar nav>a.active{color:#fff;background:rgba(42,126,212,.2)}.admin-sidebar nav>a>i{width:16px;text-align:center}.admin-sidebar nav>a>em{display:grid;width:18px;height:18px;margin-left:auto;place-items:center;border-radius:6px;color:#fff;background:var(--orange);font-size:7px;font-style:normal}.admin-user{display:grid;margin-top:auto;padding:11px;grid-template-columns:35px 1fr auto;gap:9px;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.04)}.admin-user>span{display:grid;width:35px;height:35px;place-items:center;border-radius:10px;color:#fff;background:#245d91;font-size:8px}.admin-user strong,.admin-user small{display:block}.admin-user strong{color:#dce7f1;font-size:8px}.admin-user small{color:#6f89a3;font-size:7px}.admin-user>a{color:#738da6}.admin-content{min-width:0;padding:23px 28px 50px}.admin-topbar{display:flex;margin-bottom:22px;align-items:center}.admin-topbar>div:first-of-type>span{color:#8b97a6;font-size:7px}.admin-topbar h1{margin:2px 0;color:#26374d;font-size:23px}.admin-top-actions{display:flex;margin-left:auto;gap:9px;align-items:center}.admin-top-actions>button,.admin-top-actions>a{position:relative;display:flex;height:39px;padding:0 12px;gap:7px;align-items:center;border:1px solid #e0e6ed;border-radius:10px;color:#657388;background:#fff;font-size:8px}.admin-top-actions>button{width:39px;padding:0;justify-content:center}.admin-top-actions em{position:absolute;right:-3px;top:-4px;display:grid;width:16px;height:16px;place-items:center;border:2px solid #f4f7fb;border-radius:50%;color:#fff;background:var(--orange);font-size:6px;font-style:normal}.admin-menu-toggle{display:none}.admin-welcome{display:flex;margin-bottom:15px;padding:24px 28px;align-items:center;justify-content:space-between;overflow:hidden;border-radius:16px;color:#fff;background:linear-gradient(125deg,#0a294c,#155b98)}.admin-welcome>div>span{color:#78bcfb;font-size:8px}.admin-welcome h2{margin:3px 0;color:#fff;font-size:20px}.admin-welcome p{margin:0;color:#bfd2e4;font-size:8px}.admin-welcome-art{display:grid;width:90px;height:90px;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;color:#8ec8fa;background:rgba(255,255,255,.05);font-size:32px;box-shadow:0 0 0 18px rgba(255,255,255,.025)}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-stat-grid article{display:flex;padding:17px;gap:11px;align-items:center;border:1px solid #e2e8ef;border-radius:13px;background:#fff;box-shadow:0 4px 14px rgba(15,40,70,.04)}.admin-stat-grid article>span{display:grid;width:40px;height:40px;place-items:center;border-radius:11px}.admin-stat-grid small{display:block;color:#8491a2;font-size:7px}.admin-stat-grid strong{display:block;color:#304157;font-size:18px}.admin-stat-grid em{display:block;color:#7c8999;font-size:6px;font-style:normal}.admin-grid-two,.admin-category-layout{display:grid;margin-top:14px;grid-template-columns:1fr 1fr;gap:14px}.admin-panel{padding:19px;border:1px solid #e2e8ef;border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(15,40,70,.04)}.admin-panel-head{display:flex;margin-bottom:15px;align-items:center;justify-content:space-between}.admin-panel-head>div>span{color:var(--blue);font-size:7px;font-weight:800;text-transform:uppercase}.admin-panel-head h2{margin:2px 0;color:#34455b;font-size:14px}.admin-panel-head>a{color:var(--blue);font-size:7px;font-weight:700}.admin-panel-head>button{border:0;color:#8b97a6;background:transparent}.admin-company-list article{display:grid;padding:9px 0;grid-template-columns:42px 1fr auto;gap:9px;align-items:center;border-bottom:1px solid #edf0f4}.admin-company-list article:last-child{border:0}.admin-company-list img{width:42px;height:36px;object-fit:cover;border-radius:8px}.admin-company-list h3{margin:0;color:#425168;font-size:8px}.admin-company-list h3 i{margin-left:3px;color:var(--blue)}.admin-company-list p{margin:2px 0 0;color:#8a96a5;font-size:7px}.status-pill,.plan-pill,.role-pill{display:inline-flex;padding:5px 8px;border-radius:7px;font-size:7px;font-weight:700}.status-active{color:#188957;background:#e8f8f0}.status-pending{color:#a77719;background:#fff4dc}.status-suspended,.status-inactive{color:#ad4c58;background:#fff0f2}.plan-premium{color:#a36b0b;background:#fff2d6}.plan-free{color:#69768a;background:#f0f3f6}.admin-contact-list article{display:grid;padding:10px 0;grid-template-columns:33px 1fr auto;gap:8px;align-items:center;border-bottom:1px solid #edf0f4}.admin-contact-list article:last-child{border:0}.admin-contact-list>article>span{display:grid;width:33px;height:33px;place-items:center;border-radius:10px;color:#fff;background:#2f78b8;font-size:7px}.admin-contact-list h3{margin:0;color:#425269;font-size:8px}.admin-contact-list h3 small{color:#8d98a7;font-weight:400}.admin-contact-list p{overflow:hidden;margin:2px 0 0;color:#7f8b9a;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.admin-contact-list time{color:#9ba5b2;font-size:6px}.admin-table-panel{padding:20px}.admin-table-actions{display:flex;gap:8px}.admin-table-actions label{position:relative}.admin-table-actions label i{position:absolute;left:10px;top:50%;color:#8d99a8;transform:translateY(-50%)}.admin-table-actions input{height:38px;padding:0 10px 0 31px;border:1px solid #dfe5ec;border-radius:9px;outline:0;font-size:8px}.admin-table-actions .button{min-height:38px;font-size:8px}.responsive-table{overflow-x:auto}.responsive-table table{width:100%;border-collapse:collapse;white-space:nowrap}.responsive-table th{padding:10px;color:#8792a2;background:#f7f9fc;text-align:left;font-size:7px;text-transform:uppercase}.responsive-table td{padding:11px 10px;border-bottom:1px solid #edf0f4;color:#617085;font-size:8px}.responsive-table td>strong,.responsive-table td>small{display:block}.responsive-table td>strong{color:#46566b}.responsive-table td>small{margin-top:2px;color:#939dac;font-size:6px}.table-company,.table-user{display:flex;gap:9px;align-items:center}.table-company img{width:42px;height:36px;object-fit:cover;border-radius:8px}.table-company strong,.table-company small,.table-user strong,.table-user small{display:block}.table-company strong,.table-user strong{color:#425269;font-size:8px}.table-company small,.table-user small{margin-top:2px;color:#8a96a5;font-size:7px}.table-company i{margin-left:3px;color:var(--blue)}.table-rating{color:#34455a;font-weight:700}.table-rating i{margin-right:4px;color:#f0ad28}.row-actions{display:flex;gap:3px}.row-actions form{display:inline}.row-actions button{display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:7px;color:#778598;background:#f2f5f8;cursor:pointer}.row-actions button:hover,.row-actions button.active{color:var(--blue);background:#e9f3ff}.role-provider{color:#346b9d;background:#eaf3fb}.role-customer{color:#4e6e5d;background:#edf7f1}.role-admin{color:#815c9f;background:#f3eefa}.admin-category-layout{grid-template-columns:1fr 340px}.admin-category-list{display:grid;gap:7px}.admin-category-list article{display:grid;padding:11px;grid-template-columns:42px 1fr auto 28px;gap:10px;align-items:center;border:1px solid #e7ebf0;border-radius:10px}.admin-category-list>article>span{display:grid;width:42px;height:42px;place-items:center;border-radius:11px;color:var(--category-color);background:color-mix(in srgb,var(--category-color) 10%,white)}.admin-category-list h3{margin:0;color:#425269;font-size:9px}.admin-category-list p{margin:2px 0 0;color:#8995a4;font-size:7px}.admin-category-list>article>em{color:#8190a1;font-size:7px;font-style:normal}.admin-category-list button{border:0;color:#8995a4;background:transparent}.add-category-panel>.admin-panel-head>i,.settings-panel>.admin-panel-head>i{color:#c7d5e4;font-size:20px}

/* Static pages and footer */
.inner-hero{padding:70px 0;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(65,151,229,.28),transparent 28%),linear-gradient(125deg,#071d39,#124c83)}.inner-hero span{color:#78bfff;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.inner-hero h1{margin:8px 0 12px;color:#fff;font-size:42px;line-height:1.12;letter-spacing:-1.5px}.inner-hero p{max-width:600px;margin:0;color:#c4d5e5;font-size:12px;line-height:1.75}.process-timeline{display:grid;gap:40px}.process-timeline article{display:grid;grid-template-columns:55px 80px 1fr;gap:22px;align-items:start}.process-timeline article>span{padding-top:14px;color:#cad4df;font-size:13px;font-weight:800}.process-icon{display:grid;width:72px;height:72px;place-items:center;border-radius:23px;font-size:25px}.process-timeline small{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase}.process-timeline h2{margin:4px 0 8px;color:var(--ink);font-size:23px}.process-timeline p{max-width:650px;margin:0 0 12px;color:#68768a;font-size:11px;line-height:1.75}.process-timeline li{margin:6px 0;color:#536277;font-size:9px}.process-timeline li i{margin-right:7px;color:var(--green)}.simple-cta{padding-top:0}.simple-cta>.container{display:flex;padding:30px 35px;align-items:center;justify-content:space-between;border-radius:17px;color:#fff;background:linear-gradient(125deg,#0a2b50,#17629f)}.simple-cta span{color:#78bfff;font-size:8px}.simple-cta h2{margin:4px 0 0;color:#fff;font-size:22px}.about-story-grid{display:grid;grid-template-columns:1fr 430px;gap:70px;align-items:center}.about-story h2{margin:7px 0 17px;color:var(--ink);font-size:29px;line-height:1.3}.about-story p{color:#667589;font-size:11px;line-height:1.8}.about-values{display:flex;margin-top:23px;gap:30px}.about-values strong,.about-values span{display:block}.about-values strong{color:var(--blue);font-size:20px}.about-values span{color:#8592a3;font-size:8px}.about-visual{position:relative;display:grid;height:390px;place-items:center;border-radius:28px;background:linear-gradient(145deg,#edf6ff,#eef9f4)}.visual-main{display:grid;width:190px;height:190px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));box-shadow:0 26px 60px rgba(37,121,239,.25);font-size:65px}.visual-card{position:absolute;display:flex;padding:13px 15px;gap:9px;align-items:center;border-radius:12px;background:#fff;box-shadow:var(--shadow)}.visual-card i{color:var(--blue)}.visual-card strong{color:#425269;font-size:8px}.visual-card.one{left:18px;top:55px}.visual-card.two{right:15px;bottom:52px}.values-section{background:#f8fafc}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.values-grid article{padding:25px;border:1px solid #e4e9ef;border-radius:15px;background:#fff}.values-grid article>span{display:grid;width:48px;height:48px;margin-bottom:14px;place-items:center;border-radius:14px}.values-grid h3{margin:0 0 7px;color:#394a60;font-size:13px}.values-grid p{margin:0;color:#7d8999;font-size:9px;line-height:1.65}.contact-page-grid{display:grid;grid-template-columns:370px 1fr;gap:40px}.contact-options{display:grid;gap:12px}.contact-options>article{display:flex;padding:17px;gap:13px;align-items:center;border:1px solid #e5eaf0;border-radius:13px;background:#fff}.contact-options>article>span{display:grid;width:44px;height:44px;place-items:center;border-radius:12px}.contact-options small{color:#8a96a6;font-size:7px}.contact-options h2{margin:1px 0;color:#405067;font-size:12px}.contact-options p{margin:0;color:#8a96a6;font-size:7px}.contact-social{margin-top:10px}.contact-social h3{color:#536278;font-size:10px}.social-links{display:flex;gap:7px}.social-links a{display:grid;width:35px;height:35px;place-items:center;border-radius:9px;color:#fff;background:rgba(255,255,255,.09)}.contact-social .social-links a{color:#51708d;background:#edf3f8}.public-contact-form{display:grid;padding:29px;gap:13px;border:1px solid #e4e9ef;border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}.public-contact-form>span{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase}.public-contact-form h2{margin:-8px 0 6px;color:var(--ink);font-size:21px}.public-contact-form .button{justify-self:start}.legal-page{background:#f8fafc}.legal-content{max-width:820px;padding:35px;border:1px solid #e4e9ef;border-radius:17px;background:#fff}.legal-content h2{margin:25px 0 8px;color:#34455b;font-size:16px}.legal-content h2:first-child{margin-top:0}.legal-content p{margin:0;color:#647287;font-size:10px;line-height:1.8}.error-page{display:flex;min-height:600px;padding:60px 20px;align-items:center;justify-content:center;flex-direction:column;text-align:center}.error-visual{display:flex;gap:8px;align-items:center;color:var(--navy);font-size:75px;font-weight:800}.error-visual i{display:grid;width:90px;height:90px;place-items:center;border-radius:50%;color:var(--blue);background:var(--blue-soft);font-size:35px}.error-visual.locked i{width:110px;height:110px}.error-page h1{margin:10px 0 7px;color:var(--ink);font-size:26px}.error-page p{margin:0 0 20px;color:#7e8a9a}.error-page>div:last-child{display:flex;gap:9px}
.site-footer{padding:55px 0 0;color:#9fb0c3;background:#071b33}.footer-grid{display:grid;padding-bottom:38px;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-logo>span{color:#fff}.footer-brand p{max-width:260px;margin:15px 0;color:#8499af;font-size:9px;line-height:1.7}.footer-grid h3{margin:0 0 15px;color:#eaf1f8;font-size:10px}.footer-grid>div>a,.footer-grid>div>span{display:flex;margin:9px 0;gap:7px;align-items:center;color:#8499af;font-size:8px}.footer-grid>div>a:hover{color:#fff}.footer-grid .social-links a{margin:0}.footer-bottom{display:flex;padding:18px 0;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);color:#627b94;font-size:7px}.footer-bottom>div{display:flex;gap:17px}.footer-bottom a:hover{color:#fff}.mobile-bottom-nav{display:none}

@keyframes headerDrop{from{transform:translateY(-100%)}to{transform:none}}@keyframes toastIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:none}}@keyframes pulseDot{0%,100%{box-shadow:0 0 0 3px rgba(185,255,218,.2)}50%{box-shadow:0 0 0 6px rgba(185,255,218,0)}}

/* Responsive */
@media(max-width:1100px){:root{--container:960px}.desktop-nav{gap:14px;margin-right:15px}.header-actions .button{padding:0 10px}.hero-content{grid-template-columns:380px 1fr}.hero-search{grid-template-columns:215px 1fr 115px 125px}.category-grid{grid-template-columns:repeat(4,1fr)}.nearby-layout{grid-template-columns:280px 1fr}.home-provider-grid{grid-template-columns:repeat(2,1fr)}.home-provider-grid .provider-card-image{height:145px}.home-provider-grid .provider-card-actions{display:flex}.provider-cta{grid-template-columns:1fr 190px 260px}.search-provider-grid{grid-template-columns:repeat(2,1fr)}.dashboard-stat-grid,.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-columns{grid-template-columns:1fr}.admin-grid-two{grid-template-columns:1fr}.about-story-grid{grid-template-columns:1fr 360px;gap:40px}}
@media(max-width:900px){:root{--header:72px}.desktop-nav,.desktop-only{display:none!important}.mobile-menu-button{display:grid;place-items:center}.site-logo>span{font-size:21px}.mobile-menu{position:fixed;z-index:82;right:0;top:0;bottom:0;display:block;width:min(350px,88vw);padding:20px;opacity:0;visibility:hidden;background:#fff;box-shadow:-20px 0 60px rgba(9,31,57,.22);transform:translateX(100%);transition:.28s}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu-head{display:flex;padding-bottom:15px;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ecf1;color:var(--ink);font-weight:700}.mobile-menu-head button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:10px;background:#f2f5f8}.mobile-menu nav{display:grid;margin-top:15px;gap:3px}.mobile-menu nav a{display:flex;padding:13px 10px;gap:11px;align-items:center;border-radius:10px;color:#5c6a7e;font-size:11px;font-weight:600}.mobile-menu nav a:hover{color:var(--blue);background:#f1f7ff}.mobile-menu nav i{width:17px;text-align:center}.mobile-menu-actions{display:grid;margin-top:20px;grid-template-columns:1fr 1fr;gap:8px}.menu-backdrop{position:fixed;z-index:81;inset:0;display:block;opacity:0;visibility:hidden;background:rgba(4,20,39,.56);backdrop-filter:blur(3px);transition:.25s}.menu-backdrop.is-open{opacity:1;visibility:visible}.home-hero{min-height:auto;padding-bottom:18px}.hero-city{inset:0;opacity:.5}.hero-content{grid-template-columns:1fr;min-height:260px}.hero-copy h1{font-size:38px}.hero-proof{position:absolute;right:30px;top:20px}.hero-search-wrap{margin-top:0;border-radius:15px}.hero-search{grid-template-columns:1fr 1fr}.hero-search .search-submit,.hero-search .emergency-button{height:48px}.popular-searches{overflow-x:auto;padding-bottom:5px;white-space:nowrap}.nearby-layout{grid-template-columns:1fr}.ai-assistant{min-height:auto}.trust-band{grid-template-columns:1fr}.trust-intro{text-align:center}.trust-intro p{margin-inline:auto}.provider-cta{grid-template-columns:1fr 240px}.cta-illustration{display:none}.stats-bar{grid-template-columns:repeat(2,1fr);gap:15px}.stats-bar article:nth-child(2){border:0}.how-steps{display:grid;grid-template-columns:1fr 1fr;gap:20px}.step-arrow{display:none}.listing-search{grid-template-columns:1fr 1fr}.listing-search .button{grid-column:1/-1}.search-layout{grid-template-columns:1fr}.filter-panel{position:fixed;z-index:92;left:0;top:0;bottom:0;width:min(330px,88vw);border-radius:0;opacity:0;visibility:hidden;transform:translateX(-100%);transition:.25s;overflow-y:auto}.filter-panel.is-open{opacity:1;visibility:visible;transform:none}.filter-head button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:9px;background:#f1f4f7}.filter-backdrop{position:fixed;z-index:91;inset:0;display:block;opacity:0;visibility:hidden;background:rgba(4,20,39,.55);transition:.25s}.filter-backdrop.is-open{opacity:1;visibility:visible}.mobile-filter-button{display:inline-flex}.profile-layout{grid-template-columns:1fr}.profile-sidebar{position:static}.app-shell{grid-template-columns:1fr}.dashboard-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.dashboard-nav{grid-column:1/-1;grid-template-columns:repeat(4,1fr);margin-top:10px}.dashboard-help,.dashboard-logout,.profile-completion{display:none}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;z-index:100;left:0;top:0;width:245px;opacity:0;visibility:hidden;transform:translateX(-100%);transition:.25s}.admin-sidebar.is-open{opacity:1;visibility:visible;transform:none}.admin-menu-toggle{display:grid;width:40px;height:40px;margin-right:12px;place-items:center;border:1px solid #dfe5ed;border-radius:10px;background:#fff}.admin-content{padding:18px}.admin-category-layout{grid-template-columns:1fr}.contact-page-grid{grid-template-columns:1fr}.about-story-grid{grid-template-columns:1fr}.about-visual{height:320px}}
@media(max-width:700px){body{padding-bottom:70px}.container{width:min(100% - 24px,var(--container))}.section{padding:50px 0}.section-heading h2{font-size:23px}.site-header{height:68px}.site-logo em{display:none}.header-user>span:last-child{display:none}.home-hero{padding-top:30px}.hero-copy h1{font-size:32px}.hero-copy>p{max-width:270px;font-size:11px}.hero-promises{gap:11px;font-size:7px}.hero-proof{display:none}.hero-content{min-height:220px}.hero-search{grid-template-columns:1fr}.hero-search label{height:52px}.hero-search .search-submit,.hero-search .emergency-button{height:46px}.popular-searches{gap:7px}.category-grid{display:flex;margin-right:-12px;padding-right:12px;overflow-x:auto;scroll-snap-type:x mandatory}.category-card{min-width:118px;height:120px;scroll-snap-align:start}.nearby-section{padding-top:8px}.provider-grid,.home-provider-grid,.search-provider-grid,.dashboard-provider-grid{grid-template-columns:1fr}.home-provider-grid .provider-card-image,.provider-card-image{height:190px}.trust-band{padding:27px 18px}.trust-features{grid-template-columns:1fr 1fr}.how-steps{grid-template-columns:1fr}.how-steps article{max-width:none}.provider-cta{padding:25px 20px;grid-template-columns:1fr}.cta-card{margin-top:18px}.stats-bar{padding:15px 10px}.stats-bar article{justify-content:flex-start;padding-left:15px}.stats-bar strong{font-size:14px}.site-footer{padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{gap:12px;align-items:flex-start;flex-direction:column}.mobile-bottom-nav{position:fixed;z-index:65;left:0;right:0;bottom:0;display:grid;height:65px;padding:6px max(8px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));grid-template-columns:repeat(5,1fr);border-top:1px solid #e2e7ed;background:rgba(255,255,255,.96);box-shadow:0 -8px 25px rgba(14,40,72,.08);backdrop-filter:blur(13px)}.mobile-bottom-nav>a{display:flex;gap:3px;align-items:center;justify-content:center;flex-direction:column;color:#8491a2;font-size:7px}.mobile-bottom-nav>a>i{font-size:15px}.mobile-bottom-nav>a.active{color:var(--blue)}.mobile-nav-main{width:47px;height:47px;margin:-20px auto 0;border:5px solid #fff;border-radius:50%;color:#fff!important;background:linear-gradient(145deg,var(--blue),#1769dd);box-shadow:0 8px 20px rgba(37,121,239,.3)}.mobile-nav-main i{font-size:16px!important}.search-page-head{padding-top:18px}.search-heading-row{align-items:center}.search-heading-row h1{font-size:25px}.listing-search{grid-template-columns:1fr}.listing-search label{border-right:0;border-bottom:1px solid #edf0f4}.listing-search .button{grid-column:auto}.results-toolbar{gap:10px;align-items:flex-start;flex-direction:column}.profile-cover{height:200px}.profile-logo{left:20px;width:62px;height:62px}.profile-summary{padding:20px}.profile-title{gap:12px;flex-direction:column}.profile-facts{gap:10px;align-items:flex-start;flex-direction:column}.company-highlights{grid-template-columns:1fr 1fr}.service-list article{grid-template-columns:40px 1fr}.service-list>article>strong{grid-column:2}.panel-title{align-items:flex-start}.review-score{flex-direction:column;align-items:flex-end}.auth-section{padding:30px 0}.auth-layout{grid-template-columns:1fr;gap:25px}.auth-showcase{display:none}.auth-card{padding:24px 18px}.auth-two-fields,.two-fields{grid-template-columns:1fr}.role-selector label>span{height:78px}.app-shell-section{padding-top:15px}.dashboard-sidebar{display:block;overflow-x:auto}.dashboard-user-card{min-width:220px}.dashboard-nav{display:flex;margin-top:10px;overflow-x:auto}.dashboard-nav a{min-width:max-content}.dashboard-page-head{gap:12px;align-items:flex-start;flex-direction:column}.dashboard-stat-grid,.admin-stat-grid{grid-template-columns:1fr 1fr}.dashboard-stat{padding:13px}.dashboard-columns,.services-dashboard-columns{grid-template-columns:1fr}.customer-welcome{padding:22px}.customer-welcome-icon{display:none}.dashboard-favorites{grid-template-columns:1fr}.form-grid-two,.switch-options{grid-template-columns:1fr}.form-grid-two .full{grid-column:auto}.form-submit-row{gap:12px;align-items:stretch;flex-direction:column}.admin-content{padding:13px}.admin-topbar h1{font-size:19px}.admin-top-actions>a span{display:none}.admin-welcome{padding:20px}.admin-welcome-art{display:none}.admin-grid-two,.admin-category-layout{grid-template-columns:1fr}.admin-table-actions .button{display:none}.admin-panel{padding:14px}.inner-hero{padding:50px 0}.inner-hero h1{font-size:31px}.process-timeline article{grid-template-columns:45px 1fr}.process-icon{width:54px;height:54px;border-radius:16px}.process-timeline article>div:last-child{grid-column:1/-1}.simple-cta>.container{gap:18px;align-items:flex-start;flex-direction:column}.about-story h2{font-size:24px}.about-values{gap:18px}.values-grid{grid-template-columns:1fr 1fr}.public-contact-form{padding:20px}.legal-content{padding:22px}.error-page{min-height:500px}.error-visual{font-size:55px}.error-visual i{width:70px;height:70px;font-size:25px}}
@media(max-width:430px){.hero-copy h1{font-size:29px}.category-card{min-width:105px}.trust-features,.stats-bar,.dashboard-stat-grid,.admin-stat-grid,.values-grid{grid-template-columns:1fr}.stats-bar article{border-right:0;border-bottom:1px solid #edf0f4;padding:11px}.stats-bar article:last-child{border:0}.direct-actions{grid-template-columns:1fr}.company-highlights{grid-template-columns:1fr}.profile-cover{height:165px}.profile-title h1{font-size:22px}.auth-card-head h2{font-size:20px}.role-selector{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.admin-welcome h2{font-size:17px}.error-page>div:last-child{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
