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

/* First section top gap is controlled globally in headerv1.5.css. */
body:has(.im-topbar):has(.im-header) .pf-page > .pf-section:first-child,
body:has(.im-topbar):has(.im-header) .elementor-widget-html:has(.pf-page) .pf-page > .pf-section:first-child {
    padding-top: var(--im-first-section-top-gap, clamp(1rem, 1.8vw, 1.5rem)) !important;
}

.pf-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-x: clip !important;
    background: #f8fafc !important;
    font-family: "Inter", Arial, sans-serif;
    color: #0f172a;
}

.pf-page,
.pf-page * {
    letter-spacing: 0;
}

.elementor-widget-html:has(.pf-page),
.elementor-widget-html:has(.pf-page) > .elementor-widget-container,
.elementor-widget-container:has(.pf-page),
.elementor-element:has(.pf-page),
.elementor-section:has(.pf-page),
.elementor-container:has(.pf-page),
.elementor-column:has(.pf-page),
.elementor-widget-wrap:has(.pf-page),
.elementor-column-wrap:has(.pf-page),
.elementor-section-wrap:has(.pf-page),
.elementor-top-section:has(.pf-page),
.e-con:has(.pf-page) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #f8fafc !important;
}

.pf-section {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: -1px 0 !important;
    padding: 5.25rem 0;
    overflow: hidden;
    isolation: isolate;
    background: #f8fafc;
}

.pf-section-soft {
    background: #f8fafc;
}

.pf-dots::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.38;
    background-image: radial-gradient(#e2e8f0 1.5px, transparent 1.5px);
    background-size: 35px 35px;
}

.pf-watermark {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.06;
    filter: grayscale(1);
    animation: pf-float 12s ease-in-out infinite;
}

.pf-watermark-soft {
    opacity: 0.05;
}

.pf-watermark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-watermark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f8fafc, rgba(248, 250, 252, 0.45), #f8fafc);
}

.pf-container {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 80rem);
    margin: 0 auto;
}

.pf-container-narrow {
    width: min(100% - 2rem, 56rem);
}

.pf-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 5rem;
}

.pf-hero > div {
    max-width: 48rem;
}

.pf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 0.6rem 1.2rem;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.pf-kicker span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #2563eb;
    animation: pf-pulse 1.8s ease-in-out infinite;
}

.pf-hero h1,
.pf-section-header h2,
.pf-split-copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(3rem, 7vw, 5.75rem);
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

.pf-section-header h2 {
    line-height: 1;
}

.pf-split-copy h2 {
    margin-top: 1.5rem;
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
}

.pf-section-header h2 span,
.pf-callout h2 span,
.pf-center-callout h2 span,
.pf-split-copy h2 span {
    color: transparent;
    font-style: italic;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.pf-hero h1 span {
    color: transparent;
    font-style: italic;
    background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 55%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.pf-hero p,
.pf-section-header p {
    max-width: 44rem;
    margin: 2rem 0 0;
    color: #64748b;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 300;
    line-height: 1.75;
}

.pf-status-card {
    flex: 0 0 auto;
    max-width: 15rem;
    padding: 2rem;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 3rem;
    background: rgba(37, 99, 235, 0.05);
    box-shadow: 0 20px 45px -32px rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(4px);
    transform: rotate(2deg);
}

.pf-status-card small {
    display: block;
    margin-bottom: 0.7rem;
    color: #2563eb;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.pf-status-card strong {
    display: block;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.pf-portal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.pf-portal-card,
.pf-compliance-card,
.pf-step article {
    border: 1px solid #f1f5f9;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s ease, box-shadow 0.45s ease, background 0.45s ease;
}

.pf-portal-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 3rem;
    border-radius: 4rem;
}

.pf-portal-card:hover,
.pf-compliance-card:hover,
.pf-step article:hover {
    transform: translateY(-10px);
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 40px 80px -24px rgba(15, 23, 42, 0.15);
}

.pf-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.pf-card-top > span {
    color: #cbd5e1;
    font-size: 0.65rem;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.pf-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1.5rem;
    color: #2563eb;
    background: #eff6ff;
    transition: color 0.45s ease, background 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
}

.pf-card-icon svg,
.pf-compliance-card svg {
    width: 2rem;
    height: 2rem;
}

.pf-portal-card:hover .pf-card-icon,
.pf-compliance-card:hover div > span {
    color: #ffffff;
    background: #2563eb;
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.3);
}

.pf-portal-card h2 {
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.pf-portal-card h2 span {
    color: #2563eb;
    font-style: italic;
}

.pf-portal-card > p {
    margin: 0 0 2.2rem;
    color: #64748b;
    font-weight: 300;
    line-height: 1.7;
}

.pf-meter {
    margin-top: auto;
}

.pf-meter div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #0f172a;
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pf-meter strong {
    color: #2563eb;
    text-align: right;
}

.pf-meter i {
    display: block;
    height: 5px;
    margin-top: 0.6rem;
    border-radius: 999px;
    overflow: hidden;
    background: #f1f5f9;
}

.pf-meter i::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #2563eb;
    transition: width 1.4s ease;
}

.pf-portal-card:hover .pf-meter i::before {
    width: 100%;
}

.pf-card-note {
    margin-top: 1.5rem;
    border: 1px solid #f1f5f9;
    border-radius: 1.5rem;
    padding: 1.35rem;
    background: #f8fafc;
}

.pf-card-note small {
    display: block;
    margin-bottom: 0.5rem;
    color: #94a3b8;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.pf-card-note p {
    margin: 0;
    color: #334155;
    font-size: 0.76rem;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}

.pf-button,
.pf-callout a,
.pf-center-callout a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 3.75rem;
    margin-top: 2rem;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.pf-button svg,
.pf-callout a svg,
.pf-center-callout a svg,
.pf-text-link svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.35s ease;
}

.pf-button:hover svg,
.pf-callout a:hover svg,
.pf-center-callout a:hover svg,
.pf-text-link:hover svg {
    transform: translateX(0.25rem);
}

.pf-button-dark {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(29, 78, 216), rgb(37, 99, 235));
    box-shadow: 0 20px 35px -20px rgba(15, 23, 42, 0.5);
}

.pf-button-dark:hover {
    background: #2563eb;
}

.pf-button-light {
    border: 1px solid #e2e8f0;
    color: #0f172a;
    background: #ffffff;
}

.pf-button-light:hover {
    border-color: #2563eb;
    color: #2563eb;
}

.pf-callout,
.pf-center-callout {
    position: relative;
    margin-top: 5.5rem;
    border-radius: 4rem;
    padding: 4rem;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 30px 60px -28px rgba(15, 23, 42, 0.7);
}

.pf-callout > div:first-child,
.pf-center-callout > div:first-child {
    position: absolute;
    top: -13rem;
    right: -10rem;
    width: 30rem;
    height: 30rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.2);
    filter: blur(100px);
}

.pf-callout-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.pf-callout h2,
.pf-center-callout h2 {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.pf-callout h2 span,
.pf-center-callout h2 span {
    color: #60a5fa;
}

.pf-callout p,
.pf-center-callout p {
    max-width: 38rem;
    margin: 0;
    color: rgba(219, 234, 254, 0.7);
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.75;
}

.pf-callout a,
.pf-center-callout a {
    flex: 0 0 auto;
    margin-top: 0;
    color: #ffffff;
    background: #2563eb;
}

.pf-callout a:hover,
.pf-center-callout a:hover {
    color: #2563eb;
    background: #ffffff;
    transform: translateY(-3px);
}

.pf-trust {
    display: flex;
    justify-content: center;
    margin-top: 5.5rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(226, 232, 240, 0.85);
    text-align: center;
}

.pf-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #0f172a;
    opacity: 0.42;
    filter: grayscale(1);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: opacity 0.45s ease, filter 0.45s ease;
}

.pf-trust span:hover {
    opacity: 1;
    filter: grayscale(0);
}

.pf-trust svg {
    width: 1.45rem;
    height: 1.45rem;
    color: #2563eb;
}

.pf-section-header {
    max-width: 52rem;
    margin: 0 auto 5rem;
    text-align: center;
}

.pf-section-header p {
    margin-inline: auto;
}

.pf-compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(13.5rem, 1fr));
    gap: 1.15rem;
}

.pf-compliance-card {
    position: relative;
    min-width: 0;
    min-height: 15rem;
    overflow: hidden;
    border-radius: 1.35rem;
    padding: clamp(1.35rem, 1.6vw, 1.75rem);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.pf-compliance-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%),
        radial-gradient(circle at 16% 12%, rgba(147, 197, 253, 0.2), transparent 11rem);
    opacity: 0.82;
}

.pf-compliance-card > div {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.05rem;
    min-width: 0;
    margin-bottom: 1.35rem;
}

.pf-compliance-card div > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    color: #2563eb;
    background: #eff6ff;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease;
}

.pf-compliance-card:hover div > span {
    transform: scale(1.1) rotate(360deg);
}

.pf-compliance-card h3 {
    margin: 0;
    max-width: 100%;
    color: #0f172a;
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
}

.pf-compliance-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #64748b;
    font-size: clamp(0.9rem, 0.98vw, 0.95rem);
    font-weight: 300;
    line-height: 1.62;
    overflow-wrap: break-word;
}

.pf-compliance-card small {
    display: block;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid #f8fafc;
    overflow: hidden;
    opacity: 0;
    color: #2563eb;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease, padding 0.4s ease;
}

.pf-compliance-card:hover small {
    max-height: 7rem;
    margin-top: 1rem;
    padding-top: 1rem;
    opacity: 1;
}

.pf-notice {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: min(100%, 56rem);
    margin: 5rem auto 0;
    padding: 3rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 4rem;
    background: rgba(15, 23, 42, 0.03);
    backdrop-filter: blur(4px);
}

.pf-notice > div:first-child {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: 0 18px 35px -25px rgba(15, 23, 42, 0.35);
}

.pf-notice svg {
    width: 2.5rem;
    height: 2.5rem;
    color: #2563eb;
}

.pf-notice h3 {
    margin: 0 0 0.9rem;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pf-notice p {
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.75;
}

.pf-link-wrap {
    margin-top: 2.5rem;
    text-align: center;
}

.pf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.pf-text-link:hover {
    color: #0f172a;
}

.pf-journey {
    position: relative;
    display: grid;
    gap: 3.5rem;
    width: min(100%, 62rem);
    margin: 0 auto;
}

.pf-journey-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #e2e8f0 10%, #e2e8f0 90%, transparent);
}

.pf-step {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3rem 1fr;
    align-items: center;
    gap: 2rem;
}

.pf-step-left article {
    grid-column: 1;
}

.pf-step-left > i,
.pf-step-right > i {
    grid-column: 2;
}

.pf-step-right article {
    grid-column: 3;
}

.pf-step > i {
    display: block;
    width: 3rem;
    height: 3rem;
    border: 4px solid #f8fafc;
    border-radius: 999px;
    background: #ffffff;
    z-index: 2;
}

.pf-step-final > i {
    background: #2563eb;
    border-color: #ffffff;
    animation: pf-pulse 1.8s ease-in-out infinite;
}

.pf-step article {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 2.5rem;
    border-radius: 3.5rem;
}

.pf-step article > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border: 1px solid #dbeafe;
    border-radius: 1.25rem;
    color: #2563eb;
    background: #eff6ff;
    font-size: 1.5rem;
    font-weight: 900;
    transition: transform 0.5s ease, color 0.5s ease, background 0.5s ease;
}

.pf-step article:hover > span,
.pf-step-final article > span {
    color: #ffffff;
    background: #2563eb;
    transform: rotate(360deg);
}

.pf-step h3 {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pf-step p {
    margin: 0;
    color: #64748b;
    font-weight: 300;
    line-height: 1.65;
}

.pf-center-callout {
    width: min(100%, 56rem);
    margin-inline: auto;
    text-align: center;
}

.pf-center-callout p {
    margin-inline: auto;
}

.pf-center-callout a {
    margin-top: 2.5rem;
}

.pf-faq-list {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.pf-faq {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.06);
}

.pf-faq[open] {
    border-color: rgba(37, 99, 235, 0.65);
    background: #ffffff;
    box-shadow: 0 30px 60px -15px rgba(37, 99, 235, 0.12);
}

.pf-faq summary {
    display: flex;
    min-height: 6rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}

.pf-faq summary::-webkit-details-marker {
    display: none;
}

.pf-faq-number {
    display: grid;
    flex: 0 0 3rem;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    color: #2563eb;
    background: #eff6ff;
    font-size: 1.125rem;
    font-weight: 900;
}

.pf-faq[open] .pf-faq-number {
    color: #ffffff;
    background: #2563eb;
}

.pf-faq summary h3 {
    flex: 1 1 auto;
    margin: 0;
    color: #0f172a;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.pf-faq-chevron-icon {
    position: relative;
    display: grid;
    flex: 0 0 2.5rem;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    color: #2563eb;
    background: #f8fafc;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: transform 0.45s ease, color 0.45s ease, background 0.45s ease;
}

.pf-faq-chevron-icon::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-0.1rem, -0.1rem);
}

.pf-faq[open] .pf-faq-chevron-icon {
    color: #ffffff;
    background: #2563eb;
    transform: rotate(180deg);
}

.pf-faq-answer-inner {
    margin: 0 1.5rem 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.75;
}

@keyframes pf-float {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(0.5deg);
    }
}

@keyframes pf-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.55;
        transform: scale(0.86);
    }
}

@media (max-width: 1024px) {
    .pf-section {
        padding: 4.25rem 0;
    }

    .pf-hero,
    .pf-callout-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pf-status-card {
        display: none;
    }

    .pf-portal-grid,
    .pf-compliance-grid {
        grid-template-columns: 1fr;
    }

    .pf-journey {
        gap: 1.5rem;
    }

    .pf-journey-track,
    .pf-step > i {
        display: none;
    }

    .pf-step {
        display: block;
    }
}

@media (max-width: 640px) {
    .pf-section {
        padding: 3.25rem 0;
    }

    .pf-container,
    .pf-container-narrow {
        width: min(100% - 1rem, 80rem);
    }

    .pf-kicker {
        justify-content: center;
        width: 100%;
        padding-inline: 0.9rem;
        font-size: 0.62rem;
        letter-spacing: 0.14em;
    }

    .pf-hero {
        margin-bottom: 3rem;
    }

    .pf-hero h1,
    .pf-section-header h2 {
        font-size: clamp(2.45rem, 13vw, 3.8rem);
    }

    .pf-section-header {
        margin-bottom: 3rem;
    }

    .pf-portal-card,
    .pf-compliance-card,
    .pf-step article {
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .pf-faq {
        border-radius: 2rem;
    }

    .pf-card-top {
        flex-direction: column;
        gap: 1rem;
    }

    .pf-card-top > span,
    .pf-meter strong {
        text-align: left;
    }

    .pf-meter div {
        flex-direction: column;
        gap: 0.35rem;
    }

    .pf-button,
    .pf-callout a,
    .pf-center-callout a {
        width: 100%;
        min-height: 3.6rem;
        white-space: normal;
    }

    .pf-callout,
    .pf-center-callout,
    .pf-notice {
        margin-top: 3.5rem;
        border-radius: 2rem;
        padding: 2rem 1.35rem;
    }

    .pf-notice,
    .pf-step article {
        flex-direction: column;
        align-items: flex-start;
    }

    .pf-notice {
        text-align: center;
        align-items: center;
    }

    .pf-faq summary {
        align-items: flex-start;
        gap: 1rem;
        padding: 1.25rem;
    }

    .pf-faq-number,
    .pf-faq-chevron-icon {
        width: 2.5rem;
        height: 2.5rem;
        flex-basis: 2.5rem;
        border-radius: 0.85rem;
    }

    .pf-faq summary h3 {
        font-size: clamp(1rem, 2vw, 1.125rem);
    }

    .pf-faq-answer-inner {
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
}

/* ---------------- Hero actions + proof row ---------------- */
.pf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.25rem;
}

.pf-button-inline {
    margin-top: 0;
}

.pf-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 2rem;
}

.pf-proof-row span {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    padding: 0.65rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #64748b;
    font-size: 0.78rem;
}

.pf-proof-row strong {
    color: #0f172a;
    font-weight: 900;
}

.pf-button-large {
    margin-top: 2rem;
    gap: 1rem;
    padding: 1.25rem 3rem;
    border-radius: 2.5rem;
    letter-spacing: 0.25em;
}

.pf-button-primary {
    color: #ffffff;
    background: #2563eb;
    box-shadow: 0 20px 35px -20px rgba(37, 99, 235, 0.5);
}

.pf-button-primary:hover {
    background: #1d4ed8;
}

/* ---------------- Photo band ---------------- */
.pf-photo-band {
    position: relative;
    width: 100%;
    min-height: 26rem;
    display: flex;
    align-items: flex-end;
    padding: 5rem 0;
    overflow: hidden;
    background: #0f172a;
}

.pf-photo-band-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.pf-photo-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.78));
}

.pf-photo-band-card {
    position: relative;
    z-index: 2;
}

.pf-photo-band-card span {
    display: block;
    margin-bottom: 0.7rem;
    color: #93c5fd;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pf-photo-band-card h2 {
    margin: 0 0 1rem;
    max-width: 42rem;
    color: #ffffff;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.pf-photo-band-card p {
    max-width: 38rem;
    margin: 0;
    color: rgba(219, 234, 254, 0.86);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

/* ---------------- Dark split (eligibility) ---------------- */
.pf-dark-section {
    background:
        radial-gradient(circle at 82% 0%, rgba(96, 165, 250, 0.2), transparent 28rem),
        linear-gradient(115deg, rgba(15, 23, 42, 0.97) 0%, rgba(24, 57, 109, 0.96) 45%, rgba(29, 78, 216, 0.92) 100%),
        url("https://intelmigration.com.au/wp-content/uploads/2026/06/photo-1474302770737-173ee21bab63.avif") center / cover no-repeat;
}

.pf-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.pf-kicker-dark {
    border-color: rgba(191, 219, 254, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #bfdbfe;
}

.pf-title-light {
    color: #ffffff !important;
}

.pf-accent-light {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: #60a5fa !important;
}

.pf-lead-light {
    color: rgba(219, 234, 254, 0.78);
}

.pf-dark-section .pf-compliance-card {
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 22px 60px rgba(15, 23, 42, 0.18);
}

.pf-dark-section .pf-compliance-card:hover {
    border-color: rgba(96, 165, 250, 0.5);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
}

.pf-dark-section .pf-compliance-card h3 {
    color: #ffffff;
    text-shadow: 0 1px 18px rgba(15, 23, 42, 0.18);
}

.pf-dark-section .pf-compliance-card p {
    color: rgba(219, 234, 254, 0.84);
}

.pf-dark-section .pf-compliance-card div > span {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.26), rgba(37, 99, 235, 0.18));
    color: #93c5fd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* ---------------- Resources + risks ---------------- */
.pf-resource-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

.pf-resource-card {
    padding: 2.5rem;
    border: 1px solid #f1f5f9;
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
}

.pf-title-card {
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.pf-link-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.pf-resource-link {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.35rem 1rem;
    min-height: 4.35rem;
    padding: 0.95rem 1.25rem;
    border: 1px solid #dbeafe;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.96));
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.pf-resource-link:hover {
    border-color: #93c5fd;
    background: #ffffff;
    box-shadow: 0 22px 46px rgba(37, 99, 235, 0.16);
}

.pf-resource-link small {
    display: block;
    color: #2563eb;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.pf-resource-link strong {
    display: block;
    margin-top: 0.3rem;
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.2;
}

.pf-resource-link i {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.85rem;
    background: #2563eb;
    color: #ffffff;
    font-style: normal;
    font-size: 1rem;
}

.pf-risk-card {
    padding: 2.5rem;
    border-radius: 3rem;
    background: #0f172a;
}

.pf-risk-photo {
    position: relative;
    height: 11rem;
    margin: -2.5rem -2.5rem 1.75rem;
    overflow: hidden;
    border-radius: 3rem 3rem 0 0;
}

.pf-risk-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.pf-risk-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.85));
}

.pf-risk-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.pf-risk-list {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.pf-risk-list li {
    position: relative;
    margin: 0;
    padding-left: 1.4rem;
    color: rgba(219, 234, 254, 0.82);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
}

.pf-risk-list li::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #60a5fa;
}

/* ---------------- Final CTA ---------------- */
.pf-final-section {
    position: relative;
    width: 100%;
    padding: 6rem 0;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.2), transparent 28rem), #0f172a;
}

.pf-final-card {
    position: relative;
    max-width: 56rem;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(191, 219, 254, 0.16);
    border-radius: 2.5rem;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.95), rgba(15, 23, 42, 0.98));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.pf-final-card span {
    display: block;
    margin-bottom: 0.9rem;
    color: #bfdbfe;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pf-final-card h2 {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.pf-final-card p {
    max-width: 44rem;
    margin: 0 auto;
    color: rgba(219, 234, 254, 0.82);
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.7;
}

.pf-final-card .pf-button {
    background: #ffffff;
    color: #1d4ed8;
}

.pf-final-card .pf-button:hover {
    background: #f8fafc;
    color: #1d4ed8;
}

@media (min-width: 1024px) {
    .pf-split {
        grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
        align-items: center;
        gap: clamp(2rem, 4vw, 4rem);
    }

    .pf-resource-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .pf-hero-actions,
    .pf-proof-row {
        justify-content: center;
    }

    .pf-photo-band {
        min-height: 22rem;
        padding: 3.5rem 0;
    }

    .pf-resource-card,
    .pf-risk-card {
        padding: 1.5rem;
        border-radius: 1.75rem;
    }

    .pf-risk-photo {
        margin: -1.5rem -1.5rem 1.5rem;
        border-radius: 1.75rem 1.75rem 0 0;
    }

    .pf-final-card {
        border-radius: 1.75rem;
    }
}

/* Services hero title treatment - exact Our Services copy */
.pf-hero h1 {
  margin: 0;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(3rem, 7vw, 5.75rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  text-align: left !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.pf-hero h1 span,
.pf-hero h1 em {
  color: transparent !important;
  font-size: 1em !important;
  font-style: italic !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 55%, #60a5fa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

@media (max-width: 680px) {
  .pf-hero h1 {
    font-size: clamp(2rem, 11vw, 2.85rem) !important;
  }
}

@media (max-width: 1024px) {
  .pf-hero > :first-child {
    text-align: center;
  }

  .pf-hero h1 {
    text-align: center !important;
  }

  .pf-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .pf-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .pf-hero-actions,
  .pf-proof-row {
    justify-content: center;
  }
}
