:root {
  --red: #b51f2a;
  --red-dark: #8f1721;
  --gold: #c89b3c;
  --gold-soft: #fff3cf;
  --green: #183f32;
  --green-deep: #102d25;
  --green-soft: #edf6f1;
  --ink: #221f20;
  --muted: #706b66;
  --line: #eadfd4;
  --paper: #ffffff;
  --soft: #fff8f1;
  --shadow: 0 18px 45px rgba(62, 26, 20, 0.12);
  --shadow-strong: 0 30px 70px rgba(62, 26, 20, 0.18);
  --radius: 8px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 68px;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

h1,
h2,
h3 {
  line-height: 1.18;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 6.4vw, 4.75rem);
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.25rem;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.section {
  padding: 66px 0;
  scroll-margin-top: 92px;
}

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

.section-deep {
  color: #fff;
  background: var(--green);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(181, 31, 42, 0.12);
  backdrop-filter: blur(16px);
}

.navbar {
  width: min(100% - 32px, var(--container));
  min-height: 58px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  white-space: nowrap;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  display: none;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--red);
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--green);
}

.menu-open .nav-links {
  position: fixed;
  inset: 58px 16px auto;
  display: grid;
  gap: 4px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.menu-open .nav-links a {
  padding: 12px;
}

.header-cta {
  display: inline-flex;
  flex: 0 0 auto;
  color: #fff;
  background: #1f8f55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(181, 31, 42, 0.18);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.btn-secondary {
  color: var(--green);
  background: var(--green-soft);
  border-color: rgba(24, 63, 50, 0.16);
}

.btn-outline {
  color: var(--red);
  background: #fff;
  border-color: rgba(181, 31, 42, 0.32);
}

.btn-small {
  min-height: 38px;
  padding: 9px 12px;
  font-size: 0.86rem;
}

.btn-large {
  width: 100%;
  min-height: 56px;
}

.hero {
  position: relative;
  padding-top: 42px;
  background:
    radial-gradient(circle at 90% 20%, rgba(200, 155, 60, 0.13) 0, rgba(200, 155, 60, 0) 26%),
    linear-gradient(180deg, #fff 0%, #fff9f2 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(181, 31, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 31, 42, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.16rem;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.badges span {
  padding: 8px 10px;
  color: var(--green);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 8px 0 24px;
}

.hero-proof div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(200, 155, 60, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(62, 26, 20, 0.07);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--red-dark);
  font-size: 1.05rem;
}

.hero-proof span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-actions {
  display: grid;
  gap: 12px;
}

.microcopy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  background: var(--gold-soft);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 58% center;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: inherit;
  pointer-events: none;
}

.hero-media-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 260px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(24, 63, 50, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(16, 45, 37, 0.25);
}

.hero-media-card strong,
.hero-media-card span {
  display: block;
}

.hero-media-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.trust-bar {
  padding: 22px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--red-dark), #a41722);
}

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

.trust-grid div {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.profile p:last-child {
  color: var(--muted);
  font-size: 1.06rem;
}

.profile-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.profile-points span {
  padding: 9px 12px;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid rgba(24, 63, 50, 0.12);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.split {
  display: grid;
  gap: 28px;
  align-items: start;
}

.split > div > p:not(.eyebrow) {
  color: var(--muted);
}

.legal-box,
.package-card,
blockquote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(62, 26, 20, 0.07);
}

.legal-box {
  position: relative;
  overflow: hidden;
}

.legal-box::before,
.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.legal-box {
  padding: 24px;
}

.legal-box ul,
.package-card ul {
  padding-left: 20px;
  color: var(--muted);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.section-heading.light p,
.section-heading.light .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.card-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  overflow: hidden;
}

.package-card p {
  color: var(--muted);
}

.package-card .btn {
  margin-top: auto;
}

.featured {
  border-color: rgba(200, 155, 60, 0.65);
  box-shadow: 0 18px 38px rgba(200, 155, 60, 0.16);
}

.package-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-label {
  align-self: flex-start;
  padding: 5px 9px;
  color: var(--green);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.reason-grid {
  display: grid;
  gap: 12px;
}

.reason-grid div {
  padding: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-weight: 800;
}

.reason-grid div::before,
.steps strong::before {
  color: var(--gold);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steps span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-weight: 900;
}

blockquote {
  margin: 0;
  padding: 24px;
}

blockquote p {
  color: var(--ink);
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 18px;
  color: var(--green);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.final-cta {
  color: #fff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(143, 23, 33, 0.96), rgba(16, 45, 37, 0.96)),
    url("../img/hero-umrah.jpg") center / cover;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 34px 0 92px;
  color: rgba(255, 255, 255, 0.78);
  background: #211715;
}

.footer-grid {
  display: grid;
  gap: 18px;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  margin-bottom: 8px;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  width: auto;
  min-width: min(100% - 24px, 330px);
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: #fff;
  background: #1f8f55;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(31, 143, 85, 0.36);
  font-weight: 900;
}

.floating-whatsapp::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 6px #1f8f55;
}

.floating-whatsapp span {
  line-height: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 680px) {
  .hero-actions {
    grid-template-columns: max-content max-content;
  }

  .btn-large {
    width: auto;
  }

  .trust-grid,
  .reason-grid,
  .steps,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid {
    grid-template-columns: 1fr 0.82fr;
  }

  .trust-grid div {
    border-bottom: 0;
  }

  .wide {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1.4fr 1fr;
  }
}

@media (min-width: 940px) {
  body {
    padding-bottom: 0;
  }

  .section {
    padding: 84px 0;
  }

  .hero {
    min-height: 690px;
    display: grid;
    align-items: center;
    padding-top: 64px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 68px;
  }

  .hero-media {
    transform: translateY(10px);
  }

  .hero-media img {
    aspect-ratio: 5 / 4;
  }

  .split {
    grid-template-columns: 1fr 0.9fr;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .menu-toggle {
    display: none;
  }

  .header-cta {
    display: inline-flex;
  }

  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .package-card {
    min-height: 294px;
  }

  .trust-grid,
  .reason-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 18px;
    width: 58px;
    min-width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 50%;
  }

  .floating-whatsapp::before {
    display: none;
  }

  .floating-whatsapp span {
    font-size: 0;
  }

  .floating-whatsapp span::before {
    content: "WA";
    font-size: 1rem;
  }
}

@media (max-width: 420px) {
  .container,
  .navbar {
    width: min(100% - 24px, var(--container));
  }

  .brand small {
    display: none;
  }

  .btn:not(.header-cta) {
    width: 100%;
  }

}

@media (max-width: 679px) {
  h1 {
    margin-bottom: 10px;
    font-size: clamp(1.86rem, 8.6vw, 2.55rem);
    letter-spacing: -0.01em;
  }

  h2 {
    margin-bottom: 10px;
    font-size: clamp(1.28rem, 6.3vw, 1.72rem);
  }

  h3 {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .container,
  .navbar {
    width: min(100% - 24px, var(--container));
  }

  .section {
    padding: 36px 0;
    scroll-margin-top: 66px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-grid {
    gap: 16px;
  }

  .hero-subtitle,
  .profile p:last-child {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .badges {
    gap: 6px;
    margin: 12px 0;
  }

  .badges span {
    padding: 5px 8px;
    font-size: 0.7rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn-primary {
    min-height: 52px;
    font-size: 0.9rem;
    box-shadow: 0 12px 24px rgba(181, 31, 42, 0.22);
  }

  .microcopy {
    margin-top: 8px;
    font-size: 0.78rem;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 6px 0 14px;
  }

  .hero-proof div {
    padding: 8px 7px;
  }

  .hero-proof strong {
    font-size: 0.78rem;
  }

  .hero-proof span {
    font-size: 0.62rem;
  }

  .hero-media img {
    aspect-ratio: 16 / 7.5;
    object-position: 58% center;
  }

  .hero-media-card {
    left: 10px;
    bottom: 10px;
    max-width: 210px;
    padding: 9px 10px;
  }

  .hero-media-card strong {
    font-size: 0.82rem;
  }

  .hero-media-card span {
    font-size: 0.7rem;
  }

  .trust-bar {
    padding: 10px 0;
  }

  .trust-grid {
    gap: 0 10px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .trust-grid span {
    font-size: 0.68rem;
  }

  .trust-grid div {
    padding: 8px 0;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .legal-box,
  .package-card,
  blockquote {
    padding: 16px;
  }

  .legal-box ul,
  .package-card ul {
    margin: 6px 0 12px;
    padding-left: 18px;
    font-size: 0.82rem;
  }

  .card-grid,
  .testimonial-grid {
    display: grid;
    gap: 10px;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .package-card,
  .testimonial-grid blockquote {
    flex: initial;
    scroll-snap-align: unset;
  }

  .package-card {
    display: grid;
    gap: 7px;
  }

  .package-card p,
  blockquote p,
  .split > div > p:not(.eyebrow),
  .section-heading p:not(.eyebrow) {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .package-card .btn {
    min-height: 44px;
    font-size: 0.8rem;
  }

  .package-kicker {
    font-size: 0.64rem;
  }

  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .reason-grid div {
    min-height: 58px;
    padding: 10px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .reason-grid .wide {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .steps {
    gap: 8px;
  }

  .steps div {
    padding: 11px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .steps span {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 0.78rem;
  }

  summary {
    padding: 12px;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  details p {
    padding: 0 12px 12px;
    font-size: 0.84rem;
  }

  .site-footer {
    padding-bottom: 92px;
    font-size: 0.82rem;
  }

  .final-cta {
    text-align: left;
  }

  .final-cta .btn {
    min-height: 46px;
    font-size: 0.82rem;
  }

  .floating-whatsapp {
    right: 10px;
    bottom: 10px;
    min-width: min(100% - 20px, 320px);
    height: 50px;
    font-size: 0.92rem;
  }
}

@media (max-width: 360px) {
  .brand strong {
    font-size: 0.9rem;
  }

  .btn-small {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }
}
