* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, sans-serif;
    background: #f1f5f9;
    padding: 0 0 100px;
    color: #1a1a1a;
}

.gx {
    max-width: 960px;
    margin: 0 auto;
    padding: 18px 14px 0;
}

.cover {
    border-radius: 14px;
    padding: 28px 28px 22px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.cover::before {
    content: "";
    position: absolute;
    top: -44px;
    right: -44px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.cover::after {
    content: "";
    position: absolute;
    bottom: -44px;
    right: 60px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.08);
}

.ci {
    position: relative;
}

.logo-wrap {
    margin-bottom: 12px;
}

.logo-wrap svg {
    height: 24px;
    width: auto;
}

.c-sub {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 12px;
}

.c-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 5px;
}

.c-desc {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.44);
    max-width: 440px;
    line-height: 1.65;
}

.c-stamp {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.18);
    text-align: right;
    line-height: 2;
    font-weight: 600;
}

.c-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    padding: 4px 10px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.creds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cred-name {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.cred-sep {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.22);
}

.cred-item {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
}

.cred-item strong {
    color: rgba(255, 255, 255, 0.9);
}

.cred-link {
    font-size: 9px;
    color: #c9a84c;
    text-decoration: none;
    font-weight: 600;
}

.cred-link:hover {
    text-decoration: underline;
}

.top-banner {
    border-radius: 10px;
    padding: 10px 16px;
    margin-bottom: 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.tb-icon {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

.tb-text {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
}

.tb-text strong {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}

.tabs-wrap {
    display: flex;
    border-bottom: 1.5px solid #e2e8f0;
    overflow-x: auto;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 0 6px;
    scrollbar-width: none;
}

.tabs-wrap::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    font-size: 11px;
    font-weight: 500;
    padding: 10px 12px;
    background: none;
    border: none;
    border-bottom: 2.5px solid transparent;
    margin-bottom: -1.5px;
    cursor: pointer;
    white-space: nowrap;
    color: #64748b;
    flex-shrink: 0;
    transition:
        color 0.15s,
        border-color 0.15s;
}

.tab-btn:hover {
    color: #1e293b;
}

.tab-btn.active {
    color: #1a3561;
    border-bottom-color: #1a3561;
}

.tab-btn.disabled {
    color: #cbd5e1;
    cursor: default;
}

.tbadge {
    display: inline-block;
    font-size: 9px;
    padding: 1px 5px;
    border-radius: 7px;
    margin-left: 4px;
    background: #f1f5f9;
    color: #94a3b8;
}

.tbadge.on {
    background: #e6f1fb;
    color: #185fa5;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-content {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 18px;
    margin-bottom: 18px;
}

.sub-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.sub-btn {
    font-size: 10px;
    padding: 5px 12px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    background: #fff;
    cursor: pointer;
    color: #475569;
    font-weight: 500;
    transition: all 0.15s;
}

.sub-btn:hover {
    border-color: #94a3b8;
}

.sub-btn.active {
    background: #0d1f3c;
    color: #fff;
    border-color: #0d1f3c;
}

.fund-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page-content {
    padding: 24px 0;
}

@media (max-width: 620px) {
    .fund-grid {
        grid-template-columns: 1fr;
    }
}

.fund-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.fc-accent {
    height: 3px;
}

.fc-head {
    padding: 12px 14px 10px;
    border-bottom: 1px solid #f1f5f9;
}

.fc-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 2px;
}

.fc-name {
    font-size: 12px;
    font-weight: 600;
    color: #0d1f3c;
    line-height: 1.3;
    flex: 1;
}

.fc-aum {
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background: #1a3561;
    padding: 2px 7px;
    border-radius: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

.fc-prov {
    font-size: 9px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.fc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 3px;
}

.tag {
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 7px;
    font-weight: 500;
}

.t-blue {
    background: #e6f1fb;
    color: #0c447c;
}

.t-teal {
    background: #e1f5ee;
    color: #085041;
}

.t-amber {
    background: #faeeda;
    color: #633806;
}

.t-purple {
    background: #eeedfe;
    color: #3c3489;
}

.t-coral {
    background: #faece7;
    color: #712b13;
}

.t-green {
    background: #eaf3de;
    color: #27500a;
}

.fc-manager {
    font-size: 9px;
    color: #64748b;
}

.fc-meta-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.fc-meta-item {
    padding: 6px 10px;
    border-right: 1px solid #f1f5f9;
}

.fc-meta-item:last-child {
    border-right: none;
}

.fm-l {
    font-size: 8px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.fm-v {
    font-size: 9px;
    font-weight: 600;
    color: #1e293b;
}

.fc-purpose {
    padding: 8px 14px;
    font-size: 10px;
    color: #475569;
    line-height: 1.6;
    border-bottom: 1px solid #f1f5f9;
    background: #fafafa;
    font-style: italic;
}

.fc-fees {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 6px 14px;
    border-bottom: 1px solid #f1f5f9;
    background: #fffbf5;
}

.fee-item {
    font-size: 9px;
    color: #92400e;
    background: #fef3c7;
    border-radius: 6px;
    padding: 2px 7px;
    font-weight: 500;
}

.fee-item.exit {
    background: #fee2e2;
    color: #991b1b;
}

.fc-chart-zone {
    border-bottom: 1px solid #f1f5f9;
}

.chart-wrap {
    padding: 10px 14px 6px;
    background: #f8fafc;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.chart-title {
    font-size: 9px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.chart-legend {
    display: flex;
    gap: 8px;
}

.cl-item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    color: #64748b;
}

.cl-sq {
    width: 8px;
    height: 3px;
    border-radius: 1px;
}

.chart-canvas-wrap {
    position: relative;
    width: 100%;
    height: 95px;
}

.ph-zone {
    padding: 14px;
    background: #f8fafc;
    text-align: center;
}

.ph-zone p {
    font-size: 10px;
    color: #94a3b8;
    font-style: italic;
    margin-bottom: 5px;
}

.ph-line {
    height: 2px;
    background: #e2e8f0;
    border-radius: 1px;
    margin: 0 auto 3px;
}

.num-table-wrap {
    overflow-x: auto;
    border-top: 1px solid #f1f5f9;
}

.num-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 320px;
}

.num-table thead th {
    font-weight: 600;
    color: #94a3b8;
    padding: 5px 3px 3px;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f8fafc;
}

.num-table thead th:first-child {
    text-align: left;
    padding-left: 12px;
    width: 66px;
}

.num-table tbody td {
    padding: 4px 3px;
    text-align: center;
    font-weight: 600;
    font-size: 9px;
    border-top: 1px solid #f1f5f9;
}

.num-table tbody td:first-child {
    text-align: left;
    padding-left: 12px;
    color: #64748b;
    font-weight: 500;
    font-size: 9px;
}

.num-table tr.sr td {
    background: #fff;
}

.num-table tr.br td {
    background: #f8fafc;
}

.pos {
    color: #16a34a;
}

.neg {
    color: #dc2626;
}

.neu {
    color: #64748b;
}

.sec-divider {
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 14px 0 8px;
    border-top: 1px solid #f1f5f9;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sec-divider:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.sec-dot {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    flex-shrink: 0;
}

/* ── Strategy type cards (Others tab) ── */
.strat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 600px) {
    .strat-grid {
        grid-template-columns: 1fr;
    }
}

.strat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    overflow: hidden;
}

.strat-accent {
    height: 3px;
}

.strat-head {
    padding: 14px 16px 10px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.strat-icon-box {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.strat-title {
    font-size: 13px;
    font-weight: 600;
    color: #0d1f3c;
    line-height: 1.25;
}

.strat-type-label {
    font-size: 9px;
    color: #94a3b8;
    margin-top: 1px;
}

.strat-body {
    padding: 12px 16px;
}

.strat-body p {
    font-size: 11px;
    color: #475569;
    line-height: 1.72;
}

.strat-note {
    margin-top: 9px;
    padding: 8px 11px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    font-size: 9px;
    color: #94a3b8;
    line-height: 1.6;
}

/* ── Tools section ── */
.section-block {
    margin-bottom: 18px;
}

.section-heading {
    font-size: 13px;
    font-weight: 600;
    color: #0d1f3c;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

@media (max-width: 520px) {
    .hero-tools {
        grid-template-columns: 1fr;
    }
}

.hero-tool-card {
    border-radius: 12px;
    padding: 18px 18px 16px;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    transition: opacity 0.15s;
}

.hero-tool-card:hover {
    opacity: 0.9;
}

.htc-bg1 {
    background: #0d1f3c;
}

.htc-bg2 {
    background: #064e3b;
}

.htc-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.htc-title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.3;
}

.htc-desc {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 14px;
    line-height: 1.55;
}

.htc-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.htc-deco {
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 560px) {
    .tool-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tool-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 13px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    transition: border-color 0.15s;
}

.tool-card:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.tool-icon {
    font-size: 18px;
    margin-bottom: 2px;
}

.tool-label {
    font-size: 11px;
    font-weight: 600;
    color: #0d1f3c;
}

.tool-desc {
    font-size: 9px;
    color: #94a3b8;
    line-height: 1.5;
}

/* ── Contact ── */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 520px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.contact-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: border-color 0.15s;
}

.contact-card:hover {
    border-color: #94a3b8;
}

.cc-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.cc-title {
    font-size: 12px;
    font-weight: 600;
    color: #0d1f3c;
}

.cc-sub {
    font-size: 10px;
    color: #64748b;
    margin-top: 1px;
}

/* ── Disclaimer block ── */
.disc-block {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fca5a5;
    margin-bottom: 18px;
    background: #fef2f2;
}

.disc-inner {
    padding: 14px 18px;
}

.disc-main-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #991b1b;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.disc-text {
    font-size: 10px;
    line-height: 1.8;
    color: #475569;
}

.disc-text p {
    margin-bottom: 6px;
}

.disc-text p:last-child {
    margin-bottom: 0;
}

.disc-text strong {
    color: #1e293b;
}

/* ── Footer ── */
.footer {
    border-radius: 12px;
    padding: 16px 22px;
    margin-top: 18px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.fb {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.fn {
    font-size: 9px;
    text-align: right;
    line-height: 1.7;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-link {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.footer-link:hover {
    color: #c9a84c;
    text-decoration: underline;
}

/* ── WhatsApp FAB ── */
.wa-fab {
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 999;
    background: #25d366;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}

.wa-fab:hover {
    background: #1ebe5d;
}

.wa-fab svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

/* ── Investor notice ── */
.investor-notice {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 10px;
    padding: 11px 15px;
    margin-bottom: 16px;
}

.in-title {
    font-size: 10px;
    font-weight: 700;
    color: #065f46;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.in-text {
    font-size: 10px;
    color: #047857;
    line-height: 1.7;
}

.cover {
    background: #064e3b;
}

.c-badge {
    background: rgba(16, 185, 129, 0.18);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #6ee7b7;
}

.top-banner {
    background: #064e3b;
    border: 1px solid #065f46;
}

.tb-text strong {
    color: #6ee7b7;
}

.footer {
    background: #064e3b;
}

.fb {
    color: #c9a84c;
}

.fn {
    color: rgba(255, 255, 255, 0.25);
}