@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
  --orange:#EF5A24;--orange-hover:#D94E1C;--orange-pale:#FFF3EC;--orange-band:#F15A24;
  --ink:#101522;--text:#3A4150;--muted:#6B7280;--border:#E8EAEF;
  --bg:#FFFFFF;--soft:#F7F8FA;--dark:#13161D;
  --radius:10px;--radius-lg:14px;--shadow:0 1px 2px rgba(16,21,34,.04),0 8px 24px rgba(16,21,34,.06);
}
body{font-family:'Inter',system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:78px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.inner{max-width:1200px;margin:0 auto;padding:0 28px}
.accent{color:var(--orange)}

/* ---------- Header ---------- */
header.site{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px;max-width:1200px;margin:0 auto;padding:0 28px}
.logo img{height:38px;width:auto}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links>a{font-size:14.5px;font-weight:500;color:var(--text);transition:color .15s}
.nav-links>a:hover,.nav-links>a.active{color:var(--orange)}
.nav-item{position:relative;display:flex;align-items:center}
.nav-trigger{font-size:14.5px;font-weight:500;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;transition:color .15s}
.nav-item:hover .nav-trigger,.nav-trigger.active{color:var(--orange)}
.caret{font-size:9px;margin-left:5px;opacity:.6;transition:transform .18s}
.nav-item:hover .caret{transform:rotate(180deg)}
.nav-item::after{content:"";position:absolute;top:100%;left:-14px;right:-14px;height:18px}
.nav-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:16px;background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:8px;box-shadow:0 16px 40px rgba(16,21,34,.14);opacity:0;visibility:hidden;transition:opacity .16s,visibility .16s,margin-top .16s;z-index:300}
.nav-item:hover .nav-menu{opacity:1;visibility:visible;margin-top:10px}
.loc-menu{min-width:200px}
.loc-menu a{display:block;padding:9px 12px;border-radius:9px;font-size:14px;font-weight:500;color:var(--text)}
.loc-menu a:hover,.loc-menu a.active{background:var(--orange-pale);color:var(--orange)}
.cat-menu{min-width:340px}
.cat-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;transition:background .14s}
.cat-link:hover,.cat-link.active{background:var(--orange-pale)}
.cat-ic{width:40px;height:40px;flex-shrink:0;border-radius:11px;background:var(--orange-pale);color:var(--orange);display:flex;align-items:center;justify-content:center;transition:background .14s,color .14s}
.cat-link:hover .cat-ic,.cat-link.active .cat-ic{background:var(--orange);color:#fff}
.cat-ic svg{width:21px;height:21px}
.cat-link .txt{display:flex;flex-direction:column;line-height:1.3}
.cat-link b{font-size:14px;color:var(--ink);font-weight:600;transition:color .14s}
.cat-link i{font-size:12px;color:var(--muted);font-style:normal}
.cat-link:hover b,.cat-link.active b{color:var(--orange)}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:all .15s;border-radius:9px;white-space:nowrap}
.btn-primary{background:var(--orange);color:#fff;padding:11px 20px;font-size:14.5px}
.btn-primary:hover{background:var(--orange-hover)}
.btn-lg{padding:15px 26px;font-size:16px}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--ink)}

/* ---------- Mobile nav panel ---------- */
.mobile-menu{display:none;position:fixed;top:78px;left:0;right:0;max-height:calc(100vh - 78px);overflow-y:auto;background:#fff;border-bottom:1px solid var(--border);padding:10px 28px 22px;z-index:199;box-shadow:0 12px 24px rgba(16,21,34,.08)}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:12px 0;font-size:16px;font-weight:500;color:var(--ink);border-bottom:1px solid var(--border)}
.mobile-menu .m-label{display:block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:16px 0 4px}
.mobile-menu .btn-primary{display:flex;justify-content:center;margin-top:18px;width:100%}

/* ---------- Breadcrumb ---------- */
.crumbs{padding:22px 0 0;font-size:13.5px;color:var(--muted)}
.crumbs a:hover{color:var(--orange)}
.crumbs span{margin:0 8px;opacity:.5}
.crumbs .current{color:var(--text);margin:0;opacity:1;font-weight:500}

/* ---------- Home hero ---------- */
.hero{padding:64px 0 40px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero h1{font-size:clamp(40px,5.4vw,64px);line-height:1.04;letter-spacing:-.02em;color:var(--ink);font-weight:800}
.hero h1 .fast{position:relative;color:var(--orange);white-space:nowrap}
.hero h1 .fast svg{position:absolute;left:0;right:0;bottom:-12px;width:100%;height:14px}
.hero p.lead{margin:22px 0 30px;font-size:18px;color:var(--muted);max-width:480px}
.search{display:flex;gap:12px;max-width:560px;margin-bottom:18px;flex-wrap:wrap}
.field{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid var(--border);border-radius:11px;padding:0 16px;height:54px;box-shadow:var(--shadow)}
.field svg{color:var(--muted);flex-shrink:0}
.field.grow{flex:1;min-width:220px}
.field input{border:none;outline:none;font-family:inherit;font-size:15.5px;width:100%;background:transparent;color:var(--ink)}
.field select{border:none;outline:none;font-family:inherit;font-size:15px;background:transparent;color:var(--ink);cursor:pointer;appearance:none;padding-right:18px}
.search-btn{width:100%;justify-content:center;max-width:200px;margin-bottom:22px}
.popular{font-size:14.5px;color:var(--muted);display:flex;flex-wrap:wrap;align-items:center;gap:6px 4px}
.popular b{color:var(--ink);font-weight:600;margin-right:6px}
.popular a{color:var(--orange);font-weight:500;margin-right:14px}
.popular a:hover{text-decoration:underline}
.hero-img{display:flex;justify-content:center}
.hero-img img{width:100%;height:auto;max-width:480px;filter:drop-shadow(0 24px 40px rgba(16,21,34,.12))}

/* ---------- Hub hero ---------- */
.hub-hero{padding:34px 0 14px}
.hub-hero .inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.hub-copy{min-width:0}
.hub-hero .eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);background:var(--orange-pale);padding:6px 13px;border-radius:100px;margin-bottom:18px}
.hub-hero .eyebrow svg{width:14px;height:14px}
.hub-hero h1{font-size:clamp(34px,4.6vw,50px);line-height:1.06;letter-spacing:-.02em;color:var(--ink);font-weight:800}
.hub-hero .lead{margin:20px 0 0;font-size:18px;color:var(--text);max-width:560px}
.hub-hero .sub{margin:14px 0 0;font-size:16px;color:var(--muted);max-width:560px}
.hub-hero-img{display:flex;justify-content:center}
.hub-hero-img img{width:100%;height:auto;max-width:480px;filter:drop-shadow(0 24px 40px rgba(16,21,34,.12))}

/* ---------- Trust strip ---------- */
.trust{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:30px 0}
.trust-item{display:flex;align-items:center;gap:14px}
.trust-item .ic{width:42px;height:42px;flex-shrink:0;color:var(--orange)}
.trust-item h4{font-size:15px;color:var(--ink);font-weight:700;margin-bottom:1px}
.trust-item p{font-size:13px;color:var(--muted);line-height:1.4}

/* ---------- Section shells ---------- */
section.block{padding:72px 0}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px;flex-wrap:wrap;gap:12px}
.sec-head h2,.sec-title{font-size:clamp(28px,3.4vw,36px);color:var(--ink);font-weight:800;letter-spacing:-.02em}
.sec-link{color:var(--orange);font-weight:600;font-size:15px}
.sec-link:hover{text-decoration:underline}
.center{text-align:center}
.center h2{font-size:clamp(32px,4vw,42px);color:var(--ink);font-weight:800;letter-spacing:-.02em;margin-bottom:8px}
.center-head{margin-bottom:36px}
.center-head h2{font-size:clamp(26px,3.2vw,34px);color:var(--ink);font-weight:800;letter-spacing:-.02em;margin-bottom:8px}
.center-head p{font-size:16px;color:var(--muted)}

/* ---------- Home category cards ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cat-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;text-align:center;transition:all .18s}
.cat-card:hover{border-color:var(--orange);box-shadow:var(--shadow);transform:translateY(-3px)}
.cat-card .ic{width:58px;height:58px;border-radius:15px;background:var(--orange-pale);color:var(--orange);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:background .18s,color .18s}
.cat-card:hover .ic{background:var(--orange);color:#fff}
.cat-card .ic svg{width:28px;height:28px}
.cat-card h3{font-size:17px;color:var(--ink);font-weight:700;margin-bottom:6px}
.cat-card p{font-size:13.5px;color:var(--muted);line-height:1.5;margin-bottom:16px}
.cat-card .view{font-size:14px;color:var(--orange);font-weight:600;display:inline-flex;align-items:center;gap:5px}

/* ---------- Service / trade cards ---------- */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.svc-card{display:flex;flex-direction:column;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:28px 26px;transition:all .18s}
.svc-card:hover{border-color:var(--orange);box-shadow:var(--shadow);transform:translateY(-3px)}
.svc-card .ic{width:54px;height:54px;border-radius:14px;background:var(--orange-pale);color:var(--orange);display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:background .18s,color .18s}
.svc-card:hover .ic{background:var(--orange);color:#fff}
.svc-card .ic svg{width:26px;height:26px}
.svc-card h3{font-size:18px;color:var(--ink);font-weight:700;margin-bottom:8px}
.svc-card p{font-size:14px;color:var(--muted);line-height:1.55;margin-bottom:18px;flex:1}
.svc-card .view{font-size:14px;color:var(--orange);font-weight:600;display:inline-flex;align-items:center;gap:5px}
.svc-card.soon{opacity:.72;cursor:default}
.svc-card.soon:hover{transform:none;border-color:var(--border);box-shadow:none}
.svc-card.soon:hover .ic{background:var(--orange-pale);color:var(--orange)}
.soon-tag{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--muted);background:var(--soft);border:1px solid var(--border);padding:5px 11px;border-radius:100px}

/* ---------- Location cards ---------- */
.place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.place-card{display:flex;align-items:center;gap:14px;background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:18px 22px;transition:all .18s}
.place-card:hover{border-color:var(--orange);box-shadow:var(--shadow);transform:translateY(-2px)}
.place-card .ic{width:42px;height:42px;flex-shrink:0;border-radius:11px;background:var(--orange-pale);color:var(--orange);display:flex;align-items:center;justify-content:center;transition:background .18s,color .18s}
.place-card:hover .ic{background:var(--orange);color:#fff}
.place-card .ic svg{width:21px;height:21px}
.place-card h3{font-size:16.5px;color:var(--ink);font-weight:700}
.place-card .arrow{margin-left:auto;color:var(--orange);display:flex}

/* ---------- Business CTA band ---------- */
.band-wrap{padding:8px 0 0}
.band-wrap.band-standalone{padding:56px 0 76px}
.band{background:linear-gradient(120deg,#FF7A3D 0%,#EF5A24 52%,#DE4C18 100%);border-radius:26px;display:flex;align-items:center;overflow:hidden;color:#fff;padding:54px 60px;min-height:360px;position:relative;box-shadow:0 24px 50px rgba(222,76,24,.32)}
.band::before{content:"";position:absolute;top:-90px;right:26%;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.10);pointer-events:none}
.band::after{content:"";position:absolute;bottom:-110px;left:-50px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none}
.band-text{position:relative;z-index:2;max-width:600px}
.band-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.18);color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:7px 14px;border-radius:100px;margin-bottom:16px}
.band-eyebrow svg{width:14px;height:14px}
.band-text h2{color:#fff;font-size:clamp(26px,3vw,36px);font-weight:800;margin-bottom:10px;letter-spacing:-.01em}
.band-text p{color:rgba(255,255,255,.94);font-size:17px;max-width:440px;margin-bottom:24px}
.btn-white{background:#fff;color:var(--orange);padding:13px 22px;font-size:14.5px;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.btn-white:hover{background:#fff;transform:translateY(-2px)}
.band-img{position:absolute;right:48px;bottom:0;width:360px;z-index:1}
.band-img img{width:360px;height:auto;max-width:none;filter:drop-shadow(0 14px 26px rgba(0,0,0,.22))}

/* ---------- Why choose (home) ---------- */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why-item{text-align:center;background:#fff;border:1.5px solid var(--border);border-radius:18px;padding:38px 26px;transition:transform .2s,box-shadow .2s,border-color .2s}
.why-item:hover{transform:translateY(-5px);border-color:#FAD9C8;box-shadow:0 16px 36px rgba(239,90,36,.12)}
.why-item .ic{width:66px;height:66px;padding:18px;margin:0 auto 18px;color:var(--orange);background:var(--orange-pale);border-radius:18px;transition:background .2s,color .2s}
.why-item:hover .ic{background:var(--orange);color:#fff}
.why-item h3{font-size:17px;color:var(--ink);font-weight:700;margin-bottom:8px}
.why-item p{font-size:14.5px;color:var(--muted);line-height:1.55;max-width:230px;margin:0 auto}

/* ---------- How it works (home steps) ---------- */
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:20px}
.step{text-align:center;background:#fff;border:1.5px solid var(--border);border-radius:18px;padding:42px 28px 32px;box-shadow:0 1px 2px rgba(16,21,34,.04),0 10px 30px rgba(16,21,34,.05);position:relative;transition:transform .2s,box-shadow .2s}
.step:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(16,21,34,.10)}
.step .num{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#FB8C4B,#EF5A24);color:#fff;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 10px 22px rgba(239,90,36,.35);border:4px solid #fff}
.step h3{font-size:18px;color:var(--ink);font-weight:700;margin-bottom:6px}
.step p{font-size:14.5px;color:var(--muted);max-width:230px;margin:0 auto}
.step-arrow{align-self:center;color:#F6B99B}
.howitworks{position:relative;overflow:hidden}
.howitworks .inner{position:relative;z-index:1}
.fern-layer{position:absolute;inset:0;width:100%;height:100%;color:var(--orange);opacity:.12;pointer-events:none;z-index:0}

/* ---------- How TopChoice works (hub 2-col) ---------- */
.howtc-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:center}
.howtc-text h2{font-size:clamp(24px,2.8vw,30px);color:var(--ink);font-weight:800;letter-spacing:-.02em;margin-bottom:16px}
.howtc-text p{font-size:16px;color:var(--text);margin-bottom:14px}
.howtc-text .note{font-size:15px;color:var(--muted);margin-bottom:0}
.factor-card{background:#fff;border:1.5px solid var(--border);border-radius:18px;padding:8px 14px;box-shadow:var(--shadow)}
.factor{display:flex;align-items:center;gap:14px;padding:15px 6px}
.factor+.factor{border-top:1px solid var(--border)}
.fic{width:40px;height:40px;border-radius:11px;background:var(--orange-pale);color:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fic svg{width:20px;height:20px}
.factor .ft{font-size:15.5px;font-weight:600;color:var(--ink)}

/* ---------- Callout panels ---------- */
.callout{display:flex;gap:28px;align-items:flex-start;border-radius:20px;padding:40px 44px;max-width:1000px;margin:0 auto;background:var(--orange-pale);border:1.5px solid #FAD9C8}
.callout-soft{background:#fff;border-color:var(--border);box-shadow:var(--shadow)}
.callout-badge{flex-shrink:0;width:74px;height:74px;border-radius:18px;background:linear-gradient(135deg,#FB8C4B,#EF5A24);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(239,90,36,.3)}
.callout-badge svg{width:36px;height:36px}
.callout-ic{flex-shrink:0;width:74px;height:74px;border-radius:18px;background:var(--orange-pale);color:var(--orange);display:flex;align-items:center;justify-content:center}
.callout-ic svg{width:34px;height:34px}
.callout h2{font-size:clamp(22px,2.6vw,28px);color:var(--ink);font-weight:800;letter-spacing:-.02em;margin-bottom:12px}
.callout p{font-size:16px;color:var(--text);margin-bottom:12px}
.callout .btn{margin-top:4px}

/* ---------- Soft section background ---------- */
.section-soft{position:relative;background:linear-gradient(180deg,#F6F8FB 0%,#F8F9FB 100%);overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-soft::before{content:"";position:absolute;top:-130px;right:-90px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(239,90,36,.07),transparent 70%);pointer-events:none}
.section-soft::after{content:"";position:absolute;bottom:-150px;left:-120px;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(239,90,36,.05),transparent 70%);pointer-events:none}
.section-soft .inner{position:relative;z-index:1}

/* ---------- Testimonials ---------- */
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.rev-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:28px}
.stars{color:var(--orange);font-size:17px;letter-spacing:2px;margin-bottom:14px}
.rev-card blockquote{font-size:15.5px;color:var(--text);line-height:1.6;margin-bottom:16px}
.rev-card cite{font-style:normal;font-size:14px;color:var(--muted);font-weight:600}

/* ---------- FAQ ---------- */
.faq-item{border:1.5px solid var(--border);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:16.5px;font-weight:600;color:var(--ink);padding:20px 22px}
.faq-q .pm{flex-shrink:0;width:22px;height:22px;color:var(--orange);transition:transform .2s}
.faq-item.open .pm{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq-a p{padding:0 22px 20px;font-size:15.5px;color:var(--text);margin:0}
.faq-a a{color:var(--orange);font-weight:600}
.faq-a a:hover{text-decoration:underline}

/* ---------- Footer ---------- */
footer.site{background:var(--dark);color:rgba(255,255,255,.66);padding:64px 0 0;margin-top:24px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:48px}
.foot-brand img{height:34px;margin-bottom:18px;filter:brightness(0) invert(1)}
.foot-brand p{font-size:14px;line-height:1.6;max-width:300px;margin-bottom:20px}
.agency-credit{display:inline-block;font-size:13px;color:rgba(255,255,255,.55);transition:color .15s}
.agency-credit strong{color:rgba(255,255,255,.9);font-weight:600}
.agency-credit:hover,.agency-credit:hover strong{color:var(--orange)}
.foot-col h4{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:18px}
.foot-col ul{list-style:none}
.foot-col li{margin-bottom:11px}
.foot-col a{font-size:14px;transition:color .15s}
.foot-col a:hover{color:var(--orange)}
.foot-col p.sub{font-size:14px;margin-bottom:14px;line-height:1.5}
.news{display:flex;gap:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:9px;overflow:hidden}
.news input{flex:1;border:none;background:transparent;outline:none;color:#fff;font-family:inherit;font-size:14px;padding:12px 14px}
.news input::placeholder{color:rgba(255,255,255,.45)}
.news button{background:var(--orange);color:#fff;border:none;font-family:inherit;font-weight:600;font-size:14px;padding:0 18px;cursor:pointer}
.news button:hover{background:var(--orange-hover)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13.5px}
.foot-bottom .links a{margin-left:22px}
.foot-bottom .links a:hover{color:var(--orange)}
.foot-bottom .copy span{margin:0 10px;opacity:.4}

/* ---------- Hero byline + Quick answer ---------- */
.byline{margin-top:18px;font-size:13.5px;color:var(--muted);display:inline-flex;align-items:flex-start;gap:8px;line-height:1.5}
.byline svg{width:16px;height:16px;color:var(--orange);flex-shrink:0;margin-top:1px}
.quick-answer{background:var(--orange-pale);border:1.5px solid #FAD9C8;border-left:4px solid var(--orange);border-radius:14px;padding:20px 24px;margin-bottom:28px}
.quick-answer .qa-tag{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}
.quick-answer p{font-size:16px;color:var(--ink);line-height:1.6}
.quick-answer strong{font-weight:700}

/* ---------- Service page: featured slot ---------- */
.featured{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;background:var(--orange-pale);border:1.5px dashed #F2B79A;border-radius:16px;padding:24px 30px;margin-bottom:28px}
.featured .ft-l{display:flex;align-items:center;gap:18px}
.featured .ft-ic{width:52px;height:52px;flex-shrink:0;border-radius:13px;background:#fff;color:var(--orange);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
.featured .ft-ic svg{width:26px;height:26px}
.featured .tag{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);margin-bottom:4px}
.featured h3{font-size:17px;color:var(--ink);font-weight:700;margin-bottom:3px}
.featured p{font-size:14px;color:var(--text);max-width:560px}
.featured-live{align-items:stretch;gap:26px;background:var(--orange-pale);border:1.5px solid var(--orange);box-shadow:0 12px 34px rgba(239,90,36,.13);transition:transform .18s ease,box-shadow .18s ease}
.featured-live:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(239,90,36,.22)}
.featured-live .ft-mapcol{flex:0 0 290px;width:290px;align-self:stretch;display:flex;flex-direction:column;gap:8px}
.featured-live .ft-map{flex:1;width:100%;min-height:190px;border-radius:13px;overflow:hidden;background:#e9edf2;box-shadow:var(--shadow)}
.featured-live .ft-map iframe{width:100%;height:100%;border:0;display:block}
.featured-live .ft-mapcap{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--text)}
.featured-live .ft-mapcap svg{width:17px;height:17px;color:var(--orange);flex-shrink:0}
.featured-live .ft-body{flex:1 1 320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;max-width:none}
.featured-live .tag{display:inline-flex;align-items:center;gap:6px}
.featured-live .tag svg{width:17px;height:17px;flex-shrink:0}
.featured-live h3{font-size:22px;margin-bottom:1px}
.featured-live p{max-width:620px;margin-bottom:2px}
.ft-rating{display:flex;align-items:center;gap:9px;margin:3px 0 6px}
.ft-stars{display:inline-flex;gap:1px;color:#F5A623}
.ft-stars svg{width:17px;height:17px}
.ft-rating .rv{font-size:13.5px;color:var(--muted);font-weight:600}
.ft-rating .rv strong{color:var(--ink)}
.ft-rating .ft-asat{font-size:11px;color:var(--muted);font-style:italic}
.ft-bestfor{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:9px 0 2px}
.ft-bestfor .lbl{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--orange)}
.ft-bestfor .bf{font-size:12.5px;font-weight:600;color:var(--ink);background:#fff;border:1px solid #F2C9B4;border-radius:100px;padding:4px 12px}
.ft-quote{position:relative;margin:14px 0 4px;padding:13px 16px 13px 18px;background:#fff;border-left:3px solid var(--orange);border-radius:0 11px 11px 0;box-shadow:var(--shadow);max-width:600px}
.ft-quote .qmark{position:absolute;top:10px;left:14px;width:15px;height:15px;color:var(--orange-pale)}
.ft-quote .qt{display:block;font-size:14.5px;line-height:1.5;color:var(--ink);font-style:italic}
.ft-quote cite{display:block;margin-top:6px;font-size:12.5px;color:var(--muted);font-weight:600;font-style:normal}
.ft-trust{display:flex;flex-wrap:wrap;gap:7px 16px;margin:13px 0 2px}
.ft-trust .tc{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:var(--text)}
.ft-trust .tc svg{width:14px;height:14px;color:#1f9d55;flex-shrink:0}
.featured-live .ft-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;align-self:flex-start}
.btn-outline{background:#fff;color:var(--orange);border:1.5px solid var(--orange);padding:9.5px 18px;font-size:14.5px}
.btn-outline:hover{background:var(--orange-pale)}
.ft-call svg,.ft-visit svg{flex-shrink:0}
.featured-live .ft-branches{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;width:100%;align-self:stretch}
.ft-branch{background:#fff;border:1.5px solid #F2C9B4;border-radius:12px;padding:12px 13px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow)}
.ft-branch-name{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:1px}
.ft-branch-name svg{width:13px;height:13px;color:var(--orange);flex-shrink:0}
.ft-branch .btn{width:100%;justify-content:center;padding:8px 10px;font-size:13px;gap:6px}
.ft-branch .btn svg{width:13px;height:13px}
@media(max-width:620px){ .featured-live .ft-branches{grid-template-columns:1fr} }
@media(max-width:620px){
  .featured-live{flex-direction:column;align-items:stretch}
  .featured-live .ft-mapcol{flex-basis:auto;width:100%}
  .featured-live .ft-map{flex-basis:auto;width:100%;min-height:0;height:210px}
  .featured-live .ft-body{justify-content:flex-start}
  .featured-live .ft-actions{align-self:stretch;flex-direction:column;gap:10px}
  .featured-live .ft-actions .btn{width:100%;justify-content:center}
}

/* ---------- Service page: Top 5 business list ---------- */
.biz-card{display:flex;gap:22px;background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:28px 30px;margin-bottom:18px;box-shadow:var(--shadow)}
.biz-rank{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#FB8C4B,#EF5A24);color:#fff;font-size:21px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(239,90,36,.3)}
.biz-body{flex:1;min-width:0}
.biz-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:10px}
.biz-name{font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.biz-site{font-size:13.5px;font-weight:600;color:var(--orange);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.biz-site:hover{text-decoration:underline}
.biz-why{font-size:15px;color:var(--text);line-height:1.6;margin-bottom:14px}
.biz-points{list-style:none;display:flex;flex-wrap:wrap;gap:8px 22px}
.biz-points li{position:relative;padding-left:24px;font-size:14px;color:var(--text)}
.biz-points li::before{content:"";position:absolute;left:0;top:6px;width:15px;height:15px;border-radius:50%;background:var(--orange-pale);box-shadow:inset 0 0 0 2px var(--orange)}

/* ---------- Service page: comparison table ---------- */
.cmp-wrap{border:1.5px solid var(--border);border-radius:14px;overflow:hidden}
.cmp{width:100%;border-collapse:collapse}
.cmp th,.cmp td{text-align:left;padding:15px 20px;border-bottom:1px solid var(--border);font-size:15px;color:var(--text)}
.cmp th{background:var(--soft);color:var(--ink);font-weight:700;font-size:12.5px;text-transform:uppercase;letter-spacing:.04em}
.cmp tr:last-child td{border-bottom:none}
.cmp td:first-child{font-weight:700;color:var(--ink)}

/* ---------- Service page: prose + related ---------- */
.prose{max-width:820px}
.prose h2{font-size:clamp(24px,2.8vw,30px);color:var(--ink);font-weight:800;letter-spacing:-.02em;margin-bottom:16px}
.prose p{font-size:16px;color:var(--text);margin-bottom:16px}
.prose ul{list-style:none;margin:0 0 16px}
.prose li{position:relative;padding-left:28px;margin-bottom:10px;font-size:16px;color:var(--text)}
.prose li::before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;border-radius:50%;background:var(--orange-pale);border:2px solid var(--orange)}
.prose .note{font-size:15px;color:var(--muted)}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--border);border-radius:100px;padding:9px 16px;font-size:14px;font-weight:600;color:var(--ink);transition:all .15s}
.chip:hover{border-color:var(--orange);color:var(--orange)}
.chip svg{width:15px;height:15px;color:var(--orange)}

/* ---------- Service page: How We Chose criteria ---------- */
.howchose .center-head{text-align:center}
.howchose-intro{max-width:760px;margin:0 auto 26px;text-align:center}
.howchose-intro p{font-size:16px;color:var(--text)}
.criteria-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:900px;margin:0 auto}
.criteria{display:flex;gap:14px;align-items:center;background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow);transition:transform .18s,box-shadow .18s}
.criteria:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(16,21,34,.09)}
.criteria .cnum{flex-shrink:0;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#FB8C4B,#EF5A24);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:15px;box-shadow:0 6px 14px rgba(239,90,36,.28)}
.criteria .ct{font-size:15px;font-weight:600;color:var(--ink)}
.howchose-note{max-width:760px;margin:24px auto 0;text-align:center;font-size:14.5px;color:var(--muted)}
.roi-stat{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin:20px 0 6px}
.roi-fig{display:flex;flex-direction:column;background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:14px 22px;min-width:140px;box-shadow:var(--shadow)}
.roi-fig .big{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--ink);line-height:1.1}
.roi-fig:first-child .big{color:var(--orange)}
.roi-fig .lbl{font-size:12.5px;font-weight:600;color:var(--muted);margin-top:2px}
.roi-vs{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.roi-eg{font-size:14.5px;font-style:italic;color:var(--text);margin-top:4px}
.roi-disclaimer{max-width:860px;margin:32px auto 0;text-align:center;font-size:13.5px;line-height:1.6;color:var(--muted);border-top:1px solid var(--border);padding-top:22px}
/* ---------- 404 ---------- */
.errpage{padding:54px 0 64px}
.errpage .inner{max-width:680px;text-align:center}
.err-mascot{width:200px;height:auto;display:block;margin:0 auto 6px;filter:drop-shadow(0 18px 36px rgba(16,21,34,.14))}
.err-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);background:var(--orange-pale);padding:6px 14px;border-radius:100px;margin-bottom:16px}
.err-tag svg{width:14px;height:14px}
.errpage h1{font-size:clamp(29px,4.6vw,46px);line-height:1.08;letter-spacing:-.02em;color:var(--ink);font-weight:800;margin-bottom:14px}
.err-lead{font-size:17px;color:var(--muted);line-height:1.6;margin:0 auto 28px;max-width:600px}
.err-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:26px}
.err-btns .btn-primary{padding:13px 24px;font-size:15px}
.err-btns .btn-outline{padding:12px 22px;font-size:15px}
.err-popular{font-size:14px;color:var(--muted)}
.err-popular a{color:var(--orange);font-weight:600;margin-left:12px}
@media(max-width:560px){
  .err-mascot{width:160px}
  .err-btns{flex-direction:column}
  .err-btns .btn{width:100%;justify-content:center}
  .err-popular a{display:inline-block;margin:4px 8px 0 0}
}

/* ---------- Service page: Choosing the Right (2-col + ask) ---------- */
.choose-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}
.ask-card{background:#fff;border:1.5px solid var(--border);border-radius:18px;padding:28px 30px;box-shadow:var(--shadow)}
.ask-card h3{font-size:16px;color:var(--ink);font-weight:800;margin-bottom:16px;display:flex;align-items:center;gap:9px}
.ask-card h3 svg{width:20px;height:20px;color:var(--orange)}
.ask-card ul{list-style:none}
.ask-card li{position:relative;padding-left:26px;margin-bottom:13px;font-size:14.5px;color:var(--text);line-height:1.5}
.ask-card li:last-child{margin-bottom:0}
.ask-card li::before{content:"";position:absolute;left:0;top:6px;width:13px;height:13px;border-radius:50%;border:2px solid var(--orange);background:var(--orange-pale)}

/* ---------- Forms (contact / get featured) ---------- */
.form{max-width:640px}
.form-row{margin-bottom:18px}
.form .row2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.form label{display:block;font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:7px}
.form input,.form select,.form textarea{width:100%;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;border:1.5px solid var(--border);border-radius:10px;padding:12px 14px;outline:none;transition:border-color .15s}
.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--orange)}
.form textarea{min-height:140px;resize:vertical}
.form .hp{position:absolute;left:-9999px}
.form-note{font-size:13px;color:var(--muted);margin-top:14px}
.form-msg{margin-top:16px;padding:14px 18px;border-radius:12px;font-size:15px;font-weight:600;display:none}
.form-msg.ok{display:block;background:#ECFDF3;border:1.5px solid #A7E3C0;color:#0a7a3f}
.form-msg.err{display:block;background:#FEF1F1;border:1.5px solid #F5BcBc;color:#B42318}

/* ---------- Pricing card (get featured) ---------- */
.price-card{max-width:440px;background:#fff;border:1.5px solid var(--border);border-radius:20px;padding:34px 34px 30px;box-shadow:var(--shadow)}
.price-card .price-tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);background:var(--orange-pale);padding:5px 12px;border-radius:100px;margin-bottom:16px}
.price{font-size:52px;font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1}
.price span{font-size:18px;color:var(--muted);font-weight:600;letter-spacing:0}
.price-card .price-sub{font-size:14px;color:var(--muted);margin-top:8px}
.price-card ul{list-style:none;margin:24px 0 26px}
.price-card li{position:relative;padding-left:30px;margin-bottom:13px;font-size:15px;color:var(--text);line-height:1.5}
.price-card li::before{content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;background:var(--orange-pale);box-shadow:inset 0 0 0 2px var(--orange)}
.price-card .btn{width:100%;justify-content:center}
.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
@media (max-width:860px){.feat-grid{grid-template-columns:1fr;gap:32px}}
@media (max-width:560px){.form .row2{grid-template-columns:1fr}}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .nav-links{display:none}
  .desk-cta{display:none}
  .nav-toggle{display:block}
  .hero-grid{grid-template-columns:1fr;gap:20px}
  .hero-copy{min-width:0}
  .hero-img img{max-width:230px}
  .hero{padding:40px 0 24px}
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .place-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:34px 24px}
  .steps{grid-template-columns:1fr}
  .step-arrow{transform:rotate(90deg);margin:4px auto}
  .rev-grid{grid-template-columns:1fr}
  .howtc-grid{grid-template-columns:1fr;gap:28px}
  .callout{flex-direction:column;padding:32px 28px;gap:20px}
  .hub-hero .inner{grid-template-columns:1fr}
  .hub-hero-img{display:none}
  .hub-hero .lead,.hub-hero .sub{max-width:none}
  .criteria-grid{grid-template-columns:1fr}
  .choose-grid{grid-template-columns:1fr;gap:28px}
  .band{padding:36px 32px;text-align:center;justify-content:center;min-height:auto}
  .band-text{max-width:100%}
  .band-img{display:none}
  .foot-grid{grid-template-columns:1fr 1fr;gap:36px}
  .foot-brand{grid-column:1/-1}
}
@media (max-width:560px){
  .inner{padding:0 20px}
  .nav-inner{padding:0 20px}
  .search{flex-direction:column}
  .field.grow{min-width:0}
  .hero-img img{max-width:180px}
  .hero-img{margin-top:2px}
  .cat-grid{grid-template-columns:1fr}
  .svc-grid{grid-template-columns:1fr}
  .place-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr;gap:26px;padding:40px 0}
  .foot-grid{grid-template-columns:1fr}
  .search-btn{max-width:100%}
  .biz-card{flex-direction:column;gap:14px;padding:24px 22px}
  .cmp th,.cmp td{padding:12px 14px;font-size:14px}
  .foot-bottom{flex-direction:column;align-items:flex-start}
  .foot-bottom .links a{margin-left:0;margin-right:18px}
}
