:root {
  --color-bg: #f7f8fc;
  --color-surface: #ffffff;
  --color-surface-soft: #f1f4fb;
  --color-text: #1f2a44;
  --color-text-muted: #62708a;
  --color-primary: #fc9246;
  --color-primary-deep: #ef7f2d;
  --color-border: rgba(31, 42, 68, 0.08);
  --color-dark: #281915;
  --shadow-soft: 0 22px 60px rgba(31, 42, 68, 0.1);
  --shadow-card: 0 16px 40px rgba(31, 42, 68, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

.hero-side h3.seo-h2,
.hero-right h3.seo-h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.section-heading h3.seo-h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.trust-intro h3.seo-h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.faq-intro h3.seo-h2,
.cta-card h3.seo-h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

/* ========== FLIGHT BOOKING FORM ========== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.flight-quick-booking {
  padding: 40px 0;
  background: #fff;
}

.flight-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.flight-header-compact {
  text-align: center;
  margin-bottom: 20px;
}

.badge-flight {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5170ff;
  background: rgba(81, 112, 255, 0.08);
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 8px;
}

.title-flight {
  font-size: 42px;
  font-weight: bold;
  color: #1e293b;
  margin: 0;
}

.title-flight .primary {
  color: #5170ff;
}

.title-flight .secondary {
  color: #fd8f50;
}

.booking-header-compact {
  text-align: center;
  margin-bottom: 25px;
}

.title-sm {
  font-size: 42px;
  font-weight: bold;
  color: #1e293b;
  margin: 0;
}

.title-sm .primary {
  color: #5170ff;
}

.title-sm .secondary {
  color: #fd8f50;
}

.header-subtitle {
  font-size: 16px;
  color: #5a6a7e;
  margin: 0 auto;
  line-height: 1.6;
}

.flight-card-compact {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef2f8;
  margin-bottom: 15px;
}

.trip-type-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.toggle-container {
  display: inline-flex;
  background: #f0f4ff;
  border-radius: 40px;
  padding: 4px;
  position: relative;
}

.toggle-container input[type="radio"] {
  display: none;
}

.toggle-label {
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 600;
  color: #5a6a7e;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.toggle-container input[type="radio"]:checked+.toggle-label {
  color: #fff;
}

.toggle-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #2E5EAA;
  border-radius: 40px;
  transition: transform 0.3s ease;
  z-index: 1;
}

.toggle-container:has(#roundtrip-flight:checked) .toggle-bg {
  transform: translateX(100%);
}

.flight-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.flight-row-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.flight-row-4col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.field-group {
  position: relative;
  height: 48px;
}

.field-group input,
.field-group select {
  width: 100%;
  height: 100%;
  padding: 0 15px 0 40px;
  font-size: 13px;
  font-family: "Outfit", sans-serif;
  color: #1e293b;
  background: #f8faff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.field-group select {
  appearance: none;
  cursor: pointer;
  padding-right: 30px;
}

.field-group input:focus,
.field-group select:focus {
  outline: none;
  border-color: #5170ff;
  background: #fff;
  box-shadow: 0 3px 10px rgba(81, 112, 255, 0.1);
}

.field-group .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #2E5EAA;
  font-size: 16px;
  opacity: 0.7;
  pointer-events: none;
}

.field-group input::placeholder,
.field-group select::placeholder,
.location-input::placeholder,
.date-input::placeholder,
.passenger-input::placeholder {
  color: #767676;
  opacity: 1;
}

.location-group {
  position: relative;
}

.suggestions-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #eef2f8;
  z-index: 100;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.suggestions-dropdown.show {
  display: block;
}

.suggestion-item {
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.suggestion-item:hover {
  background: #f0f4ff;
  color: #5170ff;
}

.suggestion-item i {
  margin-right: 8px;
  color: #5170ff;
  font-size: 14px;
}

.date-group {
  position: relative;
}

.date-input {
  cursor: pointer;
  background: #f8faff;
}

.calendar-popup {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 280px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eef2f8;
  padding: 15px;
  z-index: 100;
  display: none;
}

.calendar-popup.show {
  display: block;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.calendar-header button {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #eef2f8;
  background: #fff;
  color: #5170ff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-header button:hover {
  background: #5170ff;
  color: #fff;
}

.calendar-header span {
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 15px;
}

.weekday {
  font-size: 11px;
  font-weight: 600;
  color: #5a6a7e;
  text-align: center;
  padding: 5px;
}

.calendar-day {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.calendar-day:hover {
  background: #f0f4ff;
  color: #5170ff;
}

.calendar-day.selected {
  background: #5170ff;
  color: #fff;
}

.calendar-day.today {
  border: 1px solid #5170ff;
  font-weight: 600;
}

.calendar-day.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.calendar-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.calendar-footer button {
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calendar-footer button:first-child {
  background: #f0f4ff;
  color: #5170ff;
  border: 1px solid #eef2f8;
}

.calendar-footer button:last-child {
  background: linear-gradient(135deg, #5170ff, #3a5ae0);
  color: #fff;
  border: none;
}

.passenger-compact-group {
  position: relative;
}

.passenger-dropdown-flight {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 220px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eef2f8;
  padding: 15px;
  z-index: 100;
  display: none;
}

.passenger-dropdown-flight.show {
  display: block;
}

.passenger-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #eef2f8;
}

.passenger-row:last-child {
  border-bottom: none;
}

.passenger-row span {
  font-size: 12px;
  font-weight: 500;
  color: #1e293b;
}

.passenger-row small {
  font-size: 10px;
  color: #5a6a7e;
  margin-left: 4px;
}

.counter-sm {
  display: flex;
  align-items: center;
  gap: 8px;
}

.counter-sm button {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #eef2f8;
  background: #fff;
  color: #5170ff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-sm button:hover {
  background: #5170ff;
  color: #fff;
}

.counter-sm span {
  min-width: 20px;
  text-align: center;
}

.passenger-footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eef2f8;
  text-align: right;
}

.passenger-footer button {
  background: linear-gradient(135deg, #5170ff, #3a5ae0);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.flight-submit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.btn-flight-submit {
  background: #2E5EAA;
  color: #fff;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  border: none;
  border-radius: 40px;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-flight-submit:hover {
  transform: translateY(-2px);
}

.btn-flight-submit:disabled {
  cursor: wait;
  opacity: 0.85;
}

.spinning {
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 800px) {
  .flight-row-3col {
    grid-template-columns: repeat(2, 1fr);
  }

  .flight-row-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .flight-row-3col .date-group:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .header-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .flight-card-compact {
    padding: 20px;
  }

  .flight-row-2col,
  .flight-row-3col,
  .flight-row-4col {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flight-row-3col .date-group:last-child {
    grid-column: auto;
  }

  .title-flight,
  .title-sm {
    font-size: 24px;
  }

  .toggle-label {
    padding: 6px 20px;
    font-size: 12px;
  }

  .flight-submit-row {
    flex-direction: column;
    gap: 15px;
  }

  .btn-flight-submit {
    width: 100%;
    justify-content: center;
  }

  .calendar-popup,
  .passenger-dropdown-flight {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 480px) {
  .header-subtitle {
    font-size: 14px;
    padding: 0 15px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-text);
  outline: 0;
}

input::placeholder {
  color: #8a96ad;
}

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.hero-section {
  --hero-progress: 0;
  --hero-bg-shift: 0px;
  --hero-bg-scale: 1;
  --hero-center-y: 0px;
  --hero-center-scale: 1;
  --hero-left-x: 0px;
  --hero-right-x: 0px;
  --hero-side-blur: 0px;
  --hero-side-opacity: 1;
  --hero-rating-y: 0px;
  --hero-rating-opacity: 1;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: -4%;
  background:
    linear-gradient(90deg, rgba(17, 11, 9, 0.72) 0%, rgba(27, 18, 15, 0.45) 38%, rgba(18, 11, 9, 0.38) 62%, rgba(17, 11, 9, 0.68) 100%),
    url("/assets/images/blue-1.jpg") center / cover no-repeat;
  transform: translate3d(0, var(--hero-bg-shift), 0) scale(var(--hero-bg-scale));
  transform-origin: center center;
  will-change: transform;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(252, 146, 70, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%, transparent 74%, rgba(0, 0, 0, 0.24));
  pointer-events: none;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.3));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 1280px);
  height: 100vh;
  /* padding: 6.4rem 0 1.6rem; */
  display: grid;
  grid-template-columns: 1fr minmax(160px, 400px) 1fr;
  align-items: start;
  gap: 1.5rem;
  overflow: hidden;
  transform: translateZ(0);
}

.heroine{
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 640px){
  .heroine{
    font-size: 10px;
    font-weight: 600;
  }
}

.hero-side {
  max-width: 400px;
  will-change: transform, opacity, filter;
  transition: transform 0.18s linear, opacity 0.18s linear, filter 0.18s linear;
}

.hero-left {
  justify-self: start;
  margin-top: 8rem;
  transform: translate3d(var(--hero-left-x), calc(var(--hero-progress) * -20px), 0);
  opacity: var(--hero-side-opacity);
  filter: blur(var(--hero-side-blur));
}

.hero-right {
  justify-self: end;
  text-align: right;
  align-self: flex-end;
  margin-bottom: 4rem;
  transform: translate3d(var(--hero-right-x), calc(var(--hero-progress) * 24px), 0);
  opacity: var(--hero-side-opacity);
  filter: blur(var(--hero-side-blur));
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero-side h1,
.hero-side h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero-right h2 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.hero-copy {
  margin: 0.9rem 0 0;
  /* max-width: 17ch; */
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  line-height: 1.02;
  font-weight: 600;
}

.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 60vh;
  padding: 2.9rem 0 0.2rem;
  margin-top: 8rem;
  transform: translate3d(0, var(--hero-center-y), 0) scale(var(--hero-center-scale));
  transform-origin: center top;
  will-change: transform;
  transition: transform 0.18s linear;
}

.hero-logo {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateY(-2.4rem);
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.primary-button {
  background-color: #2E5EAA;
  color: #fff;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.hero-button {
  background: #fff;
  color: #181818;
  min-height: 46px;
  padding-inline: 1.35rem;
  box-shadow: none;
}

.scroll-hint {
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.google-rating {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  transform: translate3d(0, var(--hero-rating-y), 0);
  opacity: var(--hero-rating-opacity);
  will-change: transform, opacity;
  transition: transform 0.18s linear, opacity 0.18s linear;
}

.google-rating img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.google-rating strong {
  display: block;
  font-size: 1rem;
}

.google-rating span {
  color: #ffbf43;
  letter-spacing: 0.14em;
}

section:not(.hero-section) {
  padding: 6rem 0;
}

.section-heading {
  margin-bottom: 2.5rem;
  max-width: 680px;
}

.section-heading.centered {
  text-align: center;
  margin-inline: auto;
}

.section-heading.compact {
  max-width: 520px;
}

.section-heading h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-heading h2 span {
  color: var(--color-primary);
}

.trust-section {
  position: relative;
  padding: 2.5rem 0 5rem;
  background: #ffffff;
}

.trust-intro {
  margin: 0 auto 2rem;
  text-align: center;
}

.trust-intro h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.trust-intro p {
  margin: 0 auto;
  color: var(--color-text-muted);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.trust-card {
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 1)),
    var(--color-surface);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.trust-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: #2E5EAA;
  color: white;
  margin-inline: auto;
}

.trust-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.trust-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  line-height: 1.15;
}

.trust-card p {
  margin: 0;
  color: var(--color-text-muted);
}

.why-choose-section {
  background: #f5f8ff;
}

.why-choose-intro {
  margin-bottom: 2rem;
  text-align: center;
}

.why-choose-intro h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.why-choose-intro p {
  margin: 0;
  color: var(--color-text-muted);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.why-choose-card {
  padding: 1.45rem;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(1, 69, 242, 0.08);
  box-shadow: var(--shadow-card);
}

.why-choose-index {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: rgba(1, 69, 242, 0.08);
  color: #0145f2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.why-choose-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  line-height: 1.1;
  text-align: center;
  color: #2E5EAA;
}

.why-choose-card p {
  margin: 0;
  color: var(--color-text-muted);
  text-align: center;
}

.world-cup-section {
  background:
    radial-gradient(circle at top left, rgba(46, 94, 170, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.world-cup-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.world-cup-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.world-cup-visual {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.world-cup-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 37, 0.04), rgba(5, 16, 37, 0.36)),
    linear-gradient(135deg, rgba(252, 146, 70, 0.1), rgba(46, 94, 170, 0.08));
}

.world-cup-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-cup-copy h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: 2.8rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.world-cup-copy p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
  font-size: 0.8rem;
}

.world-cup-points {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.world-cup-points div {
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(46, 94, 170, 0.08);
  box-shadow: var(--shadow-card);
}

.world-cup-points strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #2E5EAA;
}

.world-cup-points span {
  color: var(--color-text-muted);
}

.world-cup-button {
  min-height: 52px;
  width: 100%;
  background-color: #2E5EAA;
  color: white;
}

.top-destinations-section {
  background: #f5f8ff;
}

.top-destinations-intro {
  margin-bottom: 2rem;
  text-align: center;
}

.top-destinations-intro h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.top-destinations-intro p {
  margin: 0;
  color: var(--color-text-muted);
}

.top-destinations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.destination-feature-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.destination-feature-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.destination-feature-body {
  padding: 1.4rem;
}

.destination-tag {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #fff3ea;
  color: var(--color-primary-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.destination-feature-body h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.08;
}

.destination-feature-body p {
  margin: 0 0 1.15rem;
  color: var(--color-text-muted);
}

.destination-feature-link {
  min-height: 46px;
  padding-inline: 1.2rem;
  width: 100%;
}

.explore-destinations-button {
  min-height: 54px;
  padding-inline: 1.6rem;
}

.umrah-section {
  background: #f5f8ff;
}

.umrah-intro {
  margin-bottom: 2rem;
  text-align: center;
}

.umrah-intro h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.umrah-intro p {
  margin: 0;
  color: var(--color-text-muted);
}

.umrah-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.umrah-card {
  overflow: hidden;
  border: 1px solid rgba(80, 48, 40, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.umrah-card-featured {
  box-shadow: 0 24px 50px rgba(80, 48, 40, 0.16);
}

.umrah-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.umrah-card-body {
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
}

.umrah-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.umrah-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #eaf3ff;
  color: #2E5EAA;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.umrah-price {
  font-size: 1rem;
  color: var(--color-dark);
}

.umrah-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.umrah-duration {
  margin: 0;
  font-weight: 700;
  color: #2E5EAA;
}

.umrah-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  color: var(--color-text-muted);
  min-height: 5.4rem;
}

.umrah-features li {
  position: relative;
  padding-left: 1.2rem;
}

.umrah-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
}

.umrah-link {
  margin-top: auto;
}

.explore-umrah-button {
  min-height: 54px;
  padding-inline: 1.6rem;
  gap: 8px;
}

.about-us-section {
  background: #ffffff;
}

.about-us-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
  align-items: start;
}

.about-us-copy h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.about-us-copy p {
  margin: 0 0 1.13rem;
  color: var(--color-text-muted);
}

.about-us-highlights {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.about-us-highlights div {
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(1, 69, 242, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}

.about-us-highlights strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #2E5EAA;
  font-size: 1rem;
}

.about-us-highlights span {
  color: var(--color-text-muted);
}

.about-us-visual {
  display: grid;
  gap: 1rem;
}

.about-us-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 470px;
  box-shadow: var(--shadow-soft);
}

.about-us-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 16, 46, 0.08), rgba(1, 16, 46, 0.54));
  z-index: 1;
}

.about-us-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us-image-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-us-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  font-weight: 700;
}

.about-us-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-us-trust-card {
  padding: 1.15rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(1, 69, 242, 0.08);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.about-us-trust-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  color: #2E5EAA;
  text-align: center;
}

.about-us-trust-card span {
  color: var(--color-text-muted);
  text-align: center !important;
}

.travel-guides-section {
  background: #ffffff;
}

.travel-guides-intro {
  margin-bottom: 2rem;
  text-align: center;
}

.travel-guides-intro h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.travel-guides-intro p {
  margin: 0;
  color: var(--color-text-muted);
}

.travel-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.travel-guide-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(1, 69, 242, 0.08);
  box-shadow: 0 16px 34px rgba(17, 34, 68, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.travel-guide-image-wrap {
  position: relative;
  overflow: hidden;
}

.travel-guide-image-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.travel-guide-card:hover .travel-guide-image-wrap img {
  transform: scale(1.03);
}

.travel-guide-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 12, 38, 0.02), rgba(1, 12, 38, 0.32));
}

.travel-guide-category {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(1, 69, 242, 0.9);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.travel-guide-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.travel-guide-body h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.08;
}

.travel-guide-body p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.travel-guide-link {
  margin-top: auto;
  min-height: 46px;
  padding-inline: 1.2rem;
}

.faq-section {
  background: #f5f8ff;
}

.faq-intro {
  margin-bottom: 2rem;
  text-align: center;
}

.faq-intro h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.faq-intro p {
  margin: 0;
  color: var(--color-text-muted);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(1, 69, 242, 0.08);
  background: #fff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.2rem 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: transparent;
  color: var(--color-text);
  font-weight: 700;
  text-align: left;
}

.faq-question::after {
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
  color: #0145f2;
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  padding: 0 1.3rem 1.2rem;
}

.faq-answer p {
  margin: 0;
  color: var(--color-text-muted);
}

.cta-section {
  padding-top: 1rem;
  background: #ffffff;
}

.cta-card {
  padding: 2.4rem;
  border-radius: 34px;
  text-align: center;
  background: #2E5EAA;
  color: #fff;
  box-shadow: 0 28px 56px rgba(1, 69, 242, 0.18);
}

.cta-card h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: 3.5rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cta-card p {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
}

.cta-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.cta-card .secondary-button {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-heading p,
.section-heading .eyebrow,
.why-choose-intro p,
.trust-intro p,
.top-destinations-intro p,
.umrah-intro p,
.travel-guides-intro p,
.faq-intro p,
.highlight-card p,
.destination-body p,
.about-copy p {
  color: var(--color-text-muted);
}

.eyebrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.fake1 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.fake2 {
  color: var(--color-text-muted);
}

.fake3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
    color: var(--color-text-muted);
}

.highlights-section {
  background:
    linear-gradient(180deg, rgba(252, 146, 70, 0.07), transparent 48%),
    #fff;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.highlight-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  box-shadow: var(--shadow-card);
}

.highlight-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(252, 146, 70, 0.18), rgba(252, 146, 70, 0.35));
  color: var(--color-primary-deep);
  font-weight: 800;
}

.highlight-card h3,
.destination-body h3,
.about-card h3 {
  margin: 0 0 0.7rem;
}

.booking-section {
  background: var(--color-bg);
}

.booking-card {
  padding: 2.25rem;
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.trip-toggle {
  width: min(100%, 360px);
  margin: 0 auto 1.8rem;
  padding: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
  background: #eef2ff;
  border-radius: 999px;
}

.trip-option {
  min-height: 58px;
  border-radius: 999px;
  background: transparent;
  color: #60708e;
  font-weight: 700;
}

.trip-option.active {
  background: linear-gradient(90deg, #6474ff, var(--color-primary));
  color: #fff;
  box-shadow: 0 14px 28px rgba(100, 116, 255, 0.22);
}

.trip-option:focus-visible,
.primary-button:focus-visible,
.secondary-button:focus-visible,
.field:focus-within {
  outline: 3px solid rgba(100, 116, 255, 0.24);
  outline-offset: 2px;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.booking-grid-wide {
  grid-template-columns: repeat(2, 1fr);
}

.field {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(126, 145, 187, 0.16);
  background: #f8faff;
}

.field-icon {
  font-size: 1.1rem;
  color: #6f84ff;
}

.submit-button {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.1rem;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}

.destination-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.destination-media {
  height: 260px;
  background-size: cover;
  background-position: center;
}

.destination-media-dubai {
  background-image:
    linear-gradient(180deg, rgba(17, 11, 9, 0.1), rgba(17, 11, 9, 0.3)),
    linear-gradient(135deg, #ffcc9e, #fc9246 45%, #a45229);
}

.destination-media-maldives {
  background-image:
    linear-gradient(180deg, rgba(17, 11, 9, 0.08), rgba(17, 11, 9, 0.26)),
    linear-gradient(135deg, #88eff0, #30c5bf 45%, #1c7994);
}

.destination-media-istanbul {
  background-image:
    linear-gradient(180deg, rgba(17, 11, 9, 0.06), rgba(17, 11, 9, 0.24)),
    linear-gradient(135deg, #ffd7af, #e49755 48%, #7f4a32);
}

.destination-body {
  padding: 1.5rem;
}

.destination-body span {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--color-primary-deep);
}

.section-action {
  margin-top: 2rem;
  text-align: center;
}

.secondary-button {
  color: #eaf3ff;
  background-color: #2E5EAA;
}

.about-section {
  background:
    linear-gradient(180deg, rgba(252, 146, 70, 0.06), rgba(252, 146, 70, 0.02)),
    #fff;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.about-copy p {
  max-width: 62ch;
}

.heroine{
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 640px){
  .heroine{
    font-size: 8px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
  }
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.about-stats div {
  padding: 1.2rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
}

.about-stats strong {
  display: block;
  font-size: 1.8rem;
  color: var(--color-primary-deep);
}

.about-panel {
  display: flex;
  justify-content: flex-end;
}

.about-card {
  width: 100%;
  max-width: 420px;
  padding: 2rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, #2e1d18, #503028);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.about-card span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.about-card p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1100px) {
  .hero-section {
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 7.5rem;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .hero-left,
  .hero-right {
    text-align: center;
  }

  .google-rating span {
    text-align: left !important;
  }

  .hero-left,
  .hero-right {
    justify-self: center;
    max-width: 700px;
    margin-top: 0;
  }

  .hero-right {
    align-self: center;
    text-align: center;
  }

  .hero-copy {
    max-width: 26ch;
    margin-inline: auto;
  }

  .hero-center {
    height: auto;
    gap: 10rem;
    padding: 1rem 0;
  }

  .hero-logo {
    transform: translateY(0);
  }

  .scroll-hint {
    justify-content: center;
  }

  .google-rating {
    position: static;
    margin-top: 1rem;
  }

  .highlights-grid,
  .why-choose-grid,
  .trust-grid,
  .destinations-grid,
  .umrah-grid,
  .world-cup-layout,
  .about-us-layout,
  .about-layout,
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-guides-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .hero-section {
    --hero-left-x: 0px;
    --hero-right-x: 0px;
  }

  .booking-grid,
  .booking-grid-wide,
  .highlights-grid,
  .why-choose-grid,
  .trust-grid,
  .destinations-grid,
  .umrah-grid,
  .world-cup-layout,
  .about-us-layout,
  .about-layout,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .top-destinations-grid {
    grid-template-columns: 1fr;
  }

  .travel-guides-grid {
    grid-template-columns: 1fr;
  }

  .booking-card {
    padding: 1.4rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .hero-content {
    padding-top: 9.5rem;
    padding-bottom: 2rem;
    min-height: 100svh;
  }

  .hero-section::after {
    inset: -2%;
  }

  .hero-side h1,
  .hero-side h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .hero-copy {
    font-size: 1.05rem;
    max-width: 24ch;
  }

  .hero-center {
    gap: 6rem;
  }

  .trust-section {
    padding: 2rem 0 4rem;
  }

  .trust-intro {
    margin-bottom: 1.5rem;
  }

  .trust-card {
    padding: 1.25rem;
  }

  .destination-feature-card img {
    height: 220px;
  }

  .umrah-card-featured {
    box-shadow: 0 24px 50px rgba(80, 48, 40, 0.16);
  }

  .umrah-card img {
    height: 220px;
  }

  .about-us-image-card {
    min-height: 360px;
  }


  .travel-guide-image-wrap img {
    height: 220px;
  }

  .cta-card {
    padding: 1.8rem 1.2rem;
  }

  .travel-guide-body {
    padding: 1.2rem;
  }

  .about-us-trust-grid {
    grid-template-columns: 1fr;
  }

  .destination-feature-body {
    padding: 1.2rem;
  }

  .umrah-card-body {
    padding: 1.2rem;
  }

  section:not(.hero-section) {
    padding: 4.5rem 0;
  }

  .booking-card {
    border-radius: 26px;
  }

  .field {
    min-height: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-section::after,
  .hero-left,
  .hero-right,
  .hero-center,
  .google-rating {
    transform: none !important;
    transition: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 640px) {
  .hero-section {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-content {
    height: 100svh;
    min-height: 100svh;
    /* padding-top: 6.6rem; */
    padding-bottom: 2rem;
    align-content: space-between;
    justify-items: stretch;
    text-align: initial;
  }

  .hero-left {
    justify-self: start;
    text-align: left;
    max-width: 100%;
  }

  .hero-right {
    justify-self: end;
    text-align: right;
    max-width: 100%;
    text-align: right !important;
  }

  .hero-side h1,
  .hero-side h2 {
    font-size: clamp(2rem, 8.2vw, 2.55rem);
    line-height: 0.98;
  }

  .hero-copy {
    font-size: 0.96rem;
    line-height: 1.38;
    max-width: 23ch;
  }

  .hero-center {
    gap: 4rem;
    margin-top: 0.5rem;
  }

  .hero-bismillah {
    font-size: 0.94rem;
    margin-bottom: 0.5rem;
  }

  .hero-logo {
    font-size: 1.7rem;
  }

  .google-rating {
    position: absolute;
    left: 0;
    bottom: 1.1rem;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
    padding-top: 6rem;
    padding-bottom: 1.35rem;
  }

  .hero-left {
    justify-self: center;
    text-align: center;
    width: min(100%, 24rem);
    max-width: 100%;
  }

  .hero-right {
    display: none;
  }

  .hero-copy {
    max-width: 24ch;
    margin-inline: auto;
  }

  .google-rating {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 0.9rem;
    padding-top: 6rem;
    padding-bottom: 1.35rem !important;
  }

  .hero-left,
  .hero-right {
    width: min(100%, 23rem);
    margin: 0;
    padding: 2.5rem 1rem 1.05rem;
    border-radius: 24px;
    margin-top: 50px;
  }

  /* .hero-left {
    justify-self: start;
  } */

  .hero-right {
    justify-self: end;
    align-self: start;
  }

  .hero-kicker {
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .hero-side h1,
  .hero-side h2 {
    font-size: 1.45rem;
    line-height: 1;
  }

  .hero-copy {
    margin-top: 0.55rem;
    font-size: 0.85rem;
    line-height: 1.35;
    padding: 0px 2px;
    max-width: none;
  }

  .hero-center {
    width: 100%;
    gap: 1.5rem;
    height: auto;
    min-height: 0;
    padding: 0;
    margin-top: 0.5rem;
  }

  .hero-center-stack {
    gap: 0.45rem;
    padding: 1rem 1.1rem;
    border-radius: 28px;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
  }

  .hero-bismillah {
    font-size: 0.88rem;
    margin-bottom: 0;
  }

  .hero-logo {
    font-size: 1.55rem;
    letter-spacing: 0.16em;
  }

  .hero-button {
    min-height: 48px;
    width: min(100%, 12rem);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.16);
  }

  .google-rating {
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(7, 17, 35, 0.45);
    backdrop-filter: blur(10px);
    white-space: nowrap;
  }

  .google-rating strong,
  .google-rating span {
    font-size: 0.82rem;
  }
}
