:root {
  --ink: #17231e;
  --forest: #20342d;
  --forest-soft: #2f4a40;
  --olive: #78836b;
  --sand: #e7d7bf;
  --paper: #f6f1e8;
  --cream: #fbf8f2;
  --copper: #b86946;
  --line: rgba(23, 35, 30, 0.14);
  --white-line: rgba(255, 255, 255, 0.18);
  --display: "Noto Kufi Arabic", sans-serif;
  --body: "IBM Plex Sans Arabic", sans-serif;
  --radius: 1.5rem;
  --shadow: 0 28px 70px rgba(23, 35, 30, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: 10px; right: 10px; z-index: 1000; padding: .7rem 1rem; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.announcement { background: var(--forest); color: #fff; font-size: .83rem; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.announcement span { display: flex; gap: 8px; align-items: center; opacity: .84; }
.announcement i { width: 7px; height: 7px; border-radius: 50%; background: #a4d49d; box-shadow: 0 0 0 5px rgba(164, 212, 157, .1); }
.announcement a { display: inline-flex; align-items: center; gap: 7px; direction: rtl; border-bottom: 1px solid rgba(255,255,255,.35); }
.announcement a svg { width: 14px; height: 14px; }

.site-header { position: relative; z-index: 50; background: var(--cream); }
.nav { min-height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; justify-self: start; }
.brand svg { width: 47px; height: 47px; color: var(--copper); }
.brand svg path:first-child { fill: rgba(184,105,70,.08); }
.brand span { display: flex; flex-direction: column; line-height: 1.4; }
.brand strong { font-family: var(--display); font-size: 1.04rem; }
.brand small { color: #667068; font-size: .7rem; }
.nav__links { display: flex; align-items: center; gap: 34px; font-size: .92rem; font-weight: 600; }
.nav__links a { position: relative; }
.nav__links a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 1px; background: var(--copper); transition: width .25s; }
.nav__links a:hover::after { width: 100%; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; font-weight: 700; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button--nav { justify-self: end; min-height: 46px; padding-inline: 19px; background: var(--forest); color: #fff; font-size: .84rem; border-radius: 3px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 775px; color: #fff; overflow: hidden; background: var(--forest); }
.hero__image, .hero__veil { position: absolute; inset: 0; }
.hero__image { background: url("public/jawharat-hero.jpg") center center / cover no-repeat; transform: scale(1.01); }
.hero__veil { background: linear-gradient(90deg, rgba(18,28,24,.05) 0%, rgba(18,28,24,.18) 43%, rgba(18,28,24,.82) 76%, rgba(18,28,24,.94) 100%); }
.hero__content { position: relative; z-index: 2; padding-top: 110px; }
.eyebrow { display: flex; align-items: center; gap: 18px; font-size: .82rem; letter-spacing: .03em; color: var(--sand); }
.eyebrow i { width: 70px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .planner__copy h2, .promise__copy h2, .coverage h2, .final-cta h2 {
  margin: 22px 0 24px; font-family: var(--display); line-height: 1.32; letter-spacing: -.04em;
}
.hero h1 { font-size: clamp(3.5rem, 6vw, 6.4rem); max-width: 700px; }
.hero h1 em, .journey h2 em, .final-cta h2 em { color: var(--sand); font-style: normal; font-weight: 500; }
.hero__content > p { max-width: 530px; margin: 0 0 34px; font-size: 1.16rem; color: rgba(255,255,255,.82); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button--primary { background: var(--copper); color: #fff; }
.button--primary:hover { background: #a95e3d; }
.button--ghost { border-color: rgba(255,255,255,.38); color: #fff; backdrop-filter: blur(12px); background: rgba(255,255,255,.06); }
.hero__proof { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(246,241,232,.95); color: var(--ink); backdrop-filter: blur(12px); }
.hero__proof div { padding: 24px 30px; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.hero__proof div:last-child { border-left: 0; }
.hero__proof strong { font-family: var(--display); font-size: .9rem; }
.hero__proof span { color: #687168; font-size: .78rem; }

.section-heading--split { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 14%; }
.kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--copper); font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-heading h2, .planner__copy h2, .promise__copy h2, .coverage h2 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.section-heading p { color: #667068; font-size: 1.05rem; margin-bottom: 28px; }
.service-grid { margin-top: 66px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.service-card { min-height: 380px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); transition: transform .3s, box-shadow .3s, background .3s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); z-index: 2; }
.service-card--feature { grid-row: span 2; min-height: 760px; padding: 38px; background: var(--sand); }
.service-card--olive { grid-column: span 2; min-height: 310px; background: #dce0d3; }
.service-card__top { display: flex; align-items: flex-start; justify-content: space-between; color: #69736a; font-size: .75rem; }
.service-card__top svg { width: 46px; height: 46px; color: var(--copper); }
.service-card small { display: block; color: var(--copper); font-weight: 700; margin-bottom: 6px; }
.service-card h3 { font-family: var(--display); font-size: 1.3rem; margin: 0 0 13px; }
.service-card p { color: #5f695f; margin: 0; font-size: .94rem; }
.service-card > a { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(23,35,30,.18); font-weight: 700; }
.service-card > a span { font-size: 1.4rem; color: var(--copper); }

.journey { color: #fff; background: var(--forest); overflow: hidden; }
.kicker--light { color: #d8b894; }
.journey .section-heading h2 { color: #fff; }
.journey__grid { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); border-right: 1px solid var(--white-line); }
.journey-step { min-height: 365px; padding: 26px; border-left: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); position: relative; transition: background .25s; }
.journey-step:hover { background: rgba(255,255,255,.055); }
.journey-step__number { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; margin-bottom: 80px; color: var(--sand); }
.journey-step > span { color: #c59a74; font-size: .75rem; }
.journey-step h3 { font-family: var(--display); font-size: 1.05rem; margin: 8px 0 12px; }
.journey-step p { color: rgba(255,255,255,.62); font-size: .9rem; margin: 0; }

.planner { background: var(--paper); }
.planner__layout { display: grid; grid-template-columns: .78fr 1.25fr; gap: 9%; align-items: start; }
.planner__copy { position: sticky; top: 40px; }
.planner__copy > p { color: #667068; max-width: 430px; font-size: 1.05rem; }
.planner__note { margin-top: 45px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; gap: 14px; color: #677066; font-size: .87rem; }
.planner__note svg { flex: 0 0 34px; width: 34px; color: var(--copper); }
.planner__note strong { color: var(--ink); }
.request-card { background: #fff; padding: 46px; box-shadow: var(--shadow); }
.request-card fieldset { border: 0; padding: 0 0 32px; margin: 0 0 32px; border-bottom: 1px solid var(--line); }
.request-card legend { width: 100%; margin-bottom: 19px; font-family: var(--display); font-size: .95rem; }
.request-card legend span { color: var(--copper); margin-left: 10px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label span { min-height: 54px; padding: 8px; display: grid; place-items: center; border: 1px solid var(--line); color: #59645c; transition: all .2s; text-align: center; }
.choice-grid input:checked + span { color: var(--forest); border-color: var(--forest); background: #edf0e9; box-shadow: inset 0 0 0 1px var(--forest); font-weight: 700; }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(184,105,70,.3); outline-offset: 2px; }
.button--planner { width: 100%; background: var(--forest); color: #fff; }

.promise { background: var(--cream); }
.promise__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.promise__visual { position: relative; min-height: 640px; }
.promise__image { position: absolute; inset: 0 40px 40px 0; background: url("public/jawharat-hero.jpg") 17% center / auto 100% no-repeat; filter: saturate(.76) contrast(.96); }
.promise__visual::before { content: ""; position: absolute; top: 35px; left: 0; width: 70%; height: 82%; border: 1px solid var(--copper); transform: translate(-10px, 20px); }
.promise__seal { position: absolute; left: 0; bottom: 0; width: 155px; height: 155px; border-radius: 50%; background: var(--copper); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; box-shadow: 0 15px 36px rgba(84,49,32,.2); }
.promise__seal svg { width: 42px; margin-bottom: 7px; }
.promise__seal span { font-size: .75rem; }
.promise__seal strong { font-family: var(--display); }
.promise__copy > p { color: #657067; font-size: 1.03rem; }
.promise__copy ul { list-style: none; margin: 38px 0 0; padding: 0; }
.promise__copy li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.promise__copy li > span { color: var(--copper); font-size: .78rem; }
.promise__copy li div { display: flex; flex-direction: column; }
.promise__copy li strong { font-family: var(--display); font-size: .9rem; }
.promise__copy li small { color: #687168; margin-top: 4px; font-size: .86rem; }

.coverage { padding-block: 92px; background: var(--copper); color: #fff; }
.coverage__inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 10%; }
.coverage .kicker { color: #f1d4bd; }
.coverage h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); margin-bottom: 0; }
.districts { display: flex; flex-wrap: wrap; gap: 10px; }
.districts span { padding: 10px 17px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: .87rem; background: rgba(255,255,255,.05); }
.districts span:last-child { background: #fff; color: var(--copper); border-color: #fff; font-weight: 700; }

.faq { background: var(--paper); }
.faq__layout { display: grid; grid-template-columns: .65fr 1.15fr; gap: 11%; align-items: start; }
.faq .section-heading { position: sticky; top: 35px; }
.faq .section-heading p { max-width: 330px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); direction: rtl; font-weight: 700; }
.text-link svg { width: 20px; height: 20px; color: var(--copper); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--display); font-size: .98rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 26px; height: 26px; position: relative; flex: 0 0 auto; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: var(--copper); transform: translate(-50%, -50%); }
.accordion summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .25s; }
.accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.accordion details p { margin: -10px 0 28px; max-width: 620px; color: #667068; }

.final-cta { padding: 110px 0; color: #fff; background: var(--forest); }
.final-cta__inner { display: grid; grid-template-columns: 1.15fr .65fr; gap: 15%; align-items: end; }
.final-cta__inner > div > span { color: #d8b894; font-size: .82rem; }
.final-cta h2 { font-size: clamp(3rem, 5.2vw, 5.4rem); margin-bottom: 0; }
.final-cta__action p { color: rgba(255,255,255,.66); margin-bottom: 28px; }
.button--light { width: 100%; background: var(--sand); color: var(--forest); }

.footer { background: #13231d; color: #fff; padding: 75px 0 28px; }
.footer__main { display: grid; grid-template-columns: 1fr .7fr .9fr; gap: 8%; padding-bottom: 60px; }
.brand--footer { align-items: flex-start; }
.brand--footer strong { color: #fff; font-size: 1.15rem; }
.brand--footer small { color: rgba(255,255,255,.48); }
.footer__nav, .footer__contact { display: flex; flex-direction: column; gap: 10px; font-size: .88rem; }
.footer__nav a { color: rgba(255,255,255,.7); }
.footer__contact span { color: rgba(255,255,255,.48); font-size: .75rem; }
.footer__contact a { display: inline-flex; align-items: center; gap: 10px; color: #d8b894; font-family: var(--display); font-size: .92rem; }
.footer__contact a svg { width: 21px; height: 21px; }
.footer__bottom { padding-top: 25px; border-top: 1px solid var(--white-line); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: .74rem; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: 0s !important; }
}

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .nav { grid-template-columns: 1fr auto; }
  .nav__links { position: fixed; inset: 128px 0 0; padding: 45px 24px; background: var(--cream); flex-direction: column; align-items: stretch; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; font-family: var(--display); font-size: 1.25rem; }
  .menu-open .nav__links { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .button--nav { display: none; }
  .menu-toggle { display: flex; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 5px; }
  .menu-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero__image { background-position: 35% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(18,28,24,.1), rgba(18,28,24,.76)); }
  .section-heading--split, .planner__layout, .promise__layout, .coverage__inner, .faq__layout, .final-cta__inner { grid-template-columns: 1fr; gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--feature { grid-row: auto; min-height: 380px; }
  .service-card--olive { grid-column: auto; min-height: 380px; }
  .journey__grid { grid-template-columns: 1fr 1fr; }
  .planner__copy, .faq .section-heading { position: static; }
  .promise__visual { min-height: 570px; max-width: 620px; }
  .final-cta__action { max-width: 480px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .announcement__inner { justify-content: center; }
  .announcement__inner > span { display: none; }
  .nav { min-height: 78px; }
  .brand svg { width: 40px; height: 40px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .62rem; }
  .nav__links { inset-block-start: 112px; }
  .hero { min-height: 745px; }
  .hero__content { padding-top: 78px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.3rem); }
  .hero__content > p { font-size: 1rem; max-width: 94%; }
  .hero__actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero__actions .button { width: 100%; }
  .hero__proof { width: 100%; grid-template-columns: 1fr; }
  .hero__proof div { display: none; }
  .hero__proof div:first-child { display: flex; border: 0; padding: 17px 22px; }
  .section-heading h2, .planner__copy h2, .promise__copy h2, .coverage h2 { font-size: 2.35rem; }
  .section-heading--split { gap: 15px; }
  .service-grid { margin-top: 44px; grid-template-columns: 1fr; }
  .service-card, .service-card--feature, .service-card--olive { min-height: 330px; padding: 26px; }
  .journey__grid { grid-template-columns: 1fr; margin-top: 45px; }
  .journey-step { min-height: auto; padding: 24px; }
  .journey-step__number { margin-bottom: 44px; }
  .request-card { padding: 25px 18px; margin-inline: -5px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid--services { grid-template-columns: 1fr 1fr; }
  .planner__note { margin-top: 25px; }
  .promise__visual { min-height: 455px; }
  .promise__image { inset: 0 0 30px 0; background-position: 19% center; }
  .promise__visual::before { display: none; }
  .promise__seal { width: 125px; height: 125px; }
  .coverage { padding-block: 68px; }
  .districts { gap: 7px; }
  .districts span { padding: 8px 13px; font-size: .78rem; }
  .accordion summary { min-height: 80px; font-size: .88rem; }
  .final-cta { padding: 75px 0; }
  .final-cta h2 { font-size: 3rem; }
  .footer { padding-bottom: 92px; }
  .footer__main { grid-template-columns: 1fr; gap: 38px; padding-bottom: 45px; }
  .footer__bottom { flex-direction: column; gap: 7px; }
  .mobile-actions { position: fixed; z-index: 70; bottom: 10px; left: 10px; right: 10px; display: grid; grid-template-columns: 1fr; box-shadow: 0 10px 35px rgba(18,35,29,.24); }
  .mobile-actions a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 9px; background: #fff; font-weight: 700; }
  .mobile-actions a { background: var(--forest); color: #fff; }
  .mobile-actions svg { width: 20px; }
}
