body.lw-main-site {
    background: #f7fbff !important;
    color: #0f172a;
}

/* Hero premium refinement */
.lw-premium-hero {
    min-height: 650px !important;
    padding: 106px 0 54px !important;
    background:
        radial-gradient(circle at 76% 36%, rgba(62, 86, 255, 0.36), transparent 25%),
        radial-gradient(circle at 20% 34%, rgba(42, 210, 132, 0.18), transparent 31%),
        linear-gradient(115deg, #020814 0%, #06122f 44%, #07194f 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lw-premium-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 38%, rgba(24, 56, 174, 0.18)),
        linear-gradient(180deg, rgba(3, 8, 22, 0.16), transparent 48%, rgba(2, 8, 20, 0.52));
}

.lw-premium-hero .container {
    max-width: 1390px !important;
}

.lw-premium-hero .row {
    min-height: 512px;
}

.lw-hero-copy {
    max-width: 670px !important;
    padding-top: 6px !important;
}

.lw-hero-pill {
    margin-bottom: 24px !important;
    padding: 10px 18px !important;
    color: #c2d0ff !important;
    background: linear-gradient(135deg, rgba(75, 103, 255, 0.22), rgba(61, 234, 139, 0.07)) !important;
    border-color: rgba(138, 160, 255, 0.36) !important;
    box-shadow: 0 14px 36px rgba(49, 88, 255, 0.18), inset 0 1px 0 rgba(255,255,255,.08);
}

.lw-premium-hero .home-title {
    max-width: 660px !important;
    font-size: clamp(44px, 3.6vw, 66px) !important;
    line-height: 1.05 !important;
    text-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
}

.lw-premium-hero .home-title span {
    color: #6173ff !important;
    text-shadow: 0 0 34px rgba(83, 103, 255, 0.42);
}

.lw-premium-hero .home-desc {
    max-width: 610px !important;
    color: rgba(239, 246, 255, 0.88) !important;
}

.lw-hero-actions .btn {
    border-radius: 10px !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.lw-hero-actions .btn-primary {
    background: linear-gradient(135deg, #2d62ff 0%, #6a43ff 100%) !important;
    box-shadow: 0 18px 44px rgba(58, 80, 255, 0.42) !important;
}

.lw-hero-actions .btn-outline-light {
    background: rgba(255, 255, 255, 0.055) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

.lw-hero-proof {
    gap: 14px !important;
    max-width: 680px !important;
}

.lw-hero-proof div {
    min-height: 58px !important;
    padding: 11px 15px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.045)),
        rgba(8, 22, 58, 0.58) !important;
    border-color: rgba(193, 207, 255, 0.24) !important;
    box-shadow:
        0 20px 48px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.lw-hero-proof i {
    color: #53f195 !important;
    background: linear-gradient(135deg, rgba(83, 241, 149, 0.22), rgba(49, 88, 255, 0.12)) !important;
}

.lw-hero-proof strong {
    font-size: 12px !important;
}

.lw-hero-dashboard {
    max-width: 590px !important;
    padding-top: 4px !important;
}

.lw-pipeline-card {
    width: min(100%, 530px) !important;
    max-width: 530px !important;
    padding: 22px !important;
    background:
        radial-gradient(circle at 16% 10%, rgba(65, 234, 135, 0.18), transparent 24%),
        radial-gradient(circle at 88% 8%, rgba(83, 103, 255, 0.32), transparent 28%),
        linear-gradient(145deg, rgba(13, 28, 66, 0.94), rgba(5, 13, 34, 0.96)) !important;
    border-color: rgba(181, 197, 255, 0.28) !important;
    border-radius: 18px !important;
    box-shadow:
        0 34px 88px rgba(0, 0, 0, 0.46),
        0 0 90px rgba(50, 92, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.lw-pipeline-score,
.lw-pipeline-chart,
.lw-pipeline-metrics div,
.lw-pipeline-steps,
.lw-pipeline-footer,
.lw-floating-insight {
    background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055)) !important;
    border-color: rgba(206, 218, 255, 0.18) !important;
}

.lw-pipeline-score strong {
    font-size: 43px !important;
}

.lw-floating-insight {
    box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.lw-floating-insight-one {
    left: -26px !important;
    top: 246px !important;
}

.lw-floating-insight-two {
    right: -14px !important;
    bottom: 62px !important;
}

@media (max-width: 991.98px) {
    .lw-premium-hero {
        padding: 130px 0 70px !important;
    }

    .lw-premium-hero .row {
        min-height: auto;
    }

    .lw-hero-dashboard {
        padding-top: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .lw-premium-hero {
        padding: 112px 0 52px !important;
    }

    .lw-premium-hero .home-title {
        font-size: 38px !important;
        line-height: 1.1 !important;
    }

    .lw-premium-hero .home-title span {
        white-space: normal !important;
    }

    .lw-pipeline-main,
    .lw-pipeline-metrics {
        grid-template-columns: 1fr !important;
    }
}

.lw-policy-page {
    min-height: calc(100vh - 260px);
    padding: 126px 0 72px;
    background:
        radial-gradient(circle at 85% 12%, rgba(59, 234, 134, .10), transparent 28%),
        radial-gradient(circle at 8% 8%, rgba(49, 88, 255, .10), transparent 28%),
        #f7fbff;
}

.lw-policy-card {
    padding: 42px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #dbe5f1;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
}

.lw-policy-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 14px;
    color: #2458ff;
    background: #eef4ff;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.lw-policy-card h3 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 34px;
    font-weight: 950;
}

.lw-policy-card h5 {
    margin: 26px 0 10px;
    color: #14223a;
    font-size: 19px;
    font-weight: 900;
}

.lw-policy-card p,
.lw-policy-card li {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

.lw-policy-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.lw-premium-navbar.navbar-custom {
    padding: 7px 0;
    background: rgba(2, 10, 31, 0.94) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(2, 10, 31, 0.24);
    backdrop-filter: blur(18px);
}

.lw-premium-navbar .container {
    max-width: 1520px !important;
    padding-left: 48px;
    padding-right: 48px;
}

.lw-premium-navbar .navbar-nav li a {
    color: #f8fbff !important;
    font-size: 15px;
    font-weight: 800;
    padding: 8px 12px !important;
    opacity: 0.94;
}

.lw-premium-navbar .navbar-nav li a:hover,
.lw-premium-navbar .navbar-nav li.active a {
    color: #ffffff !important;
    opacity: 1;
}

.lw-premium-navbar .navbar-nav li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin: 6px auto 0;
    background: linear-gradient(90deg, #3158ff, #3bea86);
    border-radius: 999px;
    transition: width 0.2s ease;
}

.lw-premium-navbar .navbar-nav li a:hover::after,
.lw-premium-navbar .navbar-nav li.active a::after {
    width: 34px;
}

.lw-premium-navbar .btn {
    min-height: 34px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 800;
}

.lw-premium-navbar .btn-primary {
    border: 0;
    background: linear-gradient(135deg, #3158ff, #5b4dff);
    box-shadow: 0 12px 28px rgba(49, 88, 255, 0.32);
}

.lw-premium-navbar .btn-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.lw-premium-navbar .navbar-toggler {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}

.lw-premium-logo {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 0 !important;
    text-decoration: none;
}

.lw-premium-logo .lw-brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    object-fit: contain;
    filter: none;
}

.lw-brand-text {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
}

.lw-brand-accent {
    color: #e9bd4d;
}

.lw-premium-hero {
    position: relative;
    min-height: 680px;
    padding: 118px 0 64px;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 42%, rgba(49, 88, 255, 0.32), transparent 22%),
        radial-gradient(circle at 14% 22%, rgba(59, 234, 134, 0.14), transparent 26%),
        linear-gradient(135deg, #020817 0%, #06133a 50%, #041334 100%) !important;
}

.lw-premium-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 86%);
}

.lw-premium-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1520px !important;
    padding-left: 48px;
    padding-right: 48px;
}

.lw-hero-copy {
    max-width: 720px;
    padding-top: 16px;
}

.lw-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 8px 13px;
    color: #94a9ff;
    background: rgba(49, 88, 255, 0.14);
    border: 1px solid rgba(116, 139, 255, 0.22);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.lw-premium-hero .home-title {
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(42px, 3.45vw, 60px);
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.lw-premium-hero .home-title span {
    display: inline-block;
    color: #5367ff;
    white-space: nowrap;
}

.lw-premium-hero .home-desc {
    max-width: 600px;
    color: #d7def0 !important;
    font-size: 16px;
    line-height: 1.75;
}

.lw-premium-hero .home-desc.mt-4 {
    margin-top: 24px !important;
}

.lw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lw-hero-actions.mt-4 {
    margin-top: 30px !important;
}

.lw-hero-actions.pt-2 {
    padding-top: 0 !important;
}

.lw-hero-actions .btn {
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.lw-hero-actions .btn-primary {
    border: 0;
    background: linear-gradient(135deg, #3158ff, #5c49ff);
    box-shadow: 0 16px 36px rgba(49, 88, 255, 0.38);
}

.lw-hero-actions .btn-outline-light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.24);
}

.lw-hero-proof {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: min(100%, 660px) !important;
    max-width: 660px !important;
    margin-top: 32px !important;
}

.lw-hero-proof div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #ffffff;
    min-height: 54px;
    padding: 10px 13px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
        rgba(5, 18, 58, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 13px !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
}

.lw-hero-proof i {
    display: inline-grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    color: #3bea86;
    background: rgba(59, 234, 134, 0.14);
    border: 1px solid rgba(59, 234, 134, 0.28);
    border-radius: 50%;
    box-shadow: 0 0 22px rgba(59, 234, 134, 0.18);
}

.lw-hero-proof strong {
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    white-space: normal;
}

.lw-hero-proof span {
    display: none;
}

.lw-hero-dashboard {
    position: relative;
    min-height: 438px;
    max-width: 620px;
    margin-left: auto;
    padding-top: 28px;
}

.lw-dashboard-card {
    position: relative;
    margin-left: auto;
    width: min(100%, 500px);
    max-width: 500px;
    padding: 20px;
    color: #15223a;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 16px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(49, 88, 255, 0.04);
}

.lw-dashboard-head,
.lw-dashboard-table div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.lw-dashboard-head h5 {
    margin: 0;
    color: #17243c;
    font-size: 16px;
    font-weight: 900;
}

.lw-dashboard-head a {
    padding: 9px 13px;
    color: #ffffff;
    background: linear-gradient(135deg, #3158ff, #5b4dff);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 900;
}

.lw-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
}

.lw-dashboard-stats div {
    padding: 12px 10px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
    border: 1px solid #e4edf8;
    border-radius: 10px;
}

.lw-dashboard-stats span,
.lw-dashboard-stats small {
    display: block;
    color: #73829a;
    font-size: 9px;
    font-weight: 700;
}

.lw-dashboard-stats strong {
    display: block;
    margin: 7px 0 4px;
    color: #14223b;
    font-size: 20px;
    font-weight: 950;
}

.lw-dashboard-stats small {
    color: #11a45d;
}

.lw-dashboard-stats div:nth-child(3) small,
.lw-dashboard-stats div:nth-child(4) small {
    color: #ef4444;
}

.lw-dashboard-table {
    display: grid;
    gap: 0;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid #e4edf8;
    border-radius: 12px;
}

.lw-dashboard-table div {
    padding: 11px 14px;
    border-bottom: 1px solid #edf3fb;
}

.lw-dashboard-table div:last-child {
    border-bottom: 0;
}

.lw-dashboard-table div:first-child {
    color: #6d7c94;
    background: #f8fbff;
    font-size: 11px;
    font-weight: 900;
}

.lw-dashboard-table strong {
    color: #1a2943;
    font-size: 12px;
}

.lw-dashboard-table em {
    padding: 4px 9px;
    color: #0d9f57;
    background: #e9fbf1;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.lw-dashboard-table span {
    color: #66758e;
    font-size: 11px;
    font-weight: 700;
}

.lw-dashboard-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: 18px;
    color: #3158ff;
    font-size: 12px;
    font-weight: 900;
}

.lw-pipeline-card {
    width: min(100%, 520px);
    max-width: 520px;
    padding: 18px;
    color: #ffffff;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(59, 234, 134, 0.16), transparent 26%),
        radial-gradient(circle at 86% 8%, rgba(83, 103, 255, 0.24), transparent 28%),
        linear-gradient(145deg, rgba(10, 20, 48, 0.96), rgba(5, 14, 38, 0.92));
    border: 1px solid rgba(136, 157, 255, 0.22);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 0 70px rgba(49, 88, 255, 0.12);
    backdrop-filter: blur(18px);
}

.lw-pipeline-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 78%);
}

.lw-pipeline-card > * {
    position: relative;
    z-index: 1;
}

.lw-pipeline-head span {
    display: inline-flex;
    margin-bottom: 5px;
    color: #78f0aa;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lw-pipeline-head h5 {
    color: #ffffff;
    font-size: 17px;
}

.lw-pipeline-head a {
    padding: 8px 12px;
    color: #071226;
    background: linear-gradient(135deg, #55f08d, #20c968);
    box-shadow: 0 14px 34px rgba(32, 201, 104, 0.22);
}

.lw-pipeline-main {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 12px;
    margin-top: 16px;
}

.lw-pipeline-score,
.lw-pipeline-chart,
.lw-pipeline-metrics div,
.lw-pipeline-steps,
.lw-pipeline-footer,
.lw-floating-insight {
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lw-pipeline-score {
    min-height: 118px;
    padding: 14px;
}

.lw-pipeline-score small,
.lw-pipeline-score span {
    display: block;
    color: rgba(226, 237, 255, 0.72);
    font-size: 11px;
    font-weight: 800;
}

.lw-pipeline-score strong {
    display: block;
    margin: 8px 0 5px;
    color: #42ec85;
    font-size: 40px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 0 28px rgba(66, 236, 133, 0.3);
}

.lw-pipeline-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 118px;
    padding: 14px;
}

.lw-pipeline-chart span {
    display: block;
    width: 13%;
    min-height: 28px;
    background: linear-gradient(180deg, #5f73ff 0%, #42ec85 100%);
    border-radius: 999px 999px 8px 8px;
    box-shadow: 0 0 24px rgba(66, 236, 133, 0.22);
}

.lw-pipeline-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.lw-pipeline-metrics div {
    padding: 11px;
}

.lw-pipeline-metrics i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #42ec85;
    background: rgba(66, 236, 133, 0.12);
    border-radius: 10px;
    font-size: 18px;
}

.lw-pipeline-metrics span,
.lw-pipeline-metrics small {
    display: block;
    color: rgba(226, 237, 255, 0.68);
    font-size: 10px;
    font-weight: 800;
}

.lw-pipeline-metrics span {
    margin-top: 9px;
    text-transform: uppercase;
}

.lw-pipeline-metrics strong {
    display: block;
    margin: 4px 0 3px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
}

.lw-pipeline-steps {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 13px;
}

.lw-pipeline-steps div {
    display: grid;
    gap: 6px;
}

.lw-pipeline-steps span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #edf5ff;
    font-size: 11px;
    font-weight: 900;
}

.lw-pipeline-steps i {
    color: #42ec85;
    font-size: 16px;
}

.lw-pipeline-steps em {
    display: block;
    height: 6px;
    overflow: hidden;
    background: rgba(255,255,255,.11);
    border-radius: 999px;
}

.lw-pipeline-steps b {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #42ec85, #5367ff);
    border-radius: inherit;
}

.lw-pipeline-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 10px 13px;
    color: rgba(236, 246, 255, 0.84);
    font-size: 12px;
    font-weight: 850;
}

.lw-pipeline-footer i {
    color: #42ec85;
    font-size: 18px;
}

.lw-floating-insight {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 218px;
    padding: 10px 12px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        rgba(7, 18, 47, 0.78);
    backdrop-filter: blur(14px);
}

.lw-floating-insight i {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    color: #42ec85;
    background: rgba(66, 236, 133, 0.13);
    border-radius: 50%;
}

.lw-floating-insight span {
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
}

.lw-floating-insight-one {
    left: 28px;
    top: 294px;
}

.lw-floating-insight-two {
    right: 2px;
    bottom: 70px;
}

.lw-orbit {
    position: absolute;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #3158ff, #5367ff);
    border-radius: 50%;
    box-shadow: 0 18px 42px rgba(49, 88, 255, 0.34);
    font-size: 24px;
}

.lw-orbit-one {
    left: 14px;
    top: 122px;
}

.lw-orbit-two {
    right: 14px;
    top: 180px;
}

.lw-orbit-three {
    right: 34px;
    bottom: 44px;
    color: #3158ff;
    background: #ffffff;
}

.lw-hero-person {
    position: absolute;
    display: grid !important;
    width: 66px !important;
    height: 66px !important;
    place-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    z-index: 4;
}

.lw-hero-person img {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    object-fit: cover;
    border-radius: 50%;
}

.lw-hero-person-one {
    left: -10px;
    top: 245px;
}

.lw-hero-person-two {
    right: -8px;
    bottom: 76px;
}

.lw-services-section,
.lw-testimonial-section {
    background: #ffffff !important;
}

.title-box .title-sub-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 18px;
    color: #3158ff !important;
    background: #eef4ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.title-box .title-heading,
.title-box h3 {
    color: #101b31;
    font-weight: 900;
    letter-spacing: 0;
}

.lw-choice-row {
    row-gap: 22px;
}

.lw-choice-card,
.service-box,
.lw-process-box,
.testi-box,
.custom-form {
    border: 1px solid #e3ebf7 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(25, 47, 82, 0.08) !important;
}

.lw-choice-card {
    min-height: 170px;
    padding: 24px 14px;
    text-align: center;
}

.lw-choice-card i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin: 0 auto 18px;
    color: #3158ff;
    background: #f2f6ff;
    border: 1px solid #dbe7ff;
    border-radius: 50%;
    font-size: 28px;
}

.lw-choice-card h6 {
    margin-bottom: 10px;
    color: #1a2943;
    font-size: 14px;
    font-weight: 900;
}

.lw-choice-card p {
    margin: 0;
    color: #66758e;
    font-size: 12px;
    line-height: 1.55;
}

.lw-metric-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 36px;
    padding: 20px 24px;
    color: #ffffff;
    background: linear-gradient(135deg, #05123a, #062b85);
    border-radius: 16px;
    box-shadow: 0 22px 50px rgba(5, 18, 58, 0.22);
}

.lw-metric-strip div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 74px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.lw-metric-strip div:last-child {
    border-right: 0;
}

.lw-metric-strip i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #3bea86;
    border: 1px solid rgba(59, 234, 134, .35);
    border-radius: 50%;
    font-size: 24px;
}

.lw-metric-strip strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
}

.lw-metric-strip span {
    display: block;
    color: #c7d1e5;
    font-size: 12px;
    font-weight: 700;
}

.service-box {
    padding: 34px 28px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-box:hover,
.service-box.active {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(25, 47, 82, 0.13) !important;
}

.service-box .service-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: #eef4ff;
}

.lw-process-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%) !important;
}

.lw-process-premium {
    position: relative;
}

.lw-process-box {
    padding: 30px;
}

.lw-process-box span {
    background: #eef4ff;
}

.lw-testimonial-section .testi-box {
    padding: 38px;
}

.lw-testimonial-section .client-title-main {
    color: #eef4ff;
}

.lw-testimonial-section .carousel-indicators {
    max-width: 100%;
}

.lw-testimonial-section .carousel-indicators a {
    min-width: 0;
}

.pricing-dark-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(59, 234, 134, 0.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
    color: #101b31;
}

.pricing-dark-section .title-heading,
.pricing-dark-section .title-box p {
    color: #101b31 !important;
}

.pricing-dark-section .title-heading span {
    color: #16a34a !important;
}

.pricing-dark-section .title-sub-title {
    color: #3158ff !important;
    background: #eef4ff !important;
    border-color: #dce8ff !important;
}

.pricing-dark-section .pricing-box {
    background: #ffffff !important;
    border-color: #dce7f4 !important;
    box-shadow: 0 22px 52px rgba(25, 47, 82, 0.10) !important;
}

.pricing-dark-section .pricing-box-featured {
    border-color: #2fdc75 !important;
    box-shadow: 0 28px 62px rgba(22, 184, 106, 0.18) !important;
}

.pricing-trust-row {
    background: linear-gradient(135deg, #05123a, #082b85) !important;
    border: 0 !important;
    box-shadow: 0 22px 50px rgba(5, 18, 58, 0.22);
}

.lw-cta-band {
    padding: 46px 0 0;
    background: #ffffff;
}

.lw-cta-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 34px 42px;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 50%, rgba(59, 234, 134, 0.16), transparent 28%),
        linear-gradient(135deg, #05123a, #062b85);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(5, 18, 58, 0.25);
}

.lw-cta-icon {
    display: grid;
    width: 76px;
    height: 76px;
    flex: 0 0 auto;
    place-items: center;
    color: #3bea86;
    border: 1px solid rgba(59, 234, 134, .36);
    border-radius: 50%;
    font-size: 36px;
}

.lw-cta-card span {
    display: block;
    margin-bottom: 6px;
    color: #b8c6df;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.lw-cta-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
}

.lw-cta-card p {
    margin: 0;
    color: #cbd6ea;
}

.lw-cta-card .btn {
    margin-left: auto;
    min-width: 190px;
    min-height: 54px;
    border-radius: 12px;
    color: #3158ff;
    font-weight: 900;
}

.lw-about-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 6%, rgba(49, 88, 255, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%) !important;
}

.lw-about-section::before,
.lw-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(49, 88, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 88, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,.8) 24%, transparent 92%);
}

.lw-about-section .container,
.lw-contact-section .container {
    position: relative;
    z-index: 1;
}

.lw-about-panel {
    padding: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #dce7f6;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(25, 47, 82, 0.10);
    backdrop-filter: blur(18px);
}

.lw-mini-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 12px;
    color: #2357d7;
    background: #eef4ff;
    border: 1px solid #dce8ff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.lw-about-copy {
    padding: 10px 10px 10px 8px;
}

.lw-about-copy h3,
.lw-contact-info h3 {
    color: #0d1930;
    font-size: 30px;
    line-height: 1.22;
    font-weight: 950;
}

.lw-about-copy p,
.lw-contact-info p {
    max-width: 560px;
    color: #66758e;
    font-size: 15px;
    line-height: 1.8;
}

.lw-about-points {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.lw-about-points div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a2943;
    font-size: 14px;
    font-weight: 900;
}

.lw-about-points i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    color: #16a34a;
    background: #eafbf1;
    border-radius: 50%;
}

.lw-about-visual {
    position: relative;
    padding: 12px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(49, 88, 255, .55), rgba(59, 234, 134, .45)) border-box;
    border: 1px solid transparent;
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(25, 47, 82, 0.14);
}

.lw-about-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 15px;
}

.lw-about-badge {
    position: absolute;
    right: 28px;
    bottom: -24px;
    min-width: 160px;
    padding: 14px 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #05123a, #062b85);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    box-shadow: 0 22px 46px rgba(5, 18, 58, .22);
}

.lw-about-badge strong,
.lw-about-stats strong {
    display: block;
    color: #3bea86;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.lw-about-badge span,
.lw-about-stats span {
    display: block;
    margin-top: 5px;
    color: #dbe6f7;
    font-size: 11px;
    font-weight: 800;
}

.lw-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 30px;
    overflow: hidden;
    background: #dce7f6;
    border: 1px solid #dce7f6;
    border-radius: 18px;
}

.lw-about-stats div {
    padding: 18px 22px;
    background: #ffffff;
}

.lw-about-stats span {
    color: #66758e;
}

.lw-contact-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(59, 234, 134, .10), transparent 30%),
        linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%) !important;
}

.lw-contact-info,
.lw-contact-form {
    padding: 30px;
    border-radius: 24px !important;
}

.lw-contact-info {
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 12%, rgba(59, 234, 134, 0.18), transparent 30%),
        linear-gradient(145deg, #05123a, #071c56);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 28px 70px rgba(5, 18, 58, .20);
}

.lw-contact-info .lw-mini-label {
    color: #78f0aa;
    background: rgba(59, 234, 134, .11);
    border-color: rgba(59, 234, 134, .24);
}

.lw-contact-info h3 {
    color: #ffffff;
}

.lw-contact-info p,
.lw-contact-info p a {
    color: #cbd6ea;
}

.lw-contact-methods {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.lw-contact-methods div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 16px;
}

.lw-contact-methods i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #3bea86;
    background: rgba(59, 234, 134, .12);
    border-radius: 50%;
    font-size: 20px;
}

.lw-contact-methods strong {
    min-width: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.lw-contact-form {
    background: #ffffff !important;
    border-color: #dce7f6 !important;
    box-shadow: 0 28px 70px rgba(25, 47, 82, 0.12) !important;
}

.lw-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6eef8;
}

.lw-form-head span {
    display: block;
    color: #3158ff;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.lw-form-head h4 {
    margin: 5px 0 0;
    color: #0d1930;
    font-size: 22px;
    font-weight: 950;
}

.lw-form-head i {
    color: #3158ff;
    font-size: 42px;
}

.lw-contact-form .form-label {
    color: #40516d !important;
    font-size: 12px;
    font-weight: 900;
}

.lw-contact-form .form-control {
    min-height: 46px;
    border-color: #dbe5f1;
    border-radius: 10px;
    background: #f9fbff;
}

.lw-contact-form textarea.form-control {
    min-height: 132px;
}

.lw-contact-form .btn-primary {
    min-height: 46px;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #3158ff, #5b4dff);
    box-shadow: 0 14px 30px rgba(49, 88, 255, .24);
    font-weight: 900;
}

.lw-premium-footer {
    position: relative;
    padding: 34px 0 18px;
    color: #cbd6ea;
    background:
        radial-gradient(circle at 22% 0%, rgba(49, 88, 255, .18), transparent 30%),
        linear-gradient(180deg, #05123a, #020817) !important;
}

.lw-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
}

.lw-footer-brand:hover {
    color: #ffffff;
    text-decoration: none;
}

.lw-footer-brand .lw-brand-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    object-fit: contain;
    filter: none;
}

.lw-footer-brand .lw-brand-text {
    font-size: 19px;
    font-weight: 900;
}

.lw-premium-footer p {
    max-width: 420px;
    color: #d6e1f4 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.75;
}

.lw-premium-footer .lw-footer-credit {
    display: table;
    max-width: none;
    margin: 0 auto;
    padding: 10px 22px;
    text-align: center;
    color: #eaf1ff !important;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .01em;
    line-height: 1.4;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.lw-premium-footer h5 {
    position: relative;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .01em;
}

.lw-premium-footer h5::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 8px;
    background: linear-gradient(90deg, #e9bd4d, #3bea86);
    border-radius: 999px;
}

.lw-premium-footer .footer-link {
    display: grid;
    gap: 10px;
}

.lw-premium-footer .footer-link a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #d8e1f2;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.lw-premium-footer .footer-link a::before {
    content: "";
    width: 18px;
    height: 1px;
    margin-right: 9px;
    background: linear-gradient(90deg, #e9bd4d, #3bea86);
    border-radius: 999px;
    opacity: .9;
    box-shadow: 0 0 12px rgba(59, 234, 134, .32);
}

.lw-premium-footer .footer-link a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.lw-premium-footer .footer-social a {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .14);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.lw-premium-footer .footer-social .list-inline-item:not(:last-child) {
    margin-right: 7px;
}

.lw-premium-footer .footer-social a:hover {
    transform: translateY(-2px);
    background: rgba(233, 189, 77, .16);
    border-color: rgba(233, 189, 77, .5);
}

.lw-premium-footer hr {
    border-color: rgba(255,255,255,.12);
}

.lw-footer-policies {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.lw-footer-policies a {
    color: #cbd6ea;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .lw-premium-navbar .container,
    .lw-premium-hero .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .lw-premium-navbar .navbar-collapse {
        margin-top: 18px;
        padding: 18px;
        background: #05123a;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 16px;
    }

    .lw-premium-hero {
        min-height: auto;
        padding: 138px 0 72px;
    }

    .lw-hero-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: 560px !important;
    }

    .lw-dashboard-card {
        margin: 34px 0 0;
        max-width: none;
        width: 100%;
    }

    .lw-hero-dashboard {
        max-width: none;
        min-height: auto;
    }

    .lw-floating-insight,
    .lw-orbit {
        display: none;
    }

    .lw-dashboard-stats,
    .lw-metric-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lw-metric-strip div:nth-child(2) {
        border-right: 0;
    }

    .lw-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .lw-cta-card .btn {
        margin-left: 0;
    }

    .lw-about-panel,
    .lw-contact-info,
    .lw-contact-form {
        padding: 24px;
    }

    .lw-about-stats {
        grid-template-columns: 1fr;
    }

    .lw-footer-policies {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .lw-premium-footer .footer-link {
        gap: 7px;
    }
}

@media (max-width: 575.98px) {
    .lw-premium-navbar .container,
    .lw-premium-hero .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lw-premium-logo {
        gap: 8px;
    }

    .lw-premium-logo .lw-brand-mark {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .lw-brand-text {
        font-size: 15px;
    }

    .lw-policy-page {
        padding: 104px 0 48px;
    }

    .lw-policy-card {
        padding: 24px;
        border-radius: 14px;
    }

    .lw-policy-card h3 {
        font-size: 28px;
    }

    .lw-footer-brand .lw-brand-mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .lw-footer-brand .lw-brand-text {
        font-size: 17px;
    }

    .lw-premium-hero .home-title {
        font-size: 38px;
    }

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

    .lw-hero-proof {
        grid-template-columns: 1fr !important;
        max-width: none !important;
        gap: 10px !important;
    }

    .lw-dashboard-stats,
    .lw-metric-strip {
        grid-template-columns: 1fr;
    }

    .lw-dashboard-card,
    .lw-cta-card {
        padding: 24px;
    }

    .lw-about-copy h3,
    .lw-contact-info h3 {
        font-size: 24px;
    }

    .lw-about-visual {
        padding: 8px;
    }

    .lw-about-badge {
        position: static;
        margin-top: 12px;
    }

    .lw-form-head {
        align-items: flex-start;
    }

    .lw-pipeline-main,
    .lw-pipeline-metrics {
        grid-template-columns: 1fr;
    }

    .lw-pipeline-score,
    .lw-pipeline-chart {
        min-height: 118px;
    }

    .lw-orbit {
        display: none;
    }

    .lw-hero-person {
        display: none;
    }

    .lw-testimonial-section .carousel-indicators {
        position: static;
        flex-direction: column;
        align-items: stretch;
        margin-right: 0;
        margin-left: 0;
    }

    .lw-testimonial-section .carousel-indicators a {
        width: 100%;
        margin: 0;
    }

    .lw-testimonial-section .carousel-indicators a .d-flex {
        min-width: 0;
    }

    .lw-testimonial-section .carousel-indicators a h5,
    .lw-testimonial-section .carousel-indicators a p {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* Final hero polish override */
.lw-premium-hero {
    min-height: 650px !important;
    padding: 106px 0 54px !important;
    background:
        radial-gradient(circle at 76% 36%, rgba(62, 86, 255, 0.36), transparent 25%),
        radial-gradient(circle at 20% 34%, rgba(42, 210, 132, 0.18), transparent 31%),
        linear-gradient(115deg, #020814 0%, #06122f 44%, #07194f 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lw-premium-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 38%, rgba(24, 56, 174, 0.18)),
        linear-gradient(180deg, rgba(3, 8, 22, 0.16), transparent 48%, rgba(2, 8, 20, 0.52));
}

.lw-premium-hero .container {
    max-width: 1390px !important;
}

.lw-premium-hero .row {
    min-height: 512px;
}

.lw-hero-copy {
    max-width: 670px !important;
    padding-top: 6px !important;
}

.lw-hero-pill {
    margin-bottom: 24px !important;
    padding: 10px 18px !important;
    color: #c2d0ff !important;
    background: linear-gradient(135deg, rgba(75, 103, 255, 0.22), rgba(61, 234, 139, 0.07)) !important;
    border-color: rgba(138, 160, 255, 0.36) !important;
    box-shadow: 0 14px 36px rgba(49, 88, 255, 0.18), inset 0 1px 0 rgba(255,255,255,.08);
}

.lw-premium-hero .home-title {
    max-width: 660px !important;
    font-size: clamp(44px, 3.6vw, 66px) !important;
    line-height: 1.05 !important;
    text-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
}

.lw-premium-hero .home-title span {
    color: #6173ff !important;
    text-shadow: 0 0 34px rgba(83, 103, 255, 0.42);
}

.lw-premium-hero .home-desc {
    max-width: 610px !important;
    color: rgba(239, 246, 255, 0.88) !important;
}

.lw-hero-actions .btn {
    border-radius: 10px !important;
}

.lw-hero-actions .btn-primary {
    background: linear-gradient(135deg, #2d62ff 0%, #6a43ff 100%) !important;
    box-shadow: 0 18px 44px rgba(58, 80, 255, 0.42) !important;
}

.lw-hero-actions .btn-outline-light {
    background: rgba(255, 255, 255, 0.055) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

.lw-hero-proof {
    gap: 14px !important;
    max-width: 680px !important;
}

.lw-hero-proof div {
    min-height: 58px !important;
    padding: 11px 15px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.045)),
        rgba(8, 22, 58, 0.58) !important;
    border-color: rgba(193, 207, 255, 0.24) !important;
    box-shadow:
        0 20px 48px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.lw-hero-proof i {
    color: #53f195 !important;
    background: linear-gradient(135deg, rgba(83, 241, 149, 0.22), rgba(49, 88, 255, 0.12)) !important;
}

.lw-hero-proof strong {
    font-size: 12px !important;
}

.lw-hero-dashboard {
    max-width: 590px !important;
    padding-top: 4px !important;
}

.lw-pipeline-card {
    width: min(100%, 530px) !important;
    max-width: 530px !important;
    padding: 22px !important;
    background:
        radial-gradient(circle at 16% 10%, rgba(65, 234, 135, 0.18), transparent 24%),
        radial-gradient(circle at 88% 8%, rgba(83, 103, 255, 0.32), transparent 28%),
        linear-gradient(145deg, rgba(13, 28, 66, 0.94), rgba(5, 13, 34, 0.96)) !important;
    border-color: rgba(181, 197, 255, 0.28) !important;
    border-radius: 18px !important;
    box-shadow:
        0 34px 88px rgba(0, 0, 0, 0.46),
        0 0 90px rgba(50, 92, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.lw-pipeline-score,
.lw-pipeline-chart,
.lw-pipeline-metrics div,
.lw-pipeline-steps,
.lw-pipeline-footer,
.lw-floating-insight {
    background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055)) !important;
    border-color: rgba(206, 218, 255, 0.18) !important;
}

.lw-pipeline-score strong {
    font-size: 43px !important;
}

.lw-floating-insight {
    box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.lw-floating-insight-one {
    left: -26px !important;
    top: 246px !important;
}

.lw-floating-insight-two {
    right: -14px !important;
    bottom: 62px !important;
}

@media (max-width: 991.98px) {
    .lw-premium-hero {
        padding: 130px 0 70px !important;
    }

    .lw-premium-hero .row {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .lw-premium-hero {
        padding: 112px 0 52px !important;
    }

    .lw-premium-hero .home-title {
        font-size: 38px !important;
        line-height: 1.1 !important;
    }

    .lw-premium-hero .home-title span {
        white-space: normal !important;
    }
}
