.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mt-3{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-5{margin-bottom:3rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:1rem}.section-title p{color:var(--medium-gray,#6c757d);font-size:1.1rem;max-width:600px;margin:0 auto}.hero-enhanced{background:linear-gradient(135deg,#0a1628 0,#1a365d 50%,#1e3a5f 100%);min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-enhanced::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(16,185,129,.1) 0,transparent 40%)}.hero-enhanced .hero-content{position:relative;z-index:1;max-width:850px}.hero-badge-new{display:inline-flex;align-items:center;gap:.5rem;background:rgba(59,130,246,.25);border:1px solid rgba(59,130,246,.4);padding:.6rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;color:#60a5fa;margin-bottom:2rem}.hero-enhanced h1{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.25rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-enhanced .hero-subtitle{font-size:1.25rem;font-weight:400;line-height:1.8;margin-bottom:2.5rem;color:rgba(255,255,255,.9);max-width:700px}.hero-search{background:#fff;border-radius:16px;padding:.5rem;display:flex;gap:.5rem;max-width:700px;box-shadow:0 20px 60px rgba(0,0,0,.3);margin-bottom:2rem}.hero-search input{flex:1;border:none;padding:1rem 1.5rem;font-size:1rem;border-radius:12px;min-width:0}.hero-search input:focus{outline:0}.hero-search select{border:none;padding:1rem;font-size:1rem;background:var(--off-white,#f8f9fa);border-radius:12px;cursor:pointer}.hero-search button{padding:1rem 2rem;background:var(--primary-blue,#1e3a5f);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.hero-search button:hover{background:var(--dark-blue,#152a45)}.hero-trust{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center}.hero-trust-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.95);font-size:.95rem;font-weight:500}.hero-trust-item span{color:#60a5fa;font-weight:700}.stats-bar-enhanced{background:#fff;padding:0;position:relative;z-index:10;margin-top:-3rem;max-width:720px;margin-left:auto;margin-right:auto;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.stats-grid-enhanced{display:flex;justify-content:space-around;align-items:center;padding:2rem 1rem}.stat-enhanced{flex:1 1 0;text-align:center;padding:1rem;border-right:1px solid var(--light-gray,#e9ecef)}.stat-enhanced:last-child{border-right:none}.stat-enhanced:last-child{border-right:none}.stat-enhanced .stat-number{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.5rem;font-weight:700;color:var(--primary-blue,#1e3a5f);line-height:1;font-variant-numeric:tabular-nums}.stat-enhanced .stat-label{color:var(--medium-gray,#6c757d);margin-top:.5rem}.categories-section{padding:5rem 2rem;background:var(--off-white,#f8f9fa);position:relative}.categories-wrapper{position:relative;max-width:1200px;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.categories-nav{display:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:2px solid var(--light-gray,#e9ecef);border-radius:50%;cursor:pointer;z-index:10;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s}.categories-nav:hover{background:var(--primary-blue,#1e3a5f);color:#fff;border-color:var(--primary-blue,#1e3a5f)}.categories-nav.prev{left:-20px}.categories-nav.next{right:-20px}@media(max-width:992px){.categories-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.categories-grid::-webkit-scrollbar{display:none}.categories-grid .category-card{flex:0 0 200px;scroll-snap-align:start}.categories-nav{display:flex}}.category-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;text-decoration:none;color:inherit;transition:all .3s;border:2px solid transparent}.category-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1);border-color:var(--primary-blue,#1e3a5f)}.category-icon{width:70px;height:70px;background:var(--light-blue,#e8f4fc);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.category-icon svg{display:block;margin:0 auto}.category-card h4{margin-bottom:.5rem;color:var(--dark-blue,#152a45)}.category-card p{color:var(--medium-gray,#6c757d);font-size:.9rem;margin:0}.featured-section{padding:5rem 2rem}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.featured-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s;text-decoration:none;color:inherit;border:2px solid transparent}.featured-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.15);border-color:var(--primary-blue,#1e3a5f)}.featured-image{height:200px;position:relative;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.featured-card:hover .featured-image img{transform:scale(1.1)}.featured-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.25rem}.featured-badge svg,.featured-match svg{vertical-align:middle;margin-right:3px}.featured-badge.new{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.featured-badge.exclusive{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.featured-match{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.7);color:#60a5fa;padding:.3rem .6rem;border-radius:8px;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;gap:.25rem}.featured-content{padding:1.5rem}.featured-branche{font-size:.8rem;color:var(--primary-blue,#1e3a5f);font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.featured-title{font-size:1.15rem;font-weight:700;color:var(--dark-blue,#152a45);margin-bottom:.5rem}.featured-location{color:var(--medium-gray,#6c757d);font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:.25rem}.featured-location svg{vertical-align:middle;margin-right:4px}.featured-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;background:var(--off-white,#f8f9fa);padding:1rem;border-radius:10px;margin-bottom:1rem}.featured-stat{text-align:center}.featured-stat-value{font-weight:700;color:var(--dark-blue,#152a45)}.featured-stat-label{font-size:.7rem;color:var(--medium-gray,#6c757d)}.featured-price{display:flex;justify-content:space-between;align-items:center}.featured-price-value{font-size:1.25rem;font-weight:800;color:var(--primary-blue,#1e3a5f)}.ki-highlight{background:linear-gradient(135deg,#1e3a5f 0,#0f172a 100%);padding:5rem 2rem;color:#fff;position:relative;overflow:hidden}.ki-highlight::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.2) 0,transparent 70%);border-radius:50%}.ki-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center;position:relative;z-index:1}.ki-text h2{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.ki-text p{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.7;color:rgba(255,255,255,.9)}.ki-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ki-feature{display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.95)}.ki-feature-icon{width:40px;height:40px;background:rgba(59,130,246,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ki-demo{background:#fff;border-radius:20px;padding:2rem;text-align:center}.ki-demo-header{font-size:3rem;margin-bottom:1rem}.ki-demo h3{color:var(--dark-blue,#152a45);margin-bottom:.5rem}.ki-demo p{color:var(--medium-gray,#6c757d);margin-bottom:1.5rem}.ki-demo-example{background:var(--off-white,#f8f9fa);border-radius:10px;padding:1rem;text-align:left}.ki-demo-text{margin:0;color:var(--dark-gray,#343a40);font-size:.9rem}.text-success{color:#3b82f6;font-weight:700}.testimonials-section{padding:5rem 2rem;background:var(--off-white,#f8f9fa)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.05)}.testimonial-stars{color:#f59e0b;font-size:1.25rem;margin-bottom:1rem;display:flex;gap:2px}.testimonial-text{color:var(--dark-gray,#343a40);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;background:var(--primary-blue,#1e3a5f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.testimonial-info h5{margin:0;color:var(--dark-blue,#152a45)}.testimonial-info p{margin:0;font-size:.85rem;color:var(--medium-gray,#6c757d)}.trust-section{padding:4rem 2rem;text-align:center;border-bottom:1px solid var(--light-gray,#e9ecef)}.trust-section p{color:var(--medium-gray,#6c757d);margin-bottom:2rem}.trust-logos{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap;opacity:.6}.trust-logo{font-size:1.5rem;font-weight:700;color:var(--dark-gray,#343a40)}.cta-enhanced{background:linear-gradient(135deg,var(--primary-blue,#1e3a5f),#3b82f6);padding:5rem 2rem;text-align:center;color:#fff}.cta-enhanced h2{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-enhanced p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 2rem;color:rgba(255,255,255,.9)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--primary-blue,#1e3a5f);color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:100;display:flex;align-items:center;justify-content:center}.scroll-top.visible{opacity:1;visibility:visible}@media(max-width:768px){.scroll-top{right:auto;left:1rem;bottom:1rem;width:44px;height:44px;font-size:1.2rem}}.scroll-top:hover{transform:translateY(-3px)}.nav-icon{vertical-align:middle;margin-right:4px}.badge-icon{vertical-align:middle;margin-right:4px}.check-icon{vertical-align:middle;margin-right:4px;flex-shrink:0}.btn-white{background:#fff;color:var(--primary-blue,#1e3a5f)}.btn-white:hover{background:var(--off-white,#f8f9fa)}.page-header{background:linear-gradient(135deg,#0f172a 0,#1e3a5f 100%);padding:4rem 2rem;text-align:center;color:#fff}.page-header h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}.page-header p{color:rgba(255,255,255,.85);font-size:1.15rem;max-width:600px;margin:0 auto}.ki-hero{background:linear-gradient(135deg,#0f172a 0,#1e3a5f 100%);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.ki-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.2) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.15) 0,transparent 40%)}.ki-hero h1,.ki-hero h2{color:#fff}.ki-hero p{color:rgba(255,255,255,.9)}.auth-page{min-height:100vh;display:flex}.auth-left{flex:1;background:linear-gradient(135deg,#0f172a 0,#1e3a5f 100%);display:flex;align-items:center;justify-content:center;padding:3rem;color:#fff}.auth-left h2{color:#fff}.auth-left p{color:rgba(255,255,255,.85)}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem;background:var(--off-white,#f8f9fa)}.auth-form{width:100%;max-width:420px}.dashboard-layout{display:flex;min-height:100vh}.dashboard-sidebar{width:280px;background:#fff;border-right:1px solid var(--light-gray,#e9ecef);padding:2rem 1rem;flex-shrink:0}.dashboard-content{flex:1;padding:2rem;background:var(--off-white,#f8f9fa)}.dashboard-header{margin-bottom:2rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.dashboard-stat-value{font-size:2rem;font-weight:800;color:var(--primary-blue,#1e3a5f)}.dashboard-stat-label{color:var(--medium-gray,#6c757d);font-size:.9rem}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.listing-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s;text-decoration:none;color:inherit}.listing-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.listing-image{height:180px;background:var(--light-gray,#e9ecef);position:relative;overflow:hidden}.listing-image img{width:100%;height:100%;object-fit:cover}.listing-content{padding:1.25rem}.listing-title{font-size:1.1rem;font-weight:700;color:var(--dark-blue,#152a45);margin-bottom:.5rem}.listing-meta{display:flex;gap:1rem;color:var(--medium-gray,#6c757d);font-size:.85rem;margin-bottom:1rem}.listing-price{font-size:1.25rem;font-weight:800;color:var(--primary-blue,#1e3a5f)}.search-hero{background:linear-gradient(135deg,var(--primary-blue,#1e3a5f),var(--dark-blue,#152a45));padding:3rem 2rem;color:#fff}.search-hero h1{color:#fff;text-align:center;margin-bottom:.5rem}.search-hero-subtitle{text-align:center;opacity:.9;margin-bottom:2rem;color:rgba(255,255,255,.9)}.search-box{max-width:1000px;margin:0 auto;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.3)}.search-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:1rem;align-items:end}.search-group{display:flex;flex-direction:column}.search-label{font-size:.8rem;font-weight:600;color:var(--dark-gray,#343a40);margin-bottom:.4rem}.search-input{padding:.875rem 1rem;border:2px solid var(--light-gray,#e9ecef);border-radius:10px;font-size:1rem;transition:all .3s}.search-input:focus{outline:0;border-color:var(--primary-blue,#1e3a5f)}.filters-bar{background:#fff;padding:1rem 2rem;border-bottom:1px solid var(--light-gray,#e9ecef);position:relative;top:auto;z-index:100}@media(max-width:768px){.filters-bar{position:relative;top:0;padding:.75rem 1rem}}.filters-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.filter-tags{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tag{background:var(--off-white,#f8f9fa);border:2px solid var(--light-gray,#e9ecef);padding:.5rem 1rem;border-radius:25px;font-size:.85rem;cursor:pointer;transition:all .3s;font-weight:500}.filter-tag:hover{border-color:var(--primary-blue,#1e3a5f);color:var(--primary-blue,#1e3a5f)}.filter-tag.active{background:var(--primary-blue,#1e3a5f);color:#fff;border-color:var(--primary-blue,#1e3a5f)}.results-info{display:flex;align-items:center;gap:1rem}.results-count{color:var(--medium-gray,#6c757d);font-size:.9rem}.sort-select{padding:.5rem 1rem;border:1px solid var(--light-gray,#e9ecef);border-radius:8px;font-size:.85rem}.listings-section{padding:2rem;background:var(--off-white,#f8f9fa)}.listings-container{max-width:1200px;margin:0 auto}.listings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sell-hero{background:linear-gradient(135deg,#0a1628 0,#1a365d 50%,#1e3a5f 100%);padding:5rem 2rem;color:#fff;text-align:center;position:relative;overflow:hidden}.sell-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(59,130,246,.15) 0,transparent 50%)}.sell-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.sell-hero h1{font-family:Inter,sans-serif;color:#fff;font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.sell-hero p{font-size:1.25rem;color:rgba(255,255,255,.9);max-width:700px;margin:0 auto 2rem;line-height:1.7}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.process-step{background:rgba(255,255,255,.1);padding:2rem 1.5rem;border-radius:16px;text-align:center;backdrop-filter:blur(10px);transition:all .3s}.process-step:hover{background:rgba(255,255,255,.15);transform:translateY(-5px)}.step-num{width:50px;height:50px;background:#fff;color:var(--primary-blue,#1e3a5f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;margin:0 auto 1rem}.process-step h4{color:#fff;margin-bottom:.5rem}.process-step p{color:rgba(255,255,255,.7);font-size:.9rem;margin:0}.stats-section{background:#fff;padding:3rem 2rem;margin-top:-2rem;position:relative;z-index:10}.stat-item{text-align:center}.benefits-section{padding:5rem 2rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;transition:all .3s;border:2px solid transparent}.benefit-card:hover{transform:translateY(-5px);border-color:var(--primary-blue,#1e3a5f)}.benefit-icon{width:70px;height:70px;background:var(--light-blue,#e8f4fc);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.pricing-hero{background:linear-gradient(135deg,#0f172a 0,#1e3a5f 100%);padding:4rem 2rem;text-align:center;color:#fff}.pricing-hero h1{color:#fff}.pricing-hero p{color:rgba(255,255,255,.85)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 2rem}.pricing-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;border:2px solid transparent;transition:all .3s}.pricing-card.featured{border-color:var(--primary-blue,#1e3a5f);transform:scale(1.05)}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary-blue,#1e3a5f);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.pricing-price{font-size:3rem;font-weight:800;color:var(--primary-blue,#1e3a5f)}.pricing-period{color:var(--medium-gray,#6c757d);font-size:.9rem}.faq-section{padding:3rem 2rem;max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--light-gray,#e9ecef);padding:1.5rem 0}.faq-question{font-weight:600;color:var(--dark-blue,#152a45);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--medium-gray,#6c757d);padding-top:1rem;line-height:1.7;display:none}.faq-item.active .faq-answer{display:block}.contact-section{padding:4rem 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem}.contact-icon{width:50px;height:50px;background:var(--light-blue,#e8f4fc);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width:992px){.hero-enhanced h1{font-size:2.5rem;font-weight:800}.hero-enhanced .hero-subtitle{font-size:1.1rem}.hero-search{flex-direction:column}.hero-search select{width:100%}.stats-grid-enhanced{grid-template-columns:repeat(2,1fr)}.stat-enhanced{border-bottom:1px solid var(--light-gray,#e9ecef)}.stat-enhanced:nth-child(2){border-right:none}.stat-enhanced:nth-last-child(-n+2){border-bottom:none}.categories-grid{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:1fr;max-width:500px}.ki-content{grid-template-columns:1fr;text-align:center}.ki-features{align-items:center}.testimonials-grid{grid-template-columns:1fr;max-width:500px}.auth-page{flex-direction:column}.auth-left{min-height:40vh}}@media (max-width:768px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--light-gray,#e9ecef);padding:1rem}.dashboard-content{padding:1rem}.search-row{grid-template-columns:1fr 1fr}.search-row>:first-child{grid-column:1/-1}.listings-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:2rem}.auth-page{flex-direction:column}.auth-left{min-height:35vh;padding:2rem}.auth-right{padding:2rem}.ki-content{grid-template-columns:1fr;gap:2rem}.page-header{padding:3rem 1.5rem}.page-header h1{font-size:2rem}.sell-hero{padding:3rem 1.5rem}.sell-hero h1{font-size:2rem}.cta-enhanced{padding:3rem 1.5rem}.cta-enhanced h2{font-size:2rem}.pricing-hero{padding:3rem 1.5rem}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-card.featured{transform:none}.filters-container{flex-direction:column;align-items:stretch}.filter-tags{order:1}.results-info{order:2;justify-content:space-between}}@media (max-width:576px){.hero-enhanced h1{font-size:2rem;font-weight:800;line-height:1.3}.hero-enhanced .hero-subtitle{font-size:1rem}.stats-grid-enhanced{grid-template-columns:1fr}.stat-enhanced{border-right:none}.categories-grid{grid-template-columns:1fr}.hero-trust{justify-content:center}.hero-trust-item{font-size:.85rem}.page-header h1{font-size:1.75rem}.cta-enhanced h2{font-size:1.75rem}}@media (max-width:360px){.hero-enhanced{min-height:auto;padding:2rem .75rem}.hero-enhanced h1{font-size:1.5rem;line-height:1.3}.hero-enhanced .hero-subtitle{font-size:.875rem}.hero-badge-new{font-size:.7rem;padding:.375rem .75rem}.hero-search{padding:.375rem;border-radius:12px}.hero-search input{padding:.75rem;font-size:.875rem}.hero-search button{padding:.75rem 1rem;font-size:.875rem}.stats-bar-enhanced{margin-top:-1.5rem;border-radius:12px}.stats-grid-enhanced{padding:1rem}.stat-enhanced .stat-number{font-size:1.5rem}.stat-enhanced .stat-label{font-size:.75rem}.categories-section{padding:2rem .75rem}.category-card{padding:1.25rem}.category-icon{width:50px;height:50px}.featured-section{padding:2rem .75rem}.featured-content{padding:1rem}.featured-stats{grid-template-columns:1fr;gap:.5rem}.featured-stat{display:flex;justify-content:space-between;text-align:left}.ki-highlight{padding:2rem .75rem}.ki-text h2{font-size:1.5rem}.ki-text p{font-size:.9rem}.ki-demo{padding:1.25rem}.testimonials-section{padding:2rem .75rem}.testimonial-card{padding:1.25rem}.cta-enhanced{padding:2rem .75rem}.cta-enhanced h2{font-size:1.5rem}.cta-enhanced p{font-size:.9rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%}.search-hero{padding:1.5rem .75rem}.search-hero h1{font-size:1.5rem}.search-box{padding:.75rem;border-radius:12px}.search-row{grid-template-columns:1fr;gap:.5rem}.search-input{padding:.75rem;font-size:.875rem}.filters-bar{padding:.75rem}.filter-tags{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.filter-tag{flex-shrink:0;font-size:.75rem;padding:.375rem .75rem}.listings-section{padding:1rem .75rem}.listings-grid{grid-template-columns:1fr;gap:1rem}.listing-content{padding:1rem}.listing-title{font-size:1rem}.listing-price{font-size:1.1rem}.sell-hero{padding:2rem .75rem}.sell-hero h1{font-size:1.5rem}.sell-hero p{font-size:.9rem}.process-steps{grid-template-columns:1fr;gap:1rem}.process-step{padding:1.25rem}.step-num{width:40px;height:40px;font-size:1rem}.benefits-section{padding:2rem .75rem}.benefits-grid{grid-template-columns:1fr;gap:1rem}.benefit-card{padding:1.25rem}.benefit-icon{width:50px;height:50px}.pricing-hero{padding:2rem .75rem}.pricing-hero h1{font-size:1.5rem}.pricing-grid{padding:1.5rem .75rem}.pricing-card{padding:1.25rem}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-5px)}.pricing-price{font-size:2rem}.faq-section{padding:1.5rem .75rem}.faq-item{padding:1rem 0}.faq-question{font-size:.9rem}.faq-answer{font-size:.85rem}.contact-section{padding:2rem .75rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-icon{width:40px;height:40px}.page-header{padding:2rem .75rem}.page-header h1{font-size:1.5rem}.page-header p{font-size:.875rem}.dashboard-sidebar{padding:.75rem}.dashboard-content{padding:.75rem}.dashboard-stat-card{padding:1rem}.dashboard-stat-value{font-size:1.5rem}.auth-left{padding:2rem .75rem;min-height:30vh}.auth-right{padding:2rem .75rem}.auth-form{max-width:100%}.section-title h2{font-size:1.25rem}.section-title p{font-size:.9rem}.trust-section{padding:2rem .75rem}.trust-logos{gap:1.5rem}.trust-logo{font-size:1rem}.scroll-top{width:40px;height:40px;bottom:1rem;right:1rem;font-size:1.25rem}}.header{background:var(--white,#fff);border-bottom:1px solid var(--light-gray,#e9ecef);padding:1rem 2rem;position:relative;top:auto;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.05)}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header .logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header .logo-image{height:45px;width:auto}.header .logo-text{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.25rem;font-weight:700;color:var(--dark-blue,#152a45);letter-spacing:-.02em}.header .nav-links{display:flex;align-items:center;gap:1.5rem}.header .nav-links a{font-size:.9375rem;font-weight:500;color:var(--dark-gray,#343a40);padding:.5rem 0;transition:color .2s ease;text-decoration:none}.header .nav-links a:hover{color:var(--primary-blue,#1e3a5f)}.header-buttons{display:flex;align-items:center;gap:.75rem}.header-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--medium-gray,#6c757d);transition:all .2s ease;text-decoration:none}.header-icon-btn:hover{background:var(--off-white,#f8f9fa);color:var(--dark-blue,#152a45)}.header-icon-btn [data-icon],.header-icon-btn svg{width:20px;height:20px}.notification-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center}@media (max-width:992px){.header{padding:.75rem 1rem}.header .nav-links{display:none}.header .nav-links.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);border-top:1px solid var(--light-gray,#e9ecef)}}@media (max-width:576px){.header-buttons .btn{padding:.5rem .75rem;font-size:.8rem}}