:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#10223b;background:#fbfcfb;font-synthesis:none;--navy: #082b50;--navy-2: #123d68;--green: #087b48;--green-2: #0b9560;--gold: #d4a436;--ink: #10223b;--muted: #687488;--line: #e5e9ec;--soft: #f3f7f5;--cream: #fbfaf5;--shadow: 0 18px 50px rgba(8, 43, 80, .1);--scroll-shift: 0px;--scroll-counter-shift: 0px;--scroll-tilt: 0deg}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.app-shell{min-height:100vh;overflow:hidden}h1,h2,h3,.brand-logo{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,p{margin-top:0}.button{border:0;border-radius:12px;padding:13px 21px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button:disabled,.chat-input button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button-primary{background:var(--green);color:#fff;box-shadow:0 8px 22px #087b482b}.button-primary:hover{background:#066b3e}.button-ghost{background:transparent;color:var(--navy);border:1px solid #cbd7d0}.button-outline{background:#fff;color:var(--green);border:1px solid var(--green)}.button-gold{background:var(--gold);color:var(--navy)}.button-white{background:#fff;color:var(--navy)}.button-full{width:100%}.site-header{height:76px;position:sticky;top:0;z-index:70;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,229,225,.8)}.header-inner{width:min(1240px,calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center;gap:44px}.logo-button{border:0;background:transparent;padding:0}.brand-logo{display:inline-flex;align-items:center;white-space:nowrap;line-height:0}.brand-image{width:150px;height:58px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}.brand-image.compact{width:58px}.main-nav{display:flex;align-items:stretch;height:100%;gap:33px}.main-nav button{position:relative;border:0;background:transparent;color:#334155;font-weight:600;font-size:14px;padding:0}.main-nav button:after{content:"";position:absolute;height:2px;border-radius:10px;left:0;right:0;bottom:0;background:var(--green);transform:scaleX(0);transition:.2s}.main-nav button.active,.main-nav button:hover{color:var(--green)}.main-nav button.active:after{transform:scaleX(1)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.icon-button,.menu-button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--navy)}.notification-button{position:relative}.notification-button i{position:absolute;width:7px;height:7px;background:#e05252;border:2px solid white;box-sizing:content-box;border-radius:50%;top:7px;right:8px}.menu-button{display:none}.profile-chip{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:6px 10px 6px 7px;color:var(--navy)}.profile-chip>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:12px;font-weight:700}.profile-chip div{display:grid;text-align:left;line-height:1.15}.profile-chip small{color:var(--muted);font-size:10px}.profile-chip b{font-size:13px}.profile-chip.active{border-color:#9cc8b4}.mobile-nav{display:none}.hero-section{position:relative;min-height:680px;background:linear-gradient(135deg,#fbfdfb,#f5faf6 55%,#f4f8f2);overflow:hidden}.hero-section:before{content:"";position:absolute;width:45%;height:100%;right:-5%;top:0;background:radial-gradient(circle at 50% 45%,rgba(212,164,54,.2),transparent 62%)}.hero-section:after{content:"";position:absolute;left:-8%;bottom:-190px;width:680px;height:340px;border-radius:50%;background:#e7f4eb;opacity:.7}.hero-grid{min-height:680px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;position:relative;z-index:2}.hero-copy{padding:58px 0 54px;max-width:640px;position:relative;z-index:4}.eyebrow{width:fit-content;display:flex;align-items:center;gap:8px;background:#e2f3e9;color:#116540;border-radius:99px;padding:8px 13px;font-size:13px;font-weight:700;margin-bottom:25px}.hero-copy h1{font-size:clamp(50px,5.2vw,74px);line-height:1.02;letter-spacing:-.055em;color:var(--navy);margin-bottom:21px}.hero-copy h1 em{color:var(--gold);font-style:normal}.hero-copy>p{max-width:555px;color:#556477;font-size:18px;line-height:1.65;margin-bottom:28px}.hero-search{width:min(620px,100%);background:#fff;border:1px solid #dde8e1;border-radius:16px;padding:7px;display:grid;grid-template-columns:1fr .8fr 54px;gap:2px;box-shadow:0 15px 40px #082b501c}.search-field{display:flex;gap:11px;align-items:center;padding:4px 14px;color:var(--green)}.search-field+.search-field{border-left:1px solid var(--line)}.search-field span{display:grid;min-width:0;width:100%}.search-field small{font-size:10px;color:var(--muted)}.search-field input,.search-field select{border:0;outline:0;color:var(--ink);font-weight:600;background:transparent;width:100%;padding:2px 0}.search-field input::placeholder{color:#84909e;font-weight:400}.search-submit{border:0;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center}.quick-actions{display:flex;align-items:center;gap:7px;margin:19px 0 25px}.quick-actions button{display:flex;gap:8px;align-items:center;background:transparent;border:0;border-right:1px solid #d9e0dc;color:var(--navy);padding:4px 14px 4px 4px;text-align:left}.quick-actions button:last-child{border:0}.quick-actions svg{width:18px;color:var(--gold)}.quick-actions span{font-size:10px;line-height:1.2;color:var(--muted)}.quick-actions b{font-size:11px;color:var(--navy)}.hero-trust{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted)}.hero-trust b{color:var(--navy)}.avatar-stack{display:flex}.avatar-stack i{width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:8px;font-style:normal;margin-left:-7px}.avatar-stack i:nth-child(2){background:var(--green)}.avatar-stack i:nth-child(3){background:var(--gold)}.avatar-stack i:last-child{background:#e8edf0;color:var(--navy)}.trust-rating{display:flex;align-items:center;color:var(--gold);padding-left:12px;border-left:1px solid #d8dfdb}.hero-visual{height:680px;position:relative;display:flex;align-items:flex-end;justify-content:flex-end}.visual-frame{width:95%;height:610px;overflow:hidden;position:relative;border-radius:240px 80px 0 0;background:#f4f5ee;box-shadow:-30px 35px 80px #082b501a}.visual-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:1px solid rgba(255,255,255,.7);border-radius:inherit;pointer-events:none}.visual-frame img{width:100%;height:100%;object-fit:cover;object-position:58% 78%}.velocity-layer{transform:translate3d(0,var(--scroll-shift),0) rotate(var(--scroll-tilt));transform-origin:55% 75%;transition:transform .12s linear;will-change:transform}.velocity-layer img{transform:translate3d(0,var(--scroll-counter-shift),0) scale(1.015);transition:transform .12s linear;will-change:transform}.velocity-card{transform:translate3d(0,var(--scroll-counter-shift),0);transition:transform .14s linear;will-change:transform}.floating-card{position:absolute;z-index:3;background:#fffffff2;border:1px solid rgba(229,233,236,.9);border-radius:14px;box-shadow:0 14px 34px #082b5021;display:flex;align-items:center;gap:10px;padding:12px 15px}.floating-card svg{color:var(--green)}.floating-card span{display:grid}.floating-card b{font-size:12px}.floating-card small{font-size:9px;color:var(--muted)}.floating-card.verified{top:95px;right:-7px}.floating-card.nearby{top:240px;left:-15px}.floating-card.safe{bottom:50px;right:15px}.floating-card.nearby svg{color:var(--gold)}.hero-orb{position:absolute;border-radius:50%;border:1px solid rgba(8,123,72,.12)}.hero-orb-one{width:260px;height:260px;right:4%;top:90px}.hero-orb-two{width:390px;height:390px;right:-2%;top:25px}.trust-strip{position:relative;z-index:5;margin-top:-42px;background:transparent}.trust-grid{min-height:100px;display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff5;border:1px solid rgba(229,233,236,.92);border-radius:18px;box-shadow:0 20px 55px #082b501a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding-inline:18px}.trust-grid>div{display:flex;align-items:center;gap:14px;padding:18px 28px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border:0}.trust-grid svg{width:43px;height:43px;color:var(--green);padding:10px;background:#e9f5ee;border-radius:50%}.trust-grid>div:nth-child(2) svg{color:var(--navy);background:#e8eff6}.trust-grid>div:nth-child(3) svg{color:var(--gold);background:#fff5de}.trust-grid span{display:grid}.trust-grid b{font-size:13px}.trust-grid small{color:var(--muted);font-size:11px;margin-top:3px}.reputation-overlap{position:relative;z-index:4;margin-top:-10px}.reputation-panel{display:grid;grid-template-columns:.84fr 1.16fr;align-items:center;gap:26px;overflow:hidden;border-radius:23px;padding:26px 28px;background:radial-gradient(circle at 18% 15%,rgba(212,164,54,.18),transparent 34%),linear-gradient(135deg,var(--navy),#0a345f);color:#fff;box-shadow:0 22px 65px #082b502e}.reputation-panel:before{content:"";position:absolute;inset:auto -70px -120px auto;width:280px;height:280px;border:56px solid rgba(255,255,255,.07);border-radius:50%}.reputation-copy{position:relative;z-index:2}.reputation-copy .section-eyebrow{color:#f0cd70;margin-bottom:8px}.reputation-copy h2{margin:0;color:#fff;font-size:28px;line-height:1.15;letter-spacing:-.035em}.reputation-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.reputation-card{min-height:112px;display:grid;align-content:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff14;padding:17px}.reputation-card svg{color:#f0cd70}.reputation-card b{font-family:Manrope,sans-serif;font-size:23px;line-height:1;color:#fff}.reputation-card small{color:#cbd7e1;font-size:9px;line-height:1.45}.section{padding-top:95px;padding-bottom:95px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:35px;gap:30px}.section-eyebrow{color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;display:inline-block;margin-bottom:9px}.section-eyebrow.light{color:#f0cd70}.section-heading h2,.process-copy h2,.testimonial-section>h2{color:var(--navy);font-size:34px;letter-spacing:-.035em;margin-bottom:9px}.section-heading p{color:var(--muted);margin:0;font-size:14px}.section-heading>button{border:0;background:transparent;color:var(--green);display:flex;align-items:center;gap:7px;font-weight:700;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{position:relative;border:1px solid var(--line);border-radius:16px;background:#fff;display:grid;grid-template-columns:54px 1fr 18px;grid-template-rows:1fr 1fr;column-gap:13px;padding:16px;text-align:left;transition:.22s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.category-card>span{grid-row:1/3;width:52px;height:52px;background:#e8f5ee;border-radius:14px;display:grid;place-items:center;font-size:27px}.category-color-2>span{background:#fff3dc}.category-color-3>span{background:#e8f1fb}.category-color-4>span{background:#f1ebfb}.category-color-5>span{background:#e4f5f2}.category-color-6>span{background:#fdecef}.category-color-7>span{background:#edf3df}.category-color-8>span{background:#f2f3f5}.category-card b{align-self:end;font-size:13px}.category-card small{color:var(--muted);font-size:10px}.category-card svg{grid-row:1/3;grid-column:3;align-self:center;color:#9aa5b1;width:16px}.product-section{background:#f7faf8;border-block:1px solid #edf1ee}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border-radius:17px;overflow:hidden;border:1px solid #e3e8e5;transition:.25s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:0 19px 45px #082b501a}.product-image{height:205px;overflow:hidden;position:relative;cursor:pointer;background:#edf1ef}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-badge{position:absolute;left:12px;top:12px;padding:6px 9px;background:#082b50e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:8px;font-size:9px;font-weight:700}.heart-button{position:absolute;right:11px;top:11px;border:0;width:34px;height:34px;display:grid;place-items:center;background:#ffffffeb;border-radius:50%;color:var(--navy)}.heart-button.active{color:#d94b5c}.product-info{padding:15px 16px 16px}.product-category{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800}.product-info h3{font-size:15px;margin:6px 0 7px;color:var(--navy);line-height:1.35;cursor:pointer}.product-location{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-meta{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;margin-top:10px}.product-meta svg{color:var(--gold)}.product-meta b{color:var(--navy)}.product-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);margin-top:13px;padding-top:12px}.product-bottom>div{display:grid}.product-bottom small{font-size:9px;color:var(--muted)}.product-bottom b{color:var(--green);font-family:Manrope;font-size:15px}.product-bottom b i{font-family:DM Sans;font-style:normal;color:var(--muted);font-size:9px;font-weight:500}.product-bottom button{width:36px;height:36px;border:0;background:#e9f4ee;color:var(--green);border-radius:10px;display:grid;place-items:center}.process-shell{background:var(--cream);border:1px solid #ede9dc;border-radius:27px;padding:55px;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;position:relative;overflow:hidden}.process-shell:before{content:"";position:absolute;left:-80px;bottom:-140px;width:330px;height:330px;border-radius:50%;background:#e8f4eb}.process-copy{position:relative}.process-copy h2{font-size:37px}.process-copy p{color:var(--muted);line-height:1.7;font-size:14px;margin-bottom:26px;max-width:420px}.process-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative}.process-step{background:#fff;border:1px solid #e8e7e0;border-radius:16px;padding:18px;display:flex;gap:13px;min-height:145px}.process-step>i{width:26px;height:26px;flex:0 0 26px;background:var(--navy);color:#fff;display:grid;place-items:center;border-radius:8px;font-style:normal;font-size:10px;font-weight:700}.process-step>span{display:flex;flex-direction:column;align-items:flex-start}.process-step svg{color:var(--gold);margin:2px 0 13px}.process-step b{font-size:13px;color:var(--navy)}.process-step small{font-size:10px;line-height:1.5;color:var(--muted);margin-top:5px}.partner-banner{padding:56px 65px;background:var(--navy);border-radius:25px;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;position:relative;overflow:hidden}.partner-banner:after{content:"";position:absolute;width:340px;height:340px;border:70px solid rgba(212,164,54,.13);border-radius:50%;right:-120px;top:-170px}.partner-banner h2{font-size:36px;margin:5px 0 10px}.partner-banner p{color:#c9d5df;max-width:570px;font-size:14px;line-height:1.7}.partner-banner .button{margin-top:8px}.partner-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:relative;z-index:2}.partner-metrics div{background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:20px;display:grid}.partner-metrics b{color:#f0cd70;font-size:24px;font-family:Manrope}.partner-metrics small{color:#cbd7e1;font-size:10px;line-height:1.45;margin-top:4px}.testimonial-section{text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px;text-align:left}.testimonial-grid article{border:1px solid var(--line);border-radius:17px;padding:25px;position:relative}.quote-mark{position:absolute;right:20px;top:13px;font-family:Georgia;font-size:55px;color:#e8efe9}.stars{color:var(--gold);letter-spacing:2px;font-size:12px}.testimonial-grid p{color:#4d5d6e;line-height:1.7;font-size:13px;margin:17px 0 21px}.reviewer{display:flex;align-items:center;gap:10px}.reviewer>i{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-style:normal;font-size:10px}.reviewer>span{display:grid}.reviewer b{font-size:12px}.reviewer small{font-size:9px;color:var(--muted)}.reviewer svg{margin-left:auto;color:var(--green)}.final-cta{margin-bottom:95px;background:var(--green);color:#fff;border-radius:21px;padding:33px 40px;display:flex;align-items:center;gap:22px}.final-cta>svg{width:45px;height:45px;padding:11px;background:#ffffff1f;border-radius:13px}.final-cta h2{font-size:25px;margin:0 0 4px}.final-cta p{margin:0;color:#d6ebe1;font-size:13px}.final-cta .button{margin-left:auto}.site-footer{background:#071f38;color:#fff;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr 1.1fr;gap:55px}.footer-brand .brand-image{background:#fff;border-radius:8px;padding:2px 8px;mix-blend-mode:normal}.footer-brand p{color:#9fb0c0;line-height:1.7;font-size:12px;max-width:300px;margin:17px 0}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid>div>b{font-family:Manrope;font-size:13px;margin-bottom:4px}.footer-grid button,.footer-grid a,.footer-grid span{border:0;background:transparent;color:#9fb0c0;padding:0;font-size:11px;display:flex;gap:7px;align-items:center}.footer-grid a:hover,.footer-grid button:hover{color:#fff}.footer-grid svg{width:14px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:55px;padding:20px 0;border-top:1px solid #1e3750;color:#8296a9;font-size:9px}.footer-bottom div{display:flex;gap:22px}.footer-bottom button{border:0;background:transparent;color:#8296a9;font-size:9px}.search-page{padding-top:58px;padding-bottom:100px}.search-page-heading>button{border:0;background:transparent;color:var(--muted);display:flex;align-items:center;gap:6px;font-size:12px;margin-bottom:20px;padding:0}.search-page-heading h1,.account-heading h1{font-size:38px;color:var(--navy);margin-bottom:7px;letter-spacing:-.04em}.search-page-heading p,.account-heading p{color:var(--muted);font-size:13px}.catalog-search{margin:32px 0;display:grid;grid-template-columns:1fr 290px auto 48px;border:1px solid var(--line);background:#fff;padding:8px;border-radius:15px;box-shadow:0 12px 35px #082b5012}.catalog-search label{display:flex;align-items:center;gap:10px;padding:0 15px;border-right:1px solid var(--line);color:var(--green)}.catalog-search input,.catalog-search select{width:100%;border:0;outline:0;height:42px;background:transparent;color:var(--ink)}.locate-button{border:0;background:#e8f4ed;color:var(--green);border-radius:10px;padding:0 15px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:7px}.locate-button svg{width:17px}.filter-mobile-button{display:none}.search-layout{display:grid;grid-template-columns:220px 1fr;gap:30px}.filter-panel{border:1px solid var(--line);background:#fff;border-radius:16px;height:fit-content;padding:19px}.filter-title{display:flex;align-items:center;justify-content:space-between;font-size:13px;border-bottom:1px solid var(--line);padding-bottom:14px}.filter-title button{border:0;background:transparent;color:var(--green);font-size:10px}.filter-block{display:flex;flex-direction:column;gap:9px;padding:17px 0;border-bottom:1px solid var(--line)}.filter-block>label{font-size:11px;font-weight:700;color:var(--navy);margin-bottom:3px}.filter-block button{border:0;background:transparent;text-align:left;display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);padding:2px 0}.filter-block button i{width:14px;height:14px;border:1px solid #c5d0ca;border-radius:4px}.filter-block button.checked{color:var(--green);font-weight:700}.filter-block button.checked i{background:var(--green);box-shadow:inset 0 0 0 3px #fff}.price-output{color:var(--green);font-weight:700;font-size:13px}.filter-block input[type=range]{accent-color:var(--green);width:100%}.secure-note{margin-top:17px;display:flex;gap:9px;background:#eef7f2;border-radius:11px;padding:12px;color:var(--green)}.secure-note svg{flex:0 0 19px}.secure-note span{display:grid}.secure-note b{font-size:10px}.secure-note small{font-size:8px;color:var(--muted);line-height:1.45;margin-top:3px}.results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.results-head>div{display:grid}.results-head b{font-size:15px;color:var(--navy)}.results-head small{color:var(--muted);font-size:9px}.results-head label{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.results-head select{border:0;background:transparent;color:var(--navy);font-weight:700;outline:0}.search-product-grid{grid-template-columns:repeat(3,1fr)}.search-card-wrap{position:relative;min-width:0}.distance-pill{position:absolute;left:10px;top:176px;background:#fff;box-shadow:0 5px 13px #082b501f;border-radius:99px;padding:4px 7px;font-size:8px;font-weight:700;color:var(--navy);display:flex;gap:3px;align-items:center}.distance-pill svg{color:var(--green)}.empty-state{text-align:center;border:1px dashed #cfdad3;border-radius:17px;padding:80px 20px}.empty-state>svg{width:50px;height:50px;background:#edf5f0;padding:13px;color:var(--green);border-radius:50%}.empty-state h3{color:var(--navy);margin:15px 0 6px}.empty-state p{color:var(--muted);font-size:12px}.partner-page{background:linear-gradient(#f7fbf8 0,#f7fbf8 565px,#fff 565px);padding:70px 0 100px}.partner-hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;min-height:405px}.offer-pill{display:inline-flex;align-items:center;gap:7px;background:#fff2ce;color:#8a6410;border-radius:99px;padding:9px 13px;font-size:11px;font-weight:700}.partner-hero h1{font-size:50px;color:var(--navy);line-height:1.08;letter-spacing:-.05em;margin:22px 0 16px}.partner-hero h1 em{color:var(--gold);font-style:normal}.partner-hero p{color:var(--muted);line-height:1.7;max-width:650px}.partner-benefits{display:flex;flex-wrap:wrap;gap:15px}.partner-benefits span{display:flex;gap:6px;align-items:center;color:var(--navy);font-size:11px;font-weight:700}.partner-benefits svg{width:17px;height:17px;border-radius:50%;background:var(--green);color:#fff;padding:3px}.partner-side-card{background:var(--navy);color:#fff;padding:38px;border-radius:22px;position:relative;box-shadow:0 30px 70px #082b5033}.partner-side-card>svg{width:52px;height:52px;padding:13px;border-radius:15px;background:#ffffff1a;color:#f0c65d}.partner-side-card>b{font-family:Manrope;font-size:21px;display:block;margin:23px 0 8px}.partner-side-card p{color:#bfccd7;font-size:12px}.partner-side-card div{border-top:1px solid #2c4b67;display:grid;padding-top:19px}.partner-side-card strong{color:#f0c65d;font-size:29px;font-family:Manrope}.partner-side-card small{color:#9eb1c2;font-size:9px}.partner-form-section{margin-top:90px;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.partner-form-copy h2{font-size:36px;color:var(--navy);margin-bottom:12px}.partner-form-copy>p{color:var(--muted);line-height:1.7;font-size:13px}.mini-process{display:grid;gap:16px;margin-top:30px}.mini-process span{display:flex;align-items:center;gap:12px}.mini-process i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f4ed;color:var(--green);font-style:normal;font-size:10px;font-weight:800}.mini-process b{font-size:12px}.partner-form,.profile-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:31px;box-shadow:var(--shadow)}.partner-form label,.profile-form label,.listing-modal label,.auth-modal form label{display:grid;gap:7px;color:var(--navy);font-size:11px;font-weight:700;margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.partner-form input,.partner-form select,.partner-form textarea,.profile-form input,.profile-form select,.profile-form textarea,.listing-modal input,.listing-modal select,.listing-modal textarea,.auth-modal input{width:100%;border:1px solid #dfe6e2;background:#fbfcfb;border-radius:10px;padding:12px 13px;outline:0;color:var(--ink)}.partner-form input:focus,.partner-form textarea:focus,.profile-form input:focus,.auth-modal input:focus{border-color:var(--green);box-shadow:0 0 0 3px #087b4814}.partner-form textarea,.profile-form textarea,.listing-modal textarea{min-height:95px;resize:vertical}.check-label{display:flex!important;grid-template-columns:18px 1fr;flex-direction:row;align-items:flex-start;color:var(--muted)!important;font-weight:400!important}.check-label input{width:16px!important;accent-color:var(--green)}.success-card{border:1px solid #d6e9de;background:#f5fbf7;border-radius:20px;padding:60px;text-align:center;align-self:stretch}.success-card>svg{width:65px;height:65px;color:var(--green)}.success-card h3{color:var(--navy);font-size:24px;margin:18px 0 8px}.success-card p{color:var(--muted);font-size:12px}.account-shell{display:grid;grid-template-columns:215px 1fr;gap:38px;padding-top:45px;padding-bottom:95px;min-height:calc(100vh - 76px)}.account-sidebar{border-right:1px solid var(--line);padding-right:22px}.account-user{display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px;background:#f2f7f4;margin-bottom:22px}.account-user>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:11px;font-weight:700}.account-user div{display:grid}.account-user b{font-size:11px}.account-user small{color:var(--green);font-size:8px}.account-sidebar nav{display:grid;gap:5px}.account-sidebar nav button{border:0;background:transparent;border-radius:10px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px;font-weight:600;padding:11px;text-align:left}.account-sidebar nav button svg{width:18px}.account-sidebar nav button.active{background:var(--navy);color:#fff}.account-sidebar nav button i{margin-left:auto;width:18px;height:18px;background:var(--green);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:8px;font-style:normal}.sidebar-help{margin-top:30px;border:1px solid var(--line);border-radius:13px;padding:15px;display:flex;flex-direction:column;align-items:flex-start}.sidebar-help svg{width:20px;color:var(--gold)}.sidebar-help b{font-size:10px;margin-top:8px}.sidebar-help small{font-size:8px;color:var(--muted);margin:3px 0 9px}.sidebar-help button{padding:0;border:0;background:transparent;color:var(--green);font-size:9px;font-weight:700}.account-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.account-heading h1{margin-bottom:5px}.account-heading p{margin:0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-card{border:1px solid var(--line);border-radius:15px;padding:17px;display:grid;position:relative}.stat-card>span{width:35px;height:35px;display:grid;place-items:center;background:#e9f4ee;color:var(--green);border-radius:10px}.stat-card svg{width:18px}.stat-card small{color:var(--muted);font-size:9px;margin-top:16px}.stat-card b{font-size:21px;color:var(--navy);font-family:Manrope;margin-top:4px}.stat-card i{position:absolute;right:13px;top:15px;background:#edf7f1;color:var(--green);padding:4px 6px;border-radius:6px;font-size:7px;font-style:normal}.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-top:17px}.dashboard-card{border:1px solid var(--line);border-radius:16px;padding:20px}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid var(--line)}.card-heading h3{font-size:14px;margin-bottom:3px}.card-heading p{color:var(--muted);font-size:9px;margin:0}.card-heading button{border:0;background:transparent;color:var(--green);font-size:9px;font-weight:700;display:flex;align-items:center;gap:4px}.card-heading button svg{width:13px}.order-row{display:grid;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;padding:15px 0;border-bottom:1px solid #edf0ee}.order-row:last-child{border:0}.order-thumb{width:37px;height:37px;background:#edf3f6;color:var(--navy);border-radius:9px;display:grid;place-items:center}.order-thumb svg{width:17px}.order-row>div{display:grid}.order-row b{font-size:10px}.order-row small{font-size:8px;color:var(--muted)}.order-row>i{font-size:7px;border-radius:99px;padding:5px 7px;font-style:normal;background:#fff4d9;color:#8a6410}.order-row>i.sedang-disewa{color:#2460a0;background:#eaf2fb}.order-row>i.selesai{color:var(--green);background:#e9f5ee}.income-card{display:flex;flex-direction:column}.chart-bars{height:145px;display:flex;align-items:flex-end;gap:9px;border-bottom:1px solid var(--line);padding:20px 5px 0}.chart-bars span{flex:1;background:linear-gradient(var(--green-2),var(--green));border-radius:5px 5px 0 0;position:relative}.chart-bars span:nth-child(6){background:linear-gradient(#e2b84f,var(--gold))}.chart-bars i{position:absolute;bottom:-18px;font-style:normal;font-size:7px;color:var(--muted);left:50%;transform:translate(-50%)}.income-total{display:grid;margin-top:31px}.income-total small{color:var(--muted);font-size:8px}.income-total b{color:var(--navy);font-family:Manrope;font-size:19px}.management-list{border:1px solid var(--line);border-radius:16px;overflow:hidden}.management-item{display:grid;grid-template-columns:65px 1fr 75px 70px 60px 65px;gap:14px;align-items:center;padding:14px;border-bottom:1px solid var(--line)}.management-item:last-child{border:0}.management-item img{width:65px;height:55px;border-radius:9px;object-fit:cover}.management-main{display:grid}.management-main span{color:var(--green);font-size:7px;text-transform:uppercase;font-weight:700}.management-main b{font-size:11px;margin:3px 0}.management-main small{color:var(--muted);font-size:8px}.management-stat{display:grid}.management-stat small{color:var(--muted);font-size:8px}.management-stat b{font-size:12px}.management-item>i{font-size:8px;color:var(--green);background:#e9f5ee;padding:5px 7px;text-align:center;border-radius:99px;font-style:normal}.management-item>i.draft{color:#8b6816;background:#fff3d6}.management-item>button{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:8px;padding:7px;font-size:8px;font-weight:700}.order-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:18px}.order-tabs button{border:0;background:transparent;color:var(--muted);padding:10px 13px;font-size:10px;position:relative}.order-tabs button.active{color:var(--green);font-weight:700}.order-tabs button.active:after{content:"";position:absolute;left:0;right:0;height:2px;bottom:-1px;background:var(--green)}.order-tabs i{background:#edf3ef;padding:2px 5px;border-radius:99px;font-size:7px;font-style:normal}.order-cards{display:grid;gap:13px}.order-cards article{border:1px solid var(--line);border-radius:15px;overflow:hidden}.order-card-top,.order-card-actions{padding:12px 16px;background:#fbfcfb;display:flex;justify-content:space-between;align-items:center}.order-card-top>span{display:grid}.order-card-top small{font-size:7px;color:var(--muted)}.order-card-top b{font-size:10px}.order-card-top i{font-style:normal;font-size:8px;border-radius:99px;padding:5px 8px}.order-card-top i.waiting{background:#fff2d4;color:#8a6410}.order-card-top i.ongoing{background:#eaf2fb;color:#215e9c}.order-card-top i.done{background:#e8f4ed;color:var(--green)}.order-card-body{padding:15px;display:grid;grid-template-columns:80px 1fr auto;gap:15px;align-items:center}.order-card-body img{width:80px;height:65px;object-fit:cover;border-radius:9px}.order-card-body>div:nth-child(2)>span{font-size:7px;color:var(--green);text-transform:uppercase;font-weight:700}.order-card-body h3{font-size:12px;margin:4px 0 7px}.order-card-body p{font-size:8px;color:var(--muted);margin:3px 0;display:flex;align-items:center;gap:4px}.order-card-body p svg{width:12px}.order-price{display:grid;text-align:right}.order-price small{font-size:8px;color:var(--muted)}.order-price b{font-size:13px;color:var(--navy)}.order-card-actions{justify-content:flex-end;gap:8px;border-top:1px solid var(--line)}.order-card-actions button{border:1px solid var(--line);background:#fff;padding:7px 11px;border-radius:8px;font-size:8px;font-weight:700}.order-card-actions button.button-primary{color:#fff;background:var(--green);border-color:var(--green)}.realtime-chip{display:flex;align-items:center;gap:6px;color:var(--green);font-size:9px;background:#eaf5ef;border-radius:99px;padding:7px 10px}.realtime-chip i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #087b481f}.workspace-chat{height:590px;border:1px solid var(--line);border-radius:16px;display:grid;grid-template-columns:250px 1fr;overflow:hidden}.workspace-chat>aside{border-right:1px solid var(--line);padding:12px;overflow-y:auto}.workspace-chat>aside>label{height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;background:#f4f7f5;border-radius:9px;color:var(--muted)}.workspace-chat>aside>label svg{width:15px}.workspace-chat>aside>label input{border:0;outline:0;background:transparent;width:100%;font-size:9px}.workspace-chat>aside>button{width:100%;border:0;background:transparent;border-radius:10px;display:grid;grid-template-columns:35px 1fr auto;text-align:left;gap:8px;align-items:center;padding:10px;margin-top:7px;position:relative}.workspace-chat>aside>button.active{background:#edf5f1}.workspace-chat>aside>button>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-size:8px}.workspace-chat>aside>button>div{display:grid;min-width:0}.workspace-chat>aside b{font-size:9px}.workspace-chat>aside small{font-size:7px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-chat>aside time{font-size:7px;color:var(--muted)}.workspace-chat>aside button>i{position:absolute;right:10px;bottom:7px;width:14px;height:14px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:50%;font-size:6px;font-style:normal}.workspace-chat-panel{display:flex;flex-direction:column;background:#f8faf9}.workspace-chat-panel .chat-messages{flex:1}.profile-form{box-shadow:none;max-width:740px}.profile-avatar{display:flex;align-items:center;gap:14px;padding-bottom:23px;border-bottom:1px solid var(--line);margin-bottom:25px}.profile-avatar>span{width:65px;height:65px;display:grid;place-items:center;background:var(--navy);color:#fff;border-radius:18px;font-size:18px;font-weight:700}.profile-avatar>div{display:grid}.profile-avatar b{font-size:12px}.profile-avatar small{color:var(--muted);font-size:8px}.profile-avatar button{border:0;background:transparent;padding:0;text-align:left;color:var(--green);font-size:8px;font-weight:700;margin-top:5px}.profile-avatar>i{margin-left:auto;color:var(--green);background:#e8f4ed;border-radius:99px;padding:6px 9px;font-size:8px;font-style:normal;display:flex;align-items:center;gap:5px}.profile-avatar>i svg{width:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#041424a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:20px;animation:fadeIn .2s ease}.modal{width:min(520px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:21px;box-shadow:0 30px 100px #00000040;position:relative;animation:modalIn .25s ease}.modal-close{position:absolute;right:13px;top:13px;z-index:3;width:36px;height:36px;border:1px solid var(--line);background:#ffffffeb;border-radius:50%;display:grid;place-items:center}.modal-close svg{width:18px}.product-modal{width:min(950px,100%);display:grid;grid-template-columns:1.02fr .98fr;overflow:hidden}.detail-image{min-height:650px;position:relative;background:#edf1ef}.detail-image img{width:100%;height:100%;object-fit:cover;position:absolute}.detail-image>button{position:absolute;top:16px;left:16px;width:39px;height:39px;border:0;background:#ffffffe6;border-radius:50%;display:grid;place-items:center;color:var(--navy)}.detail-image>button.active{color:#d94b5c}.detail-content{padding:38px 32px 30px}.detail-content h2{color:var(--navy);font-size:25px;margin:7px 0 8px}.detail-rating{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;margin:12px 0 20px}.detail-rating svg{width:14px;color:var(--gold)}.detail-rating svg:nth-last-child(1){color:var(--green);margin-left:8px}.detail-content>p{color:var(--muted);font-size:11px;line-height:1.7}.detail-vendor{display:flex;gap:10px;align-items:center;border-block:1px solid var(--line);padding:15px 0;margin:17px 0}.detail-vendor>span{width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:9px}.detail-vendor>div{display:grid}.detail-vendor small{font-size:8px;color:var(--muted)}.detail-vendor b{font-size:11px}.detail-vendor>i{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:7px;color:var(--muted);font-style:normal}.detail-vendor>i span{width:7px;height:7px;background:var(--green);border-radius:50%}.booking-box{padding:17px;background:#f6f9f7;border:1px solid #e2e9e5;border-radius:13px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.booking-box>div{display:grid}.booking-box small{font-size:8px;color:var(--muted)}.booking-box b{color:var(--green);font-size:17px}.booking-box b i{font-style:normal;font-size:8px;color:var(--muted)}.booking-box label{display:grid;font-size:8px;color:var(--muted)}.booking-box input{border:0;background:transparent;font-size:10px;color:var(--navy)}.booking-box .button{padding:10px;font-size:10px}.safe-rent{margin-top:15px;display:flex;gap:10px;color:var(--green)}.safe-rent span{display:grid}.safe-rent b{font-size:10px}.safe-rent small{font-size:8px;color:var(--muted)}.auth-modal{padding:32px;width:min(440px,100%)}.auth-brand{display:grid;gap:9px;margin-bottom:24px}.auth-brand .brand-image{width:160px;height:62px}.auth-brand>span{color:var(--muted);font-size:10px;max-width:310px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f5f2;border-radius:10px;padding:4px;margin-bottom:20px}.auth-tabs button{border:0;background:transparent;border-radius:8px;padding:9px;font-size:10px;font-weight:700;color:var(--muted)}.auth-tabs button.active{background:#fff;color:var(--navy);box-shadow:0 3px 10px #082b5014}.auth-note{display:flex;align-items:center;gap:6px;font-size:8px;color:var(--muted);margin-bottom:15px}.auth-note svg{width:13px;color:var(--green)}.auth-modal .button{font-size:11px}.auth-modal .button svg{width:16px}.legal-copy{display:block;text-align:center;color:var(--muted);line-height:1.5;font-size:7px;margin-top:15px}.listing-modal{padding:32px}.listing-head h2{font-size:25px;color:var(--navy);margin:0 0 5px}.listing-head p{font-size:9px;color:var(--muted)}.progress-line{height:4px;background:#e9eeeb;border-radius:99px;margin:15px 0 24px;overflow:hidden}.progress-line i{display:block;height:100%;background:var(--green);transition:.3s}.listing-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.upload-box{height:180px;border:1px dashed #b9cbc1!important;background:#f7faf8;display:flex!important;align-items:center;justify-content:center;text-align:center;border-radius:13px;color:var(--green)!important}.upload-box svg{width:35px;height:35px;background:#e5f2eb;border-radius:50%;padding:9px}.upload-box b{font-size:11px}.upload-box span{font-size:8px;color:var(--muted);font-weight:400}.upload-box input{display:none}.progress-step-1 i{width:33.333%}.progress-step-2 i{width:66.666%}.progress-step-3 i{width:100%}.chart-bar-1{height:42%}.chart-bar-2{height:55%}.chart-bar-3{height:47%}.chart-bar-4{height:76%}.chart-bar-5{height:64%}.chart-bar-6{height:91%}.floating-chat{position:fixed;z-index:60;right:24px;bottom:24px;height:50px;border:0;border-radius:99px;padding:0 20px 0 16px;background:var(--green);color:#fff;box-shadow:0 12px 35px #087b484d;display:flex;align-items:center;gap:8px;font-weight:700;font-size:11px}.pulse-dot{position:absolute;width:9px;height:9px;right:8px;top:3px;background:#5edc9d;border:2px solid white;border-radius:50%}.chat-panel{position:fixed;z-index:90;right:24px;bottom:24px;width:370px;height:min(620px,calc(100vh - 40px));display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 25px 80px #051c3340;animation:chatIn .25s ease}.chat-panel-head{height:70px;flex:0 0 70px;padding:12px 14px;background:var(--navy);color:#fff;display:flex;align-items:center;gap:9px}.chat-panel-head>div:first-child{position:relative}.chat-panel-head>div:first-child>span{width:40px;height:40px;display:grid;place-items:center;background:var(--gold);border-radius:50%;color:var(--navy);font-size:9px;font-weight:700}.chat-panel-head>div:first-child>i{position:absolute;right:0;bottom:1px;width:10px;height:10px;background:#44d289;border:2px solid var(--navy);border-radius:50%}.chat-panel-head>div:nth-child(2){display:grid}.chat-panel-head b{font-size:11px}.chat-panel-head small{font-size:8px;color:#b9c9d6;display:flex;align-items:center;gap:4px}.chat-panel-head small span{width:5px;height:5px;border-radius:50%;background:#44d289}.chat-panel-head button{margin-left:auto;background:transparent;border:0;color:#fff}.chat-product{flex:0 0 72px;display:flex;gap:10px;padding:10px 13px;border-bottom:1px solid var(--line)}.chat-product img{width:55px;height:50px;object-fit:cover;border-radius:8px}.chat-product>div{display:grid}.chat-product small{font-size:7px;color:var(--green)}.chat-product b{font-size:10px}.chat-product span{font-size:8px;color:var(--muted)}.chat-messages{flex:1;overflow-y:auto;padding:15px;background:#f7f9f8;display:flex;flex-direction:column;gap:9px}.chat-empty{margin:auto;text-align:center;display:grid;justify-items:center;gap:5px;color:var(--muted);font-size:9px}.chat-empty svg{width:38px;height:38px;background:#e6f2eb;color:var(--green);padding:10px;border-radius:50%}.chat-empty b{color:var(--navy);font-size:11px}.message{align-self:flex-start;max-width:78%;background:#fff;border:1px solid var(--line);border-radius:5px 13px 13px;padding:8px 10px;display:grid}.message.mine{align-self:flex-end;background:#dff1e7;border-color:#d4e9dd;border-radius:13px 5px 13px 13px}.message small{font-size:7px;color:var(--green);font-weight:700}.message p{margin:2px 0;font-size:10px;line-height:1.45}.message time{text-align:right;color:#829087;font-size:6px}.quick-replies{flex:0 0 auto;display:flex;gap:6px;overflow-x:auto;padding:8px 12px 2px}.quick-replies button{white-space:nowrap;border:1px solid #b8d6c7;background:#fff;color:var(--green);border-radius:99px;padding:6px 9px;font-size:7px}.chat-input{flex:0 0 58px;display:grid;grid-template-columns:1fr 40px;gap:8px;padding:8px 11px}.chat-input input{border:1px solid var(--line);background:#f8faf9;border-radius:99px;padding:0 14px;outline:0;font-size:10px}.chat-input input:focus{border-color:var(--green)}.chat-input button{border:0;background:var(--green);color:#fff;border-radius:50%;display:grid;place-items:center}.chat-input svg{width:17px}.chat-input input:disabled{color:var(--muted);background:#eef1f0}.realtime-chip.offline{color:#a06414;background:#fff5de}.realtime-chip.offline i{background:#d4a436;box-shadow:0 0 0 4px #d4a43629}.auth-error{background:#fff1f1;border:1px solid #f3c2c2;color:#9f2d2d;border-radius:9px;padding:9px 10px;font-size:9px;line-height:1.45;margin-bottom:13px}.auth-link{width:100%;border:0;background:transparent;color:var(--green);font-size:10px;font-weight:700;margin-top:10px}.toast-stack{position:fixed;z-index:150;top:90px;right:20px;display:grid;gap:8px}.toast{min-width:250px;background:var(--navy);color:#fff;box-shadow:var(--shadow);border-radius:11px;padding:12px 15px;display:flex;gap:8px;align-items:center;font-size:10px;animation:toastIn .25s ease}.toast svg{color:#75e0aa}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(16px) scale(.98)}}@keyframes chatIn{0%{opacity:0;transform:translateY(20px) scale(.95);transform-origin:bottom right}}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}}@media(max-width:1100px){.hero-copy h1{font-size:57px}.hero-grid{grid-template-columns:1.05fr .95fr}.visual-frame{width:100%}.floating-card.nearby{left:-35px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid>:nth-child(4){display:none}.category-grid{grid-template-columns:repeat(4,1fr)}.search-product-grid{grid-template-columns:repeat(2,1fr)}.search-product-grid>:nth-child(4){display:block}.stat-grid{grid-template-columns:1fr 1fr}}@media(max-width:860px){.container,.header-inner{width:min(100% - 32px,700px)}.main-nav,.desktop-auth{display:none}.menu-button{display:grid}.site-header{height:68px}.mobile-nav{display:grid;position:absolute;top:68px;left:0;right:0;background:#fff;padding:12px 16px 18px;box-shadow:0 15px 30px #082b501f;gap:4px}.mobile-nav>button:not(.button){border:0;background:transparent;text-align:left;padding:12px;font-weight:600;color:var(--navy)}.hero-grid{grid-template-columns:1fr}.hero-section,.hero-grid{min-height:auto}.hero-copy{padding:70px 0 25px;max-width:100%}.hero-copy h1{font-size:60px}.hero-visual{height:550px;justify-content:center}.visual-frame{width:88%;height:530px;border-radius:220px 100px 0 0}.floating-card.verified{right:4%}.floating-card.nearby{left:3%}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div{padding-left:20px}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.product-grid>:nth-child(4){display:block}.process-shell{grid-template-columns:1fr;gap:35px;padding:40px}.partner-banner{grid-template-columns:1fr;gap:30px}.testimonial-grid{grid-template-columns:1fr}.testimonial-grid article{max-width:620px;margin:auto}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.search-layout{grid-template-columns:1fr}.filter-panel{display:none}.filter-panel.open{display:block}.catalog-search{grid-template-columns:1fr 220px 48px}.locate-button{font-size:0;padding:0;justify-content:center;width:42px}.filter-mobile-button{display:grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:9px;color:var(--navy)}.filter-mobile-button svg{width:18px}.search-product-grid{grid-template-columns:repeat(2,1fr)}.partner-hero,.partner-form-section{grid-template-columns:1fr;gap:45px}.partner-side-card{max-width:550px}.account-shell{grid-template-columns:1fr}.account-sidebar{border:0;padding:0}.account-user,.sidebar-help{display:none}.account-sidebar nav{display:flex;overflow-x:auto;padding-bottom:5px}.account-sidebar nav button{white-space:nowrap}.account-content{min-width:0}.dashboard-grid{grid-template-columns:1fr}.workspace-chat{grid-template-columns:210px 1fr}}@media(max-width:600px){.container,.header-inner{width:calc(100% - 26px)}.site-header{height:64px}.mobile-nav{top:64px}.brand-image{width:126px;height:50px}.notification-button{display:none}.hero-copy{padding-top:53px}.eyebrow{font-size:10px}.hero-copy h1{font-size:47px}.hero-copy>p{font-size:15px}.hero-search{grid-template-columns:1fr 49px}.location-field{grid-column:1/2;grid-row:2;border-left:0!important;border-top:1px solid var(--line)}.search-submit{grid-column:2;grid-row:1/3}.quick-actions{display:grid;grid-template-columns:1fr 1fr}.quick-actions button{border-right:0;border-bottom:1px solid var(--line);padding:6px}.hero-trust{flex-wrap:wrap}.trust-rating{width:100%;border:0;padding:5px 0 0}.hero-visual{height:440px}.visual-frame{width:100%;height:425px;border-radius:150px 60px 0 0}.visual-frame img{object-position:60% 78%}.floating-card{padding:9px 11px}.floating-card.verified{top:35px}.floating-card.nearby{top:170px}.floating-card.safe{bottom:25px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{padding:16px 8px;gap:8px}.trust-grid svg{width:34px;height:34px;padding:8px}.trust-grid b{font-size:10px}.trust-grid small{font-size:8px}.section{padding-block:65px}.section-heading{align-items:flex-start}.section-heading h2,.process-copy h2,.testimonial-section>h2{font-size:28px}.section-heading p{font-size:11px}.section-heading>button{font-size:0}.category-grid{grid-template-columns:1fr 1fr;gap:9px}.category-card{grid-template-columns:44px 1fr;padding:11px}.category-card>span{width:43px;height:43px;font-size:22px}.category-card svg{display:none}.category-card b{font-size:10px}.category-card small{font-size:8px}.product-grid,.search-product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-image{height:145px}.product-info{padding:11px}.product-info h3{font-size:12px}.product-meta span:last-child,.product-meta>span:nth-child(2){display:none}.product-bottom b{font-size:12px}.product-bottom button{width:31px;height:31px}.process-shell{padding:28px 20px}.process-steps{grid-template-columns:1fr}.partner-banner{width:calc(100% - 26px);padding:38px 24px}.partner-banner h2{font-size:29px}.partner-metrics{grid-template-columns:1fr}.final-cta{margin-bottom:65px;padding:28px;flex-wrap:wrap}.final-cta .button{margin-left:0;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 20px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{align-items:flex-start;gap:15px;flex-direction:column}.search-page{padding-top:38px}.search-page-heading h1,.account-heading h1{font-size:31px}.catalog-search{grid-template-columns:1fr 44px 44px}.catalog-search label:nth-child(2){grid-column:1/4;border:0;border-top:1px solid var(--line)}.catalog-search .locate-button{grid-row:1;grid-column:2}.catalog-search .filter-mobile-button{grid-row:1;grid-column:3}.results-head{align-items:flex-start;gap:10px}.distance-pill{top:117px}.partner-page{padding-top:45px}.partner-hero h1{font-size:39px}.partner-benefits{display:grid}.partner-form-section{margin-top:65px}.partner-form,.profile-form{padding:22px 17px}.form-row{grid-template-columns:1fr;gap:0}.mini-process{grid-template-columns:1fr 1fr}.account-shell{padding-top:24px}.account-heading{align-items:flex-start;gap:15px}.account-heading .button{font-size:0;padding:11px}.account-heading .button svg{margin:0}.stat-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{padding:13px}.stat-card b{font-size:17px}.management-list{overflow-x:auto}.management-item{min-width:680px}.order-card-body{grid-template-columns:65px 1fr}.order-card-body img{width:65px;height:60px}.order-price{grid-column:2;text-align:left}.workspace-chat{height:600px;grid-template-columns:1fr}.workspace-chat>aside{display:flex;border:0;border-bottom:1px solid var(--line);overflow-x:auto}.workspace-chat>aside>label{display:none}.workspace-chat>aside>button{width:170px;flex:0 0 170px}.product-modal{display:block}.detail-image{min-height:260px;height:260px}.detail-content{padding:25px 18px}.detail-vendor>i{display:none}.modal-backdrop{padding:8px}.modal{max-height:calc(100vh - 16px)}.auth-modal,.listing-modal{padding:25px 19px}.chat-panel{top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;border-radius:0}.floating-chat{right:14px;bottom:14px;padding-right:16px}.floating-chat span:last-child{display:none}.toast-stack{top:75px;left:13px;right:13px}.toast{min-width:0}.profile-avatar>i{display:none}}@media(max-width:860px){.trust-strip{margin-top:0}.trust-grid{padding-inline:0;border-radius:16px}.reputation-overlap{margin-top:18px}.reputation-panel{grid-template-columns:1fr;padding:26px 22px}.reputation-grid{grid-template-columns:repeat(2,1fr)}.velocity-layer,.velocity-layer img,.velocity-card{transform:none}}@media(max-width:600px){.trust-strip{margin-top:-6px}.trust-grid{border-radius:15px;padding-inline:8px}.reputation-overlap{margin-top:13px}.reputation-panel{border-radius:20px;padding:23px 17px}.reputation-copy h2{font-size:24px}.reputation-grid{gap:8px}.reputation-card{min-height:100px;padding:13px}.reputation-card b{font-size:19px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.velocity-layer,.velocity-layer img,.velocity-card{transform:none!important}}
