/* ═══════════════════════════════════════════════════════════
   زواج تايم — تصميم عصري واحترافي v2
   ═══════════════════════════════════════════════════════════ */

/* Header styles → public/naseeb/site-header.css (loaded after this file) */

/* Legacy aliases (script.js / old markup) */
.nav-menu { display: contents; }
.nav-cluster { display: contents; }
.nav-menu-sep { display: none; }
.nav-link--auth,
.nav-link--cta { display: none; }

.lang-switch {
    padding: 8px 14px !important;
    font-size: 0.85rem;
    border-radius: var(--radius-pill) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid var(--zt-border) !important;
    color: var(--zt-text) !important;
    box-shadow: none !important;
}
.lang-switch:hover {
    background: #fff !important;
    border-color: rgba(155, 77, 90, 0.2) !important;
}

.btn { border-radius: var(--radius-pill); font-weight: 600; }
.btn-primary {
    background: var(--gradient-primary);
    box-shadow: var(--shadow-sm);
}
.btn-primary:hover { box-shadow: var(--shadow-md); }
.btn-secondary {
    background: #fff;
    border: 1.5px solid var(--zt-border);
    color: var(--zt-primary);
}
.btn-secondary:hover {
    background: var(--zt-blush);
    border-color: var(--zt-primary-light);
}
.btn-large { padding: 14px 28px; font-size: 0.95rem; }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
    min-height: auto;
    padding: calc(var(--header-height, 72px) + 48px) 0 80px;
    display: flex;
    align-items: flex-start;
}

.hero-background {
    background: var(--gradient-mesh), var(--gradient-hero);
}

.hero-pattern {
    background-image:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239B4D5A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}

.hero-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: orbFloat 12s ease-in-out infinite;
}
.hero-orb--1 {
    width: 400px; height: 400px;
    background: rgba(212, 175, 122, 0.3);
    top: -10%; right: -5%;
}
.hero-orb--2 {
    width: 300px; height: 300px;
    background: rgba(155, 77, 90, 0.18);
    bottom: 10%; left: -8%;
    animation-delay: -4s;
}
.hero-orb--3 {
    width: 200px; height: 200px;
    background: rgba(184, 107, 120, 0.2);
    top: 40%; left: 45%;
    animation-delay: -8s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -30px) scale(1.05); }
    66% { transform: translate(-15px, 20px) scale(0.95); }
}

.hero-content {
    gap: 48px;
    align-items: flex-start !important;
}

.hero-text {
    padding-top: 0;
    margin-top: -16px;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(212, 175, 122, 0.35);
    backdrop-filter: blur(12px);
    padding: 8px 18px 8px 10px;
    font-size: 0.88rem;
    color: var(--zt-primary-dark);
    box-shadow: var(--shadow-xs);
}

.hero-badge-logo {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    padding: 3px;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--zt-text);
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1.1rem;
    color: var(--zt-text-muted);
    max-width: 520px;
    line-height: 1.85;
    margin-bottom: 32px;
}

.hero-actions { gap: 12px; margin-bottom: 40px; }

.hero-actions .btn-login-hero {
    background: transparent;
    color: var(--zt-primary);
    border: 1.5px solid var(--zt-primary);
    border-radius: var(--radius-pill);
}
.hero-actions .btn-login-hero:hover {
    background: var(--zt-primary);
    color: #fff;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}
.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--zt-text-muted);
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 14px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--zt-border);
}
.hero-trust-item i {
    color: var(--zt-champagne);
    font-size: 0.9rem;
}

.hero-stats {
    display: flex;
    gap: 0;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-lg);
    padding: 4px;
    backdrop-filter: blur(12px);
    max-width: 480px;
    box-shadow: var(--shadow-sm);
}
.hero-stats .stat {
    flex: 1;
    padding: 16px 12px;
    position: relative;
}
.hero-stats .stat:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--zt-border);
}
[dir="ltr"] .hero-stats .stat:not(:last-child)::after { left: auto; right: 0; }

.hero-stats .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-stats .stat-label {
    font-size: 0.78rem;
    color: var(--zt-text-muted);
    margin-top: 2px;
}

/* Phone mockup */
.phone-mockup {
    width: 270px;
    height: 540px;
    background: linear-gradient(145deg, #fff, #f8f0ed);
    border: 2px solid rgba(212, 175, 122, 0.3);
    border-radius: 44px;
    padding: 10px;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    transform: perspective(1200px) rotateY(-8deg) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.phone-mockup:hover {
    transform: perspective(1200px) rotateY(0deg) rotateX(0deg);
}
.phone-mockup::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 24px;
    background: #1a1a1a;
    border-radius: 20px;
    z-index: 3;
}
.phone-screen { border-radius: 36px; }

.phone-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(155, 77, 90, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floating-hearts, .floating-elements { display: none; }

/* ── Sections ───────────────────────────────────────────── */
.section-header { margin-bottom: 3.5rem; }

.section-badge {
    background: rgba(155, 77, 90, 0.07);
    color: var(--zt-primary-dark);
    border: 1px solid rgba(155, 77, 90, 0.12);
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    margin-bottom: 16px;
}
.section-badge i { color: var(--zt-champagne); }

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--zt-text);
    margin-bottom: 14px;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--zt-text-muted);
    line-height: 1.8;
}

.more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
    font-weight: 600;
    text-decoration: none;
}

/* About teaser card */
.about-teaser {
    padding: 60px 0 20px;
    background: var(--zt-cream);
}
.about-teaser-card {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-xl);
    padding: 48px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}
.about-teaser-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

/* ── Features ─────────────────────────────────────────────── */
.features {
    padding: 80px 0;
    background: #fff;
}

.features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    box-shadow: var(--shadow-xs);
    transition: var(--transition);
    text-align: start;
}
.feature-card::before { display: none; }

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: rgba(212, 175, 122, 0.4);
}

.feature-card.featured {
    background: var(--gradient-primary);
    border: none;
    transform: none;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 32px;
}
.feature-card.featured:hover { transform: translateY(-6px); }

.feature-badge {
    background: var(--zt-champagne);
    color: #fff;
    border-radius: 0 var(--radius-lg) 0 var(--radius-md);
    font-size: 0.75rem;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    background: rgba(155, 77, 90, 0.08);
    margin: 0 0 20px;
}
.feature-card.featured .feature-icon {
    background: rgba(255, 255, 255, 0.15);
    width: 60px;
    height: 60px;
}
.feature-icon i { font-size: 1.4rem; }

.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ── Success Stories ────────────────────────────────────── */
.success-stories {
    padding: 80px 0;
    background: var(--zt-cream);
}
.success-stories::before { display: none; }

.stories-slider { max-width: 720px; }

.story-card {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-xl);
    padding: 44px 40px;
    box-shadow: var(--shadow-sm);
    text-align: start;
}
.story-card::before { display: none; }

.story-quote {
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85;
    color: var(--zt-text);
    margin-bottom: 32px;
    position: relative;
    padding-inline-start: 28px;
}
.story-quote::before {
    content: '\201C';
    position: absolute;
    inset-inline-start: 0;
    top: -8px;
    font-size: 3rem;
    color: var(--zt-champagne);
    font-family: Georgia, serif;
    line-height: 1;
}
.story-quote::after { display: none; }

.story-author {
    justify-content: flex-start;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid var(--zt-border);
}
.author-image {
    width: 56px;
    height: 56px;
    border: 2px solid var(--zt-champagne-light);
}
.author-info { text-align: start; }
.author-name { font-size: 1rem; font-weight: 600; }
.story-rating { justify-content: flex-start; }
.story-rating i { color: var(--zt-champagne); font-size: 0.8rem; }

.story-nav {
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--zt-border);
    background: #fff;
    box-shadow: var(--shadow-xs);
}
.story-nav:hover {
    background: var(--zt-primary);
    border-color: var(--zt-primary);
}
.stories-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}
.dot { width: 8px; height: 8px; background: rgba(155, 77, 90, 0.2); }
.dot.active { background: var(--zt-primary); width: 24px; border-radius: var(--radius-pill); }

/* ── Moments / Articles ─────────────────────────────────── */
.moments-home-section { padding: 80px 0; background: var(--zt-cream); }

.moments-home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.moment-home-card--hero { grid-column: 1 / -1; }
.moment-home-card--hero .moment-home-card-link {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 380px;
}
.moment-home-card--hero .moment-home-card-image { min-height: 380px; }
.moment-home-card--hero .moment-home-card-content { padding: 40px; justify-content: center; }

.moment-home-card {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.moment-home-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.moment-home-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.moment-home-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.moment-home-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.moment-home-card:hover .moment-home-card-image img { transform: scale(1.05); }
.moment-home-card-cat {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    background: rgba(255,255,255,0.95);
    color: var(--zt-primary-dark);
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    font-weight: 600;
}
.moment-home-card-content { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.moment-home-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.82rem;
    color: var(--zt-text-muted);
    margin-bottom: 12px;
}
.moment-home-card-meta i { color: var(--zt-champagne); margin-inline-end: 4px; }
.moment-home-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--zt-text);
    margin-bottom: 12px;
}
.moment-home-card--hero .moment-home-card-title { font-size: 1.75rem; }
.moment-home-card-excerpt {
    font-size: 0.95rem;
    color: var(--zt-text-muted);
    line-height: 1.75;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.moment-home-card-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-weight: 600;
    color: var(--zt-primary);
    font-size: 0.9rem;
}
.moments-home-cta { text-align: center; margin-top: 40px; }

/* Moments index */
.moments-hero {
    padding: calc(var(--header-height) + 48px) 0 48px;
    background: var(--gradient-mesh), var(--zt-cream);
}
.moments-hero-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--zt-text);
}
.moments-hero-desc {
    font-size: 1.1rem;
    color: var(--zt-text-muted);
    max-width: 640px;
    line-height: 1.8;
}
.moments-list-section { padding: 0 0 80px; background: var(--zt-cream); }
.moments-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}
.moments-filter {
    padding: 8px 18px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--zt-border);
    background: #fff;
    color: var(--zt-text-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: var(--transition-fast);
}
.moments-filter:hover, .moments-filter.active {
    background: var(--zt-primary);
    border-color: var(--zt-primary);
    color: #fff;
}
.moments-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.moment-article-card {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.moment-article-card--featured { grid-column: 1 / -1; }
.moment-article-card--featured .moment-article-card-link {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}
.moment-article-card--featured .moment-article-image { min-height: 320px; aspect-ratio: auto; }
.moment-article-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.moment-article-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.moment-article-card--featured .moment-article-card-link { flex-direction: row; }
.moment-article-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.moment-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.moment-article-card:hover .moment-article-image img { transform: scale(1.04); }
.moment-article-category {
    position: absolute;
    bottom: 16px;
    inset-inline-start: 16px;
    background: var(--zt-primary);
    color: #fff;
    padding: 5px 12px;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 600;
}
.moment-article-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.moment-article-meta {
    display: flex;
    gap: 16px;
    font-size: 0.8rem;
    color: var(--zt-text-muted);
    margin-bottom: 10px;
}
.moment-article-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 10px;
    color: var(--zt-text);
}
.moment-article-card--featured .moment-article-title { font-size: 1.6rem; }
.moment-article-excerpt {
    font-size: 0.92rem;
    color: var(--zt-text-muted);
    line-height: 1.75;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.moment-article-cta {
    margin-top: 16px;
    font-weight: 600;
    color: var(--zt-primary);
    font-size: 0.88rem;
}
.moments-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.moments-pagination nav { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.moments-pagination .page-link,
.moments-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--zt-border);
    background: #fff;
    color: var(--zt-text);
    text-decoration: none;
    font-size: 0.9rem;
}
.moments-pagination .page-link:hover { background: var(--zt-blush); border-color: var(--zt-primary-light); }
.moments-pagination .active span { background: var(--zt-primary); color: #fff; border-color: var(--zt-primary); }

/* Single article */
.moment-single-hero {
    padding: calc(var(--header-height) + 40px) 0 56px;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.moment-breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 20px;
    opacity: 0.85;
}
.moment-breadcrumb a { color: #fff; text-decoration: none; }
.moment-breadcrumb a:hover { text-decoration: underline; }
.moment-breadcrumb .sep { margin: 0 8px; opacity: 0.5; }
.moment-single-category {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-size: 0.8rem;
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}
.moment-single-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.25;
    max-width: 800px;
    margin-bottom: 16px;
}
.moment-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.88rem;
    opacity: 0.9;
}
.moment-single-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    padding: 48px 0 80px;
    align-items: start;
}
.article-prose {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-xl);
    padding: 40px 44px;
    box-shadow: var(--shadow-sm);
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--zt-text);
}
.article-prose h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--zt-primary-dark);
    margin: 2rem 0 1rem;
}
.article-prose p { margin-bottom: 1.25rem; }
.article-prose ul { margin: 1rem 0 1.5rem; padding-inline-start: 1.5rem; }
.article-prose li { margin-bottom: 0.5rem; }
.article-prose strong { color: var(--zt-primary-dark); }
.moment-sidebar-card {
    background: var(--gradient-primary);
    color: #fff;
    border-radius: var(--radius-xl);
    padding: 28px;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: var(--shadow-md);
}
.moment-sidebar-logo {
    height: 56px;
    width: auto;
    border-radius: 12px;
    background: #fff;
    padding: 4px;
    margin: 0 auto 16px;
    display: block;
}
.moment-sidebar-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
}
.moment-sidebar-card p {
    font-size: 0.88rem;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.6;
}
.moment-sidebar-card .btn-sidebar-primary {
    background: #fff !important;
    color: var(--zt-primary-dark) !important;
    border: none !important;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}
.moment-sidebar-card .btn-sidebar-primary:hover {
    background: var(--zt-blush) !important;
    color: var(--zt-primary-dark) !important;
    transform: translateY(-1px);
}
.moment-sidebar-card .btn-sidebar-outline {
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    color: #fff !important;
    background: transparent !important;
    font-weight: 600;
}
.moment-sidebar-card .btn-sidebar-outline:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border-color: #fff !important;
}
.moment-sidebar-related h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--zt-text);
}
.moment-related-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-md);
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--zt-text);
    transition: var(--transition-fast);
}
.moment-related-item:hover { border-color: var(--zt-primary-light); box-shadow: var(--shadow-xs); }
.moment-related-item img {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-sm);
    object-fit: cover;
    flex-shrink: 0;
}
.moment-related-item span {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .moments-home-grid { grid-template-columns: 1fr; }
    .moment-home-card--hero .moment-home-card-link { grid-template-columns: 1fr; }
    .moments-articles-grid { grid-template-columns: 1fr; }
    .moment-article-card--featured .moment-article-card-link { grid-template-columns: 1fr; }
    .moment-single-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .article-prose { padding: 24px 20px; }
    .moment-home-card--hero .moment-home-card-content { padding: 24px; }
}

/* ── Statistics ─────────────────────────────────────────── */
.statistics {
    padding: 80px 0;
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}
.statistics::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 50%, rgba(212, 175, 122, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 35%);
    pointer-events: none;
}
.stats-grid { gap: 20px; position: relative; z-index: 1; }

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 36px 24px;
    backdrop-filter: blur(16px);
    transition: var(--transition);
}
.stat-card:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-4px);
}
.stat-card .stat-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 16px;
}
.stat-card .stat-icon i { font-size: 1.4rem; }
.stat-card .stat-number { font-size: 2.4rem; }

/* ── Contact ────────────────────────────────────────────── */
.contact {
    padding: 80px 0;
    background: var(--zt-cream);
}
.contact-content { gap: 40px; }

.contact-method {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-lg);
    padding: 20px;
    box-shadow: var(--shadow-xs);
}
.contact-method:hover {
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}
.method-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    background: var(--gradient-primary);
}
.method-icon i { font-size: 1.1rem; }
.method-details h4 { font-size: 0.95rem; font-weight: 600; }

.contact-form-wrapper {
    background: #fff;
    border: 1px solid var(--zt-border);
    border-radius: var(--radius-xl);
    padding: 36px;
    box-shadow: var(--shadow-sm);
}
.contact-form-wrapper::before { display: none; }

.form-group input,
.form-group textarea {
    border: 1.5px solid var(--zt-border);
    border-radius: var(--radius-md);
    padding: 14px 16px;
    font-size: 0.95rem;
    background: var(--zt-cream);
    transition: var(--transition-fast);
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--zt-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(155, 77, 90, 0.1);
}
.form-group label { font-size: 0.9rem; font-weight: 500; color: var(--zt-text); }

/* ── Download ─────────────────────────────────────────── */
.download {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, var(--zt-blush) 100%);
    position: relative;
}
.download::before { display: none; }

.download-content { gap: 60px; }

.download-buttons { gap: 12px; }
.download-buttons .btn { border-radius: var(--radius-pill); }

.app-features { gap: 20px; }
.app-feature {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--zt-border);
    font-size: 0.88rem;
}
.app-feature i { color: var(--zt-primary); }

.phone {
    width: 240px;
    height: 490px;
    border-radius: 40px;
    border: 2px solid rgba(212, 175, 122, 0.25);
    box-shadow: var(--shadow-lg);
}

/* ── Footer ─────────────────────────────────────────────── */
.footer {
    background: linear-gradient(180deg, #3D2530 0%, #2A1A22 100%) !important;
    color: rgba(255, 255, 255, 0.85);
    padding: 0 !important;
}
.footer .text-secondary { color: rgba(255, 255, 255, 0.55) !important; }
.footer hr { border-color: rgba(255, 255, 255, 0.1) !important; }
.footer h4, .footer .h6 { color: #fff; font-weight: 600; }
.footer .zawaj-link { color: rgba(255, 255, 255, 0.7) !important; }
.footer .zawaj-link:hover { color: var(--zt-champagne) !important; }
.footer .social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition-fast);
    text-decoration: none;
}
.footer .social-links a:hover {
    background: var(--zt-primary);
    color: #fff;
    transform: translateY(-2px);
}
.footer .badge { font-weight: 500; }

/* Scroll to top */
.scroll-top {
    background: var(--zt-primary) !important;
    box-shadow: var(--shadow-md);
}
.scroll-top:hover { background: var(--zt-primary-dark) !important; }

/* Cookie banner */
.cookie-banner {
    background: #fff !important;
    border-top: 1px solid var(--zt-border) !important;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08) !important;
}
.cookie-banner__btn {
    background: var(--zt-primary) !important;
    border-radius: var(--radius-pill) !important;
}

/* ── Scroll reveal ──────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@media (max-width: 768px) {
    .hero { min-height: auto; padding: calc(var(--header-height, 68px) + 40px) 0 60px; }
    .hero-stats { flex-direction: column; max-width: 100%; }
    .hero-stats .stat::after { display: none; }
    .hero-trust { gap: 8px; }
    .hero-trust-item { font-size: 0.78rem; padding: 6px 12px; }
    .features-grid { grid-template-columns: 1fr; }
    .about-teaser-card { padding: 32px 24px; }
    .story-card { padding: 28px 24px; }
    .contact-form-wrapper { padding: 24px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .hero-actions { flex-direction: column; width: 100%; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .phone-mockup { width: 220px; height: 440px; }
}

@media (min-width: 1101px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-card.featured { grid-row: span 1; }
}
