/* ============================================================
   PRIVACY POLICY PAGE — NFA
   File: assets/css/privacy-policy.css
   ============================================================ */

/* ─────────────────────────────────────────
   RESET page-level defaults
───────────────────────────────────────── */
body.page-template-page-privacy-policy {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body.page-template-page-privacy-policy .entry-title,
body.page-template-page-privacy-policy .page-title,
body.page-template-page-privacy-policy h1.page-title {
    display: none !important;
}

/* ─────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────── */
.privacy-page {
    --hiw-navy: #0d1f3c;
    --hiw-navy-mid: #1a3a6b;
    --hiw-orange: #e05c2a;
    --hiw-light-bg: #f5f7fa;
    --hiw-border: #dde3ec;
    --hiw-text: #0a0a0a;
    --hiw-muted: #5f6b7a;
    --hiw-step-bg: #1a3a6b;

    font-family: 'Inter', sans-serif;
    color: var(--hiw-text);
}

/* ══════════════════════════════════════
   HERO / BANNER — dark navy
══════════════════════════════════════ */
.privacy-banner {
    padding: 234px 20px 173px !important;
    text-align: center;
}

.privacy-banner__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.privacy-banner__title {
    color: #fff;
    margin: 0;
    letter-spacing: -0.312px;
    line-height: 140%;
}

/* ══════════════════════════════════════
   FORM SECTION WRAPPER
══════════════════════════════════════ */
.privacy-form-section {
    /* intentionally unstyled — shortcode handles its own appearance */
}

.privacy-form-section__container {
    /* mirrors .about-form-section__container */
}

/* ══════════════════════════════════════
   SECTION WRAPPER
══════════════════════════════════════ */
.privacy-section {
    max-width: 1720px;
    margin: 0 auto;
/*     padding: 72px 0; */
    padding-bottom: 74px;
}

/* ══════════════════════════════════════
   INTRO CONTENT
══════════════════════════════════════ */
.privacy-intro {
    max-width: 1720px;
    margin: 0 auto;
    padding: 72px 0 0;
}

.privacy-intro__content {
    font-size: var(--fs-18);
    color: #0A0A0A;
    font-weight: var(--fw-400);
    margin: 0 0 40px;
    line-height: var(--lh-133);
}

/* ══════════════════════════════════════
   STEP ROWS
══════════════════════════════════════ */
.privacy-steps {
    display: flex;
    flex-direction: column;
/*     max-width: 1440px; */
    width: 100%;
}

.privacy-step {
/*     display: grid; */
    grid-template-columns: 1fr 813px;
    gap: 48px 90px;
    padding: 40px 0;
    border-bottom: 1px solid var(--hiw-border);
    align-items: start;
}

.privacy-step:last-child {
    border-bottom: none;
}

/* Step Heading */
.privacy-step__heading {
    font-weight: 700;
    color: var(--hiw-navy);
    margin: 0;
    line-height: 1.3;
/* 	padding-top:30px; */
}

/* ══════════════════════════════════════
   STEP CONTENT — WYSIWYG
══════════════════════════════════════ */
.privacy-step__content {
    display: flex;
    flex-direction: column;
	padding:20px 0 0 0;
}
.privacy-step__content h5{
	    padding: 20px 0;
}
/* Paragraphs inside WYSIWYG */
.privacy-step__content p {
    font-size: var(--fs-18);
    font-weight: var(--fw-500);
    text-transform: capitalize;
    color: #5F5F5F;
    margin: 0;
}

.privacy-step__content p strong {
    color: var(--hiw-navy);
    font-weight: 600;
}

/* Unordered lists inside WYSIWYG */
.privacy-step__content ul {
    list-style: none;
    padding-left: 10px !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.privacy-step__content ul li {
    font-size: var(--fs-20);
    color: #5F5F5F;
    padding-left: 18px;
    position: relative;
    line-height: var(--lh-normal);
}

.privacy-step__content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #5F5F5F;
    border-radius: 50%;
}

.privacy-step__content ul li strong {
    font-weight: 600;
    color: #0A0A0A;
}

/* Ordered lists inside WYSIWYG */
.privacy-step__content ol {
    padding-left: 20px !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.privacy-step__content ol li {
    font-size: var(--fs-20);
    font-weight: var(--fw-600);
    color: #0A0A0A;
    line-height: var(--lh-normal);
}

/* Space between consecutive paragraphs */
.privacy-step__content p+p {
    margin-top: 10px;
}

/* Space between p → ul */
.privacy-step__content p+ul {
    margin-top: 24px;
}

/* Space between ul → p */
.privacy-step__content ul+p {
    margin-top: 24px;
}

/* Fallback */
.privacy-no-content {
    font-size: var(--fs-18);
    color: #0A0A0A;
    font-weight: var(--fw-400);
    margin: 0 0 40px;
    line-height: var(--lh-133);
}
.privacy-steps .privacy-step:first-child{
	padding-top:0 !important;
}
.privacy-step__content b,
.privacy-step__content a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.privacy-step__content li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media only screen and (max-width: 1720px) {
    .privacy-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .privacy-intro {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1599px) {
/*     .privacy-step {
        padding: 30px 0;
    } */

    .privacy-banner {
        padding: 210px 20px 150px !important;
    }
}

@media only screen and (max-width:1366px) {
    .privacy-banner {
        padding: 180px 20px 130px !important;
    }

    .privacy-step {
        gap: 48px 62px;
    }

    .privacy-section {
        padding-bottom: 45px;
    }
	    .privacy-step {
        padding: 20px 0;
    }
	.privacy-step__content p+ul {
    margin-top: 20px;
}
	.privacy-step__content ul+p {
    margin-top: 20px;
}
}

@media (max-width: 1199px) {
    .privacy-step {
        gap: 32px 40px;
    }
}

@media only screen and (max-width:1199px) {
    .privacy-banner {
        padding: 182px 20px 140px !important;
    }

    .privacy-step {
        grid-template-columns: 1fr 696px;
    }

    .privacy-section {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .privacy-banner {
        padding: 165px 20px 80px !important;
    }

    .privacy-step {
        grid-template-columns: 1fr 587px;
    }

    .privacy-step__content ul li {
        padding-left: 12px;
    }

    .privacy-step__content ul {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width:950px) {
    .privacy-step__content p+ul {
        margin-top: 20px;
    }

    .privacy-step__content ul+p {
        margin-top: 20px;
    }

    .privacy-step {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 32px 0;
    }

    .privacy-step__content p+ul {
        margin-top: 15px;
    }
	.privacy-steps .privacy-step:first-child{
	padding-top:32px !important;
}
}

@media only screen and (max-width:767px) {
    .privacy-banner {
        padding: 143px 20px 80px !important;
    }

    .privacy-intro__content {
        margin: 0;
    }

    .privacy-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .privacy-banner {
        padding: 40px 0 36px;
    }

    .privacy-banner__title {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .privacy-section {
        padding: 48px 16px;
    }

    .privacy-step {
        padding: 20px 0;
        gap: 10px;
    }
	.privacy-steps .privacy-step:first-child {
    padding-top: 0 !important;
}
}

@media only screen and (max-width:479px) {
    .nfa-hero__form-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}