:root{--ink:#0b1120;--paper:#f4f5f7;--white:#fff;--yellow:#ffd51f;--blue:#2865ff;--muted:#697386;--green:#16a05d;--red:#db413d;--orange:#d67a11;--shadow:0 18px 50px rgba(8,16,31,.12);--radius:22px}.map-locations{position:absolute;left:12px;right:12px;bottom:12px;display:flex;gap:7px;overflow-x:auto;padding:2px;scrollbar-width:none}.map-location{flex:0 0 190px;background:rgba(255,255,255,.95);border-radius:11px;padding:9px 11px;text-decoration:none;box-shadow:0 5px 18px #0003;display:grid}.map-location b{font-size:11px;color:var(--blue)}.map-location span{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.availability{margin:2px 0 17px}.availability-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.availability-head strong{font-size:12px}.availability-head small{color:#7b8494}.month-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.month-cell{border:0;border-radius:7px;padding:7px 2px;color:#fff;background:var(--green);font-size:10px;font-weight:900}.month-cell.reserved{background:#efb423;color:#312400}.month-cell.occupied{background:var(--red)}.month-cell.checking{background:#cbd2dc;color:#4b5565}.map-section{margin-top:55px}.map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:20px}.map-heading h2{font-size:clamp(34px,5vw,56px);margin:0;letter-spacing:-.05em}.map-heading>p{max-width:420px;color:var(--muted)}.billboard-map{height:520px;border-radius:24px;overflow:hidden;background:#dce5eb;box-shadow:var(--shadow);position:relative}.billboard-map iframe{width:100%;height:100%;border:0}.map-placeholder{height:100%;display:grid;place-items:center;color:#596477;font-weight:750}.request-month-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.request-month{border:1px solid #d7dce4;background:#fff;border-radius:9px;padding:9px 4px;font-size:11px;font-weight:850}.request-month.available{border-color:#70c694}.request-month.reserved{background:#fff5d9;border-color:#efb423}.request-month.occupied{background:#f8e4e3;color:#9b2d29}.request-month.checking{background:#edf0f4;color:#667085}.request-month:disabled{opacity:.58}.request-month.is-selected{outline:3px solid rgba(40,101,255,.23);border-color:var(--blue)}@media(max-width:720px){.map-heading{display:block}.billboard-map{height:430px;border-radius:18px}.request-month-picker{grid-template-columns:repeat(3,1fr)}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;left:14px;top:-70px;z-index:1000;background:var(--yellow);color:#000;padding:12px 16px;border-radius:8px;font-weight:800}.skip-link:focus{top:14px}
.site-header{position:sticky;top:0;z-index:60;background:rgba(11,17,32,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.09)}.header-inner{height:76px;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:#fff;flex-shrink:0}.brand-mark{position:relative;width:45px;height:39px;display:grid;place-items:center;background:var(--yellow);color:#10131c;overflow:hidden;transform:skew(-7deg)}.brand-mark i{position:absolute;width:9px;height:58px;right:7px;top:-9px;background:#111827;opacity:.12;transform:rotate(23deg)}.brand-mark b{font-size:16px;letter-spacing:-.04em;transform:skew(7deg)}.brand-copy{display:grid;line-height:1}.brand-copy strong{font-size:17px;letter-spacing:.09em}.brand-copy small{font-size:10px;letter-spacing:.19em;color:#aab3c5;margin-top:5px}.main-nav{display:flex;gap:26px;margin-left:auto}.main-nav a{color:#cdd4e2;text-decoration:none;font-weight:650;font-size:14px;transition:.2s}.main-nav a:hover{color:#fff}.header-cta{border:0;background:var(--yellow);color:#10131c;border-radius:999px;padding:12px 19px;font-weight:850;min-height:46px;transition:.2s}.header-cta:hover{background:#ffe45e;transform:translateY(-1px)}
.hero{position:relative;isolation:isolate;overflow:hidden;background:var(--ink);color:#fff;padding:84px 0 88px}.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-210px;top:-280px;background:var(--blue);opacity:.3;z-index:-1}.hero-grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000 0%,transparent 82%)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);gap:78px;align-items:center}.eyebrow{margin:0 0 20px;display:flex;align-items:center;gap:9px;color:#b8c2d4;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eyebrow span{width:28px;height:3px;background:var(--yellow)}.eyebrow.dark{color:#667085}.eyebrow.dark span{background:var(--blue)}.hero h1{font-size:clamp(58px,7vw,92px);line-height:.91;letter-spacing:-.065em;margin:0;font-weight:900;max-width:760px}.hero h1 em{font-style:normal;color:var(--yellow)}.hero-lead{max-width:610px;margin:27px 0 0;color:#c2cbd9;font-size:19px;line-height:1.58}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:33px}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:0 23px;border-radius:999px;text-decoration:none;font-weight:850;transition:transform .18s,background .18s,color .18s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--yellow);color:#11151f}.btn-primary:hover{background:#ffe462}.btn-secondary{background:#1a2438;color:#fff;border:1px solid #354057}.btn-secondary:hover{background:#243149}.btn-light{background:#fff;color:#101624}.btn-light:hover{background:#f7f8fb}.hero-facts{display:flex;gap:0;margin:43px 0 0}.hero-facts div{padding:0 29px;border-left:1px solid #344057}.hero-facts div:first-child{padding-left:0;border-left:0}.hero-facts dt{font-weight:900;font-size:23px;line-height:1}.hero-facts dd{margin:7px 0 0;color:#9ba7ba;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.hero-card{position:relative;min-height:500px;background:linear-gradient(160deg,#1b2944 0%,#101a2e 75%);border:1px solid #34415a;border-radius:30px;box-shadow:0 35px 80px rgba(0,0,0,.35);overflow:hidden;transform:rotate(1.5deg)}.hero-card:before{content:"";position:absolute;left:-60px;bottom:50px;width:390px;height:180px;background:var(--blue);filter:blur(90px);opacity:.25}.hero-card-top{display:flex;align-items:center;justify-content:space-between;padding:24px 25px;color:#c8d1e0;font-size:13px;font-weight:750;border-bottom:1px solid rgba(255,255,255,.09)}.live-dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(22,160,93,.14)}.route-visual{position:relative;height:340px;overflow:hidden}.route-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 0%,rgba(11,17,32,.18) 72%)}.route-line{position:absolute;width:510px;height:118px;left:-48px;top:118px;border:3px solid transparent;border-top-color:#77849a;border-radius:50%;transform:rotate(-9deg)}.route-node{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;color:#aeb9ca;font-size:11px}.route-node i{display:block;width:12px;height:12px;background:#fff;border:3px solid #728098;border-radius:50%;box-shadow:0 0 0 5px rgba(255,255,255,.06)}.node-one{left:25px;top:183px}.node-two{left:174px;top:132px;color:#fff}.node-two i{background:var(--yellow);border-color:#fff;box-shadow:0 0 0 7px rgba(255,213,31,.14)}.node-three{right:22px;top:94px}.mini-board{position:absolute;z-index:3;left:164px;top:201px;width:145px;height:82px;background:var(--yellow);color:#121826;border:7px solid #e8edf7;display:grid;place-items:center;text-align:center;font-size:17px;line-height:1.08;font-weight:950;letter-spacing:.05em;box-shadow:0 16px 36px rgba(0,0,0,.35)}.mini-board:after{content:"";position:absolute;width:7px;height:80px;background:#bac4d2;left:50%;top:75px;z-index:-1}.hero-card-bottom{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:24px 25px;background:rgba(8,14,27,.72);border-top:1px solid rgba(255,255,255,.09)}.hero-card-bottom div{display:grid}.hero-card-bottom small{color:#8f9bae;font-size:11px}.hero-card-bottom strong{font-size:19px;margin-top:4px}.hero-card-bottom a{display:grid;place-items:center;width:49px;height:49px;border-radius:50%;background:var(--yellow);color:#111827;text-decoration:none;font-size:25px;font-weight:700}
.catalog-section{padding:90px 0 104px}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:flex-end;margin-bottom:32px}.section-head h2,.how-intro h2,.final-cta h2{font-size:clamp(39px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:0;font-weight:900}.section-head>p{max-width:390px;margin:0 0 5px;color:var(--muted);font-size:16px}.filters{display:flex;gap:8px;overflow:auto;padding:3px 0 18px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{white-space:nowrap;border:1px solid #d4d9e0;background:#fff;color:#3c4658;border-radius:999px;padding:10px 15px;font-weight:750;font-size:13px;min-height:43px}.filter span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;background:#edf0f4;border-radius:99px;font-size:11px}.filter.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.filter.is-active span{background:var(--yellow);color:#111827}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.board-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e0e3e8;border-radius:var(--radius);overflow:hidden;box-shadow:0 6px 22px rgba(14,22,36,.06);transition:transform .22s,box-shadow .22s}.board-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.board-photo{position:relative;aspect-ratio:1.42;background:#0d1422;overflow:hidden}.primary-photo{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#0d1422;cursor:zoom-in;text-align:left}.primary-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.board-card:hover .primary-photo>img{transform:scale(1.025)}.primary-photo:focus-visible{outline:3px solid var(--yellow);outline-offset:-4px}.board-code{position:absolute;top:13px;left:13px;background:rgba(8,13,24,.88);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(9px);padding:6px 9px;border-radius:8px;font-size:11px;font-weight:900;letter-spacing:.08em}.status-badge{position:absolute;right:13px;top:13px;display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.94);padding:7px 10px;border-radius:99px;color:#263043;font-size:11px;font-weight:850}.status-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}.status-reserved:before{background:var(--orange)}.status-occupied:before{background:var(--red)}.status-checking:before{background:#748094}.photo-action{position:absolute;left:13px;bottom:13px;border:1px solid rgba(255,255,255,.22);border-radius:99px;background:rgba(8,13,24,.82);color:#fff;backdrop-filter:blur(10px);padding:8px 11px;font-size:11px;font-weight:800}.alt-photo{position:absolute;z-index:2;right:13px;bottom:13px;width:48px;height:48px;padding:0;border:2px solid #fff;border-radius:10px;background:#111827;overflow:hidden;cursor:zoom-in}.alt-photo img{width:100%;height:100%;object-fit:cover}
.board-body{display:flex;flex:1;flex-direction:column;padding:19px}.board-meta{display:flex;align-items:center;gap:8px;color:#6b7485;font-size:12px;font-weight:700}.board-meta i{width:4px;height:4px;border-radius:50%;background:var(--blue)}.board-body h3{font-size:21px;line-height:1.14;letter-spacing:-.025em;margin:10px 0 8px}.board-address{color:#596477;margin:0;font-size:14px;line-height:1.45;min-height:41px}.board-details{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:18px 0}.board-details div{background:#f3f5f7;border-radius:11px;padding:9px 10px;min-width:0}.board-details small{display:block;color:#858e9d;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.board-details strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px;font-size:12px}.board-description{margin:0 0 18px;color:#657083;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.board-body>p>a{color:var(--blue);font-size:12px;font-weight:800;text-decoration:none}.board-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px;border-top:1px solid #e8eaee}.board-price{display:grid;min-width:0}.board-price small{font-size:10px;color:#89919e}.board-price strong{font-size:16px;white-space:nowrap}.board-request{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:11px 15px;font-size:12px;font-weight:850;min-height:42px}.board-request:hover{background:var(--blue)}.skeleton-card{height:520px;border-radius:var(--radius);background:linear-gradient(110deg,#e6e9ed 8%,#f5f6f8 18%,#e6e9ed 33%);background-size:200% 100%;animation:shimmer 1.15s linear infinite}@keyframes shimmer{to{background-position-x:-200%}}.catalog-empty{border:1px dashed #b9c0ca;border-radius:18px;padding:36px;text-align:center;color:#5c6677}.catalog-empty strong{display:block}.catalog-empty button{border:0;background:none;color:var(--blue);font-weight:800;margin-top:9px}
.how-section{position:relative;background:var(--ink);color:#fff;padding:96px 0;overflow:hidden}.how-section:before{content:"";position:absolute;width:500px;height:500px;background:var(--blue);border-radius:50%;filter:blur(140px);opacity:.19;right:-100px;bottom:-300px}.how-layout{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.how-intro>p:not(.eyebrow){color:#aeb8c9;max-width:480px;font-size:17px;margin:24px 0 30px}.steps{list-style:none;margin:0;padding:0;border-top:1px solid #344057}.steps li{display:grid;grid-template-columns:74px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid #344057}.steps li>span{color:var(--yellow);font-weight:900;font-size:13px}.steps strong{font-size:21px}.steps p{margin:7px 0 0;color:#aeb8c9;font-size:15px}.final-cta{background:var(--yellow);padding:67px 0}.final-cta-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.final-cta .eyebrow{color:#363b46}.final-cta .eyebrow span{background:#111827}.final-cta h2{font-size:clamp(38px,4.5vw,58px)}.site-footer{background:#070b14;color:#fff;padding:32px 0}.footer-inner{display:flex;align-items:center;gap:25px}.footer-brand{margin-right:10px}.footer-inner>p{color:#8e99ab;font-size:13px;margin:0}.footer-inner>div{margin-left:auto;display:flex;gap:20px}.footer-inner>div a{color:#aab4c4;font-size:12px;text-decoration:none}.footer-inner>div a:hover{color:#fff}
dialog{border:0;padding:0}.request-dialog{width:min(680px,calc(100% - 24px));max-height:calc(100dvh - 24px);border-radius:25px;background:#fff;color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.45);overflow:auto}.request-dialog::backdrop,.photo-dialog::backdrop{background:rgba(5,9,17,.78);backdrop-filter:blur(7px)}.request-form{position:relative;padding:31px}.dialog-close{position:absolute;right:17px;top:17px;width:42px;height:42px;border:0;border-radius:50%;background:#eff1f4;color:#202837;font-size:27px;line-height:1}.dialog-kicker{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin:0 52px 5px 0}.request-form h2{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.04em}.dialog-lead{margin:10px 50px 20px 0;color:#6b7484;font-size:14px}.selected-board{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--ink);color:#fff;border-radius:14px;padding:12px 14px;margin-bottom:15px}.selected-board span{font-size:11px;color:#9faabd}.selected-board strong{text-align:right;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:6px}.field-wide{grid-column:1/-1}.field>span:first-child{font-size:11px;font-weight:800;color:#536073}.field input,.field select,.field textarea{width:100%;border:1px solid #d8dde4;background:#f8f9fb;border-radius:11px;padding:11px 12px;color:#111827;outline:0;min-height:46px}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(40,101,255,.11);background:#fff}.phone-input{display:flex!important;align-items:center;border:1px solid #d8dde4;background:#f8f9fb;border-radius:11px;overflow:hidden}.phone-input b{padding-left:12px;font-size:14px}.phone-input input{border:0!important;box-shadow:none!important;background:transparent!important}.privacy-check{display:flex;gap:9px;align-items:flex-start;margin:15px 0;color:#657083;font-size:12px}.privacy-check input{width:18px;height:18px;margin:0;accent-color:var(--blue);flex:0 0 auto}.privacy-check a{color:var(--blue);font-weight:700}.request-submit{width:100%;min-height:53px;border:0;border-radius:999px;background:var(--yellow);color:#111827;display:flex;align-items:center;justify-content:center;gap:15px;font-weight:900}.request-submit:disabled{opacity:.6;cursor:wait}.request-status{margin-top:12px;padding:12px;border-radius:11px;background:#e7f7ee;color:#0b6f3d;font-size:13px}.request-status.is-error{background:#fff0ef;color:#a72e2b}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.photo-dialog{width:min(960px,calc(100% - 24px));max-height:calc(100dvh - 24px);border-radius:20px;background:#0a0f1b;color:#fff;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.55)}.photo-dialog img{width:100%;max-height:calc(100dvh - 120px);object-fit:contain;background:#05070c}.photo-close{position:absolute;z-index:2;right:12px;top:12px;width:43px;height:43px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(4,7,13,.78);color:#fff;font-size:27px}.photo-dialog>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px}.photo-dialog strong{font-size:14px}.photo-dialog span{color:#9aa6b8;font-size:12px;text-align:right}.toast{position:fixed;z-index:100;left:50%;bottom:calc(22px + env(safe-area-inset-bottom));transform:translate(-50%,20px);background:#0b1120;color:#fff;border:1px solid #354158;border-radius:999px;padding:12px 18px;box-shadow:0 14px 45px rgba(0,0,0,.3);font-size:13px;font-weight:750;opacity:0;pointer-events:none;transition:.25s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.hero-inner{grid-template-columns:1fr;gap:50px}.hero-card{min-height:410px;max-width:620px;width:100%;margin:0 auto;transform:none}.route-visual{height:280px}.hero-card-bottom{padding:18px 22px}.how-layout{gap:55px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.shell{width:min(100% - 28px,1180px)}.header-inner{height:68px;gap:10px}.main-nav{display:none}.brand-copy{display:none}.header-cta{margin-left:auto;min-height:42px;padding:10px 15px;font-size:12px}.hero{padding:58px 0 62px}.hero h1{font-size:clamp(51px,16vw,74px)}.hero-lead{font-size:17px}.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%;min-height:52px}.hero-facts{justify-content:space-between}.hero-facts div{padding:0 14px}.hero-facts dt{font-size:20px}.hero-card{min-height:370px;border-radius:22px}.route-visual{height:257px}.mini-board{left:50%;transform:translateX(-50%);top:175px}.node-two{left:42%;top:113px}.catalog-section{padding:66px 0 75px}.section-head{display:block}.section-head>p{margin-top:17px}.filters{margin-right:-14px}.catalog-grid{grid-template-columns:1fr}.board-card:hover{transform:none}.skeleton-card{height:500px}.how-section{padding:70px 0}.how-layout{grid-template-columns:1fr;gap:45px}.steps li{grid-template-columns:50px 1fr}.final-cta{padding:55px 0}.final-cta-inner{display:block}.final-cta .btn{margin-top:28px}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:16px}.footer-inner>p{grid-column:1/-1}.footer-inner>div{margin:0;grid-column:1/-1;justify-content:space-between}.request-dialog{width:100%;max-width:none;height:100dvh;max-height:none;border-radius:0}.request-form{padding:26px 18px calc(26px + env(safe-area-inset-bottom))}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.dialog-lead{margin-right:35px}.selected-board{align-items:flex-start;flex-direction:column}.selected-board strong{text-align:left}.photo-dialog{width:100%;max-width:none;max-height:100dvh;border-radius:0}.photo-dialog img{height:calc(100dvh - 74px);max-height:none}.photo-dialog>div{min-height:74px}}@media(max-width:380px){.hero-facts dd{font-size:9px}.hero-facts div{padding:0 10px}.board-foot{align-items:flex-end;flex-direction:column}.board-request{width:100%}.board-price{width:100%}.request-form h2{font-size:29px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.hero-hot-offers{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.hero-hot{position:relative;display:grid;min-width:0;padding:12px 13px;border:1px solid #39465e;border-radius:14px;background:#151f33;color:#fff;text-align:left;cursor:pointer;transition:transform .18s,border-color .18s}.hero-hot:hover{transform:translateY(-2px);border-color:#ffd31a}.hero-hot-one{border-color:#d7a900;background:linear-gradient(145deg,#312600,#171c29)}.hero-hot-two{border-color:#14955b;background:linear-gradient(145deg,#083923,#151f33)}.hero-hot-top{display:flex;align-items:center;justify-content:space-between;gap:7px}.hero-hot-top b{font-size:11px;letter-spacing:.04em}.hero-hot-top em{padding:4px 6px;border-radius:99px;background:#e93048;color:#fff;font-size:10px;font-style:normal;font-weight:950}.hero-hot-two .hero-hot-top em{background:#ffca18;color:#111827}.hero-hot>strong{margin-top:9px;color:#ffd31a;font-size:24px;line-height:1}.hero-hot-two>strong{color:#56e29b}.hero-hot>strong small{font-size:10px;color:#c3ccda}.hero-hot>span:not(.hero-hot-top){margin-top:6px;color:#b8c2d4;font-size:11px}.hero-hot>i{margin-top:9px;color:#fff;font-size:11px;font-style:normal;font-weight:900}.hero-facts{margin-top:20px}@media(max-width:720px){.hero-hot-offers{grid-template-columns:1fr}.hero-hot{padding:13px 14px}.hero-hot>strong{font-size:27px}}
.hero-hot{cursor:pointer}.hero-hot:focus-visible{outline:3px solid #fff;outline-offset:3px}.hero-hot-body{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:10px;align-items:end;margin-top:8px}.hero-hot-copy{display:grid;min-width:0}.hero-hot-copy>strong{color:#ffd31a;font-size:24px;line-height:1}.hero-hot-two .hero-hot-copy>strong{color:#56e29b}.hero-hot-copy>strong small{font-size:10px;color:#c3ccda}.hero-hot-copy>span{margin-top:6px;color:#b8c2d4;font-size:10px;line-height:1.35}.hero-hot-copy>span b{color:#fff;font-size:11px}.hero-hot-copy>button{justify-self:start;margin-top:8px;padding:0;border:0;background:transparent;color:#fff;font-size:11px;font-weight:900;cursor:pointer}.hero-hot-cover{position:relative;width:92px;height:68px;padding:0;border:2px solid rgba(255,255,255,.82);border-radius:9px;background:#0b1120;overflow:hidden;cursor:zoom-in}.hero-hot-cover img,.hero-hot-gallery img{display:block;width:100%;height:100%;object-fit:cover}.hero-hot-cover i{position:absolute;right:4px;bottom:4px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(6,10,18,.82);color:#fff;font-size:11px;font-style:normal}.hero-hot-gallery{display:grid;grid-template-columns:repeat(3,28px);grid-auto-rows:29px;gap:3px;align-content:end}.hero-hot-gallery button,.hero-hot-gallery a{width:28px;height:29px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:5px;background:#111827;overflow:hidden;cursor:zoom-in}.hero-hot-gallery a{display:grid;place-items:center;background:#ffca18;border-color:#ffca18;color:#111827;font-size:10px;font-weight:950;text-decoration:none;cursor:pointer}@media(max-width:720px){.hero-hot-body{grid-template-columns:minmax(0,1fr) 112px}.hero-hot-cover{width:112px;height:78px}.hero-hot-gallery{grid-template-columns:repeat(3,34px);grid-auto-rows:34px}.hero-hot-gallery button,.hero-hot-gallery a{width:34px;height:34px}.hero-hot-copy>strong{font-size:27px}}
.hero-all-boards{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:48px;margin-top:10px;border:1px solid #46536a;border-radius:12px;color:#fff;text-decoration:none;font-size:13px;font-weight:900}.hero-all-boards:hover{border-color:#ffd51f;color:#ffd51f}.map-section-primary{margin-top:0;padding:70px 0 0}
