:root {
  color-scheme: light;
  --ink: #17231d;
  --muted: #657069;
  --green-950: #102b20;
  --green-900: #18392b;
  --green-800: #24503b;
  --green-700: #327052;
  --green-100: #dcebe2;
  --green-50: #f0f7f3;
  --cream: #fbf8f0;
  --sand: #f1e9da;
  --orange: #ec744a;
  --orange-dark: #cf5933;
  --white: #fff;
  --line: #dfe5e1;
  --shadow: 0 20px 60px rgb(20 50 36 / 12%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--cream); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .75rem 1rem; transform: translateY(-150%); color: white; background: var(--green-950); border-radius: .5rem; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #e6a033; outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.1rem; border: 0; border-radius: 12px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green-900); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 8px 20px rgb(24 57 43 / 20%); }
.button-ghost { background: transparent; }
.button-accent { color: white; background: var(--orange); }
.button-accent:hover { background: var(--orange-dark); }
.button-soft { color: var(--green-900); background: var(--green-50); border: 1px solid var(--green-100); }
.button-cream { color: var(--green-950); background: #fff7e7; }
.button-danger { color: white; background: #9d302a; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgb(251 248 240 / 92%); border-bottom: 1px solid rgb(24 57 43 / 9%); backdrop-filter: blur(18px); }
.nav { display: flex; height: 74px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--green-950); font-family: Avenir Next, Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.5rem; font-weight: 800; letter-spacing: -.045em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--green-800); border-radius: 11px 11px 11px 3px; transform: rotate(-4deg); }
.brand-mark svg { width: 23px; fill: currentColor; transform: rotate(4deg); }
.nav-links { display: flex; align-items: center; gap: 2rem; margin-left: 5rem; }
.nav-links a { color: #3f4c45; font-size: .9rem; font-weight: 600; }
.nav-link-button { padding: 0; color: #3f4c45; background: transparent; border: 0; font-size: .9rem; font-weight: 600; cursor: pointer; }
.nav-links a:hover { color: var(--green-700); }
.nav-actions { display: flex; align-items: center; gap: .4rem; }
.nav-actions .button { min-height: 42px; padding-inline: 1rem; font-size: .88rem; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }
.mobile-menu { padding: 0 20px 20px; background: var(--cream); }
.mobile-menu a { display: block; padding: .75rem; font-weight: 700; border-bottom: 1px solid var(--line); }
.mobile-menu-button { display: block; width: 100%; padding: .75rem; background: transparent; border: 0; border-bottom: 1px solid var(--line); font-weight: 700; text-align: left; }
.hero { position: relative; overflow: hidden; padding: 76px 0 0; color: white; background: var(--green-900); }
.hero::after { position: absolute; right: -6rem; bottom: 1rem; width: 32rem; height: 32rem; content: ""; border: 1px solid rgb(255 255 255 / 7%); border-radius: 50%; box-shadow: 0 0 0 5rem rgb(255 255 255 / 2%), 0 0 0 10rem rgb(255 255 255 / 2%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; }
.orb-one { top: -16rem; left: -10rem; width: 35rem; height: 35rem; background: radial-gradient(circle, #416e55 0, transparent 67%); }
.orb-two { right: 23%; bottom: -16rem; width: 28rem; height: 28rem; background: radial-gradient(circle, #315f47 0, transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; gap: 76px; grid-template-columns: 1.05fr .95fr; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: .5rem; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #cfe6d7; }
.eyebrow-dot { width: 7px; height: 7px; background: #ef9d64; border-radius: 50%; box-shadow: 0 0 0 5px rgb(239 157 100 / 14%); }
.hero h1, .section h2, .ai-copy h2, .care-copy h2, .support-hero h2, .provider-copy h2 { margin: 1rem 0; font-family: Manrope, sans-serif; font-size: clamp(2.7rem, 5.4vw, 4.65rem); font-weight: 600; letter-spacing: -.065em; line-height: 1.04; }
.hero h1 em { color: #f0b07a; font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 600px; margin: 1.4rem 0 2rem; color: #cbd9d0; font-size: 1.08rem; line-height: 1.75; }
.hero-proof { display: flex; align-items: center; gap: 1rem; }
.avatar-stack { display: flex; }
.avatar { display: grid; width: 38px; height: 38px; place-items: center; color: white; background: #b7775a; border: 3px solid var(--green-900); border-radius: 50%; font-size: .67rem; font-weight: 800; }
.avatar + .avatar { margin-left: -10px; }
.avatar-b { background: #7589a3; }.avatar-c { background: #4b795f; }.avatar-d { background: #f0ac78; color: var(--green-950); }
.hero-proof p { margin: 0; font-size: .83rem; line-height: 1.35; }.hero-proof span { color: #9fb5a8; }
.search-card { padding: 1.7rem; color: var(--ink); background: #fffdf8; border-radius: 22px; box-shadow: 0 26px 80px rgb(0 0 0 / 26%); }
.search-card-head { display: flex; align-items: start; justify-content: space-between; margin-bottom: 1.2rem; }
.mini-label { color: var(--green-700); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-card h2 { margin: .25rem 0 0; font-family: Manrope, sans-serif; font-size: 1.35rem; letter-spacing: -.03em; }
.ai-tag { display: flex; align-items: center; gap: .35rem; padding: .4rem .65rem; color: #765523; background: #fff1cf; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.service-picker { display: grid; padding: 0; margin: 0 0 1.2rem; border: 0; grid-template-columns: repeat(4, 1fr); }
.service-option { display: flex; align-items: center; flex-direction: column; gap: .38rem; padding: .7rem .3rem; color: #657069; background: transparent; border: 0; border-bottom: 2px solid var(--line); font-size: .72rem; font-weight: 700; cursor: pointer; }
.service-option span { font-size: 1.25rem; }
.service-option.active { color: var(--green-800); border-bottom-color: var(--green-700); }
.form-grid { display: grid; gap: .8rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; min-width: 0; flex-direction: column; gap: .38rem; color: #526059; font-size: .7rem; font-weight: 800; letter-spacing: .03em; }
.field-wide { grid-column: 1 / -1; }
.input-wrap { display: flex; height: 48px; align-items: center; gap: .65rem; padding: 0 .8rem; background: white; border: 1px solid #d9dfdb; border-radius: 10px; }
.input-wrap:focus-within { border-color: var(--green-700); box-shadow: 0 0 0 3px rgb(50 112 82 / 10%); }
.input-wrap svg { width: 18px; flex: 0 0 auto; fill: none; stroke: #748078; stroke-width: 1.8; }
.input-wrap input, .input-wrap select { width: 100%; min-width: 0; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .87rem; font-weight: 600; }
.search-submit { width: 100%; margin-top: 1rem; justify-content: space-between; padding-inline: 1.1rem; }
.search-note { margin: .75rem 0 0; color: #77827b; font-size: .68rem; text-align: center; }
.search-note span { color: var(--green-700); }
.form-error { margin: .6rem 0 0; color: #a52d27; font-size: .8rem; font-weight: 700; }
.trust-strip { position: relative; z-index: 3; display: grid; margin-top: 76px; padding: 22px 0; border-top: 1px solid rgb(255 255 255 / 12%); grid-template-columns: repeat(4, 1fr); }
.trust-strip > div { display: flex; align-items: center; gap: .75rem; padding-inline: 1.4rem; border-right: 1px solid rgb(255 255 255 / 12%); }
.trust-strip > div:first-child { padding-left: 0; }.trust-strip > div:last-child { border: 0; }
.trust-icon { display: grid; width: 33px; height: 33px; flex: 0 0 auto; place-items: center; color: #f0bc8e; border: 1px solid rgb(240 188 142 / 35%); border-radius: 50%; }
.trust-strip p { margin: 0; font-size: .77rem; }.trust-strip strong { display: block; }.trust-strip small { display: block; margin-top: .15rem; color: #99ac9f; font-size: .65rem; }
.section { padding-block: 108px; }
.section-heading h2 { color: var(--green-950); font-size: clamp(2.2rem, 4vw, 3.2rem); }
.split-heading { display: grid; align-items: end; gap: 80px; margin-bottom: 42px; grid-template-columns: 1.3fr .7fr; }
.split-heading p, .center-heading p { color: var(--muted); line-height: 1.7; }
.services-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.service-card { position: relative; display: flex; min-width: 0; padding: 0 0 1.25rem; overflow: hidden; align-items: start; flex-direction: column; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; text-align: left; cursor: pointer; transition: transform .2s, box-shadow .2s, border .2s; }
.service-card:hover { transform: translateY(-5px); border-color: #a9c3b4; box-shadow: var(--shadow); }
.service-art { display: grid; width: 100%; height: 130px; place-items: center; margin-bottom: 1.1rem; overflow: hidden; background: #d6e4db; }
.service-art::before, .service-art::after { position: absolute; width: 80px; height: 80px; content: ""; background: rgb(255 255 255 / 35%); border-radius: 50%; transform: translate(-50px, 30px); }
.service-art::after { width: 55px; height: 55px; transform: translate(60px, -35px); }
.service-art span { position: relative; z-index: 1; display: grid; width: 66px; height: 66px; place-items: center; color: var(--green-900); background: rgb(255 255 255 / 70%); border-radius: 50% 50% 45% 55%; font-size: 2rem; box-shadow: 0 8px 20px rgb(30 70 50 / 12%); }
.art-sitting { background: #eee0d2; }.art-walk { background: #d8e4eb; }.art-drop { background: #eadbd9; }.art-day { background: #eee6c9; }.art-train { background: #ded9ea; }.art-groom { background: #d3e6e5; }.art-cat { background: #eadfd0; }
.service-card strong, .service-card small, .service-card b { margin-inline: 1.15rem; }
.service-card strong { font-family: Manrope, sans-serif; font-size: 1rem; }
.service-card small { min-height: 38px; margin-top: .3rem; color: var(--muted); line-height: 1.45; }
.service-card b { margin-top: .9rem; color: var(--green-700); font-size: .73rem; }
.card-arrow { position: absolute; z-index: 2; top: .8rem; right: .8rem; display: grid; width: 28px; height: 28px; place-items: center; background: rgb(255 255 255 / 80%); border-radius: 50%; }
.results-section { padding-block: 92px; background: #f4f1e9; }
.results-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.results-head h2 { margin: .5rem 0; font-family: Manrope, sans-serif; font-size: 2.4rem; letter-spacing: -.05em; }.results-head p { margin: 0; color: var(--muted); }
.filter-row { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.5rem; overflow-x: auto; scrollbar-width: none; }
.filter { flex: 0 0 auto; padding: .65rem 1rem; color: #4b5750; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 700; cursor: pointer; }
.filter.active { color: white; background: var(--green-800); border-color: var(--green-800); }
.price-filter { display: flex; align-items: center; gap: .5rem; min-width: 190px; margin-left: auto; color: var(--muted); font-size: .75rem; white-space: nowrap; }.price-filter input { width: 90px; accent-color: var(--green-700); }
.provider-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.provider-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s, box-shadow .2s; }.provider-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.provider-photo { position: relative; display: grid; height: 190px; place-items: center; overflow: hidden; background: var(--photo-bg); }
.provider-photo::before { width: 105px; height: 105px; content: ""; background: var(--photo-color); border: 8px solid rgb(255 255 255 / 40%); border-radius: 48% 48% 42% 42%; box-shadow: 0 20px 0 -4px var(--photo-color); }
.provider-initials { position: absolute; color: white; font-family: Manrope; font-size: 1.5rem; font-weight: 800; }
.availability-pill { position: absolute; top: .8rem; left: .8rem; padding: .35rem .55rem; color: var(--green-900); background: rgb(255 255 255 / 90%); border-radius: 999px; font-size: .68rem; font-weight: 800; }
.heart { position: absolute; top: .7rem; right: .7rem; display: grid; width: 34px; height: 34px; place-items: center; background: rgb(255 255 255 / 90%); border: 0; border-radius: 50%; font-size: 1rem; cursor: pointer; }.heart.saved { color: #c74b43; }
.provider-body { padding: 1.1rem; }.provider-title { display: flex; align-items: start; justify-content: space-between; gap: .6rem; }.provider-title h3 { margin: 0; font-family: Manrope; font-size: 1rem; }.provider-title strong { flex: 0 0 auto; color: var(--green-900); }.provider-title small { display: block; color: var(--muted); font-weight: 400; }
.rating { margin: .45rem 0; color: #bd6b25; font-size: .78rem; }.rating span { color: var(--muted); }
.success-metrics { display: flex; gap: .4rem; margin: .45rem 0; }.success-metrics span { padding: .3rem .45rem; color: #526059; background: #f2f4f2; border-radius: 5px; font-size: .62rem; }.success-metrics strong { color: var(--green-700); }
.provider-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin: .7rem 0; }.provider-tags span { padding: .3rem .45rem; color: var(--green-800); background: var(--green-50); border-radius: 5px; font-size: .65rem; font-weight: 700; }
.provider-meta { display: flex; justify-content: space-between; padding-top: .75rem; color: var(--muted); border-top: 1px solid #edf0ee; font-size: .69rem; }
.provider-card .button { width: 100%; min-height: 40px; margin-top: .85rem; }
.empty-state { padding: 4rem 1rem; background: white; border: 1px dashed #b7c4bc; border-radius: 20px; text-align: center; }.empty-state span { font-size: 2.2rem; }.empty-state h3 { margin-bottom: .3rem; }.empty-state p { color: var(--muted); }
.ai-section { padding-block: 100px; color: white; background: var(--green-950); }
.ai-showcase { display: grid; align-items: center; gap: 9%; grid-template-columns: 1fr 1fr; }
.ai-visual { position: relative; min-height: 530px; background: radial-gradient(circle at 50% 45%, #477357 0 34%, transparent 35%), linear-gradient(145deg, #224232, #162f24); border: 1px solid rgb(255 255 255 / 8%); border-radius: 30px 30px 30px 8px; }
.ai-visual::before { position: absolute; inset: 2rem; content: ""; border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; }
.pet-portrait { position: absolute; top: 50%; left: 50%; width: 230px; height: 260px; transform: translate(-50%, -45%); }
.dog-ears { display: flex; justify-content: space-between; }.dog-ears span { width: 74px; height: 110px; background: #b67d4f; border-radius: 80% 20% 40% 60%; transform: rotate(-20deg); }.dog-ears span:last-child { transform: rotate(20deg) scaleX(-1); }
.dog-face { position: absolute; top: 35px; left: 28px; width: 175px; height: 190px; background: #d69a64; border-radius: 48% 48% 52% 52%; box-shadow: inset 0 -25px 0 #c58b58; }.dog-face .eye { position: relative; top: 65px; display: inline-block; width: 13px; height: 16px; margin-left: 48px; background: #241a15; border-radius: 50%; }.dog-face .eye + .eye { margin-left: 23px; }.snout { position: absolute; top: 95px; left: 54px; display: grid; width: 70px; height: 62px; place-items: center; color: #3a271f; background: #efd2aa; border-radius: 48%; font-size: 1.4rem; }
.match-float, .safety-float { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; color: var(--ink); background: rgb(255 255 255 / 95%); border-radius: 13px; box-shadow: 0 12px 32px rgb(0 0 0 / 20%); }
.match-float { top: 12%; left: -4%; }.safety-float { right: -4%; bottom: 12%; }.match-float > span, .safety-float > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-800); background: var(--green-100); border-radius: 50%; font-weight: 800; }.match-float p, .safety-float p { margin: 0; font-size: .78rem; }.match-float small, .safety-float small { display: block; color: var(--muted); }
.kicker-light { color: #a7cdb5; }.ai-copy h2, .care-copy h2, .provider-copy h2 { font-size: clamp(2.3rem, 4vw, 3.45rem); }.ai-copy > p, .care-copy > p, .provider-copy > p { color: #b2c3b8; font-size: 1rem; line-height: 1.75; }
.check-list { padding: 0; margin: 1.7rem 0; list-style: none; }.check-list li { display: flex; gap: .8rem; margin: 1rem 0; }.check-list li > span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; color: #173727; background: #8cc29f; border-radius: 50%; font-size: .75rem; }.check-list strong, .check-list small { display: block; }.check-list small { margin-top: .25rem; color: #94a99c; line-height: 1.4; }
.center-heading { max-width: 690px; margin: 0 auto 3rem; text-align: center; }.center-heading p { max-width: 570px; margin-inline: auto; }
.trust-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.trust-card { padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: 17px; }.trust-card > span { display: grid; width: 45px; height: 45px; place-items: center; color: var(--green-700); background: var(--green-50); border-radius: 13px; font-size: 1.35rem; }.trust-card h3 { font-family: Manrope; font-size: 1rem; }.trust-card p { min-height: 90px; color: var(--muted); font-size: .82rem; line-height: 1.65; }.trust-card button { padding: 0; color: var(--green-700); background: transparent; border: 0; font-size: .75rem; font-weight: 800; cursor: pointer; }
.fairness-banner { display: grid; align-items: center; gap: 1.5rem; margin-top: 22px; padding: 2rem; background: #e7efe9; border-radius: 18px; grid-template-columns: auto 1fr auto; }.fairness-icon { display: grid; width: 58px; height: 58px; place-items: center; color: var(--green-700); background: white; border-radius: 50%; font-size: 1.5rem; }.fairness-banner h3 { margin: .3rem 0; font-family: Manrope; font-size: 1.25rem; }.fairness-banner p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.care-section { padding-block: 100px; background: #eee8dc; }
.care-grid { display: grid; align-items: center; gap: 9%; grid-template-columns: .85fr 1.15fr; }.care-copy h2 { color: var(--green-950); }.care-copy > p { color: var(--muted); }
.reliability-list { margin-top: 2rem; }.reliability-list > div { display: flex; align-items: center; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid #d9d4c9; }.reliability-list p { margin: 0; }.reliability-list strong, .reliability-list small { display: block; }.reliability-list small { margin-top: .2rem; color: var(--muted); font-size: .73rem; }.status-dot { width: 10px; height: 10px; flex: 0 0 auto; background: #3d8a5e; border: 3px solid #cce0d3; border-radius: 50%; box-sizing: content-box; }.status-dot.gps { background: #4a78a8; border-color: #cedae5; }.status-dot.sync { background: #d18c36; border-color: #ecddc9; }.status-dot.alert { background: #8b63a5; border-color: #dfd3e6; }
.care-phone { width: min(100%, 500px); margin-inline: auto; padding: 1rem 1.2rem 1.2rem; background: white; border: 8px solid #20352a; border-radius: 30px; box-shadow: 0 25px 60px rgb(35 40 36 / 20%); }.phone-bar { display: flex; justify-content: space-between; padding: 0 .3rem .8rem; font-size: .65rem; }.phone-bar strong { color: var(--green-800); }.care-card-head { display: flex; justify-content: space-between; }.care-card-head small { color: var(--muted); }.care-card-head h3 { margin: .15rem 0 .8rem; font-family: Manrope; }.live-pill { height: fit-content; padding: .3rem .5rem; color: var(--green-700); background: var(--green-50); border-radius: 99px; font-size: .63rem; font-weight: 800; }
.map-art { position: relative; height: 170px; overflow: hidden; background: #e6ece7; border-radius: 12px; }.map-art svg { width: 100%; height: 100%; }.map-road { fill: none; stroke: #fff; stroke-width: 18; }.map-road.thin { stroke-width: 9; }.route { fill: none; stroke: var(--orange); stroke-width: 4; stroke-dasharray: 7 5; }.map-art circle { fill: var(--orange); stroke: white; stroke-width: 4; }.map-art circle:last-child { fill: var(--green-700); }.gps-pill { position: absolute; bottom: .6rem; left: .6rem; padding: .35rem .5rem; background: rgb(255 255 255 / 90%); border-radius: 99px; font-size: .6rem; font-weight: 800; }
.walk-stats { display: grid; padding: .9rem 0; grid-template-columns: repeat(3, 1fr); }.walk-stats div { text-align: center; border-right: 1px solid var(--line); }.walk-stats div:last-child { border: 0; }.walk-stats strong, .walk-stats small { display: block; }.walk-stats small { color: var(--muted); font-size: .6rem; }
.care-checks { padding: 0; margin: 0; list-style: none; }.care-checks li { display: flex; align-items: center; gap: .55rem; padding: .55rem; margin: .35rem 0; background: #f7f8f6; border-radius: 8px; font-size: .72rem; }.care-checks span { display: grid; width: 18px; height: 18px; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-size: .6rem; }.care-checks .uploading { background: #d49239; }.care-checks p { flex: 1; margin: 0; }.care-checks time { color: var(--muted); font-size: .63rem; }.care-message { display: flex; align-items: center; gap: .6rem; padding: .7rem; margin-top: .7rem; background: var(--green-950); border-radius: 9px; color: white; }.care-message .avatar { width: 31px; height: 31px; border: 0; }.care-message p { flex: 1; margin: 0; overflow: hidden; font-size: .66rem; white-space: nowrap; text-overflow: ellipsis; }
.support-section { width: 100%; background: #f9f7f1; }.support-hero { max-width: 740px; margin: auto; text-align: center; }.support-hero h2 { color: var(--green-950); font-size: 3.1rem; }.support-hero p { color: var(--muted); }.support-search { display: flex; height: 58px; align-items: center; gap: .7rem; max-width: 680px; padding: 0 1rem; margin: 2rem auto 3rem; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 30px rgb(20 50 36 / 8%); }.support-search:focus-within { border-color: var(--green-700); }.support-search svg { width: 21px; fill: none; stroke: var(--muted); stroke-width: 1.8; }.support-search input { flex: 1; min-width: 0; border: 0; outline: 0; }.support-search kbd { padding: .25rem .4rem; color: #849089; background: #f1f3f1; border: 1px solid #e0e5e2; border-radius: 5px; font-size: .65rem; }
.support-layout { display: grid; align-items: start; gap: 30px; grid-template-columns: 1fr 310px; }.tabs { display: flex; gap: .3rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--line); }.tabs button { padding: .8rem 1rem; color: var(--muted); background: transparent; border: 0; border-bottom: 2px solid transparent; font-weight: 800; cursor: pointer; }.tabs button[aria-selected="true"] { color: var(--green-800); border-bottom-color: var(--green-700); }
.article-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }.article { position: relative; padding: 1.2rem; background: white; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }.article:hover { border-color: #a9c3b4; }.article span { color: var(--green-700); font-size: .65rem; font-weight: 800; text-transform: uppercase; }.article h3 { margin: .4rem 0; font-family: Manrope; font-size: .9rem; }.article p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }.article b { position: absolute; top: 1.2rem; right: 1rem; color: var(--green-700); }.support-empty { padding: 3rem; text-align: center; }.support-empty p { color: var(--muted); }
.emergency-card { padding: 1.5rem; color: white; background: #572d2a; border-radius: 16px; }.emergency-icon { display: grid; width: 38px; height: 38px; place-items: center; background: #a44c43; border-radius: 50%; font-weight: 800; }.emergency-card h3 { margin-bottom: .5rem; font-family: Manrope; }.emergency-card p { color: #dec7c5; font-size: .8rem; line-height: 1.6; }.emergency-card .button { width: 100%; margin: .5rem 0; }.emergency-card small { display: block; color: #caa9a6; font-size: .65rem; text-align: center; }.ask-ai-card { display: flex; align-items: center; gap: .7rem; padding: 1rem; margin-top: 12px; background: #e7efe9; border-radius: 13px; }.ask-ai-card > span { display: grid; width: 36px; height: 36px; place-items: center; color: white; background: var(--green-700); border-radius: 50%; }.ask-ai-card div { flex: 1; }.ask-ai-card strong, .ask-ai-card small { display: block; }.ask-ai-card small { color: var(--muted); font-size: .67rem; }.ask-ai-card button { background: transparent; border: 0; font-size: 1.2rem; cursor: pointer; }
.provider-section { color: white; background: var(--green-900); }.provider-economics { display: grid; align-items: center; gap: 9%; padding-block: 100px; grid-template-columns: 1fr 1fr; }.economics-card { padding: 1.8rem; color: var(--ink); background: #fffdf8; border-radius: 20px; box-shadow: 0 22px 55px rgb(0 0 0 / 17%); }.economics-head { display: flex; align-items: start; justify-content: space-between; }.economics-head small { color: var(--muted); }.economics-head h3 { margin: .3rem 0 1.5rem; font-family: Manrope; font-size: 1.5rem; }.economics-head > span { padding: .35rem .55rem; color: var(--green-700); background: var(--green-50); border-radius: 99px; font-size: .65rem; font-weight: 800; }.bar { display: flex; width: var(--w); min-width: fit-content; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem; margin: .4rem 0; border-radius: 8px; font-size: .7rem; }.provider-bar { color: white; background: var(--green-700); }.platform-bar { color: var(--green-950); background: #d8e6dc; }.economics-card ul { padding: 1rem 0 0; margin: 1rem 0 0; border-top: 1px solid var(--line); list-style: none; }.economics-card li { margin: .6rem 0; font-size: .75rem; }.economics-card li span { margin-right: .5rem; color: var(--green-700); }
.business-model { padding: 2rem 0 100px; }.model-intro { display: grid; align-items: end; gap: 2rem; margin-bottom: 2rem; grid-template-columns: .5fr .75fr 1fr; }.model-intro h3 { margin: 0; font-family: Manrope; font-size: 1.5rem; }.model-intro p { margin: 0; color: #b2c3b8; font-size: .82rem; line-height: 1.6; }.model-math { display: flex; align-items: stretch; gap: .7rem; }.model-math > div { flex: 1; padding: 1.1rem; background: rgb(255 255 255 / 8%); border: 1px solid rgb(255 255 255 / 9%); border-radius: 12px; }.model-math small, .model-math strong, .model-math span, .model-math b { display: block; }.model-math small { min-height: 32px; color: #a8baaf; font-size: .65rem; }.model-math strong { margin: .4rem 0; font-family: Manrope; font-size: 1.5rem; }.model-math div > span { color: #a8baaf; font-size: .64rem; }.model-math b { margin-top: .8rem; color: #f0b07a; }.model-math .math-plus, .model-math .math-equals { display: flex; align-items: center; color: #83a08e; font-size: 1.5rem; }.model-math .model-total { background: #f0b07a; color: var(--green-950); }.model-math .model-total small, .model-math .model-total span { color: #62432b; }
.footer { padding: 70px 0 25px; color: #aebbb3; background: #0c2118; }.footer-grid { display: grid; gap: 4rem; grid-template-columns: 2fr repeat(3, 1fr); }.brand-light { color: white; }.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: .65rem; }.footer-grid p { font-size: .8rem; }.footer-grid strong { margin-bottom: .4rem; color: white; font-size: .75rem; }.footer-grid a:not(.brand), .footer-grid button { padding: 0; color: #9eaea4; background: transparent; border: 0; font-size: .73rem; cursor: pointer; }.footer-grid a:hover, .footer-grid button:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; margin-top: 3rem; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .68rem; }.footer-bottom div { display: flex; gap: 1rem; }.footer-bottom button { padding: 0; color: inherit; background: none; border: 0; cursor: pointer; }
.copilot-fab { position: fixed; z-index: 110; right: 24px; bottom: 22px; display: flex; align-items: center; gap: .55rem; padding: .85rem 1.05rem; color: white; background: var(--green-800); border: 2px solid rgb(255 255 255 / 70%); border-radius: 999px; box-shadow: 0 12px 30px rgb(10 40 25 / 25%); font-weight: 800; cursor: pointer; }.copilot-fab > span:first-child { color: #ffd399; }
.copilot-panel { position: fixed; z-index: 120; right: 24px; bottom: 84px; display: flex; width: min(390px, calc(100vw - 32px)); max-height: min(620px, calc(100vh - 115px)); overflow: hidden; flex-direction: column; background: #fffdf8; border: 1px solid #cad5ce; border-radius: 20px; box-shadow: 0 25px 70px rgb(14 35 24 / 30%); }.copilot-panel header { display: flex; align-items: center; gap: .75rem; padding: 1rem; color: white; background: var(--green-900); }.copilot-avatar { display: grid; width: 40px; height: 40px; place-items: center; color: #ffd399; background: #2d5842; border-radius: 50%; }.copilot-panel h2 { margin: 0; font-family: Manrope; font-size: .95rem; }.copilot-panel header span { color: #b8cdc0; font-size: .66rem; }.copilot-panel header i { display: inline-block; width: 6px; height: 6px; background: #71cf91; border-radius: 50%; }.copilot-panel header button { margin-left: auto; color: white; background: transparent; border: 0; font-size: 1.5rem; cursor: pointer; }
.chat-log { min-height: 190px; padding: 1rem; overflow-y: auto; }.message { display: flex; align-items: start; gap: .6rem; margin-bottom: 1rem; }.message-avatar { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-size: .7rem; }.message p { max-width: 290px; padding: .7rem .85rem; margin: 0; color: #35423b; background: #eef3ef; border-radius: 4px 13px 13px 13px; font-size: .78rem; line-height: 1.55; }.message small { color: #8a948e; font-size: .58rem; }.message.user { justify-content: flex-end; }.message.user p { color: white; background: var(--green-700); border-radius: 13px 4px 13px 13px; }.message.user small { display: block; text-align: right; }
.prompt-chips { display: flex; gap: .4rem; padding: 0 1rem .75rem; overflow-x: auto; }.prompt-chips button { flex: 0 0 auto; padding: .45rem .6rem; color: var(--green-800); background: var(--green-50); border: 1px solid var(--green-100); border-radius: 999px; font-size: .65rem; font-weight: 700; cursor: pointer; }
.agent-sources { display: flex; max-width: 290px; flex-wrap: wrap; gap: .3rem; margin-top: .35rem; }.agent-sources b { width: 100%; color: var(--green-700); font-size: .58rem; text-transform: uppercase; }.agent-sources button { padding: .25rem .4rem; color: #526059; background: white; border: 1px solid #dbe3de; border-radius: 5px; font-size: .55rem; cursor: pointer; }.agent-sources button:hover { color: var(--green-700); border-color: #9eb9a9; }
.agent-feedback { display: flex; gap: .25rem; width: 100%; }.agent-feedback button { color: var(--muted); background: transparent; }.agent-feedback small { color: var(--green-700); font-size: .58rem; }
#chat-form { display: flex; gap: .5rem; padding: .75rem; border-top: 1px solid var(--line); }#chat-input { flex: 1; min-width: 0; padding: .7rem; background: white; border: 1px solid var(--line); border-radius: 9px; outline: 0; font-size: .75rem; }#chat-form button { width: 38px; color: white; background: var(--green-700); border: 0; border-radius: 9px; cursor: pointer; }.chat-disclaimer { padding: 0 .8rem .7rem; margin: 0; color: #929b95; font-size: .55rem; text-align: center; }
.modal { width: min(760px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; background: transparent; border: 0; border-radius: 20px; }.modal::backdrop { background: rgb(8 25 16 / 66%); backdrop-filter: blur(5px); }.modal-shell { position: relative; padding: 2rem; background: #fffdf8; border-radius: 20px; }.modal-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; display: grid; width: 36px; height: 36px; place-items: center; background: #eef1ee; border: 0; border-radius: 50%; font-size: 1.3rem; cursor: pointer; }.modal-lede { color: var(--muted); }.verification-shell > h2 { margin: .5rem 0; font-family: Manrope; font-size: 2rem; letter-spacing: -.04em; }.tier-list { margin-block: 1.5rem; }.tier-list article { display: grid; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); grid-template-columns: auto 1fr auto; }.tier-list h3, .tier-list p { margin: 0; }.tier-list p { margin-top: .2rem; color: var(--muted); font-size: .74rem; }.tier-list article > b { padding: .3rem .5rem; color: var(--green-700); background: var(--green-50); border-radius: 99px; font-size: .62rem; }.tier-badge { display: grid; width: 40px; height: 40px; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-weight: 800; }.safety-steps { padding: 1.2rem; background: #f0f4f1; border-radius: 14px; }.safety-steps > div { display: flex; gap: .8rem; margin: .8rem 0; }.safety-steps > div span { color: var(--orange-dark); font-weight: 800; }.safety-steps p { margin: 0; font-size: .75rem; }.safety-steps strong { display: block; }.small-modal { max-width: 520px; }.small-modal h2 { padding-right: 2rem; font-family: Manrope; }.small-modal p, .small-modal li { color: var(--muted); line-height: 1.6; }.toast { position: fixed; z-index: 500; bottom: 24px; left: 50%; padding: .8rem 1.1rem; color: white; background: #17231d; border-radius: 10px; box-shadow: var(--shadow); transform: translateX(-50%); font-size: .78rem; font-weight: 700; }
.provider-modal-head { display: flex; align-items: center; gap: 1rem; padding-right: 2rem; }.provider-modal-avatar { display: grid; width: 72px; height: 72px; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-family: Manrope; font-size: 1.4rem; font-weight: 800; }.provider-modal-head h2 { margin: 0; font-family: Manrope; }.provider-modal-head p { margin: .2rem 0 0; color: var(--muted); }.booking-grid { display: grid; gap: 1.5rem; margin-top: 1.5rem; grid-template-columns: 1fr 1fr; }.booking-panel { padding: 1.2rem; background: #f3f6f3; border-radius: 13px; }.booking-panel h3 { margin-top: 0; font-family: Manrope; }.fee-line { display: flex; justify-content: space-between; margin: .7rem 0; color: var(--muted); font-size: .78rem; }.fee-line.total { padding-top: .75rem; color: var(--ink); border-top: 1px solid #ccd7d0; font-weight: 800; }.booking-panel ul { padding-left: 1.1rem; color: var(--muted); font-size: .75rem; line-height: 1.7; }.meet-toggle { display: flex; align-items: center; gap: .7rem; padding: .75rem; margin-block: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: .75rem; }.meet-toggle input { accent-color: var(--green-700); }.booking-panel .button { width: 100%; }
.provider-performance { display: grid; gap: .5rem; margin: 1.1rem 0; grid-template-columns: repeat(4, 1fr); }.provider-performance div { padding: .75rem; background: var(--green-50); border-radius: 9px; text-align: center; }.provider-performance strong, .provider-performance small { display: block; }.provider-performance strong { color: var(--green-700); font-size: 1.1rem; }.provider-performance small { margin-top: .2rem; color: var(--muted); font-size: .6rem; }.review-highlight { padding: 1rem 1rem 1rem 1.2rem; margin: 1rem 0; color: #3f4c45; background: #fff8e9; border-left: 3px solid #e39a5e; border-radius: 0 9px 9px 0; font-size: .8rem; line-height: 1.6; }.review-highlight footer { margin-top: .4rem; color: var(--green-700); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.nav-icon-button { position: relative; display: grid; width: 40px; height: 40px; place-items: center; color: var(--green-900); background: transparent; border: 0; border-radius: 50%; font-size: 1.2rem; cursor: pointer; }.nav-icon-button:hover { background: var(--green-50); }.nav-icon-button span { position: absolute; top: 1px; right: 0; display: grid; min-width: 17px; height: 17px; padding-inline: 4px; place-items: center; color: white; background: var(--orange-dark); border: 2px solid var(--cream); border-radius: 99px; font-size: .55rem; font-weight: 800; }
.results-actions, .provider-ctas { display: flex; flex-wrap: wrap; gap: .55rem; }.button-outline-light { color: white; background: transparent; border: 1px solid rgb(255 255 255 / 35%); }.saved-search-banner { display: flex; align-items: center; gap: .75rem; padding: .8rem 1rem; margin: -1rem 0 1.2rem; color: var(--green-900); background: #dfece3; border-radius: 10px; }.saved-search-banner > span { display: grid; width: 28px; height: 28px; place-items: center; color: white; background: var(--green-700); border-radius: 50%; }.saved-search-banner p { flex: 1; margin: 0; font-size: .76rem; }.saved-search-banner strong, .saved-search-banner small { display: block; }.saved-search-banner small { color: var(--muted); }.saved-search-banner button { color: var(--green-700); background: transparent; border: 0; font-size: .72rem; font-weight: 800; cursor: pointer; }
.card-actions { display: grid; gap: .5rem; margin-top: .85rem; grid-template-columns: auto 1fr; }.provider-card .card-actions .button { margin: 0; }.compare-toggle { min-width: 86px; padding: .5rem; color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-100); border-radius: 9px; font-size: .68rem; font-weight: 800; cursor: pointer; }.compare-toggle[aria-pressed="true"] { color: white; background: var(--green-700); }
.compare-bar { position: fixed; z-index: 109; bottom: 22px; left: 50%; display: flex; width: min(650px, calc(100% - 32px)); align-items: center; gap: .7rem; padding: .75rem; color: white; background: #132d21; border: 1px solid rgb(255 255 255 / 15%); border-radius: 15px; box-shadow: 0 18px 50px rgb(8 28 17 / 30%); transform: translateX(-50%); }.compare-bar p { flex: 1; margin: 0; }.compare-bar strong, .compare-bar small { display: block; }.compare-bar small { color: #a9bbae; font-size: .65rem; }.compare-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }.compare-grid article { padding: 1rem; background: #f1f5f2; border: 1px solid var(--line); border-radius: 13px; }.compare-grid .provider-modal-avatar { width: 50px; height: 50px; font-size: 1rem; }.compare-grid h3 { margin-bottom: .3rem; }.compare-grid p, .compare-grid li { color: var(--muted); font-size: .7rem; }.compare-grid ul { min-height: 150px; padding-left: 1rem; }.compare-grid .button { width: 100%; font-size: .72rem; }
.stack-form { display: flex; gap: 1rem; flex-direction: column; }.stack-form label, .profile-form label { display: flex; gap: .4rem; flex-direction: column; color: #526059; font-size: .74rem; font-weight: 800; }.stack-form input, .profile-form input, .profile-form select, .profile-form textarea { width: 100%; padding: .75rem; color: var(--ink); background: white; border: 1px solid #cfd8d2; border-radius: 9px; outline: 0; }.stack-form input:focus, .profile-form input:focus, .profile-form select:focus, .profile-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgb(50 112 82 / 10%); }.profile-form { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }.profile-form textarea { min-height: 85px; resize: vertical; }.form-span { grid-column: 1/-1; }.check-control { display: flex !important; align-items: start; flex-direction: row !important; gap: .6rem !important; padding: .8rem; background: var(--green-50); border-radius: 9px; }.check-control input { width: auto; margin-top: .15rem; accent-color: var(--green-700); }
.account-controls { display: flex; flex-wrap: wrap; gap: .5rem; padding-top: 1rem; margin-top: 1.2rem; border-top: 1px solid var(--line); }.account-controls .button { min-height: 38px; font-size: .68rem; }.danger-link { padding: .5rem; margin-left: auto; color: #9d302a; background: transparent; border: 0; font-size: .68rem; font-weight: 800; cursor: pointer; }
.step-progress { display: flex; max-width: 300px; align-items: center; margin: 1rem 0 1.5rem; }.step-progress span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; color: #849089; background: #edf0ee; border-radius: 50%; font-size: .72rem; font-weight: 800; }.step-progress span.active { color: white; background: var(--green-700); }.step-progress i { width: 100%; height: 2px; background: var(--line); }.application-step h2 { padding-right: 2rem; font-family: Manrope; }.step-actions { display: flex; justify-content: space-between; margin-top: 1.3rem; }.step-actions #app-next { margin-left: auto; }.application-checklist { padding: 1.2rem; color: var(--green-900); background: var(--green-50); border-radius: 12px; list-style: none; line-height: 2; }.confirmation-mark { display: grid; width: 64px; height: 64px; place-items: center; margin: .5rem 0 1rem; color: white; background: var(--green-700); border-radius: 50%; font-size: 1.6rem; }
.notification-list { margin-block: 1rem; }.notification-list article { display: flex; gap: .7rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }.notification-list article > span { color: #8f9a94; }.notification-list article.unread > span { color: var(--orange); }.notification-list p { margin: 0; }.notification-list strong, .notification-list small { display: block; }.notification-list strong { font-size: .78rem; }.notification-list small { margin-top: .25rem; color: var(--muted); font-size: .65rem; }.notification-list article:not(.unread) strong { color: var(--muted); font-weight: 500; }.notification-empty { color: var(--muted); text-align: center; }
.booking-history { display: grid; gap: 1rem; margin-top: 1.2rem; }.history-card { padding: 1.2rem; background: #f5f7f5; border: 1px solid var(--line); border-radius: 14px; }.history-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }.history-head h3 { margin: .35rem 0 .2rem; }.history-head p { margin: 0; color: var(--muted); font-size: .75rem; }.history-head > strong { color: var(--green-700); font-size: .7rem; }.status-badge { padding: .25rem .45rem; border-radius: 99px; font-size: .6rem; font-weight: 800; text-transform: uppercase; }.status-badge.pending { color: #77521e; background: #f5e6ca; }.status-badge.completed { color: var(--green-700); background: #dcebe2; }.history-action { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: .8rem; margin-top: .8rem; border-top: 1px solid var(--line); }.history-action p { margin: 0; color: var(--muted); font-size: .72rem; }.review-form { padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--line); }.review-form fieldset { padding: 0; margin: 0 0 1rem; border: 0; }.review-form legend, .review-form > label { display: block; margin-bottom: .45rem; color: #526059; font-size: .72rem; font-weight: 800; }.review-form textarea { width: 100%; min-height: 90px; padding: .75rem; margin-top: .4rem; border: 1px solid #cfd8d2; border-radius: 9px; resize: vertical; }.star-picker { display: flex; gap: .45rem; }.star-picker label { cursor: pointer; }.star-picker input { position: absolute; opacity: 0; }.star-picker span { display: grid; width: 38px; height: 38px; place-items: center; color: #9da69f; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 1.25rem; }.star-picker input:checked + span, .star-picker label:has(~ label input:checked) span { color: #c8752f; background: #fff4dd; border-color: #e5b274; }.star-picker small { display: block; margin-top: .2rem; color: var(--muted); font-size: .55rem; text-align: center; }.published-review { display: flex; align-items: center; gap: .7rem; padding: .8rem; margin-top: .8rem; color: var(--green-800); background: #dfece3; border-radius: 9px; }.published-review p { margin: 0; }.published-review strong, .published-review small { display: block; }.published-review small { color: var(--muted); }.loading-copy { color: var(--muted); text-align: center; }
.status-badge.canceled { color: #873b36; background: #f1dcda; }.booking-tools { display: flex; flex-wrap: wrap; gap: .4rem; padding-top: .7rem; margin-top: .7rem; border-top: 1px solid var(--line); }.booking-tools button { padding: .35rem .5rem; color: var(--green-700); background: white; border: 1px solid var(--line); border-radius: 6px; font-size: .63rem; font-weight: 800; cursor: pointer; }.booking-tools .cancel-booking, .booking-tools .report-incident { color: #93413a; }.message-thread { display: flex; max-height: 280px; flex-direction: column; gap: .65rem; padding: .8rem; overflow-y: auto; background: #f4f6f4; border-radius: 10px; }.message-thread article { max-width: 82%; }.message-thread article.owner { align-self: flex-end; text-align: right; }.message-thread p { padding: .55rem .7rem; margin: 0; background: white; border-radius: 10px; font-size: .75rem; }.message-thread .owner p { color: white; background: var(--green-700); }.message-thread small { color: var(--muted); font-size: .55rem; }.message-form { margin-top: 1rem; }.message-form label { display: block; color: var(--muted); font-size: .7rem; font-weight: 800; }.message-form textarea, .incident-form textarea, .cancellation-form textarea { width: 100%; min-height: 85px; padding: .7rem; margin-block: .35rem .7rem; border: 1px solid var(--line); border-radius: 8px; }.replacement-list { display: grid; gap: .6rem; margin: 1rem 0; }.replacement-list article { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem; background: var(--green-50); border-radius: 9px; }.replacement-list strong, .replacement-list small { display: block; }.replacement-list small { color: var(--muted); }.replacement-list p { margin: 0; font-weight: 800; }.replacement-list span { display: block; font-size: .6rem; }.price-up { color: #9c4e35; }.price-down { color: var(--green-700); }.workspace-metrics { display: grid; gap: .6rem; margin: 1rem 0; grid-template-columns: repeat(3, 1fr); }.workspace-metrics div { padding: .8rem; background: var(--green-50); border-radius: 9px; text-align: center; }.workspace-metrics strong, .workspace-metrics small { display: block; }.workspace-metrics strong { color: var(--green-700); font-size: 1.2rem; }.workspace-metrics small { color: var(--muted); font-size: .6rem; }.audit-list { max-height: 190px; padding: 0; overflow-y: auto; list-style: none; }.audit-list li { display: flex; justify-content: space-between; gap: .6rem; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .7rem; }.audit-list span { color: var(--muted); }
.faq-block { display: grid; gap: 50px; margin-top: 70px; padding-top: 55px; border-top: 1px solid var(--line); grid-template-columns: .65fr 1.35fr; }.faq-block h3 { margin: .5rem 0; font-family: Manrope; font-size: 1.7rem; }.faq-list details { background: white; border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; padding: 1rem; font-weight: 800; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--green-700); font-size: 1.2rem; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { padding: 0 1rem 1rem; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.compatibility-matrix { display: grid; gap: 1rem; padding: 1rem; margin: .2rem 0; background: var(--green-50); border: 1px solid var(--green-100); border-radius: 12px; grid-column: 1/-1; grid-template-columns: 1fr 1fr; }.compatibility-matrix legend { padding-inline: .35rem; color: var(--green-900); font-size: .78rem; font-weight: 800; }.compatibility-matrix .check-control { align-self: end; padding-bottom: .75rem; }.compatibility-explanation { padding: 1rem; margin: 1rem 0; background: var(--green-50); border: 1px solid var(--green-100); border-radius: 12px; }.compatibility-explanation h3 { margin: 0 0 .6rem; font-family: Manrope; }.compatibility-explanation ul { padding-left: 1.1rem; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.7; }.quality-dashboard-button { width: 100%; }
.theme-list { display: flex; flex-wrap: wrap; gap: .5rem; }.theme-list span { display: flex; gap: .55rem; padding: .5rem .7rem; color: var(--green-900); background: var(--green-50); border-radius: 999px; font-size: .72rem; }.theme-list b { color: var(--green-700); }.care-plan-form textarea { min-height: 72px; }.care-plan-form textarea:disabled, .care-plan-form input:disabled { color: #53625a; background: #eef1ee; }.frozen-notice { padding: .8rem; color: var(--green-800); background: #dcebe2; border-radius: 9px; font-size: .74rem; font-weight: 800; }.version-note { color: var(--muted); font-size: .7rem; }.score-checks { display: grid; gap: .55rem; padding: .85rem; background: #f3f6f3; border-radius: 10px; }.score-checks label { display: flex; align-items: center; gap: .6rem; color: #526059; font-size: .74rem; }.score-checks input { accent-color: var(--green-700); }.booking-timeline { position: relative; padding: 0; margin: 1.4rem 0 0; list-style: none; }.booking-timeline::before { position: absolute; top: 5px; bottom: 5px; left: 7px; width: 2px; content: ""; background: var(--green-100); }.booking-timeline li { position: relative; padding: 0 0 1.2rem 2rem; }.booking-timeline li::before { position: absolute; top: 4px; left: 0; width: 12px; height: 12px; content: ""; background: var(--green-700); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--green-100); }.booking-timeline time, .booking-timeline strong { display: block; }.booking-timeline time { color: var(--muted); font-size: .6rem; }.booking-timeline strong { margin-top: .15rem; font-size: .78rem; }.booking-timeline p { margin: .2rem 0 0; color: var(--muted); font-size: .72rem; }

@media (max-width: 960px) {
  .nav-links { display: none; }.menu-button { display: block; }.nav-signin { display: none; }
  .hero-grid, .ai-showcase, .care-grid, .provider-economics { gap: 50px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }.search-card { max-width: 650px; }.trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip > div { margin: .5rem 0; }.trust-strip > div:nth-child(2) { border: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.provider-grid { grid-template-columns: 1fr 1fr; }.trust-grid { grid-template-columns: 1fr 1fr; }
  .ai-visual { min-height: 430px; order: 2; }.care-phone { order: 2; }.support-layout { grid-template-columns: 1fr; }.support-aside { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }.ask-ai-card { margin: 0; }
  .model-intro { grid-template-columns: 1fr 1fr; }.model-intro .kicker { grid-column: 1/-1; }.model-math { flex-wrap: wrap; }.model-math > div { min-width: 40%; }.compare-grid { grid-template-columns: 1fr 1fr; }.faq-block { gap: 25px; grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }.nav { height: 66px; }.nav-actions .button-primary { display: none; }
  .hero { padding-top: 48px; }.hero h1 { font-size: 2.65rem; }.hero-grid { gap: 36px; }.search-card { padding: 1.15rem; border-radius: 17px; }.service-option { font-size: .62rem; }.service-option span { font-size: 1rem; }
  .form-grid { grid-template-columns: 1fr; }.field, .field-wide { grid-column: auto; }.trust-strip { margin-top: 46px; grid-template-columns: 1fr; }.trust-strip > div { padding: .7rem 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .section { padding-block: 72px; }.split-heading { gap: 10px; grid-template-columns: 1fr; }.services-grid { gap: 10px; grid-template-columns: 1fr 1fr; }.service-art { height: 105px; }.service-card small { min-height: 56px; }.service-card strong, .service-card small, .service-card b { margin-inline: .8rem; }
  .results-section { padding-block: 65px; }.results-head { align-items: start; flex-direction: column; }.results-head h2 { font-size: 2rem; }.price-filter { margin-left: 0; }.provider-grid { grid-template-columns: 1fr; }
  .ai-section, .care-section { padding-block: 70px; }.ai-visual { min-height: 380px; }.pet-portrait { transform: translate(-50%, -45%) scale(.82); }.match-float { left: 2%; }.safety-float { right: 2%; }.match-float, .safety-float { padding: .55rem; }
  .trust-grid { grid-template-columns: 1fr; }.trust-card p { min-height: 0; }.fairness-banner { align-items: start; grid-template-columns: auto 1fr; }.fairness-banner .button { grid-column: 1/-1; }.care-phone { padding-inline: .8rem; }
  .support-hero h2 { font-size: 2.3rem; }.support-search kbd { display: none; }.article-grid { grid-template-columns: 1fr; }.support-aside { grid-template-columns: 1fr; }
  .provider-economics { padding-block: 70px; }.model-intro { grid-template-columns: 1fr; }.model-intro .kicker { grid-column: auto; }.model-math { display: grid; grid-template-columns: 1fr; }.model-math > div { min-width: 0; }.model-math .math-plus, .model-math .math-equals { justify-content: center; height: 20px; }.business-model { padding-bottom: 70px; }
  .footer-grid { gap: 2rem; grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }.footer-bottom { gap: 1rem; flex-direction: column; }
  .copilot-fab { right: 14px; bottom: 14px; }.copilot-panel { right: 8px; bottom: 76px; width: calc(100vw - 16px); max-height: calc(100vh - 90px); }
  .booking-grid { grid-template-columns: 1fr; }.modal-shell { padding: 1.3rem; }.tier-list article { align-items: start; grid-template-columns: auto 1fr; }.tier-list article > b { grid-column: 2; width: fit-content; }.results-actions { width: 100%; }.results-actions .button { flex: 1; font-size: .7rem; }.profile-form, .compare-grid, .compatibility-matrix { grid-template-columns: 1fr; }.form-span, .compatibility-matrix { grid-column: auto; }.compare-grid ul { min-height: 0; }.compare-bar { bottom: 10px; }.compare-bar small, .compare-bar .button-soft { display: none; }.compare-bar .button { min-height: 40px; }.nav-icon-button { margin-left: auto; }.provider-performance { grid-template-columns: 1fr 1fr; }.history-head, .history-action { align-items: start; flex-direction: column; }.star-picker { gap: .25rem; }.star-picker span { width: 34px; height: 34px; }.workspace-metrics { grid-template-columns: 1fr 1fr; }.account-controls .danger-link { width: 100%; margin: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
