/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ac-yellow: #FFC107;
  --ac-yellow-dark: #e6ac00;
  --ac-green: #25D366;
  --ac-green-dark: #1aab52;
  --ac-navy: #0f172a;
  --ac-navy2: #1e293b;
  --ac-slate: #334155;
  --ac-muted: #64748b;
  --ac-light: #f8fafc;
  --ac-white: #ffffff;
  --ac-border: #e2e8f0;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: #1e293b; background: #fff; overflow-x: hidden; }
a { text-decoration: none; }
ul { list-style: none; }
.ac-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ac-section { padding: 80px 0; }
.ac-tag { display: inline-block; background: rgba(255,193,7,0.12); color: var(--ac-yellow-dark); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; border: 1px solid rgba(255,193,7,0.3); }
.ac-section-title { font-family: 'Outfit', sans-serif; font-size: clamp(1.7rem,4vw,2.3rem); font-weight: 800; line-height: 1.2; margin-top: 10px; text-align: center; }
.ac-section-sub { color: var(--ac-muted); font-size: 1rem; margin-top: 10px; text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.ac-stars { color: var(--ac-yellow); }
.ac-btn-call { display: inline-flex; align-items: center; gap: 8px; background: var(--ac-yellow); color: var(--ac-navy); font-weight: 700; padding: 12px 24px; border-radius: 10px; font-size: 0.95rem; transition: background 0.2s, transform 0.2s; }
.ac-btn-call:hover { background: var(--ac-yellow-dark); transform: translateY(-1px); }
.ac-btn-wa { display: inline-flex; align-items: center; gap: 8px; background: var(--ac-green); color: #fff; font-weight: 700; padding: 12px 24px; border-radius: 10px; font-size: 0.95rem; transition: background 0.2s, transform 0.2s; }
.ac-btn-wa:hover { background: var(--ac-green-dark); transform: translateY(-1px); }

/* ===== HEADER ===== */
.ac-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(15,23,42,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,193,7,0.15); height: 64px; }
.ac-header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.ac-logo { display: flex; align-items: center; gap: 10px; }
.ac-logo-icon { background: var(--ac-yellow); color: var(--ac-navy); width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.ac-logo-name { font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--ac-yellow); display: block; line-height: 1.1; }
.ac-logo-tag { font-size: 0.72rem; color: #94a3b8; display: block; }
.ac-nav { display: flex; align-items: center; gap: 2px; }
.ac-nav a { color: #cbd5e1; font-size: 0.85rem; font-weight: 500; padding: 6px 10px; border-radius: 6px; transition: color 0.2s, background 0.2s; }
.ac-nav a:hover { color: var(--ac-yellow); background: rgba(255,193,7,0.08); }
.ac-nav-cta { display: flex; gap: 8px; margin-left: 12px; }
.ac-nav-btn { padding: 7px 14px; border-radius: 8px; font-size: 0.82rem; font-weight: 700; display: flex; align-items: center; gap: 6px; transition: background 0.2s; }
.ac-nav-btn-call { background: var(--ac-yellow); color: var(--ac-navy); }
.ac-nav-btn-call:hover { background: var(--ac-yellow-dark); }
.ac-nav-btn-wa { background: var(--ac-green); color: #fff; }
.ac-nav-btn-wa:hover { background: var(--ac-green-dark); }
.ac-nav-toggle { display: none; background: none; border: none; cursor: pointer; color: #fff; font-size: 1.3rem; padding: 4px 8px; }
.ac-mobile-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--ac-navy); border-bottom: 2px solid var(--ac-yellow); z-index: 999; padding: 16px 24px 24px; }
.ac-mobile-nav.open { display: block; }
.ac-mobile-nav a { display: block; color: #cbd5e1; padding: 10px 0; font-size: 0.95rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ac-mobile-nav a:hover { color: var(--ac-yellow); }
.ac-mobile-nav-btns { display: flex; gap: 10px; margin-top: 16px; }
.ac-mobile-nav-btns a { flex: 1; text-align: center; padding: 12px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; }

/* ===== FLOATING BAR ===== */
.ac-float-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; }
.ac-float-bar-inner { display: flex; }
.ac-float-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-weight: 700; font-size: 0.9rem; flex: 1; }
.ac-float-call { color: var(--ac-navy); background: var(--ac-yellow); }
.ac-float-call:hover { background: var(--ac-yellow-dark); color: var(--ac-navy); }
.ac-float-wa { color: #fff; background: var(--ac-green); }
.ac-float-wa:hover { background: var(--ac-green-dark); color: #fff; }

/* ===== HERO ===== */
.ac-hero { min-height: 100vh; padding-top: 64px; display: flex; align-items: center; background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%); position: relative; overflow: hidden; }
.ac-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(255,193,7,0.08) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(37,211,102,0.05) 0%, transparent 60%); pointer-events: none; }
.ac-hero-inner { padding: 60px 0; position: relative; }
.ac-hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,193,7,0.1); border: 1px solid rgba(255,193,7,0.25); color: #fcd34d; font-size: 0.82rem; font-weight: 600; padding: 6px 16px; border-radius: 50px; margin-bottom: 24px; }
.ac-hero-title { font-family: 'Outfit', sans-serif; font-size: clamp(2.2rem,6vw,4rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.ac-hero-hl { color: var(--ac-yellow); }
.ac-hero-city-slot { display: block; min-height: 1.1em; }
.ac-city-in { animation: fadeSlideIn 0.5s ease; }
@keyframes fadeSlideIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.ac-hero-sub { color: #94a3b8; font-size: clamp(0.95rem,2vw,1.1rem); max-width: 560px; line-height: 1.7; margin-bottom: 32px; }
.ac-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.ac-trust-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.ac-trust-pill { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #cbd5e1; font-size: 0.8rem; font-weight: 500; padding: 6px 14px; border-radius: 50px; display: flex; align-items: center; gap: 6px; }
.ac-trust-pill i { color: var(--ac-green); }
.ac-hero-stats { display: flex; flex-wrap: wrap; gap: 32px; padding: 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; }
.ac-stat { text-align: center; }
.ac-stat-num { font-family: 'Outfit', sans-serif; font-size: 1.6rem; font-weight: 900; color: var(--ac-yellow); display: block; }
.ac-stat-lbl { font-size: 0.75rem; color: #64748b; font-weight: 500; }

/* ===== CITY STRIP ===== */
.ac-city-strip { background: var(--ac-navy2); border-top: 1px solid rgba(255,193,7,0.15); border-bottom: 1px solid rgba(255,193,7,0.15); padding: 12px 0; overflow: hidden; }
.ac-city-strip-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 0 24px; max-width: 1100px; margin: 0 auto; }
.ac-city-strip-inner span { color: #94a3b8; font-size: 0.82rem; font-weight: 600; margin-right: 4px; }
.ac-city-strip-inner a { color: #cbd5e1; font-size: 0.82rem; font-weight: 500; padding: 4px 12px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.1); transition: all 0.2s; }
.ac-city-strip-inner a:hover { background: var(--ac-yellow); color: var(--ac-navy); border-color: var(--ac-yellow); }
.ac-icon { margin-right: 4px; }

/* ===== ABOUT ===== */
.ac-about { background: var(--ac-light); }
.ac-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ac-about-left h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; line-height: 1.2; margin-top: 10px; }
.ac-about-left h2 span { color: var(--ac-yellow-dark); }
.ac-about-left p { color: var(--ac-slate); line-height: 1.7; margin-top: 14px; }
.ac-about-points { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.ac-about-points li { display: flex; align-items: flex-start; gap: 10px; color: var(--ac-slate); font-size: 0.95rem; }
.ac-about-points li i { color: var(--ac-green); margin-top: 3px; flex-shrink: 0; }
.ac-about-right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ac-about-stat-card { background: #fff; border: 1px solid var(--ac-border); border-radius: 16px; padding: 24px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.ac-about-stat-card .num { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--ac-navy); display: block; }
.ac-about-stat-card .lbl { font-size: 0.8rem; color: var(--ac-muted); margin-top: 4px; display: block; }

/* ===== SERVICES ===== */
.ac-services { background: #fff; }
.ac-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.ac-svc-card { background: var(--ac-light); border: 1px solid var(--ac-border); border-radius: 16px; padding: 28px; transition: box-shadow 0.2s, transform 0.2s; }
.ac-svc-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-3px); }
.ac-svc-icon { width: 52px; height: 52px; background: rgba(255,193,7,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--ac-yellow-dark); margin-bottom: 16px; }
.ac-svc-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem; color: var(--ac-navy); margin-bottom: 10px; }
.ac-svc-desc { color: var(--ac-muted); font-size: 0.88rem; line-height: 1.6; }
.ac-svc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 0.88rem; font-weight: 700; color: var(--ac-yellow-dark); }
.ac-svc-link:hover { color: var(--ac-navy); }

/* ===== PRICING ===== */
.ac-pricing { background: var(--ac-light); }
.ac-fleet-strip { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 24px 0; }
.ac-fleet-badge { background: #fff; border: 1px solid var(--ac-border); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: var(--ac-slate); display: flex; align-items: center; gap: 8px; }
.ac-pricing-note { background: rgba(255,193,7,0.08); border: 1px solid rgba(255,193,7,0.2); border-radius: 10px; padding: 12px 18px; font-size: 0.88rem; color: var(--ac-slate); margin-bottom: 24px; }
.ac-price-tabs { display: flex; gap: 8px; margin-bottom: 20px; justify-content: center; }
.ac-price-tab { padding: 10px 24px; border-radius: 8px; border: 2px solid var(--ac-border); background: #fff; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 8px; color: var(--ac-slate); }
.ac-price-tab.active { background: var(--ac-yellow); border-color: var(--ac-yellow); color: var(--ac-navy); }
.ac-price-panel { display: none; }
.ac-price-panel.active { display: block; }
.ac-rate-table-wrap { overflow-x: auto; }
.ac-rate-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.ac-rate-table thead tr { background: var(--ac-navy); color: #fff; }
.ac-rate-table th { padding: 14px 20px; font-size: 0.88rem; font-weight: 700; text-align: left; }
.ac-rate-table td { padding: 12px 20px; font-size: 0.9rem; border-bottom: 1px solid var(--ac-border); }
.ac-rate-table td:last-child { text-align: right; font-weight: 700; color: var(--ac-navy); }
.ac-rate-table tbody tr:hover { background: rgba(255,193,7,0.04); }
.ac-rate-table tfoot td { background: rgba(255,193,7,0.06); font-size: 0.82rem; color: var(--ac-muted); border: none; }
.ac-price-info { background: #fff; border: 1px solid var(--ac-border); border-radius: 12px; padding: 24px; margin-top: 24px; }
.ac-price-info h4 { font-size: 1rem; font-weight: 700; margin-bottom: 14px; }
.ac-price-info ul { display: flex; flex-direction: column; gap: 8px; }
.ac-price-info li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--ac-slate); }
.ac-price-info li i { color: var(--ac-green); flex-shrink: 0; margin-top: 2px; }
.ac-pricing-cta { text-align: center; margin-top: 32px; }
.ac-pricing-cta p { color: var(--ac-muted); margin-bottom: 16px; }
.ac-pricing-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== ROUTES ===== */
.ac-routes { background: #fff; }
.ac-routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.ac-route-card { display: block; background: var(--ac-light); border: 1px solid var(--ac-border); border-radius: 14px; padding: 20px; transition: box-shadow 0.2s, transform 0.2s; color: inherit; }
.ac-route-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: var(--ac-yellow); }
.ac-route-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.ac-route-name { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1rem; color: var(--ac-navy); }
.ac-route-prices { text-align: right; }
.ac-route-price-ow { font-size: 0.82rem; font-weight: 700; color: var(--ac-yellow-dark); }
.ac-route-price-tw { font-size: 0.78rem; color: var(--ac-muted); }
.ac-route-meta { display: flex; gap: 14px; margin-bottom: 10px; }
.ac-route-meta span { font-size: 0.8rem; color: var(--ac-muted); display: flex; align-items: center; gap: 4px; }
.ac-route-desc { font-size: 0.83rem; color: var(--ac-slate); line-height: 1.5; }

/* ===== WHY US ===== */
.ac-why { background: var(--ac-navy); }
.ac-why .ac-tag { background: rgba(255,193,7,0.1); color: var(--ac-yellow); border-color: rgba(255,193,7,0.2); }
.ac-why .ac-section-title { color: #fff; }
.ac-why .ac-section-sub { color: #94a3b8; }
.ac-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.ac-why-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; transition: background 0.2s; }
.ac-why-card:hover { background: rgba(255,255,255,0.07); }
.ac-why-icon-wrap { width: 48px; height: 48px; background: rgba(255,193,7,0.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--ac-yellow); flex-shrink: 0; }
.ac-why-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.95rem; color: #fff; margin-bottom: 6px; }
.ac-why-text { font-size: 0.85rem; color: #94a3b8; line-height: 1.5; }

/* ===== REVIEWS ===== */
.ac-reviews { background: var(--ac-light); }
.ac-review-google-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 2px solid #4285f4; color: #4285f4; padding: 8px 20px; border-radius: 50px; font-weight: 700; font-size: 0.88rem; margin-bottom: 24px; transition: all 0.2s; }
.ac-review-google-badge:hover { background: #4285f4; color: #fff; }
.ac-review-overall { text-align: center; margin-bottom: 36px; }
.ac-review-big-num { font-family: 'Outfit', sans-serif; font-size: 3.5rem; font-weight: 900; color: var(--ac-navy); line-height: 1; }
.ac-review-big-stars { font-size: 1.4rem; margin: 8px 0; }
.ac-review-big-sub { color: var(--ac-muted); font-size: 0.9rem; margin-bottom: 12px; }
.ac-google-verified { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--ac-border); color: #4285f4; padding: 6px 16px; border-radius: 50px; font-size: 0.82rem; font-weight: 700; }
.ac-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 24px; }
.ac-review-card { background: #fff; border: 1px solid var(--ac-border); border-radius: 14px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.ac-review-stars { font-size: 0.85rem; margin-bottom: 10px; }
.ac-review-text { font-size: 0.88rem; color: var(--ac-slate); line-height: 1.5; margin-bottom: 14px; font-style: italic; }
.ac-review-author { font-weight: 700; font-size: 0.85rem; color: var(--ac-navy); }
.ac-review-source { font-size: 0.75rem; color: var(--ac-muted); margin-top: 4px; display: flex; align-items: center; gap: 4px; }
.ac-review-source i { color: #4285f4; }
.ac-reviews-cta { text-align: center; margin-top: 32px; }
.ac-btn-google { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 2px solid #4285f4; color: #4285f4; padding: 12px 28px; border-radius: 10px; font-weight: 700; font-size: 0.95rem; transition: all 0.2s; }
.ac-btn-google:hover { background: #4285f4; color: #fff; }

/* ===== BOOKING ===== */
.ac-booking { background: var(--ac-navy); }
.ac-booking-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: flex-start; }
.ac-booking .ac-tag { background: rgba(255,193,7,0.1); color: var(--ac-yellow); border-color: rgba(255,193,7,0.2); }
.ac-booking-info h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.5rem,3vw,2rem); font-weight: 800; color: #fff; margin-top: 10px; line-height: 1.2; }
.ac-booking-info h2 span { color: var(--ac-yellow); }
.ac-booking-info p { color: #94a3b8; line-height: 1.6; margin-top: 12px; }
.ac-booking-contacts { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.ac-bcontact { display: flex; align-items: center; gap: 14px; color: #cbd5e1; font-size: 0.9rem; font-weight: 500; }
.ac-bcontact:hover { color: var(--ac-yellow); }
.ac-bcontact-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.ac-bcontact-icon.yellow { background: rgba(255,193,7,0.15); color: var(--ac-yellow); }
.ac-bcontact-icon.green { background: rgba(37,211,102,0.15); color: var(--ac-green); }
.ac-form-card { background: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 8px 40px rgba(0,0,0,0.3); }
.ac-form-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--ac-navy); margin-bottom: 24px; display: flex; align-items: center; gap: 8px; }
.ac-form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.ac-form-row-2 { grid-template-columns: 1fr 1fr; }
.ac-form-row-3 { grid-template-columns: 1fr 1fr 1fr; }
.ac-form-label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--ac-slate); margin-bottom: 6px; }
.ac-form-input, .ac-form-select { width: 100%; padding: 10px 14px; border: 2px solid var(--ac-border); border-radius: 8px; font-size: 0.9rem; font-family: 'DM Sans', sans-serif; transition: border-color 0.2s; color: var(--ac-navy); background: #fff; }
.ac-form-input:focus, .ac-form-select:focus { outline: none; border-color: var(--ac-yellow); }
.ac-btn-submit { width: 100%; background: var(--ac-green); color: #fff; border: none; padding: 14px; border-radius: 10px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 0.2s; margin-top: 8px; }
.ac-btn-submit:hover { background: var(--ac-green-dark); }
.ac-form-note { text-align: center; font-size: 0.8rem; color: var(--ac-muted); margin-top: 10px; }

/* ===== FAQ ===== */
.ac-faq { background: var(--ac-light); }
.ac-faq-list { max-width: 760px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 12px; }
.ac-faq-item { background: #fff; border: 1px solid var(--ac-border); border-radius: 12px; overflow: hidden; }
.ac-faq-q { width: 100%; background: none; border: none; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--ac-navy); text-align: left; gap: 12px; }
.ac-faq-q i { color: var(--ac-yellow-dark); transition: transform 0.3s; flex-shrink: 0; }
.ac-faq-item.open .ac-faq-q i { transform: rotate(180deg); }
.ac-faq-a { max-height: 0; overflow: hidden; padding: 0 20px; font-size: 0.9rem; color: var(--ac-slate); line-height: 1.6; transition: max-height 0.3s ease, padding 0.3s ease; }
.ac-faq-item.open .ac-faq-a { max-height: 200px; padding: 0 20px 18px; }

/* ===== BOTTOM CTA ===== */
.ac-cta-section { background: linear-gradient(135deg, var(--ac-yellow) 0%, #f59e0b 100%); padding: 70px 24px; text-align: center; }
.ac-cta-section h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem,4vw,2.6rem); font-weight: 900; color: var(--ac-navy); margin-bottom: 12px; }
.ac-cta-section p { color: rgba(15,23,42,0.75); font-size: 1rem; margin-bottom: 28px; }
.ac-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ac-cta-call { display: inline-flex; align-items: center; gap: 8px; background: var(--ac-navy); color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; transition: background 0.2s; }
.ac-cta-call:hover { background: #1e293b; }
.ac-cta-wa { display: inline-flex; align-items: center; gap: 8px; background: var(--ac-green); color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; transition: background 0.2s; }
.ac-cta-wa:hover { background: var(--ac-green-dark); }

/* ===== FOOTER ===== */
.ac-footer { background: var(--ac-navy); border-top: 1px solid rgba(255,193,7,0.15); padding: 60px 0 0; }
.ac-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr 1fr; gap: 40px; padding-bottom: 40px; }
.ac-footer-brand .ac-logo { margin-bottom: 16px; }
.ac-footer-brand p { color: #94a3b8; font-size: 0.85rem; line-height: 1.6; margin-top: 14px; }
.ac-footer-social { display: flex; gap: 10px; margin-top: 16px; }
.ac-footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 0.9rem; transition: all 0.2s; }
.ac-footer-social a:hover { background: var(--ac-yellow); color: var(--ac-navy); }
.ac-footer-col h4 { color: #fff; font-weight: 700; font-size: 0.9rem; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ac-footer-links { display: flex; flex-direction: column; gap: 8px; }
.ac-footer-links a { color: #94a3b8; font-size: 0.84rem; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.ac-footer-links a:hover { color: var(--ac-yellow); }
.ac-footer-links i { font-size: 0.65rem; color: var(--ac-yellow-dark); }
.ac-footer-contact { display: flex; flex-direction: column; gap: 12px; }
.ac-footer-contact-item { display: flex; align-items: flex-start; gap: 10px; }
.ac-footer-contact-item i { color: var(--ac-yellow); margin-top: 3px; flex-shrink: 0; font-size: 0.9rem; }
.ac-footer-contact-item a, .ac-footer-contact-item span { color: #94a3b8; font-size: 0.84rem; line-height: 1.5; }
.ac-footer-contact-item a:hover { color: var(--ac-yellow); }
.ac-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.ac-footer-bottom p { color: #64748b; font-size: 0.8rem; }
.ac-footer-routes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .ac-services-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-routes-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-why-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-footer-grid { grid-template-columns: 1fr 1fr; }
  .ac-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .ac-booking-wrap { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .ac-nav, .ac-nav-cta { display: none; }
  .ac-nav-toggle { display: block; }
  .ac-float-bar { display: block; }
  body { padding-bottom: 56px; }
  .ac-services-grid { grid-template-columns: 1fr; }
  .ac-routes-grid { grid-template-columns: 1fr; }
  .ac-why-grid { grid-template-columns: 1fr; }
  .ac-reviews-grid { grid-template-columns: 1fr 1fr; }
  .ac-footer-grid { grid-template-columns: 1fr; }
  .ac-form-row-2 { grid-template-columns: 1fr; }
  .ac-form-row-3 { grid-template-columns: 1fr 1fr; }
  .ac-about-right { grid-template-columns: 1fr 1fr; }
  .ac-hero-stats { gap: 20px; }
}
@media (max-width: 480px) {
  .ac-reviews-grid { grid-template-columns: 1fr; }
  .ac-form-row-3 { grid-template-columns: 1fr; }
  .ac-price-tabs { flex-direction: column; }
  .ac-price-tab { justify-content: center; }
  .ac-about-right { grid-template-columns: 1fr 1fr; }
  .ac-footer-routes-grid { grid-template-columns: 1fr; }
}

/* ===== THEME 4: FRESH GREEN & WHITE OVERRIDE ===== */
:root {
  --ac-yellow: #059669;
  --ac-yellow-dark: #047857;
  --ac-green: #10b981;
  --ac-green-dark: #059669;
  --ac-navy: #022c22;
  --ac-navy2: #064e3b;
  --ac-light: #f0fdf4;
}
.ac-header { background: rgba(2,44,34,0.97); border-bottom: 2px solid #059669; }
.ac-logo-name { color: #34d399; }
.ac-logo-icon { background: #059669; color: #fff; }
.ac-nav a:hover { color: #34d399; background: rgba(5,150,105,0.1); }
.ac-nav-btn-call { background: #059669; color: #fff; }
.ac-nav-btn-call:hover { background: #047857; }
.ac-nav-btn-wa { background: #10b981; color: #fff; }
.ac-mobile-nav { background: #022c22; border-bottom: 2px solid #059669; }
.ac-mobile-nav a:hover { color: #34d399; }
.ac-hero { background: linear-gradient(135deg, #022c22 0%, #064e3b 50%, #065f46 100%); }
.ac-hero::before { background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(5,150,105,0.15) 0%, transparent 70%); }
.ac-hero-badge { background: rgba(5,150,105,0.15); border-color: rgba(5,150,105,0.3); color: #6ee7b7; }
.ac-hero-hl { color: #34d399; }
.ac-stat-num { color: #34d399; }
.ac-city-strip { background: #064e3b; border-color: rgba(5,150,105,0.2); }
.ac-city-strip-inner a:hover { background: #059669; color: #fff; border-color: #059669; }
.ac-tag { background: rgba(5,150,105,0.1); color: #047857; border-color: rgba(5,150,105,0.3); }
.ac-about { background: #f0fdf4; }
.ac-about-left h2 span { color: #059669; }
.ac-about-points li i { color: #059669; }
.ac-svc-card { background: #f0fdf4; }
.ac-svc-icon { background: rgba(5,150,105,0.1); color: #059669; }
.ac-svc-link { color: #059669; }
.ac-route-card { background: #f0fdf4; }
.ac-route-card:hover { border-color: #059669; }
.ac-route-price-ow { color: #047857; }
.ac-price-tab.active { background: #059669; border-color: #059669; color: #fff; }
.ac-rate-table thead tr { background: #022c22; }
.ac-fleet-badge i { color: #059669; }
.ac-pricing { background: #f0fdf4; }
.ac-pricing-note { background: rgba(5,150,105,0.06); border-color: rgba(5,150,105,0.2); }
.ac-price-info li i { color: #059669; }
.ac-why { background: #022c22; }
.ac-why .ac-tag { background: rgba(5,150,105,0.15); color: #34d399; border-color: rgba(5,150,105,0.3); }
.ac-why-icon-wrap { background: rgba(5,150,105,0.15); color: #34d399; }
.ac-reviews { background: #f0fdf4; }
.ac-review-google-badge { border-color: #059669; color: #059669; }
.ac-review-google-badge:hover { background: #059669; color: #fff; }
.ac-btn-google { border-color: #059669; color: #059669; }
.ac-btn-google:hover { background: #059669; color: #fff; }
.ac-booking { background: #022c22; }
.ac-booking .ac-tag { background: rgba(5,150,105,0.15); color: #34d399; border-color: rgba(5,150,105,0.3); }
.ac-booking-info h2 span { color: #34d399; }
.ac-bcontact-icon.yellow { background: rgba(5,150,105,0.15); color: #34d399; }
.ac-form-input:focus, .ac-form-select:focus { border-color: #059669; }
.ac-faq { background: #f0fdf4; }
.ac-faq-q i { color: #059669; }
.ac-cta-section { background: linear-gradient(135deg, #059669 0%, #047857 100%); }
.ac-cta-section h2 { color: #fff; }
.ac-cta-section p { color: rgba(255,255,255,0.85); }
.ac-cta-call { background: #022c22; color: #fff; }
.ac-cta-call:hover { background: #064e3b; }
.ac-cta-wa { background: #10b981; }
.ac-footer { background: #022c22; border-top-color: rgba(5,150,105,0.2); }
.ac-footer-social a:hover { background: #059669; color: #fff; }
.ac-footer-links a:hover { color: #34d399; }
.ac-footer-contact-item i { color: #34d399; }
.ac-btn-call { background: #059669; color: #fff; }
.ac-btn-call:hover { background: #047857; }
.ac-btn-wa { background: #10b981; }

/* ===== THEME 4 REPLACED: PINK & WHITE MODERN ===== */
:root {
  --ac-yellow: #db2777;
  --ac-yellow-dark: #be185d;
  --ac-green: #25D366;
  --ac-green-dark: #1aab52;
  --ac-navy: #1a0010;
  --ac-navy2: #2d0020;
  --ac-light: #fff0f6;
}
.ac-header { background: rgba(255,255,255,0.98); border-bottom: 2px solid #db2777; box-shadow: 0 2px 20px rgba(219,39,119,0.1); }
.ac-logo-name { color: #db2777; }
.ac-logo-icon { background: #db2777; color: #fff; }
.ac-logo-tag { color: #9d174d; }
.ac-nav a { color: #374151; }
.ac-nav a:hover { color: #db2777; background: rgba(219,39,119,0.07); }
.ac-nav-btn-call { background: #db2777; color: #fff; }
.ac-nav-btn-call:hover { background: #be185d; }
.ac-nav-toggle { color: #db2777; }
.ac-mobile-nav { background: #fff; border-bottom: 2px solid #db2777; }
.ac-mobile-nav a { color: #374151; border-bottom-color: #fce7f3; }
.ac-mobile-nav a:hover { color: #db2777; }
.ac-hero { background: linear-gradient(135deg, #1a0010 0%, #2d0020 50%, #4a0030 100%); }
.ac-hero::before { background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(219,39,119,0.15) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(251,113,133,0.08) 0%, transparent 60%); }
.ac-hero-badge { background: rgba(219,39,119,0.15); border-color: rgba(219,39,119,0.3); color: #fbcfe8; }
.ac-hero-hl { color: #f472b6; }
.ac-stat-num { color: #f472b6; }
.ac-trust-pill { background: rgba(255,255,255,0.06); }
.ac-city-strip { background: #2d0020; border-color: rgba(219,39,119,0.2); }
.ac-city-strip-inner a:hover { background: #db2777; color: #fff; border-color: #db2777; }
.ac-tag { background: rgba(219,39,119,0.1); color: #be185d; border-color: rgba(219,39,119,0.25); }
.ac-about { background: #fff0f6; }
.ac-about-left h2 span { color: #db2777; }
.ac-about-points li i { color: #db2777; }
.ac-about-stat-card .num { color: #1a0010; }
.ac-svc-card { background: #fff; border-color: #fce7f3; }
.ac-svc-card:hover { box-shadow: 0 8px 32px rgba(219,39,119,0.12); }
.ac-svc-icon { background: rgba(219,39,119,0.1); color: #db2777; }
.ac-svc-link { color: #db2777; }
.ac-pricing { background: #fff0f6; }
.ac-price-tab.active { background: #db2777; border-color: #db2777; color: #fff; }
.ac-rate-table thead tr { background: #1a0010; }
.ac-fleet-badge i { color: #db2777; }
.ac-pricing-note { background: rgba(219,39,119,0.06); border-color: rgba(219,39,119,0.2); }
.ac-price-info li i { color: #db2777; }
.ac-route-card { background: #fff; border-color: #fce7f3; }
.ac-route-card:hover { border-color: #db2777; box-shadow: 0 8px 28px rgba(219,39,119,0.1); }
.ac-route-price-ow { color: #be185d; }
.ac-why { background: #1a0010; }
.ac-why .ac-tag { background: rgba(219,39,119,0.15); color: #f472b6; border-color: rgba(219,39,119,0.3); }
.ac-why-icon-wrap { background: rgba(219,39,119,0.15); color: #f472b6; }
.ac-reviews { background: #fff0f6; }
.ac-review-card { border-color: #fce7f3; }
.ac-review-google-badge { border-color: #db2777; color: #db2777; }
.ac-review-google-badge:hover { background: #db2777; color: #fff; }
.ac-google-verified { color: #db2777; }
.ac-btn-google { border-color: #db2777; color: #db2777; }
.ac-btn-google:hover { background: #db2777; color: #fff; }
.ac-booking { background: #1a0010; }
.ac-booking .ac-tag { background: rgba(219,39,119,0.15); color: #f472b6; border-color: rgba(219,39,119,0.3); }
.ac-booking-info h2 span { color: #f472b6; }
.ac-bcontact-icon.yellow { background: rgba(219,39,119,0.15); color: #f472b6; }
.ac-form-input:focus, .ac-form-select:focus { border-color: #db2777; }
.ac-faq { background: #fff0f6; }
.ac-faq-item { border-color: #fce7f3; }
.ac-faq-q i { color: #db2777; }
.ac-cta-section { background: linear-gradient(135deg, #db2777 0%, #be185d 100%); }
.ac-cta-section h2 { color: #fff; }
.ac-cta-section p { color: rgba(255,255,255,0.85); }
.ac-cta-call { background: #1a0010; color: #fff; }
.ac-cta-call:hover { background: #2d0020; }
.ac-footer { background: #1a0010; border-top-color: rgba(219,39,119,0.2); }
.ac-footer-social a:hover { background: #db2777; color: #fff; }
.ac-footer-links a:hover { color: #f472b6; }
.ac-footer-contact-item i { color: #f472b6; }
.ac-btn-call { background: #db2777; color: #fff; }
.ac-btn-call:hover { background: #be185d; }

/* ===== THEME 4 FINAL: LIGHT PINK & WHITE ===== */
body { background: #fff; }
.ac-header { background: rgba(255,255,255,0.98) !important; border-bottom: 2px solid #f9a8d4 !important; box-shadow: 0 2px 20px rgba(219,39,119,0.08); }
.ac-hero { background: linear-gradient(135deg, #fff0f6 0%, #fce7f3 50%, #fbcfe8 100%) !important; }
.ac-hero::before { background: none !important; }
.ac-hero-title { color: #1a0010 !important; }
.ac-hero-sub { color: #6b7280 !important; }
.ac-hero-badge { background: rgba(219,39,119,0.08) !important; border-color: #f9a8d4 !important; color: #be185d !important; }
.ac-hero-hl { color: #db2777 !important; }
.ac-stat-num { color: #db2777 !important; }
.ac-stat-lbl { color: #9ca3af !important; }
.ac-hero-stats { background: rgba(255,255,255,0.7) !important; border-color: #fce7f3 !important; }
.ac-trust-pill { background: rgba(255,255,255,0.8) !important; border-color: #f9a8d4 !important; color: #be185d !important; }
.ac-trust-pill i { color: #db2777 !important; }
.ac-city-strip { background: #fce7f3 !important; border-color: #f9a8d4 !important; }
.ac-city-strip-inner span { color: #9d174d !important; }
.ac-city-strip-inner a { color: #be185d !important; border-color: #f9a8d4 !important; }
.ac-city-strip-inner a:hover { background: #db2777 !important; color: #fff !important; border-color: #db2777 !important; }
.ac-about { background: #fff !important; }
.ac-about-stat-card { background: #fff0f6 !important; border-color: #fce7f3 !important; }
.ac-services { background: #fff !important; }
.ac-svc-card { background: #fff0f6 !important; border-color: #fce7f3 !important; }
.ac-pricing { background: #fff !important; }
.ac-about-stat-card .num { color: #db2777 !important; }
.ac-routes { background: #fff !important; }
.ac-route-card { background: #fff0f6 !important; border-color: #fce7f3 !important; }
.ac-why { background: #fce7f3 !important; }
.ac-why .ac-section-title { color: #1a0010 !important; }
.ac-why .ac-section-sub { color: #6b7280 !important; }
.ac-why-card { background: rgba(255,255,255,0.8) !important; border-color: #f9a8d4 !important; }
.ac-why-title { color: #1a0010 !important; }
.ac-why-text { color: #6b7280 !important; }
.ac-reviews { background: #fff !important; }
.ac-review-card { background: #fff0f6 !important; border-color: #fce7f3 !important; }
.ac-review-big-num { color: #db2777 !important; }
.ac-booking { background: #fce7f3 !important; }
.ac-booking-info h2 { color: #1a0010 !important; }
.ac-booking-info p { color: #6b7280 !important; }
.ac-bcontact { color: #374151 !important; }
.ac-faq { background: #fff !important; }
.ac-faq-item { background: #fff0f6 !important; border-color: #fce7f3 !important; }
.ac-faq-q { color: #1a0010 !important; }
.ac-footer { background: #1a0010 !important; }
