  /* ============================================
           RESET & BASE
           ============================================ */
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: #ffffff;
            color: #2d3748;
            line-height: 1.7;
            overflow-x: hidden;
        }
        img { max-width: 100%; display: block; }
        a { text-decoration: none; color: inherit; }

        /* ============================================
           CSS VARIABLES
           ============================================ */
        :root {
            --primary: #457b9d;
            --primary-dark: #1d3557;
            --accent: #61876e;
            --accent-glow: rgba(97, 135, 110, 0.25);
            --dark-bg: #0a0f1c;
            --card-bg: rgba(255,255,255,0.03);
            --card-border: rgba(255,255,255,0.08);
            --section-bg: #f5f7fa;
            --light-bg: #ffffff;
            --text-primary: #1a202c;
            --text-secondary: #4a5568;
            --text-muted: #718096;
            --gradient-1: linear-gradient(135deg, #457b9d, #61876e);
            --gradient-2: linear-gradient(135deg, #1d3557, #457b9d);
            --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
            /* Dark section variants */
            --dark-text-primary: #ffffff;
            --dark-text-secondary: #b8c5d6;
            --dark-text-muted: #7a8ba0;
            --dark-card-border: rgba(255,255,255,0.08);
            --max-width: 1300px;
            --radius: 16px;
        }

        .chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}
.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-block ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.news-block ul li {
  list-style: none;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  border-bottom-width: 3px;
  color: #000;
  box-shadow: inset 0 0 10px #2a98f93b;
}

.news-block ul li img {
  max-height: 26px;
  max-width: 180px;
  display: block;
  margin-bottom: 10px;
}

.news-block ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
}

.news-block ul li a.readmore {
  color: #0074ba;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
  margin-left: 2px;
}

.news-block ul li span {
  display: block;
  font-size: 14px;
  color: #666;
}

        /* ============================================
           UTILITY CLASSES
           ============================================ */
        .container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
        .section-pad { padding: 100px 0; }
        .text-gradient {
            color: #457b9d;
        }
        .dark-section .text-gradient,
        .market-opp .text-gradient {
            color: #5ec4e6;
        }
        .text-center { text-align: center; }

        /* ============================================
           TOP BAR — PAID ADVERTORIAL
           ============================================ */
        .top-bar {
            background: linear-gradient(90deg, #1d3557, #264a6e);
            border-bottom: 1px solid rgba(69,123,157,0.25);
            padding: 10px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(20px);
        }
        .top-bar .container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
        }
        .top-bar__label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: rgba(255,255,255,0.55);
        }
        .top-bar__label span {
            color: var(--accent);
            font-weight: 600;
        }
        .top-bar__ticker {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .ticker-badge {
            background: var(--gradient-1);
            color: #ffffff;
            font-weight: 700;
            font-size: 12px;
            padding: 4px 14px;
            border-radius: 20px;
            letter-spacing: 1px;
        }

        /* ============================================
           HERO SECTION
           ============================================ */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: #000;
        }
        .hero__video-bg {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            object-fit: cover;
            z-index: 0;
            opacity: 0.5;
        }
        .hero::after {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(10,15,28,0.75) 100%);
            z-index: 1;
        }

        .hero__inner {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 48px;
            width: 100%;
        }
        .hero__content {
            max-width: 780px;
        }
        .hero__logo {
            width: 180px;
            margin-bottom: 28px;
            filter: brightness(0) invert(1);
        }
        .hero__right {
            flex-shrink: 0;
            text-align: center;
            position: relative;
        }
        .hero__ticker-card {
            position: relative;
            padding: 48px 52px;
            border-radius: 24px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.1);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            overflow: hidden;
        }
        .hero__ticker-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(ellipse at 30% 0%, rgba(69,123,157,0.25) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 100%, rgba(97,135,110,0.2) 0%, transparent 60%);
            z-index: 0;
        }
        .hero__ticker-card::after {
            content: '';
            position: absolute;
            top: -1px; left: 20%; right: 20%;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(69,123,157,0.7), rgba(97,135,110,0.5), transparent);
        }
        .hero__ticker-glow {
            position: absolute;
            width: 200px; height: 200px;
            border-radius: 50%;
            background: rgba(69,123,157,0.15);
            filter: blur(60px);
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            animation: tickerGlow 4s ease-in-out infinite alternate;
            z-index: 0;
        }
        @keyframes tickerGlow {
            0% { opacity: 0.5; transform: translate(-50%, -50%) scale(0.9); }
            100% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
        }
        .hero__ticker-label {
            position: relative;
            z-index: 1;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 10px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.6);
            margin-bottom: 8px;
        }
        .hero__ticker-symbol {
            position: relative;
            z-index: 1;
            font-size: clamp(3.5rem, 8vw, 5.5rem);
            font-weight: 900;
            letter-spacing: 8px;
            line-height: 1;
            color: #5ec4e6;
            text-shadow: 0 0 40px rgba(94,196,230,0.4), 0 2px 4px rgba(0,0,0,0.3);
        }
        @keyframes shimmer {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        .hero__ticker-divider {
            position: relative;
            z-index: 1;
            width: 60px;
            height: 3px;
            margin: 16px auto;
            border-radius: 2px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }
        .hero__ticker-exchange {
            position: relative;
            z-index: 1;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 4px;
            color: rgba(255,255,255,0.35);
            margin-top: 4px;
        }
        .hero__ticker-ring {
            position: absolute;
            inset: -2px;
            border-radius: 26px;
            border: 1px solid transparent;
            background: linear-gradient(135deg, rgba(69,123,157,0.3), transparent 40%, transparent 60%, rgba(97,135,110,0.3)) border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            animation: ringRotate 8s linear infinite;
        }
        @keyframes ringRotate {
            to { filter: hue-rotate(30deg); }
        }
        @media (max-width: 900px) {
            .hero__inner { flex-direction: column; text-align: center; }
            .hero__right { order: 2; }
            .hero__logo { margin: 0 auto 28px; }
        }
        .hero__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(69,123,157,0.15);
            border: 1px solid rgba(69,123,157,0.3);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 500;
            color: #8bbbd4;
            margin-bottom: 30px;
            backdrop-filter: blur(10px);
        }
        .hero__badge::before {
            content: '';
            width: 8px; height: 8px;
            background: var(--accent);
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.5); }
        }
        .hero__title {
            font-family: 'Inter', sans-serif;
            font-size: clamp(2.2rem, 5vw, 3.8rem);
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 24px;
            color: #ffffff;
        }
        .hero__subtitle {
            font-size: clamp(1rem, 2vw, 1.2rem);
            color: #c5ced9;
            max-width: 720px;
            line-height: 1.8;
        }
        .hero__highlight {
            color: #5ec4e6;
            -webkit-text-fill-color: #5ec4e6;
            font-weight: 900;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 17px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }
        .btn--primary {
            background: var(--gradient-1);
            color: #ffffff;
        }
        .btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(69,123,157,0.3); }
        .btn--outline {
            background: transparent;
            border: 1px solid rgba(69,123,157,0.3);
            color: var(--primary);
        }
        .btn--outline:hover { background: rgba(69,123,157,0.08); border-color: var(--primary); }

        /* ============================================
           MARKET CRISIS — STATS SECTION
           ============================================ */
        .crisis {
            background: var(--light-bg);
            position: relative;
            overflow: hidden;
        }
        .crisis::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--primary), transparent);
        }
        .crisis__header {
            text-align: center;
            margin-bottom: 60px;
        }
        .section-eyebrow {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 16px;
        }
        .section-title {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.8rem, 3.5vw, 2.8rem);
            font-weight: 800;
            color: var(--text-primary);
            margin-bottom: 16px;
            line-height: 1.2;
        }
        .section-desc {
            font-size: 16px;
            color: var(--text-secondary);
            max-width: 640px;
            margin: 0 auto;
        }
        /* Dark section overrides */
        .dark-section { background: var(--dark-bg); }
        .dark-section .section-eyebrow { color: var(--accent); }
        .dark-section .section-title { color: var(--dark-text-primary); }
        .dark-section .section-desc { color: var(--dark-text-secondary); }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
        .stat-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: var(--radius);
            padding: 36px 28px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
        }
        .stat-card:hover {
            border-color: rgba(69,123,157,0.3);
            transform: translateY(-4px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
        }
        .stat-card__icon {
            width: 52px; height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 20px;
        }
        .stat-card__icon--diabetes { background: rgba(69,123,157,0.1); color: var(--primary); }
        .stat-card__icon--cvd { background: rgba(239,68,68,0.08); color: #e53e3e; }
        .stat-card__icon--cancer { background: rgba(128,90,213,0.08); color: #805ad5; }
        .stat-card__icon--ckd { background: rgba(214,158,46,0.08); color: #d69e2e; }
        .stat-card__number {
            font-size: 38px;
            font-weight: 900;
            color: var(--primary-dark);
            line-height: 1;
            margin-bottom: 8px;
        }
        .stat-card__title {
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: 10px;
        }
        .stat-card__desc {
            font-size: 17px;
            color: var(--text-muted);
            line-height: 1.6;
        }
        .stat-card__glow {
            position: absolute;
            bottom: -40px; right: -40px;
            width: 120px; height: 120px;
            border-radius: 50%;
            filter: blur(50px);
            opacity: 0.15;
        }

        /* ============================================
           PROBLEM / SOLUTION SECTION
           ============================================ */
        .problem-solution {
            background: var(--section-bg);
            position: relative;
        }
        .ps-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: stretch;
        }
        .ps-card {
            padding: 48px;
            border-radius: var(--radius);
            position: relative;
            overflow: hidden;
        }
        .ps-card--problem {
            background: #ffffff;
            border: 1px solid #fed7d7;
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
        }
        .ps-card--solution {
            background: #ffffff;
            border: 1px solid rgba(97,135,110,0.2);
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
        }
        .ps-card__visual {
            width: 100%;
            height: 220px;
            border-radius: 12px;
            margin-bottom: 28px;
            position: relative;
            overflow: hidden;
        }
        .ps-card__visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .ps-card--problem .ps-card__visual::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.9) 100%);
        }
        .ps-card--solution .ps-card__visual::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.9) 100%);
        }
        .ps-card__visual-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 20px;
        }
        .ps-card--problem .ps-card__visual-badge {
            background: rgba(229,62,62,0.1);
            color: #e53e3e;
        }
        .ps-card--solution .ps-card__visual-badge {
            background: rgba(97,135,110,0.12);
            color: var(--accent);
        }
        .ps-card__eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 700;
            margin-bottom: 16px;
        }
        .ps-card--problem .ps-card__eyebrow { color: #e53e3e; }
        .ps-card--solution .ps-card__eyebrow { color: var(--accent); }
        .ps-card__title {
            font-family: 'Inter', sans-serif;
            font-size: 24px;
            font-weight: 800;
            color: var(--primary-dark);
            margin-bottom: 20px;
            line-height: 1.3;
        }
        .ps-card__text {
            font-size: 17px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 24px;
        }
        .ps-card__text strong { color: var(--primary-dark); font-weight: 600; }
        .ps-card__points {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }
        .ps-card__point {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 13px;
            color: var(--text-secondary);
            line-height: 1.6;
        }
        .ps-card__point-icon {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
        }
        .ps-card--problem .ps-card__point-icon {
            background: rgba(229,62,62,0.08);
        }
        .ps-card--solution .ps-card__point-icon {
            background: rgba(97,135,110,0.1);
        }
        .ps-card__arrow {
            display: none;
            position: absolute;
            right: -28px;
            top: 50%;
            transform: translateY(-50%);
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: var(--section-bg);
            border: 2px solid #e2e8f0;
            z-index: 2;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 22px;
        }
        @media (min-width: 769px) {
            .ps-card__arrow { display: flex; }
        }

        /* ============================================
           MARKET OPPORTUNITY
           ============================================ */
        .market-opp {
            background: var(--dark-bg);
            position: relative;
            overflow: hidden;
        }
        .market-opp__bg-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.22;
            z-index: 0;
        }
        .market-opp::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(10,15,28,0.6) 0%, rgba(10,15,28,0.3) 50%, rgba(10,15,28,0.75) 100%);
            z-index: 1;
        }
        .market-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            position: relative;
            z-index: 2;
        }
        .market-card {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: var(--radius);
            padding: 40px 32px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        .market-card:hover {
            border-color: rgba(69,123,157,0.35);
            transform: translateY(-6px);
            box-shadow: 0 30px 80px rgba(0,0,0,0.4);
        }
        .market-card__value {
            font-size: 48px;
            font-weight: 900;
            margin-bottom: 4px;
            line-height: 1;
        }
        .market-card__suffix {
            font-size: 17px;
            color: var(--dark-text-muted);
            margin-bottom: 20px;
        }
        .market-card__label {
            font-size: 16px;
            font-weight: 600;
            color: var(--dark-text-primary);
            margin-bottom: 12px;
        }
        .market-card__detail {
            font-size: 13px;
            color: var(--dark-text-muted);
            line-height: 1.6;
        }

        /* ============================================
           INVESTOR LETTER
           ============================================ */
        .investor-letter {
            background: var(--dark-bg);
            position: relative;
            overflow: hidden;
        }
        .investor-letter::before {
            content: '';
            position: absolute;
            top: -200px; right: -150px;
            width: 500px; height: 500px;
            background: radial-gradient(circle, rgba(69,123,157,0.15) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
            animation: ilGlow1 6s ease-in-out infinite alternate;
        }
        @keyframes ilGlow1 {
            0% { transform: translate(0, 0) scale(1); opacity: 0.6; }
            100% { transform: translate(-30px, 30px) scale(1.15); opacity: 1; }
        }
        .investor-letter::after {
            content: '';
            position: absolute;
            bottom: -120px; left: -100px;
            width: 400px; height: 400px;
            background: radial-gradient(circle, rgba(94,196,230,0.12) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
            animation: ilGlow2 7s ease-in-out infinite alternate;
        }
        @keyframes ilGlow2 {
            0% { transform: translate(0, 0) scale(1); opacity: 0.5; }
            100% { transform: translate(20px, -20px) scale(1.2); opacity: 0.9; }
        }
        .investor-letter .section-eyebrow {
            margin-bottom: 12px;
            color: #5ec4e6;
        }
        .investor-letter .section-title {
            margin-bottom: 48px;
            color: #ffffff;
        }
        .investor-letter .section-title .text-gradient {
            color: #5ec4e6;
        }
        /* Animated grid background */
        .il-grid-bg {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(69,123,157,0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(69,123,157,0.05) 1px, transparent 1px);
            background-size: 60px 60px;
            animation: ilGridShift 20s linear infinite;
            pointer-events: none;
        }
        @keyframes ilGridShift {
            0% { transform: translate(0, 0); }
            100% { transform: translate(60px, 60px); }
        }
        /* Floating particles */
        .il-particles {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
        }
        .il-particle {
            position: absolute;
            width: 4px; height: 4px;
            background: rgba(94,196,230,0.3);
            border-radius: 50%;
            animation: ilFloat 12s ease-in-out infinite;
        }
        .il-particle:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; animation-duration: 10s; }
        .il-particle:nth-child(2) { top: 30%; left: 85%; animation-delay: 2s; animation-duration: 14s; width: 6px; height: 6px; }
        .il-particle:nth-child(3) { top: 70%; left: 20%; animation-delay: 4s; animation-duration: 11s; }
        .il-particle:nth-child(4) { top: 80%; left: 75%; animation-delay: 1s; animation-duration: 13s; width: 3px; height: 3px; }
        .il-particle:nth-child(5) { top: 50%; left: 50%; animation-delay: 3s; animation-duration: 15s; width: 5px; height: 5px; }
        .il-particle:nth-child(6) { top: 10%; left: 60%; animation-delay: 5s; animation-duration: 9s; }
        @keyframes ilFloat {
            0%, 100% { transform: translateY(0) translateX(0) scale(1); opacity: 0.3; }
            25% { transform: translateY(-30px) translateX(15px) scale(1.5); opacity: 0.7; }
            50% { transform: translateY(-10px) translateX(-20px) scale(1); opacity: 0.4; }
            75% { transform: translateY(-40px) translateX(10px) scale(1.3); opacity: 0.6; }
        }
        .letter-box {
            max-width: 900px;
            margin: 0 auto;
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(94,196,230,0.15);
            border-radius: 20px;
            padding: 56px 56px 48px;
            position: relative;
            overflow: hidden;
            box-shadow:
                0 4px 40px rgba(0,0,0,0.3),
                0 0 80px rgba(69,123,157,0.08);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        .letter-box:hover {
            border-color: rgba(94,196,230,0.35);
            transform: translateY(-6px);
            box-shadow:
                0 8px 50px rgba(0,0,0,0.4),
                0 0 100px rgba(69,123,157,0.15),
                inset 0 0 60px rgba(94,196,230,0.03);
        }
        .letter-box::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 4px; height: 100%;
            background: linear-gradient(180deg, #5ec4e6, #457b9d, #61876e, #5ec4e6);
            background-size: 100% 200%;
            animation: ilBorderFlow 4s ease-in-out infinite;
        }
        @keyframes ilBorderFlow {
            0%, 100% { background-position: 0 0; }
            50% { background-position: 0 100%; }
        }
        .letter-box::after {
            content: '\201C';
            position: absolute;
            top: 20px; right: 40px;
            font-size: 120px;
            font-family: Georgia, serif;
            color: rgba(94,196,230,0.06);
            line-height: 1;
            pointer-events: none;
        }
        /* Top shimmer line on letter box */
        .letter-box__shimmer {
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(94,196,230,0.5), transparent);
            background-size: 200% 100%;
            animation: ilShimmer 3s ease-in-out infinite;
        }
        @keyframes ilShimmer {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }
        .letter-box__greeting {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            margin-bottom: 28px;
            background: linear-gradient(135deg, rgba(69,123,157,0.3), rgba(94,196,230,0.2));
            border: 1px solid rgba(94,196,230,0.25);
            padding: 8px 20px;
            border-radius: 6px;
            backdrop-filter: blur(8px);
        }
        .letter-box__greeting::before {
            content: '';
            display: inline-block;
            width: 8px; height: 8px;
            background: #5ec4e6;
            border-radius: 50%;
            box-shadow: 0 0 12px rgba(94,196,230,0.6);
            animation: greetingPulse 2s ease-in-out infinite;
        }
        @keyframes greetingPulse {
            0%, 100% { opacity: 0.6; transform: scale(1); box-shadow: 0 0 8px rgba(94,196,230,0.4); }
            50% { opacity: 1; transform: scale(1.3); box-shadow: 0 0 20px rgba(94,196,230,0.8); }
        }
        .letter-box__title {
            font-family: 'Inter', sans-serif;
            font-size: 27px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 28px;
            line-height: 1.38;
        }
        .letter-box__text {
            font-size: 15.5px;
            color: var(--dark-text-secondary);
            line-height: 1.9;
            margin-bottom: 20px;
        }
        .letter-box__text strong { color: #5ec4e6; }
        .letter-disclaimer {
            font-size: 11px;
            color: var(--dark-text-muted);
            font-style: italic;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.08);
        }

        /* ============================================
           TOP REASONS
           ============================================ */
        .reasons {
            background: var(--dark-bg);
            position: relative;
            overflow: hidden;
        }
        /* Hexagon grid pattern */
        .reasons__hex-bg {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(30deg, rgba(69,123,157,0.04) 12%, transparent 12.5%, transparent 87%, rgba(69,123,157,0.04) 87.5%, rgba(69,123,157,0.04)),
                linear-gradient(150deg, rgba(69,123,157,0.04) 12%, transparent 12.5%, transparent 87%, rgba(69,123,157,0.04) 87.5%, rgba(69,123,157,0.04)),
                linear-gradient(30deg, rgba(69,123,157,0.04) 12%, transparent 12.5%, transparent 87%, rgba(69,123,157,0.04) 87.5%, rgba(69,123,157,0.04)),
                linear-gradient(150deg, rgba(69,123,157,0.04) 12%, transparent 12.5%, transparent 87%, rgba(69,123,157,0.04) 87.5%, rgba(69,123,157,0.04)),
                linear-gradient(60deg, rgba(94,196,230,0.03) 25%, transparent 25.5%, transparent 75%, rgba(94,196,230,0.03) 75%, rgba(94,196,230,0.03)),
                linear-gradient(60deg, rgba(94,196,230,0.03) 25%, transparent 25.5%, transparent 75%, rgba(94,196,230,0.03) 75%, rgba(94,196,230,0.03));
            background-size: 80px 140px;
            background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
            pointer-events: none;
            opacity: 0.7;
        }
        /* Floating glow orbs */
        .reasons__orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(90px);
            pointer-events: none;
        }
        .reasons__orb--1 {
            width: 400px; height: 400px;
            background: rgba(69,123,157,0.1);
            top: -150px; right: -100px;
            animation: reasonsOrb1 10s ease-in-out infinite alternate;
        }
        .reasons__orb--2 {
            width: 300px; height: 300px;
            background: rgba(94,196,230,0.07);
            bottom: -100px; left: -80px;
            animation: reasonsOrb2 12s ease-in-out infinite alternate;
        }
        .reasons__orb--3 {
            width: 200px; height: 200px;
            background: rgba(97,135,110,0.08);
            top: 40%; left: 50%;
            animation: reasonsOrb3 8s ease-in-out infinite alternate;
        }
        @keyframes reasonsOrb1 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-50px,40px) scale(1.2); } }
        @keyframes reasonsOrb2 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(40px,-30px) scale(1.15); } }
        @keyframes reasonsOrb3 { 0% { transform: translate(0,0) scale(0.8); opacity:0.4; } 100% { transform: translate(-30px,30px) scale(1.1); opacity:0.8; } }
        /* Animated scan line */
        .reasons__scanline {
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(94,196,230,0.3), transparent);
            animation: reasonsScan 6s ease-in-out infinite;
            pointer-events: none;
            z-index: 1;
        }
        @keyframes reasonsScan {
            0% { top: 0; opacity: 0; }
            10% { opacity: 1; }
            90% { opacity: 1; }
            100% { top: 100%; opacity: 0; }
        }
        /* Top gradient line */
        .reasons::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(94,196,230,0.4), transparent);
            z-index: 2;
        }
        .reasons .section-title {
            color: #ffffff;
        }
        .reasons .section-title .text-gradient {
            color: #5ec4e6;
        }
        .reasons-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            position: relative;
            z-index: 2;
        }
        .reason-item {
            display: flex;
            align-items: flex-start;
            gap: 22px;
            padding: 32px;
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 14px;
            transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
            box-shadow: 0 2px 20px rgba(0,0,0,0.15);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            position: relative;
            overflow: hidden;
        }
        .reason-item::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: linear-gradient(135deg, rgba(94,196,230,0.03) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        .reason-item:hover::before {
            opacity: 1;
        }
        .reason-item:hover {
            border-color: rgba(94,196,230,0.25);
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px rgba(94,196,230,0.05);
        }
        .reason-item__num {
            flex-shrink: 0;
            width: 48px; height: 48px;
            border-radius: 12px;
            background: linear-gradient(135deg, rgba(69,123,157,0.2), rgba(94,196,230,0.15));
            border: 1px solid rgba(94,196,230,0.2);
            color: #5ec4e6;
            font-weight: 800;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 14px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
        }
        .reason-item:hover .reason-item__num {
            background: linear-gradient(135deg, #457b9d, #5ec4e6);
            color: #ffffff;
            box-shadow: 0 4px 20px rgba(94,196,230,0.3);
        }
        .reason-item__text {
            font-size: 17px;
            color: var(--dark-text-secondary);
            line-height: 1.75;
            position: relative;
            z-index: 1;
        }
        .reason-item__text strong {
            color: #ffffff;
            font-weight: 700;
        }
        .reasons__disclaimer {
            max-width: 900px;
            margin: 48px auto 0;
            font-size: 12px;
            color: var(--dark-text-muted);
            font-style: italic;
            text-align: center;
            line-height: 1.7;
            position: relative;
            z-index: 2;
        }

        /* ============================================
           COMPANY OVERVIEW
           ============================================ */
        .company-overview {
            background: var(--light-bg);
        }
        .overview-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .overview-visual {
            position: relative;
        }
        .overview-visual__img {
            border-radius: var(--radius);
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }
        .overview-visual__img img {
            width: 100%;
            height: 420px;
            object-fit: cover;
        }
        .overview-visual__logo {
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            padding: 18px 32px;
            background: rgba(255,255,255,0.92);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.6);
            border-radius: 14px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        }
        .overview-visual__logo img {
            max-width: 200px;
            height: auto;
            display: block;
        }
        .overview-visual__img::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 50%;
            background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
            pointer-events: none;
        }
        .overview-content__eyebrow {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 16px;
        }
        .overview-content__title {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            font-weight: 800;
            color: var(--primary-dark);
            margin-bottom: 20px;
            line-height: 1.25;
        }
        .overview-content__text {
            font-size: 17px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 16px;
        }
        .overview-content__text strong { color: var(--primary-dark); }

        /* Pipeline Cards */
        .pipeline-section {
            background: var(--section-bg);
        }
        .pipeline-section .section-eyebrow { color: var(--primary); }
        .pipeline-section .section-title { color: var(--primary-dark); }
        .pipeline-section .section-desc { color: var(--text-secondary); max-width: 720px; margin: 12px auto 0; }
        .pipeline-cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 36px;
            margin-top: 52px;
        }
        .pipeline-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 4px 24px rgba(0,0,0,0.05);
        }
        .pipeline-card:hover {
            border-color: rgba(69,123,157,0.3);
            transform: translateY(-6px);
            box-shadow: 0 16px 48px rgba(0,0,0,0.1);
        }
        .pipeline-card__img {
            width: 100%;
            height: 280px;
            overflow: hidden;
        }
        .pipeline-card__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .pipeline-card:hover .pipeline-card__img img {
            transform: scale(1.05);
        }
        .pipeline-card__body {
            padding: 36px 32px;
            text-align: center;
        }
        .pipeline-card__title {
            font-size: 22px;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 16px;
            font-style: italic;
        }
        .pipeline-card__desc {
            font-size: 17px;
            color: var(--text-secondary);
            line-height: 1.75;
            margin-bottom: 28px;
        }
        .pipeline-card__btn {
            display: inline-block;
            padding: 13px 40px;
            background: var(--primary);
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid var(--primary);
        }
        .pipeline-card__btn:hover {
            background: var(--primary-dark);
            border-color: var(--primary-dark);
        }

        /* ============================================
           TEAM SECTION
           ============================================ */
        .team {
            background: var(--light-bg);
        }
        .team-card {
            max-width: 1000px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: var(--radius);
            padding: 48px;
            display: flex;
            gap: 32px;
            align-items: flex-start;
            box-shadow: 0 8px 40px rgba(0,0,0,0.06);
        }
        .team-card__avatar {
            flex-shrink: 0;
            width: 100px; height: 100px;
            border-radius: 20px;
            background: linear-gradient(135deg, var(--primary-dark), var(--primary));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            font-weight: 800;
            color: #ffffff;
        }
        .team-card__name {
            font-family: 'Inter', sans-serif;
            font-size: 22px;
            font-weight: 800;
            color: var(--primary-dark);
            margin-bottom: 4px;
        }
        .team-card__role {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 16px;
        }
        .team-card__bio {
            font-size: 17px;
            color: var(--text-secondary);
            line-height: 1.8;
        }

        /* ============================================
           SUMMARY SECTION
           ============================================ */
        .summary {
            background: var(--dark-bg);
            position: relative;
            overflow: hidden;
        }
        .summary::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at 50% 100%, rgba(69,123,157,0.1) 0%, transparent 55%);
        }
        .summary-box {
            max-width: 860px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        .summary-box__text {
            font-size: 16px;
            color: var(--dark-text-secondary);
            line-height: 1.9;
            margin-bottom: 20px;
        }
        .summary-box__text strong { color: var(--dark-text-primary); }

        .cta-banner {
            margin-top: 60px;
            text-align: center;
            padding: 48px;
            background: linear-gradient(135deg, rgba(69,123,157,0.1), rgba(97,135,110,0.06));
            border: 1px solid rgba(69,123,157,0.2);
            border-radius: var(--radius);
        }
        .cta-banner__title {
            font-family: 'Inter', sans-serif;
            font-size: 24px;
            font-weight: 800;
            color: var(--dark-text-primary);
            margin-bottom: 12px;
        }
        .cta-banner__sub {
            font-size: 17px;
            color: var(--dark-text-muted);
            margin-bottom: 28px;
        }

        /* ============================================
           DISCLAIMER
           ============================================ */
        .disclaimer {
            background: #f8f9fb;
            border-top: 1px solid #e2e8f0;
        }
        .disclaimer__title {
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--text-muted);
            margin-bottom: 20px;
        }
        .disclaimer__text {
            font-size: 12px;
            color: #718096;
            line-height: 1.8;
            opacity: 0.85;
        }
        .disclaimer__text a {
            color: var(--primary);
            text-decoration: underline;
        }

        /* ============================================
           FOOTER
           ============================================ */
        .footer {
            background: var(--primary-dark);
            padding: 30px 0;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        .footer .container {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .footer__copy {
            font-size: 12px;
            color: rgba(255,255,255,0.5);
        }
        .footer__links {
            display: flex;
            gap: 20px;
        }
        .footer__links a {
            font-size: 12px;
            color: rgba(255,255,255,0.5);
            transition: color 0.3s;
        }
        .footer__links a:hover { color: #ffffff; }

        /* ============================================
           SCROLL ANIMATIONS
           ============================================ */
        .fade-up {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

       

        /* Endnote reference styling */
        sup { font-size: 10px; color: var(--primary); font-weight: 600; }

        /* Dark sections sup */
        .dark-section sup,
        .market-opp sup,
        .pipeline-section sup,
        .summary sup { color: #8bbbd4; }

        /* What they do section special */
        .what-avai-do {
            background: var(--section-bg);
            position: relative;
            overflow: hidden;
        }
        .what-avai-do__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .what-avai-do__content {
            position: relative;
            z-index: 1;
        }
        .what-avai-do__text {
            font-size: 17px;
            color: var(--text-secondary);
            line-height: 1.85;
        }
        .what-avai-do__visual {
            position: relative;
        }
        .what-avai-do__img {
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #e2e8f0;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }
        .what-avai-do__img img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            display: block;
        }
        /* What they do section special */
        .what-we-do {
            background: var(--dark-bg);
            position: relative;
            overflow: hidden;
        }
        .what-we-do .section-eyebrow { color: #5ec4e6; }
        .what-we-do .section-title { color: #ffffff; }
        .what-we-do .section-desc { color: rgba(255,255,255,0.6); }
        .wwd-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 52px;
        }
        .wwd-card {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            min-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0;
            text-align: center;
            transition: all 0.4s ease;
            cursor: pointer;
        }
        .wwd-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.5);
            z-index: 1;
            transition: background 0.4s ease;
        }
        .wwd-card:hover::before {
            background: rgba(0,0,0,0.55);
        }
        .wwd-card__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }
        .wwd-card__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .wwd-card:hover .wwd-card__bg img {
            transform: scale(1.08);
        }
        .wwd-card__content {
            position: relative;
            z-index: 2;
            background: rgba(10,15,28,0.85);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            padding: 32px 28px;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .wwd-card__title {
            font-size: 26px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 12px;
            font-style: italic;
            text-shadow: 0 2px 12px rgba(0,0,0,0.6);
        }
        .wwd-card__desc {
            font-size: 17px;
            color: #ffffff;
            line-height: 1.7;
            margin-bottom: 24px;
            text-shadow: 0 1px 6px rgba(0,0,0,0.5);
        }
        .wwd-card__btn {
            display: inline-block;
            padding: 12px 36px;
            background: var(--accent);
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid var(--accent);
        }
        .wwd-card__btn:hover {
            background: transparent;
            border-color: #ffffff;
            color: #ffffff;
        }
        @media (max-width: 768px) {
            .wwd-grid { grid-template-columns: 1fr; }
        }

         /* ============================================
           RESPONSIVE
           ============================================ */
        @media (max-width: 1024px) {
            .market-cards { grid-template-columns: 1fr; }
            .ps-grid { grid-template-columns: 1fr; }
            .overview-grid { grid-template-columns: 1fr; }
            .pipeline-cards { grid-template-columns: 1fr; }
            .what-avai-do__grid{grid-template-columns: 1fr;gap: 30px;}
            .pipeline-cards{margin-top:25px;}
            .chart.charttwo{width:100%;}
            .chart.charttwo iframe {
  height: 350px !important;
  width: 100% !important;
}
        }
        @media (max-width: 768px) {
            .section-pad { padding: 60px 0; }
            .hero { min-height: auto; padding: 60px 0 60px; }
            .reasons-grid { grid-template-columns: 1fr; }
            .team-card { flex-direction: column; align-items: center; text-align: center; }
            .letter-box { padding: 36px 28px; }
            .market-cards { grid-template-columns: 1fr; }
            .top-bar .container { justify-content: center; text-align: center; }

            .stats-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.ps-card, .market-card, .reason-item, .pipeline-card__body, .team-card, .cta-banner {
  padding: 20px;

}

        }


          .milestones {
        background: var(--section-bg);
        position: relative;
        overflow: hidden;
    }
    .milestones::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--primary), transparent);
    }
    .milestones-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .milestone-item {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: var(--radius);
        padding: 32px 28px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    }
    .milestone-item:hover {
        border-color: rgba(69,123,157,0.3);
        transform: translateY(-4px);
        box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    }
    .milestone-item__icon {
        flex-shrink: 0;
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: rgba(69,123,157,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: var(--primary);
    }
    .milestone-item__content {
        flex: 1;
    }
    .milestone-item__title {
        font-size: 16px;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 6px;
        line-height: 1.4;
    }
    .milestone-item__desc {
        font-size: 14px;
        color: var(--text-muted);
        line-height: 1.6;
    }
    .milestone-item__glow {
        position: absolute;
        bottom: -30px;
        right: -30px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(69,123,157,0.15);
        filter: blur(40px);
        opacity: 0;
        transition: opacity 0.4s ease;
    }
    .milestone-item:hover .milestone-item__glow {
        opacity: 1;
    }
    @media (max-width: 768px) {
        .milestones-grid { grid-template-columns: 1fr; }
    }

      .ceo-quote {
        background: linear-gradient(170deg, #ffffff 0%, #f0f6fb 50%, #e8f4f8 100%);
        position: relative;
        overflow: hidden;
    }
    /* Subtle dot grid pattern */
    .ceo-quote__dots {
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(69,123,157,0.07) 1px, transparent 1px);
        background-size: 32px 32px;
        pointer-events: none;
    }
    /* Decorative quote marks in background */
    .ceo-quote__deco-left {
        position: absolute;
        top: 60px; left: 40px;
        font-size: 280px;
        font-family: Georgia, serif;
        color: rgba(69,123,157,0.04);
        line-height: 1;
        pointer-events: none;
        user-select: none;
    }
    .ceo-quote__deco-right {
        position: absolute;
        bottom: 20px; right: 40px;
        font-size: 280px;
        font-family: Georgia, serif;
        color: rgba(69,123,157,0.04);
        line-height: 1;
        pointer-events: none;
        user-select: none;
        transform: rotate(180deg);
    }
    /* Gradient accent at top */
    .ceo-quote::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 4px;
        background: linear-gradient(90deg, #457b9d, #5ec4e6, #61876e, #5ec4e6, #457b9d);
        background-size: 200% 100%;
        animation: ceoTopBar 6s linear infinite;
    }
    @keyframes ceoTopBar { 0% { background-position: 0 0; } 100% { background-position: 200% 0; } }

    .ceo-quote__wrapper {
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        gap: 48px;
        align-items: center;
    }
    /* Left side — vertical accent bar + author */
    .ceo-quote__left {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        min-width: 160px;
    }
    .ceo-quote__avatar {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: linear-gradient(135deg, #457b9d, #5ec4e6);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        font-weight: 900;
        color: #ffffff;
        font-family: 'Inter', sans-serif;
        box-shadow: 0 8px 30px rgba(69,123,157,0.25);
        position: relative;
    }
    .ceo-quote__avatar::after {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        border: 2px solid rgba(69,123,157,0.2);
        animation: ceoAvatarRing 4s ease-in-out infinite alternate;
    }
    @keyframes ceoAvatarRing {
        0% { transform: scale(1); opacity: 0.5; }
        100% { transform: scale(1.08); opacity: 1; }
    }
    .ceo-quote__author-info {
        text-align: center;
    }
    .ceo-quote__author-name {
        font-size: 17px;
        font-weight: 800;
        color: var(--primary-dark);
        letter-spacing: 0.3px;
    }
    .ceo-quote__author-role {
        font-size: 12px;
        font-weight: 600;
        color: var(--primary);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-top: 4px;
    }
    .ceo-quote__vert-line {
        width: 2px;
        height: 40px;
        background: linear-gradient(180deg, var(--primary), rgba(69,123,157,0.1));
        border-radius: 2px;
    }
    /* Right side — the quote */
    .ceo-quote__right {
        flex: 1;
        position: relative;
    }
    .ceo-quote__card {
        background: #ffffff;
        border: 1px solid rgba(69,123,157,0.12);
        border-radius: 20px;
        padding: 48px 48px 44px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 30px rgba(69,123,157,0.08), 0 12px 60px rgba(0,0,0,0.04);
        transition: all 0.4s ease;
    }
    .ceo-quote__card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 40px rgba(69,123,157,0.15), 0 20px 80px rgba(0,0,0,0.06);
        border-color: rgba(69,123,157,0.25);
    }
    /* Accent left bar on card */
    .ceo-quote__card::before {
        content: '';
        position: absolute;
        top: 20px; bottom: 20px; left: 0;
        width: 4px;
        background: linear-gradient(180deg, #457b9d, #5ec4e6, #61876e);
        border-radius: 0 4px 4px 0;
    }
    /* Speech triangle */
    .ceo-quote__arrow {
        position: absolute;
        left: -16px;
        top: 50px;
        width: 0; height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 16px solid #ffffff;
        filter: drop-shadow(-3px 0 3px rgba(69,123,157,0.06));
    }
    .ceo-quote__badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        padding: 6px 16px;
        border-radius: 50px;
        background: linear-gradient(135deg, rgba(69,123,157,0.08), rgba(94,196,230,0.06));
        border: 1px solid rgba(69,123,157,0.15);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--primary);
    }
    .ceo-quote__badge::before {
        content: '';
        width: 6px; height: 6px;
        background: var(--primary);
        border-radius: 50%;
        animation: ceoBadgePulse 2s ease-in-out infinite;
    }
    @keyframes ceoBadgePulse { 0%,100% { opacity:0.4; transform:scale(1); } 50% { opacity:1; transform:scale(1.5); } }
    .ceo-quote__open-mark {
        font-size: 52px;
        font-family: Georgia, serif;
        color: var(--primary);
        opacity: 0.25;
        line-height: 0.6;
        margin-bottom: 12px;
    }
    .ceo-quote__text {
        font-size: clamp(1rem, 2vw, 1.15rem);
        color: var(--text-secondary);
        line-height: 2;
        font-style: italic;
        margin-bottom: 0;
    }
    .ceo-quote__text strong {
        color: var(--primary-dark);
        font-weight: 700;
    }

    @media (max-width: 768px) {
        .ceo-quote__wrapper { flex-direction: column; gap: 32px; }
        .ceo-quote__left { flex-direction: row; min-width: auto; }
        .ceo-quote__vert-line { width: 40px; height: 2px; background: linear-gradient(90deg, var(--primary), rgba(69,123,157,0.1)); }
        .ceo-quote__arrow { display: none; }
        .ceo-quote__card { padding: 36px 28px 32px; }
        .ceo-quote__deco-left, .ceo-quote__deco-right { display: none; }
    }

     .klotho-pr {
        background: linear-gradient(170deg, #ffffff 0%, #f0f6fb 50%, #e8f4f8 100%);
        position: relative;
        overflow: hidden;
    }
    .klotho-pr::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 4px;
        background: linear-gradient(90deg, #457b9d, #5ec4e6, #61876e, #5ec4e6, #457b9d);
        background-size: 200% 100%;
        animation: klothoPrBar 6s linear infinite;
    }
    @keyframes klothoPrBar { 0% { background-position: 0 0; } 100% { background-position: 200% 0; } }
    /* Subtle DNA helix dots */
    .klotho-pr__dna {
        position: absolute;
        right: 40px; top: 80px; bottom: 80px;
        width: 60px;
        pointer-events: none;
        opacity: 0.08;
    }
    .klotho-pr__dna-dot {
        position: absolute;
        width: 8px; height: 8px;
        border-radius: 50%;
        background: var(--primary);
    }
    .klotho-pr__dna-dot:nth-child(1) { top: 0%; left: 0; }
    .klotho-pr__dna-dot:nth-child(2) { top: 8%; left: 52px; }
    .klotho-pr__dna-dot:nth-child(3) { top: 16%; left: 10px; }
    .klotho-pr__dna-dot:nth-child(4) { top: 24%; left: 48px; }
    .klotho-pr__dna-dot:nth-child(5) { top: 32%; left: 5px; }
    .klotho-pr__dna-dot:nth-child(6) { top: 40%; left: 50px; }
    .klotho-pr__dna-dot:nth-child(7) { top: 48%; left: 8px; }
    .klotho-pr__dna-dot:nth-child(8) { top: 56%; left: 46px; }
    .klotho-pr__dna-dot:nth-child(9) { top: 64%; left: 12px; }
    .klotho-pr__dna-dot:nth-child(10) { top: 72%; left: 44px; }
    .klotho-pr__dna-dot:nth-child(11) { top: 80%; left: 6px; }
    .klotho-pr__dna-dot:nth-child(12) { top: 88%; left: 50px; }
    /* Headline card */
    .klotho-pr__headline {
        background: linear-gradient(135deg, var(--primary-dark), #264a6e);
        border-radius: 20px;
        padding: 48px 52px;
        margin-bottom: 48px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 40px rgba(29,53,87,0.2);
    }
    .klotho-pr__headline::before {
        content: '';
        position: absolute;
        top: 0; right: 0;
        width: 300px; height: 300px;
        background: radial-gradient(circle, rgba(94,196,230,0.15) 0%, transparent 70%);
        pointer-events: none;
    }
    .klotho-pr__headline-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 16px;
        border-radius: 50px;
        background: rgba(94,196,230,0.15);
        border: 1px solid rgba(94,196,230,0.25);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #5ec4e6;
        margin-bottom: 20px;
    }
    .klotho-pr__headline-badge::before {
        content: '';
        width: 6px; height: 6px;
        background: #5ec4e6;
        border-radius: 50%;
        box-shadow: 0 0 8px rgba(94,196,230,0.6);
        animation: klothoBadgePulse 2s ease-in-out infinite;
    }
    @keyframes klothoBadgePulse { 0%,100% { opacity:0.5; transform:scale(1); } 50% { opacity:1; transform:scale(1.4); } }
    .klotho-pr__headline-title {
        font-size: clamp(1.3rem, 3vw, 1.8rem);
        font-weight: 800;
        color: #ffffff;
        line-height: 1.4;
        max-width: 860px;
    }
    .klotho-pr__headline-title span {
        color: #5ec4e6;
    }
    /* Quotes grid */
    .klotho-pr__quotes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .klotho-pr__quote-card {
        background: #ffffff;
        border: 1px solid rgba(69,123,157,0.12);
        border-radius: 18px;
        padding: 40px 36px 36px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 30px rgba(69,123,157,0.06), 0 10px 50px rgba(0,0,0,0.03);
        transition: all 0.4s ease;
    }
    .klotho-pr__quote-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 40px rgba(69,123,157,0.12), 0 20px 60px rgba(0,0,0,0.06);
        border-color: rgba(69,123,157,0.25);
    }
    .klotho-pr__quote-card::before {
        content: '';
        position: absolute;
        top: 20px; bottom: 20px; left: 0;
        width: 4px;
        border-radius: 0 4px 4px 0;
    }
    .klotho-pr__quote-card--brian::before {
        background: linear-gradient(180deg, #5ec4e6, #457b9d);
    }
    .klotho-pr__quote-card--chris::before {
        background: linear-gradient(180deg, #61876e, #457b9d);
    }
    .klotho-pr__quote-card::after {
        content: '\201C';
        position: absolute;
        top: 10px; right: 20px;
        font-size: 100px;
        font-family: Georgia, serif;
        color: rgba(69,123,157,0.04);
        line-height: 1;
        pointer-events: none;
    }
    .klotho-pr__quote-top {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
    }
    .klotho-pr__quote-avatar {
        width: 56px; height: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 900;
        color: #ffffff;
        font-family: 'Inter', sans-serif;
        flex-shrink: 0;
    }
    .klotho-pr__quote-card--brian .klotho-pr__quote-avatar {
        background: linear-gradient(135deg, #5ec4e6, #457b9d);
        box-shadow: 0 4px 16px rgba(94,196,230,0.25);
    }
    .klotho-pr__quote-card--chris .klotho-pr__quote-avatar {
        background: linear-gradient(135deg, #457b9d, #61876e);
        box-shadow: 0 4px 16px rgba(69,123,157,0.25);
    }
    .klotho-pr__quote-author-name {
        font-size: 16px;
        font-weight: 800;
        color: var(--primary-dark);
    }
    .klotho-pr__quote-author-role {
        font-size: 12px;
        font-weight: 600;
        color: var(--primary);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 2px;
    }
    .klotho-pr__quote-text {
        font-size: 14.5px;
        color: var(--text-secondary);
        line-height: 1.85;
        font-style: italic;
        position: relative;
        z-index: 1;
    }
    .klotho-pr__quote-text strong {
        color: var(--primary-dark);
        font-weight: 700;
        font-style: normal;
    }
    @media (max-width: 768px) {
        .klotho-pr__quotes { grid-template-columns: 1fr; }
        .klotho-pr__headline { padding: 36px 28px; }
        .klotho-pr__dna { display: none; }
    }


    @media(max-height:740px){
        .hero__title {
  font-size: clamp(2.2rem, 5vw, 3.3rem);
}
    }

       @media(max-height:640px){
        .hero__title {
  font-size: clamp(2.2rem, 5vw, 2.6rem);
}

.hero__subtitle {
  line-height: 1.5;
  font-size: clamp(1rem, 2vw, 1rem);
}
    }

    @media(max-width:1199px){
        :root {
  --max-width: 940px;
}

 .hero__title {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }

  .hero__subtitle {
  font-size: clamp(1rem, 2vw, 1rem);
  line-height: 1.6;
}
.wwd-card__title{font-size: 20px;}
.wwd-card__desc {
  font-size: 15px;
  line-height: 1.5;
}
    }

        @media(max-width:991px){
        :root {
  --max-width: 740px;
}
.hero__ticker-card{padding:20px;}
.hero__inner{gap:20px;}
 .hero__title {
    font-size: clamp(1.8rem, 4vw, 2.3rem);
  }
  .wwd-grid {
  grid-template-columns: repeat(1, 1fr);
}

.news-block ul {
  grid-template-columns: repeat(2, 1fr);
}
        }

              @media(max-width:768px){
                      :root {
  --max-width: 540px;
}
.hero {
    
    padding: 30px 0 50px;
  }
              }

               @media(max-width:575px){
                .hero__ticker-label {
  letter-spacing: 2px;
}
.hero__ticker-card {
    padding: 20px 40px;
  }
  .hero__ticker-symbol {
  letter-spacing: 2px;
}
      
.stat-card, .milestone-item, .letter-box, .klotho-pr__quote-card, .ceo-quote__card{padding:20px;}
.news-block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(max-width:480px){
     .hero__subtitle {

    line-height: 1.4;
  }
   .hero__logo {
    margin: 0 auto 15px;
  }
  .hero__badge{margin-bottom:15px;}
  .ceo-quote__avatar{width:70px; height:70px;}
  .ceo-quote__avatar{font-size:24px;}
  .ceo-quote__text {
  line-height: 1.7;
}
.team-card__bio {
  font-size: 15px;
  line-height: 1.7;
}
}