/* ==============================================
   FINANCE — Hero
   The headline carries two parallel statements
   that are longer than the default sol-hero h1
   budget; size down and widen so each statement
   lands on its own row.
   ============================================== */

.sol-hero h1 {
    font-size: 38px;
    line-height: 48px;
    max-width: 960px;
}

@media (max-width: 1024px) {
    .sol-hero h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .sol-hero h1 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 500px) {
    .sol-hero h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

/* ==============================================
   FINANCE — Problem Section
   "The Compliance Iceberg"
   Above the waterline: a clean audit pass.
   Below: the submerged bulk of what compliance
   doesn't stop — brand damage, breach cost,
   rubber-stamped reviews.
   ============================================== */

.iceberg {
    max-width: 1016px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.6);
}

/* ---------- Above waterline: the audit pass view ---------- */

.iceberg-above {
    position: relative;
    padding: 36px 40px 40px;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(52, 248, 182, 0.12) 0%, transparent 65%),
        linear-gradient(180deg, #0e1f1a 0%, #0a1915 100%);
    border: 1px solid rgba(52, 248, 182, 0.2);
    border-bottom: none;
    border-radius: 18px 18px 0 0;
}

.iceberg-above-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(52, 248, 182, 0.2);
}

.iceberg-above-label {
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--el-green);
    text-transform: uppercase;
}

.iceberg-above-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--el-green);
    padding: 4px 10px;
    border: 1px solid rgba(52, 248, 182, 0.35);
    border-radius: 4px;
    background: rgba(52, 248, 182, 0.1);
    text-transform: uppercase;
}

.iceberg-above-status::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--el-green);
    box-shadow: 0 0 8px rgba(52, 248, 182, 0.6);
}

.iceberg-above-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.iceberg-check {
    padding: 14px 16px;
    background: rgba(52, 248, 182, 0.06);
    border: 1px solid rgba(52, 248, 182, 0.25);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.iceberg-check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--el-green);
    color: #0a1915;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.iceberg-check-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 18px;
}

.iceberg-check-sub {
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-size: 10px;
    color: var(--el-green);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.iceberg-above-caption {
    font-size: 15px;
    line-height: 22px;
    color: var(--text-tertiary);
    font-style: italic;
    margin: 0;
    text-align: center;
    opacity: 0.85;
}

.iceberg-above-caption strong {
    color: var(--el-green);
    font-style: normal;
    font-weight: 700;
}

/* ---------- Waterline: dramatic wave divider ---------- */

.iceberg-waterline {
    position: relative;
    height: 70px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10, 25, 21, 0.95) 0%, rgba(6, 12, 24, 1) 100%);
    border-left: 1px solid rgba(52, 248, 182, 0.2);
    border-right: 1px solid rgba(52, 248, 182, 0.2);
}

.iceberg-waterline-svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.iceberg-waterline-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--el-cyan);
    text-transform: uppercase;
    background: #070d18;
    padding: 6px 18px;
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 999px;
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* ---------- Below waterline: the deep threats ---------- */

.iceberg-below {
    position: relative;
    padding: 48px 40px 48px;
    background:
        radial-gradient(ellipse at 80% 30%, rgba(255, 100, 100, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse at 20% 90%, rgba(255, 100, 100, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #06090f 0%, #08040a 60%, #0b0508 100%);
    border: 1px solid rgba(255, 100, 100, 0.22);
    border-top: none;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
}

/* Subtle bubble/depth texture */
.iceberg-below::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.025) 0 2px, transparent 3px),
        radial-gradient(circle at 60% 50%, rgba(255, 255, 255, 0.02) 0 1.5px, transparent 2.5px),
        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.025) 0 2px, transparent 3px),
        radial-gradient(circle at 35% 90%, rgba(255, 255, 255, 0.02) 0 1px, transparent 2px),
        radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.02) 0 1.5px, transparent 2.5px);
    pointer-events: none;
}

.iceberg-below-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.iceberg-below-label {
    display: inline-block;
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: var(--before-red);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.iceberg-below-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
}

.iceberg-below-title em {
    color: var(--before-red);
    font-style: normal;
}

.iceberg-threats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.iceberg-threat {
    padding: 24px 26px;
    background: linear-gradient(
        180deg,
        rgba(255, 100, 100, 0.06) 0%,
        rgba(255, 100, 100, 0.02) 100%
    );
    border: 1px solid rgba(255, 100, 100, 0.3);
    border-radius: 10px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

/* Each threat appears to emerge from depth */
.iceberg-threat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--before-red) 0%, transparent 100%);
}

.iceberg-threat-stat {
    font-size: 34px;
    font-weight: 800;
    color: var(--before-red);
    line-height: 1;
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    letter-spacing: -1px;
    flex-shrink: 0;
    min-width: 96px;
    white-space: nowrap;
}

.iceberg-threat-body {
    flex: 1;
}

.iceberg-threat-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
    line-height: 22px;
}

.iceberg-threat-body p {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-secondary);
    margin: 0;
}

.iceberg-threat-source {
    display: inline-block;
    font-size: 9px;
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--text-muted);
    border: 1px solid rgba(160, 174, 192, 0.25);
    padding: 2px 6px;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 4px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.iceberg-threat-source:hover {
    color: var(--text-secondary);
    border-color: rgba(160, 174, 192, 0.4);
}

/* ---------- Bottom thesis ---------- */

.iceberg-thesis {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 32px 28px 14px;
    border-top: 1px solid rgba(255, 100, 100, 0.15);
    position: relative;
    z-index: 1;
}

.iceberg-contrast {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.4px;
    margin: 0 0 22px;
}

.iceberg-resolution {
    font-size: 15px;
    line-height: 22px;
    color: var(--text-tertiary);
    margin: 0;
}

.iceberg-resolution strong {
    color: var(--el-cyan);
    font-weight: 700;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .iceberg-above {
        padding: 28px 24px 30px;
    }

    .iceberg-above-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iceberg-below {
        padding: 36px 24px 36px;
    }

    .iceberg-threats {
        grid-template-columns: 1fr;
    }

    .iceberg-below-title {
        font-size: 20px;
        line-height: 28px;
    }

    .iceberg-contrast {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .iceberg-above {
        padding: 22px 18px 24px;
    }

    .iceberg-above-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .iceberg-above-grid {
        grid-template-columns: 1fr;
    }

    .iceberg-waterline-label {
        font-size: 10px;
        letter-spacing: 1.2px;
        padding: 5px 12px;
    }

    .iceberg-below {
        padding: 28px 18px 28px;
    }

    .iceberg-threat {
        padding: 18px 20px;
        flex-direction: column;
        gap: 12px;
    }

    .iceberg-threat-stat {
        font-size: 28px;
    }

    .iceberg-contrast {
        font-size: 19px;
        line-height: 26px;
    }
}
