
.stock-page { font-family: 'Nunito', 'Segoe UI', sans-serif; }

/* ═══════════════════════════════════════
   1. HERO — Soft Powder Blue (LIGHT)
═══════════════════════════════════════ */
.stock-hero {
    background: linear-gradient(135deg, #eaf4ff 0%, #d6ecff 40%, #c2e2ff 70%, #e8f2ff 100%);
    padding: 70px 20px 58px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #7ec8f0;
}
.stock-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 7% 62%, rgba(21,101,192,0.12) 0%, transparent 45%),
        radial-gradient(circle at 88% 16%, rgba(41,171,226,0.10) 0%, transparent 40%),
        radial-gradient(circle at 50% 95%, rgba(247,168,0,0.07) 0%, transparent 35%);
    pointer-events: none;
}
.stock-hero::after {
    content: '';
    position: absolute;
    width: 520px; height: 520px; border-radius: 50%;
    border: 60px solid rgba(21,101,192,0.08);
    top: -200px; right: -140px;
    pointer-events: none;
}
.stock-hero-ring2 {
    position: absolute;
    width: 290px; height: 290px; border-radius: 50%;
    border: 38px solid rgba(41,171,226,0.10);
    bottom: -115px; left: -60px;
    pointer-events: none;
}
.stock-hero-particles {
    position: absolute;
    width: 100%; height: 100%; top: 0; left: 0;
    background-image:
        radial-gradient(circle, rgba(21,101,192,0.08) 1px, transparent 1px),
        radial-gradient(circle, rgba(41,171,226,0.06) 1px, transparent 1px);
    background-size: 60px 60px, 40px 40px;
    background-position: 0 0, 30px 30px;
    pointer-events: none;
}
.stock-hero-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.1fr 1fr;
    align-items: center; gap: 52px;
    position: relative;
}
.stock-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(21,101,192,0.10);
    border: 1px solid rgba(21,101,192,0.28);
    color: #1565C0;
    font-size: 12px; font-weight: 800;
    letter-spacing: 1.4px; text-transform: uppercase;
    padding: 7px 20px; border-radius: 50px;
    margin-bottom: 20px;
}
.stock-hero-text h1 {
    font-size: clamp(30px, 4.2vw, 58px);
    font-weight: 900; color: #0d2a52;
    margin: 0 0 10px; line-height: 1.10;
}
.hl-peach { color: #1565C0; }
.hl-mint  { color: #F7A800; }
.stock-hero-sub {
    font-size: 16px; color: #4a6a9a;
    line-height: 1.80; margin: 0 0 32px; max-width: 500px;
}
.stock-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-wealth {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 32px; border-radius: 50px;
    background: linear-gradient(135deg, #1565C0, #0d47a1);
    border: none; color: #fff;
    font-size: 15px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    box-shadow: 0 6px 24px rgba(21,101,192,0.38);
    transition: all .25s;
}
.btn-wealth:hover { transform: translateY(-3px); box-shadow: 0 12px 34px rgba(21,101,192,0.52); color: #fff; text-decoration: none; }

.btn-outline-wealth {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 32px; border-radius: 50px;
    background: #fff;
    border: 2px solid rgba(21,101,192,0.35); color: #1565C0;
    font-size: 15px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    box-shadow: 0 2px 10px rgba(21,101,192,0.10);
    transition: all .25s;
}
.btn-outline-wealth:hover { background: #eaf4ff; border-color: #1565C0; color: #0d47a1; text-decoration: none; }

/* hero stats card */
.stock-hero-card {
    background: #fff;
    border: 2px solid #b3d9f5;
    border-radius: 26px; padding: 30px;
    box-shadow: 0 8px 32px rgba(21,101,192,0.14);
    position: relative; overflow: hidden;
}
.stock-hero-card::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 10%, rgba(41,171,226,0.07) 0%, transparent 55%);
    pointer-events: none;
}
.hc-title {
    color: #1565C0;
    font-size: 10px; font-weight: 800; letter-spacing: 1.8px;
    text-transform: uppercase; margin-bottom: 18px;
}
.stock-stat-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 12px; margin-bottom: 18px;
}
.stock-stat {
    background: #eaf4ff;
    border: 1px solid #b3d9f5;
    border-radius: 14px; padding: 16px 12px; text-align: center;
    transition: background .25s;
}
.stock-stat:hover { background: #d6ecff; }
.stock-stat-num { font-size: 20px; font-weight: 900; line-height: 1; margin-bottom: 5px; }
.stock-stat-num.peach { color: #1565C0; }
.stock-stat-num.mint  { color: #F7A800; }
.stock-stat-num.blue  { color: #29ABE2; }
.stock-stat-num.gray  { color: #3AAA35; }
.stock-stat-lbl { font-size: 10px; color: #6a8aaa; font-weight: 600; }
.stock-hero-feature {
    background: linear-gradient(135deg, #1565C0, #0d47a1);
    border-radius: 16px; padding: 16px 18px;
    display: flex; align-items: center; gap: 14px;
}
.feature-icon {
    width: 46px; height: 46px; border-radius: 14px;
    background: rgba(255,255,255,0.22); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
}
.feature-text .feature-label { font-size: 14px; font-weight: 900; color: #fff; }
.feature-text .feature-sub   { font-size: 11px; color: rgba(255,255,255,0.70); font-weight: 600; }

/* ═══════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════ */
.stock-breadcrumb {
    background: #dceeff;
    padding: 12px 20px;
    border-bottom: 1px solid #b3d9f5;
}
.bc-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: #4a6a9a; font-weight: 600;
}
.bc-inner a { color: #1565C0; text-decoration: none; }
.bc-inner a:hover { text-decoration: underline; }
.bc-inner i { font-size: 10px; color: #7ec8f0; }
.bc-inner span:last-child { color: #0d2a52; font-weight: 800; }

/* ═══════════════════════════════════════
   2. ACCOUNT OPENING SECTION
═══════════════════════════════════════ */
.stock-account-section {
    background: #fff;
    padding: 64px 20px;
}
.stock-account-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 52px; align-items: start;
}
.stock-section-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.25);
    color: #1565C0;
    font-size: 11px; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 5px 16px; border-radius: 20px;
    margin-bottom: 18px;
}
.stock-account-content h2 {
    font-size: clamp(24px, 3vw, 38px); font-weight: 900;
    color: #0d2a52; margin: 0 0 8px;
}
.stock-account-content h2 span { color: #1565C0; }
.stock-divider {
    width: 56px; height: 4px; border-radius: 2px;
    background: linear-gradient(90deg, #1565C0, #F7A800);
    margin-bottom: 20px;
}
.stock-account-content > p {
    font-size: 15px; color: #4a6a9a;
    line-height: 1.80; margin: 0 0 14px;
}

/* feature items */
.stock-feature-item {
    display: flex; gap: 16px; align-items: center;
    margin-bottom: 20px;
}
.sfi-icon {
    width: 50px; height: 50px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.sfi-icon.ic1 { background: rgba(21,101,192,0.10); border: 1px solid rgba(21,101,192,0.22); color: #1565C0; }
.sfi-icon.ic2 { background: rgba(247,168,0,0.10);  border: 1px solid rgba(247,168,0,0.25);  color: #F7A800; }
.sfi-icon.ic3 { background: rgba(41,171,226,0.10); border: 1px solid rgba(41,171,226,0.25); color: #29ABE2; }
.sfi-text h4 { font-size: 16px; font-weight: 800; color: #0d2a52; margin: 0 0 4px; }
.sfi-text p  { font-size: 13px; color: #6a8aaa; margin: 0; }

/* contact card */
.stock-contact-card {
    background: #fff;
    border: 2px solid #b3d9f5;
    border-radius: 22px; padding: 30px 28px;
    box-shadow: 0 6px 28px rgba(21,101,192,0.10);
    position: relative; overflow: hidden;
}
.stock-contact-card::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 10%, rgba(41,171,226,0.07) 0%, transparent 55%);
    pointer-events: none;
}
.stock-contact-header {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 22px; position: relative;
}
.contact-header-icon {
    width: 48px; height: 48px; border-radius: 14px;
    background: rgba(21,101,192,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #1565C0;
}
.contact-header-text h3 { color: #0d2a52; font-size: 16px; font-weight: 800; margin: 0; }
.contact-header-text p  { color: #6a8aaa; font-size: 12px; margin: 0; }
.stock-contact-item {
    display: flex; align-items: center; gap: 14px;
    background: #f5f9ff;
    border: 1px solid #d0e8f8;
    border-radius: 12px; padding: 13px 16px;
    margin-bottom: 10px; text-decoration: none;
    transition: background .2s, border-color .2s;
    position: relative;
}
.stock-contact-item:hover { background: #dceeff; border-color: #7ec8f0; text-decoration: none; }
.contact-item-icon {
    width: 36px; height: 36px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
}
.contact-item-icon.email { background: rgba(41,171,226,0.15); color: #29ABE2; }
.contact-item-icon.phone { background: rgba(247,168,0,0.15);  color: #F7A800; }
.contact-item-content { display: flex; flex-direction: column; gap: 2px; }
.contact-item-label { font-size: 10px; color: #8aabbf; text-transform: uppercase; letter-spacing: .8px; font-weight: 700; }
.contact-item-value { font-size: 14px; color: #0d2a52; font-weight: 800; }
.stock-contact-note {
    text-align: center; margin-top: 16px;
    font-size: 13px; color: #8aabbf;
}
.stock-contact-note span { color: #1565C0; font-weight: 700; }

/* ═══════════════════════════════════════
   3. BENEFITS SECTION
═══════════════════════════════════════ */
.stock-benefits {
    background: linear-gradient(135deg, #f0f7ff 0%, #eaf4ff 100%);
    padding: 64px 20px;
    border-top: 3px solid #d0e8f8;
}
.stock-section-header {
    text-align: center; max-width: 700px; margin: 0 auto 44px;
}
.sh-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.25);
    color: #1565C0;
    font-size: 11px; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 5px 16px; border-radius: 20px; margin-bottom: 14px;
}
.stock-section-header h2 {
    font-size: clamp(22px, 3vw, 38px); font-weight: 900;
    color: #0d2a52; margin: 0 0 10px;
}
.stock-section-header h2 span { color: #1565C0; }
.stock-section-header p { font-size: 15px; color: #4a6a9a; margin: 0; line-height: 1.70; }

.stock-benefits-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.stock-benefit-card {
    background: #fff;
    border: 2px solid #d0e8f8;
    border-radius: 20px; padding: 28px 24px;
    position: relative; overflow: hidden;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.stock-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(21,101,192,0.14);
    border-color: #7ec8f0;
}
.stock-benefit-card::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    border-radius: 20px 20px 0 0;
}
.stock-benefit-card:nth-child(1)::before { background: linear-gradient(90deg, #1565C0, #0d47a1); }
.stock-benefit-card:nth-child(2)::before { background: linear-gradient(90deg, #29ABE2, #1a8fc0); }
.stock-benefit-card:nth-child(3)::before { background: linear-gradient(90deg, #F7A800, #c98e00); }
.stock-benefit-card:nth-child(4)::before { background: linear-gradient(90deg, #f43f5e, #be123c); }
.stock-benefit-card:nth-child(5)::before { background: linear-gradient(90deg, #8b5cf6, #6d28d9); }
.stock-benefit-card:nth-child(6)::before { background: linear-gradient(90deg, #3AAA35, #2d8829); }

.benefit-icon {
    width: 54px; height: 54px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff; margin-bottom: 16px;
}
.stock-benefit-card:nth-child(1) .benefit-icon { background: linear-gradient(135deg, #1565C0, #0d47a1); box-shadow: 0 4px 14px rgba(21,101,192,0.30); }
.stock-benefit-card:nth-child(2) .benefit-icon { background: linear-gradient(135deg, #29ABE2, #1a8fc0); box-shadow: 0 4px 14px rgba(41,171,226,0.28); }
.stock-benefit-card:nth-child(3) .benefit-icon { background: linear-gradient(135deg, #F7A800, #c98e00); box-shadow: 0 4px 14px rgba(247,168,0,0.28); }
.stock-benefit-card:nth-child(4) .benefit-icon { background: linear-gradient(135deg, #f43f5e, #be123c); box-shadow: 0 4px 14px rgba(244,63,94,0.28); }
.stock-benefit-card:nth-child(5) .benefit-icon { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 4px 14px rgba(139,92,246,0.28); }
.stock-benefit-card:nth-child(6) .benefit-icon { background: linear-gradient(135deg, #3AAA35, #2d8829); box-shadow: 0 4px 14px rgba(58,170,53,0.28); }

.stock-benefit-card h3 { font-size: 16px; font-weight: 800; color: #0d2a52; margin: 0 0 8px; }
.stock-benefit-card p  { font-size: 13px; color: #4a6a9a; line-height: 1.65; margin: 0 0 14px; }
.benefit-emoji { font-size: 24px; }

/* ═══════════════════════════════════════
   4. WHY PARTNER SECTION
═══════════════════════════════════════ */
.stock-partner {
    background: #fff;
    padding: 64px 20px;
    border-top: 3px solid #d0e8f8;
}
.stock-partner-grid {
    max-width: 1000px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.stock-partner-item {
    background: #f5f9ff;
    border: 2px solid #d0e8f8;
    border-radius: 18px; padding: 24px 16px;
    text-align: center; position: relative;
    transition: transform .3s, background .25s, box-shadow .3s;
}
.stock-partner-item:hover {
    transform: translateY(-5px);
    background: #eaf4ff;
    box-shadow: 0 10px 28px rgba(21,101,192,0.12);
    border-color: #7ec8f0;
}
.partner-check {
    position: absolute; top: 10px; right: 12px;
    color: #1565C0; font-size: 14px;
}
.partner-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    margin: 0 auto 14px;
}
.stock-partner-item:nth-child(1) .partner-icon { background: linear-gradient(135deg, #1565C0, #0d47a1); box-shadow: 0 4px 12px rgba(21,101,192,0.28); }
.stock-partner-item:nth-child(2) .partner-icon { background: linear-gradient(135deg, #29ABE2, #1a8fc0); box-shadow: 0 4px 12px rgba(41,171,226,0.25); }
.stock-partner-item:nth-child(3) .partner-icon { background: linear-gradient(135deg, #f43f5e, #be123c); box-shadow: 0 4px 12px rgba(244,63,94,0.25); }
.stock-partner-item:nth-child(4) .partner-icon { background: linear-gradient(135deg, #F7A800, #c98e00); box-shadow: 0 4px 12px rgba(247,168,0,0.25); }
.stock-partner-item:nth-child(5) .partner-icon { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 4px 12px rgba(139,92,246,0.25); }

.stock-partner-item p { font-size: 13px; color: #1B2A4A; font-weight: 700; margin: 0; }

.stock-partner-note {
    text-align: center;
    font-size: 16px; color: #4a6a9a; font-weight: 600;
    max-width: 700px; margin: 36px auto 0;
}
.stock-partner-note span { color: #1565C0; font-weight: 800; }

/* ═══════════════════════════════════════
   5. CTA
═══════════════════════════════════════ */
.stock-cta {
    background: linear-gradient(135deg, #1565C0, #0d47a1);
    padding: 70px 20px; text-align: center;
    position: relative; overflow: hidden;
}
.stock-cta::before {
    content: ''; position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 18% 50%, rgba(255,255,255,0.12) 0%, transparent 45%),
        radial-gradient(circle at 82% 40%, rgba(247,168,0,0.12)   0%, transparent 40%);
    pointer-events: none;
}
.stock-cta::after {
    content: '';
    position: absolute;
    width: 400px; height: 400px; border-radius: 50%;
    border: 50px solid rgba(255,255,255,0.06);
    top: -150px; right: -100px; pointer-events: none;
}
.stock-cta-inner { max-width: 680px; margin: 0 auto; position: relative; }
.stock-cta .cta-icon {
    width: 78px; height: 78px; border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 2px solid rgba(255,255,255,0.38);
    display: flex; align-items: center; justify-content: center;
    font-size: 32px; color: #fff; margin: 0 auto 24px;
}
.stock-cta h2 {
    font-size: clamp(24px, 3.2vw, 40px); font-weight: 900;
    color: #fff; margin: 0 0 14px;
}
.stock-cta h2 span { color: #ffd966; }
.stock-cta p {
    font-size: 16px; color: rgba(255,255,255,0.70);
    margin: 0 0 32px; line-height: 1.75;
}
.stock-cta-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-cta-white {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 36px; border-radius: 50px;
    background: #fff; color: #1565C0;
    font-size: 15px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    box-shadow: 0 6px 22px rgba(0,0,0,0.18);
    transition: all .25s; border: none;
}
.btn-cta-white:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.25); color: #0d47a1; text-decoration: none; }
.btn-cta-outline {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 36px; border-radius: 50px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.55); color: #fff;
    font-size: 15px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    transition: all .25s;
}
.btn-cta-outline:hover { background: rgba(255,255,255,0.14); border-color: #fff; color: #fff; text-decoration: none; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media(max-width: 1024px) {
    .stock-partner-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width: 900px) {
    .stock-account-grid  { grid-template-columns: 1fr; gap: 32px; }
    .stock-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width: 768px) {
    .stock-hero-inner { grid-template-columns: 1fr; gap: 28px; }
    .stock-hero-card  { display: none; }
    .stock-partner-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width: 560px) {
    .stock-benefits-grid { grid-template-columns: 1fr; }
    .stock-hero-btns     { flex-direction: column; }
    .stock-cta-btns      { flex-direction: column; align-items: center; }
}