.cms-cars-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.2rem;margin-top:2rem}
@media (min-width:640px){.cms-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1024px){.cms-cars-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:1320px){.cms-cars-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}

.car-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #f3f4f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;height:100%}
.car-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-8px);border-color:#f26522}
.car-card-img-wrapper{position:relative;height:200px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e5e7eb)}
.car-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.car-card:hover .car-card-img{transform:scale(1.1)}
.car-card-badge{position:absolute;top:1rem;left:1rem;background-color:#dc2626;color:#fff;font-size:.7rem;font-weight:800;padding:.35rem .85rem;border-radius:3px;text-transform:uppercase;letter-spacing:.05em;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.2)}
.badge-premium{background-color:#1a1a1a}.badge-standard{background-color:#555}
.car-card-content{padding:1.15rem;flex-grow:1;display:flex;flex-direction:column}
.kk-card-topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}
.kk-card-price-chip{font-size:.76rem;font-weight:800;color:#f26522;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:.3rem .55rem;white-space:nowrap}
.kk-car-title{font-size:1.1rem;font-weight:800;color:#111827;margin:0 0 .45rem;line-height:1.3}
.kk-car-desc{font-size:.9rem;color:#4b5563;margin:0 0 .85rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6rem}
.car-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;padding:.85rem 0;margin-bottom:1rem}
.kk-spec-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 .2rem}.kk-border-left{border-left:1px solid #f3f4f6}
.kk-spec-icon{font-size:1rem;margin-bottom:.35rem}.kk-spec-label{font-size:.68rem;font-weight:700;text-transform:uppercase;color:#111827;line-height:1.35}
.kk-price-wrap{font-size:1rem;font-weight:800;color:#111827;margin:0 0 .85rem}
.kk-price-wrap strong{color:#f26522}.mt-auto{margin-top:auto}
.kk-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.kk-book-btn,.kk-view-btn{display:block;width:100%;text-align:center;border:2px solid #f26522;color:#f26522;background:#fff;font-weight:800;font-size:.75rem;text-transform:uppercase;padding:.85rem .7rem;border-radius:6px;transition:.3s ease;text-decoration:none;letter-spacing:.04em}
.kk-book-btn:hover,.kk-view-btn:hover{background:#f26522;color:#fff}
.kk-book-btn-inline,.kk-view-btn-inline{width:auto;min-width:190px}

.kk-featured-cars-wrap{margin:2.2rem 0}
.kk-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.kk-section-kicker{display:inline-block;font-size:.78rem;font-weight:800;text-transform:uppercase;color:#f26522;letter-spacing:.08em;margin-bottom:.35rem}
.kk-section-title{margin:0;font-size:2rem;line-height:1.1;color:#111827}
.kk-carousel-nav{display:flex;gap:.6rem}
.kk-carousel-btn{width:44px;height:44px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 10px 20px rgba(15,23,42,.06)}
.kk-carousel-btn:hover{background:#f26522;border-color:#f26522;color:#fff}
.kk-featured-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:.35rem;-ms-overflow-style:none;scrollbar-width:none}
.kk-featured-carousel::-webkit-scrollbar{display:none}
.kk-carousel-slide{flex:0 0 calc(100% - .2rem);scroll-snap-align:start}
@media (min-width:768px){.kk-carousel-slide{flex:0 0 calc(50% - .5rem)}}
@media (min-width:1200px){.kk-carousel-slide{flex:0 0 calc(33.333% - .7rem)}}
.kk-featured-carousel .car-card{height:100%}

.kk-filter-form,.kk-booking-form .kk-form-grid{display:grid;gap:1rem}
.kk-filter-form{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:center;margin:1rem 0 2rem;padding:1rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.kk-filter-form input,.kk-filter-form select,.kk-filter-form button,.kk-booking-form input,.kk-booking-form textarea,.kk-booking-form button{padding:.9rem 1rem;border:1px solid #d1d5db;border-radius:10px;width:100%}
.kk-filter-form button,.kk-booking-form button{background:#f26522;color:#fff;font-weight:700;border-color:#f26522;cursor:pointer}
.kk-page-wrap{max-width:1280px;margin:0 auto;padding:40px 20px}
.kk-booking-box{margin-top:1.25rem;padding:0;border:0;background:transparent}
.kk-success{background:#ecfdf5;color:#065f46;padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem}
.kk-booking-form textarea{min-height:120px}.kk-checkbox{display:flex;gap:.5rem;align-items:center;margin:1rem 0}
.kk-pagination{margin-top:2rem}.kk-pagination .page-numbers{display:inline-block;padding:.55rem .9rem;border:1px solid #ddd;margin-right:.35rem;text-decoration:none;border-radius:8px}

.kk-single-car-wrap{padding-top:48px;padding-bottom:70px}
.kk-single-shell{display:grid;gap:2rem}
.kk-single-modern-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:stretch}
.kk-single-gallery-card,.kk-single-summary-card,.kk-content-card,.kk-booking-sticky-card,.kk-related-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 18px 40px rgba(15,23,42,.06)}
.kk-single-gallery-card{overflow:hidden;position:relative;background:linear-gradient(145deg,#111827,#374151)}
.kk-single-thumb{width:100%;height:100%;min-height:560px;object-fit:cover;display:block;opacity:.96}
.kk-hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:1.4rem;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));color:#fff}
.kk-overlay-badges{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:.65rem}.kk-overlay-badge{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(6px);font-size:.78rem;font-weight:700}
.kk-single-summary-card{padding:2rem;background:linear-gradient(180deg,#fff,#fff7ed)}
.kk-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:999px;background:#fff;color:#c2410c;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;border:1px solid #fed7aa}
.kk-single-title{font-size:2.5rem;line-height:1.05;margin:0 0 .75rem;color:#111827}
.kk-single-lead{font-size:1.04rem;line-height:1.75;color:#4b5563;margin:0 0 1.5rem}
.kk-single-highlight-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.35rem}
.kk-highlight-box{padding:1rem 1.1rem;border-radius:18px;background:#111827;color:#fff}.kk-highlight-box span{display:block;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;opacity:.72;margin-bottom:.3rem}.kk-highlight-box strong{font-size:1.2rem}
.kk-single-price-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}
.kk-single-price-panel>div{padding:1rem;border-radius:18px;background:#fff;border:1px solid #fed7aa}
.kk-price-label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9a3412;margin-bottom:.35rem}.kk-single-price-panel strong{font-size:1.15rem;color:#111827}
.kk-single-spec-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-bottom:1.5rem}.kk-spec-card{padding:1rem;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.kk-spec-card span{display:block;font-size:.78rem;color:#6b7280;text-transform:uppercase;font-weight:700;letter-spacing:.04em;margin-bottom:.35rem}.kk-spec-card strong{font-size:1rem;color:#111827}
.kk-single-cta-row{display:flex;gap:1rem;flex-wrap:wrap}
.kk-single-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:2rem;align-items:start}
.kk-content-card{padding:2rem}.kk-content-card h2{margin-top:0;margin-bottom:1rem;font-size:1.45rem}.kk-single-content{line-height:1.8;color:#374151}
.kk-feature-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.kk-feature-list li{padding:1rem 1.05rem;border-radius:14px;background:#f8fafc;border:1px solid #eef2f7;color:#374151}.kk-feature-copy{line-height:1.85;color:#4b5563;margin-top:1rem}
.kk-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.kk-detail-card{padding:1rem;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa}.kk-detail-card span{display:block;font-size:.74rem;font-weight:700;text-transform:uppercase;color:#9a3412;letter-spacing:.05em;margin-bottom:.35rem}.kk-detail-card strong{color:#111827}
.kk-booking-sticky-wrap{position:sticky;top:20px}.kk-booking-sticky-card{padding:1.6rem;background:linear-gradient(180deg,#fff,#f8fafc)}.kk-booking-sticky-card h2{margin-top:0;margin-bottom:.5rem}.kk-booking-sticky-card p{color:#4b5563;line-height:1.7}
.kk-related-wrap{padding:1.5rem 1.5rem .5rem}.kk-related-wrap h2{margin-top:0}

@media (max-width:1100px){.kk-single-modern-hero,.kk-single-content-grid{grid-template-columns:1fr}.kk-single-thumb{min-height:420px}.kk-booking-sticky-wrap{position:static}}
@media (max-width:767px){.kk-section-head{align-items:flex-start;flex-direction:column}.kk-section-title{font-size:1.55rem}.kk-single-title{font-size:1.9rem}.kk-single-highlight-row,.kk-single-price-panel,.kk-single-spec-cards,.kk-card-actions,.kk-detail-grid{grid-template-columns:1fr}.car-card-img-wrapper{height:190px}.kk-single-summary-card,.kk-content-card,.kk-booking-sticky-card,.kk-related-wrap{padding:1.2rem}.kk-single-thumb{min-height:320px}}


/* Breadcrumb / page hero */
.kk-page-hero{position:relative;min-height:360px;background-position:center;background-size:cover;display:flex;align-items:center;overflow:hidden}.kk-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,22,.92),rgba(10,15,24,.85) 45%,rgba(10,15,24,.72));}.kk-page-hero:after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#f26522,#ff8f57)}.kk-page-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at bottom right,rgba(242,101,34,.18),transparent 30%)}.kk-page-hero-inner{position:relative;z-index:2;padding-top:70px;padding-bottom:70px;text-align:center}.kk-page-hero-kicker{display:inline-block;font-size:.84rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#f7a46c;margin-bottom:1rem}.kk-page-hero-title{margin:0 0 1rem;color:#fff;font-size:clamp(2.4rem,6vw,5.5rem);line-height:.95;font-weight:900;text-transform:uppercase}.kk-breadcrumbs{display:inline-flex;align-items:center;gap:.7rem;flex-wrap:wrap;padding:.9rem 1.2rem;border-radius:999px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px);color:#dbe4ef;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.kk-breadcrumbs a{color:#fff;text-decoration:none}.kk-breadcrumbs a:hover{color:#f7a46c}.kk-breadcrumb-sep{color:#f26522;font-size:1.3rem;line-height:1}.kk-page-section-shell{background:#fff;max-width:1280px;margin:-58px auto 0;position:relative;z-index:3;padding:34px 20px 20px;border-radius:26px 26px 0 0;box-shadow:0 -20px 60px rgba(15,23,42,.06)}.kk-section-intro{margin-bottom:1.5rem}.kk-section-text{max-width:860px;color:#5b6472;line-height:1.8;font-size:1rem}

/* Enhanced featured carousel */
.kk-featured-cars-wrap{position:relative;padding:1.2rem 0 0}.kk-section-head{margin-bottom:1.2rem}.kk-carousel-nav{gap:.8rem}.kk-carousel-btn{width:52px;height:52px;border:none;background:#101826;color:#fff;box-shadow:0 20px 35px rgba(16,24,38,.16)}.kk-carousel-btn:hover{transform:translateY(-2px)}.kk-featured-carousel{padding:.3rem .2rem 1rem;gap:1.2rem}.kk-carousel-slide{flex:0 0 calc(100% - .2rem)}@media (min-width:768px){.kk-carousel-slide{flex:0 0 calc(50% - .65rem)}}@media (min-width:1200px){.kk-carousel-slide{flex:0 0 calc(33.333% - .85rem)}}.kk-featured-carousel .car-card{border-radius:18px;border:1px solid #e9edf3;box-shadow:0 18px 35px rgba(15,23,42,.06)}.kk-featured-carousel .car-card-img-wrapper{height:220px}.kk-featured-carousel .car-card-content{padding:1.25rem}.kk-featured-carousel .kk-car-title{font-size:1.18rem}.kk-featured-carousel .kk-book-btn,.kk-featured-carousel .kk-view-btn{border-radius:10px}.kk-featured-cars-wrap:before{content:"";position:absolute;inset:68px 0 auto 0;height:220px;background:linear-gradient(180deg,#fff7ed,rgba(255,247,237,0));z-index:-1;border-radius:24px}

/* Modern single page enhancements */
.kk-single-car-wrap{padding-top:28px}.kk-glass-layout{position:relative}.kk-modern-media-card,.kk-modern-summary-card{backdrop-filter:blur(10px)}.kk-modern-media-card{border-radius:28px;overflow:hidden}.kk-modern-media-card:after{content:"";position:absolute;inset:auto 0 0 0;height:40%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(2,6,23,.45))}.kk-modern-summary-card{position:relative;overflow:hidden}.kk-modern-summary-card:before{content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(242,101,34,.16),transparent 70%)}.kk-single-summary-card{padding:2.2rem}.kk-single-spec-cards .kk-spec-card,.kk-single-price-panel>div,.kk-detail-card,.kk-feature-list li{box-shadow:0 12px 24px rgba(15,23,42,.04)}.kk-content-card{border-radius:22px}.kk-modern-content-grid .kk-content-stack{display:grid;gap:1.5rem}.kk-booking-sticky-card{border-radius:22px}.kk-modern-related{background:linear-gradient(180deg,#fff,#fff7ed)}

/* Slightly smaller general cards */
.cms-cars-grid{gap:1rem}.car-card{border-radius:14px}.car-card-img-wrapper{height:180px}.car-card-content{padding:1rem}.kk-car-title{font-size:1rem}.kk-car-desc{font-size:.84rem;min-height:2.35rem}.car-specs{padding:.75rem 0;margin-bottom:.85rem}.kk-spec-label{font-size:.64rem}.kk-book-btn,.kk-view-btn{font-size:.7rem;padding:.78rem .55rem}.kk-price-wrap{font-size:.94rem}

@media (max-width:767px){.kk-page-hero{min-height:280px}.kk-page-section-shell{margin-top:-34px;padding-top:24px}.kk-page-hero-title{font-size:2.6rem}.kk-breadcrumbs{font-size:.78rem;padding:.7rem .95rem}.kk-featured-carousel .car-card-img-wrapper{height:190px}}
