:root {
    --navy: #0A2B5C;
    --navy-dark: #071A33;
    --orange: #F56A00;
    --orange-dark: #D95700;
    --ink: #142033;
    --muted: #667085;
    --line: #E4E9F0;
    --paper: #FFFFFF;
    --soft: #F4F7FA;
    --shadow: 0 22px 60px rgba(7, 26, 51, .12);
    --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #F8FAFC; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; background: #FFFFFF; }
.section.alt { background: linear-gradient(180deg, #F7F9FC 0%, #F1F5F9 100%); }
.section-head { max-width: 720px; margin-bottom: 42px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .79rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--orange); }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--orange); }
h1, h2, h3 { margin: 0; line-height: 1.15; color: var(--navy-dark); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-top: 12px; }
.section-head p { color: var(--muted); font-size: 1.04rem; margin: 16px 0 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; padding: 14px 22px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 30px rgba(255, 106, 0, .24); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-outline { border: 1px solid rgba(255,255,255,.4); color: #fff; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 70; transition: .25s ease; background: linear-gradient(180deg, rgba(7,26,51,.88), rgba(7,26,51,.58), transparent); }
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 10px 30px rgba(7,26,51,.10); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(10,43,92,.07); }
.navbar { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; transition: .25s ease; }
.brand img { width: 190px; max-height: 70px; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(7,26,51,.08)); }
.site-header:not(.scrolled) .brand { background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(244,247,250,.98)); border: 1px solid rgba(255,255,255,.85); padding: 7px 13px; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.site-header.scrolled .brand { background: #FFFFFF; border: 1px solid #E5EAF0; padding: 5px 11px; box-shadow: 0 6px 18px rgba(7,26,51,.07); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a:not(.btn) { font-weight: 700; font-size: .95rem; color: #fff; }
.site-header.scrolled .nav-links a:not(.btn) { color: var(--navy-dark); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.96); color: var(--navy); width: 48px; height: 48px; border-radius: 14px; font-size: 1.4rem; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.site-header.scrolled .nav-toggle { border-color: #E2E8F0; box-shadow: 0 7px 18px rgba(7,26,51,.08); }

.hero { min-height: 760px; position: relative; overflow: hidden; background: var(--navy-dark); }
.hero-slides { min-height: 760px; position: relative; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .7s ease; background-size: cover; background-position: center; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,51,.94) 0%, rgba(10,43,92,.79) 48%, rgba(7,26,51,.34) 100%); }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-content { position: relative; z-index: 2; padding-top: 190px; max-width: 750px; color: #fff; }
.hero-badge { display: inline-flex; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { font-size: clamp(3rem, 7vw, 6rem); color: #fff; margin-top: 20px; letter-spacing: -.04em; }
.hero p { max-width: 650px; font-size: 1.12rem; color: rgba(255,255,255,.8); margin: 22px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-controls { position: absolute; z-index: 4; bottom: 60px; left: 50%; width: min(1180px, calc(100% - 40px)); transform: translateX(-50%); display: flex; align-items: center; gap: 10px; }
.hero-dot { width: 42px; height: 5px; border: 0; padding: 0; background: rgba(255,255,255,.35); cursor: pointer; border-radius: 999px; }
.hero-dot.active { background: var(--orange); }
.hero-fallback { background: radial-gradient(circle at 82% 18%, rgba(245,106,0,.17) 0, transparent 28%), radial-gradient(circle at 72% 42%, #174B8A 0, transparent 34%), linear-gradient(135deg,#071A33,#0A2B5C); }

.trust-strip { position: relative; z-index: 8; margin-top: -36px; }
.trust-card { background: rgba(255,255,255,.98); box-shadow: var(--shadow); border: 1px solid rgba(10,43,92,.06); border-radius: 22px; padding: 26px 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item strong { display: block; color: var(--navy); font-size: 1.35rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.about-card { background: linear-gradient(145deg, #FFFFFF 0%, #F5F8FC 62%, #EEF3F8 100%); color: var(--ink); border: 1px solid #E1E7EF; border-radius: 30px; min-height: 480px; padding: 40px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.about-card::after { content: "AP"; position: absolute; right: -20px; bottom: -80px; font-size: 15rem; font-weight: 900; line-height: 1; color: rgba(10,43,92,.045); }
.about-card img { width: 270px; background: #FFFFFF; padding: 18px; border: 1px solid #E1E7EF; border-radius: 22px; box-shadow: 0 16px 36px rgba(7,26,51,.10); }
.about-card h3 { color: var(--navy-dark); font-size: 2rem; margin: 34px 0 14px; }
.about-card p { color: #596579; max-width: 520px; }
.about-copy p { color: var(--muted); }
.checks { display: grid; gap: 13px; margin: 28px 0; }
.check { display: flex; gap: 12px; align-items: flex-start; font-weight: 700; color: var(--navy-dark); }
.check i { font-style: normal; width: 26px; height: 26px; border-radius: 50%; background: #fff1e8; color: var(--orange); display: grid; place-items: center; flex: 0 0 26px; }

.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vehicle-card { background: #fff; border: 1px solid #edf0f4; border-radius: 24px; overflow: hidden; box-shadow: 0 14px 34px rgba(8,38,83,.06); transition: .25s ease; }
.vehicle-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.vehicle-image { aspect-ratio: 16/10; background: linear-gradient(135deg,#edf2f8,#fff); display: grid; place-items: center; overflow: hidden; position: relative; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-image .placeholder { font-size: 4rem; color: #b6c0d0; }
.vehicle-badge { position: absolute; top: 16px; left: 16px; background: var(--orange); color: #fff; border-radius: 999px; padding: 7px 12px; font-size: .75rem; font-weight: 800; }
.vehicle-body { padding: 22px; }
.vehicle-body h3 { font-size: 1.35rem; }
.vehicle-body p { color: var(--muted); min-height: 52px; }
.vehicle-meta { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0 20px; }
.vehicle-meta span { background: var(--soft); color: var(--navy); border-radius: 999px; padding: 7px 10px; font-size: .78rem; font-weight: 800; }
.vehicle-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { font-weight: 900; color: var(--navy); font-size: 1rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery-item { border: 0; padding: 0; border-radius: 20px; overflow: hidden; cursor: zoom-in; position: relative; background: #e9eef5; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after { content: attr(data-title); position: absolute; inset: auto 0 0; padding: 40px 18px 16px; color: #fff; font-weight: 800; text-align: left; background: linear-gradient(transparent,rgba(0,0,0,.65)); }
.empty-state { grid-column: 1/-1; background: #fff; border: 1px dashed #cfd7e3; padding: 48px; border-radius: 24px; text-align: center; color: var(--muted); }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { background: #fff; border-radius: 22px; border: 1px solid #edf0f4; padding: 28px; box-shadow: 0 12px 30px rgba(8,38,83,.05); }
.stars { color: #ff9d2e; letter-spacing: 2px; }
.testimonial p { color: #4b5563; }
.testimonial strong { color: var(--navy); }
.testimonial small { display: block; color: var(--muted); margin-top: 2px; }

.cta-box { background: linear-gradient(120deg,var(--navy-dark),var(--navy) 65%,#174b8a); border-radius: 30px; padding: 54px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; overflow: hidden; position: relative; }
.cta-box::after { content: ""; width: 290px; height: 290px; border: 55px solid rgba(255,106,0,.2); border-radius: 50%; position: absolute; right: -100px; top: -120px; }
.cta-box h2 { color: #fff; font-size: clamp(2rem,4vw,3rem); }
.cta-box p { color: rgba(255,255,255,.75); margin-bottom: 0; }
.cta-content { position: relative; z-index: 2; max-width: 700px; }
.cta-box .btn { position: relative; z-index: 2; flex: 0 0 auto; }

.site-footer { background: linear-gradient(135deg, #071A33 0%, #0A2B5C 100%); color: rgba(255,255,255,.78); padding: 64px 0 26px; border-top: 4px solid var(--orange); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 50px; }
.footer-logo { width: 250px; background: linear-gradient(145deg,#FFFFFF,#F3F6FA); padding: 16px; border: 1px solid rgba(255,255,255,.88); border-radius: 20px; margin-bottom: 20px; box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer a { display: block; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; font-size: .85rem; display: flex; justify-content: space-between; gap: 20px; }

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 13px 18px; border-radius: 999px; box-shadow: 0 16px 30px rgba(0,0,0,.2); font-weight: 900; }
.wa-float .icon { font-size: 1.3rem; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 110; max-width: 760px; margin: auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 18px; display: none; align-items: center; gap: 20px; }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .88rem; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions button { border: 0; border-radius: 999px; padding: 10px 14px; font-weight: 800; cursor: pointer; }
.cookie-actions .accept { color:#fff; background:var(--navy); }

.lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(0,0,0,.92); display: none; place-items: center; padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1200px,96vw); max-height: 86vh; border-radius: 14px; }
.lightbox button { position: absolute; right: 24px; top: 20px; border: 0; color: #fff; background: transparent; font-size: 2.5rem; cursor: pointer; }


/* Brand visibility refinements for the transparent AP Transport NTT logo */
.about-card::before { content: ""; position: absolute; width: 180px; height: 6px; left: 40px; top: 0; background: linear-gradient(90deg, var(--navy), var(--orange)); border-radius: 0 0 999px 999px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: #FFFFFF; }
.site-header.scrolled .nav-links .btn-primary { color: #FFFFFF; }
@media (max-width: 980px) {
    .site-header { background: rgba(7,26,51,.94); backdrop-filter: blur(12px); }
    .site-header.scrolled { background: rgba(255,255,255,.98); }
}
@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .nav-links { position: fixed; top: 82px; left: 20px; right: 20px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 8px; }
    .nav-links.open { display: flex; }
    .nav-links a:not(.btn), .site-header:not(.scrolled) .nav-links a:not(.btn) { color: var(--navy-dark); padding: 10px 8px; }
    .about-grid { grid-template-columns: 1fr; gap: 38px; }
    .vehicle-grid { grid-template-columns: repeat(2,1fr); }
    .testimonials { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .trust-card { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .cta-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 72px 0; }
    .navbar { height: 76px; }
    .brand img { width: 158px; }
    .site-header:not(.scrolled) .brand, .site-header.scrolled .brand { padding: 5px 9px; border-radius: 14px; }
    .about-card img { width: min(100%, 290px); margin: 0 auto; }
    .hero, .hero-slides { min-height: 690px; }
    .hero-content { padding-top: 160px; }
    .hero-controls { bottom: 36px; }
    .trust-card { padding: 22px; }
    .vehicle-grid, .testimonials { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
    .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 1; }
    .about-card { min-height: auto; padding: 30px; }
    .cta-box { padding: 34px 26px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
    .wa-float span.label { display: none; }
    .wa-float { width: 56px; height: 56px; padding: 0; justify-content: center; }
    .cookie-banner { align-items: stretch; flex-direction: column; bottom: 12px; left: 12px; right: 12px; }
    .cookie-actions { width: 100%; }
    .cookie-actions button { flex: 1; }
}
