/*
Theme Name: ParsProperty Vibes
Theme URI: 
Author: Antigravity UI & Alshahsavand
Author URI: 
Description: Modern, dynamic custom theme utilizing Vibecoding best practices.
Version: 1.0.2
Text Domain: parsproperty-vibes
*/

/* ==========================================================================
   Base reset — guarantees sane defaults regardless of plugin/block-library
   stylesheets injected by WordPress.
   ========================================================================== */

/* Prevent images from overflowing their containers at their intrinsic size. */
img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: #0a192f;
    color: #f4f6f8;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* SVG defaults.
   `display: block` removes the inline-baseline gap.
   The width/height defaults make any inline SVG inside a sized container
   (e.g. <div class="w-10 h-10"><svg>...</svg></div>) obey the container's
   box rather than escaping to fill the entire parent — even if a future
   utility class goes missing from this stylesheet. */
svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* Theme-owned utility layer. The templates use Tailwind-style classes, but
   staging/mobile browsers should not depend on the Tailwind CDN to render. */
.absolute { position: absolute; }
.relative { position: relative; }
.fixed { position: fixed; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.left-4 { left: 1rem; }
.right-0 { right: 0; }
.-top-8 { top: -2rem; }
.-bottom-6 { bottom: -1.5rem; }
.-left-6 { left: -1.5rem; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.-z-10 { z-index: -10; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: .5rem; }
.mt-0\.5 { margin-top: .125rem; }
.mt-4 { margin-top: 1rem; }
.ml-px { margin-left: 1px; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-20 { margin-bottom: 5rem; }
.mb-24 { margin-bottom: 6rem; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.space-x-10 > :not([hidden]) ~ :not([hidden]) { margin-left: 2.5rem; }
.h-0\.5 { height: .125rem; }
.h-1 { height: .25rem; }
.h-2 { height: .5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-32 { height: 8rem; }
.h-96 { height: 24rem; }
.h-full { height: 100%; }
.h-px { height: 1px; }
.min-h-\[100dvh\] { min-height: 100vh; min-height: 100dvh; }
.w-0\.5 { width: .125rem; }
.w-2 { width: .5rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-96 { width: 24rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.aspect-square { aspect-ratio: 1 / 1; }
.flex-col { flex-direction: column; }
.flex-shrink-0 { flex-shrink: 0; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1\.5 { gap: .375rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-16 { gap: 4rem; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }
.origin-center { transform-origin: center; }
.transform { transform: translateZ(0); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.rotate-3 { transform: rotate(3deg); }
.rounded-full { border-radius: 9999px; }
.rounded-sm { border-radius: .125rem; }
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-b-0 { border-bottom-width: 0; }
.border-l { border-left-width: 1px; border-left-style: solid; }
.border-l-2 { border-left-width: 2px; border-left-style: solid; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; }
.border-accent-500 { border-color: #c5a47e; }
.border-accent-500\/0 { border-color: rgba(197, 164, 126, 0); }
.border-accent-500\/30 { border-color: rgba(197, 164, 126, .3); }
.border-white\/5 { border-color: rgba(255, 255, 255, .05); }
.border-white\/10 { border-color: rgba(255, 255, 255, .1); }
.border-white\/20 { border-color: rgba(255, 255, 255, .2); }
.bg-brand-900 { background-color: #0a192f; }
.bg-brand-800 { background-color: #112240; }
.bg-accent-500 { background-color: #c5a47e; }
.bg-accent-500\/5 { background-color: rgba(197, 164, 126, .05); }
.bg-white { background-color: #fff; }
.bg-white\/5 { background-color: rgba(255, 255, 255, .05); }
.bg-white\/20 { background-color: rgba(255, 255, 255, .2); }
.bg-brand-900\/20 { background-color: rgba(10, 25, 47, .2); }
.bg-brand-900\/60 { background-color: rgba(10, 25, 47, .6); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.from-brand-900 { --tw-gradient-from: #0a192f; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via, rgba(10, 25, 47, 0)), var(--tw-gradient-to, rgba(10, 25, 47, 0)); }
.via-transparent { --tw-gradient-via: transparent; }
.to-brand-900\/40 { --tw-gradient-to: rgba(10, 25, 47, .4); }
.p-2 { padding: .5rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-24 { padding-top: 6rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-12 { padding-bottom: 3rem; }
.pl-0 { padding-left: 0; }
.pl-6 { padding-left: 1.5rem; }
.pl-12 { padding-left: 3rem; }
.pl-16 { padding-left: 4rem; }
.pr-12 { padding-right: 3rem; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.font-serif { font-family: "Playfair Display", Georgia, serif; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: .1em; }
.tracking-\[0\.3em\] { letter-spacing: .3em; }
.leading-tight { line-height: 1.15; }
.leading-relaxed { line-height: 1.625; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.45rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1.08; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-white { color: #fff; }
.text-brand-50 { color: #f4f6f8; }
.text-brand-900 { color: #0a192f; }
.text-accent-500 { color: #c5a47e; }
.text-accent-500\/50 { color: rgba(197, 164, 126, .5); }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.opacity-20 { opacity: .2; }
.opacity-50 { opacity: .5; }
.opacity-80 { opacity: .8; }
.mix-blend-luminosity { mix-blend-mode: luminosity; }
.blur-3xl { filter: blur(64px); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1); }
.shadow-\[0_0_15px_rgba\(197\,164\,126\,0\.15\)\] { box-shadow: 0 0 15px rgba(197, 164, 126, .15); }
.shadow-\[0_0_15px_rgba\(197\,164\,126\,0\.3\)\] { box-shadow: 0 0 15px rgba(197, 164, 126, .3); }
.shadow-\[0_0_20px_rgba\(197\,164\,126\,0\.2\)\] { box-shadow: 0 0 20px rgba(197, 164, 126, .2); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4, 0, .2, 1); }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(.4, 0, .2, 1); }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(.4, 0, .2, 1); }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(.4, 0, .2, 1); }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.ease-in-out { transition-timing-function: cubic-bezier(.4, 0, .2, 1); }

.glass-card {
    /* Slight lift from the page background so the card is visibly a "card",
       not a flat region. The 1px white border at 8% gives a refined edge
       (visible but not loud). The inner soft glow improves perceived depth
       without resorting to a heavy drop shadow. */
    background: linear-gradient(180deg, rgba(255, 255, 255, .025) 0%, rgba(255, 255, 255, 0) 100%), rgba(17, 34, 64, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
    transition: border-color 300ms cubic-bezier(.4, 0, .2, 1),
                background-color 300ms cubic-bezier(.4, 0, .2, 1),
                transform 300ms cubic-bezier(.4, 0, .2, 1),
                box-shadow 300ms cubic-bezier(.4, 0, .2, 1);
}

/* Hover state — only when an interactive element OR an explicit hover utility
   is present. Note: .glass-card alone does NOT animate; the page templates
   add hover:bg-white/5 and similar to opt in. */
.glass-card:hover {
    border-color: rgba(197, 164, 126, .25);
}

nav.fixed {
    top: 0;
    left: 0;
}

.text-gradient {
    background: linear-gradient(to right, #ffffff, #c5a47e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.parsproperty-menu {
    display: flex;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.parsproperty-menu a { transition: color 300ms; }
.hover\:text-accent-500:hover,
.group:hover .group-hover\:text-accent-500,
.parsproperty-menu a:hover { color: #c5a47e; }
.hover\:text-white:hover,
.group:hover .group-hover\:text-white { color: #fff; }
.hover\:bg-accent-500:hover,
.group:hover .group-hover\:bg-accent-500 { background-color: #c5a47e; }
.hover\:bg-accent-600:hover { background-color: #b08f6a; }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, .05); }
.hover\:border-accent-500\/50:hover { border-color: rgba(197, 164, 126, .5); }
.group:hover .group-hover\:border-accent-500 { border-color: #c5a47e; }
.group:hover .group-hover\:opacity-100,
.hover\:opacity-100:hover { opacity: 1; }
.group:hover .group-hover\:scale-125 { transform: scale(1.25); }
.hover\:-translate-y-2:hover { transform: translateY(-.5rem); }
.hover\:rotate-0:hover { transform: rotate(0); }
.hover\:mix-blend-normal:hover { mix-blend-mode: normal; }
.hover\:shadow-\[0_0_25px_rgba\(197\,164\,126\,0\.3\)\]:hover { box-shadow: 0 0 25px rgba(197, 164, 126, .3); }
.hover\:shadow-accent-500\/30:hover { box-shadow: 0 20px 25px -5px rgba(197, 164, 126, .3), 0 8px 10px -6px rgba(197, 164, 126, .3); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

@keyframes fade-in-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in-up { animation: fade-in-up 700ms ease-out both; }

@media (min-width: 640px) {
    .sm\:inline-block { display: inline-block; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:items-center { align-items: center; }
}

@media (min-width: 768px) {
    .md\:relative { position: relative; }
    .md\:block { display: block; }
    .md\:hidden { display: none; }
    .md\:flex-row { flex-direction: row; }
    .md\:flex-row-reverse { flex-direction: row-reverse; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:h-10 { height: 2.5rem; }
    .md\:h-12 { height: 3rem; }
    .md\:w-10 { width: 2.5rem; }
    .md\:w-5\/12 { width: 41.666667%; }
    .md\:left-0 { left: 0; }
    .md\:left-1\/2 { left: 50%; }
    .md\:left-auto { left: auto; }
    .md\:right-auto { right: auto; }
    .md\:-ml-px { margin-left: -1px; }
    .md\:translate-y-8 { transform: translateY(2rem); }
    .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .md\:pl-0 { padding-left: 0; }
    .md\:pl-12 { padding-left: 3rem; }
    .md\:pr-12 { padding-right: 3rem; }
    .md\:text-left { text-align: left; }
    .md\:text-right { text-align: right; }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1.08; }
    .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

@media (min-width: 1024px) {
    .lg\:block { display: block; }
    .lg\:flex { display: flex; }
    .lg\:hidden { display: none; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:text-8xl { font-size: 6rem; line-height: 1; }
}

@media (max-width: 767px) {
    .text-5xl { font-size: clamp(2.55rem, 13vw, 3rem); }
    .text-4xl { font-size: 2rem; line-height: 2.35rem; }
    .p-10 { padding: 1.5rem; }
    .py-32 { padding-top: 5rem; padding-bottom: 5rem; }
    .py-24 { padding-top: 4rem; padding-bottom: 4rem; }
}

/* WordPress admin bar pushes the page down by 32px (desktop) / 46px (mobile).
   Offset the fixed nav so it doesn't underlap the toolbar. */
.admin-bar nav.fixed {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar nav.fixed {
        top: 46px;
    }
}

/* ==========================================================================
   Additional utilities for inner pages
   ========================================================================== */

.min-h-\[50vh\]  { min-height: 50vh; }
.min-h-\[40vh\]  { min-height: 40vh; }
.py-5  { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-8  { padding-top: 2rem;    padding-bottom: 2rem; }
.py-12 { padding-top: 3rem;    padding-bottom: 3rem; }
.py-16 { padding-top: 4rem;    padding-bottom: 4rem; }
.py-20 { padding-top: 5rem;    padding-bottom: 5rem; }
.pt-4  { padding-top: 1rem; }
.pt-8  { padding-top: 2rem; }
.pt-12 { padding-top: 3rem; }
.pt-16 { padding-top: 4rem; }
.pt-32 { padding-top: 8rem; }
.pt-40 { padding-top: 10rem; }
.pb-8  { padding-bottom: 2rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-24 { padding-bottom: 6rem; }
.px-3  { padding-left: .75rem; padding-right: .75rem; }
.pl-4  { padding-left: 1rem; }
.pl-8  { padding-left: 2rem; }
.pr-4  { padding-right: 1rem; }
.mt-6  { margin-top: 1.5rem; }
.mt-8  { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mb-3  { margin-bottom: .75rem; }
.mb-16 { margin-bottom: 4rem; }
.gap-2  { gap: .5rem; }
.gap-3  { gap: .75rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-xl  { max-width: 36rem; }
.text-xl   { font-size: 1.25rem; line-height: 1.75rem; }
.text-7xl  { font-size: 4.5rem; line-height: 1; }
.text-8xl  { font-size: 6rem;   line-height: 1; }
.space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.5rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.w-4  { width: 1rem; }
.w-5  { width: 1.25rem; }
.w-px { width: 1px; }
.h-4  { height: 1rem; }
.h-5  { height: 1.25rem; }
.h-auto { height: auto; }
.rounded    { border-radius: .25rem; }
.rounded-lg { border-radius: .5rem; }
.italic     { font-style: italic; }
.flex-wrap  { flex-wrap: wrap; }
.flex-1     { flex: 1 1 0%; }
.self-start { align-self: flex-start; }
.items-end  { align-items: flex-end; }
.justify-start { justify-content: flex-start; }
.justify-end   { justify-content: flex-end; }
.border-r { border-right-width: 1px; border-right-style: solid; }
.border-accent-500\/20 { border-color: rgba(197, 164, 126, .2); }
.border-white\/5-solid { border: 1px solid rgba(255,255,255,.05); }
.bg-brand-900\/80 { background-color: rgba(10, 25, 47, .8); }
.bg-white\/10  { background-color: rgba(255,255,255,.1); }
.text-accent-600 { color: #b08f6a; }
.list-none { list-style: none; }
.p-0 { padding: 0; }
.m-0 { margin: 0; }

@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:gap-8 { gap: 2rem; }
}
@media (min-width: 768px) {
    .md\:grid-cols-2  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:items-center { align-items: center; }
    .md\:items-start  { align-items: flex-start; }
    .md\:max-w-xl { max-width: 36rem; }
    .md\:gap-12 { gap: 3rem; }
    .md\:gap-16 { gap: 4rem; }
    .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; }
    .md\:mt-0  { margin-top: 0; }
    .md\:flex  { display: flex; }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:col-span-2  { grid-column: span 2 / span 2; }
    .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .lg\:gap-16 { gap: 4rem; }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.skip-to-content {
    position: absolute;
    top: -100%;
    left: 1rem;
    background: #c5a47e;
    color: #0a192f;
    padding: .75rem 1.5rem;
    z-index: 200;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: top 0ms;
}
.skip-to-content:focus {
    top: 1rem;
}

:focus-visible {
    outline: 2px solid #c5a47e;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}

/* ==========================================================================
   Inner-page hero
   ========================================================================== */

.page-hero {
    padding-top: 10rem;
    padding-bottom: 5rem;
    position: relative;
    border-bottom: 1px solid rgba(197, 164, 126, .15);
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(197,164,126,.04) 0%, transparent 60%);
    pointer-events: none;
}

/* ==========================================================================
   Stat row — three KPI boxes side by side
   ========================================================================== */

.stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2.5rem;
}
.stat-item {
    border-left: 2px solid #c5a47e;
    padding-left: 1.25rem;
}
.stat-item .stat-number {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.25rem;
    line-height: 1;
    color: #fff;
    margin-bottom: .25rem;
}
.stat-item .stat-label {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6b7280;
}

/* ==========================================================================
   6-step process list
   ========================================================================== */

.step-list {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.step-list::before {
    content: '';
    position: absolute;
    left: 1.125rem;
    top: 1.5rem;
    bottom: 0;
    width: 1px;
    background: rgba(255,255,255,.05);
}
.step-item {
    position: relative;
    display: flex;
    gap: 1.75rem;
    padding-bottom: 2.5rem;
}
.step-item:last-child { padding-bottom: 0; }
.step-item:last-child .step-list::before { display: none; }
.step-number-badge {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 1px solid #c5a47e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    font-weight: 700;
    color: #c5a47e;
    letter-spacing: .08em;
    background: #0a192f;
    position: relative;
    z-index: 1;
    margin-top: .15rem;
}
.step-content h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.125rem;
    color: #fff;
    margin: 0 0 .375rem;
}
.step-content p {
    font-size: .875rem;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0;
}
.step-content .farsi-term {
    font-style: italic;
    color: rgba(197,164,126,.8);
    font-size: .8rem;
    display: block;
    margin-top: .25rem;
}

/* ==========================================================================
   Document checklist
   ========================================================================== */

.doc-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.doc-checklist li {
    display: flex;
    align-items: flex-start;
    gap: .875rem;
    padding: .875rem 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .875rem;
    color: #9ca3af;
    line-height: 1.6;
}
.doc-checklist li::before {
    content: '✓';
    color: #c5a47e;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: .1rem;
    font-size: .8rem;
}
.doc-checklist .farsi-term {
    font-style: italic;
    color: rgba(197,164,126,.75);
    font-size: .8rem;
    display: block;
}

/* ==========================================================================
   FAQ tabs + accordion
   ========================================================================== */

.faq-tabs {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 3rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.faq-tabs::-webkit-scrollbar { display: none; }

.faq-tab-btn {
    padding: 1rem 1.75rem;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6b7280;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    cursor: pointer;
    transition: color 300ms, border-color 300ms;
    white-space: nowrap;
    margin-bottom: -1px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}
.faq-tab-btn:hover { color: #c5a47e; }
.faq-tab-btn.active {
    color: #c5a47e;
    border-bottom-color: #c5a47e;
}

.faq-panel { display: none; }
.faq-panel.active { display: block; }

.faq-group { margin-bottom: 2.5rem; }
.faq-group-title {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #c5a47e;
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(197,164,126,.2);
}

.faq-item { border-bottom: 1px solid rgba(255,255,255,.06); }

.faq-question {
    width: 100%;
    text-align: left;
    padding: 1.125rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #f4f6f8;
    font-size: .9375rem;
    font-weight: 500;
    background: none;
    border: none;
    transition: color 300ms;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    gap: 1rem;
}
.faq-question:hover { color: #c5a47e; }

.faq-icon {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: #c5a47e;
    transition: transform 350ms ease;
}
.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-out;
}
.faq-answer.open { max-height: 600px; }

.faq-answer-inner {
    padding-bottom: 1.25rem;
}
.faq-answer-inner p {
    color: #9ca3af;
    font-size: .875rem;
    line-height: 1.8;
    margin: 0 0 .75rem;
}
.faq-answer-inner p:last-child { margin-bottom: 0; }
.faq-answer-inner .farsi-term {
    font-style: italic;
    color: rgba(197,164,126,.8);
    font-size: .8125rem;
}

/* ==========================================================================
   Site footer
   ========================================================================== */

.site-footer {
    background: #060d1a;
    border-top: 1px solid rgba(255,255,255,.05);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}
@media (min-width: 640px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (min-width: 1024px) {
    .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 3.5rem; }
}

.footer-heading {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #fff;
    margin: 0 0 1.25rem;
}
.footer-link {
    display: block;
    font-size: .8125rem;
    color: #6b7280;
    margin-bottom: .6rem;
    transition: color 300ms;
}
.footer-link:hover { color: #c5a47e; }

.social-icons {
    display: flex;
    gap: .625rem;
    margin-top: 1.25rem;
}
.social-icon {
    width: 2.125rem;
    height: 2.125rem;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 300ms, background 300ms;
    color: #6b7280;
}
.social-icon:hover {
    border-color: rgba(197,164,126,.5);
    background: rgba(197,164,126,.05);
    color: #c5a47e;
}

/* ==========================================================================
   Contact page layout
   ========================================================================== */

.contact-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}
@media (min-width: 1024px) {
    .contact-split { grid-template-columns: 1.4fr 1fr; gap: 5rem; align-items: start; }
}

.what-to-expect-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.125rem 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.what-to-expect-item:last-child { border-bottom: none; }
.what-to-expect-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(197,164,126,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .125rem;
}
.what-to-expect-icon svg { width: .875rem; height: .875rem; color: #c5a47e; }

/* ==========================================================================
   About page values grid
   ========================================================================== */

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
    .values-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ==========================================================================
   Responsive mobile helpers
   ========================================================================== */

@media (max-width: 767px) {
    .stat-row { gap: 1.25rem; }
    .stat-item .stat-number { font-size: 1.875rem; }
    .page-hero { padding-top: 8rem; padding-bottom: 3.5rem; }
    .step-list::before { left: 1.0625rem; }
    .faq-tab-btn { padding: .875rem 1.25rem; }
}

/* ==========================================================================
   Fluent Forms — dark/gold styling override
   The Fluent Forms plugin renders generic light-mode inputs by default.
   These rules style the form to match the ParsProperty theme.
   Selectors target Fluent Forms 5.x markup (.fluentform, .ff-el-*,
   .ff-btn-submit). If the plugin updates its DOM in a future release,
   re-check these selectors.
   ========================================================================== */

/* Wrapper: gives the form some breathing room and the same card panel feel
   as the right-hand column without enclosing the form itself in a box,
   which would compete visually with the field borders. */
.parsproperty-form-wrap .fluentform {
    color: #d1d5db;
}

.parsproperty-form-wrap .fluentform .ff-el-form-control,
.parsproperty-form-wrap .fluentform input[type="text"],
.parsproperty-form-wrap .fluentform input[type="email"],
.parsproperty-form-wrap .fluentform input[type="tel"],
.parsproperty-form-wrap .fluentform input[type="url"],
.parsproperty-form-wrap .fluentform input[type="number"],
.parsproperty-form-wrap .fluentform select,
.parsproperty-form-wrap .fluentform textarea {
    background: rgba(10, 25, 47, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    color: #f3f4f6;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: .9375rem;
    padding: .75rem 1rem;
    transition: border-color 200ms cubic-bezier(.4, 0, .2, 1),
                box-shadow 200ms cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}

.parsproperty-form-wrap .fluentform .ff-el-form-control:focus,
.parsproperty-form-wrap .fluentform input:focus,
.parsproperty-form-wrap .fluentform select:focus,
.parsproperty-form-wrap .fluentform textarea:focus {
    border-color: #c5a47e;
    box-shadow: 0 0 0 3px rgba(197, 164, 126, .15);
    outline: none;
}

.parsproperty-form-wrap .fluentform .ff-el-form-control::placeholder,
.parsproperty-form-wrap .fluentform input::placeholder,
.parsproperty-form-wrap .fluentform textarea::placeholder {
    color: #6b7280;
}

/* Native browser select dropdown arrow can clash with the dark background;
   replace with a custom chevron and reserve right padding. */
.parsproperty-form-wrap .fluentform select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23c5a47e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

/* Field labels — uppercase tracking matches the rest of the site. */
.parsproperty-form-wrap .fluentform .ff-el-input--label label {
    color: #9ca3af;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .5rem;
    display: block;
}

.parsproperty-form-wrap .fluentform .ff-el-input--label label .ff-el-is-required.asterisk-right {
    color: #c5a47e;
    margin-left: .25rem;
}

/* Field-level help text and validation messages. */
.parsproperty-form-wrap .fluentform .ff-el-help-text {
    color: #6b7280;
    font-size: .75rem;
    margin-top: .375rem;
}

.parsproperty-form-wrap .fluentform .error,
.parsproperty-form-wrap .fluentform .text-danger {
    color: #f87171;
    font-size: .75rem;
    margin-top: .375rem;
}

/* Submit button — matches the primary CTA used elsewhere on the site. */
.parsproperty-form-wrap .fluentform .ff-btn-submit,
.parsproperty-form-wrap .fluentform button[type="submit"] {
    background-color: #c5a47e;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(197, 164, 126, .2);
    color: #ffffff;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    padding: 1rem 2rem;
    text-transform: uppercase;
    transition: background-color 200ms cubic-bezier(.4, 0, .2, 1),
                box-shadow 200ms cubic-bezier(.4, 0, .2, 1);
    width: auto;
}

.parsproperty-form-wrap .fluentform .ff-btn-submit:hover,
.parsproperty-form-wrap .fluentform button[type="submit"]:hover {
    background-color: #b08f6a;
    box-shadow: 0 0 30px rgba(197, 164, 126, .4);
}

/* Checkbox/radio — recolour to the gold accent. */
.parsproperty-form-wrap .fluentform .ff-el-form-check-input,
.parsproperty-form-wrap .fluentform input[type="checkbox"],
.parsproperty-form-wrap .fluentform input[type="radio"] {
    accent-color: #c5a47e;
    margin-right: .5rem;
}

.parsproperty-form-wrap .fluentform .ff-el-form-check-label,
.parsproperty-form-wrap .fluentform .ff_check_label {
    color: #d1d5db;
    font-size: .875rem;
    line-height: 1.6;
}

.parsproperty-form-wrap .fluentform .ff-el-form-check-label a {
    color: #c5a47e;
    text-decoration: none;
    border-bottom: 1px solid rgba(197, 164, 126, .4);
}

/* Success message after submission. */
.parsproperty-form-wrap .ff-message-success,
.parsproperty-form-wrap .ff_form_success {
    background: rgba(197, 164, 126, .08);
    border: 1px solid rgba(197, 164, 126, .3);
    border-radius: 2px;
    color: #f3f4f6;
    padding: 2rem;
    text-align: center;
}

/* Spacing between rows of fields. */
.parsproperty-form-wrap .fluentform .ff-el-group {
    margin-bottom: 1.25rem;
}
