/* =========================================================
   NS Partners — Investment Funds page
   Premium brand-aligned styling for the disclaimer flow.
   ========================================================= */

/* ---- Profile bar (post-acceptance) ---- */
.ns-funds-profile-bar {
    background: var(--blue10, #ebf0f7);
    border-bottom: 1px solid var(--blue25, #cdd8eb);
    padding: 14px 0;
}
.ns-funds-profile-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.ns-funds-profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--black, #111);
    flex-wrap: wrap;
}
.ns-funds-profile-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--grey75, #888);
}
.ns-funds-profile-sep {
    opacity: .4;
    padding: 0 4px;
}
.ns-funds-profile-actions {
    margin: 0;
}
.ns-funds-profile-change {
    background: transparent;
    border: 1px solid var(--blue, #3681B0);
    color: var(--blue, #3681B0);
    padding: 9px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}
.ns-funds-profile-change:hover {
    background: var(--blue, #3681B0);
    color: #fff;
}

/* ---- Iframe section ---- */
.ns-funds-iframe-section {
    padding: 40px 60px 60px;
    background: #fff;
}
.ns-funds-iframe-wrap {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--grey25, #ddd);
    overflow: hidden;
}
.ns-funds-iframe-wrap iframe {
    width: 100%;
    height: 1200px;
    border: 0;
    display: block;
}
.ns-funds-iframe-note {
    max-width: 1280px;
    margin: 18px auto 0;
    font-size: 12px;
    color: var(--grey75, #888);
    font-style: italic;
}

/* ---- Pre-acceptance intro grid ---- */
.ns-funds-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.funds-cap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.funds-cap-card {
    background: #f7f7f5;
    padding: 22px 22px 24px;
    border-left: 3px solid var(--beige, #b89154);
}
.funds-cap-title {
    font-family: "Montserrat", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 8px;
    color: var(--blue, #3681B0);
}
.funds-cap-body {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    color: #444;
}

/* ---- ManCo strip ---- */
.ns-funds-manco-strip {
    background: var(--blue, #3681B0);
    padding: 72px 60px;
}
.ns-funds-manco-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.ns-funds-manco-inner > div {
    max-width: 640px;
    color: #fff;
}
.ns-funds-manco-inner .hl1.wh {
    font-size: 32px;
    margin-top: 8px;
}
.ns-funds-manco-inner .acc-beige {
    color: var(--beige, #b89154);
}
.ns-funds-manco-inner .body-t.lt {
    margin-top: 16px;
    color: rgba(255, 255, 255, .92);
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
    .ns-funds-profile-inner { padding: 0 28px; }
    .ns-funds-iframe-section { padding: 32px 28px 48px; }
    .ns-funds-iframe-wrap iframe { height: 900px; }
    .ns-funds-intro-grid { grid-template-columns: 1fr; gap: 48px; }
    .ns-funds-manco-strip { padding: 56px 28px; }
}

@media (max-width: 600px) {
    .funds-cap-grid { grid-template-columns: 1fr; }
    .ns-funds-iframe-wrap iframe { height: 760px; }
    .ns-funds-profile-info { font-size: 12px; }
}
