:root{--navy: #05052f;--navy-light: #08072B;--ink: #08082e;--orange: #ff5a16;--orange-dark: #F24B0A;--orange-light: #fff0e7;--location-blue: #0967D8;--teal: #3BB8C4;--gold: #ffb018;--white: #FFFFFF;--bg: #f7f7fb;--bg-soft: #f6f6fa;--surface: #f7f7fb;--muted: #777987;--border: #D7DBE5;--danger: #DC2626;--content-max: 1660px;--landing-max: 1200px;--font: "Gotham", "Avenir Next", "Montserrat", Arial, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-pill: 999px;--shadow-card: 0 8px 24px rgba(2,1,38,.1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--navy);background:var(--white)}a{color:var(--orange);text-decoration:none}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:var(--radius-pill);min-height:42px;padding:.55rem 1.5rem;font-size:.92rem;cursor:pointer;font-weight:700;font-family:var(--font);transition:background .15s,transform .1s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-dark)}.btn-ghost{background:transparent;color:var(--navy);border:1px solid var(--border)}.btn-ghost:hover{background:var(--bg-soft)}.btn-danger{background:var(--danger);color:var(--white)}.btn-lg{min-height:50px;padding:.7rem 2rem;font-size:1.05rem}.btn-sm{min-height:34px;padding:.3rem .8rem;font-size:.82rem}.btn-outline{background:transparent;color:var(--navy);border:1px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;font-weight:600;padding:.5rem 1.2rem;font-family:var(--font)}.btn-outline:hover{border-color:var(--orange);color:var(--orange)}.brand{display:inline-flex;align-items:center}.nav-center{display:flex;align-items:center;gap:1.5rem}.nav-center a{color:var(--navy);font-weight:600;font-size:.92rem}.nav-center a:hover{color:var(--orange)}.nav-links{display:flex;align-items:center;gap:.8rem}.nav-user{color:var(--muted);font-size:.85rem;font-weight:600}.section{padding:3rem 1.5rem}.section-soft{background:var(--bg)}.section-title{font-size:1.8rem;font-weight:800;color:var(--navy-light);margin:0 0 .3rem}.section-sub{color:var(--muted);margin:0 0 1.5rem;font-size:1rem}.container{max-width:var(--content-max);margin:0 auto;width:calc(100% - 64px);padding:2.5rem 0}.feature-links{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:var(--content-max);margin:0 auto}.feature-link-card{background:var(--navy-light);border-radius:var(--radius-lg);padding:1.8rem;color:var(--white);position:relative;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:flex-end;cursor:default}.feature-link-card h4{margin:0 0 .3rem;font-size:1.3rem}.feature-link-card p{margin:0 0 1rem;color:var(--bg-soft);font-size:.9rem}.feature-link-card .btn{align-self:flex-start}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;max-width:var(--content-max);margin:0 auto}.cat-card{display:flex;align-items:center;gap:.8rem;padding:.9rem 1.1rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);font-weight:700;font-size:.92rem;color:var(--navy-light);cursor:pointer;transition:border-color .15s}.cat-card:hover{border-color:var(--orange);color:var(--orange)}.cat-icon{font-size:1.4rem;width:32px;text-align:center}.suggestion-banner{max-width:var(--content-max);margin:0 auto;display:flex;align-items:center;gap:2rem;background:var(--orange-light);border-radius:var(--radius-lg);padding:1.8rem 2.2rem;flex-wrap:wrap}.suggestion-banner .sugg-illustration{font-size:3rem;flex-shrink:0}.suggestion-banner .sugg-text{flex:1}.suggestion-banner .sugg-text h3{margin:0 0 .3rem;font-size:1.3rem}.suggestion-banner .sugg-text p{margin:0;color:var(--muted);font-size:.95rem}.auth-page{padding:5rem 1.5rem 3rem;display:flex;justify-content:center;background:var(--bg);min-height:60vh;align-items:flex-start}.register-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:460px;box-shadow:var(--shadow-card)}.register-box h2{margin-top:0;color:var(--navy-light)}.form{display:flex;flex-direction:column;gap:1rem}.form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.9rem;color:var(--navy-light)}.form input,.form select,.form textarea{padding:.65rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font)}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--orange);border-color:var(--orange)}.form-actions{display:flex;gap:.8rem}.alert{background:#fee2e2;color:#991b1b;padding:.7rem 1rem;border-radius:var(--radius-sm);font-size:.9rem}.alert-ok{background:#dcfce7;color:#166534}.register-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.dash-head{margin-bottom:1.2rem}.dash-head h1{margin:0 0 .3rem;color:var(--navy-light)}.filters{display:flex;gap:1.5rem;align-items:flex-end;flex-wrap:wrap;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.2rem;margin-bottom:1.5rem;max-width:var(--content-max);margin-left:auto;margin-right:auto}.filters label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.9rem;color:var(--navy-light)}.filters select{padding:.55rem .8rem;border:1px solid var(--border);border-radius:var(--radius-pill);font-size:1rem;font-family:var(--font);background:var(--white)}.filters .check{flex-direction:row;align-items:center;gap:.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}.empty{background:var(--white);border:1px dashed var(--border);border-radius:var(--radius-md);padding:2.5rem;text-align:center;color:var(--muted)}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.3rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-card)}.service-head{display:flex;gap:.5rem}.service-card h3{margin:0;font-size:1rem;color:var(--navy-light)}.service-desc{color:var(--muted);margin:0;font-size:.9rem}.badge{background:var(--orange-light);color:var(--orange-dark);padding:.25rem .6rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:800}.badge-near{background:var(--bg-soft);color:var(--navy-light)}.service-meta{list-style:none;padding:0;margin:0;font-size:.9rem;display:flex;flex-direction:column;gap:.25rem}.service-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.6rem}.contact-text{color:var(--muted);font-size:.85rem}.service-rating-row{display:flex;align-items:center;gap:.5rem;padding-top:.4rem;border-top:1px solid var(--border);cursor:pointer}.rating-link{font-size:.8rem;color:var(--orange);font-weight:600}.rating-link:hover{text-decoration:underline}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.mine-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.mine-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.mine-item>div:first-child{display:flex;flex-direction:column;gap:.3rem}.mine-actions{display:flex;gap:.5rem}.service-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.thumb{width:80px;height:60px;object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);transition:transform .15s}.thumb:hover{transform:scale(1.05)}.img-previews{display:flex;gap:.6rem;flex-wrap:wrap}.img-preview{position:relative;width:90px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.img-preview img{width:100%;height:100%;object-fit:cover}.img-preview.existing img{border-radius:6px}.img-remove-btn{position:absolute;top:2px;right:2px;background:var(--danger);color:var(--white);border:none;border-radius:50%;width:20px;height:20px;font-size:13px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.img-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:100;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.img-modal-box{position:relative;max-width:90vw;max-height:90vh}.img-modal-full{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:12px}.img-modal-close{position:absolute;top:-12px;right:-12px;background:var(--danger);color:var(--white);border:none;border-radius:50%;width:30px;height:30px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stars{display:inline-flex;align-items:center;gap:1px}.star{color:var(--gold)}.star.empty{color:#d1d5db}.star.half{background:linear-gradient(90deg,var(--gold) 50%,#d1d5db 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stars-sm{font-size:1rem}.stars-md{font-size:1.25rem}.stars-lg{font-size:1.6rem}.stars-text{font-size:.8rem;color:var(--muted);margin-left:4px}.star-btn{background:none;border:none;cursor:pointer;padding:0 2px;color:var(--gold);font-size:inherit;transition:transform .12s}.star-btn:hover{transform:scale(1.2)}.star-btn:not(.active){color:#d1d5db}.star-btn:not(.active):hover{color:var(--gold)}.rating-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;padding:1rem}.rating-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:580px;max-height:92vh;overflow-y:auto;padding:1.8rem;position:relative;box-shadow:0 20px 60px #0000002e}.rating-modal-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--muted);line-height:1}.rating-modal-close:hover{color:var(--navy)}.rating-modal-header{text-align:center;margin-bottom:1.5rem}.rating-modal-header h2{margin:0 0 .6rem;font-size:1.3rem;color:var(--navy-light)}.rating-big{display:flex;flex-direction:column;align-items:center;gap:.3rem}.rating-big-num{font-size:2.6rem;font-weight:800;color:var(--gold);line-height:1}.rating-big-count{font-size:.85rem;color:var(--muted)}.rating-form{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:1.2rem;display:flex;flex-direction:column;gap:.7rem}.rating-form label{font-weight:600;font-size:.9rem;color:var(--navy-light)}.rating-form textarea{padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-family:var(--font);resize:vertical}.rating-form textarea:focus{outline:2px solid var(--orange);border-color:var(--orange)}.rating-my-review{background:var(--orange-light);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem;margin-bottom:1rem}.rating-my-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.rating-my-comment{margin:.4rem 0 0;font-size:.9rem}.rating-list h3{margin:0 0 .8rem;font-size:1.05rem;color:var(--navy-light)}.rating-item{padding:.9rem 0;border-bottom:1px solid var(--border)}.rating-item:last-child{border-bottom:none}.rating-item-head{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.rating-avatar{width:36px;height:36px;border-radius:50%;background:var(--navy-light);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.rating-item-info{display:flex;flex-direction:column;font-size:.85rem}.rating-item-info strong{font-size:.9rem}.rating-comment{margin:.5rem 0 0 44px;padding:.6rem .8rem;background:var(--bg-soft);border-radius:var(--radius-md);font-size:.9rem;line-height:1.45}.rating-reply{margin:.6rem 0 0 44px;padding:.6rem .8rem;border-left:3px solid var(--orange);background:var(--orange-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.85rem}.rating-reply-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.rating-reply p{margin:0}.rating-reply-form{margin:.5rem 0 0 44px;display:flex;flex-direction:column;gap:.4rem}.rating-reply-form textarea{padding:.5rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font);resize:vertical}.rating-reply-form textarea:focus{outline:2px solid var(--orange);border-color:var(--orange)}.btn-report{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--muted);margin-left:auto;transition:color .15s}.btn-report:hover:not(:disabled){color:var(--danger)}.btn-report:disabled{opacity:.4;cursor:default}.muted{color:var(--muted)}.center{text-align:center}.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}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink)}.section-inner,.section-wide,.section-feature,.section-categories,.section-listings,.header-inner,.footer-inner,.hero-inner{width:calc(100% - 64px);margin-inline:auto}.site-header{height:93px;background:#fff;border-bottom:1px solid #f0f0f4;position:relative}.header-inner{max-width:var(--landing-max);height:100%;display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:24px}.brand img{width:190px;height:63px;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;font-family:var(--font);font-size:17px;font-weight:700}.main-nav>a{position:relative;padding:35px 0 30px;white-space:nowrap;color:var(--ink)}.main-nav>a:hover{color:var(--orange)}.main-nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:27px;height:3px;border-radius:999px;background:var(--orange)}.main-nav .publish-link{display:inline-flex;gap:6px;align-items:center;color:#fff;background:var(--orange);padding:7px 16px;border-radius:999px;line-height:1;font-size:16px}.auth-actions{display:flex;align-items:center;gap:8px}.button{min-width:86px;border-radius:999px;padding:8px 14px;border:1.5px solid var(--ink);font-size:13px;line-height:1;font-weight:700;cursor:pointer;font-family:var(--font);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button-outline{background:transparent;color:var(--ink)}.button-outline:hover{border-color:var(--orange);color:var(--orange)}.button-dark{background:#09090c;color:#fff}.button-dark:hover{background:var(--ink)}.menu-button{display:none;border:0;background:transparent;color:var(--ink);font-size:26px;cursor:pointer}.hero{height:340px;overflow:hidden;background:#fff;color:var(--ink)}.hero-inner{max-width:var(--landing-max);height:100%;display:grid;grid-template-columns:48% 52%;align-items:center}.hero-copy{position:relative;z-index:2;padding-left:9px}.hero-copy h1{margin:0;color:var(--ink);font-family:var(--font);font-weight:800;font-size:clamp(32px,4.4vw,52px);line-height:1.02;letter-spacing:-1.4px}.hero-copy h1 span{color:var(--orange)}.hero-copy h1 strong{display:block;margin-top:8px;color:var(--ink);font-size:22px;line-height:1.25;letter-spacing:-.3px}.hero-copy p{max-width:470px;margin:14px 0 20px;color:#555765;font-size:15px;line-height:1.55}.location-chip{border:1.5px solid #17217f;border-radius:4px;background:#fff;color:var(--ink);padding:7px 12px 7px 7px;font-size:14px;cursor:pointer;font-family:var(--font)}.hero-visual{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;min-width:0}.hero-visual img{width:560px;max-width:124%;height:320px;object-fit:contain;object-position:center;transform:translate(11px)}.search-section{height:186px;background:#f8f8fc}.search-inner{max-width:var(--landing-max);padding-top:26px}.search-inner h2{margin:0 0 16px;text-align:center;font-family:var(--font);font-weight:800;font-size:34px;line-height:1.1;letter-spacing:-.6px;color:var(--ink)}.search-box{height:58px;display:flex;align-items:center;gap:6px;padding:6px;border:1px solid #aeb0bb;border-radius:16px;background:#fff;box-shadow:0 2px #0b0b271f}.search-field{position:relative;flex:1;height:100%;display:flex;align-items:center}.search-field input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 12px 0 50px;color:var(--ink);font-size:15px;font-family:var(--font)}.search-field input::placeholder{color:#33343b;opacity:1}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:2px solid var(--ink);border-radius:50%}.search-icon:after{content:"";position:absolute;width:10px;height:2px;right:-8px;bottom:-4px;background:var(--ink);transform:rotate(45deg);border-radius:2px}.location-button,.search-button{height:44px;border:0;border-radius:12px;padding:0 22px;cursor:pointer;font-family:var(--font);font-size:14px}.location-button{background:#f6f6fa;color:#444458}.search-button{min-width:140px;background:var(--orange);color:#fff;font-weight:700}.deals-section,.explore-section,.listings-section{background:#fff}.deals-section{min-height:176px;padding-top:12px}.section-wide{max-width:var(--landing-max)}.deals-card{position:relative;height:152px;display:grid;grid-template-columns:190px repeat(4,1fr);gap:10px;align-items:center;padding:18px 48px 18px 30px;border-radius:18px;background:var(--orange-light)}.deals-heading h2{margin:0;font-family:var(--font);font-weight:800;font-size:34px;line-height:1.1;letter-spacing:-.6px;color:var(--ink)}.deals-heading h2 span{color:var(--orange)}.deal-placeholder{height:116px;border-radius:18px;background:#fff}.slider-arrow{position:absolute;top:64px;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:24px;line-height:1;cursor:pointer}.slider-arrow.left{left:202px}.slider-arrow.right{right:14px}.explore-section{padding:12px 0 10px}.section-feature{max-width:var(--landing-max)}.feature-links{height:260px;display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:30px}.feature-card{position:relative;overflow:hidden;border-radius:34px;background:#f6f7fb}.feature-card img{width:100%;height:100%;object-fit:cover}.feature-card a{position:absolute;left:50%;bottom:14px;transform:translate(-50%);padding:11px 30px;border-radius:12px;background:var(--orange);color:#fff;font-size:17px;white-space:nowrap}.section-categories{max-width:var(--landing-max)}.categories-panel{height:auto;min-height:148px;display:flex;align-items:center;background:#fff;padding:14px 18px}.categories-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cat-chip{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 12px;border:1.5px solid #e3e4ea;border-radius:14px;background:#fff;color:var(--ink);font-family:var(--font);font-size:16px;font-weight:700;cursor:pointer;transition:border-color .15s,background .15s,color .15s;min-width:0}.cat-chip:hover{border-color:var(--orange);color:var(--orange)}.cat-chip.active{border-color:var(--orange);background:var(--orange);color:#fff}.cat-chip-icon{font-size:20px;line-height:1;flex-shrink:0}.cat-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-chip-count{flex-shrink:0;min-width:20px;text-align:center;padding:2px 6px;border-radius:999px;background:#f1f1f5;color:#6b6c7a;font-size:13px;font-weight:800}.cat-chip.active .cat-chip-count{background:#ffffff40;color:#fff}.listings-section{padding:0 0 44px}.section-listings{max-width:var(--landing-max)}.listing-strip,.featured-strip{display:grid;background:#fff}.listing-strip{min-height:216px;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 16px 12px;margin-bottom:12px}.listing-card{min-width:0;overflow:hidden;background:#fff;box-shadow:0 3px 13px #04041c1f}.listing-card.compact{height:190px;border-radius:13px}.listing-card>img{width:100%;height:118px;object-fit:cover}.listing-desc{margin:0;height:118px;padding:14px 16px;background:var(--bg-soft);color:var(--muted);font-size:13px;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.listing-card.featured>.listing-desc{height:168px}.listing-body{padding:9px 10px 8px}.listing-body h3{overflow:hidden;margin:0 0 4px;font-family:var(--font);font-weight:700;font-size:17px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.listing-body p{overflow:hidden;margin:0 0 3px;color:#737582;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.listing-stars{color:#ffb018;font-size:17px;line-height:1;letter-spacing:-1px}.listing-stars .stars-sm{font-size:14px}.listing-stars .stars-text{font-size:12px}.featured-strip{min-height:320px;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px 10px 0}.listing-card.featured{height:280px;border:2px solid var(--orange);border-radius:26px}.listing-card.featured>img{height:168px}.listing-card.featured .listing-body{padding:12px 14px}.listing-card.featured .listing-body h3{font-size:24px}.listing-card.featured .listing-body p{font-size:15px}.listing-card.featured .listing-stars{margin-top:6px;font-size:22px}.empty-cat{max-width:var(--landing-max);margin:0 auto;padding:22px 16px 34px;text-align:center}.empty-cat p{margin:0;padding:26px;border:1.5px dashed #d7d9e2;border-radius:18px;background:#fff;color:var(--muted);font-size:16px}.suggestions-section{height:176px;padding-top:0;background:#fff}.suggestions-card{position:relative;height:152px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:10px;padding:16px 46px 13px 20px;border-radius:18px;background:#faf7f6}.suggestions-card>img{position:absolute;left:20px;bottom:2px;width:240px;height:180px;object-fit:contain}.suggestions-copy{grid-column:2}.suggestions-copy h2{margin:0;font-family:var(--font);font-weight:800;font-size:36px;line-height:1.05;letter-spacing:-.6px;color:var(--ink)}.suggestions-copy h2 span{color:var(--orange)}.suggestions-copy p{margin:6px 0 0;font-size:15px;color:var(--muted)}.suggestions-card button{grid-column:3;border:0;border-radius:12px;background:var(--orange);color:#fff;padding:13px 22px;cursor:pointer;white-space:nowrap;font-family:var(--font);font-weight:700;font-size:16px}.suggestions-card button:hover{background:var(--orange-dark)}.site-footer{height:120px;background:#05032c;color:#fff}.footer-inner{max-width:var(--landing-max);height:100%;display:grid;grid-template-columns:200px 1fr 140px;align-items:center;gap:14px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand strong{font-family:var(--font);font-weight:800;font-size:26px;line-height:1}.footer-brand strong span{color:var(--orange)}.footer-brand small{margin-top:6px;font-size:7px;font-weight:700;letter-spacing:.7px}.footer-inner nav{display:flex;justify-content:center;gap:28px;font-size:12px;color:#d2d2dc}.footer-inner nav a:hover{color:var(--orange)}.footer-publish{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:999px;background:var(--orange);font-family:var(--font);font-size:16px;font-weight:700;color:#fff;text-decoration:none}.footer-publish:hover{background:var(--orange-dark)}@media (max-width: 1024px){.category-grid{grid-template-columns:repeat(4,1fr)}.listing-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.category-grid,.listing-grid{grid-template-columns:repeat(2,1fr)}.container{width:calc(100% - 28px);padding:1.8rem 0}.two-col{grid-template-columns:1fr}.rating-modal{max-width:100%;margin:0;border-radius:var(--radius-md)}.mine-item{flex-direction:column;align-items:flex-start;gap:.8rem}.mine-actions{flex-wrap:wrap;width:100%}.mine-actions .btn{flex:1 1 auto;min-width:0}.plans-panel{padding:1rem}.plan-checkout,.plan-checkout input,.plan-checkout .btn{width:100%}.order-item{flex-direction:column;align-items:flex-start}.order-actions{flex-wrap:wrap}.plans-admin-row{grid-template-columns:1fr;align-items:stretch}.section-inner,.section-wide,.section-feature,.section-categories,.section-listings,.header-inner,.footer-inner,.hero-inner{width:calc(100% - 28px)}.site-header{height:76px}.header-inner{grid-template-columns:145px 1fr auto;gap:10px}.brand img{width:138px;height:auto}.main-nav,.auth-actions{display:none}.menu-button{display:block}.main-nav.open,.auth-actions.open{position:absolute;top:76px;left:0;right:0;z-index:50;display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:#fff;border-bottom:1px solid #f0f0f4;box-shadow:0 12px 24px #05052f14;padding:12px 18px}.main-nav.open{align-items:center}.main-nav.open>a{padding:8px 0;width:100%;text-align:center}.main-nav.open>a.active:after{display:none}.auth-actions.open .button{width:100%}.auth-actions.open .nav-user{padding:4px 0}.hero{height:auto;min-height:530px}.hero-inner{grid-template-columns:1fr;align-content:center;padding:34px 0 18px}.hero-copy{padding:0 8px;text-align:center}.hero-copy h1{font-size:38px}.hero-copy p{margin-inline:auto}.hero-visual{justify-content:center;margin-top:6px}.hero-visual img{width:100%;max-width:450px;height:250px;transform:none}.search-section{height:auto;padding:27px 0 31px}.search-inner{padding:0}.search-inner h2{font-size:24px}.search-box{height:auto;flex-wrap:wrap;padding:7px}.search-field{width:100%;flex-basis:100%;height:42px}.location-button,.search-button{flex:1}.deals-section{padding-top:14px;padding-bottom:14px}.deals-card{height:auto;min-height:150px;grid-template-columns:125px repeat(4,118px);overflow-x:auto;padding:17px}.deals-heading h2{font-size:24px}.slider-arrow{display:none}.feature-links{height:auto;grid-template-columns:1fr;gap:14px;margin-bottom:18px}.feature-card{height:220px}.categories-panel{height:auto;min-height:108px;padding:12px 8px;overflow-x:auto}.categories-grid{grid-template-columns:repeat(4,150px);justify-content:start}.cat-chip{width:150px}.listings-section{padding-top:8px}.listing-strip,.featured-strip{display:flex;overflow-x:auto;gap:12px;padding:15px;scroll-snap-type:x mandatory}.listing-card{flex:0 0 172px;scroll-snap-align:start}.listing-card.featured{flex-basis:242px}.suggestions-section{height:auto;padding:0 0 16px}.suggestions-card{height:auto;min-height:245px;grid-template-columns:1fr;justify-items:center;padding:112px 24px 22px;text-align:center}.suggestions-card>img{left:50%;top:-23px;bottom:auto;width:180px;transform:translate(-50%)}.suggestions-copy,.suggestions-card button{grid-column:1}.suggestions-copy h2{font-size:27px}.site-footer{height:auto;min-height:190px}.footer-inner{grid-template-columns:1fr;justify-items:center;gap:18px;padding:27px 0}.footer-brand{align-items:center}.footer-inner nav{flex-wrap:wrap;gap:12px 20px;font-size:10px}}@media (max-width: 480px){.listing-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;text-align:center}.hero-copy h1{font-size:33px}.search-inner h2{font-size:21px}}.level-badge{position:absolute;top:8px;left:8px;z-index:2;font-size:.68rem;font-weight:800;padding:.25rem .55rem;border-radius:var(--radius-pill);color:#fff;box-shadow:0 1px 4px #00000040;text-transform:uppercase;letter-spacing:.02em}.listing-card{position:relative}.level-featured{background:var(--orange)}.level-hoy{background:#c93a1f}.level-basic{background:#0f766e}.level-gratis{background:var(--navy-light)}.mine-item .level-badge{position:static;display:inline-block;width:fit-content}.plans-panel{margin-top:2rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem}.plans-list{display:flex;flex-direction:column;gap:.6rem;margin:1rem 0}.plan-option{display:flex;gap:.7rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .9rem;background:var(--white);cursor:pointer}.plan-option.selected{border-color:var(--orange);box-shadow:0 0 0 2px var(--orange-light)}.plan-option-body{display:flex;flex-direction:column;gap:.15rem}.plan-option-price{font-size:.85rem;color:var(--orange-dark);font-weight:800}.plan-checkout{margin-top:.8rem;display:flex;flex-direction:column;gap:.7rem;align-items:flex-start}.tab-bar{display:flex;gap:.5rem;margin:1.2rem 0;flex-wrap:wrap}.tab-btn{border:1px solid var(--border);background:var(--white);color:var(--navy);padding:.5rem 1rem;border-radius:var(--radius-pill);cursor:pointer;font-weight:700;font-size:.85rem}.tab-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.orders-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.order-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.order-main{display:flex;gap:.9rem;align-items:flex-start}.order-main>div{display:flex;flex-direction:column;gap:.2rem}.order-state{font-size:.72rem;font-weight:800;padding:.2rem .5rem;border-radius:var(--radius-pill);color:#fff}.order-pending{background:#b45309}.order-paid{background:#047857}.order-rejected{background:#991b1b}.order-actions{display:flex;gap:.5rem}.plans-admin{display:flex;flex-direction:column;gap:1rem}.plan-admin-row{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem;align-items:end}.plan-admin-name{display:flex;flex-direction:column;gap:.2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.2rem}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem}.stat-card h4{margin-bottom:.8rem;color:var(--navy)}.stat-big{font-size:2rem;font-weight:900;color:var(--orange-dark)}.stat-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.stat-list li{display:flex;justify-content:space-between;align-items:center;gap:.6rem;font-size:.9rem}.mini-bar{flex:1;background:var(--bg-soft);border-radius:var(--radius-pill);height:8px;overflow:hidden}.mini-bar div{height:100%;background:var(--orange);border-radius:var(--radius-pill)}.barchart{display:flex;align-items:flex-end;gap:4px;height:120px;padding-top:18px}.barchart-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.barchart-val{font-size:.65rem;color:var(--navy-light);margin-bottom:2px}.barchart-bar{width:100%;max-width:28px;border-radius:4px 4px 0 0;min-height:2px}.barchart-label{font-size:.6rem;color:var(--navy-light);margin-top:4px}.plan-option-fotos{font-size:.78rem;color:var(--navy-light)}
