/* Final design polish: improved typography, breathing space and clearer fleet cards */
:root{
  --font-body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-heading:'Poppins','Inter',system-ui,sans-serif;
}
body{font-family:var(--font-body);font-size:16px;line-height:1.75;color:#33443a;background:#fbfaf6;}
h1,h2,h3,h4,.section-title h2,.page-hero h1{font-family:var(--font-heading);letter-spacing:-.035em;line-height:1.14;color:var(--green);}
p,li{font-size:16px;line-height:1.75;}
.section{padding:74px 0;}
.section-title{gap:28px;margin-bottom:34px;align-items:flex-end;}
.section-title>p{max-width:740px;color:#59685f;font-size:16px;}
.article{max-width:100%;}
.article p{margin-bottom:18px;}
.service-intro-card,.rav4-intro-card,.content-panel{padding:34px;border-radius:24px;background:#fff;border:1px solid rgba(18,65,39,.11);box-shadow:0 14px 36px rgba(7,36,19,.06);margin-bottom:32px;}
.content-panel.alt-panel{background:#f3f8f4;}
.content-panel h2,.service-intro-card h2,.rav4-intro-card h2{margin-top:0;font-size:clamp(27px,3vw,38px);}
.content-panel h3{margin-bottom:8px;}
.seo-copy-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start;}
.seo-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:24px 0;}
.seo-three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:24px 0;}
.seo-card{background:#fff;border:1px solid rgba(18,65,39,.1);border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(7,36,19,.05);}
.seo-card h3{font-size:21px;margin:0 0 10px;}
.seo-card ul{padding-left:20px;margin:10px 0 0;}
.seo-card li{margin-bottom:7px;}
.keyword-strip{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 4px;}
.keyword-strip span,.keyword-strip a{display:inline-flex;align-items:center;background:#eef7f1;border:1px solid #d7e8dc;color:var(--green);font-weight:800;border-radius:999px;padding:9px 14px;font-size:13px;text-decoration:none;}
/* Fleet grid: image on top, text below */
.mini-fleet-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;}
.mini-fleet-card{display:flex!important;flex-direction:column!important;background:#fff;border:1px solid rgba(18,65,39,.1);border-radius:24px!important;padding:0!important;box-shadow:0 14px 34px rgba(7,36,19,.07);overflow:hidden;transition:.25s ease;}
.mini-fleet-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(7,36,19,.12);}
.mini-fleet-card img{width:100%!important;height:220px!important;object-fit:cover!important;border-radius:0!important;display:block;}
.mini-fleet-card>div{padding:22px 22px 24px;}
.mini-fleet-card h3{font-size:22px;margin:0 0 8px;color:var(--green);}
.mini-fleet-card p{margin:0 0 14px;color:#59685f;line-height:1.65;}
.fleet-meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 14px;}
.fleet-meta span{background:#f6f1dd;color:#5f4a04;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800;}
.mini-fleet-card a{display:inline-flex;background:var(--green);color:#fff!important;text-decoration:none!important;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:900;}
.service-seo-grid .card{padding:0;overflow:hidden;}
.service-seo-grid .card img{height:205px;width:100%;object-fit:cover;display:block;}
.service-seo-grid .card-content{padding:24px;}
.service-seo-grid .card h3{font-size:22px;}
.clean-lead{font-size:18px;line-height:1.85;color:#46594e;max-width:940px;}
.page-hero p{max-width:820px;line-height:1.7;}
.route-grid a{min-height:52px;display:flex;align-items:center;justify-content:center;text-align:center;}
@media(max-width:1100px){.mini-fleet-grid,.seo-three-col{grid-template-columns:repeat(2,minmax(0,1fr))!important}.seo-copy-grid{grid-template-columns:1fr}}
@media(max-width:720px){.mini-fleet-grid,.seo-two-col,.seo-three-col{grid-template-columns:1fr!important}.section{padding:52px 0}.service-intro-card,.rav4-intro-card,.content-panel{padding:24px}.mini-fleet-card img{height:210px!important}}


/* Final readability polish */
body{font-family:"Inter",Arial,sans-serif;line-height:1.68;color:#1d2a22;}
h1,h2,h3,h4,.section-title h2{font-family:"Poppins",Arial,sans-serif;letter-spacing:-.02em;line-height:1.18;}
.section{padding:72px 0;}.section.alt{background:#f8faf7;}
.article p,.content-panel p,.rav4-intro-card p{font-size:16px;line-height:1.75;color:#3f4d43;}
.content-panel{padding:32px;margin-bottom:28px;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(10,49,35,.07);}
.content-wrap{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px;align-items:start;}
.sidebar{position:sticky;top:92px;display:flex;flex-direction:column;gap:18px;}
.side-card{background:#fff;border:1px solid rgba(10,49,35,.12);border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(10,49,35,.06);}
.side-card h3{font-size:18px;margin:0 0 12px;color:#0b3d2a;}.side-card p,.side-card li{font-size:14.5px;line-height:1.65;}.side-card ul{padding-left:18px;margin:0;}.side-card a:not(.btn){display:block;padding:8px 0;border-bottom:1px solid rgba(10,49,35,.08);font-weight:600;color:#0b3d2a;text-decoration:none;}
.service-fleet-grid,.mini-fleet-grid{gap:24px;}.service-fleet-card,.mini-fleet-card{overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(10,49,35,.07);}.service-fleet-card img,.mini-fleet-card img{width:100%;height:210px;object-fit:cover;display:block;}.service-fleet-card div,.mini-fleet-card div{padding:18px;}
.keyword-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.keyword-strip a{background:#eef6ef;border:1px solid rgba(10,49,35,.12);border-radius:999px;padding:8px 13px;text-decoration:none;color:#0b3d2a;font-size:13px;font-weight:700;}
.footer-grid{grid-template-columns:1.3fr 1.2fr 1fr 1.2fr;gap:34px;}
@media(max-width:980px){.content-wrap{grid-template-columns:1fr}.sidebar{position:static}.section{padding:52px 0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.content-panel{padding:24px}.article p,.content-panel p{font-size:15.5px}.service-fleet-card img,.mini-fleet-card img{height:190px}}


/* Final content expansion update: cleaner long-form vehicle pages and balanced sidebars */
.vehicle-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:38px;align-items:start;}
.vehicle-main-image{width:100%;height:430px;object-fit:cover;border-radius:26px;box-shadow:0 18px 45px rgba(10,49,35,.12);margin-bottom:28px;background:#eef3ef;}
.vehicle-section{background:#fff;border:1px solid rgba(10,49,35,.11);border-radius:24px;padding:34px;margin-bottom:26px;box-shadow:0 12px 34px rgba(10,49,35,.06);}
.vehicle-section h2{font-size:clamp(25px,2.5vw,36px);margin:0 0 14px;color:#0b3d2a;}
.vehicle-section h3{font-size:21px;margin:22px 0 8px;color:#0b3d2a;}
.vehicle-section p{font-size:16px;line-height:1.82;color:#35483e;margin:0 0 16px;}
.vehicle-section ul{margin:10px 0 0 20px;padding:0;}.vehicle-section li{margin:0 0 9px;line-height:1.7;}
.vehicle-models{display:grid;grid-template-columns:1fr;gap:18px;margin-top:18px;}.vehicle-model{border:1px solid rgba(10,49,35,.12);border-radius:18px;padding:20px;background:#fbfcfa;}.vehicle-model h3{margin-top:0;}
.vehicle-spec-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid rgba(10,49,35,.12);border-radius:18px;overflow:hidden;margin:16px 0 0;background:#fff;}.vehicle-spec-table th,.vehicle-spec-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(10,49,35,.09);font-size:15px;}.vehicle-spec-table th{width:38%;background:#f0f7f2;color:#0b3d2a;font-weight:800;}.vehicle-spec-table tr:last-child th,.vehicle-spec-table tr:last-child td{border-bottom:0;}
.sidebar-photo{width:100%;height:170px;object-fit:cover;border-radius:16px;margin-bottom:12px;}.side-fleet-card{display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(10,49,35,.08);}.side-fleet-card img{width:86px;height:66px;object-fit:cover;border-radius:12px;}.side-fleet-card strong{display:block;color:#0b3d2a;font-size:14px;line-height:1.25;}.side-fleet-card span{display:block;font-size:12.5px;color:#607166;line-height:1.35;margin-top:4px;}.side-fleet-card:last-child{border-bottom:0;}
.sidebar-quote-form label{display:block;font-size:13px;font-weight:800;color:#0b3d2a;margin:10px 0 5px;}.sidebar-quote-form input,.sidebar-quote-form select,.sidebar-quote-form textarea{width:100%;border:1px solid rgba(10,49,35,.18);border-radius:12px;padding:10px 12px;font-family:inherit;font-size:14px;background:#fff;}.sidebar-quote-form textarea{min-height:86px;resize:vertical;}.sidebar-quote-form button{width:100%;border:0;margin-top:12px;cursor:pointer;}
.related-link-list a{display:block;padding:10px 0;border-bottom:1px solid rgba(10,49,35,.08);color:#0b3d2a;text-decoration:none;font-weight:700;font-size:14.5px;}.related-link-list a:last-child{border-bottom:0;}
.sidebar-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;}.sidebar-stat{background:#f4f8f5;border-radius:14px;padding:12px;text-align:center;}.sidebar-stat strong{display:block;color:#0b3d2a;font-size:18px;}.sidebar-stat span{font-size:12px;color:#65746b;}
@media(max-width:1050px){.vehicle-page-layout{grid-template-columns:1fr}.vehicle-sidebar{position:static}.vehicle-main-image{height:320px}}
@media(max-width:640px){.vehicle-section{padding:24px}.vehicle-main-image{height:240px}.vehicle-spec-table th,.vehicle-spec-table td{display:block;width:100%;border-bottom:0}.vehicle-spec-table tr{display:block;border-bottom:1px solid rgba(10,49,35,.09)}.vehicle-spec-table tr:last-child{border-bottom:0}}


/* Homepage refinement update */
.home-hero-slider{position:relative;height:78vh;min-height:560px;overflow:hidden;background:#082415}.home-hero-slider .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.home-hero-slider .hero-slide.active{opacity:1;z-index:2}.home-hero-slider img{width:100%;height:100%;object-fit:cover;display:block}.home-hero-slider .hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,15,.72),rgba(3,28,15,.32) 42%,rgba(3,28,15,.08) 76%)}.hero-caption{position:absolute;z-index:4;left:max(6vw,42px);bottom:16%;max-width:620px;color:#fff}.hero-caption span{display:inline-flex;background:rgba(242,155,16,.92);color:#102018;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:900;margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}.hero-caption h1{font-size:clamp(36px,5vw,66px)!important;color:#fff!important;line-height:1.06;margin:0 0 14px;text-shadow:0 8px 28px rgba(0,0,0,.35)}.hero-caption p{font-size:clamp(16px,1.5vw,20px);line-height:1.65;color:#fff;max-width:590px;margin-bottom:24px;text-shadow:0 2px 16px rgba(0,0,0,.45)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-arrow{position:absolute;top:50%;z-index:7;transform:translateY(-50%);height:48px;width:48px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(5,38,22,.42);color:#fff;font-size:32px;cursor:pointer}.hero-prev{left:22px}.hero-next{right:22px}.hero-dots{position:absolute;left:0;right:0;bottom:22px;z-index:7;display:flex;justify-content:center;gap:10px}.hero-dots button{height:10px;width:10px;border-radius:50%;border:0;background:rgba(255,255,255,.58);cursor:pointer}.hero-dots button.active{background:var(--gold);width:28px;border-radius:20px}.intro-clean{background:#fff}.refined-split{gap:50px;align-items:center}.intro-photo-single{width:100%;height:440px;object-fit:cover;border-radius:28px;box-shadow:0 24px 55px rgba(7,36,19,.16)}.centered{text-align:center;justify-content:center}.centered p{margin-left:auto;margin-right:auto}.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.home-service-card{background:#fff;border:1px solid rgba(10,49,35,.12);border-radius:24px;overflow:hidden;text-decoration:none;box-shadow:0 14px 36px rgba(10,49,35,.07);transition:.25s ease}.home-service-card:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(10,49,35,.12)}.home-service-card img{width:100%;height:230px;object-fit:cover;display:block}.home-service-card div{padding:24px}.home-service-card h3{font-size:24px;margin:0 0 10px}.home-service-card p{color:#526259;margin:0 0 12px}.home-service-card span{font-weight:900;color:var(--gold)}.fleet-carousel,.blog-carousel{overflow:hidden}.fleet-track{display:flex;gap:22px;animation:fleetScroll 45s linear infinite;width:max-content}.fleet-carousel:hover .fleet-track,.blog-carousel:hover .blog-track{animation-play-state:paused}.fleet-slide-card{width:300px;background:#fff;border-radius:24px;overflow:hidden;text-decoration:none;border:1px solid rgba(10,49,35,.12);box-shadow:0 14px 36px rgba(10,49,35,.07)}.fleet-slide-card img{width:100%;height:210px;object-fit:cover;display:block}.fleet-slide-card div{padding:20px}.fleet-slide-card h3{margin:0 0 8px;font-size:22px}.fleet-slide-card p{font-size:14.5px;color:#526259;margin:0;line-height:1.6}@keyframes fleetScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.routes-photo-section{position:relative;background:linear-gradient(rgba(5,38,22,.68),rgba(5,38,22,.68)),url('../images/seo/uganda-rwanda-routes-car-rental-background.webp') center/cover fixed;color:#fff}.routes-overlay-card{background:rgba(5,38,22,.55);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);padding:44px;border-radius:28px;max-width:980px;margin:auto;text-align:center}.routes-overlay-card h2,.routes-overlay-card p,.eyebrow.light{color:#fff!important}.route-button-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}.route-button-grid a{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.38);color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.15)}.route-button-grid a:hover{background:var(--gold);color:#102018}.camping-video-section{position:relative;overflow:hidden;color:#fff}.camping-video-section .camping-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,38,22,.88),rgba(5,38,22,.65)),url('../images/seo/uganda-camping-gear-rooftop-tent-car-hire.webp') center/cover}.camping-content{position:relative;z-index:2}.video-frame{border-radius:28px;overflow:hidden;box-shadow:0 24px 58px rgba(0,0,0,.35);background:#000;aspect-ratio:16/9}.video-frame iframe{width:100%;height:100%;border:0}.camping-copy h2,.camping-copy p{color:#fff}.why-creative-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.why-creative-grid div{background:#fff;border-radius:24px;border:1px solid rgba(10,49,35,.11);padding:28px;box-shadow:0 14px 36px rgba(10,49,35,.07);position:relative;overflow:hidden}.why-creative-grid div::before{content:'';position:absolute;right:-36px;top:-36px;height:90px;width:90px;border-radius:50%;background:rgba(242,155,16,.14)}.why-creative-grid i{display:inline-flex;height:58px;width:58px;border-radius:18px;background:#eef8f1;color:var(--green);align-items:center;justify-content:center;font-size:28px;margin-bottom:18px}.why-creative-grid h3{font-size:21px;margin:0 0 10px}.faq-section-modern .faq-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-section-modern details{box-shadow:0 12px 28px rgba(10,49,35,.05)}.blog-track{display:flex;gap:22px;animation:blogScroll 55s linear infinite;width:max-content}.blog-slide-card{width:340px;background:#fff;border-radius:24px;overflow:hidden;text-decoration:none;border:1px solid rgba(10,49,35,.12);box-shadow:0 14px 34px rgba(10,49,35,.07)}.blog-slide-card img{height:205px;width:100%;object-fit:cover}.blog-slide-card div{padding:22px}.blog-slide-card span,.blog-list-card span{font-size:12px;font-weight:900;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.blog-slide-card h3,.blog-list-card h3{font-size:21px;margin:7px 0}.blog-slide-card p,.blog-list-card p{font-size:14.5px;color:#526259;line-height:1.6}.blog-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.blog-list-card{background:#fff;border-radius:24px;overflow:hidden;text-decoration:none;border:1px solid rgba(10,49,35,.12);box-shadow:0 14px 34px rgba(10,49,35,.07)}.blog-list-card img{width:100%;height:220px;object-fit:cover}.blog-list-card div{padding:22px}.article-top-image{width:100%;height:360px;object-fit:cover;border-radius:24px;margin-bottom:24px}@keyframes blogScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.professional-wa .whatsapp-toggle{height:auto;width:auto;border-radius:999px;padding:10px 16px 10px 14px;background:#0b6b3e;box-shadow:0 15px 34px rgba(0,0,0,.22);display:flex;gap:9px;align-items:center;color:#fff;border:1px solid rgba(255,255,255,.18)}.professional-wa .whatsapp-toggle span{background:#1bd15e;color:#073019;border-radius:50px;padding:6px 9px;font-weight:900;font-size:12px}.professional-wa .whatsapp-toggle strong{font-size:14px}.professional-wa .wa-head{display:flex;flex-direction:column;gap:2px;background:#0b6b3e;color:#fff;border-radius:16px 16px 0 0;margin:-18px -18px 14px;padding:16px 18px}.professional-wa .wa-head span{font-size:12px;color:#d7ffe2}.professional-wa .whatsapp-popup{border-radius:18px;overflow:hidden}.page-hero h1,.page-hero p{color:#fff!important}.page-hero .eyebrow{color:#fff!important}.service-seo-grid .card h3,.fleet-seo-grid .card h3{color:#0b3d2a!important}
@media(max-width:1000px){.home-service-grid,.blog-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-creative-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero-slider{height:680px}.hero-caption{left:28px;right:28px;bottom:13%}}
@media(max-width:640px){.home-service-grid,.blog-list-grid,.why-creative-grid,.faq-section-modern .faq-home-grid{grid-template-columns:1fr}.home-hero-slider{height:650px;min-height:0}.hero-caption h1{font-size:34px!important}.hero-caption{left:22px;right:22px}.intro-photo-single{height:270px}.routes-overlay-card{padding:28px}.fleet-slide-card{width:270px}.hero-arrow{display:none}}

/* Final Turiken homepage refinements */
.refined-home-hero{height:70vh;min-height:500px}.refined-home-hero .hero-slide::after{background:linear-gradient(90deg,rgba(4,28,17,.66),rgba(4,28,17,.25) 45%,rgba(4,28,17,.06) 80%)}.refined-home-hero .hero-caption{max-width:540px;bottom:14%}.refined-home-hero .hero-caption h1{font-size:clamp(30px,4vw,52px)!important;line-height:1.08}.refined-home-hero .hero-caption p{font-size:clamp(15px,1.25vw,18px);line-height:1.55;max-width:520px}.refined-home-hero .hero-caption span{font-size:11px;padding:7px 12px;margin-bottom:12px}.fleet-track{animation-duration:110s!important;animation-timing-function:linear!important}.blog-track{animation-duration:120s!important;animation-timing-function:linear!important}.fleet-slide-card{width:318px}.fleet-slide-card img{height:218px}.fleet-slide-card div{padding:18px 20px 20px}.fleet-tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}.fleet-tags span{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;background:#eef7f1;color:#0b3d2a;border:1px solid rgba(10,61,42,.12);border-radius:999px;padding:5px 8px}.fleet-price{display:block;margin-top:12px;color:#f29b10;font-size:15px}.routes-photo-section{background:linear-gradient(rgba(3,24,14,.62),rgba(3,24,14,.7)),url('../images/seo/uganda-rwanda-cross-border-car-rental-katuna-cyanika-border.webp') center/cover fixed!important}.routes-overlay-card{background:rgba(2,25,14,.56)!important}.routes-overlay-card h2{font-size:clamp(30px,4vw,48px);color:#fff!important}.routes-overlay-card p{color:#f3fff8!important}.route-button-grid a{background:rgba(255,255,255,.22)!important;color:#fff!important}.route-button-grid a:hover{background:#f29b10!important;color:#102018!important}.camping-video-section .camping-bg{background:linear-gradient(90deg,rgba(4,30,18,.86),rgba(4,30,18,.58)),url('../images/seo/uganda-rooftop-tent-camping-gear-safari-background.webp') center/cover!important}.why-modern .eyebrow,.faq-section-modern .eyebrow,.blog-home-section .eyebrow,.vehicle-carousel-section .eyebrow,.home-services-section .eyebrow,.rwanda-fleet-focus .eyebrow{color:#0b6b3e!important}.routes-photo-section .eyebrow,.camping-video-section .eyebrow{color:#fff!important}.footer *,.cta-strip *{color:inherit}.footer h4,.footer a,.footer p,.footer span,.footer-bottom a{color:#dbe9df!important}.footer h4{color:#fff!important}.professional-wa .wa-head strong{color:#fff!important}.professional-wa .whatsapp-popup .wa-head span{color:#d7ffe2!important}.professional-wa .whatsapp-popup p{color:#33453b}.professional-wa .whatsapp-toggle{background:#075e36!important}.professional-wa .whatsapp-toggle span{background:#25D366!important;color:#052f1b!important}.professional-wa .btn-whatsapp{background:#25D366!important;color:#052f1b!important;border-radius:999px;text-transform:none;font-weight:900}.page-hero,.vehicle-hero{background-position:center!important}.page-hero h1,.page-hero p,.page-hero .eyebrow{color:#fff!important}.green-on-dark,.dark-section h1,.dark-section h2,.dark-section h3,.dark-section p{color:#fff!important}@media(max-width:640px){.refined-home-hero{height:610px;min-height:0}.refined-home-hero .hero-caption h1{font-size:30px!important}.refined-home-hero .hero-caption p{font-size:15px}.fleet-slide-card{width:280px}}

/* Final fleet carousel, contrast and footer polish */
.vehicle-carousel-section{position:relative;overflow:hidden}
.fleet-carousel-wrap{position:relative;padding:0 58px}
.fleet-carousel{overflow:hidden;scroll-behavior:smooth}
.fleet-track{animation:none!important;display:flex;gap:24px;width:max-content;transition:transform .55s ease}
.fleet-slide-card{flex:0 0 330px;width:330px!important;border-radius:26px;background:#fff;border:1px solid rgba(8,51,32,.12);box-shadow:0 18px 45px rgba(7,42,26,.1);overflow:hidden;transition:transform .25s ease, box-shadow .25s ease}
.fleet-slide-card:hover{transform:translateY(-5px);box-shadow:0 26px 60px rgba(7,42,26,.16)}
.fleet-slide-card img{height:230px!important;width:100%;object-fit:cover;display:block;background:#eef2ef}
.fleet-slide-card .fleet-card-body{padding:18px 20px 20px!important}
.fleet-slide-card h3{font-size:22px;line-height:1.2;margin:5px 0 8px;color:#0d2b1d!important}
.fleet-slide-card p{font-size:14px;line-height:1.62;color:#526259;margin:0 0 15px;min-height:67px}
.fleet-tags{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 10px}
.fleet-tags span{display:inline-flex;align-items:center;border:1px solid rgba(9,84,50,.18);background:rgba(9,84,50,.07);color:#0b4a2c!important;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;line-height:1;white-space:nowrap}
.fleet-price-row{display:flex!important;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#fff7e9,#fff);border:1px solid rgba(242,155,16,.25);border-radius:16px;padding:11px 13px!important;margin-top:12px}
.fleet-price-row span{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#6b746d;font-weight:900}
.fleet-price-row strong{font-size:15px;color:#d27600;font-weight:950;white-space:nowrap}
.fleet-control{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid rgba(8,51,32,.15);background:#fff;color:#073d22;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 14px 34px rgba(7,42,26,.15);display:flex;align-items:center;justify-content:center}
.fleet-prev{left:0}.fleet-next{right:0}
.fleet-control:hover{background:#f29b10;color:#fff}
.routes-photo-section .eyebrow,.routes-photo-section h1,.routes-photo-section h2,.routes-photo-section h3,.routes-photo-section p,
.camping-video-section .eyebrow,.camping-video-section h1,.camping-video-section h2,.camping-video-section h3,.camping-video-section p,
.cta-strip h2,.cta-strip p{color:#fff!important}
.camping-video-section .camping-bg{background:linear-gradient(90deg,rgba(4,30,18,.84),rgba(4,30,18,.55)),url('../images/seo/uganda-rooftop-tent-camping-gear-safari-background-real.webp') center/cover!important}
.routes-photo-section{background:linear-gradient(rgba(3,24,14,.62),rgba(3,24,14,.7)),url('../images/seo/uganda-rwanda-cross-border-car-rental-border-crossing-real.webp') center/cover fixed!important}
.page-hero{background-image:linear-gradient(90deg,rgba(6,61,34,.9),rgba(6,61,34,.55)),var(--hero-img, url('../images/seo/uganda-rwanda-4x4-car-rental-safari-hero.webp'))!important;background-size:cover!important;background-position:center!important}
.fleet-fullwidth-section .container{max-width:1240px;width:min(1240px,94%)}
.fleet-fullwidth-section .article{padding:0;background:transparent;border:0;box-shadow:none}
.fleet-fullwidth-section .content-panel{background:#fff;border:1px solid rgba(8,51,32,.12);border-radius:24px;padding:32px;box-shadow:0 14px 34px rgba(7,42,26,.07);margin-bottom:28px}
.fleet-fullwidth-section .mini-fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.fleet-fullwidth-section .mini-fleet-card{background:#fff;border:1px solid rgba(8,51,32,.12);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(7,42,26,.07);transition:.25s ease}
.fleet-fullwidth-section .mini-fleet-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(7,42,26,.12)}
.fleet-fullwidth-section .mini-fleet-card img{width:100%;height:235px;object-fit:cover}
.fleet-fullwidth-section .mini-fleet-card>div{padding:22px}
.fleet-fullwidth-section .mini-fleet-card h3{font-size:22px;margin:0 0 8px;color:#0d2b1d!important}
.fleet-fullwidth-section .mini-fleet-card p{font-size:14.5px;line-height:1.65;color:#53645a}
.fleet-fullwidth-section .fleet-meta{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.fleet-fullwidth-section .fleet-meta span{background:#f2f8f4;border:1px solid rgba(8,51,32,.12);color:#0b4a2c;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}
.fleet-fullwidth-section .mini-fleet-card a{display:inline-flex;background:#063d22;color:#fff;border-radius:999px;padding:10px 14px;font-weight:900;font-size:12px}
.footer-powered a{color:#fff!important;font-weight:900;text-decoration:underline;text-decoration-color:#f29b10;text-underline-offset:3px}
@media(max-width:1000px){.fleet-fullwidth-section .mini-fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fleet-carousel-wrap{padding:0 48px}.fleet-slide-card{flex-basis:310px;width:310px!important}}
@media(max-width:640px){.fleet-fullwidth-section .mini-fleet-grid{grid-template-columns:1fr}.fleet-carousel-wrap{padding:0 8px}.fleet-control{display:none}.fleet-slide-card{flex-basis:285px;width:285px!important}.fleet-slide-card img{height:205px!important}.fleet-price-row{align-items:flex-start;flex-direction:column}.cta-inner{align-items:flex-start}}

/* Premium carousel and headline upgrade */
.section-title h2,
.home-services-section h2,
.vehicle-carousel-section h2,
.routes-overlay-card h2,
.why-modern h2,
.faq-section-modern h2,
.blog-home-section h2,
.camping-copy h2,
.page-hero h1,
.vehicle-hero h1{
  font-weight:950!important;
  letter-spacing:-.035em;
  line-height:1.04;
  text-shadow:0 2px 0 rgba(255,255,255,.55),0 8px 20px rgba(8,51,32,.16);
}
.routes-overlay-card h2,
.camping-copy h2,
.page-hero h1,
.vehicle-hero h1{
  text-shadow:0 2px 0 rgba(0,0,0,.24),0 14px 34px rgba(0,0,0,.45)!important;
}
.vehicle-carousel-section{
  background:radial-gradient(circle at 15% 10%, rgba(242,155,16,.10), transparent 28%),linear-gradient(180deg,#fff,#f6faf7);
}
.vehicle-carousel-section .section-title{align-items:flex-end;margin-bottom:28px}
.fleet-carousel-wrap{
  padding:0 82px!important;
  position:relative;
}
.fleet-carousel{
  overflow:hidden!important;
  padding:12px 0 24px;
}
.fleet-track{
  display:flex!important;
  gap:26px!important;
  animation:none!important;
  width:max-content!important;
  transition:none!important;
}
.fleet-slide-card{
  flex:0 0 344px!important;
  width:344px!important;
  border-radius:30px!important;
  border:1px solid rgba(6,61,34,.12)!important;
  box-shadow:0 20px 55px rgba(7,42,26,.12)!important;
  background:linear-gradient(180deg,#fff,#fbfffc)!important;
  position:relative;
}
.fleet-slide-card::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:30px;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.fleet-slide-card:hover{transform:translateY(-7px);box-shadow:0 34px 72px rgba(7,42,26,.20)!important}
.fleet-slide-card img{height:232px!important;border-bottom:1px solid rgba(6,61,34,.08)}
.fleet-card-body{
  min-height:260px;
  display:flex;
  flex-direction:column;
  padding:20px 21px 21px!important;
}
.fleet-slide-card h3{
  order:1;
  font-size:24px!important;
  margin:0 0 9px!important;
  color:#092f1d!important;
  text-shadow:0 1px 0 rgba(255,255,255,.8),0 8px 20px rgba(6,61,34,.10);
}
.fleet-slide-card p{
  order:2;
  margin:0 0 14px!important;
  min-height:70px;
  color:#4d5d54!important;
}
.fleet-tags{
  order:3;
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  margin:auto 0 13px!important;
  overflow:hidden;
}
.fleet-tags span{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(6,61,34,.22)!important;
  background:rgba(255,255,255,.66)!important;
  color:#0a3d26!important;
  border-radius:999px!important;
  padding:5px 7px!important;
  font-size:9.2px!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  box-shadow:0 6px 14px rgba(6,61,34,.05);
}
.fleet-price-row{
  order:4;
  margin-top:0!important;
  border-radius:18px!important;
  padding:12px 14px!important;
  background:linear-gradient(135deg,#0b3d2a 0%,#105c3c 62%,#f29b10 160%)!important;
  border:1px solid rgba(242,155,16,.38)!important;
  box-shadow:0 13px 28px rgba(6,61,34,.14);
}
.fleet-price-row span{
  color:#dff6e8!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
}
.fleet-price-row strong{
  color:#fff!important;
  font-size:16px!important;
  letter-spacing:.01em;
}
.fleet-control{
  top:50%!important;
  width:58px!important;
  height:58px!important;
  font-size:38px!important;
  background:linear-gradient(145deg,#fff,#eef7f1)!important;
  color:#08351f!important;
  border:1px solid rgba(6,61,34,.18)!important;
  box-shadow:0 18px 42px rgba(6,61,34,.20), inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.fleet-prev{left:12px!important}.fleet-next{right:12px!important}
.fleet-control:hover{background:linear-gradient(145deg,#f29b10,#d98200)!important;color:#fff!important;transform:translateY(-50%) scale(1.06)!important}
.fleet-control:active{transform:translateY(-50%) scale(.98)!important}
.fleet-control::before{content:'';position:absolute;inset:-9px;border-radius:50%;background:rgba(242,155,16,.12);z-index:-1}
@media(max-width:1000px){.fleet-carousel-wrap{padding:0 62px!important}.fleet-slide-card{flex-basis:326px!important;width:326px!important}}
@media(max-width:640px){.fleet-carousel-wrap{padding:0 12px!important}.fleet-control{display:none!important}.fleet-slide-card{flex-basis:292px!important;width:292px!important}.fleet-card-body{min-height:270px}.fleet-tags span{font-size:8.7px!important;padding:5px 6px!important}}

/* Final carousel size and one-card scrolling polish */
.vehicle-carousel-section .container{max-width:1240px!important;width:min(1240px,94%)!important;}
.vehicle-carousel-section .section-title h2{font-size:clamp(30px,4vw,50px)!important;}
.fleet-carousel-wrap{padding:0 46px!important;position:relative!important;}
.fleet-carousel{overflow:hidden!important;scroll-behavior:smooth!important;padding:12px 0 24px!important;}
.fleet-track{display:flex!important;gap:18px!important;animation:none!important;transition:none!important;width:max-content!important;align-items:stretch!important;}
.fleet-slide-card{flex:0 0 clamp(286px,calc((94vw - 126px)/3),326px)!important;width:clamp(286px,calc((94vw - 126px)/3),326px)!important;border-radius:24px!important;box-shadow:0 16px 38px rgba(7,42,26,.12)!important;}
.fleet-slide-card img{height:214px!important;width:100%!important;object-fit:cover!important;}
.fleet-card-body{min-height:248px!important;padding:17px 18px 18px!important;display:flex!important;flex-direction:column!important;}
.fleet-slide-card h3{font-size:21px!important;margin:0 0 8px!important;}
.fleet-slide-card p{font-size:13.7px!important;line-height:1.55!important;min-height:60px!important;margin:0 0 12px!important;}
.fleet-tags{order:3!important;margin:auto 0 12px!important;display:flex!important;gap:5px!important;flex-wrap:nowrap!important;align-items:center!important;overflow:hidden!important;}
.fleet-tags span{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;font-size:8.8px!important;font-weight:900!important;line-height:1!important;padding:5px 6px!important;border-radius:999px!important;border:1px solid rgba(6,61,34,.30)!important;background:rgba(255,255,255,.72)!important;color:#0b4a2c!important;letter-spacing:.01em!important;text-transform:none!important;box-shadow:none!important;}
.fleet-price-row{order:4!important;display:grid!important;grid-template-columns:1fr!important;gap:4px!important;align-items:start!important;justify-content:start!important;margin-top:0!important;padding:11px 13px!important;border-radius:16px!important;background:linear-gradient(135deg,#073d22,#0b6b3e)!important;border:1px solid rgba(242,155,16,.35)!important;}
.fleet-price-row span{display:block!important;color:#dff6e8!important;font-size:9.5px!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:900!important;}
.fleet-price-row strong{display:block!important;color:#fff!important;font-size:15px!important;font-weight:950!important;line-height:1.2!important;}
.fleet-control{width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;background:#0b6b3e!important;color:#fff!important;border:1px solid rgba(255,255,255,.36)!important;box-shadow:0 12px 26px rgba(6,61,34,.22)!important;font-size:25px!important;line-height:1!important;z-index:10!important;}
.fleet-control::before{display:none!important;content:none!important;}
.fleet-prev{left:4px!important;}
.fleet-next{right:4px!important;}
.fleet-control:hover{background:#064626!important;color:#fff!important;transform:translateY(-50%) scale(1.04)!important;}
.fleet-control:focus-visible{outline:3px solid rgba(242,155,16,.65)!important;outline-offset:3px!important;}
@media(max-width:1000px){.fleet-carousel-wrap{padding:0 42px!important}.fleet-slide-card{flex-basis:clamp(270px,calc((94vw - 102px)/2),326px)!important;width:clamp(270px,calc((94vw - 102px)/2),326px)!important}.fleet-control{width:34px!important;height:34px!important;font-size:23px!important}}
@media(max-width:640px){.fleet-carousel-wrap{padding:0 8px!important}.fleet-control{display:none!important}.fleet-slide-card{flex-basis:82vw!important;width:82vw!important}.fleet-tags span{font-size:8.6px!important;padding:5px 5px!important}}
