@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #0b2d5b;
  --primary-dark: #072247;
  --secondary: #f2b705;
  --accent: #1faa59;
  --bg-light: #f5f7fa;
  --text-dark: #1e1f24;
  --text-muted: #5c6573;
  --white: #ffffff;
  --danger: #d64545;
  --shadow: 0 12px 30px rgba(8, 28, 68, 0.12);
  --radius: 14px;
  --radius-sm: 10px;
  --container: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 50%, #f4f7fb 100%);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.section {
  padding: 74px 0;
}

.section-title {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.2;
}

.section-subtitle {
  color: var(--text-muted);
  max-width: 800px;
  margin-bottom: 30px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  background: rgba(11, 45, 91, 0.08);
  color: var(--primary);
  border: 1px solid rgba(11, 45, 91, 0.15);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 0.87rem;
  font-weight: 600;
}

.topbar {
  background: var(--primary-dark);
  color: var(--white);
  font-size: 0.9rem;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  flex-wrap: wrap;
}

.topbar a:hover {
  color: var(--secondary);
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e7edf5;
  backdrop-filter: blur(8px);
}

.header .container.nav {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 14px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(11, 45, 91, 0.15);
}

.brand h1,
.brand p {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--primary);
}

.brand small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-main,
.brand-city {
  display: inline;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  padding: 4px 0;
  position: relative;
  white-space: nowrap;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--primary);
}

.nav-links a.active::after,
.nav-links a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: var(--secondary);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta .btn {
  flex-shrink: 0;
  min-width: 124px;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  color: var(--primary);
  cursor: pointer;
}

.btn {
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 22px;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(11, 45, 91, 0.26);
}

.btn-primary:hover {
  background: #134081;
}

.btn-secondary {
  background: var(--secondary);
  color: #212121;
}

.btn-secondary:hover {
  background: #ffd75c;
}

.btn-accent {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(31, 170, 89, 0.3);
}

.btn-ghost {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.cta-band .btn-ghost {
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

.cta-band .btn-ghost:hover {
  background: #ffffff;
  color: var(--primary);
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at right top, #dce9ff 0%, #f9fbff 40%, #ffffff 100%);
  padding: 80px 0 72px;
}

.hero::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.22), rgba(242, 183, 5, 0));
  border-radius: 50%;
}

.hero-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

.hero h2 {
  color: var(--primary);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero p {
  color: var(--text-muted);
  margin-bottom: 26px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero-card img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.hero-top-image {
  max-height: 520px;
  background: #ffffff;
}

.vehicle-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vehicle-shortcuts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid #bfd0ea;
  background: #ffffff;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.vehicle-shortcuts a:hover {
  background: #0b2d5b;
  color: #ffffff;
  border-color: #0b2d5b;
}

.trust-grid,
.card-grid,
.service-grid,
.vehicle-grid,
.route-grid,
.package-grid,
.footer-grid {
  display: grid;
  gap: 20px;
}

.trust-grid {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.trust-item {
  background: var(--white);
  border: 1px solid #e5ebf3;
  border-radius: var(--radius-sm);
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15, 30, 80, 0.05);
}

.trust-item h3 {
  color: var(--primary);
  font-size: 1rem;
  margin-bottom: 6px;
}

.card-grid,
.service-grid,
.vehicle-grid,
.package-grid {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.route-grid {
  grid-template-columns: repeat(4, minmax(170px, 1fr));
}

.card,
.service-card,
.vehicle-card,
.package-card,
.info-card,
.price-card {
  background: var(--white);
  border: 1px solid #e8edf5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(11, 45, 91, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.service-card:hover,
.vehicle-card:hover,
.package-card:hover,
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(11, 45, 91, 0.14);
}

.card img,
.service-card img,
.vehicle-card img,
.package-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.card img.card-img-contain {
  object-fit: contain;
  background: #f3f6fb;
}

.card img.card-img-car-focus {
  object-fit: cover;
  object-position: center 78%;
}

.card-content,
.service-content,
.vehicle-content,
.package-content,
.info-content,
.price-content {
  padding: 20px;
}

.card h3,
.service-card h3,
.vehicle-card h3,
.package-card h3,
.info-card h3,
.price-card h3 {
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.card p,
.service-card p,
.vehicle-card p,
.package-card p,
.info-card p,
.price-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.page-hero {
  background: linear-gradient(140deg, #0b2d5b 0%, #1a4f95 70%, #2160b5 100%);
  color: var(--white);
  padding: 72px 0;
}

.page-hero .container {
  position: relative;
  padding-left: 116px;
}

.page-hero .container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #ffffff url('../images/logo.avif') center/72% no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.page-hero h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 12px;
}

.page-hero p {
  opacity: 0.9;
  max-width: 800px;
}

.icon-list {
  display: grid;
  gap: 10px;
}

.icon-list li {
  padding-left: 28px;
  position: relative;
  color: var(--text-dark);
  font-weight: 500;
}

.icon-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #e6ecf6;
  border-radius: var(--radius);
  background: var(--white);
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 780px;
}

th,
td {
  border-bottom: 1px solid #e8edf5;
  padding: 14px 16px;
  text-align: left;
}

th {
  background: #f0f5ff;
  color: var(--primary);
  font-size: 0.92rem;
}

tr:last-child td {
  border-bottom: none;
}

.cta-band {
  background: linear-gradient(120deg, #0b2d5b, #103b75);
  color: var(--white);
  border-radius: var(--radius);
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-band h3 {
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  margin-bottom: 8px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid #e5ebf3;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  background: var(--white);
}

.faq summary {
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
}

.faq p {
  margin-top: 10px;
  color: var(--text-muted);
}

.testimonials {
  position: relative;
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 20px;
}

.testimonial {
  background: var(--white);
  border: 1px solid #e6ecf5;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15, 35, 75, 0.08);
}

.testimonial p {
  color: var(--text-muted);
  margin-bottom: 14px;
}

.testimonial strong {
  color: var(--primary);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
}

.contact-item {
  background: var(--white);
  border: 1px solid #e5ebf3;
  border-radius: var(--radius-sm);
  padding: 16px;
  margin-bottom: 10px;
}

.contact-item h4 {
  color: var(--primary);
  margin-bottom: 6px;
}

.form-card {
  background: var(--white);
  border: 1px solid #e4eaf2;
  border-radius: var(--radius);
  padding: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  display: grid;
  gap: 6px;
}

.form-group.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ced8e8;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(11, 45, 91, 0.2);
  border-color: var(--primary);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.error {
  color: var(--danger);
  font-size: 0.82rem;
}

.success-message {
  margin-top: 12px;
  color: var(--accent);
  font-weight: 600;
}

.map-placeholder {
  border-radius: var(--radius);
  border: 1px solid #e4eaf2;
  overflow: hidden;
  min-height: 320px;
  background: linear-gradient(45deg, #f4f8ff, #ebf2fb);
  display: grid;
  place-items: center;
  color: var(--text-muted);
}

.footer {
  background: #061b37;
  color: #d7e2f5;
  margin-top: 60px;
}

.footer .container {
  padding: 56px 0 20px;
}

.footer-grid {
  grid-template-columns: 2fr 1fr 1fr 1.6fr;
  margin-bottom: 24px;
}

.footer h4 {
  color: var(--white);
  margin-bottom: 14px;
}

.footer li {
  margin-bottom: 8px;
}

.footer a:hover {
  color: var(--secondary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 14px;
  text-align: center;
  font-size: 0.9rem;
}

.floating-whatsapp,
.floating-call {
  position: fixed;
  bottom: 18px;
  z-index: 995;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.35rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.floating-whatsapp {
  right: 18px;
  background: #25d366;
}

.floating-call {
  left: 18px;
  background: var(--primary);
  display: none;
}

.mobile-sticky-cta {
  display: none;
}

.highlight-strip {
  background: var(--bg-light);
}

.route-chip {
  background: #ffffff;
  border: 1px solid #dbe6f7;
  border-radius: 999px;
  padding: 10px 12px;
  text-align: center;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.spacer-16 {
  margin-top: 16px;
}

.spacer-24 {
  margin-top: 24px;
}

.spacer-30 {
  margin-top: 30px;
}
