:root {
  --ink: #14213d;
  --muted: #5d6472;
  --line: #dce3ea;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --blue: #0b5ea8;
  --blue-dark: #083f72;
  --green: #178a44;
  --gold: #f0b24a;
  --shadow: 0 18px 50px rgba(20, 33, 61, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  padding-bottom: 82px;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 150px;
  height: auto;
}

.lead-form button,
.floating-actions a {
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.lead-form button {
  background: var(--blue);
  color: #ffffff;
}

.floating-whatsapp {
  background: var(--green);
  color: #ffffff;
}

.floating-call {
  background: var(--blue);
  color: #ffffff;
}

.lead-section {
  display: block;
  padding: clamp(38px, 6vw, 78px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(245, 248, 251, 0.96), rgba(245, 248, 251, 0.78)),
    url("https://bajajtravel.com/wp-content/uploads/2024/08/h1_gallery-2.jpg") center / cover;
}

.lead-copy {
  max-width: 1120px;
  margin: clamp(28px, 4vw, 46px) auto 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5.6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.lead-text {
  max-width: 600px;
  color: #324155;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #29394f;
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.64fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: start;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.lead-form,
.contact-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lead-form {
  width: 100%;
  padding: clamp(22px, 3vw, 32px);
}

.lead-form h2,
.contact-box h2 {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.lead-form > p {
  color: var(--muted);
}

.lead-form label {
  display: block;
  margin: 14px 0 6px;
  color: #253144;
  font-size: 0.92rem;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid #cbd5df;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  background: #ffffff;
}

.lead-form textarea {
  min-height: 112px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(11, 94, 168, 0.16);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.consent {
  margin: 14px 0 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.consent a {
  color: var(--blue);
  font-weight: 800;
}

.lead-form button {
  width: 100%;
  font-size: 1rem;
}

.form-message {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: #eef7ff;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-box {
  width: 100%;
  padding: 24px;
}

.contact-box dl {
  margin: 0;
}

.contact-box dt {
  margin-top: 18px;
  color: var(--blue-dark);
  font-weight: 900;
}

.contact-box dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.contact-box a {
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.image-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 220px;
}

.image-band img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
}

.content-section,
.services-section,
.why-section,
.disclaimer-section {
  padding: clamp(46px, 6vw, 84px) clamp(18px, 4vw, 56px);
}

.content-section,
.services-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 78px);
}

.section-heading {
  max-width: 420px;
}

.text-flow {
  max-width: 820px;
  color: #344357;
  font-size: 1.05rem;
}

.services-section {
  background: var(--soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  min-height: 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.small-note {
  color: var(--blue-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.why-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.why-copy {
  max-width: 720px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #344357;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: inset 0 0 0 5px #fff4dc;
}

.disclaimer-section {
  background: #13233a;
  color: #ffffff;
}

.disclaimer-section p {
  max-width: 1040px;
  color: #dce6f2;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: #d8e1eb;
  background: #07172a;
}

.site-footer p {
  margin: 4px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer a {
  color: #ffffff;
  font-weight: 700;
}

.floating-actions {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(132px, 1fr) minmax(132px, 1fr);
  gap: 10px;
  width: min(460px, calc(100vw - 28px));
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(20, 33, 61, 0.18);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.floating-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.floating-whatsapp {
  z-index: 15;
}

.plain-page {
  background: var(--soft);
}

.plain-main {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 78px) 18px;
}

.plain-main article {
  padding: clamp(24px, 4vw, 42px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.plain-main h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

@media (max-width: 1080px) {
  .lead-section,
  .lead-panel,
  .content-section,
  .services-section,
  .why-section {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .site-header {
    align-items: center;
  }

  .brand img {
    width: 132px;
  }

  .site-footer nav {
    justify-content: stretch;
  }

  .lead-section {
    padding-top: 28px;
  }

  .trust-strip {
    flex-direction: column;
  }

  .image-band {
    grid-template-columns: 1fr;
  }

  .image-band img {
    max-height: 210px;
  }

  .floating-actions {
    bottom: 10px;
    width: calc(100vw - 20px);
  }
}
