/* museumpass.cyou — Downtown Cairo Pass Guides LLC
   Burgundy + saffron + parchment · dark inverted header · form-card hero · mpsc- */

:root {
  --mpsc-burgundy: #6b1e3a;
  --mpsc-burgundy-dk: #4a1428;
  --mpsc-saffron: #c9892a;
  --mpsc-saffron-lt: #dbaa55;
  --mpsc-parchment: #f5f0e8;
  --mpsc-parchment-dk: #e4ddd0;
  --mpsc-white: #ffffff;
  --mpsc-ink: #2a2226;
  --mpsc-muted: #6a5f63;
  --mpsc-line: #cfc4b8;
  --mpsc-max: 1180px;
  --mpsc-head: Rockwell, "Courier New", Georgia, serif;
  --mpsc-body: "Segoe UI", Tahoma, Geneva, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--mpsc-body);
  font-size: 16px;
  line-height: 1.62;
  color: var(--mpsc-ink);
  background: var(--mpsc-parchment);
}

h1, h2, h3, h4 {
  font-family: var(--mpsc-head);
  font-weight: 700;
  color: var(--mpsc-burgundy);
  line-height: 1.22;
  margin: 0 0 0.75rem;
}

p { margin: 0 0 1rem; }

a { color: var(--mpsc-saffron); }

a:hover { color: var(--mpsc-burgundy-dk); }

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

:focus-visible {
  outline: 2px solid var(--mpsc-saffron-lt);
  outline-offset: 3px;
}

.mpsc-wrap {
  max-width: var(--mpsc-max);
  margin: 0 auto;
  padding: 0 20px;
}

/* Dark inverted header */
.mpsc-top {
  background: var(--mpsc-burgundy-dk);
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: 0 2px 12px rgba(74, 20, 40, 0.35);
}

.mpsc-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 14px;
}

.mpsc-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.mpsc-logo__mark {
  width: 38px;
  height: 38px;
  background: var(--mpsc-saffron);
  color: var(--mpsc-burgundy-dk);
  font-family: var(--mpsc-head);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mpsc-logo__name {
  font-family: var(--mpsc-head);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--mpsc-parchment);
}

.mpsc-logo__tag {
  display: block;
  font-family: var(--mpsc-body);
  font-size: 0.7rem;
  color: #c9b8bc;
  font-weight: 400;
}

.mpsc-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.mpsc-nav a {
  text-decoration: none;
  color: #e8ddd8;
  padding: 8px 12px;
  font-size: 0.87rem;
  font-weight: 600;
  border-radius: 999px;
}

.mpsc-nav a:hover,
.mpsc-nav a.mpsc-active {
  background: rgba(201, 137, 42, 0.25);
  color: var(--mpsc-saffron-lt);
}

.mpsc-nav a.mpsc-cta {
  background: var(--mpsc-saffron);
  color: var(--mpsc-burgundy-dk);
}

.mpsc-nav a.mpsc-cta:hover {
  background: var(--mpsc-saffron-lt);
}

.mpsc-toggle {
  display: none;
  border: 1px solid #8a6070;
  background: transparent;
  color: var(--mpsc-parchment);
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.82rem;
}

/* Hero with right form card */
.mpsc-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
  background: var(--mpsc-burgundy);
}

.mpsc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.mpsc-hero__copy {
  position: relative;
  z-index: 2;
  padding: 48px 40px 48px 0;
  color: var(--mpsc-parchment);
}

.mpsc-hero__copy h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
}

.mpsc-hero__copy p {
  color: #e8ddd8;
  max-width: 52ch;
}

.mpsc-hero__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mpsc-saffron-lt);
  font-weight: 700;
  margin-bottom: 10px;
}

.mpsc-hero__form {
  position: relative;
  z-index: 3;
  background: var(--mpsc-white);
  padding: 22px 20px 24px;
  margin: 24px 0;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.28);
}

.mpsc-hero__form h2 {
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.mpsc-hero__form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.mpsc-hero__form input,
.mpsc-hero__form select,
.mpsc-hero__form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--mpsc-line);
  margin-bottom: 10px;
  font: inherit;
}

.mpsc-hero__form textarea { min-height: 72px; resize: vertical; }

.mpsc-hero__form .mpsc-status {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mpsc-burgundy);
}

.mpsc-act {
  display: inline-block;
  padding: 11px 22px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit;
}

.mpsc-act--fill {
  background: var(--mpsc-saffron);
  color: var(--mpsc-burgundy-dk);
  border-color: var(--mpsc-saffron);
}

.mpsc-act--fill:hover {
  background: var(--mpsc-saffron-lt);
}

.mpsc-act--line {
  background: transparent;
  color: var(--mpsc-burgundy);
  border-color: var(--mpsc-burgundy);
}

.mpsc-act--line:hover {
  background: var(--mpsc-parchment-dk);
}

.mpsc-act--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}

.mpsc-act--ghost:hover {
  background: rgba(255,255,255,0.12);
}

.mpsc-block { padding: 46px 0; }

.mpsc-block--white { background: var(--mpsc-white); }

.mpsc-block__intro {
  max-width: 58ch;
  margin: 0 auto 24px;
  text-align: center;
  color: var(--mpsc-muted);
}

.mpsc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mpsc-card {
  background: var(--mpsc-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(107, 30, 58, 0.08);
}

.mpsc-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.mpsc-card__body { padding: 16px 18px 20px; }

.mpsc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.mpsc-table {
  width: 100%;
  border-collapse: collapse;
}

.mpsc-table th,
.mpsc-table td {
  border: 1px solid var(--mpsc-line);
  padding: 10px 12px;
  text-align: left;
}

.mpsc-table th {
  background: var(--mpsc-burgundy);
  color: #fff;
}

.mpsc-faq details {
  background: var(--mpsc-white);
  border: 1px solid var(--mpsc-line);
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 12px 16px;
}

.mpsc-faq summary { cursor: pointer; font-weight: 700; }

.mpsc-field label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.mpsc-field input,
.mpsc-field select,
.mpsc-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--mpsc-line);
  border-radius: 6px;
  margin-bottom: 14px;
  font: inherit;
}

.mpsc-field textarea { min-height: 120px; resize: vertical; }

.mpsc-field__note { font-weight: 700; color: var(--mpsc-burgundy); }

.mpsc-banner {
  padding: 38px 0;
  text-align: center;
  background: var(--mpsc-burgundy);
  color: var(--mpsc-parchment);
}

.mpsc-banner h2 { color: #fff; }

.mpsc-banner a { color: var(--mpsc-saffron-lt); font-weight: 700; }

.mpsc-headline {
  padding: 40px 0 14px;
  text-align: center;
}

.mpsc-headline h1 { font-size: clamp(1.85rem, 4vw, 2.5rem); }

.mpsc-prose { max-width: 72ch; margin: 0 auto; }

.mpsc-prose--full { max-width: none; margin: 0; }

.mpsc-team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mpsc-team figure {
  margin: 0;
  text-align: center;
  background: var(--mpsc-white);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.mpsc-team img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
}

.mpsc-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mpsc-plan {
  background: var(--mpsc-white);
  border: 1px solid var(--mpsc-line);
  border-radius: 8px;
  padding: 22px 18px;
}

.mpsc-plan--pick {
  border-color: var(--mpsc-saffron);
  box-shadow: 0 0 0 2px var(--mpsc-saffron);
}

.mpsc-plan__price {
  font-family: var(--mpsc-head);
  font-size: 2rem;
  color: var(--mpsc-saffron);
  font-weight: 700;
}

.mpsc-foot {
  background: var(--mpsc-burgundy-dk);
  color: #b8a8ae;
  margin-top: 40px;
}

.mpsc-foot__cols {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  padding: 36px 0 22px;
}

.mpsc-foot__title {
  color: var(--mpsc-parchment);
  font-family: var(--mpsc-head);
  font-weight: 700;
  margin-bottom: 10px;
}

.mpsc-foot ul { list-style: none; padding: 0; margin: 0; }

.mpsc-foot li { margin-bottom: 6px; }

.mpsc-foot a { color: var(--mpsc-saffron-lt); }

.mpsc-foot address {
  font-style: normal;
  font-size: 0.86rem;
  line-height: 1.55;
}

.mpsc-foot__copy {
  border-top: 1px solid #5a3040;
  padding: 12px 0;
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .mpsc-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 24px;
  }
  .mpsc-hero__copy { padding: 36px 0 0; }
  .mpsc-hero__form { margin: 0 0 24px; }
  .mpsc-grid, .mpsc-plans, .mpsc-team { grid-template-columns: 1fr 1fr; }
  .mpsc-split { grid-template-columns: 1fr; }
  .mpsc-foot__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .mpsc-toggle { display: block; }
  .mpsc-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-bottom: 12px;
  }
  .mpsc-nav.mpsc-open { display: flex; }
  .mpsc-top__row { flex-wrap: wrap; }
  .mpsc-grid, .mpsc-plans, .mpsc-team { grid-template-columns: 1fr; }
  .mpsc-foot__cols { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .mpsc-hero__copy h1 { font-size: 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0s !important; transition-duration: 0s !important; }
}
