: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;
}

.umrah-section-heading h3.seo-h2,
.faq-intro h3.seo-h2,
.cta-card h3.seo-h2,
.umrah-visual-content h3.seo-h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: 3.2rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.why-journey-content h3.seo-h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

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

html {
  scroll-behavior: smooth;
}

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

main {
  display: block;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
}

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

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

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

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

.umrah-card-action-button {
  color: #fff;
  background: #2e5eaa;
  border-radius: 10px;
}

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

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

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2e5eaa;
}

.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.2), 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;
  display: grid;
  grid-template-columns: 1fr minmax(160px, 280px) 1fr;
  align-items: start;
  gap: 1.5rem;
  overflow: hidden;
  transform: translateZ(0);
}

.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: 3.5rem;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero-right h2 {
  font-size: 3.5rem;
}

.hero-copy {
  margin: 0.9rem 0 0;
  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;
  gap: 8rem;
  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-center-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-bismillah {
  display: inline-block;
  margin-bottom: 1.75rem;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
}

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

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

.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;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

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

.umrah-block,
.faq-section,
.cta-section {
  padding: 5rem 0;
}

.umrah-block.is-blue,
.faq-section {
  background: #f3f7ff;
}

.umrah-section-heading,
.faq-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.umrah-section-heading h2,
.faq-intro h2,
.cta-card h2,
.umrah-visual-content h2,
.why-journey-content h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: 3.2rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.umrah-section-heading p,
.faq-intro p,
.cta-card p,
.umrah-visual-content p,
.why-journey-copy {
  margin: 0 auto;
  color: var(--color-text-muted);
}

.why-journey-copy {
  margin: 0;
  max-width: none;
}

.reveal-up {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}

.reveal-up.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.umrah-assurance-grid,
.umrah-package-grid,
.umrah-linking-grid,
.umrah-departure-grid,
.season-grid,
.special-package-grid {
  display: grid;
  gap: 1rem;
}

.umrah-assurance-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.umrah-package-grid,
.umrah-linking-grid,
.umrah-departure-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.season-grid,
.special-package-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.umrah-assurance-card,
.umrah-package-card,
.umrah-linking-card,
.umrah-departure-card,
.season-card,
.special-package-card,
.journey-point,
.why-journey-stat,
.umrah-highlight-item {
  background: #fff;
  border: 1px solid rgba(1, 69, 242, 0.08);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.umrah-assurance-card:hover,
.umrah-package-card:hover,
.umrah-linking-card:hover,
.umrah-departure-card:hover,
.season-card:hover,
.special-package-card:hover,
.journey-point:hover,
.why-journey-stat:hover,
.umrah-highlight-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(17, 34, 68, 0.12);
}

.umrah-departure-card,
.umrah-linking-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.umrah-assurance-card,
.umrah-linking-card,
.umrah-departure-card,
.season-card,
.special-package-card {
  padding: 1.45rem;
  border-radius: 28px;
}

.umrah-assurance-card {
  text-align: center;
}

.umrah-assurance-icon {
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  margin: 0 auto 1rem;
  border-radius: 20px;
  background: rgba(1, 69, 242, 0.08);
  color: #0145f2;
}

.umrah-assurance-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.umrah-assurance-card h3,
.umrah-linking-card h3,
.umrah-departure-card h3,
.season-card h3,
.special-package-card h3,
.journey-point h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  color: #2e5eaa;
}

.umrah-assurance-card p,
.umrah-linking-card p,
.umrah-departure-card p,
.season-card p,
.special-package-card p,
.journey-point p {
  margin: 0;
  color: var(--color-text-muted);
}

.why-journey-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-journey-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2rem;
  align-items: stretch;
}

.why-journey-visual {
  position: relative;
  min-height: 80vh;
  max-height: 760px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.why-journey-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 37, 0.04), rgba(5, 16, 37, 0.56)),
    linear-gradient(135deg, rgba(252, 146, 70, 0.12), rgba(1, 69, 242, 0.08));
  z-index: 1;
}

.why-journey-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-journey-badge {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #123e93;
  font-weight: 700;
}

.why-journey-overlay {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.why-journey-stat {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: blur(10px);
  color: #fff;
}

.why-journey-stat strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.15rem;
}

.why-journey-content {
  display: grid;
  align-content: center;
  gap: 0.5rem;
}

.journey-points {
  display: grid;
  gap: 1rem;
}

.journey-point {
  padding: 1.25rem;
  border-radius: 24px;
}

.journey-point-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.journey-number {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffeddc, #eaf3ff);
  color: #184291;
  font-weight: 800;
}

.journey-chip-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.journey-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 1.85rem;
  border-radius: 999px;
  background: #eaf3ff;
  color: #184291;
  font-size: 0.88rem;
  font-weight: 700;
}

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

.umrah-booking-copy {
  padding: 1.8rem;
  border-radius: 32px;
  background: linear-gradient(180deg, #0b1732, #091224);
  color: #fff;
  box-shadow: 0 28px 60px rgba(6, 18, 44, 0.18);
  position: sticky;
  top: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.umrah-booking-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.umrah-booking-copy p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.76);
}

.umrah-booking-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.umrah-booking-list span {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.umrah-booking-form-wrap {
  padding: 1.5rem;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(1, 69, 242, 0.08);
  box-shadow: var(--shadow-card);
}

.umrah-booking-form {
  display: grid;
  gap: 1rem;
}

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

.umrah-field,
.umrah-field-wide {
  display: grid;
  gap: 0.45rem;
}

.umrah-field label,
.umrah-field-wide label {
  font-weight: 700;
  color: #0f224a;
}

.umrah-field input,
.umrah-field select,
.umrah-field-wide textarea {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(1, 69, 242, 0.12);
  background: #f8fbff;
  color: var(--color-text);
  outline: none;
}

.umrah-field-wide textarea {
  min-height: 130px;
  resize: vertical;
}

.umrah-form-note {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.umrah-package-card {
  overflow: hidden;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
}

.umrah-package-media,
.season-card-media,
.special-package-media,
.umrah-visual-card {
  position: relative;
  overflow: hidden;
}

.umrah-package-media {
  height: 250px;
}

.umrah-package-media img,
.season-card-media img,
.special-package-media img,
.umrah-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.umrah-package-media::after,
.season-card-media::after,
.special-package-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 35, 0.05), rgba(5, 14, 35, 0.42));
}

.umrah-package-tag,
.season-badge,
.special-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0145f2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.umrah-package-body,
.season-card-body,
.special-package-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  /* height: 80%; */
}

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

.umrah-package-body h3,
.season-card-body h3,
.special-package-body h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.08;
}

.umrah-package-price,
.season-price,
.special-price {
  color: #0145f2;
  font-weight: 800;
}

.umrah-package-meta,
.season-meta,
.special-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.umrah-package-meta span,
.season-meta span,
.special-meta span,
.umrah-airport-tags span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #184291;
  font-size: 0.88rem;
  font-weight: 600;
}

.umrah-package-list,
.season-list,
.special-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  color: var(--color-text-muted);
}

.umrah-package-list li,
.season-list li,
.special-list li {
  position: relative;
  padding-left: 1.15rem;
}

.umrah-package-list li::before,
.season-list li::before,
.special-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0145f2;
}

.umrah-package-link,
.season-card .primary-button,
.special-package-card .primary-button {
  margin-top: auto;
}

.season-card,
.special-package-card {
  overflow: hidden;
  padding: 0;
}

.season-card-media,
.special-package-media {
  height: 240px;
}

.season-2026 .season-badge {
  color: #155b37;
}

.season-2027 .season-badge {
  color: #6f3ef1;
}

.special-budget .special-badge {
  color: #b15b00;
}

.special-ramadan .special-badge {
  color: #0d4f73;
}

.umrah-visual-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.umrah-visual-card {
  min-height: 470px;
  border-radius: 34px;
  box-shadow: var(--shadow-soft);
}

.umrah-visual-overlay {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(7, 19, 43, 0.72);
  color: #fff;
  backdrop-filter: blur(10px);
}

.umrah-highlight-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.umrah-highlight-item {
  padding: 1.1rem 1.15rem;
  border-radius: 22px;
}

.umrah-highlight-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0145f2;
}

.umrah-airport-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(31, 42, 68, 0.1);
}

.faq-question {
  width: 100%;
  position: relative;
  padding: 1.2rem 2.5rem 1.2rem 0;
  background: transparent;
  text-align: left;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color-text);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #2e5eaa;
}

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

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

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

.cta-section {
  background: #fff;
}

.cta-card {
  padding: 2.2rem;
  border-radius: 32px;
  background: #2e5eaa;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

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

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

.cta-card .secondary-button {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

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

  .hero-content,
  .why-journey-layout,
  .umrah-booking-layout,
  .umrah-visual-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    justify-items: center;
    text-align: center;
    padding-top: 7.5rem;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .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);
  }

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

  .umrah-assurance-grid,
  .umrah-package-grid,
  .umrah-linking-grid,
  .umrah-departure-grid,
  .season-grid,
  .special-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .umrah-booking-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .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;
  }

  .hero-bismillah {
    text-align: center;
  }

  .why-journey-visual {
    min-height: 420px;
    max-height: none;
  }

  .why-journey-overlay {
    grid-template-columns: 1fr;
  }

  .umrah-assurance-grid,
  .umrah-package-grid,
  .umrah-linking-grid,
  .umrah-departure-grid,
  .season-grid,
  .special-package-grid,
  .umrah-form-grid {
    grid-template-columns: 1fr;
  }

  .umrah-visual-card {
    min-height: 340px;
  }

  .cta-card,
  .umrah-booking-copy,
  .umrah-booking-form-wrap {
    padding: 1.4rem;
  }

  .umrah-package-media,
  .season-card-media,
  .special-package-media {
    height: 220px;
  }

  .umrah-package-body,
  .season-card-body,
  .special-package-body {
    padding: 1.2rem;
  }

  .umrah-block,
  .faq-section,
  .cta-section {
    padding: 4.5rem 0;
  }
}

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

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

@media (max-width: 760px) {
  .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%;
  }

  .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: 760px) {
  .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: 760px) {
  .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;
  }

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

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

  .hero-side h1,
  .hero-side h2 {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
    line-height: 1;
  }

  .hero-copy {
    margin-top: 0.55rem;
    font-size: 0.92rem;
    line-height: 1.35;
    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;
  }

  .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;
  }
}