:root {
  --brand-blue: #082b64;
  --brand-blue-2: #0b4ea2;
  --brand-orange: #f56a00;
  --brand-orange-dark: #d95600;
  --ink: #102039;
  --muted: #667085;
  --soft: #f7f9fc;
  --cream: #fff8f1;
  --border: #e7ebf2;
  --shadow: 0 18px 55px rgba(8, 43, 100, .12);
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
img { max-width: 100%; }
section { position: relative; }

.navbar { transition: .25s ease; }
.navbar.scrolled { box-shadow: 0 12px 35px rgba(8,43,100,.10) !important; }
.navbar-brand img { display: block; }
.nav-link { color: #263750; font-weight: 600; padding: .75rem .9rem !important; position: relative; }
.nav-link:hover, .nav-link.active { color: var(--brand-blue-2); }
.navbar .nav-link::after { content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .38rem; height: 2px; border-radius: 99px; background: var(--brand-orange); transform: scaleX(0); transition: .2s ease; }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.mobile-nav-link { padding-left: 0 !important; border-bottom: 1px solid var(--border); }

.btn { border-radius: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-orange { color: #fff; background: linear-gradient(135deg, #ff7a00, #f25700); border: 0; box-shadow: 0 10px 24px rgba(245,106,0,.25); }
.btn-orange:hover, .btn-orange:focus { color: #fff; background: linear-gradient(135deg, #f56a00, #d94e00); }
.btn-primary-brand { background: linear-gradient(135deg, var(--brand-blue-2), var(--brand-blue)); border: 0; color: #fff; box-shadow: 0 10px 24px rgba(11,78,162,.22); }
.btn-primary-brand:hover { color: #fff; background: linear-gradient(135deg, #0c5bbb, #062451); }
.btn-outline-brand { border: 2px solid rgba(11,78,162,.5); color: var(--brand-blue-2); background: #fff; }
.btn-outline-brand:hover { background: var(--brand-blue-2); color: #fff; }

.hero-section { padding-top: 88px; overflow: hidden; background: radial-gradient(circle at 83% 22%, rgba(255,210,156,.32), transparent 28%), linear-gradient(180deg, #fff 0%, #fbfdff 75%, #fff 100%); }
.min-vh-hero { min-height: 720px; padding: 72px 0 95px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--brand-orange); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 5px rgba(245,106,0,.12); }
.display-hero, .section-heading h2, .service-panel h2, .cta-content h2 { font-family: Georgia, "Times New Roman", serif; color: var(--brand-blue); }
.display-hero { font-weight: 700; font-size: clamp(3rem, 5.25vw, 5.2rem); line-height: .99; letter-spacing: -.04em; }
.display-hero span { color: var(--brand-orange); }
.hero-description { max-width: 610px; color: #4e5d72; font-size: 1.08rem; line-height: 1.75; }
.feature-pill { display: inline-flex; align-items: center; gap: .55rem; padding: .66rem .85rem; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 7px 20px rgba(8,43,100,.06); font-weight: 700; font-size: .84rem; }
.feature-icon { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(11,78,162,.1); color: var(--brand-blue-2); font-size: .72rem; }
.feature-icon.orange { background: rgba(245,106,0,.12); color: var(--brand-orange); }
.hero-trust { display: flex; gap: 1rem; align-items: center; }
.trust-avatar-group { display: flex; }
.trust-avatar-group span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand-blue-2); font-size: .72rem; font-weight: 800; border: 3px solid #fff; margin-left: -8px; }
.trust-avatar-group span:first-child { margin-left: 0; background: var(--brand-orange); }
.hero-visual-wrap { position: relative; padding: 22px; }
.hero-image-card { position: relative; overflow: hidden; border-radius: 30px 30px 80px 30px; box-shadow: 0 30px 75px rgba(8,43,100,.2); background: #fff; transform: rotate(.7deg); }
.hero-image-card img { display: block; min-height: 520px; object-fit: cover; }
.hero-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(5,22,50,.25)); pointer-events: none; }
.hero-price-badge, .hero-rating-card { position: absolute; z-index: 2; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.75); border-radius: 16px; box-shadow: 0 12px 35px rgba(8,43,100,.18); }
.hero-price-badge { left: 18px; bottom: 18px; padding: .85rem 1rem; }
.hero-price-badge span, .hero-price-badge small { display: block; color: var(--muted); font-size: .76rem; }
.hero-price-badge strong { color: var(--brand-orange); font-size: 1.25rem; }
.hero-rating-card { right: 16px; top: 18px; padding: .8rem .95rem; display: flex; gap: .65rem; align-items: center; }
.hero-rating-card small { display: block; color: var(--muted); font-size: .7rem; }
.rating-star { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(245,106,0,.12); color: var(--brand-orange); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .55; }
.hero-orb-one { width: 230px; height: 230px; background: rgba(11,78,162,.08); left: -95px; top: 180px; }
.hero-orb-two { width: 180px; height: 180px; background: rgba(245,106,0,.1); right: -60px; bottom: 65px; }
.floating-shape { position: absolute; z-index: -1; border-radius: 30px; }
.shape-one { width: 130px; height: 130px; background: #fff1e4; top: 0; right: -10px; transform: rotate(18deg); }
.shape-two { width: 90px; height: 90px; background: #eaf3ff; bottom: -5px; left: -5px; transform: rotate(-18deg); }
.hero-wave { position: absolute; height: 80px; left: -5%; right: -5%; bottom: -47px; background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.section-padding { padding: 100px 0; }
.section-heading { max-width: 720px; }
.section-heading h2, .service-panel h2 { margin-top: .75rem; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 700; }
.section-heading p { color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.soft-section { background: linear-gradient(180deg, #f7faff, #fff9f4); }

.fleet-card { border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 14px 45px rgba(8,43,100,.09); transition: transform .25s ease, box-shadow .25s ease; }
.fleet-card:hover { transform: translateY(-8px); box-shadow: 0 24px 65px rgba(8,43,100,.15); }
.featured-card { outline: 2px solid rgba(245,106,0,.5); }
.featured-ribbon { position: absolute; z-index: 3; right: -39px; top: 22px; width: 160px; transform: rotate(42deg); text-align: center; background: var(--brand-orange); color: #fff; font-size: .65rem; font-weight: 800; padding: .36rem 0; text-transform: uppercase; letter-spacing: .08em; }
.fleet-image-wrap { min-height: 250px; display: grid; place-items: center; position: relative; background: radial-gradient(circle, #fff 30%, #f5f8fc 100%); overflow: hidden; }
.fleet-image-wrap img { height: 235px; width: 100%; object-fit: cover; transition: transform .35s ease; }
.fleet-card:hover .fleet-image-wrap img { transform: scale(1.035); }
.fleet-badge { position: absolute; z-index: 2; top: 15px; left: 15px; background: var(--brand-blue); color: #fff; border-radius: 999px; padding: .42rem .75rem; font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.fleet-badge.electric { background: #146b49; }
.vehicle-type { color: var(--brand-orange); font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.vehicle-year { background: #eef4ff; color: var(--brand-blue-2); padding: .42rem .62rem; border-radius: 9px; font-size: .75rem; font-weight: 800; }
.vehicle-features { display: flex; flex-wrap: wrap; gap: .5rem; }
.vehicle-features span { padding: .35rem .6rem; border-radius: 8px; border: 1px solid var(--border); color: #536176; font-size: .76rem; }
.price { color: var(--brand-orange); font-weight: 800; font-size: 1.28rem; }
.price span { color: var(--muted); font-size: .75rem; font-weight: 600; }

.service-panel, .driver-price-card { border-radius: 28px; padding: clamp(1.5rem, 3vw, 2.75rem); }
.service-panel { background: #fff; box-shadow: var(--shadow); }
.service-choice { display: flex; gap: 1rem; padding: 1.25rem; border: 1px solid var(--border); border-radius: 18px; background: #fff; transition: .2s ease; }
.service-choice:hover, .active-choice { border-color: rgba(11,78,162,.35); box-shadow: 0 12px 30px rgba(8,43,100,.08); }
.choice-icon, .benefit-icon { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: rgba(11,78,162,.1); color: var(--brand-blue-2); font-size: 1.45rem; }
.choice-icon.orange, .benefit-icon.orange { background: rgba(245,106,0,.12); color: var(--brand-orange); }
.service-choice h3 { font-size: 1.05rem; font-weight: 800; }
.service-choice p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.driver-price-card { color: #fff; background: linear-gradient(145deg, var(--brand-blue-2), var(--brand-blue)); box-shadow: 0 25px 65px rgba(8,43,100,.25); overflow: hidden; position: relative; }
.driver-price-card::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; right: -95px; top: -80px; background: rgba(255,255,255,.09); }
.driver-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 19px; background: rgba(255,255,255,.13); font-size: 2rem; }
.driver-price-card > span { display: block; margin-top: 1.25rem; color: #cbd9f0; }
.driver-price-card h3 { font-family: Georgia, "Times New Roman", serif; margin-top: .35rem; }
.driver-price { font-weight: 800; font-size: clamp(2rem, 4vw, 3.05rem); color: #fff; }
.driver-price small { color: #cbd9f0; font-size: .9rem; }
.driver-list li { margin: .8rem 0; color: #e6eefb; }
.driver-list span { color: #ffb26d; margin-right: .5rem; font-weight: 900; }

.benefit-card { padding: 1.55rem; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(8,43,100,.06); transition: .25s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(11,78,162,.25); }
.benefit-card h3 { font-size: 1.05rem; font-weight: 800; margin-top: 1.1rem; }
.benefit-card p { color: var(--muted); line-height: 1.6; margin-bottom: 0; font-size: .88rem; }

.cta-banner { min-height: 390px; border-radius: 30px; overflow: hidden; position: relative; display: grid; place-items: center; box-shadow: var(--shadow); }
.cta-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,64,.92), rgba(8,43,100,.64), rgba(8,43,100,.32)); }
.cta-content { position: relative; z-index: 2; max-width: 720px; text-align: center; color: #fff; padding: 2rem; }
.cta-content .eyebrow.light { color: #ffbb7c; }
.cta-content h2 { color: #fff; font-size: clamp(2.25rem, 4vw, 3.55rem); }
.cta-content p { color: #e8eef8; line-height: 1.75; }

.contact-section { background: linear-gradient(180deg, #fff, #f5f9ff); }
.contact-card { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(8,43,100,.08); color: var(--ink); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(8,43,100,.13); border-color: rgba(11,78,162,.25); color: var(--ink); }
.contact-card h3 { margin: .1rem 0 .45rem; font-size: 1.08rem; font-weight: 800; }
.contact-card p { color: #44546a; }
.contact-card small { color: var(--muted); }
.contact-icon { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: rgba(11,78,162,.1); color: var(--brand-blue-2); font-size: 1.35rem; font-weight: 800; }
.contact-icon img { width: 26px; height: 26px; }
.location-icon img { color: var(--brand-blue-2); }
.whatsapp-icon { background: #25d366; }
.whatsapp-icon img { width: 29px; height: 29px; }
.social-main-icon { background: rgba(245,106,0,.12); color: var(--brand-orange); }
.social-links { display: flex; flex-wrap: wrap; gap: .65rem; }
.social-link { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .7rem; border: 1px solid var(--border); border-radius: 10px; color: var(--brand-blue); text-decoration: none; font-size: .82rem; font-weight: 700; background: #fff; }
.social-link:hover { border-color: rgba(11,78,162,.35); color: var(--brand-blue-2); background: #f7faff; }
.social-link img { width: 20px; height: 20px; color: currentColor; }

.footer-section { background: #061f48; color: #c9d4e7; }
.footer-description { max-width: 470px; line-height: 1.75; }
.footer-title { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.footer-section a, .footer-section span { display: block; color: #c9d4e7; text-decoration: none; margin-top: .65rem; }
.footer-section a:hover { color: #fff; }
.footer-line { border-color: rgba(255,255,255,.15); margin: 2rem 0; }
.footer-note { display: block; margin-top: .4rem; color: #94a7c4; }
.footer-social { display: flex; gap: .65rem; }
.footer-section .footer-social-link { width: 42px; height: 42px; display: grid; place-items: center; margin-top: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(255,255,255,.06); }
.footer-section .footer-social-link:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.footer-social-link img { width: 22px; height: 22px; filter: brightness(0) invert(1); }

.floating-whatsapp { position: fixed; z-index: 1040; right: 22px; bottom: 22px; width: 62px; height: 62px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: #25d366; color: #fff; text-decoration: none; box-shadow: 0 16px 38px rgba(18,140,75,.38); transition: transform .22s ease, box-shadow .22s ease; }
.floating-whatsapp img { width: 34px; height: 34px; }
.floating-whatsapp:hover, .floating-whatsapp:focus { color: #fff; transform: translateY(-4px) scale(1.03); box-shadow: 0 20px 44px rgba(18,140,75,.48); }
.floating-whatsapp-tooltip { position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%) translateX(6px); display: block; width: max-content; margin: 0; padding: .48rem .7rem; border-radius: 9px; background: #123a2a; color: #fff; font-size: .75rem; font-weight: 700; opacity: 0; visibility: hidden; transition: .18s ease; box-shadow: 0 8px 20px rgba(0,0,0,.18); pointer-events: none; }
.floating-whatsapp:hover .floating-whatsapp-tooltip, .floating-whatsapp:focus .floating-whatsapp-tooltip { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0); }

.booking-modal { border-radius: 24px; box-shadow: 0 30px 90px rgba(8,43,100,.25); }
.form-control, .form-select { border-color: #dfe5ee; border-radius: 12px; }
.form-control:focus, .form-select:focus { border-color: rgba(11,78,162,.5); box-shadow: 0 0 0 .25rem rgba(11,78,162,.11); }
.booking-summary { padding: 1rem 1.2rem; border-radius: 14px; background: #f5f8fd; display: grid; gap: .15rem; }
.booking-summary strong { color: var(--brand-orange); font-size: 1.6rem; }
.booking-summary small { color: var(--muted); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .hero-section { padding-top: 78px; }
  .min-vh-hero { min-height: auto; padding: 58px 0 95px; }
  .display-hero { font-size: clamp(2.9rem, 9vw, 4.6rem); }
  .hero-visual-wrap { padding: 8px 0; }
  .hero-image-card img { min-height: 420px; }
  .section-padding { padding: 78px 0; }
  .contact-card { padding: 1.35rem; }
}

@media (max-width: 575.98px) {
  .navbar-brand img { width: 145px; height: auto; }
  .hero-section { padding-top: 70px; }
  .min-vh-hero { padding-top: 45px; --bs-gutter-x: 0; }
  .display-hero { font-size: 2.9rem; }
  .hero-description { font-size: 1rem; }
  .feature-pill { width: 100%; justify-content: flex-start; }
  .hero-image-card { border-radius: 24px 24px 55px 24px; }
  .hero-image-card img { content: url('assets/hero-bali-mobile.jpg'); min-height: 360px; }
  .hero-rating-card { display: none; }
  .hero-price-badge { left: 12px; bottom: 12px; }
  .fleet-image-wrap { min-height: 220px; }
  .fleet-image-wrap img { height: 210px; }
  .section-padding { padding: 65px 0; }
  .service-panel, .driver-price-card { border-radius: 22px; }
  .cta-banner { min-height: 440px; border-radius: 22px; }
  .cta-overlay { background: rgba(5,27,64,.78); }
  .contact-card { padding: 1.2rem; border-radius: 18px; }
  .contact-icon { width: 46px; height: 46px; border-radius: 14px; }
  .social-links { flex-direction: column; align-items: stretch; }
  .social-link { justify-content: center; }
  .floating-whatsapp { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 56px; height: 56px; }
  .floating-whatsapp img { width: 31px; height: 31px; }
  .floating-whatsapp-tooltip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.faq-section { position: relative; }
.faq-accordion { max-width: 900px; }
.faq-accordion .accordion-item { margin-bottom: .9rem; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 25px rgba(8,43,100,.05); }
.faq-accordion .accordion-button { padding: 1.15rem 1.25rem; color: var(--ink); font-weight: 800; background: #fff; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--brand-blue-2); background: #f5f9ff; }
.faq-accordion .accordion-button:focus { border-color: transparent; box-shadow: 0 0 0 .2rem rgba(11,78,162,.1); }
.faq-accordion .accordion-body { color: var(--muted); line-height: 1.75; background: #fff; }
