:root{--navy:#102844;--orange:#f66a21;--cream:#fffaf2;--muted:#64748b;--line:#e8dfd2;--green:#21865f}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--navy);background:#fffdf9;font-family:Arial,Helvetica,sans-serif}
button,input,select{font:inherit}
button{cursor:pointer}
.topbar{height:86px;max-width:1440px;margin:auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee6da;background:#fffdf9f2;position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:11px;color:var(--navy);font-size:30px;text-decoration:none;letter-spacing:-1px}
.brand b>span{color:var(--orange)}
.pin{width:41px;height:45px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:50% 50% 50% 8px;transform:rotate(-45deg);font-weight:800}
.pin::first-letter{transform:rotate(45deg)}
nav{display:flex;gap:38px}
nav a{color:var(--navy);font-weight:700;text-decoration:none}
.actions{display:flex;align-items:center;gap:12px}
.auth-button:disabled{cursor:wait;opacity:.65}
.auth-button[hidden]{display:none!important}
.user-menu{min-height:48px;padding:5px 8px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:12px;background:#fff}
.user-menu[hidden]{display:none}
.user-photo{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#edf1f5}
.user-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750}
.logout-button{padding:8px;border:0;border-radius:8px;color:var(--navy);background:#f4eee5;font-weight:750}
.logout-button:hover{background:#e9dfd1}
.primary,.outline{min-height:48px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;font-weight:800;text-decoration:none}
.primary{border:1px solid var(--orange);color:#fff;background:var(--orange);box-shadow:0 8px 18px #f66a2128}
.outline{border:1px solid var(--navy);color:var(--navy);background:#fff}
.hero{max-width:1370px;margin:auto;padding:58px 36px 42px;display:grid;grid-template-columns:1.22fr .88fr;gap:42px;align-items:center}
.eyebrow{margin:0 0 14px;color:var(--orange);font-size:12px;font-weight:850;letter-spacing:.16em}
h1{margin:0;max-width:760px;font-size:clamp(48px,5vw,73px);line-height:.98;letter-spacing:-4px}
h1 em{color:var(--orange);font-style:normal}
.lead{max-width:680px;margin:24px 0 28px;color:#46576a;font-size:20px;line-height:1.55}
.search{display:grid;grid-template-columns:1.25fr 1fr auto;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 35px #34405112}
.search label{min-width:0;display:flex;align-items:center;gap:10px;padding:0 15px;border-right:1px solid var(--line)}
.search input,.search select{width:100%;min-width:0;height:48px;border:0;outline:0;color:var(--navy);background:transparent}
.search .primary{min-width:130px}
.chips{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.chips button{padding:10px 14px;border:1px solid var(--line);border-radius:11px;color:var(--navy);background:#fffdfa;font-weight:700}
.chips button:hover,.chips button.active{color:#a93b04;border-color:#f5a174;background:#fff0e5}
.map{min-height:455px;border-radius:28px;position:relative;overflow:hidden;background:#f3e8d7 url('map-production.png') center/cover no-repeat;box-shadow:inset 0 0 0 1px #ead9c2}
.you{position:absolute;left:45%;top:42%;padding:13px 17px;border-radius:13px;background:#fff;box-shadow:0 8px 24px #10284422}
.you b,.you small{display:block}
.you small{margin-top:4px;color:var(--muted)}
.marker{width:55px;height:55px;display:grid;place-items:center;position:absolute;font-size:23px;border:5px solid #fff;border-radius:50% 50% 50% 8px;transform:rotate(-45deg);box-shadow:0 8px 16px #1028442c;background:var(--orange);font-style:normal}
.m1{left:15%;top:13%}
.m2{right:14%;top:20%;background:#3f78a8}
.m3{left:21%;top:53%;background:#51905b}
.m4{right:41%;bottom:13%}
.m5{right:10%;bottom:18%;background:#986728}
.results{max-width:1370px;margin:auto;padding:42px 36px 80px;scroll-margin-top:90px}
.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}
.section-title h2,.pro h2{margin:0;font-size:32px;letter-spacing:-1.2px}
.section-title>button{border:0;color:var(--orange);background:transparent;font-weight:800}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{display:flex;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 26px #2438500b}
.avatar{width:34%;min-height:260px;display:grid;place-items:center;flex:none;color:#fff;background:linear-gradient(155deg,#ffb06d,#d5480d)}
.avatar span{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#ffffff2b;border:2px solid #ffffff70;font-size:24px;font-weight:850}
.avatar.green{background:linear-gradient(155deg,#77b991,#247657)}
.avatar.blue{background:linear-gradient(155deg,#78a9c9,#285875)}
.avatar.brown{background:linear-gradient(155deg,#c99d71,#76502e)}
.avatar.purple{background:linear-gradient(155deg,#a98dc4,#69517f)}
.info{min-width:0;width:100%;padding:21px 18px}
.info h3{margin:0 0 8px;font-size:18px}
.info h3 small{font-weight:500}
.info p{margin:8px 0;font-size:13px}
.muted{color:var(--muted)}
.rating{color:#f4a000}
.rating b,.rating small{color:var(--navy)}
.verified{width:max-content;max-width:100%;padding:7px 10px;border-radius:7px;color:var(--green);background:#e8f5ee;font-weight:700}
.available{color:#4a9d35}
.cardfoot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:11px;margin-top:10px;border-top:1px solid #eee8df;font-size:13px}
.cardfoot button{border:0;padding:7px 9px;border-radius:8px;color:#ad3f09;background:#fff0e5;font-weight:750}
.empty{grid-column:1/-1;padding:50px;display:flex;flex-direction:column;gap:8px;text-align:center;border:1px dashed #d9cdbd;border-radius:20px;color:var(--muted)}
.steps{max-width:1150px;margin:0 auto 80px;padding:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;border-radius:28px;background:var(--cream)}
.steps article{display:flex;gap:17px}
.steps span{width:40px;height:40px;display:grid;place-items:center;flex:none;border-radius:50%;color:#fff;background:var(--orange);font-weight:850}
.steps h3{margin:2px 0 7px}
.steps p{margin:0;color:var(--muted)}
.pro{max-width:1300px;margin:0 auto 58px;padding:46px 54px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:28px;color:#fff;background:var(--navy)}
.pro .eyebrow{color:#ff9a61}
.pro>div>p:last-child{color:#cbd7e4}
.pro .primary{flex:none}
footer{max-width:1300px;margin:auto;padding:28px 0 38px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted)}
.footer-copy{text-align:right}
.footer-copy p{margin:4px 0}
.creator-credit{color:var(--navy);font-size:14px}
footer .brand{font-size:22px}
footer .pin{width:30px;height:34px}
.toast{position:fixed;right:24px;top:102px;z-index:50;max-width:360px;padding:15px 18px;border:0;border-radius:12px;color:#fff;background:var(--navy);box-shadow:0 12px 35px #10284444}
.toast[hidden]{display:none}
@media(max-width:1050px){nav{display:none}
.hero{grid-template-columns:1fr}
.map{min-height:360px}
.cards{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){.topbar{height:72px;padding:0 18px}
.brand{font-size:25px}
.pin{width:34px;height:38px}
.actions .offer-button{display:none!important}
.actions .auth-button:not([hidden]){display:inline-flex!important;min-height:42px;padding:0 11px;font-size:12px;white-space:nowrap}
.user-menu{min-height:42px;padding:4px 6px}
.user-name{display:none}
.user-photo{width:31px;height:31px}
.actions .primary{min-height:42px;padding:0 12px;font-size:13px}
.hero{padding:42px 18px 28px}
h1{font-size:49px;letter-spacing:-2.8px}
.lead{font-size:17px}
.search{grid-template-columns:1fr;gap:8px}
.search label{border:0;border-bottom:1px solid var(--line)}
.search .primary{width:100%}
.map{min-height:320px}
.results{padding:38px 18px 55px}
.section-title{align-items:start;gap:10px}
.section-title h2{font-size:27px}
.cards{grid-template-columns:1fr}
.steps{margin:0 18px 55px;padding:30px 24px;grid-template-columns:1fr;gap:28px}
.pro{margin:0 18px 45px;padding:34px 25px;display:block}
.pro .primary{margin-top:22px;width:100%}
footer{margin:0 18px;display:block;text-align:center}
footer .brand{justify-content:center}
.footer-copy{text-align:center;margin-top:14px}
.toast{left:18px;right:18px;top:86px}
}
