﻿:root {
            --brand: #2563eb;
            --brand-dark: #12377a;
            --ink: #07111f;
            --muted: #5d6b82;
            --line: #dbe4f0;
            --soft: #f5f8fc;
            --panel: #ffffff;
            --aqua: #02b8c5;
            --lime: #99d52a;
            --coral: #ff6b55;
            --shadow: 0 24px 70px rgba(15, 31, 60, 0.12);
        }

        * {
            letter-spacing: 0;
        }

        body {
            margin: 0;
            font-family: 'Inter', sans-serif;
            background: #ffffff;
            color: var(--ink);
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            margin-top: 0;
        }

        a {
            text-decoration: none;
        }

        .navbar {
            padding: 18px 0;
            background: rgba(255, 255, 255, 0.92);
            border-bottom: 1px solid rgba(219, 228, 240, 0.8);
            backdrop-filter: blur(14px);
            transition: 0.25s ease;
        }

        .navbar.scrolled {
            padding: 12px 0;
            box-shadow: 0 12px 36px rgba(15, 31, 60, 0.08);
        }

        .navbar-brand img {
            max-height: 42px;
        }

        .navbar-toggler {
            border-color: var(--line);
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.18rem rgba(37, 99, 235, 0.14);
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%287, 17, 31, 0.84%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .nav-link {
            color: #243247 !important;
            font-size: 0.95rem;
            font-weight: 700;
            margin: 0 8px;
        }

        .nav-link:hover {
            color: var(--brand) !important;
        }

        .btn {
            border-radius: 8px;
            font-weight: 800;
            padding: 12px 20px;
        }

        .btn-primary {
            background: var(--brand);
            border-color: var(--brand);
            box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
        }

        .btn-primary:hover {
            background: #1d4ed8;
            border-color: #1d4ed8;
            transform: translateY(-1px);
        }

        .btn-outline-primary {
            border-color: var(--line);
            color: var(--ink);
            background: #ffffff;
        }

        .btn-outline-primary:hover {
            background: var(--ink);
            border-color: var(--ink);
            color: #ffffff;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            border: 1px solid var(--line);
            border-radius: 999px;
            background: #ffffff;
            color: var(--brand);
            font-size: 0.82rem;
            font-weight: 800;
        }

        .eyebrow i {
            color: var(--aqua);
        }

        .hero {
            position: relative;
            padding: 142px 0 74px;
            background:
                linear-gradient(135deg, rgba(2, 184, 197, 0.12), rgba(153, 213, 42, 0.08) 38%, rgba(255, 255, 255, 0) 70%),
                linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
            border-bottom: 1px solid var(--line);
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            opacity: 0.42;
            background-image:
                linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
                linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
            background-size: 44px 44px;
            pointer-events: none;
        }

        .hero .container {
            position: relative;
            z-index: 1;
        }

        .hero-title {
            margin: 20px 0 18px;
            color: var(--ink);
            font-size: clamp(2.6rem, 5vw, 5.15rem);
            line-height: 1.02;
            font-weight: 800;
        }

        .hero-title span {
            color: var(--brand);
        }

        .hero-copy {
            max-width: 650px;
            color: var(--muted);
            font-size: 1.15rem;
            margin-bottom: 28px;
        }

        .hero-actions {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
            margin-bottom: 32px;
        }

        .hero-points {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            max-width: 620px;
        }

        .hero-point {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #2c3a50;
            font-weight: 700;
        }

        .hero-point i {
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #e8f7f9;
            color: var(--aqua);
        }

        .dashboard-preview {
            position: relative;
            padding: 12px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.78);
            box-shadow: var(--shadow);
        }

        .dashboard-preview img {
            width: 100%;
            min-height: 300px;
            object-fit: cover;
            object-position: left top;
            border-radius: 8px;
            border: 1px solid #e8edf5;
        }

        .metric-card {
            position: absolute;
            left: -26px;
            bottom: 28px;
            width: 184px;
            padding: 18px;
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 18px 40px rgba(15, 31, 60, 0.16);
            border: 1px solid var(--line);
        }

        .metric-card strong {
            display: block;
            color: var(--ink);
            font-size: 1.7rem;
            line-height: 1;
        }

        .metric-card span {
            color: var(--muted);
            font-size: 0.88rem;
            font-weight: 700;
        }

        .stat-strip {
            padding: 32px 0;
            background: var(--ink);
            color: #ffffff;
        }

        .stat-box {
            padding: 10px 0;
        }

        .stat-box strong {
            display: block;
            font-size: clamp(1.9rem, 3vw, 2.6rem);
            line-height: 1;
            font-weight: 800;
        }

        .stat-box span {
            color: #b7c4d8;
            font-weight: 700;
        }

        .section-pad {
            padding: 96px 0;
        }

        .section-heading {
            max-width: 760px;
            margin: 0 auto 46px;
            text-align: center;
        }

        .section-heading h2 {
            color: var(--ink);
            font-size: clamp(2rem, 4vw, 3.2rem);
            line-height: 1.08;
            font-weight: 800;
            margin-bottom: 14px;
        }

        .section-heading p {
            color: var(--muted);
            font-size: 1.08rem;
            margin-bottom: 0;
        }

        .solution-panel {
            border: 1px solid var(--line);
            border-radius: 8px;
            background: var(--panel);
            box-shadow: 0 20px 60px rgba(15, 31, 60, 0.08);
            overflow: hidden;
        }

        .solution-media {
            min-height: 100%;
            padding: 28px;
            background: #0f1f35;
        }

        .solution-media img {
            width: 100%;
            height: 100%;
            min-height: 330px;
            object-fit: cover;
            object-position: left top;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.14);
        }

        .solution-copy {
            padding: clamp(30px, 5vw, 54px);
        }

        .solution-label {
            color: var(--aqua);
            font-weight: 800;
            text-transform: uppercase;
            font-size: 0.78rem;
            margin-bottom: 10px;
        }

        .solution-copy h2 {
            font-size: clamp(1.9rem, 3vw, 2.8rem);
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .solution-copy p {
            color: var(--muted);
            margin-bottom: 26px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            margin-bottom: 28px;
        }

        .feature-tile {
            padding: 18px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #fbfdff;
        }

        .feature-tile i {
            color: var(--brand);
            font-size: 1.15rem;
            margin-bottom: 10px;
        }

        .feature-tile h3 {
            color: var(--ink);
            font-size: 1rem;
            font-weight: 800;
            margin-bottom: 6px;
        }

        .feature-tile span {
            display: block;
            color: var(--muted);
            font-size: 0.93rem;
        }

        .advertiser-section {
            background: var(--soft);
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .advertiser-section .solution-media {
            background:
                linear-gradient(135deg, rgba(37, 99, 235, 0.96), rgba(2, 184, 197, 0.9)),
                #12377a;
        }

        .growth-board {
            min-height: 330px;
            border-radius: 8px;
            background: #ffffff;
            padding: 22px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
        }

        .growth-row {
            display: grid;
            grid-template-columns: 44px 1fr auto;
            align-items: center;
            gap: 14px;
            padding: 14px;
            border-radius: 8px;
            background: #f7fbff;
            border: 1px solid #e1eaf6;
        }

        .growth-row i {
            width: 44px;
            height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #e8f7f9;
            color: var(--aqua);
        }

        .growth-row strong {
            display: block;
            line-height: 1.1;
        }

        .growth-row span {
            color: var(--muted);
            font-size: 0.9rem;
            font-weight: 700;
        }

        .growth-row em {
            color: var(--brand);
            font-style: normal;
            font-weight: 800;
        }

        .process-card {
            height: 100%;
            padding: 28px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 16px 42px rgba(15, 31, 60, 0.07);
        }

        .process-number {
            width: 44px;
            height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: var(--ink);
            color: #ffffff;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .process-card h3 {
            font-size: 1.2rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .process-card p {
            color: var(--muted);
            margin-bottom: 0;
        }

        .partners-section {
            padding: 72px 0;
            background: #ffffff;
        }

        .partner-card {
            min-height: 138px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #ffffff;
            transition: 0.2s ease;
        }

        .partner-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(15, 31, 60, 0.1);
        }

        .partner-card img {
            max-width: 100%;
            max-height: 72px;
        }

        .cta-section {
            padding: 86px 0;
            background:
                linear-gradient(135deg, rgba(7, 17, 31, 0.94), rgba(18, 55, 122, 0.88)),
                url('/asset/assets/img/curved-images/curved14.jpg') center/cover;
            color: #ffffff;
        }

        .cta-box {
            max-width: 840px;
            margin: 0 auto;
            text-align: center;
        }

        .cta-box h2 {
            font-size: clamp(2rem, 4vw, 3.35rem);
            line-height: 1.08;
            font-weight: 800;
            margin-bottom: 14px;
        }

        .cta-box p {
            color: #c8d4e6;
            font-size: 1.08rem;
            margin-bottom: 28px;
        }

        .footer {
            padding: 72px 0 0;
            background: #07111f;
            color: #ffffff;
        }

        .footer-logo {
            max-height: 46px;
            margin-bottom: 18px;
        }

        .footer p,
        .footer a {
            color: #aebbd0;
        }

        .footer a:hover {
            color: #ffffff;
        }

        .footer-title {
            font-size: 1rem;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-bottom {
            margin-top: 54px;
            padding: 22px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-bottom p {
            margin: 0;
        }

        @media (max-width: 991px) {
            .navbar-collapse {
                padding: 18px 0 6px;
            }

            .hero {
                padding-top: 126px;
            }

            .dashboard-preview {
                margin-top: 42px;
            }

            .metric-card {
                left: 22px;
                bottom: -22px;
            }

            .section-pad {
                padding: 74px 0;
            }
        }

        @media (max-width: 767px) {
            .hero-points,
            .feature-grid {
                grid-template-columns: 1fr;
            }

            .hero-actions .btn {
                width: 100%;
            }

            .dashboard-preview img,
            .solution-media img,
            .growth-board {
                min-height: 260px;
            }

            .growth-row {
                grid-template-columns: 44px 1fr;
            }

            .growth-row em {
                grid-column: 2;
            }

            .stat-box {
                text-align: center;
            }
        }
