/* ============================================================
   ZAKIE — page.css  (shared styles for all sub-pages)
   ============================================================ */

/* ── Page Hero ── */
.page-hero {
    background: #fafafa;
    border-bottom: 1px solid #f3f4f6;
    padding: 80px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 320px;
    background: radial-gradient(ellipse at center top, rgba(227,28,61,0.09) 0%, transparent 70%);
    pointer-events: none;
}
.page-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff0f2;
    color: #E31C3D;
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page-hero-title {
    font-size: clamp(1.9rem, 5vw, 3.6rem);
    font-weight: 900;
    line-height: 1.1;
    color: #111827;
    max-width: 720px;
    margin: 0 auto 20px;
}
.page-hero-title em { color: #E31C3D; font-style: normal; }
.page-hero-subtitle {
    font-size: 1.08rem;
    color: #6b7280;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Page Container ── */
.page-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.page-section { padding: 72px 0; }
.page-section + .page-section { border-top: 1px solid #f3f4f6; }

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff0f2;
    color: #E31C3D;
    padding: 4px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.section-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin: 0 0 12px;
}
.section-subtitle {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.65;
    max-width: 540px;
}

/* ── Stats ── */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 1.5rem;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.stat-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px -4px rgba(0,0,0,0.08); }
.stat-number { font-size: 2.5rem; font-weight: 900; color: #E31C3D; line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 0.8125rem; color: #6b7280; font-weight: 500; }

/* ── Value Cards ── */
.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 640px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .values-grid { grid-template-columns: repeat(4, 1fr); } }
.value-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 1.5rem;
    padding: 28px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px -4px rgba(0,0,0,0.08); }
.value-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.value-title { font-size: 1.0625rem; font-weight: 700; color: #111827; margin: 0 0 8px; }
.value-desc { font-size: 0.875rem; color: #6b7280; line-height: 1.65; margin: 0; }

/* ── Team Cards ── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media (min-width: 768px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.team-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 1.5rem;
    padding: 28px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px -4px rgba(0,0,0,0.08); }
.team-avatar {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E31C3D, #c41834);
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.team-name { font-size: 1rem; font-weight: 700; color: #111827; margin: 0 0 4px; }
.team-role { font-size: 0.8125rem; color: #E31C3D; font-weight: 600; margin: 0 0 8px; }
.team-bio { font-size: 0.8125rem; color: #6b7280; line-height: 1.55; margin: 0; }

/* ── Job Cards ── */
.jobs-list { display: flex; flex-direction: column; gap: 14px; }
.job-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 1.25rem;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    flex-wrap: wrap;
}
.job-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px -4px rgba(0,0,0,0.08); border-color: #E31C3D; }
.job-title { font-size: 1rem; font-weight: 700; color: #111827; margin: 0 0 8px; }
.job-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.job-tag { background: #f3f4f6; color: #374151; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 100px; }
.job-tag.red { background: #fff0f2; color: #E31C3D; }

/* ── Benefits ── */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
@media (min-width: 768px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }
.benefit-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 1.25rem;
    padding: 24px;
    transition: transform 0.2s;
}
.benefit-card:hover { transform: translateY(-2px); }
.benefit-icon { font-size: 1.75rem; margin-bottom: 10px; display: block; }
.benefit-title { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0 0 6px; }
.benefit-desc { font-size: 0.8125rem; color: #6b7280; line-height: 1.55; margin: 0; }

/* ── Form Styles ── */
.form-page-wrap {
    min-height: calc(100vh - 80px);
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
}
.form-card {
    background: white;
    border-radius: 2rem;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.04);
    padding: 48px 40px;
    width: 100%;
    max-width: 520px;
}
@media (max-width: 540px) { .form-card { padding: 32px 24px; border-radius: 1.5rem; } }
.form-logo { font-size: 2.5rem; font-weight: 900; color: #E31C3D; margin-bottom: 6px; font-family: 'Poppins', sans-serif; }
.form-title { font-size: 1.5rem; font-weight: 800; color: #111827; margin: 0 0 6px; }
.form-subtitle { font-size: 0.875rem; color: #6b7280; margin: 0 0 28px; line-height: 1.5; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.8125rem; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 0.75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #111827;
    background: white;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #E31C3D; box-shadow: 0 0 0 3px rgba(227,28,61,0.1); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: #9ca3af; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.form-hint { font-size: 0.75rem; color: #9ca3af; margin-top: 4px; }
.form-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; }
.form-divider::before, .form-divider::after { content: ''; flex: 1; height: 1px; background: #e5e7eb; }
.form-divider span { font-size: 0.75rem; color: #9ca3af; white-space: nowrap; }
.social-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; padding: 11px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 0.75rem;
    background: white;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem; font-weight: 600; color: #374151;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.social-btn:hover { border-color: #9ca3af; background: #fafafa; }
.social-btns-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 22px; }
.checkbox-group { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.checkbox-group input[type="checkbox"] { width: 18px; height: 18px; accent-color: #E31C3D; flex-shrink: 0; margin-top: 2px; cursor: pointer; }
.checkbox-group label { font-size: 0.8125rem; color: #6b7280; line-height: 1.5; cursor: pointer; }
.checkbox-group label a { color: #E31C3D; text-decoration: none; font-weight: 600; }
.form-bottom-link { text-align: center; font-size: 0.8125rem; color: #6b7280; margin-top: 22px; }
.form-bottom-link a { color: #E31C3D; font-weight: 600; text-decoration: none; }

/* Multi-step */
.steps-indicator { display: flex; align-items: center; margin-bottom: 32px; }
.step-dot {
    width: 32px; height: 32px; border-radius: 50%;
    border: 2px solid #e5e7eb; background: white;
    color: #9ca3af; font-size: 0.75rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all 0.2s;
}
.step-dot.active, .step-dot.done { border-color: #E31C3D; background: #E31C3D; color: white; }
.step-line { flex: 1; height: 2px; background: #e5e7eb; transition: background 0.2s; }
.step-line.done { background: #E31C3D; }
.step-label { font-size: 0.75rem; font-weight: 600; color: #9ca3af; text-align: center; margin-top: 6px; }
.step-label.active { color: #E31C3D; }
.form-step { display: none; }
.form-step.active { display: block; }
.step-actions { display: flex; gap: 12px; margin-top: 24px; }

/* ── FAQ Accordion ── */
.faq-category { margin-bottom: 44px; }
.faq-category-title {
    font-size: 1.125rem; font-weight: 800; color: #111827;
    margin: 0 0 16px;
    display: flex; align-items: center; gap: 10px;
}
.faq-category-title::after { content: ''; flex: 1; height: 1px; background: #e5e7eb; }
.accordion-item {
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    margin-bottom: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.accordion-item:hover { box-shadow: 0 4px 16px -4px rgba(0,0,0,0.08); }
.accordion-trigger {
    width: 100%; background: white; border: none;
    padding: 18px 22px;
    text-align: left; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-family: 'Poppins', sans-serif; font-size: 0.9375rem; font-weight: 600; color: #111827;
    transition: background 0.15s;
}
.accordion-trigger:hover { background: #fafafa; }
.accordion-trigger.open { color: #E31C3D; }
.accordion-icon {
    width: 26px; height: 26px; border-radius: 50%;
    background: #f3f4f6;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 18px; color: #374151;
    transition: transform 0.25s, background 0.15s, color 0.15s;
}
.accordion-trigger.open .accordion-icon { transform: rotate(45deg); background: #E31C3D; color: white; }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.accordion-content.open { max-height: 600px; }
.accordion-body {
    padding: 16px 22px 20px;
    font-size: 0.9rem; color: #6b7280; line-height: 1.75;
    border-top: 1px solid #f3f4f6;
}
.accordion-body ul { padding-left: 1.25rem; margin: 10px 0; }
.accordion-body li { margin-bottom: 6px; }
.accordion-body a { color: #E31C3D; text-decoration: none; font-weight: 600; }

/* ── Contact Page ── */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1.3fr 1fr; } }
.contact-info-card {
    display: flex; align-items: flex-start; gap: 16px;
    background: white; border: 1px solid #f3f4f6; border-radius: 1.25rem;
    padding: 20px 22px; text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    margin-bottom: 14px;
}
.contact-info-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px -4px rgba(0,0,0,0.08); border-color: #E31C3D; }
.contact-icon-box {
    width: 44px; height: 44px; border-radius: 12px;
    background: #fff0f2; color: #E31C3D;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; flex-shrink: 0;
}
.contact-label { font-size: 0.72rem; color: #9ca3af; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 4px; }
.contact-value { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0; }
.contact-sub { font-size: 0.8rem; color: #9ca3af; margin: 2px 0 0; }

/* ── Cities ── */
.cities-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .cities-grid { grid-template-columns: repeat(2, 1fr); } }
.city-big-card { background: white; border: 1px solid #f3f4f6; border-radius: 2rem; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.city-big-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px -8px rgba(0,0,0,0.1); }
.city-card-header {
    background: #E31C3D;
    background-image: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 60%);
    padding: 28px 28px 24px;
    color: white;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.city-name-big { font-size: 1.75rem; font-weight: 900; margin: 0 0 4px; }
.city-country { font-size: 0.8125rem; opacity: 0.8; }
.city-flag { font-size: 2.5rem; }
.city-card-body { padding: 24px 28px; }
.city-desc { font-size: 0.875rem; color: #6b7280; line-height: 1.65; margin: 0 0 18px; }
.city-stats-row { display: flex; gap: 20px; margin-bottom: 18px; }
.city-stat-num { font-size: 1.5rem; font-weight: 900; color: #E31C3D; }
.city-stat-label { font-size: 0.7rem; color: #9ca3af; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.neighborhoods-list { display: flex; flex-wrap: wrap; gap: 8px; }
.neighborhood-tag { background: #f3f4f6; color: #374151; font-size: 0.8rem; font-weight: 500; padding: 4px 12px; border-radius: 100px; }

/* ── Legal / Article ── */
.legal-wrap { max-width: 780px; margin: 0 auto; padding: 60px 24px; }
.legal-meta { font-size: 0.8125rem; color: #9ca3af; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #f3f4f6; }
.legal-toc { background: #fafafa; border: 1px solid #f3f4f6; border-radius: 1rem; padding: 22px 26px; margin-bottom: 36px; }
.legal-toc-title { font-size: 0.875rem; font-weight: 700; color: #374151; margin: 0 0 10px; }
.legal-toc ol { padding-left: 1.2rem; margin: 0; }
.legal-toc li { font-size: 0.875rem; color: #6b7280; margin-bottom: 5px; }
.legal-toc a { color: #374151; text-decoration: none; }
.legal-toc a:hover { color: #E31C3D; }
.legal-content h2 { font-size: 1.3rem; font-weight: 800; color: #111827; margin: 44px 0 14px; }
.legal-content h3 { font-size: 1.0625rem; font-weight: 700; color: #111827; margin: 26px 0 10px; }
.legal-content p { font-size: 0.9375rem; color: #4b5563; line-height: 1.8; margin: 0 0 14px; }
.legal-content ul, .legal-content ol { padding-left: 1.5rem; margin: 0 0 14px; }
.legal-content li { font-size: 0.9375rem; color: #4b5563; line-height: 1.75; margin-bottom: 6px; }
.legal-content a { color: #E31C3D; text-decoration: none; font-weight: 600; }

/* ── CTA Banner ── */
.cta-banner {
    background: #E31C3D;
    background-image: radial-gradient(circle at 80% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
    border-radius: 2rem; padding: 56px 40px; text-align: center; color: white;
}
.cta-banner-title { font-size: 2rem; font-weight: 900; margin: 0 0 10px; }
.cta-banner-sub { font-size: 0.9375rem; opacity: 0.8; margin: 0 0 24px; }

/* ── Page BG ── */
.page-bg { background: #fafafa; min-height: 100vh; }

/* ── Responsive ── */
@media (max-width: 640px) {
    .page-hero { padding: 56px 16px 44px; }
    .page-hero-subtitle { font-size: 0.95rem; }
    .page-section { padding: 48px 0; }
    .team-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .cta-banner { padding: 36px 20px; border-radius: 1.5rem; }
    .cta-banner-title { font-size: 1.4rem; }
    .cta-banner-sub { font-size: 0.875rem; }

    /* Job cards: stack on mobile */
    .job-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 18px 20px;
    }

    /* City cards */
    .city-card-header { padding: 20px 20px 16px; }
    .city-name-big { font-size: 1.4rem; }
    .city-card-body { padding: 18px 20px; }
    .city-stats-row { gap: 14px; }

    /* Form cards */
    .form-card { padding: 28px 18px; border-radius: 1.25rem; }
    .social-btns-row { grid-template-columns: 1fr; }

    /* Legal */
    .legal-wrap { padding: 40px 16px; }
    .legal-toc { padding: 16px 18px; }

    /* Contact grid */
    .contact-grid { gap: 32px; }
}

@media (max-width: 400px) {
    .page-hero-title { font-size: 1.65rem; }
    .section-title { font-size: 1.25rem; }
    .stat-number { font-size: 2rem; }
    .cta-banner-title { font-size: 1.2rem; }
}
