:root {
    --ncia-red: #E1251B;
    --ncia-red-dark: #A61B14;
    --ncia-navy: #0B1F33;
    --ncia-navy-soft: #12324F;
    --ncia-charcoal: #2E2E2E;
    --ncia-gray: #6E747A;
    --ncia-off-white: #F7F5F2;
    --ncia-white: #FFFFFF;
    --ncia-line: rgba(11, 31, 51, 0.12);
    --ncia-shadow: rgba(11, 31, 51, 0.12);
    --ncia-crimson-pulse: var(--ncia-red);
    --ncia-burnt-red: var(--ncia-red-dark);
    --ncia-soft-pearl: var(--ncia-off-white);
    --ncia-smoky-gray: var(--ncia-gray);
    --ncia-carbon-black: var(--ncia-charcoal);
    --ncia-surface-white: var(--ncia-white);
    --ncia-surface-muted: #ECE8E2;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    min-height: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img,
picture,
video,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
    background: var(--ncia-off-white);
    color: var(--ncia-charcoal);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

body.client-portal-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.serif-text {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--ncia-navy);
}

a {
    color: var(--ncia-red);
}

a:hover {
    color: var(--ncia-red-dark);
}

.bg-white {
    background-color: var(--ncia-white) !important;
}

.bg-navy {
    background-color: var(--ncia-navy);
}

.bg-navy .section-title {
    color: #fff;
}

.section-muted {
    background-color: var(--ncia-off-white);
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.red-accent,
.text-brand-red {
    color: var(--ncia-red);
}

.gold-accent {
    color: var(--ncia-navy);
}

.eyebrow {
    display: none;
    margin: 0 0 0.8rem;
    color: var(--ncia-red);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow-on-dark {
    color: #FF6B63;
}

.section-padding {
    padding: 7rem 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.section-title {
    margin: 0 0 1rem;
    font-size: 2.7rem;
    line-height: 1.15;
}

.section-lead {
    color: var(--ncia-gray);
    font-size: 1.08rem;
    line-height: 1.85;
}

.navbar {
    padding: 1.2rem 0;
    background-color: transparent;
    transition: background-color 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
    border-bottom: 1px solid transparent;
}

.navbar.scrolled {
    padding: 0.7rem 0;
    background-color: rgba(11, 31, 51, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: 0;
    max-width: 210px;
}

.navbar-logo {
    display: block;
    width: auto;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(225, 37, 27, 0.24);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff !important;
    transform: translateY(-1px);
}

.dropdown-menu {
    padding: 0.55rem;
    border: 1px solid rgba(11, 31, 51, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(11, 31, 51, 0.14);
}

.dropdown-item {
    border-radius: 6px;
    color: var(--ncia-navy);
    font-size: 0.9rem;
    padding: 0.6rem 0.75rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(225, 37, 27, 0.08);
    color: var(--ncia-red);
}

.nav-item-cta {
    margin-left: 0.75rem;
}

.btn-nav-cta,
.btn-premium,
.btn-outline-navy,
.btn-ghost-light,
.btn-light-cta,
.btn-footer-portal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    padding: 0.72rem 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-premium,
.btn-nav-cta {
    border: 1px solid var(--ncia-red);
    background: var(--ncia-red);
    color: #fff;
    box-shadow: 0 14px 30px rgba(225, 37, 27, 0.22);
}

.btn-premium:hover,
.btn-nav-cta:hover {
    background: var(--ncia-red-dark);
    border-color: var(--ncia-red-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(166, 27, 20, 0.26);
}

.btn-nav-cta {
    min-height: 38px;
    padding: 0.58rem 1rem;
    font-size: 0.86rem;
}

.btn-outline-navy {
    border: 1px solid rgba(11, 31, 51, 0.22);
    background: transparent;
    color: var(--ncia-navy);
}

.btn-outline-navy:hover {
    border-color: var(--ncia-navy);
    background: var(--ncia-navy);
    color: #fff;
}

.btn-ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.btn-ghost-light:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-2px);
}

.btn-light-cta {
    background: #fff;
    border: 1px solid #fff;
    color: var(--ncia-red);
}

.btn-light-cta:hover {
    background: var(--ncia-navy);
    border-color: var(--ncia-navy);
    color: #fff;
}

.btn-footer-portal {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.9);
}

.btn-footer-portal:hover {
    border-color: #fff;
    color: #fff;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 720px;
    padding: 8rem 0 5rem;
    overflow: hidden;
    background: var(--ncia-navy);
}

.home-hero {
    min-height: 860px;
    padding: 10rem 0 6rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        var(--hero-image, url("../img/makati_skyline.png"));
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.home-hero .hero-bg {
    background: #000;
    transform: none;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.36) 46%, rgba(0, 0, 0, 0.08) 100%),
        var(--hero-slide-image, url("../img/makati_skyline.png"));
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: opacity 1.1s ease;
    will-change: opacity;
}

.hero-bg-slide.is-active {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg-slide {
        transition: none;
    }
}

.hero-corporate .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/Corporate.png");
}

.hero-benefits .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/hmo.png");
}

.hero-private .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/VVIP.png");
}

.hero-travel .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/travellife.png");
}

.hero-claims .hero-bg,
.hero-insights .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/clientportal.png");
}

.hero-industries .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/Boardroom.png");
}

.hero-about .hero-bg {
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.94) 0%, rgba(11, 31, 51, 0.78) 48%, rgba(11, 31, 51, 0.42) 100%),
        url("../img/Boardroom.png");
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

body.is-loaded .hero-content {
    animation: heroIn 0.75s ease both;
}

@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-tagline {
    color: #fff;
    font-size: 4.15rem;
    line-height: 1.05;
    margin-bottom: 1.4rem;
    max-width: 760px;
}

.hero-tagline span {
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
}

.hero-sub {
    max-width: 760px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.16rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.credibility-bar {
    background: var(--ncia-navy);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.credibility-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.credibility-grid > div {
    padding: 1.35rem 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.credibility-grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.credibility-grid strong,
.credibility-grid span {
    display: block;
}

.credibility-grid strong {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.45rem;
    color: #fff;
}

.credibility-grid span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
}

.problem-list {
    display: grid;
    gap: 1rem;
}

.problem-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 1rem;
    padding: 1.2rem;
    background: var(--ncia-off-white);
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.problem-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ncia-navy);
    color: #fff;
    font-weight: 700;
    font-size: 0.84rem;
}

.problem-item p {
    margin: 0;
    color: var(--ncia-charcoal);
    font-weight: 600;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.trust-card {
    min-height: 260px;
    padding: 2rem;
    background: #fff;
}

.trust-card h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.trust-card p {
    margin: 0;
    color: var(--ncia-gray);
}

.reality-panel {
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid var(--ncia-line);
    background: var(--ncia-off-white);
}

.reality-panel > p {
    margin: 0 0 1rem;
    color: var(--ncia-gray);
}

.reality-list {
    display: grid;
    gap: 0.85rem;
}

.reality-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 8px;
    background: #fff;
}

.reality-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(225, 37, 27, 0.08);
    color: var(--ncia-red);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.reality-item strong {
    color: var(--ncia-navy);
    font-size: 1rem;
}

.model-card,
.division-card,
.proof-card,
.trust-card,
.surface-panel,
.surface-panel-contrast,
.blog-card,
.industry-detail,
.claims-panel,
.metric-card,
.pillar-card {
    border-radius: 8px;
    border: 1px solid var(--ncia-line);
    box-shadow: 0 12px 28px rgba(11, 31, 51, 0.06);
}

.model-card {
    height: 100%;
    padding: 2rem;
    background: #fff;
}

.model-card__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    gap: 0.9rem;
}

.model-card__number {
    align-self: flex-start;
    color: var(--ncia-red);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.model-card__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(225, 37, 27, 0.18);
    border-radius: 8px;
    background: rgba(225, 37, 27, 0.06);
    color: var(--ncia-red);
}

.model-card__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.model-card h3 {
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.model-card p,
.division-card p,
.proof-card p {
    color: var(--ncia-gray);
    margin-bottom: 0;
}

.proof-card {
    height: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.proof-card span {
    display: block;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.proof-card strong {
    display: block;
    margin-bottom: 0.8rem;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 3.1rem;
    line-height: 1;
}

.proof-card p {
    color: rgba(255, 255, 255, 0.76);
}

.division-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.25rem;
    background: #fff;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.division-card:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 37, 27, 0.28);
    box-shadow: 0 18px 36px rgba(11, 31, 51, 0.11);
}

.division-card h3 {
    min-height: 4.25rem;
    margin-bottom: 0.9rem;
    font-size: 1.28rem;
    line-height: 1.25;
}

.card-photo,
.section-photo,
.blog-image,
.client-portal-popup__media {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-photo {
    height: 150px;
    margin-bottom: 1.25rem;
    border-radius: 6px;
}

.card-photo-corporate {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.18), rgba(225, 37, 27, 0.06)),
        url("../img/Corporate.png");
}

.card-photo-benefits {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.14), rgba(225, 37, 27, 0.06)),
        url("../img/hmo.png");
}

.card-photo-private {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.14), rgba(225, 37, 27, 0.06)),
        url("../img/VVIP.png");
}

.card-photo-travel {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.14), rgba(225, 37, 27, 0.06)),
        url("../img/travellife.png");
}

.division-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 1.25rem;
    color: var(--ncia-red);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.division-link::after {
    content: ">";
    transition: transform 0.2s ease;
}

.division-link:hover::after {
    transform: translateX(3px);
}

.industry-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.industry-strip a {
    display: flex;
    align-items: center;
    min-height: 108px;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
    color: var(--ncia-navy);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.08rem;
    line-height: 1.25;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.industry-strip a:hover {
    transform: translateY(-3px);
    border-color: rgba(225, 37, 27, 0.3);
    color: var(--ncia-red);
}

.section-photo {
    min-height: 420px;
    border-radius: 8px;
    border: 1px solid var(--ncia-line);
    box-shadow: 0 18px 38px rgba(11, 31, 51, 0.12);
}

.section-photo-story {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.16), rgba(225, 37, 27, 0.05)),
        url("../img/Boardroom.png");
    background-position: center 42%;
}

.section-photo-foundation {
    min-height: 0;
    aspect-ratio: 1080 / 525;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-history-section {
    border-top: 1px solid rgba(11, 31, 51, 0.08);
    border-bottom: 1px solid rgba(11, 31, 51, 0.08);
}

.about-history-copy {
    max-width: 780px;
    color: var(--ncia-gray);
    font-size: 1.02rem;
    line-height: 1.85;
}

.about-history-copy p {
    margin: 0 0 1.15rem;
}

.about-history-copy p:first-child {
    color: var(--ncia-charcoal);
    font-size: 1.08rem;
}

.about-history-copy p:first-child > strong:first-child {
    color: var(--ncia-red);
}

.about-history-copy p:last-child {
    margin-bottom: 0;
}

.about-photo-stack {
    display: grid;
    gap: 1rem;
}

.about-photo-stack img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--ncia-line);
    box-shadow: 0 18px 38px rgba(11, 31, 51, 0.12);
}

.about-photo-main {
    aspect-ratio: 16 / 9;
    object-position: center;
}

.about-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-photo-grid img {
    aspect-ratio: 4 / 3;
}

.about-memory-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.about-memory-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--ncia-line);
    box-shadow: 0 14px 30px rgba(11, 31, 51, 0.1);
}

.about-mission-panel {
    margin-top: 1.35rem;
    padding: 1.6rem;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
    background: var(--ncia-off-white);
}

.about-mission-panel h3 {
    margin: 0 0 1rem;
    font-size: 1.45rem;
}

.about-mission-panel ul {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-mission-panel li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--ncia-gray);
    line-height: 1.65;
}

.about-mission-panel li::before {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--ncia-red);
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.story-grid div {
    padding: 1.1rem;
    background: var(--ncia-off-white);
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.story-grid strong,
.story-grid span {
    display: block;
}

.story-grid strong {
    color: var(--ncia-navy);
    font-weight: 700;
}

.story-grid span {
    color: var(--ncia-gray);
    font-size: 0.92rem;
}

.legacy-timeline {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.legacy-item {
    position: relative;
    padding: 1.15rem 1.25rem 1.15rem 4.25rem;
    background: var(--ncia-off-white);
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.legacy-item::before {
    content: "";
    position: absolute;
    left: 2.15rem;
    top: 3.7rem;
    bottom: -1rem;
    width: 1px;
    background: rgba(11, 31, 51, 0.14);
}

.legacy-item:last-child::before {
    display: none;
}

.legacy-item span {
    position: absolute;
    top: 1.15rem;
    left: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--ncia-red);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.legacy-item strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--ncia-navy);
    font-size: 1rem;
}

.legacy-item p {
    margin: 0;
    color: var(--ncia-gray);
    font-size: 0.94rem;
}

.insight-tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
    color: var(--ncia-navy);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.insight-tile:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 37, 27, 0.3);
    box-shadow: 0 18px 36px rgba(11, 31, 51, 0.1);
}

.insight-tile span {
    color: var(--ncia-red);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.insight-tile strong {
    color: var(--ncia-navy);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.18rem;
    line-height: 1.3;
}

.faq-chat {
    display: grid;
    gap: 1rem;
    padding: 0.25rem 0;
}

.faq-message {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
    transform-origin: left bottom;
}

.faq-chat.is-faq-animated .faq-message {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
}

.faq-chat.is-faq-animated .faq-message.is-faq-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.32s ease, transform 0.36s cubic-bezier(0.2, 0.9, 0.28, 1.18);
}

.faq-message-question {
    flex-direction: row-reverse;
    transform-origin: right bottom;
}

.faq-message[hidden],
.faq-typing[hidden] {
    display: none !important;
}

.faq-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex: 0 0 42px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.faq-message-question .faq-avatar {
    background: var(--ncia-red);
    color: #fff;
    box-shadow: 0 12px 24px rgba(225, 37, 27, 0.22);
}

.faq-message-answer .faq-avatar,
.faq-typing .faq-avatar {
    background: var(--ncia-navy);
    color: #fff;
    box-shadow: 0 12px 24px rgba(11, 31, 51, 0.16);
}

.faq-bubble {
    position: relative;
    width: min(100%, 690px);
    padding: 1.15rem 1.3rem;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(11, 31, 51, 0.08);
}

.faq-bubble::after {
    content: "";
    position: absolute;
    bottom: 18px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
}

.faq-message-question .faq-bubble {
    background: var(--ncia-navy);
    color: #fff;
}

.faq-message-question .faq-bubble::after {
    right: -6px;
    background: var(--ncia-navy);
}

.faq-message-answer .faq-bubble,
.faq-typing .faq-bubble {
    border: 1px solid var(--ncia-line);
    background: var(--ncia-off-white);
}

.faq-message-answer .faq-bubble::after,
.faq-typing .faq-bubble::after {
    left: -6px;
    border-bottom: 1px solid var(--ncia-line);
    border-left: 1px solid var(--ncia-line);
    background: var(--ncia-off-white);
}

.faq-bubble span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.faq-message-question .faq-bubble span {
    color: #FF6B63;
}

.faq-message-answer .faq-bubble span {
    color: var(--ncia-red);
}

.faq-bubble p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
}

.faq-message-question .faq-bubble p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.faq-message-answer .faq-bubble p {
    color: var(--ncia-gray);
}

.faq-typing {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
    opacity: 0;
    transform: translateY(12px);
}

.faq-typing.is-faq-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.faq-typing .faq-bubble {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    width: auto;
    min-width: 74px;
    min-height: 46px;
    padding: 0.9rem 1rem;
}

.faq-typing-dot {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(11, 31, 51, 0.42);
    animation: faqTypingPulse 0.92s ease-in-out infinite;
}

.faq-typing-dot:nth-child(2) {
    animation-delay: 0.14s;
}

.faq-typing-dot:nth-child(3) {
    animation-delay: 0.28s;
}

@keyframes faqTypingPulse {
    0%,
    70%,
    100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    35% {
        opacity: 1;
        transform: translateY(-4px);
    }
}

.accordion-item {
    margin-bottom: 0.8rem;
    border: 0;
    background: transparent;
}

.accordion-button {
    padding: 1.15rem 1.35rem;
    background: #fff;
    border: 1px solid var(--ncia-line);
    border-radius: 8px !important;
    color: var(--ncia-navy);
    font-weight: 700;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: var(--ncia-off-white);
    border-color: rgba(225, 37, 27, 0.3);
    color: var(--ncia-red);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--ncia-red);
    box-shadow: 0 0 0 0.2rem rgba(225, 37, 27, 0.13);
}

.accordion-body {
    padding: 1.35rem;
    color: var(--ncia-gray);
    line-height: 1.8;
}

.contact-section {
    background: var(--ncia-off-white);
}

.contact-details {
    margin-top: 2rem;
    color: var(--ncia-gray);
}

.contact-details strong {
    color: var(--ncia-navy);
}

.contact-form {
    position: relative;
    padding: 2rem;
    background: #fff;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(11, 31, 51, 0.1);
}

.contact-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.form-control,
.form-control-lg {
    border: 1px solid rgba(11, 31, 51, 0.16);
    border-radius: 6px;
    background-color: #fff;
    color: var(--ncia-charcoal);
    font-size: 1rem;
    padding: 0.85rem 1rem;
}

.form-control:focus,
.form-control-lg:focus {
    border-color: var(--ncia-red);
    box-shadow: 0 0 0 0.2rem rgba(225, 37, 27, 0.12);
}

.form-control::placeholder {
    color: rgba(110, 116, 122, 0.78);
}

.form-note {
    margin: 1rem 0 0;
    color: var(--ncia-gray);
    font-size: 0.86rem;
    text-align: center;
}

.final-cta {
    padding: 4rem 0;
    background: var(--ncia-red);
    color: #fff;
}

.final-cta h2 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 2.2rem;
}

.final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.client-portal-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.client-portal-popup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.client-portal-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 31, 51, 0.76);
    backdrop-filter: blur(8px);
}

.client-portal-popup__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    width: min(100%, 900px);
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(20px);
    transition: transform 0.25s ease;
}

.client-portal-popup.is-visible .client-portal-popup__dialog {
    transform: translateY(0);
}

.client-portal-popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--ncia-navy);
    font-size: 1.5rem;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(11, 31, 51, 0.14);
}

.client-portal-popup__media {
    min-height: 420px;
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.2), rgba(225, 37, 27, 0.08)),
        url("../img/LionClientPortal2.png");
}

.client-portal-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem;
}

.client-portal-popup__title {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.client-portal-popup__logo {
    display: block;
    width: min(100%, 360px);
    height: auto;
}

.client-portal-popup__text {
    max-width: 34rem;
    margin-bottom: 1.5rem;
    color: var(--ncia-gray);
}

.client-portal-popup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.surface-panel,
.surface-panel-contrast {
    padding: 2rem;
    background: #fff;
}

.surface-panel-contrast {
    background: var(--ncia-navy);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.surface-panel-contrast h2,
.surface-panel-contrast h3,
.surface-panel-contrast h4,
.surface-panel-contrast h5,
.surface-panel-contrast strong {
    color: #fff;
}

.surface-panel-contrast .text-muted,
.surface-panel-contrast p {
    color: rgba(255, 255, 255, 0.74) !important;
}

.surface-panel-contrast .content-list li {
    border-left-color: #FF6B63;
}

.surface-panel-contrast .content-list strong {
    color: #fff;
}

.service-hero {
    min-height: 600px;
}

.service-kicker {
    display: none;
    margin-bottom: 1rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(225, 37, 27, 0.1);
    color: var(--ncia-red);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.content-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-list li {
    padding-left: 1.1rem;
    border-left: 3px solid var(--ncia-red);
}

.content-list strong {
    display: block;
    color: var(--ncia-navy);
}

.content-list span {
    color: var(--ncia-gray);
}

.process-list {
    display: grid;
    gap: 1rem;
}

.process-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 1rem;
}

.process-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ncia-red);
    color: #fff;
    font-weight: 700;
}

.process-item h4 {
    margin: 0 0 0.25rem;
    font-size: 1.08rem;
}

.process-item p {
    margin: 0;
    color: var(--ncia-gray);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card {
    padding: 1.4rem;
    background: #fff;
}

.metric-card strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--ncia-red);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.metric-card span {
    color: var(--ncia-gray);
    font-size: 0.92rem;
}

.industry-detail {
    padding: 2rem;
    background: #fff;
}

.industry-detail + .industry-detail {
    margin-top: 1.25rem;
}

.industry-detail h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.industry-detail h3 {
    margin-top: 1.5rem;
    font-size: 1.1rem;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0;
    margin: 1rem 0 0;
    list-style: none;
}

.tag-list li {
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(11, 31, 51, 0.12);
    border-radius: 999px;
    background: var(--ncia-off-white);
    color: var(--ncia-navy);
    font-size: 0.86rem;
    font-weight: 700;
}

.claims-panel {
    padding: 2rem;
    background: #fff;
}

.claim-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--ncia-line);
}

.claim-step:last-child {
    border-bottom: 0;
}

.claim-step span {
    color: var(--ncia-red);
    font-weight: 700;
    letter-spacing: 0.12em;
}

.claim-step h3 {
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
}

.claim-step p {
    margin: 0;
    color: var(--ncia-gray);
}

.payments-page {
    background: #fff;
}

.payments-page .navbar,
.payments-page .navbar.scrolled {
    background-color: rgba(11, 31, 51, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.web-payments-main {
    padding: 7rem 0 4.5rem;
    background: #fff;
    color: #00142a;
}

.web-payments-board {
    width: min(100%, 825px);
    margin: 0 auto;
}

.payment-qr-grid {
    display: grid;
    grid-template-columns: repeat(4, 186px);
    justify-content: center;
    gap: 20px;
}

.payment-qr-card {
    min-height: 265px;
    padding: 14px 16px 16px;
    border: 1px solid #d8dde4;
    border-radius: 4px;
    background: #f8fafc;
    text-align: center;
}

.payment-wallet-logo {
    display: block;
    width: 128px;
    max-width: 100%;
    height: 40px;
    margin: 0 auto 7px;
    object-fit: contain;
}

.payment-qr-image {
    display: block;
    width: 152px;
    max-width: 100%;
    height: 152px;
    object-fit: contain;
    filter: blur(5px);
    transform: scale(1.01);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.payment-qr-reveal {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    max-width: 100%;
    height: 152px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.payment-qr-reveal:focus-visible {
    outline: 3px solid rgba(225, 37, 27, 0.45);
    outline-offset: 4px;
}

.payment-qr-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.78);
    color: #00142a;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.payment-qr-reveal.is-revealed {
    cursor: default;
}

.payment-qr-reveal.is-revealed .payment-qr-image {
    filter: blur(0);
    transform: scale(1);
}

.payment-qr-reveal.is-revealed .payment-qr-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.payment-qr-card p {
    margin: 0.75rem 0 0;
    color: #00142a;
    font-size: 0.66rem;
    font-weight: 500;
    line-height: 1.55;
}

.payment-bank-section {
    margin-top: 2.5rem;
}

.payment-bank-section h2 {
    margin: 0 0 2rem;
    color: #00142a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.payment-option-panel {
    display: grid;
    align-items: center;
    gap: 1.4rem;
    border: 1px solid #d8dde4;
    background: #fbfcfe;
}

.payment-bills-panel {
    grid-template-columns: 1.05fr 1fr 1.15fr;
    min-height: 168px;
    padding: 1.55rem 2rem;
}

.payment-deposit-panel {
    grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
    min-height: 100px;
    margin-top: 1.9rem;
    padding: 1.2rem 1.5rem;
}

.payment-panel-copy,
.payment-bank-option,
.payment-deposit-option {
    text-align: center;
}

.payment-panel-copy h3 {
    margin: 0 0 1.35rem;
    color: #00142a;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1.35;
}

.payment-deposit-panel .payment-panel-copy h3 {
    margin-bottom: 1.05rem;
}

.payment-panel-copy p,
.payment-bank-option p,
.payment-deposit-option p {
    margin: 0;
    color: #00142a;
    font-size: 0.65rem;
    line-height: 1.55;
}

.payment-panel-copy p {
    font-style: italic;
}

.payment-panel-copy p span {
    display: block;
    margin-bottom: 0.25rem;
}

.payment-bank-logo,
.payment-deposit-logo {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.payment-bank-logo {
    height: 62px;
    margin: 0 auto 0.85rem;
}

.payment-bank-logo-aub {
    width: 190px;
}

.payment-bank-logo-lbp {
    width: 210px;
}

.payment-deposit-logo {
    width: 108px;
    height: 38px;
    margin: 0 auto 0.4rem;
}

.payment-proof-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.22rem;
    margin-top: 2.65rem;
    text-align: center;
}

.payment-proof-section p {
    margin: 0 0 0.15rem;
    color: #00142a;
    font-size: 0.68rem;
    line-height: 1.45;
}

.payment-proof-section a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #00142a;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.payment-proof-section a:hover {
    color: var(--ncia-red);
}

.payment-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.payment-contact-icon-phone {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    background: #00142a;
    color: #fff;
    font-size: 0.72rem;
}

.payment-contact-icon-mail {
    width: 19px;
    height: 17px;
    color: #00142a;
    font-size: 1.05rem;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 37, 27, 0.28);
    box-shadow: 0 18px 36px rgba(11, 31, 51, 0.1);
}

.blog-image {
    height: 180px;
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.18), rgba(225, 37, 27, 0.07)),
        url("../img/Corporate.png");
}

.blog-image-large {
    height: 320px;
    border-radius: 8px;
}

.blog-image-claims {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.16), rgba(225, 37, 27, 0.07)),
        url("../img/clientportal.png");
}

.blog-image-benefits {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.14), rgba(225, 37, 27, 0.06)),
        url("../img/hmo.png");
}

.blog-image-risk {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.14), rgba(225, 37, 27, 0.06)),
        url("../img/property.png");
}

.blog-image-private {
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.14), rgba(225, 37, 27, 0.06)),
        url("../img/VVIP.png");
}

.blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
}

.blog-date {
    margin-bottom: 0.55rem;
    color: var(--ncia-gray);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-content h3,
.blog-content h4 {
    font-size: 1.22rem;
    line-height: 1.3;
}

.blog-link {
    margin-top: auto;
    color: var(--ncia-red);
    font-weight: 700;
    text-decoration: none;
}

.pillar-card {
    height: 100%;
    padding: 1.5rem;
    background: #fff;
}

#claims,
#cost-control,
#risk-management,
#executive-protection,
#manufacturing,
#real-estate,
#logistics,
#family-business,
#professional-services {
    scroll-margin-top: 110px;
}

.pillar-card h3 {
    font-size: 1.25rem;
}

.pillar-card ul {
    margin: 1rem 0 0;
    padding-left: 1rem;
    color: var(--ncia-gray);
}

.article-page {
    background: var(--ncia-white);
}

.article-body {
    color: var(--ncia-charcoal);
}

.article-lead {
    color: var(--ncia-navy);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8;
}

.article-body h2 {
    margin: 2.5rem 0 1rem;
    font-size: 1.75rem;
}

.article-body h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.article-body p {
    color: var(--ncia-gray);
}

.article-summary {
    position: sticky;
    top: 110px;
    padding: 1.5rem;
    background: var(--ncia-off-white);
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.article-summary span {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--ncia-gray);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-summary h2 {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.article-summary p,
.article-summary li {
    color: var(--ncia-gray);
}

.article-summary ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.article-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0 2rem;
}

.article-compare-grid > div,
.breath-panel {
    padding: 1.5rem;
    background: var(--ncia-off-white);
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.article-table-wrap {
    overflow-x: auto;
    margin: 1.25rem 0 0.7rem;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.article-cost-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.article-cost-table th,
.article-cost-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--ncia-line);
    text-align: left;
}

.article-cost-table th {
    background: var(--ncia-navy);
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-cost-table tr:last-child td {
    border-bottom: 0;
}

.article-note {
    font-size: 0.92rem;
}

.breath-panel {
    margin: 2rem 0;
}

.breath-panel h2 {
    margin-top: 0;
}

.breath-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.breath-grid div {
    min-height: 112px;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
}

.breath-grid strong,
.breath-grid span {
    display: block;
}

.breath-grid strong {
    color: var(--ncia-red);
    font-size: 1.8rem;
    line-height: 1;
}

.breath-grid span {
    margin-top: 0.55rem;
    color: var(--ncia-navy);
    font-weight: 700;
    line-height: 1.35;
}

.insights-magazine-page {
    background: #F4F4F2;
    color: #151515;
    overflow-x: hidden;
}

.insights-magazine-page .navbar {
    z-index: 30;
}

.insights-mag-hero {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #08090A;
}

.insights-mag-hero__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 8.8rem 0 4.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.insights-mag-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.insights-mag-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.76) 36%, rgba(0, 0, 0, 0.22) 100%),
        var(--insights-hero-image);
    background-position: center;
    background-size: cover;
    transform: scale(1.01);
}

.insights-mag-hero .container {
    position: relative;
    z-index: 1;
}

.insights-mag-hero__content {
    max-width: 720px;
}

.insights-mag-kickers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.insights-mag-kickers span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0.32rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
}

.insights-mag-kickers span + span {
    border-color: rgba(225, 37, 27, 0.72);
    background: rgba(225, 37, 27, 0.78);
}

.insights-mag-hero__title {
    max-width: 640px;
    margin: 0 0 1rem;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.04;
    overflow-wrap: break-word;
}

.insights-mag-hero__summary {
    max-width: 560px;
    margin: 0 0 1.4rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.65;
}

.insights-mag-read-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.insights-mag-read-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--ncia-red);
    color: #fff;
    line-height: 1;
}

.insights-mag-read-link small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
}

.insights-mag-read-link:hover {
    color: #fff;
}

.insights-mag-hero__controls {
    position: absolute !important;
    left: 50%;
    bottom: 1.4rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transform: translateX(-50%);
}

.insights-mag-hero__control,
.insights-mag-hero__dots button {
    border: 0;
    color: #fff;
    cursor: pointer;
}

.insights-mag-hero__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    transition: background 0.2s ease, transform 0.2s ease;
}

.insights-mag-hero__control span {
    font-size: 2rem;
    line-height: 1;
}

.insights-mag-hero__control:hover,
.insights-mag-hero__control:focus-visible {
    background: var(--ncia-red);
    transform: translateY(-1px);
}

.insights-mag-hero__dots {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.insights-mag-hero__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    transition: width 0.2s ease, background 0.2s ease;
}

.insights-mag-hero__dots button.is-active {
    width: 26px;
    border-radius: 999px;
    background: var(--ncia-red);
}

.insights-mag-hero__control:focus-visible,
.insights-mag-hero__dots button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.55);
    outline-offset: 3px;
}

.insights-mag-main {
    background: #F4F4F2;
}

.insights-mag-featured,
.insights-mag-categories {
    padding: 3.4rem 0;
    background: #F4F4F2;
}

.insights-mag-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.insights-mag-section-head h2 {
    position: relative;
    margin: 0;
    padding-left: 0.85rem;
    color: #151515;
    font-size: 1.05rem;
    line-height: 1.2;
}

.insights-mag-section-head h2::before {
    content: "";
    position: absolute;
    top: 0.06rem;
    bottom: 0.06rem;
    left: 0;
    width: 3px;
    border-radius: 999px;
    background: var(--ncia-red);
}

.insights-mag-section-head--left {
    justify-content: flex-start;
}

.insights-mag-slider-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
}

.insights-mag-slider-dots::before,
.insights-mag-slider-dots::after {
    color: #7E848A;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.insights-mag-slider-dots::before {
    content: "<";
}

.insights-mag-slider-dots::after {
    content: ">";
    color: #151515;
}

.insights-mag-slider-dots span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #B9B9B6;
}

.insights-mag-slider-dots span:first-child {
    background: var(--ncia-red);
}

.insights-mag-topic-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.1rem;
}

.insights-mag-topic-card {
    position: relative;
    display: flex;
    min-height: 218px;
    overflow: hidden;
    align-items: flex-end;
    padding: 0.9rem;
    border-radius: 8px;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0.86) 100%),
        var(--insights-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.insights-mag-topic-card:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(11, 31, 51, 0.16);
}

.insights-mag-topic-card span {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.26rem 0.48rem;
    border-radius: 999px;
    background: rgba(11, 31, 51, 0.58);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1.1;
}

.insights-mag-topic-card strong {
    display: block;
    color: #fff;
    font-size: 0.86rem;
    line-height: 1.16;
}

.insights-mag-latest {
    padding: 4.3rem 0;
    background: #fff;
}

.insights-mag-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 4rem;
    align-items: start;
}

.insights-mag-latest-list {
    display: grid;
    gap: 2rem;
}

.insights-mag-latest-item {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
}

.insights-mag-latest-item > div {
    min-width: 0;
}

.insights-mag-latest-image {
    display: block;
    width: 160px;
    height: 150px;
    border-radius: 8px;
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.1), rgba(225, 37, 27, 0.04)),
        var(--insights-image);
    background-position: center;
    background-size: cover;
    box-shadow: 0 12px 24px rgba(11, 31, 51, 0.12);
}

.insights-mag-latest-item h3 {
    margin: 0 0 0.5rem;
    font-size: 1.34rem;
    line-height: 1.22;
    overflow-wrap: break-word;
}

.insights-mag-latest-item h3 a {
    color: #151515;
    text-decoration: none;
}

.insights-mag-latest-item h3 a:hover {
    color: var(--ncia-red);
}

.insights-mag-latest-item p {
    margin: 0 0 0.7rem;
    color: #5E6267;
    font-size: 0.88rem;
    line-height: 1.55;
}

.insights-mag-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.insights-mag-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0.24rem 0.55rem;
    border-radius: 999px;
    background: var(--ncia-red);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
}

.insights-mag-meta small {
    color: #8A8D91;
    font-size: 0.72rem;
    font-weight: 700;
}

.insights-mag-load-wrap {
    margin-top: 2.5rem;
    text-align: center;
}

.insights-mag-load {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 38px;
    border: 1px solid var(--ncia-red);
    border-radius: 999px;
    color: var(--ncia-red);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.insights-mag-load:hover {
    background: var(--ncia-red);
    color: #fff;
}

.insights-mag-sidebar {
    display: grid;
    gap: 1.8rem;
}

.insights-mag-trending,
.insights-mag-popular {
    padding: 1.6rem;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 8px;
    background: #F1F1EF;
    box-shadow: 0 14px 26px rgba(11, 31, 51, 0.12);
}

.insights-mag-trending h2,
.insights-mag-popular h2 {
    margin: 0;
    color: #151515;
    font-size: 1rem;
    line-height: 1.2;
}

.insights-mag-trending h2 {
    margin-bottom: 1.2rem;
    color: var(--ncia-red);
}

.insights-mag-trending ol {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.insights-mag-trending li {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
}

.insights-mag-trending li > span {
    color: rgba(21, 21, 21, 0.26);
    font-size: 3rem;
    font-weight: 900;
    line-height: 0.9;
}

.insights-mag-trending h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    line-height: 1.22;
}

.insights-mag-trending h3 a {
    color: #151515;
    text-decoration: none;
}

.insights-mag-trending h3 a:hover {
    color: var(--ncia-red);
}

.insights-mag-trending p {
    margin: 0;
    color: #7A7D82;
    font-size: 0.72rem;
    font-weight: 700;
}

.insights-mag-popular {
    background: #F8F8F6;
}

.insights-mag-popular-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.insights-mag-popular-head a {
    color: var(--ncia-red);
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.insights-mag-popular-card {
    display: block;
    color: #151515;
    text-decoration: none;
}

.insights-mag-popular-card:hover {
    color: var(--ncia-red);
}

.insights-mag-popular-image {
    position: relative;
    display: block;
    height: 158px;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 8px;
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.1), rgba(0, 0, 0, 0.18)),
        var(--insights-image);
    background-position: center;
    background-size: cover;
}

.insights-mag-popular-image small {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    background: rgba(11, 31, 51, 0.62);
    color: #fff;
    font-size: 0.64rem;
    font-weight: 800;
}

.insights-mag-popular-card strong {
    display: block;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1.25;
}

.insights-mag-categories {
    padding-top: 3.8rem;
}

.insights-mag-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.insights-mag-category {
    position: relative;
    display: flex;
    min-height: 88px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-image:
        linear-gradient(90deg, rgba(11, 31, 51, 0.34), rgba(225, 37, 27, 0.18)),
        var(--insights-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(11, 31, 51, 0.12);
}

.insights-mag-category span {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.insights-mag-category:hover {
    color: #fff;
    transform: translateY(-2px);
}

.insights-mag-upcoming {
    padding: 1rem 0 4.8rem;
    background: #F4F4F2;
}

.insights-mag-upcoming-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2rem;
    align-items: center;
    max-width: 1030px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
        #fff;
    box-shadow: 0 18px 40px rgba(11, 31, 51, 0.1);
}

.insights-mag-upcoming-image {
    min-height: 370px;
    border-radius: 8px;
    background-image:
        linear-gradient(135deg, rgba(11, 31, 51, 0.08), rgba(225, 37, 27, 0.04)),
        var(--insights-image);
    background-position: center;
    background-size: cover;
}

.insights-mag-upcoming-copy span {
    display: block;
    margin-bottom: 1.2rem;
    padding-left: 0.8rem;
    border-left: 3px solid var(--ncia-red);
    color: #151515;
    font-size: 0.95rem;
    font-weight: 900;
}

.insights-mag-upcoming-copy h2 {
    margin: 0 0 1rem;
    color: #151515;
    font-size: 2.7rem;
    line-height: 1.08;
}

.insights-mag-upcoming-copy h2 strong {
    color: var(--ncia-red);
}

.insights-mag-upcoming-copy p {
    margin: 0 0 0.45rem;
    color: #777B80;
    font-size: 1rem;
    font-weight: 700;
}

.insights-mag-upcoming-copy time {
    display: block;
    margin-bottom: 1.3rem;
    color: #151515;
    font-size: 2rem;
    line-height: 1;
}

.insights-magazine-page .mobile-sticky-cta {
    display: none;
}

@media (max-width: 1199px) {
    .insights-mag-content-grid {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 2.5rem;
    }

    .insights-mag-topic-row {
        gap: 0.85rem;
    }

    .insights-mag-topic-card {
        min-height: 198px;
    }
}

@media (max-width: 991px) {
    .insights-mag-hero {
        min-height: 500px;
    }

    .insights-mag-hero__slide {
        padding: 8rem 0 5.4rem;
    }

    .insights-mag-hero__title {
        font-size: 2.7rem;
    }

    .insights-mag-topic-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .insights-mag-content-grid {
        grid-template-columns: 1fr;
    }

    .insights-mag-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-mag-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-mag-upcoming-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .insights-mag-hero {
        min-height: 470px;
    }

    .insights-mag-hero__slide {
        padding: 7.4rem 0 5.2rem;
    }

    .insights-mag-hero__bg {
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 50%, rgba(0, 0, 0, 0.86) 100%),
            var(--insights-hero-image);
    }

    .insights-mag-hero__title {
        font-size: 2.25rem;
        max-width: 100%;
    }

    .insights-mag-hero__summary {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .insights-mag-hero__content,
    .insights-mag-latest-item,
    .insights-mag-trending,
    .insights-mag-popular,
    .insights-mag-upcoming-card {
        width: calc(100vw - 2rem);
        max-width: 100%;
        box-sizing: border-box;
    }

    .insights-mag-featured,
    .insights-mag-latest,
    .insights-mag-categories {
        padding: 3rem 0;
    }

    .insights-mag-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .insights-mag-topic-row {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.4rem;
        scroll-snap-type: x mandatory;
    }

    .insights-mag-topic-card {
        flex: 0 0 190px;
        scroll-snap-align: start;
    }

    .insights-mag-latest-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 0.95rem;
    }

    .insights-mag-latest-image {
        width: 112px;
        height: 116px;
    }

    .insights-mag-latest-item h3 {
        font-size: 1.05rem;
    }

    .insights-mag-latest-item p {
        font-size: 0.82rem;
    }

    .insights-mag-sidebar {
        grid-template-columns: 1fr;
    }

    .insights-mag-upcoming-card {
        padding: 1.2rem;
    }

    .insights-mag-upcoming-image {
        min-height: 260px;
    }

    .insights-mag-upcoming-copy h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .insights-mag-hero__content,
    .insights-mag-latest-item,
    .insights-mag-trending,
    .insights-mag-popular,
    .insights-mag-upcoming-card {
        width: 340px;
        max-width: 100%;
    }

    .insights-mag-hero__title {
        font-size: 2rem;
        width: 340px;
        max-width: 100%;
    }

    .insights-mag-hero__controls {
        justify-content: center;
    }

    .insights-mag-hero__control {
        width: 38px;
        height: 38px;
    }

    .insights-mag-category-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .insights-mag-latest-item {
        grid-template-columns: 1fr;
    }

    .insights-mag-latest-image {
        width: 100%;
        height: 190px;
    }

    .insights-mag-trending li {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .insights-mag-trending li > span {
        font-size: 2.2rem;
    }

    .insights-mag-upcoming-copy time {
        font-size: 1.55rem;
    }
}

#newsletterForm {
    align-items: stretch;
}

.footer-actions,
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

footer {
    padding: 4.5rem 0 1.5rem;
    background: #061625;
    color: rgba(255, 255, 255, 0.72);
}

footer h6 {
    margin-bottom: 1rem;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-logo {
    display: block;
    width: auto;
    height: 54px;
    object-fit: contain;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.94rem;
    line-height: 1.8;
}

.footer-signature {
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.25rem;
}

.footer-npc-seal {
    display: block;
    width: auto;
    height: 90px;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.footer-npc-seal:hover,
.footer-npc-seal:focus-visible {
    transform: scale(1.06);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
    outline: none;
}

body.npc-seal-lock {
    overflow: hidden;
}

.npc-seal-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(5, 12, 24, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.npc-seal-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.npc-seal-lightbox__img {
    max-width: min(90vw, 600px);
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    transform: scale(0.6);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.npc-seal-lightbox.is-open .npc-seal-lightbox__img {
    transform: scale(1);
    opacity: 1;
}

.npc-seal-lightbox__close {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.npc-seal-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.25);
}

@media (prefers-reduced-motion: reduce) {
    .footer-npc-seal,
    .npc-seal-lightbox,
    .npc-seal-lightbox__img {
        transition: none;
    }
}

.footer-links li + li {
    margin-top: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.social-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    opacity: 0.78;
}

.scroll-top-button {
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: var(--ncia-red);
    color: #fff;
    box-shadow: 0 14px 30px rgba(11, 31, 51, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mobile-sticky-cta {
    display: none;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.stagger-group > * {
    --ncia-stagger-step: 0;
}

.stagger-group > *:nth-child(1) { --ncia-stagger-step: 1; }
.stagger-group > *:nth-child(2) { --ncia-stagger-step: 2; }
.stagger-group > *:nth-child(3) { --ncia-stagger-step: 3; }
.stagger-group > *:nth-child(4) { --ncia-stagger-step: 4; }
.stagger-group > *:nth-child(5) { --ncia-stagger-step: 5; }
.stagger-group > *:nth-child(6) { --ncia-stagger-step: 6; }

.stagger-group > .reveal-on-scroll,
.stagger-group > * .reveal-on-scroll {
    transition-delay: calc(var(--ncia-stagger-step, 0) * 75ms);
}

.about-page {
    background: #f4f5f7;
    overflow-x: hidden;
}

.about-page .container {
    width: min(calc(100% - 2rem), 1140px);
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.about-showcase-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 660px;
    padding: 9rem 0 5rem;
    overflow: hidden;
    background: #030508;
}

.about-showcase-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(3, 5, 8, 0.88) 0%, rgba(3, 5, 8, 0.72) 34%, rgba(3, 5, 8, 0.22) 68%, rgba(3, 5, 8, 0.1) 100%),
        url("../img/35yearsbanner.png");
    background-position: center;
    background-size: cover;
}

.about-showcase-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.about-showcase-hero__copy {
    width: 100%;
    max-width: 540px;
    color: #fff;
}

.about-showcase-hero__copy h1 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    line-height: 1.02;
}

.about-showcase-hero__copy p:not(.about-kicker) {
    margin: 0 0 1.6rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.75;
}

.about-showcase-hero__mark {
    display: none;
    width: min(44vw, 420px);
    height: auto;
}

.about-kicker {
    margin: 0 0 0.5rem;
    color: var(--ncia-red);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-section-heading {
    max-width: 800px;
    margin: 0 auto 2.6rem;
    text-align: center;
}

.about-section-heading h2 {
    margin: 0 0 0.65rem;
    color: #070b10;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.about-section-heading p:not(.about-kicker) {
    margin: 0 auto;
    max-width: 720px;
    color: var(--ncia-gray);
    line-height: 1.8;
}

.about-foundation {
    background: #fff;
}

.about-foundation-grid,
.about-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.about-foundation-card,
.about-why-card {
    position: relative;
    min-height: 210px;
    padding: 2rem 1.5rem 1.5rem;
    border: 1px solid rgba(11, 31, 51, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(11, 31, 51, 0.07);
}

.about-foundation-card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 5.2rem 1.35rem 1.7rem;
    border-color: rgba(7, 11, 16, 0.62);
    border-radius: 20px;
    box-shadow: 0 8px 0 rgba(225, 37, 27, 0.92), 0 11px 12px rgba(11, 31, 51, 0.18);
}

.about-foundation-card::after {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 9.8rem;
    width: 58px;
    height: 2px;
    border-radius: 999px;
    background: var(--ncia-red);
}

.about-foundation-card h3,
.about-why-card h3 {
    margin: 0 0 0.7rem;
    color: #070b10;
    font-size: 1.08rem;
    line-height: 1.25;
}

.about-foundation-card h3 {
    max-width: 225px;
    margin-bottom: 1.7rem;
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1.08;
}

.about-foundation-card p,
.about-why-card p {
    margin: 0;
    color: var(--ncia-gray);
    font-size: 0.92rem;
    line-height: 1.65;
}

.about-foundation-card p {
    color: #20242a;
    font-size: 0.82rem;
    line-height: 1.62;
}

.about-icon-badge {
    position: absolute;
    top: 1.05rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 0;
    border-radius: 50%;
    background: rgba(225, 37, 27, 0.1);
    box-shadow: inset 0 0 0 8px rgba(225, 37, 27, 0.06);
    color: var(--ncia-red);
}

.about-icon-badge::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: rgba(225, 37, 27, 0.14);
}

.about-icon-badge img {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.about-icon-badge svg,
.about-line-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.about-stat-ribbon {
    padding: 1.15rem 0;
    background: #f2f2f2;
}

.about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    background: #fff;
}

.about-stat-item {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    min-height: 98px;
    padding: 1rem 1.35rem;
    border-left: 1px solid rgba(11, 31, 51, 0.22);
}

.about-stat-item:last-child {
    border-right: 1px solid rgba(11, 31, 51, 0.22);
}

.about-stat-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: contain;
}

.about-stat-copy {
    min-width: 0;
}

.about-stat-item span {
    display: block;
    color: #080808;
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.08;
}

.about-stat-item small {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--ncia-gray);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: none;
}

.about-stat-item p {
    margin: 0;
    color: var(--ncia-gray);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.25;
}

.about-story {
    background: #f5f5f5;
}

.about-timeline {
    position: relative;
    display: grid;
    gap: 0.9rem;
    max-width: 980px;
    margin: 0 auto;
}

.about-timeline::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    bottom: 0.8rem;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(11, 31, 51, 0.2);
}

.about-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: center;
    min-height: 132px;
}

.about-timeline-item::before {
    content: "";
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 16px;
    height: 16px;
    border: 4px solid #f5f5f5;
    border-radius: 50%;
    background: var(--ncia-red);
    box-shadow: 0 0 0 1px rgba(225, 37, 27, 0.35);
}

.about-timeline-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid rgba(11, 31, 51, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(11, 31, 51, 0.08);
}

.about-timeline-item--left .about-timeline-card {
    grid-column: 1;
    grid-row: 1;
}

.about-timeline-item--right .about-timeline-card {
    grid-column: 3;
    grid-row: 1;
}

.about-timeline-photo {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: zoom-in;
}

.about-timeline-photo:focus-visible {
    outline: 3px solid rgba(225, 37, 27, 0.45);
    outline-offset: 3px;
}

.about-timeline-photo img,
.about-timeline-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: inherit;
}

.about-timeline-photo img {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.about-timeline-photo:hover img,
.about-timeline-photo:focus-visible img {
    filter: saturate(1.08);
    transform: scale(1.13);
}

.about-timeline-card span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--ncia-red);
    font-size: 0.82rem;
    font-weight: 900;
}

.about-timeline-card h3 {
    margin: 0 0 0.4rem;
    color: #070b10;
    font-size: 1rem;
}

.about-timeline-card p {
    margin: 0;
    color: var(--ncia-gray);
    font-size: 0.86rem;
    line-height: 1.55;
}

.about-founder-quote {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0 1rem;
    align-items: center;
    max-width: 720px;
    margin: 2.2rem auto 0;
    padding: 1.25rem 1.4rem;
    border-left: 4px solid var(--ncia-red);
    background: #fff;
    box-shadow: 0 12px 30px rgba(11, 31, 51, 0.06);
}

.about-founder-quote img {
    grid-row: span 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    background: #f0f0f0;
}

.about-founder-quote blockquote {
    margin: 0;
    color: var(--ncia-navy);
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.45;
}

.about-founder-quote figcaption {
    margin-top: 0.3rem;
    color: var(--ncia-gray);
    font-size: 0.84rem;
}

.about-photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.about-photo-lightbox.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.about-photo-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 5, 8, 0.78);
    backdrop-filter: blur(6px);
}

.about-photo-lightbox__dialog {
    position: relative;
    width: min(100%, 980px);
    padding: 0.75rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
    transform: scale(0.94);
    transition: transform 0.24s ease;
}

.about-photo-lightbox.is-visible .about-photo-lightbox__dialog {
    transform: scale(1);
}

.about-photo-lightbox__dialog img {
    display: block;
    width: 100%;
    max-height: min(76vh, 720px);
    object-fit: contain;
    border-radius: 6px;
    background: #f4f4f4;
}

.about-photo-lightbox__dialog p {
    margin: 0.65rem 0 0;
    color: var(--ncia-navy);
    font-size: 0.95rem;
    font-weight: 800;
    text-align: center;
}

.about-photo-lightbox__close {
    position: absolute;
    top: -0.85rem;
    right: -0.85rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--ncia-red);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.about-photo-lightbox-open {
    overflow: hidden;
}

.about-why {
    background: #fff;
}

.about-why .about-section-heading {
    margin-bottom: 2.4rem;
}

.about-why .about-kicker {
    margin-bottom: 0.45rem;
    font-size: 1rem;
}

.about-why .about-section-heading h2 {
    font-size: clamp(2.3rem, 4vw, 3.35rem);
    line-height: 1.08;
}

.about-why-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    min-height: 148px;
    padding: 1.45rem 1.55rem;
    border: 0;
    border-radius: 8px;
    background: #f8f8f8;
    box-shadow: 0 8px 18px rgba(11, 31, 51, 0.16);
}

.about-why-card h3 {
    margin-bottom: 0.45rem;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.2;
}

.about-why-card p {
    color: #20242a;
    font-size: 0.82rem;
    line-height: 1.65;
}

.about-why-icon {
    display: block;
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.about-line-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(225, 37, 27, 0.28);
    border-radius: 8px;
    color: var(--ncia-red);
}

.about-promise {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0;
    background: #f5f5f5;
}

.about-promise__bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(245, 245, 245, 0.98) 0%, rgba(245, 245, 245, 0.92) 44%, rgba(245, 245, 245, 0.58) 100%),
        url("../img/client.png");
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}

.about-promise__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.about-promise__content h2 {
    margin: 0 0 1rem;
    color: #070b10;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.1;
}

.about-promise__content p {
    max-width: 680px;
    color: var(--ncia-gray);
    font-size: 1.04rem;
    line-height: 1.8;
}

.about-promise__content blockquote {
    margin: 1.3rem 0 1.6rem;
    padding-left: 1rem;
    border-left: 4px solid var(--ncia-red);
    color: var(--ncia-navy);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.55;
}

.about-team {
    background: #fff;
}

.about-team__heading {
    max-width: 760px;
    margin: 0 auto 3rem;
    color: #080808;
    text-align: center;
}

.about-team__heading h2 {
    margin: 0 0 1.15rem;
    color: var(--ncia-red);
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.about-team__heading p {
    max-width: 680px;
    margin: 0 auto 0.1rem;
    color: #080808;
    font-size: 0.98rem;
    line-height: 1.5;
}

.about-team__heading strong {
    display: block;
    color: #080808;
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 1.45;
}

.about-team__rows {
    display: grid;
    gap: 2.6rem;
}

.about-team__row {
    display: grid;
    align-items: end;
    justify-content: center;
    gap: 1.8rem;
    width: 100%;
    margin: 0 auto;
}

.about-team__row--lead {
    grid-template-columns: minmax(140px, 180px);
}

.about-team__row--executives {
    grid-template-columns: repeat(4, minmax(135px, 1fr));
    max-width: 960px;
}

.about-team__row--directors {
    grid-template-columns: repeat(5, minmax(125px, 1fr));
    max-width: 1080px;
}

.about-team-member {
    min-width: 0;
    text-align: center;
}

.about-team-member__photo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 170px;
    margin: 0 auto 0.35rem;
    overflow: hidden;
    background: #fff;
}

.about-team__row--lead .about-team-member__photo {
    max-width: 150px;
    height: 165px;
}

.about-team__row--directors .about-team-member__photo {
    max-width: 145px;
    height: 155px;
}

.about-team-member__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.about-team-member h3 {
    margin: 0;
    color: #050505;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.about-team-member p {
    margin: 0.1rem 0 0;
    color: #111;
    font-size: 0.68rem;
    line-height: 1.22;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .reveal-on-scroll,
    .hero-content {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 1199px) {
    .hero-tagline {
        font-size: 3.4rem;
    }

    .nav-link {
        margin-left: 0.65rem;
    }

    .industry-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background: rgba(11, 31, 51, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
    }

    .nav-link {
        margin: 0;
        padding: 0.7rem 0;
    }

    .nav-item-cta {
        margin: 0.75rem 0 0;
        width: 100%;
    }

    .btn-nav-cta {
        width: 100%;
    }

    .hero-section {
        min-height: auto;
        padding: 8rem 0 4rem;
    }

    .home-hero {
        min-height: 760px;
        padding: 8.5rem 0 5rem;
    }

    .hero-tagline {
        font-size: 3rem;
    }

    .credibility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .industry-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-compare-grid,
    .breath-grid {
        grid-template-columns: 1fr;
    }

    .article-summary {
        position: static;
    }

    .metric-grid {
        grid-template-columns: 1fr;
    }

    .about-history-copy {
        max-width: none;
    }

    .about-memory-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .faq-bubble {
        width: min(100%, 620px);
    }

    .payment-qr-grid {
        grid-template-columns: repeat(2, 186px);
    }

    .payment-bills-panel {
        grid-template-columns: 1fr;
        padding: 1.8rem;
    }

    .payment-deposit-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1.6rem;
    }

    .payment-deposit-panel .payment-panel-copy {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 68px;
    }

    .section-padding {
        padding: 4.5rem 0;
    }

    .section-title {
        font-size: 2.05rem;
    }

    .section-lead {
        font-size: 1rem;
    }

    .about-history-copy,
    .about-history-copy p:first-child {
        font-size: 1rem;
    }

    .about-photo-grid {
        grid-template-columns: 1fr;
    }

    .about-memory-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
        margin-top: 1.8rem;
    }

    .about-mission-panel {
        padding: 1.4rem;
    }

    .hero-tagline {
        font-size: 2.45rem;
    }

    .hero-sub {
        font-size: 1rem;
    }

    .home-hero {
        min-height: 700px;
        padding: 7.5rem 0 4.5rem;
    }

    /* Fit hero slides better on narrow screens: keep edge-to-edge cover but
       move the focal point so the meaningful part of each image stays in frame. */
    .home-hero .hero-bg-slide {
        background-position: center;
    }

    /* 35-Years panorama is very wide — center the "NCIA 35 Years" badge */
    .home-hero .hero-bg-slide:nth-child(3) {
        background-position: 74% center;
    }

    .hero-actions,
    .client-portal-popup__actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .client-portal-popup__actions .btn {
        width: 100%;
    }

    .credibility-grid {
        grid-template-columns: 1fr;
    }

    .credibility-grid > div,
    .credibility-grid > div:last-child {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .problem-item,
    .reality-item,
    .claim-step,
    .process-item {
        grid-template-columns: 1fr;
    }

    .trust-card,
    .reality-panel,
    .legacy-item {
        padding: 1.4rem;
    }

    .legacy-item {
        padding-left: 3.9rem;
    }

    .division-card h3 {
        min-height: auto;
    }

    .industry-strip {
        grid-template-columns: 1fr;
    }

    .section-photo {
        min-height: 260px;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .contact-form,
    .surface-panel,
    .surface-panel-contrast,
    .industry-detail,
    .claims-panel {
        padding: 1.4rem;
    }

    .faq-message,
    .faq-message-question,
    .faq-typing {
        align-items: stretch;
        flex-direction: column;
    }

    .faq-message-question {
        align-items: flex-end;
    }

    .faq-message-answer,
    .faq-typing {
        align-items: flex-start;
    }

    .faq-avatar {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .faq-bubble {
        width: calc(100% - 1.2rem);
        padding: 1rem;
    }

    .faq-message-question .faq-bubble::after {
        top: -5px;
        right: 15px;
        bottom: auto;
    }

    .faq-message-answer .faq-bubble::after,
    .faq-typing .faq-bubble::after {
        top: -5px;
        bottom: auto;
        left: 15px;
    }

    .web-payments-main {
        padding: 6.5rem 0 4rem;
    }

    .payment-qr-grid {
        grid-template-columns: repeat(2, minmax(136px, 1fr));
        gap: 14px;
    }

    .payment-qr-card {
        min-height: 238px;
        padding: 12px;
    }

    .payment-wallet-logo {
        width: 118px;
        height: 34px;
    }

    .payment-qr-image {
        width: 132px;
        height: 132px;
    }

    .payment-qr-reveal {
        width: 132px;
        height: 132px;
    }

    .payment-bank-section {
        margin-top: 2rem;
    }

    .payment-bank-section h2 {
        margin-bottom: 1.4rem;
    }

    .payment-bills-panel,
    .payment-deposit-panel {
        gap: 1.35rem;
    }

    .payment-bank-logo {
        height: 54px;
    }

    .payment-bank-logo-aub,
    .payment-bank-logo-lbp {
        width: min(100%, 184px);
    }

    .payment-deposit-panel {
        grid-template-columns: 1fr;
    }

    .payment-proof-section {
        margin-top: 2.2rem;
    }

    .client-portal-popup {
        padding: 1rem;
    }

    .client-portal-popup__dialog {
        grid-template-columns: 1fr;
    }

    .client-portal-popup__media {
        min-height: 200px;
    }

    .client-portal-popup__content {
        padding: 2rem 1.4rem;
    }

    .client-portal-popup__title {
        font-size: 2rem;
    }

    .footer-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #newsletterForm {
        flex-direction: column;
    }

    .scroll-top-button {
        display: none;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 1rem;
        right: 1rem;
        bottom: 0.8rem;
        z-index: 1060;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        border-radius: 999px;
        background: var(--ncia-red);
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 16px 36px rgba(11, 31, 51, 0.24);
    }
}

@media (max-width: 991px) {
    .about-showcase-hero {
        min-height: 620px;
        padding: 8rem 0 4rem;
    }

    .about-showcase-hero__bg {
        background-image:
            linear-gradient(180deg, rgba(3, 5, 8, 0.9) 0%, rgba(3, 5, 8, 0.7) 48%, rgba(3, 5, 8, 0.9) 100%),
            url("../img/35years.jpg");
        background-position: center;
    }

    .about-showcase-hero__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-showcase-hero__mark {
        display: block;
        width: min(72vw, 340px);
        margin-top: 0.5rem;
    }

    .about-foundation-grid,
    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stat-item:nth-child(2n) {
        border-right: 1px solid rgba(11, 31, 51, 0.1);
    }

    .about-timeline {
        max-width: 720px;
    }

    .about-timeline::before {
        left: 1.1rem;
    }

    .about-timeline-item {
        display: block;
        min-height: 0;
        padding-left: 3rem;
    }

    .about-timeline-item::before {
        position: absolute;
        top: 1.8rem;
        left: 1.1rem;
        transform: translateX(-50%);
    }

    .about-timeline-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .about-team__row--executives {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 600px;
    }

    .about-team__row--directors {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .about-showcase-hero {
        min-height: 600px;
    }

    .about-showcase-hero__copy h1,
    .about-section-heading h2,
    .about-promise__content h2 {
        font-size: 2.25rem;
    }

    .about-foundation-card,
    .about-why-card {
        min-height: 0;
    }

    .about-stat-grid {
        grid-template-columns: 1fr;
    }

    .about-stat-item,
    .about-stat-item:nth-child(2n),
    .about-stat-item:last-child {
        border-right: 1px solid rgba(11, 31, 51, 0.1);
    }

    .about-timeline-card {
        grid-template-columns: 1fr;
    }

    .about-timeline-card img {
        max-height: 220px;
    }

    .about-founder-quote {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .about-founder-quote img {
        grid-row: auto;
        margin-bottom: 0.9rem;
    }

    .about-why-card {
        grid-template-columns: 1fr;
    }

    .about-promise {
        padding: 4.25rem 0;
    }

    .about-promise__bg {
        background-image:
            linear-gradient(180deg, rgba(245, 245, 245, 0.98) 0%, rgba(245, 245, 245, 0.9) 100%),
            url("../img/client.png");
    }

    .about-team {
        padding: 4.5rem 0;
    }

    .about-team__heading {
        margin-bottom: 2.3rem;
    }

    .about-team__heading h2 {
        font-size: 2rem;
    }

    .about-team__row--directors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 520px;
    }
}

@media (max-width: 575px) {
    .about-showcase-hero__copy .btn {
        width: 100%;
    }

    .about-showcase-hero__mark {
        width: min(86vw, 300px);
    }

    .about-section-heading {
        margin-bottom: 2rem;
    }

    .about-timeline-item {
        padding-left: 2.4rem;
    }

    .about-timeline::before {
        left: 0.8rem;
    }

    .about-timeline-item::before {
        left: 0.8rem;
    }

    .about-team__heading p {
        font-size: 0.9rem;
    }

    .about-team__heading strong {
        font-size: 0.86rem;
    }

    .about-team__rows {
        gap: 2rem;
    }

    .about-team__row {
        gap: 1.45rem 0.85rem;
    }

    .about-team__row--lead {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-team-member__photo,
    .about-team__row--directors .about-team-member__photo {
        max-width: 145px;
        height: 150px;
    }

    .about-team__row--lead .about-team-member__photo {
        max-width: 150px;
        height: 160px;
    }

    .about-team-member h3 {
        font-size: 0.74rem;
    }

    .about-team-member p {
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .hero-section,
    .home-hero {
        min-height: auto;
        padding: 6rem 0 3.5rem;
    }

    .hero-tagline {
        font-size: 2rem;
        line-height: 1.08;
        letter-spacing: -0.02em;
    }

    .hero-sub {
        font-size: 0.96rem;
        line-height: 1.75;
        margin-bottom: 1.5rem;
    }

    .hero-actions,
    .client-portal-popup__actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero-actions .btn,
    .client-portal-popup__actions .btn {
        width: 100%;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.85rem;
    }

    .section-lead {
        font-size: 0.98rem;
    }

    .credibility-grid,
    .trust-grid,
    .metric-grid,
    .about-memory-gallery,
    .payment-qr-grid,
    .about-team__row--executives,
    .about-team__row--directors {
        grid-template-columns: 1fr;
    }

    .payment-qr-grid {
        gap: 0.9rem;
    }

    .payment-qr-card,
    .claim-step,
    .problem-item,
    .reality-item,
    .process-item {
        padding: 1rem;
    }

    .navbar-collapse {
        padding: 0.75rem 0.8rem;
    }

    .nav-link {
        padding: 0.6rem 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .hero-tagline {
        font-size: clamp(3.6rem, 4vw, 4.6rem);
    }

    .hero-sub {
        font-size: clamp(1.05rem, 1.2vw, 1.2rem);
    }

    .hero-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* ── Industries page ── */

.industries-who-serve {
    padding: 5rem 0 0;
    background: var(--ncia-off-white);
}

.industries-who-serve .section-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

/* Wrapper holds the tab grid + the red connector pointer */
.industry-tabs-and-connector {
    position: relative;
    padding-bottom: 20px;
}

.industry-tabs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0.65rem;
}

.industry-tab-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1.25rem 0.5rem 1.1rem;
    background: #fff;
    border: 1.5px solid rgba(11, 31, 51, 0.1);
    border-radius: 16px;
    cursor: pointer;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ncia-navy);
    line-height: 1.3;
    box-shadow: 0 2px 8px rgba(11, 31, 51, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.industry-tab-btn img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.industry-tab-btn:hover {
    border-color: rgba(225, 37, 27, 0.35);
    box-shadow: 0 4px 14px rgba(11, 31, 51, 0.1);
}

.industry-tab-btn.is-active {
    border-color: var(--ncia-red);
    color: var(--ncia-red);
    box-shadow: 0 4px 18px rgba(225, 37, 27, 0.18);
}

/* Red vertical pointer from active tab down to slide card */
.industry-tab-connector {
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 22px;
    background: var(--ncia-red);
    border-radius: 0 0 3px 3px;
    transform: translateX(-50%);
    transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.industry-slides-wrapper {
    background: #fff;
    border: 2px solid var(--ncia-red);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(11, 31, 51, 0.1);
    overflow: hidden;
}

.industry-slide {
    display: none;
    min-height: 380px;
}

.industry-slide.is-active {
    display: flex;
}

.industry-slide__photo {
    width: 38%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    min-height: 380px;
}

.industry-slide__content {
    flex: 1;
    padding: 2.5rem 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.industry-slide__eyebrow {
    display: block;
    color: var(--ncia-red);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
}

.industry-slide h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

.industry-slide__desc {
    color: var(--ncia-gray);
    font-size: 0.93rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.industry-slide h3 {
    font-size: 0.95rem;
    color: var(--ncia-red);
    margin-top: 1.1rem;
    margin-bottom: 0.5rem;
}

.industry-slide .tag-list {
    margin-top: 0;
}

.industry-slide-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    padding: 1.1rem 0 1.25rem;
    background: #fff;
}

.industry-slide-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(11, 31, 51, 0.18);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
}

.industry-slide-dot.is-active {
    width: 26px;
    border-radius: 999px;
    background: var(--ncia-red);
}

.approach-section {
    padding: 5rem 0 4rem;
    background: var(--ncia-off-white);
}

.approach-section .section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.approach-steps-container {
    position: relative;
}

.approach-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.approach-connector {
    position: absolute;
    top: 43px;
    left: calc(12.5% + 43px);
    right: calc(12.5% + 43px);
    height: 2px;
    background-image: repeating-linear-gradient(
        90deg,
        transparent, transparent 5px,
        rgba(11, 31, 51, 0.18) 5px, rgba(11, 31, 51, 0.18) 10px
    );
    display: flex;
    align-items: center;
    justify-content: space-around;
    pointer-events: none;
}

.approach-connector-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--ncia-red);
    flex-shrink: 0;
}

.approach-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.25rem;
}

.approach-step__icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(225, 37, 27, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.35rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.approach-step__icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.approach-step h3 {
    font-size: 1.08rem;
    margin-bottom: 0.5rem;
}

.approach-step p {
    color: var(--ncia-gray);
    font-size: 0.88rem;
    line-height: 1.65;
    margin: 0;
}

.outcomes-section {
    padding: 0 0 5rem;
    background: var(--ncia-off-white);
}

.outcomes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.outcomes-panel {
    background: #fff;
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(11, 31, 51, 0.06);
    padding: 2rem;
}

.outcomes-panel h3 {
    font-size: 1.3rem;
    margin-bottom: 1.75rem;
}

.outcomes-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: center;
}

.outcome-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 0 1.25rem;
    border-right: 1.5px solid rgba(11, 31, 51, 0.1);
}

.outcome-metric:first-child {
    padding-left: 0;
}

.outcome-metric:last-child {
    padding-right: 0;
    border-right: none;
}

.outcome-metric img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.outcome-metric strong {
    display: block;
    color: var(--ncia-navy);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.outcome-metric span {
    color: var(--ncia-gray);
    font-size: 0.78rem;
    line-height: 1.35;
}

.healthplus-panel {
    border: 1px solid var(--ncia-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(11, 31, 51, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    min-height: 220px;
}

.healthplus-panel__left {
    flex: 1;
    padding: 1.75rem 2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.healthplus-panel__photo {
    width: 42%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.healthplus-top-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.healthplus-cross-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.healthplus-kicker {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ncia-gray);
    margin: 0;
}

.healthplus-brand {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.healthplus-brand__ncia {
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--ncia-navy);
    line-height: 1;
    letter-spacing: -0.01em;
}

.healthplus-brand__plus {
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--ncia-red);
    font-style: italic;
    line-height: 1;
}

.healthplus-panel__desc {
    color: var(--ncia-gray);
    font-size: 0.87rem;
    line-height: 1.72;
    margin: 0 0 1rem;
}

.healthplus-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--ncia-red);
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
}

.healthplus-link:hover {
    color: var(--ncia-red-dark);
}

@media (max-width: 1199px) {
    .industry-tabs {
        grid-template-columns: repeat(4, 1fr);
    }

    .industry-slides-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .industry-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-slide.is-active {
        flex-direction: column;
    }

    .industry-slide__photo {
        width: 100%;
        min-height: 220px;
    }

    .industry-tab-connector {
        display: none;
    }

    .approach-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .approach-connector {
        display: none;
    }

    .outcomes-grid {
        grid-template-columns: 1fr;
    }

    .outcomes-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .outcome-metric {
        padding: 0.75rem 1rem;
        border-right: none;
        border-bottom: 1.5px solid rgba(11, 31, 51, 0.1);
    }

    .outcome-metric:nth-child(odd) {
        border-right: 1.5px solid rgba(11, 31, 51, 0.1);
    }

    .outcome-metric:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .healthplus-panel {
        flex-direction: column;
    }

    .healthplus-panel__photo {
        width: 100%;
        min-height: 180px;
    }
}
