/* Bhogapuram Airport Cabs — blue & white professional theme */
:root {
  --ink: #0a1628;
  --ink-2: #132a4a;
  --fog: #eaf1f9;
  --paper: #f8fbff;
  --mint: #6ba3d9;
  --mint-deep: #1a73e8;
  --amber: #1a73e8;
  --amber-hot: #4d94f0;
  --line: rgba(10, 22, 40, 0.1);
  --glass: rgba(248, 251, 255, 0.86);
  --shadow: 0 28px 70px rgba(10, 22, 40, 0.16);
  --surface: #eef5fc;
  --radius: 0.85rem;
  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .display-font {
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  font-weight: 700;
}

a { transition: color var(--transition), opacity var(--transition); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 2000;
  background: var(--amber);
  color: #fff;
  padding: .6rem 1rem;
  font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* Top bar */
.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  padding: 0.45rem 0;
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.topbar a:hover { color: #fff; opacity: 0.85; }

/* Navbar */
.navbar-bac {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid var(--line);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  transition: box-shadow var(--transition), background var(--transition);
}
.navbar-bac.scrolled {
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.1);
  background: rgba(255, 255, 255, 0.97) !important;
}

.brand-logo {
  height: 64px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}
@media (min-width: 992px) {
  .brand-logo {
    height: 76px;
    max-width: 280px;
  }
}
@media (max-width: 575.98px) {
  .brand-logo {
    height: 52px;
    max-width: 180px;
  }
}

.brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #4d94f0, #1a73e8);
  position: relative;
  flex-shrink: 0;
  box-shadow: inset 0 -6px 0 rgba(10, 22, 40, 0.12);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 36% 16% auto;
  height: 0.28rem;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
}

.navbar-brand {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  margin-right: 1rem;
}

.navbar-bac .nav-link {
  font-weight: 600;
  color: rgba(10, 22, 40, 0.78) !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 999px;
}
.navbar-bac .nav-link:hover,
.navbar-bac .nav-link.active {
  color: var(--ink) !important;
  background: rgba(26, 115, 232, 0.12);
}

.btn-amber {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--amber);
  --bs-btn-border-color: var(--amber);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--amber-hot);
  --bs-btn-hover-border-color: var(--amber-hot);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1558c0;
  --bs-btn-active-border-color: #1558c0;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.35rem;
  box-shadow: 0 10px 28px rgba(26, 115, 232, 0.35);
}
.btn-ink {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--ink);
  --bs-btn-border-color: var(--ink);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--ink-2);
  --bs-btn-hover-border-color: var(--ink-2);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.35rem;
}
.btn-ghost-light {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.65rem 1.25rem;
  font-weight: 700;
  background: rgba(10, 22, 40, 0.2);
  backdrop-filter: blur(6px);
}
.btn-ghost-light:hover {
  border-color: var(--mint);
  color: var(--mint) !important;
  background: rgba(10, 22, 40, 0.35);
}
.btn-lift {
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-lift:hover {
  transform: translateY(-3px);
}

/* Hero — royal professional split (no carousel) */
.hero-home {
  position: relative;
  min-height: clamp(640px, 88vh, 860px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: #0a1628;
}
.hero-bg-royal {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(900px 500px at 12% 20%, rgba(26, 115, 232, 0.28), transparent 55%),
    radial-gradient(700px 480px at 90% 80%, rgba(77, 148, 240, 0.14), transparent 50%),
    linear-gradient(145deg, #07101f 0%, #0f2748 42%, #0a1c36 72%, #060d18 100%);
}
.hero-bg-royal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 115, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 115, 232, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}
.hero-bg-royal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--amber), transparent);
  opacity: 0.85;
}

.hero-main {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4.5rem 0;
  pointer-events: none;
}
.hero-main a,
.hero-main .btn {
  pointer-events: auto;
}
.hero-row {
  min-height: clamp(480px, 70vh, 680px);
}
.hero-content {
  max-width: 34rem;
  width: 100%;
  text-align: left;
  padding-left: 0.5rem;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 1.15rem;
  opacity: 0;
  animation: heroFadeUp 0.7s ease 0.05s forwards;
}
.hero-kicker::before {
  content: "";
  width: 2.25rem;
  height: 2px;
  background: var(--amber);
  display: block;
}
.hero-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.35rem, 5vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 0.9rem;
  opacity: 0;
  animation: heroBrandIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}
.hero-brand span {
  display: block;
  color: var(--amber);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.1vw, 1.4rem);
  font-weight: 600;
  margin: 0 0 0.95rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  max-width: 22ch;
  opacity: 0;
  animation: heroFadeUp 0.8s ease 0.35s forwards;
  color: rgba(255, 255, 255, 0.94);
}
.hero-lead {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.45vw, 1.08rem);
  font-weight: 400;
  line-height: 1.7;
  opacity: 0;
  max-width: 32rem;
  margin: 0 0 1.6rem;
  color: rgba(255, 255, 255, 0.82);
  animation: heroFadeUp 0.85s ease 0.5s forwards;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  opacity: 0;
  animation: heroFadeUp 0.85s ease 0.65s forwards;
  margin-bottom: 1.35rem;
}
.hero-actions .btn-amber {
  background: var(--amber);
  border-color: var(--amber);
  box-shadow: 0 12px 32px rgba(26, 115, 232, 0.35);
  animation: heroPulseSoft 2.8s ease-in-out 1.5s infinite;
}
.hero-actions .btn-amber:hover {
  background: var(--amber-hot);
  border-color: var(--amber-hot);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  opacity: 0;
  animation: heroFadeUp 0.85s ease 0.8s forwards;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  padding-top: 0.35rem;
  border-top: 1px solid rgba(26, 115, 232, 0.25);
}
.hero-meta strong {
  display: block;
  color: var(--amber);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  font-weight: 700;
}
.hero-meta a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.hero-meta a:hover { color: var(--amber); }

/* Large sharp-edged royal image */
.hero-visual {
  position: relative;
  width: 100%;
  opacity: 0;
  animation: heroFadeUp 1s ease 0.3s forwards;
}
.hero-frame {
  position: absolute;
  inset: 14px -10px -10px 14px;
  border: 1px solid rgba(26, 115, 232, 0.45);
  pointer-events: none;
  z-index: 0;
  animation: heroFrameIn 1s ease 0.55s both;
}
.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--amber);
  border-style: solid;
}
.hero-frame::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}
.hero-frame::after {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}
.hero-cab-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(340px, 62vh, 560px);
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(26, 115, 232, 0.2);
  animation: heroCabFloat 5s ease-in-out infinite;
  filter: contrast(1.04) saturate(1.05);
}

@keyframes heroCabFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes heroFrameIn {
  from { opacity: 0; transform: translate(8px, 8px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 991.98px) {
  .hero-content { padding-left: 0; max-width: none; }
  .hero-cab-img { height: clamp(280px, 48vh, 420px); }
  .hero-bg-royal::after { display: none; }
}
@media (max-width: 767.98px) {
  .hero-home { min-height: auto; }
  .hero-main { padding: 2.75rem 0 3rem; }
  .hero-brand { font-size: clamp(2rem, 9vw, 2.55rem); }
  .hero-cab-img { height: clamp(240px, 42vh, 340px); }
  .hero-frame { inset: 10px -6px -6px 10px; }
}

/* Page hero (inner pages) */
/* Inner page hero — light blue & white (matches home) */
.page-hero {
  position: relative;
  padding: 3.5rem 0 2.75rem;
  color: var(--ink);
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background: linear-gradient(180deg, transparent, var(--amber), transparent);
  opacity: 0.9;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.page-hero .eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: var(--amber);
}
.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.75rem;
  color: var(--ink);
}
.page-hero p {
  max-width: 36rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  color: rgba(10, 22, 40, 0.7);
}

/* Marquee — light theme */
.marquee-wrap {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 3px solid var(--amber);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.85rem 0;
}
.marquee-track {
  display: inline-flex;
  gap: 2.5rem;
  animation: marquee 28s linear infinite;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}
.marquee-track span::before {
  content: "✦";
  color: var(--amber);
  margin-right: 0.85rem;
}

/* Sections */
.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: var(--surface);
}
.section-title {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}
.section-lead {
  color: rgba(10, 22, 40, 0.72);
  font-size: 1.05rem;
  max-width: 36rem;
  margin-bottom: 0;
}

/* Feature / service cards */
.card-glow {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  overflow: hidden;
  position: relative;
}
.contact-enquiry-card {
  height: auto !important;
}
.card-glow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--mint-deep), var(--amber));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.card-glow:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(31, 154, 132, 0.35);
}
.card-glow:hover::before { transform: scaleX(1); }

.icon-orb {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(26, 115, 232, 0.35), rgba(26, 115, 232, 0.25));
  color: var(--ink);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.service-link {
  font-weight: 700;
  color: var(--mint-deep);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.service-link:hover { color: var(--ink); gap: 0.55rem; }

/* Services carousel — 3 cards + view more arrows */
.services-carousel {
  position: relative;
}
.service-slide-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.service-slide-card .btn {
  align-self: stretch;
  width: 100%;
}
.services-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}
.services-nav-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1.5px solid rgba(26, 115, 232, 0.35);
  background: #fff;
  color: var(--amber);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  box-shadow: 0 8px 22px rgba(10, 22, 40, 0.08);
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
  cursor: pointer;
}
.services-nav-btn:hover {
  background: var(--amber);
  color: #fff;
  border-color: var(--amber);
  transform: translateY(-2px);
}
.services-nav-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  min-width: 5.5rem;
  text-align: center;
}

/* Stats band — light blue & white */
.stats-band {
  background: var(--surface);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-band .container {
  position: relative;
  z-index: 1;
}
.stat-box {
  text-align: center;
  padding: 1.5rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(26, 115, 232, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(10, 22, 40, 0.06);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(26, 115, 232, 0.12);
  border-color: rgba(26, 115, 232, 0.35);
}
.stat-box .num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--amber);
  line-height: 1;
  display: block;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.stat-box p {
  margin: 0.65rem 0 0;
  color: rgba(10, 22, 40, 0.7);
  font-size: 0.95rem;
  font-weight: 600;
}

/* Process steps */
.step-card {
  position: relative;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  height: 100%;
}
.step-num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: rgba(31, 154, 132, 0.25);
  line-height: 1;
  margin-bottom: 0.75rem;
}

/* Routes — light cards matching home theme */
.route-tile {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid rgba(26, 115, 232, 0.14);
  border-left: 4px solid var(--amber);
  height: 100%;
  box-shadow: 0 10px 28px rgba(10, 22, 40, 0.05);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.route-tile:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--ink);
  border-color: rgba(26, 115, 232, 0.35);
  box-shadow: 0 16px 36px rgba(26, 115, 232, 0.12);
}
.route-tile i {
  color: var(--amber);
  font-size: 1.25rem;
  flex-shrink: 0;
}
.route-tile span { font-weight: 600; font-size: 0.95rem; line-height: 1.35; }

/* Fleet */
.fleet-card {
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px rgba(10, 22, 40, 0.08);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition);
}
.fleet-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--shadow);
}
.fleet-card .fleet-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.fleet-card .fleet-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 22, 40, 0.45));
}
.fleet-meta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.fleet-meta span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mint-deep);
  background: rgba(26, 115, 232, 0.18);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}

/* Testimonials */
.quote-card {
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
  border-left: 4px solid var(--amber);
  height: 100%;
  box-shadow: 0 8px 28px rgba(10, 22, 40, 0.06);
}
.quote-card .stars { color: var(--amber); letter-spacing: 0.1em; }

/* Contact */
.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 420px;
  position: relative;
  background: #d8e8e4;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(0.12) contrast(1.05);
}
.map-pill {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  background: var(--amber);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.88rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.map-pill:hover { color: #fff; background: var(--amber-hot); }

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 0.75rem;
  border-color: var(--line);
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.85);
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--mint-deep);
  box-shadow: 0 0 0 0.25rem rgba(31, 154, 132, 0.2);
}

.info-tile {
  display: flex;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  margin-bottom: 0.85rem;
}
.info-tile i {
  font-size: 1.4rem;
  color: var(--mint-deep);
}

/* About visuals */
.split-visual {
  min-height: 380px;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.split-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(10, 22, 40, 0.7));
}
.vision-box {
  border-top: 3px solid var(--amber);
  padding-top: 1rem;
  height: 100%;
}

/* Backup / SEO link cloud */
.link-cloud a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  margin: 0.3rem;
  transition: all var(--transition);
}
.link-cloud a:hover {
  background: var(--amber);
  color: #fff;
  border-color: var(--amber);
  transform: translateY(-2px);
}
.link-cloud a i { color: var(--amber); }
.link-cloud a:hover i { color: #fff; }

/* CTA banner */
.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 0.25rem);
  background: linear-gradient(120deg, var(--ink), var(--ink-2) 55%, #145a56);
  color: #fff;
  padding: clamp(2rem, 5vw, 3rem);
}
.cta-banner::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(26, 115, 232, 0.18);
  right: -60px;
  top: -80px;
  animation: floatBlob 8s ease-in-out infinite;
}
.cta-banner::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(26, 115, 232, 0.16);
  left: 10%;
  bottom: -70px;
  animation: floatBlob 10s ease-in-out infinite reverse;
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.85);
  padding-top: 3.5rem;
}
.site-footer h5 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 1rem;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.site-footer a:hover { color: var(--amber); }
.footer-brand {
  font-family: var(--font-display);
  color: var(--amber);
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.5rem;
  padding: 1.1rem 0;
  font-size: 0.85rem;
}

/* Float actions */
.float-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.float-btn {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  transition: transform var(--transition);
  animation: pulseSoft 2.8s ease-in-out infinite;
}
.float-btn:hover { transform: scale(1.08); }
.float-call { background: var(--amber); color: #fff; }
.float-wa { background: #25d366; color: #fff; animation-delay: 0.4s; }

/* Page load curtain */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: var(--ink);
  display: grid;
  place-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
  animation: pulseSoft 1.2s ease-in-out infinite;
}
.loader-brand {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--amber);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  animation: pulseSoft 1.2s ease-in-out infinite;
}

/* Accordion override */
.accordion-bac .accordion-item {
  border: 1px solid var(--line);
  border-radius: var(--radius) !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.accordion-bac .accordion-button {
  font-weight: 700;
  font-family: var(--font-body);
  box-shadow: none !important;
}
.accordion-bac .accordion-button:not(.collapsed) {
  background: rgba(26, 115, 232, 0.15);
  color: var(--ink);
}
.accordion-bac .accordion-button:focus {
  box-shadow: none;
}

/* Animations */
@keyframes kenBurns {
  from { transform: scale(1.06) translate(0, 0); }
  to { transform: scale(1.14) translate(-1.5%, -1%); }
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroBrandIn {
  from { opacity: 0; filter: blur(8px); transform: scale(0.94); }
  to { opacity: 1; filter: blur(0); transform: scale(1); }
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroWordIn {
  from { opacity: 0; transform: translateY(28px) rotateX(35deg); }
  to { opacity: 1; transform: none; }
}
@keyframes heroChipIn {
  from { opacity: 0; transform: translateY(16px) scale(0.9); }
  to { opacity: 1; transform: none; }
}
@keyframes heroPulseSoft {
  0%, 100% { box-shadow: 0 10px 28px rgba(26, 115, 232, 0.35); }
  50% { box-shadow: 0 14px 36px rgba(26, 115, 232, 0.55); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes floatBlob {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, 16px); }
}
@keyframes pulseSoft {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Responsive */
@media (max-width: 991.98px) {
  .navbar-bac .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--radius);
    padding: 1rem;
    margin-top: 0.75rem;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .navbar-bac .nav-link { margin-bottom: 0.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-bg-royal,
  .marquee-track,
  .float-btn,
  .cta-banner::before,
  .cta-banner::after,
  .hero-kicker,
  .hero-brand,
  .hero-title,
  .hero-lead,
  .hero-actions,
  .hero-actions .btn-amber,
  .hero-meta,
  .hero-visual,
  .hero-cab-img,
  .hero-frame,
  .loader-logo,
  .loader-brand {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
