html, body { overflow-x: hidden; max-width: 100%; }
    /* ── Financial Hero ── */
    .fin-hero {
      background: linear-gradient(135deg, #080f14 0%, #0d3a44 55%, #226673 100%);
      padding: 220px 0 80px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .fin-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 65% 50%, rgba(34,102,115,0.18) 0%, transparent 65%);
      pointer-events: none;
    }
    .fin-hero::after {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,0.025) 1px, transparent 1px);
      background-size: 44px 44px;
      pointer-events: none;
    }
    .fin-hero-inner {
      max-width: 1140px; margin: 0 auto; padding: 0 48px 0 32px;
      display: grid; grid-template-columns: 1fr minmax(0, 480px);
      gap: 56px; align-items: center;
      position: relative; z-index: 1;
    }
    .fin-mockup { min-width: 0; }
    .fin-eyebrow {
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem; font-weight: 600;
      letter-spacing: 3px; text-transform: uppercase;
      color: #7ea6ac; border-left: 3px solid #7ea6ac;
      padding-left: 12px; margin-bottom: 20px; display: block;
    }
    .fin-hero h1 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      font-weight: 700; letter-spacing: 1px; line-height: 1.1; margin-bottom: 20px;
    }
    .fin-hero h1 span { color: #7ea6ac; white-space: nowrap; }
    .fin-hero-sub {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.02rem; color: rgba(255,255,255,0.78);
      line-height: 1.7; margin-bottom: 32px; max-width: 520px;
    }
    .fin-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

    /* ── Financial Dashboard Mockup ── */
    .fin-mockup {
      border-radius: 14px; overflow: hidden;
      box-shadow: 0 24px 48px rgba(0,0,0,0.35), 0 0 0 1px rgba(126,166,172,0.1);
      font-family: 'Open Sans', sans-serif;
      background: #0d2e38; height: 480px;
      display: flex; flex-direction: column;
    }
    .fin-mock-header {
      background: #0a2330; border-bottom: 1px solid rgba(126,166,172,0.15);
      padding: 10px 16px; display: flex; align-items: center; justify-content: space-between;
    }
    .fin-mock-title {
      font-family: 'Oswald', sans-serif;
      font-size: 0.78rem; font-weight: 700;
      color: #7ea6ac; letter-spacing: 0.12em; text-transform: uppercase;
    }
    .fin-mock-title span { color: rgba(255,255,255,0.45); font-weight: 400; font-size: 0.65rem; margin-left: 8px; letter-spacing: 0; }
    .fin-mock-live { display: flex; align-items: center; gap: 6px; font-size: 0.62rem; color: #4ade80; }
    .fin-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: finPulse 2s ease-in-out infinite; }
    @keyframes finPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }

    /* ── Screen shell ── */
    .fin-screen-hdr { padding: 8px 12px 4px; display:flex; align-items:center; justify-content:space-between; flex-shrink:0; }
    .fin-screen-title { font-size:0.65rem; font-weight:700; color:rgba(255,255,255,0.88); font-family:'Open Sans',sans-serif; }
    .fin-screen-title .fin-count { background:#226673; color:#fff; border-radius:20px; padding:1px 7px; font-size:0.58rem; margin-left:6px; }
    .fin-screen-title .fin-count-red { background:#630404; color:#fff; border-radius:20px; padding:1px 7px; font-size:0.58rem; margin-left:6px; }
    .fin-btn-sm { font-size:0.6rem; border-radius:6px; padding:3px 8px; font-family:'Open Sans',sans-serif; }
    .fin-btn-gray { color:#7ea6ac; background:#f0f4f5; }
    .fin-btn-teal { color:#226673; background:#f0f4f5; }
    .fin-btn-warn { color:#630404; background:#fff7ed; font-weight:600; }

    /* ── White card containers ── */
    .fin-card { margin:0 12px 8px; background:#fff; border-radius:8px; border:1px solid #e5eef0; overflow:hidden; flex-shrink:0; }
    .fin-card.fin-card-grow { flex:1; min-height:0; }
    .fin-card-pad { padding:10px 12px; }
    .fin-card-stats { margin:0 12px; background:#fff; border-radius:8px; border:1px solid #e5eef0; padding:8px 12px; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; flex-shrink:0; }
    .fin-footer-note { padding:4px 12px 8px; font-size:0.6rem; color:#7ea6ac; text-align:right; font-family:'Open Sans',sans-serif; flex-shrink:0; }

    /* ── Chart ── */
    .fin-chart-lbl { font-size:0.6rem; font-weight:700; color:#7ea6ac; text-transform:uppercase; letter-spacing:0.07em; margin-bottom:6px; font-family:'Open Sans',sans-serif; }
    .fin-bars { display:flex; align-items:flex-end; gap:5px; height:52px; }
    .fin-bar { flex:1; border-radius:2px 2px 0 0; }
    .fin-xlabels { display:flex; gap:5px; margin-top:3px; }
    .fin-xlabel { flex:1; text-align:center; font-size:0.5rem; color:#7ea6ac; font-family:'Open Sans',sans-serif; }

    /* ── Stats ── */
    .fin-stat { }
    .fin-stat-lbl { font-size:0.58rem; color:#7ea6ac; text-transform:uppercase; letter-spacing:0.07em; font-family:'Open Sans',sans-serif; }
    .fin-stat-val { font-family:'Oswald',sans-serif; font-size:1rem; font-weight:700; color:#0d2e38; }
    .fin-stat-val-teal { font-family:'Oswald',sans-serif; font-size:1rem; font-weight:700; color:#226673; }

    /* ── Alert items ── */
    .fin-alert-item { padding:7px 10px; border-bottom:1px solid #f0f4f5; display:flex; gap:8px; align-items:flex-start; }
    .fin-alert-item:last-child { border-bottom:none; }
    .fin-alert-dot { width:7px; height:7px; border-radius:50%; margin-top:4px; flex-shrink:0; }
    .fin-alert-body { flex:1; }
    .fin-alert-title { font-size:0.68rem; font-weight:600; color:#0d2e38; font-family:'Open Sans',sans-serif; }
    .fin-alert-sub { font-size:0.6rem; color:#7ea6ac; font-family:'Open Sans',sans-serif; }

    /* KPI row */
    .fin-kpis {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 6px; padding: 12px 16px 8px;
    }
    .fin-kpi {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(126,166,172,0.12);
      border-radius: 8px; padding: 7px 10px;
    }
    .fin-kpi-val {
      font-family: 'Oswald', sans-serif;
      font-size: 1.05rem; font-weight: 700; color: #fff; line-height: 1;
    }
    .fin-kpi-val.good { color: #4ade80; }
    .fin-kpi-val.warn { color: #f97316; }
    .fin-kpi-lbl { font-size: 0.56rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }

    /* Screens */
    .fin-screens { flex: 1; overflow: hidden; display: flex; flex-direction: column; min-height: 0; }
    .fin-screen { display: none; flex-direction: column; flex: 1; overflow: hidden; }
    .fin-screen.active { display: flex; animation: finSlideIn 0.35s ease; }
    .fin-screen.exit { display: none; }
    @keyframes finSlideIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }

    /* Table */
    .fin-table { width: 100%; border-collapse: collapse; font-size: 0.63rem; }
    .fin-table th {
      background: #f0f4f5; color: #7ea6ac;
      font-size: 0.57rem; text-transform: uppercase; letter-spacing: 0.07em;
      padding: 5px 8px; font-weight: 700; text-align: left;
      border-bottom: 1px solid #e5eef0;
    }
    .fin-table td { padding: 5px 8px; color: #0d2e38; border-bottom: 1px solid #f0f4f5; font-size: 0.63rem; }
    .fin-table tr:last-child td { border-bottom: none; }
    .fin-badge { display: inline-block; border-radius: 20px; padding: 1px 7px; font-size: 0.56rem; font-weight: 700; }
    .fin-badge-ok { background: #dcfce7; color: #166534; }
    .fin-badge-warn { background: #fff7ed; color: #c2410c; }
    .fin-badge-crit { background: #fee2e2; color: #991b1b; }
    .fin-badge-blue { background: #e0f2fe; color: #075985; }
    .fin-badge-proc { background: #ede9fe; color: #5b21b6; }

    /* ── Pain Points ── */
    .fin-pain {
      background: #f8fafb; padding: 90px 0;
      position: relative; overflow: hidden;
    }
    .fin-pain::before {
      content: ''; position: absolute; inset: 0;
      background-image: radial-gradient(circle, rgba(34,102,115,0.05) 1px, transparent 1px);
      background-size: 48px 48px; pointer-events: none;
    }
    .fin-pain-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }

    .fin-section-eyebrow {
      font-family: 'Oswald', sans-serif; font-size: 0.72rem; font-weight: 600;
      letter-spacing: 3.5px; text-transform: uppercase; color: #226673; margin-bottom: 12px; display: block;
    }
    .fin-section-title {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 700; color: #080f14; line-height: 1.15; margin-bottom: 16px;
    }
    .fin-section-title span { color: #226673; }
    .fin-section-sub {
      font-family: 'Open Sans', sans-serif;
      font-size: 1rem; color: #4a6070; line-height: 1.7; max-width: 1000px; margin-bottom: 56px;
    }
    .fin-pain .fin-section-title { text-align: center; }
    .fin-challenge-sub { max-width: 820px; font-size: clamp(0.8rem, 1.5vw, 1rem); text-align: center; margin: 0 auto 56px; }

    .fin-pain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
    .fin-pain-item {
      display: flex; gap: 20px; align-items: flex-start;
      padding: 28px 40px 28px 0; border-bottom: 1px solid #e5eef0;
    }
    .fin-pain-item:nth-child(even) { padding-left: 40px; padding-right: 0; }
    .fin-pain-item:nth-child(odd) { border-right: 1px solid #e5eef0; }
    .fin-pain-item:nth-last-child(-n+2) { border-bottom: none; }
    .fin-pain-num { display: none; }
    .fin-pain-icon {
      width: 44px; height: 44px; border-radius: 10px;
      background: linear-gradient(135deg, #226673, #7ea6ac);
      display: flex; align-items: center; justify-content: center;
      color: #fff; flex-shrink: 0;
    }
    .fin-pain-item { display: flex; gap: 20px; align-items: flex-start; }
    .fin-pain-body h3 { font-family: 'Oswald', sans-serif; font-size: 1.08rem; font-weight: 600; color: #0d2e38; margin: 0 0 8px; }
    .fin-pain-body p { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; color: #4a6070; line-height: 1.65; margin: 0; }

    /* ── Solutions ── */
    .fin-solutions {
      background: linear-gradient(160deg, #080f14 0%, #0d3a44 60%, #226673 100%);
      padding: 90px 0;
    }
    .fin-solutions-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
    .fin-solutions .fin-section-eyebrow { color: #7ea6ac; }
    .fin-solutions .fin-section-title { color: #fff; }
    .fin-solutions .fin-section-title span { color: #7ea6ac; }
    .fin-solutions .fin-section-sub { color: rgba(255,255,255,0.6); }

    .fin-sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
    .fin-sol-card {
      border: 1px solid rgba(126,166,172,0.15); background: rgba(255,255,255,0.04);
      border-radius: 14px; padding: 30px 26px;
      display: flex; flex-direction: column; gap: 14px;
      transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
      position: relative; overflow: hidden;
    }
    .fin-sol-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, #226673, #7ea6ac);
      border-radius: 14px 14px 0 0; opacity: 0; transition: opacity 0.2s;
    }
    .fin-sol-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,0.3); transform: translateY(-4px); border-color: rgba(126,166,172,0.35); }
    .fin-sol-card:hover::before { opacity: 1; }
    .fin-sol-card-icon {
      width: 46px; height: 46px; border-radius: 10px;
      background: linear-gradient(135deg, #226673, #7ea6ac);
      display: flex; align-items: center; justify-content: center; color: #fff;
    }
    .fin-sol-card h3 { font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 600; color: #fff; margin: 0; }
    .fin-sol-card p { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin: 0; flex: 1; }
    .fin-sol-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
    .fin-sol-list li {
      font-family: 'Open Sans', sans-serif; font-size: 0.85rem;
      color: rgba(255,255,255,0.5); padding-left: 16px; position: relative; line-height: 1.5;
    }
    .fin-sol-list li::before { content: '›'; position: absolute; left: 0; color: #7ea6ac; font-weight: 700; }


    /* ── How It Works ── */
    .fin-how { background: #f8fafb; padding: 90px 0; }
    .fin-how-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
    .fin-how .fin-section-eyebrow { color: #226673; }
    .fin-how .fin-section-title { color: #080f14; }
    .fin-how .fin-section-title span { color: #226673; }
    .fin-how .fin-section-sub { color: #4a6070; }
    .fin-steps {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 0; margin-top: 56px; position: relative;
    }
    .fin-steps::before {
      content: ''; position: absolute;
      top: 28px; left: calc(12.5% + 14px); right: calc(12.5% + 14px);
      height: 2px; background: linear-gradient(90deg, #630404, #7ea6ac); z-index: 0;
    }
    .fin-step { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
    .fin-step-num {
      width: 56px; height: 56px; border-radius: 50%;
      background: linear-gradient(135deg, #630404, #7ea6ac);
      color: #fff; font-family: 'Oswald', sans-serif; font-size: 1.3rem; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 16px rgba(99,4,4,0.25);
    }
    .fin-step h4 { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: #0d2e38; margin: 0; }
    .fin-step p { font-family: 'Open Sans', sans-serif; font-size: 0.85rem; color: #4a6070; line-height: 1.6; margin: 0; }

    /* ── Results Strip ── */
    .fin-results {
      background: linear-gradient(135deg, #1a0606, #630404);
      padding: 64px 0; color: #fff;
    }
    .fin-results-inner {
      max-width: 1100px; margin: 0 auto; padding: 0 32px;
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center;
    }
    .fin-result-val { font-family: 'Oswald', sans-serif; font-size: 2.6rem; font-weight: 700; color: #fff; line-height: 1; }
    .fin-result-val span { color: #7ea6ac; }
    .fin-result-lbl { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; color: rgba(255,255,255,0.65); margin-top: 6px; line-height: 1.5; }
    .fin-result-divider { width: 1px; background: rgba(255,255,255,0.12); align-self: stretch; margin: auto 0; }

    /* ── CTA ── */
    .fin-cta { background: #fff; padding: 90px 0; text-align: center; color: #0d2e38; }
    .fin-cta h2 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; margin-bottom: 16px; color: #0d2e38; }
    .fin-cta h2 span { color: #226673; }
    .fin-cta p { font-family: 'Open Sans', sans-serif; font-size: 1.05rem; color: #4a6070; max-width: 580px; margin: 0 auto 36px; line-height: 1.7; }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      .fin-hero-inner { grid-template-columns: 1fr; }
      .fin-mockup { display: none; }
      .fin-pain-list { grid-template-columns: 1fr; }
      .fin-pain-item { padding: 24px 0 !important; border-right: none !important; border-bottom: 1px solid #e5eef0 !important; }
      .fin-pain-item:last-child { border-bottom: none !important; }
      .fin-sol-grid { grid-template-columns: repeat(2, 1fr); }
      .fin-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
      .fin-steps::before { display: none; }
      .fin-results-inner { grid-template-columns: repeat(2, 1fr); }
      .fin-result-divider { display: none; }
    }
    @media (max-width: 600px) {
      .fin-sol-grid { grid-template-columns: 1fr; }
      .fin-steps { grid-template-columns: 1fr; }
      .fin-results-inner { grid-template-columns: repeat(2, 1fr); }
    }