/* Hajj 2026 Interactive Planner Styles */
:root {
  --planner-primary: #0d6f57;
  --planner-primary-light: rgba(13, 111, 87, 0.1);
  --planner-secondary: #3b82f6;
  --planner-border: rgba(15, 23, 42, 0.08);
  --planner-bg: #f8fafc;
  --planner-card-bg: #ffffff;
  --planner-shadow: 0 10px 30px rgba(12, 53, 82, 0.08);
  --planner-radius: 16px;
}

/* Hero Planner */
.hub-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 78vh;
  background: #071626;
}

.hub-page-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(197,161,94,0.18), transparent 24%),
    linear-gradient(90deg, rgba(7,22,38,0.84) 0%, rgba(7,22,38,0.68) 42%, rgba(7,22,38,0.42) 100%);
}

.hub-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  pointer-events: none;
}

.hub-page-hero .hub-page-hero-copy,
.hub-page-hero .hub-page-hero-copy .eyebrow,
.hub-page-hero h1,
.hub-page-hero .lead,
.hub-page-hero .hero-actions,
.hub-page-hero .hero-icons--hub {
  position: relative;
  z-index: 1;
}

.hub-page-hero h1 {
  color: white;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  max-width: 10ch;
}

.hub-page-hero .lead {
  color: rgba(255,255,255,0.90);
  font-size: 1.14rem;
  line-height: 1.82;
  max-width: 700px;
}

.hub-page-hero .eyebrow {
  color: #f2ddb1;
  letter-spacing: 0.14em;
}

.hub-page-hero .hub-page-hero-inner {
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hub-page-hero .hub-page-hero-copy {
  max-width: 780px;
}

.hero-icons--hub {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 0;
}

.hero-icons--hub li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 108px;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.16);
  color: #ecf7f3;
}

.hero-icons--hub i,
.hero-icons--hub svg {
  width: 28px;
  height: 28px;
}

.hero--planner {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

.hero--planner .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero--planner .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--planner .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
  z-index: -1;
}

.hero--planner .hero-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.hero--planner .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.hero--planner .hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.hero--planner .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hero--planner .hero-actions .btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero--planner .hero-note {
  font-size: 0.875rem;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.15);
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

/* Homepage spotlight bands */
.hajj-hub-page {
  background: linear-gradient(180deg, #f3f7fa 0%, #ffffff 18%, #f8fafc 100%);
}

.hajj-command-strip {
  padding: 2rem 0 0.75rem;
}

.hajj-command-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.25rem;
}

.hajj-command-panel {
  padding: 1.55rem;
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 20px 50px rgba(15,23,42,0.06);
}

.hajj-command-panel--strong {
  background: linear-gradient(135deg, #0c3552 0%, #0d6f57 100%);
  color: white;
}

.hajj-command-panel--strong h2,
.hajj-command-panel--strong p {
  color: white;
}

.command-kicker {
  display: inline-flex;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c5a15e;
}

.hajj-command-panel h3,
.hajj-command-panel h2 {
  margin-bottom: 0.55rem;
}

.hajj-command-panel p {
  color: #475569;
  line-height: 1.72;
}

.hajj-premium-band {
  padding: 2.5rem 0 1.25rem;
  background: radial-gradient(circle at top left, rgba(197,161,94,0.22), transparent 34%), linear-gradient(135deg, #081a2b 0%, #0c3552 45%, #0d6f57 100%);
  color: white;
}

.hajj-premium-head {
  max-width: 860px;
  margin-bottom: 1.6rem;
}

.hajj-premium-kicker {
  margin: 0 0 0.65rem;
  color: rgba(255,255,255,0.78);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
  font-weight: 800;
}

.hajj-premium-head h2 {
  color: white;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 0.85rem;
}

.hajj-premium-head p {
  color: rgba(255,255,255,0.82);
  max-width: 760px;
  line-height: 1.8;
}

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

.hajj-premium-card {
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.hajj-premium-card h3 {
  color: white;
  margin-bottom: 0.8rem;
}

.hajj-premium-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(255,255,255,0.86);
  line-height: 1.7;
}

.premium-card-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #f8e9c9;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.premium-card-featured {
  transform: translateY(-10px);
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  border-color: rgba(197,161,94,0.42);
}

.hajj-home-highlights {
  position: relative;
  margin-top: -1.4rem;
  padding: 0 0 2rem;
  z-index: 4;
}

.hajj-home-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.hajj-home-highlight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.7rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,252,0.96));
  border: 1px solid rgba(13,111,87,0.10);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hajj-home-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
  border-color: rgba(13,111,87,0.28);
}

.hajj-home-highlight-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--planner-primary);
}

.hajj-home-highlight-card h2 {
  margin: 0 0 0.7rem;
  font-size: 1.45rem;
  line-height: 1.15;
  color: #0f172a;
}

.hajj-home-highlight-card p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.hajj-home-highlight-link {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--planner-primary);
}

.highlight-card-accent {
  background: linear-gradient(135deg, #0d6f57 0%, #0a5845 100%);
  color: white;
}

.highlight-card-accent .hajj-home-highlight-kicker,
.highlight-card-accent .hajj-home-highlight-link {
  color: rgba(255,255,255,0.92);
}

.highlight-card-accent h2,
.highlight-card-accent p {
  color: white;
}

.hajj-home-marquee {
  padding: 0.6rem 0 2.4rem;
}

.hajj-home-marquee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hajj-home-marquee-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(13,111,87,0.08);
  border: 1px solid rgba(13,111,87,0.12);
  color: #0f172a;
  font-weight: 600;
}

.hajj-hub-prose > h2 {
  position: relative;
  padding-top: 2.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.03em;
}

.hajj-hub-prose > h2::before {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 1.1rem;
  background: linear-gradient(90deg, #0d6f57, #c5a15e);
}

.hajj-hub-prose > p {
  font-size: 1.02rem;
  line-height: 1.95;
  color: #475569;
  max-width: 74ch;
}

.hajj-hub-prose > p + .sexy-grid,
.hajj-hub-prose > p + .sexy-callout,
.hajj-hub-prose > p + .sexy-timeline {
  margin-top: 1.6rem;
}

.hajj-hub-prose {
  max-width: 1120px;
}

.hajj-hub-prose .sexy-grid {
  margin: 1.75rem 0 3rem;
}

.hajj-hub-prose .sexy-card {
  min-height: 100%;
  border-radius: 28px;
  padding: 1.9rem;
  box-shadow: 0 18px 42px rgba(15,23,42,0.06);
}

.hajj-hub-prose .sexy-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
}

.hajj-hub-prose .sexy-card-content {
  line-height: 1.82;
  color: #334155;
}

.hajj-hub-prose .sexy-card-content p:last-child,
.hajj-hub-prose .sexy-card-content ul:last-child {
  margin-bottom: 0;
}

.hajj-hub-prose .sexy-callout {
  margin: 1.5rem 0 2rem;
}

.hajj-hub-shell {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 16%);
}

.hajj-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 1.5rem;
  align-items: start;
}

.hajj-sidebar-card {
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,0.08);
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  padding: 1.25rem;
}

.hajj-sidebar-card--sticky {
  position: sticky;
  top: 92px;
}

.hajj-conversion-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.25rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #0c3552 0%, #0d6f57 100%);
  color: white;
  box-shadow: 0 24px 54px rgba(12,53,82,0.22);
}

.hajj-conversion-band h2 {
  color: white;
  margin-bottom: 0.5rem;
}

.hajj-conversion-band p {
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.75;
}

.hajj-conversion-kicker {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 800;
  color: #f4dfb4;
}

.hajj-conversion-points {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
}

.hajj-conversion-points span {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  color: white;
  font-weight: 700;
}

.seo-footer-scroll {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 3rem 0 1rem;
  margin-left: -50vw;
  border-top: 1px solid rgba(15,23,42,0.08);
  border-bottom: 1px solid rgba(15,23,42,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.98));
  box-shadow: 0 18px 42px rgba(15,23,42,0.04);
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.seo-footer-scroll-inner {
  width: min(80vw, 1280px);
  max-width: min(80vw, 1280px);
  max-height: 420px;
  overflow-y: auto;
  padding: 2rem clamp(1.25rem, 4vw, 3rem);
  margin: 0 auto;
}

.seo-footer-scroll-inner h2,
.seo-footer-scroll-inner h3 {
  color: #0f172a;
  letter-spacing: -0.02em;
}

.seo-footer-scroll-inner h2 {
  margin-top: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.3rem);
}

.seo-footer-scroll-inner h3 {
  margin-top: 1.5rem;
  font-size: 1.15rem;
}

.seo-footer-scroll-inner p,
.seo-footer-scroll-inner li {
  color: #475569;
  line-height: 1.9;
}

.seo-footer-scroll-inner {
  text-align: left;
}

.seo-footer-scroll-inner ul,
.seo-footer-scroll-inner ol {
  padding-left: 1.25rem;
}

.hajj-form-section-full {
  padding: 1rem 0 4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hajj-conversion-band--full {
  margin-bottom: 1.25rem;
}

.hajj-form-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.65fr);
  gap: 1rem;
  align-items: start;
}

.hajj-form-shell-copy {
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}

.hajj-form-shell-copy h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.hajj-form-shell-copy p {
  color: #475569;
  line-height: 1.8;
}

.hajj-form-shell-card {
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 24px 60px rgba(15,23,42,0.10);
  padding: 1rem;
}

.hajj-form-shell-card .lead-form--hajj {
  border: 0;
  padding: 0.75rem;
  background: transparent;
  box-shadow: none;
}

.hajj-hub-prose .sexy-timeline {
  margin: 2rem 0 2.5rem;
}

.hajj-hub-prose > h2 + .sexy-grid.columns-2 .sexy-card,
.hajj-hub-prose > h2 + .sexy-grid.columns-3 .sexy-card,
.hajj-hub-prose > h2 + .sexy-grid.columns-4 .sexy-card {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.lead-form--hajj {
  border: 1px solid rgba(13,111,87,0.14);
  border-radius: 20px;
  padding: 1.25rem;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.hajj-form-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.hajj-form-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(13,111,87,0.08);
  border: 1px solid rgba(13,111,87,0.12);
  color: #0d6f57;
  font-size: 0.85rem;
  font-weight: 700;
}

.hajj-form-card h2 {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}

.hajj-form-card .muted {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Planner Wizard */
.hajj-quick-calc {
  padding: 1.2rem 0 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hajj-quick-calc-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.5fr);
  gap: 1rem;
  align-items: start;
}

.hajj-quick-calc-copy {
  padding: 1.4rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #081a2b 0%, #0c3552 55%, #0d6f57 100%);
  color: white;
  box-shadow: 0 24px 54px rgba(12,53,82,0.22);
}

.hajj-quick-calc-copy h2,
.hajj-quick-calc-copy p {
  color: white;
}

.hajj-quick-calc-card {
  padding: 1rem;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 20px 48px rgba(15,23,42,0.10);
}

.hajj-quick-calc-result {
  margin-top: 1rem;
  padding: 1.15rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(13,111,87,0.08), rgba(12,53,82,0.05));
  border: 1px solid rgba(13,111,87,0.10);
}

.hajj-quick-calc-result span {
  display: block;
  margin-bottom: 0.35rem;
  color: #0d6f57;
  font-weight: 700;
}

.hajj-quick-calc-result strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.hajj-quick-calc-result p {
  margin: 0;
  color: #475569;
}

.planner-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: var(--planner-primary);
}

.planner-intro {
  max-width: 760px;
  margin: 0 auto 1.4rem;
  color: #475569;
  line-height: 1.7;
  text-align: center;
}

.planner-wizard {
  background: var(--planner-bg) !important;
  border-top: 1px solid var(--planner-border) !important;
  border-bottom: 1px solid var(--planner-border) !important;
  padding: 3rem 0 !important;
}

.wizard-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.wizard-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.wizard-steps {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.wizard-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.wizard-step.active {
  opacity: 1;
}

.wizard-step .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--planner-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.125rem;
}

.wizard-step.active .step-number {
  background: var(--planner-primary);
  box-shadow: 0 0 0 4px rgba(13, 111, 87, 0.2);
}

.wizard-step .step-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
}

.wizard-step.active .step-label {
  color: #0f172a;
}

.wizard-shell {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.wizard-sidecar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wizard-sidecar-card {
  padding: 1.25rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: var(--planner-shadow);
}

.wizard-sidecar-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.7;
}

.wizard-sidecar-card--dark {
  background: linear-gradient(135deg, #081a2b 0%, #0c3552 55%, #0d6f57 100%);
  color: white;
}

.wizard-sidecar-card--dark p,
.wizard-sidecar-card--dark .wizard-sidecar-kicker {
  color: rgba(255,255,255,0.84);
}

.wizard-sidecar-kicker {
  display: inline-flex;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--planner-primary);
}

.wizard-live-total {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.wizard-content {
  background: white;
  border-radius: var(--planner-radius);
  padding: 2.5rem;
  box-shadow: var(--planner-shadow);
  max-width: 1000px;
  margin: 0 auto;
}

.wizard-pane {
  display: none;
}

.wizard-pane.active {
  display: block;
}

.wizard-pane h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

/* Planner Grid */
.planner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.planner-card {
  border: 1px solid var(--planner-border);
  border-radius: 12px;
  padding: 1.5rem;
  background: var(--planner-card-bg);
}

.planner-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0f172a;
}

.planner-select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--planner-border);
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  margin-bottom: 0.5rem;
}

.planner-range {
  margin: 1rem 0;
}

.slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e2e8f0;
  outline: none;
  -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--planner-primary);
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.range-values {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.planner-hint {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.5rem;
}

.priority-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.priority-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid var(--planner-border);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.priority-item:hover {
  background: var(--planner-primary-light);
}

.priority-item input[type="radio"]:checked + span {
  font-weight: 600;
  color: var(--planner-primary);
}

.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checkbox-list label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.package-match {
  margin-bottom: 2rem;
}

.match-result {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.match-card {
  border: 1px solid var(--planner-border);
  border-radius: 12px;
  padding: 1.5rem;
  background: white;
  position: relative;
}

.match-card.match-recommended {
  border-color: var(--planner-primary);
  box-shadow: 0 0 0 2px rgba(13, 111, 87, 0.2);
}

.match-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--planner-primary);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
}

.match-card h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #0f172a;
}

.match-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.match-card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #475569;
}

.match-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--planner-primary);
  margin-bottom: 1rem;
}

.checklist-progress-card {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(15,23,42,0.08);
  margin-bottom: 1rem;
}

.checklist-progress-card span {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0d6f57;
  margin-bottom: 0.3rem;
}

.checklist-progress-card strong {
  display: block;
  font-size: 1.2rem;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.checklist-progress-bar {
  height: 10px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.checklist-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #0d6f57, #3b82f6);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.checklist-items--interactive {
  gap: 1rem;
}

.checklist-category-card strong {
  display: block;
  margin-bottom: 0.85rem;
  color: #0f172a;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.72rem 0.75rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,0.06);
  margin-bottom: 0.6rem;
  cursor: pointer;
}

.checklist-item input {
  margin-top: 0.2rem;
}

.checklist-item span {
  color: #334155;
  line-height: 1.55;
}

.checklist-builder {
  border: 1px solid var(--planner-border);
  border-radius: 12px;
  padding: 1.5rem;
  background: white;
}

.checklist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--planner-border);
}

.checklist-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.checklist-category {
  border: 1px solid var(--planner-border);
  border-radius: 8px;
  padding: 1rem;
  background: var(--planner-bg);
}

.checklist-category h4 {
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.checklist-category label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.dashboard-section {
  padding: 3rem 0;
  background: white;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.dashboard-card {
  border: 1px solid var(--planner-border);
  border-radius: var(--planner-radius);
  padding: 1.5rem;
  background: var(--planner-card-bg);
}

.dashboard-card.dashboard-wide {
  grid-column: span 2;
}

.dashboard-card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #0f172a;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--planner-border);
  border-radius: 8px;
  background: white;
  transition: border-color 0.2s;
}

.timeline-item.active {
  border-color: var(--planner-primary);
  background: var(--planner-primary-light);
}

.timeline-date {
  flex: 0 0 120px;
  font-weight: 600;
  color: #0f172a;
}

.timeline-content {
  flex: 1;
}

.timeline-content strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #0f172a;
}

.timeline-content p {
  color: #64748b;
  font-size: 0.875rem;
}

.calculator {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-row label {
  font-weight: 600;
  color: #0f172a;
}

.calc-row select {
  padding: 0.5rem;
  border: 1px solid var(--planner-border);
  border-radius: 6px;
  width: 60%;
}

.calc-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid var(--planner-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
}

#calc-total {
  font-weight: 800;
  color: var(--planner-primary);
}

.filter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.filter label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .hajj-home-highlights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .hajj-command-grid,
  .hajj-premium-grid,
  .wizard-shell,
  .hajj-quick-calc-shell {
    grid-template-columns: 1fr;
  }

  .premium-card-featured {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .hajj-hub-prose .sexy-grid.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hajj-hub-grid,
  .hajj-conversion-band,
  .hajj-form-shell {
    grid-template-columns: 1fr;
  }

  .hajj-sidebar-card--sticky {
    position: static;
  }
}

@media (max-width: 768px) {
  .hajj-home-highlights {
    margin-top: -1.1rem;
  }

  .hajj-hub-prose .sexy-grid.columns-2,
  .hajj-hub-prose .sexy-grid.columns-3,
  .hajj-hub-prose .sexy-grid.columns-4 {
    grid-template-columns: 1fr;
  }

  .hero--planner .hero-title {
    font-size: 2.5rem;
  }
  .hero--planner .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .wizard-steps {
    gap: 1rem;
  }
  .wizard-content {
    padding: 1.5rem;
  }
  .planner-grid {
    grid-template-columns: 1fr;
  }
  .match-result {
    grid-template-columns: 1fr;
  }
  .dashboard-card.dashboard-wide {
    grid-column: span 1;
  }
  .timeline-item {
    flex-direction: column;
    gap: 0.5rem;
  }
  .timeline-date {
    flex: none;
  }
}
