:root{--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f7f8fa;--brand:#6c3cf0;--brand-dark:#4d27c9;--accent:#ffb000;--green:#169b62;--white:#fff;--radius:20px;--shadow:0 16px 45px rgba(16,24,40,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.zixo-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.narrow-content{max-width:820px}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,231,236,.8)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--brand);color:#fff}.brand-name{font-size:1.18rem}.custom-logo{max-height:46px;width:auto}.main-navigation{display:flex;align-items:center;justify-content:flex-end;gap:28px;flex:1}.main-navigation ul{display:flex;list-style:none;gap:24px;margin:0;padding:0}.main-navigation a:hover{color:var(--brand)}.header-actions{display:flex;align-items:center;gap:16px}.text-link{font-weight:700}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;margin:5px;background:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-dark);color:#fff}.button-outline{border-color:var(--line);background:#fff}.button-whatsapp{background:var(--green);color:#fff}.button-block{width:100%}.hero{overflow:hidden;background:linear-gradient(135deg,#f8f6ff 0%,#fff 56%,#fff6df 100%);border-bottom:1px solid var(--line)}.hero-grid{min-height:610px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:48px}.eyebrow{display:inline-block;margin-bottom:10px;color:var(--brand);font-size:.8rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.eyebrow-light{color:#c7b8ff}.hero h1,.archive-hero h1{font-size:clamp(2.8rem,7vw,5.6rem);line-height:.98;letter-spacing:-.065em;margin:0 0 22px;max-width:760px}.hero p{font-size:1.15rem;color:var(--muted);max-width:630px}.hero-search{display:grid;grid-template-columns:1.5fr .8fr auto;gap:10px;margin:30px 0 18px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.hero-search input,.hero-search select{min-width:0;border:0;background:transparent;padding:0 14px;outline:none}.hero-search select{border-left:1px solid var(--line)}.hero-trust{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.92rem;font-weight:700}.hero-panel{position:relative;height:440px}.hero-orb{position:absolute;inset:40px 20px 20px 50px;border-radius:48% 52% 55% 45%;background:linear-gradient(145deg,var(--brand),#9d7cff);transform:rotate(-8deg);box-shadow:0 30px 80px rgba(108,60,240,.25)}.floating-card{position:absolute;z-index:2;display:flex;flex-direction:column;min-width:190px;padding:20px;border-radius:18px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7)}.floating-card strong{font-size:1.2rem}.floating-card span{color:var(--muted)}.card-one{top:45px;right:10px;transform:rotate(4deg)}.card-two{left:10px;top:185px;transform:rotate(-5deg)}.card-three{right:45px;bottom:25px;transform:rotate(3deg)}.section{padding:86px 0}.section-soft{background:var(--soft)}.section-dark{background:#171229;color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-heading h2,.city-section h2,.safety-copy h2{font-size:clamp(2rem,4vw,3.15rem);line-height:1.05;letter-spacing:-.045em;margin:0}.section-heading>a{font-weight:800;color:var(--brand)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{min-height:164px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s ease}.category-card:hover{transform:translateY(-4px);border-color:#c8b8ff;box-shadow:var(--shadow)}.category-icon{width:46px;height:46px;margin-bottom:auto;display:grid;place-items:center;border-radius:14px;background:#f1edff;color:var(--brand);font-size:1.35rem;font-weight:900}.category-card strong{font-size:1rem}.category-card small{color:var(--muted)}.ad-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ad-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;transition:.2s ease}.ad-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.ad-card.is-top{border-color:#c8b8ff}.ad-image{position:relative;display:block;aspect-ratio:1.42;background:#eef0f4;overflow:hidden}.ad-image img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.ad-card:hover .ad-image img{transform:scale(1.035)}.image-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:220px;background:linear-gradient(135deg,#ede8ff,#faf9ff);color:var(--brand);font-weight:900;font-size:2rem;letter-spacing:.12em}.image-placeholder.large{min-height:440px}.ad-badges{position:absolute;top:12px;left:12px;display:flex;gap:8px}.badge{padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.badge-featured{background:var(--accent);color:#372400}.badge-urgent{background:#e5484d;color:#fff}.ad-content{padding:18px}.ad-price{color:var(--brand);font-size:1.2rem;font-weight:900}.ad-content h3{font-size:1rem;line-height:1.35;margin:7px 0 14px}.ad-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.8rem}.empty-state{grid-column:1/-1;padding:44px;text-align:center;border:1px dashed #cfd4dc;border-radius:18px;background:#fff}.city-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.city-section p{color:#c9c4d8}.city-pills{display:flex;flex-wrap:wrap;gap:12px}.city-pills a,.city-pills span{padding:13px 17px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);font-weight:800}.safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.safety-copy p{color:var(--muted);max-width:570px}.safety-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.safety-cards div{min-height:150px;padding:20px;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;justify-content:space-between}.safety-cards strong{color:var(--brand);font-size:1.5rem}.site-footer{background:#0f0c1a;color:#d8d4e4}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:44px;padding:64px 0}.footer-grid h3,.footer-brand{color:#fff}.footer-brand{font-weight:900;font-size:1.5rem;letter-spacing:.1em}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{margin:10px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;color:#aca7ba}.archive-hero{padding:70px 0 45px;background:var(--soft)}.archive-hero h1{font-size:clamp(2.6rem,5vw,4.4rem)}.archive-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.filter-panel{position:sticky;top:98px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.filter-panel h2{margin-top:0}.filter-panel label{display:block;margin:16px 0;font-size:.87rem;font-weight:800}.filter-panel input,.filter-panel select,.zixo-form input,.zixo-form select,.zixo-form textarea{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #d0d5dd;border-radius:11px;background:#fff}.price-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pagination .nav-links{display:flex;gap:8px;justify-content:center;margin-top:34px}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--line);border-radius:10px}.pagination .current{background:var(--brand);color:#fff;border-color:var(--brand)}.single-ad-section{padding:34px 0 80px;background:var(--soft)}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.85rem;margin-bottom:22px}.single-ad-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:26px;align-items:start}.single-main{display:grid;gap:20px}.single-media{overflow:hidden;border-radius:20px;background:#fff}.single-media img{width:100%;max-height:650px;object-fit:contain}.single-card,.seller-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}.single-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.single-title-row h1{font-size:clamp(1.8rem,4vw,3rem);line-height:1.08;margin:8px 0}.large-price{font-size:1.7rem}.single-meta{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-grid div{padding:16px;border-radius:14px;background:var(--soft)}.detail-grid span{display:block;color:var(--muted);font-size:.82rem}.seller-sidebar{position:sticky;top:98px;display:grid;gap:18px}.seller-card h2{margin:0 0 4px}.seller-card .button{margin-top:10px}.report-card a{color:var(--brand);font-weight:800}.safety-note{border-left:5px solid var(--accent)}.form-page{max-width:900px}.page-intro{margin-bottom:28px}.page-intro h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.04;letter-spacing:-.05em;margin:0 0 12px}.notice{padding:16px 18px;border-radius:12px;background:#fff8e6;border:1px solid #f6d68d}.content-list{display:grid;gap:18px}.content-card h1:first-child,.content-card h2:first-child{margin-top:0}.muted{color:var(--muted)}
@media(max-width:1024px){.category-grid{grid-template-columns:repeat(4,1fr)}.ad-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr .75fr}.single-ad-grid{grid-template-columns:1fr 300px}}
.footer-brand{display:inline-flex;align-items:center;max-width:240px}.footer-logo-image{display:block;width:auto;max-width:220px;max-height:62px;object-fit:contain}.footer-brand-text{color:#fff;font-weight:900;font-size:1.5rem;letter-spacing:.1em}@media(max-width:820px){.menu-toggle{display:block}.main-navigation{display:none;position:absolute;left:16px;right:16px;top:68px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);align-items:stretch;flex-direction:column}.main-navigation.is-open{display:flex}.main-navigation ul,.header-actions{flex-direction:column;align-items:stretch}.header-actions .button{text-align:center}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:80px 0}.hero-panel{display:none}.hero-search{grid-template-columns:1fr}.hero-search select{border-left:0;border-top:1px solid var(--line);min-height:48px}.category-grid{grid-template-columns:repeat(3,1fr)}.ad-grid{grid-template-columns:repeat(2,1fr)}.city-section,.safety-grid,.footer-grid,.archive-layout,.single-ad-grid{grid-template-columns:1fr}.filter-panel,.seller-sidebar{position:static}.seller-sidebar{order:-1}}
@media(max-width:560px){.section{padding:62px 0}.hero h1{font-size:3.1rem}.category-grid{grid-template-columns:repeat(2,1fr)}.ad-grid{grid-template-columns:1fr}.category-card{min-height:145px}.section-heading{align-items:flex-start;flex-direction:column}.safety-cards{grid-template-columns:1fr}.single-card,.seller-card{padding:20px}.single-title-row{flex-direction:column}.detail-grid{grid-template-columns:1fr}.image-placeholder.large{min-height:300px}}
/* Elementor compatibility */
.zixo-elementor-content{width:100%;min-height:1px}
.zixo-elementor-page .site-main,.page-template-page-elementor-full-width .site-main{overflow:hidden}
.page-template-page-elementor-full-width .zixo-elementor-content,.zixo-elementor-page .zixo-elementor-content{max-width:none;padding:0}
.page-template-page-elementor-canvas{margin:0;background:#fff}
.elementor-page .site-main>.elementor,.elementor-page .zixo-elementor-content>.elementor{width:100%}
.elementor-editor-active .site-header{position:relative}
.elementor-widget-zixo-search .hero-search{margin:0}
.elementor-widget-zixo-categories .category-grid,.elementor-widget-zixo-ads .ad-grid{margin:0}
