/* UMRAGO Umrah Private */
.private-hero {
  min-height: 720px;
  padding: 135px 0 75px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 77% 36%, color-mix(in srgb, var(--gold-primary) 14%, transparent), transparent 31%),
    var(--bg-primary);
}
.private-hero-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 78px; align-items: center; }
.private-hero-copy h1 { margin: 0 0 20px; font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.private-hero-copy h1 span { display: block; color: var(--gold-primary); }
.private-hero-copy > p { color: var(--text-secondary); max-width: 610px; font-size: 1.02rem; }
.private-hero-badges { display: flex; gap: 9px; flex-wrap: wrap; margin: 24px 0; }
.private-hero-badges span { padding: 8px 11px; border: 1px solid var(--border-color); border-radius: 999px; color: var(--text-secondary); font-size: .75rem; background: var(--surface); }
.private-phone-mock { width: min(330px, 100%); justify-self: end; background: var(--surface); border: 7px solid var(--text-primary); border-radius: 38px; padding: 24px 17px 18px; box-shadow: var(--shadow); }
.private-phone-title small { color: var(--gold-primary); font-weight: 800; display: block; }
.private-phone-title b { display: block; margin-top: 3px; }
.private-phone-image { min-height: 275px; margin: 17px 0; border-radius: 18px; background: radial-gradient(circle at center, color-mix(in srgb, var(--gold-primary) 20%, transparent), transparent 55%), #070707; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--border-strong); text-align: center; }
.kaaba-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--gold-primary); font-size: 2rem; border: 1px solid var(--border-strong); margin-bottom: 12px; }
.private-phone-image strong { color: #fff; font-size: 2rem; line-height: 1; }
.private-phone-image span { color: #aaa; font-size: .7rem; margin-top: 10px; }
.private-phone-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.private-phone-stats div { padding: 11px; border: 1px solid var(--border-color); border-radius: 12px; }
.private-phone-stats span, .private-phone-stats strong { display: block; font-size: .68rem; }
.private-phone-stats span { color: var(--text-muted); }
.private-phone-button { margin-top: 12px; padding: 12px; border-radius: 11px; background: linear-gradient(135deg, var(--gold-secondary), var(--gold-primary)); color: #070707; text-align: center; font-weight: 800; font-size: .75rem; }

.calculator-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: start; }
.private-calculator { display: grid; gap: 16px; }
.calc-section { padding: 24px; border: 1px solid var(--border-color); border-radius: 18px; background: var(--surface); }
.calc-heading { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 18px; }
.calc-heading > span { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-primary); color: #080808; font-weight: 800; font-size: .72rem; flex: 0 0 auto; }
.calc-heading h3 { margin: 0; font-size: 1rem; }
.calc-heading p { margin: 2px 0 0; color: var(--text-muted); font-size: .74rem; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.calc-grid label { color: var(--text-secondary); font-size: .75rem; font-weight: 700; }
.calc-grid select { width: 100%; margin-top: 7px; background: var(--surface-elevated); color: var(--text-primary); border: 1px solid var(--border-color); border-radius: 10px; padding: 11px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.select-card { cursor: pointer; }
.select-card input { position: absolute; opacity: 0; pointer-events: none; }
.select-card > span { display: block; padding: 14px; border: 1px solid var(--border-color); border-radius: 12px; background: var(--surface-elevated); transition: .2s; }
.select-card input:checked + span { border-color: var(--gold-primary); box-shadow: inset 0 0 0 1px var(--gold-primary); background: color-mix(in srgb, var(--gold-primary) 7%, var(--surface)); }
.select-card b, .select-card small { display: block; }
.select-card b { font-size: .78rem; }
.select-card small { color: var(--text-muted); font-size: .66rem; margin-top: 3px; }
.addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.addon-grid label { cursor: pointer; }
.addon-grid input { position: absolute; opacity: 0; }
.addon-grid span { display: block; padding: 13px; border: 1px solid var(--border-color); border-radius: 11px; background: var(--surface-elevated); font-size: .75rem; }
.addon-grid input:checked + span { border-color: var(--gold-primary); color: var(--gold-primary); }
.estimate-sticky { position: sticky; top: 96px; padding: 25px; border: 1px solid var(--border-strong); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.estimate-sticky h3 { margin: 0 0 18px; }
.estimate-route { display: flex; gap: 8px; align-items: center; justify-content: space-between; padding: 13px; border: 1px solid var(--border-color); border-radius: 12px; background: var(--surface-elevated); font-size: .72rem; }
.estimate-route span { color: var(--gold-primary); }
.estimate-items { margin-top: 15px; }
.estimate-items > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--border-color); font-size: .73rem; }
.estimate-items span { color: var(--text-muted); }
.estimate-items b { text-align: right; }
.estimate-total { padding: 22px 0 18px; }
.estimate-total span, .estimate-total small { display: block; color: var(--text-muted); font-size: .72rem; }
.estimate-total strong { display: block; color: var(--gold-primary); font-size: 1.8rem; letter-spacing: -.045em; margin: 3px 0; }
.estimate-action { width: 100%; }
.estimate-note { color: var(--text-muted); font-size: .63rem; margin: 12px 0 0; }
.private-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.private-steps article { padding: 21px; border: 1px solid var(--border-color); border-radius: 14px; background: var(--surface); }
.private-steps b { width: 34px; height: 34px; display: grid; place-items: center; color: var(--gold-primary); border: 1px solid var(--border-strong); border-radius: 50%; }
.private-steps h3 { font-size: .9rem; margin: 13px 0 6px; }
.private-steps p { color: var(--text-secondary); font-size: .76rem; margin: 0; }

@media (max-width: 950px) {
  .private-hero-grid, .calculator-layout { grid-template-columns: 1fr; }
  .private-phone-mock { justify-self: center; }
  .estimate-sticky { position: static; }
  .private-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .private-hero { padding-top: 115px; }
  .private-hero-copy h1 { font-size: 2.8rem; }
  .private-phone-mock { width: min(300px,100%); }
  .calc-grid, .option-grid, .addon-grid { grid-template-columns: 1fr; }
  .calc-section { padding: 18px; }
  .private-steps { grid-template-columns: 1fr; }
}
