/*
Theme Name: Private Rishta Market Check
Author: Bilal Aziz
Description: A privacy-first WordPress market-validation website for a curated Pakistani Muslim matrimonial service. It contains no public candidate directory and includes a minimal register-interest workflow.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: private-rishta
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --pr-green: #164a41;
  --pr-green-dark: #0d332d;
  --pr-green-soft: #e7f2ee;
  --pr-ivory: #f8f5ee;
  --pr-white: #ffffff;
  --pr-ink: #1f2933;
  --pr-muted: #667085;
  --pr-gold: #b68d40;
  --pr-gold-soft: #f6ecd7;
  --pr-line: #d8dfdc;
  --pr-danger: #b42318;
  --pr-radius: 18px;
  --pr-shadow: 0 20px 60px rgba(13, 51, 45, .11);
  --pr-wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pr-ink);
  background: var(--pr-ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.admin-bar .site-header { top: 32px; }
a { color: var(--pr-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link:focus { clip: auto; width: auto; height: auto; left: 12px; top: 12px; z-index: 9999; padding: 10px 14px; background: #fff; }
.pr-wrap { width: min(calc(100% - 36px), var(--pr-wrap)); margin-inline: auto; }
.pr-narrow { width: min(calc(100% - 36px), 820px); margin-inline: auto; }
.pr-section { padding: 84px 0; }
.pr-section--white { background: var(--pr-white); }
.pr-section--green { color: #fff; background: var(--pr-green-dark); }
.pr-eyebrow { margin: 0 0 10px; color: var(--pr-gold); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pr-heading { margin: 0 0 16px; color: var(--pr-green-dark); font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.05; letter-spacing: -.04em; }
.pr-section--green .pr-heading { color: #fff; }
.pr-lead { max-width: 750px; margin: 0; color: var(--pr-muted); font-size: 1.08rem; }
.pr-section--green .pr-lead { color: #d5e3df; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(216, 223, 220, .85); background: rgba(248, 245, 238, .95); backdrop-filter: blur(16px); }
.pr-header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.site-branding { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.site-branding a { text-decoration: none; }
.site-branding .custom-logo { max-height: 48px; width: auto; }
.pr-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 50% 12px; color: #fff; background: var(--pr-green); font-weight: 900; }
.site-title { color: var(--pr-green-dark); font-size: 1.08rem; font-weight: 850; letter-spacing: -.02em; }
.site-tagline { display: block; color: var(--pr-muted); font-size: .69rem; font-weight: 550; }
.primary-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--pr-ink); font-size: .9rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--pr-green); }
.menu-toggle { display: none; border: 1px solid var(--pr-line); border-radius: 10px; background: #fff; padding: 8px 11px; color: var(--pr-green); font-weight: 800; }

.pr-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 18px; border: 1px solid var(--pr-green); border-radius: 12px; color: #fff; background: var(--pr-green); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pr-btn:hover { color: #fff; background: var(--pr-green-dark); transform: translateY(-1px); box-shadow: 0 10px 25px rgba(13, 51, 45, .18); }
.pr-btn--outline { color: var(--pr-green); background: transparent; }
.pr-btn--light { border-color: #fff; color: var(--pr-green); background: #fff; }
.pr-btn--small { min-height: 40px; padding: 8px 14px; font-size: .84rem; }

.pr-hero { position: relative; overflow: hidden; padding: 88px 0 76px; color: #fff; background: linear-gradient(135deg, var(--pr-green-dark), var(--pr-green)); }
.pr-hero::after { content: ""; position: absolute; inset: auto -120px -180px auto; width: 480px; height: 480px; border: 80px solid rgba(255,255,255,.055); border-radius: 50%; }
.pr-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 64px; align-items: center; }
.pr-hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(2.7rem, 6vw, 5.25rem); line-height: .99; letter-spacing: -.055em; }
.pr-hero-copy { max-width: 690px; color: #dbe9e5; font-size: 1.1rem; }
.pr-urdu { max-width: 690px; margin: 14px 0 0; color: #fff; font-family: "Noto Sans Arabic", Tahoma, sans-serif; font-size: 1.35rem; direction: rtl; text-align: left; }
.pr-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pr-hero-note { margin-top: 17px; color: #bcd2cc; font-size: .77rem; }
.pr-privacy-demo { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.085); box-shadow: 0 24px 70px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.pr-demo-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 16px; }
.pr-private-label { padding: 6px 9px; border-radius: 999px; color: #c9e1da; background: rgba(255,255,255,.11); font-size: .68rem; font-weight: 850; letter-spacing: .06em; }
.pr-avatar { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: var(--pr-green-dark); background: linear-gradient(145deg, #e5eee9, #abc8bf); font-weight: 900; }
.pr-profile-line { height: 10px; margin-top: 10px; border-radius: 99px; background: rgba(255,255,255,.18); }
.pr-profile-line:nth-child(2) { width: 78%; }.pr-profile-line:nth-child(3) { width: 58%; }
.pr-demo-list { margin: 20px 0 0; padding: 0; list-style: none; }
.pr-demo-list li { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.12); color: #dfebe8; font-size: .86rem; }
.pr-demo-list strong { color: #fff; }
.pr-trust-strip { background: #fff; border-bottom: 1px solid var(--pr-line); }
.pr-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.pr-trust-item { padding: 22px; border-right: 1px solid var(--pr-line); text-align: center; }
.pr-trust-item:last-child { border: 0; }
.pr-trust-item strong { display: block; color: var(--pr-green); font-size: .93rem; }.pr-trust-item span { color: var(--pr-muted); font-size: .76rem; }

.pr-grid-3, .pr-grid-4, .pr-pricing-grid { display: grid; gap: 20px; margin-top: 40px; }
.pr-grid-3 { grid-template-columns: repeat(3,1fr); }.pr-grid-4 { grid-template-columns: repeat(4,1fr); }.pr-pricing-grid { grid-template-columns: repeat(3,1fr); align-items: stretch; }
.pr-card { padding: 26px; border: 1px solid var(--pr-line); border-radius: var(--pr-radius); background: #fff; box-shadow: 0 10px 30px rgba(13,51,45,.055); }
.pr-card h3 { margin: 12px 0 8px; color: var(--pr-green-dark); font-size: 1.16rem; }.pr-card p { margin: 0; color: var(--pr-muted); font-size: .91rem; }
.pr-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--pr-green); background: var(--pr-green-soft); font-weight: 900; }
.pr-step { position: relative; }.pr-step-number { color: var(--pr-gold); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.pr-disclosure { margin-top: 42px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.pr-level { min-height: 130px; padding: 16px 12px; border-radius: 14px; background: #fff; border: 1px solid var(--pr-line); }.pr-level b { display: block; color: var(--pr-green); }.pr-level span { color: var(--pr-muted); font-size: .75rem; }
.pr-level--gold { background: var(--pr-gold-soft); border-color: #e8d4ab; }
.pr-split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.pr-checklist { margin: 28px 0 0; padding: 0; list-style: none; }.pr-checklist li { position: relative; padding: 10px 0 10px 32px; border-bottom: 1px solid rgba(216,223,220,.65); }.pr-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--pr-green); font-weight: 900; }
.pr-quote { padding: 34px; border-radius: 24px; color: #fff; background: var(--pr-green); box-shadow: var(--pr-shadow); }.pr-quote blockquote { margin: 0; font-size: 1.35rem; line-height: 1.4; }.pr-quote p { color: #cfe0dc; }
.pr-plan { position: relative; display: flex; flex-direction: column; }.pr-plan--featured { border: 2px solid var(--pr-green); transform: translateY(-8px); }.pr-plan-badge { position: absolute; top: -13px; right: 18px; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--pr-gold); font-size: .68rem; font-weight: 900; }.pr-price { margin: 16px 0; color: var(--pr-green); font-size: 1.8rem; font-weight: 900; }.pr-price small { color: var(--pr-muted); font-size: .78rem; font-weight: 600; }.pr-plan ul { flex: 1; margin: 0 0 22px; padding-left: 18px; color: var(--pr-muted); }.pr-plan li { margin: 8px 0; }
.pr-banner { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 34px; border-radius: 24px; background: var(--pr-gold-soft); border: 1px solid #ead8b4; }.pr-banner h2 { margin: 0; color: var(--pr-green-dark); }.pr-banner p { margin: 6px 0 0; color: var(--pr-muted); }

.pr-form-wrap { margin-top: 34px; padding: 30px; border: 1px solid var(--pr-line); border-radius: 22px; background: #fff; box-shadow: var(--pr-shadow); }
.pr-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.pr-field--full { grid-column: 1 / -1; }.pr-field label { display: block; margin-bottom: 6px; color: var(--pr-green-dark); font-size: .83rem; font-weight: 800; }.pr-field input, .pr-field select, .pr-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bfc9c5; border-radius: 10px; color: var(--pr-ink); background: #fff; }.pr-field textarea { min-height: 92px; resize: vertical; }.pr-field input:focus, .pr-field select:focus, .pr-field textarea:focus { outline: 3px solid rgba(22,74,65,.14); border-color: var(--pr-green); }.pr-consent { display: flex; gap: 10px; align-items: flex-start; color: var(--pr-muted); font-size: .81rem; }.pr-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }.pr-form-note { color: var(--pr-muted); font-size: .76rem; }.pr-hp { position: absolute !important; left: -9999px !important; }.pr-alert { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; }.pr-alert--success { color: #0f5132; background: #dff3e7; border: 1px solid #b6dfc6; }.pr-alert--error { color: #842029; background: #f8d7da; border: 1px solid #efb8bd; }

.entry-header { padding: 70px 0 32px; }.entry-title { margin: 0; color: var(--pr-green-dark); font-size: clamp(2.2rem,5vw,4rem); line-height: 1.05; letter-spacing: -.045em; }.entry-content { padding-bottom: 80px; }.entry-content h2, .entry-content h3 { color: var(--pr-green-dark); }.entry-content > * { max-width: 820px; }.entry-content .alignwide { max-width: var(--pr-wrap); }.entry-content table { width: 100%; border-collapse: collapse; }.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--pr-line); text-align: left; }
.pr-rtl { direction: rtl; text-align: right; font-family: "Noto Sans Arabic", Tahoma, sans-serif; }.pr-rtl > * { margin-left: auto; margin-right: 0; }.pr-rtl .pr-form-wrap, .pr-rtl form { direction: rtl; text-align: right; }
.site-footer { padding: 54px 0 26px; color: #cbdad6; background: var(--pr-green-dark); }.pr-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }.site-footer h3, .site-footer h4 { margin-top: 0; color: #fff; }.site-footer a { color: #cbdad6; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer li { margin: 7px 0; }.pr-footer-note { max-width: 430px; color: #9eb9b2; font-size: .78rem; }.pr-copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: #91afa7; font-size: .72rem; }

@media (max-width: 980px) {
  .primary-nav { display: none; position: absolute; inset: 76px 18px auto; padding: 14px; border: 1px solid var(--pr-line); border-radius: 14px; background: #fff; box-shadow: var(--pr-shadow); }.primary-nav.is-open { display: block; }.primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }.primary-nav a { display: block; padding: 10px; }.menu-toggle { display: inline-flex; }.pr-header-cta { display: none; }
  .pr-hero-grid, .pr-split { grid-template-columns: 1fr; }.pr-hero-grid { gap: 38px; }.pr-trust-grid { grid-template-columns: 1fr 1fr; }.pr-trust-item:nth-child(2) { border-right: 0; }.pr-grid-4 { grid-template-columns: 1fr 1fr; }.pr-grid-3, .pr-pricing-grid { grid-template-columns: 1fr 1fr; }.pr-disclosure { grid-template-columns: repeat(3,1fr); }.pr-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body.admin-bar .site-header { top: 46px; }.pr-section { padding: 62px 0; }.pr-hero { padding: 62px 0; }.pr-hero h1 { font-size: 2.85rem; }.pr-trust-grid, .pr-grid-3, .pr-grid-4, .pr-pricing-grid, .pr-disclosure, .pr-form-grid, .pr-footer-grid { grid-template-columns: 1fr; }.pr-trust-item { border-right: 0; border-bottom: 1px solid var(--pr-line); }.pr-plan--featured { transform: none; }.pr-banner, .pr-copyright { align-items: flex-start; flex-direction: column; }.pr-form-wrap { padding: 20px; }.pr-field--full { grid-column: auto; }
}
