﻿:root {
    --color-ink-soft: #1E293B;
    --color-primary: #2563EB;
    --color-primary-dark: #1D4ED8;
    --color-border-soft: #EEF2F8;
    --blue: #2563EB;
    --blue-dark: #1D4ED8;
    --blue: #2563EB;
    --blue-dark: #1D4ED8;
    --brand-500: #2563EB;
    --brand-100: #dbe6fe;
    --brand-50: #eff4ff;
    --brand-200: #bfd4fe;
    --brand-300: #93b6fd;
    --brand-600: #1d4ed8;
    --brand-700: #1e40af;
    --sky: #38BDF8;
    --ink: #0F172A;
    --ink-soft: #475569;
    --line: #E2E8F0;
    --card-bg: #FFFFFF;
    --bg-top: #F7FAFF;
    --bg-bottom: #EFF6FF;
    --radius-card: 24px;
    --shadow-rest: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
    --shadow-hover: 0 12px 24px rgba(37, 99, 235, 0.12), 0 4px 8px rgba(15, 23, 42, 0.06);
    --shadow-panel: 0 18px 40px -22px rgba(15, 28, 51, .28);
    --blue: #2563EB;
    --blue-dim: #1D4ED8;
    --blue-tint: #EEF3FF;
    --ink: #0B1220;
    --ink-soft: #4B5567;
    --line: #E7EAF0;
    --paper: #FFFFFF;
    --paper-soft: #FAFBFD;
    --shadow-color: 220 40% 25%;
    --radius: 20px;
    --blue-600: #2563EB;
    --green: #16A34A;
    --success-bg: #DCFCE7;
    --success-glow: rgba(22, 163, 74, 0.18);
    --success: #16A34A;
    --danger: #DC2626;
    --danger-bg: #FEE2E2;
    --danger-glow: rgba(220, 38, 38, 0.18);
    --sp: 8px;
    --blue-2: #1D4ED8;
    --green-2: #059669;
    --purple: #8B5CF6;
    --purple-2: #7C3AED;
    --emerald: #10B981;
    --gap: clamp(16px, 2.2vw, 26px);
    --shadow-blue: 0 14px 30px rgba(37, 99, 235, .32);
    --slate: #475569;
    --slate-soft: #64748b;
    --ink: #0E1B2C;
    --ink-2: #1A2740;
    --shadow-float: 0 2px 6px rgba(15, 23, 42, .05), 0 40px 80px -32px rgba(37, 99, 235, .28);
    --cols: minmax(0, 1.05fr) minmax(0, 1.18fr) minmax(0, 1.18fr);
        --shadow: 0 10px 30px -12px rgba(37, 99, 235, .12), 0 4px 12px rgba(15, 23, 42, .05);
}


.services-section {
    padding: 80px 0;
}

/* =========================================
                LEFT SIDE
    ========================================= */

.sticky-left {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.circle-wrapper {
    width: 520px;
    height: 520px;
    position: relative;
    margin-left: -10px;
}

    /* GREEN GLOW */

    .circle-wrapper::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        /*background: radial-gradient( circle, rgba(151,197,60,.28) 0%, rgba(151,197,60,.10) 45%, rgba(151,197,60,0) 80% );*/
        filter: blur(70px);
        top: 50%;
        right: -160px;
        transform: translateY(-50%);
    }

/* LEFT FADE */

.circle-mask {
    position: absolute;
    left: 0;
    top: -10%;
    width: 52%;
    height: 120%;
    z-index: 3;
    /*background: linear-gradient( to right, #ecebdf 0%, #ecebdf 72%, rgba(236,235,223,.9) 82%, rgba(236,235,223,.45) 92%, rgba(236,235,223,0) 100% );*/
    /*filter: blur(10px);*/
}

/* CIRCLE BORDER */

.circle-border {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 3px solid #005FAF;*/
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url(../../new-assets/images/bg/circle.png);
    background-size: cover;
}

/* ACTIVE ARC */

.active-arc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 2;
    /*background: conic-gradient( from -35deg, transparent 0deg, transparent 260deg, rgba(151,197,60,.15) 280deg, rgba(151,197,60,.45) 300deg, rgba(151,197,60,.95) 325deg, #97c53c 340deg, rgba(151,197,60,.95) 350deg, rgba(151,197,60,.45) 360deg );
    -webkit-mask: radial-gradient( farthest-side, transparent calc(100% - 4px), #000 calc(100% - 2px) );
    mask: radial-gradient( farthest-side, transparent calc(100% - 4px), #000 calc(100% - 2px) );*/
}

/* =========================================
                    CENTER
    ========================================= */

.center-circle {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -35%);
    width: 350px;
    height: 350px;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #edf2ee 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0,0,0,.05);
}

.center-icon {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 6rem;
}

.center-title {
    font-size: 68px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 460px;
    transition: .4s;
    position: absolute;
    bottom: 0;
    width: 400px;
}

/* =========================================
              NUMBER CIRCLE
    ========================================= */

.step {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(247 246 239 / 78%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    color: #b7b7b7;
    left: 50%;
    top: 50%;
    z-index: 50;
    opacity: 0;
    /* PERFECT CENTER */
    margin-left: -40px;
    margin-top: -40px;
    transform: scale(.55);
    transition: left .95s cubic-bezier(.22,1,.36,1), top .95s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1), opacity .55s ease, background .4s ease, color .4s ease, box-shadow .4s ease;
    backdrop-filter: blur(10px);
    box-shadow: none;
    /* GREEN LINE KE UPAR */
    border: 0px solid #ecebdf;
}

    /* ACTIVE */

    .step.active {
        opacity: 1;
        background: #005FAF;
        color: #fff;
        transform: scale(1.18);
        box-shadow: none;
        z-index: 60;
    }

    /* PREV */

    .step.prev {
        opacity: .95;
        transform: scale(.68);
    }

    /* NEXT */

    .step.next {
        opacity: .95;
        transform: scale(.68);
    }

    /* HIDE */

    .step.hide {
        opacity: 0;
        transform: scale(.2);
    }

/* =========================================
                RIGHT SIDE
    ========================================= */

.services-right {
    padding-left: 40px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 15px;
    min-height: 165px;
    position: relative;
    border: 1px solid #e4e0d3;
    overflow: hidden;
    transition: .4s;
}

    .service-card.active {
        transform: translateY(-5px);
        box-shadow: 0 18px 40px rgba(0,0,0,.06);
    }

.service-content {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 5;
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 24px;
    /*background: #f7f7f1;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #97c53c;
    flex-shrink: 0;
}

.service-card h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.service-card p {
    font-size: 0.9rem;
    font-weight: 400;
}

.tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}



/* BIG NUMBER */

.service-number {
    position: absolute;
    left: 20px;
    bottom: -24px;
    font-size: 70px;
    font-weight: 700;
    color: #d9d4c8;
    line-height: 1;
    opacity: 0;
    transform: scale(.6);
    transition: .5s;
}

.service-card.prev .service-number,
.service-card.next .service-number {
    opacity: .35;
    transform: scale(.82);
}

.service-card.active .service-number {
    opacity: 1;
    transform: scale(1);
    font-size: 75px;
    color: #005faf;
}

/* =========================================
                  RESPONSIVE
    ========================================= */


@media (max-width:991px) {

    .sticky-left {
        position: relative;
        height: auto;
        margin-bottom: 80px;
    }

    .circle-wrapper {
        width: 100%;
        height: 520px;
        margin-left: 0;
    }

    .center-circle {
        width: 360px;
        height: 360px;
    }

    .center-title {
        font-size: 42px;
    }

    .services-right {
        padding-left: 0;
    }
}

@media (max-width:576px) {

    .circle-wrapper {
        height: 400px;
    }

    .center-circle {
        width: 260px;
        height: 260px;
    }

    .center-title {
        font-size: 30px;
    }

    .step {
        width: 58px;
        height: 58px;
        font-size: 20px;
        margin-left: -29px;
        margin-top: -29px;
    }

    .service-content {
        flex-direction: column;
    }

    .service-card h3 {
        font-size: 28px;
    }

    .service-card p {
        font-size: 16px;
    }
}

.inner-container-small {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.mac_container {
    width: 100%;
    margin: 10px auto;
}

.z-index-2 {
    z-index: 2 !important;
}

.mt-n7 {
    margin-top: -4rem !important;
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.mac_scaler {
    margin: auto;
    width: 90%;
    padding-top: 57.875%;
    height: 0px;
    position: relative;
}

.mac_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mac_screen {
    margin: auto;
    background: #080808;
    width: 86%;
    height: 90%;
    border-radius: 2% 2% 5% 5% / 3%;
    box-sizing: border-box;
    padding: 3%;
    position: relative;
    overflow: hidden;
    border: 1px solid #f8f8f8;
}

.mac_camera {
    background: #333;
    border-radius: 50%;
    width: 1%;
    height: 1.5%;
    position: absolute;
    left: 49.5%;
    top: 2%;
}

    .mac_camera:after {
        content: "";
        position: absolute;
        left: 35%;
        top: 40%;
        width: 30%;
        height: 30%;
        border-radius: 50%;
        background: #777;
    }

.jarallax {
    position: relative;
    z-index: 0;
}

.mac_screen_content {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mac_bottom {
    background: #e9e9e9;
    background: linear-gradient(#ccc 50%, #444);
    width: 100%;
    height: 3%;
    position: relative;
    top: -1.7%;
    border-bottom-left-radius: 6% 50%;
    border-bottom-right-radius: 6% 50%;
}

.mac_bottom_top_half {
    width: 100%;
    height: 50%;
    background: #e9e9e9;
    background: linear-gradient(90deg, #aaa, #f3f3f3 .5%, #aaa 2.5%, #f3f3f3 5.5%, #f3f3f3 94.5%, #aaa 97.5%, #f3f3f3 99.5%, #aaa);
}

.h-40px {
    height: 65px !important;
}

.university-tabs {
    padding: 80px 0;
}

.side-tabs .nav-link {
    background: #fff;
    color: #222;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 600;
    transition: .3s;
    text-align: left;
}

    .side-tabs .nav-link:hover {
        background: #0E84FF;
        color: #fff!important;
    }

    .side-tabs .nav-link.active {
        background: #0E84FF;
        color: #fff !important;
        border-color: #0E84FF;
    }

.tab-content-box img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    height: 520px;
}

.tab-content-box h2 {
    font-size: 56px;
    font-weight: 700;
    margin: 35px 0 20px;
    text-align: center;
}

.tab-content-box p {
    /*font-size: 17px;*/
    color: #555;
    line-height: 1.4;
    text-align: left;
    margin-top: 10px;
}

#v-pills-tab.side-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    width: 90%;
    display: flex;
}

#v-pills-tab {
    align-items: center;
    justify-content: center;
}

/*#v-pills-tab.side-tabs .nav-link.active {
}*/

@media (max-width:991px) {

    .side-tabs {
        margin-bottom: 30px;
    }

        .side-tabs .nav-link {
            font-size: 18px;
            padding: 18px;
        }

    .tab-content-box img {
        height: 350px;
    }

    .tab-content-box h2 {
        font-size: 34px;
    }

    .tab-content-box p {
        font-size: 16px;
    }
}

:root {
    --bg: #05191f;
    --card: #0b2830;
    --primary: #18bfd0;
}

.sec-wrp {
    margin: 0 70px;
    border-radius: 60px;
    background: linear-gradient(135deg, #060816 0%, #0b1228 40%, #111c3d 100%);
    padding: 120px 30px;
    position: relative;
    z-index: 1;
}

.left-content {
    position: sticky;
    top: 100px;
}

    .left-content h2 {
         font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    font-weight: 700;
    line-height: 1.2;
        margin-bottom: 30px;
        color: #fff;
    }

.left-content-ios h2 {
       font-weight: 700;
    font-size: clamp(2.35rem, 4.6vw, 3.4rem);
    line-height: 1.3;
}

.solutions-section .card {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, .08)!important;
}

.solutions-section .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(24, 191, 208, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 28px;
    margin-bottom: 19px;
}

.solutions-section .card h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
}

.cta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 64px;
    opacity: 0;
    animation: fadeUp 0.7s var(--ease) 0.3s forwards;
}

.cta--btn--primary svg, .cta--btn--secondary svg {
    font-size: 1rem;
    transition: transform var(--transition-base);
    width: 1rem;
    height: 1rem;
}

.cta--btn--primary, .cta--btn--secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.75rem;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.cta--btn--primary {
    color: #FFFFFF;
    background: var(--gradient-brand);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.cta--btn--secondary {
    color: var(--color-dark);
    background: #FFFFFF;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-sm);
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0;
    max-width: 520px;
    margin-top: 15px;
    margin-bottom: 20px;
    /*opacity: 0;
    animation: fadeUp 0.7s var(--ease) 0.38s forwards;*/
}

.stat {
    /*display: flex;
    align-items: flex-start;
    gap: 14px;*/
    padding-right: 32px;
    border-right: 1px solid var(--color-border);
}

.stat-icon-web-cust {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    transition: transform 0.35s var(--ease), background 0.35s var(--ease);
}

    .stat-icon-web-cust svg {
        width: 20px;
        height: 20px;
    }

.stat:not(:first-child) {
    padding-left: 12px;
}

.stat:not(:first-child) {
    padding-left: 12px;
}

.stat:last-child {
    border-right: none;
    padding-right: 0;
}

.visual-col {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit {
    position: absolute;
    border: 1px dashed rgba(37, 99, 235, 0.25);
    border-radius: 50%;
    animation: spin 34s linear infinite;
}

.orbit--inner {
    width: 420px;
    height: 420px;
    animation-duration: 26s;
    animation-direction: reverse;
}

@media (min-width: 1920px) {
    .orbit--outer {
        width: 620px;
        height: 620px;
    }

    .orbit--inner {
        width: 470px;
        height: 470px;
    }

    .product-card {
        width: 440px;
    }

    .support-strip {
        margin-top: 70px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.glow-ring {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.10), transparent 65%);
}

.sparkle {
    position: absolute;
    color: #2563eb;
    opacity: 0.6;
}

.sparkle--1 {
    top: 38%;
    left: -4%;
}

.sparkle svg {
    width: 16px;
    height: 16px;
}

.sparkle--2 {
    top: 20%;
    right: -8%;
}

.badge-cus {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.badge--secure {
    top: 6%;
    left: 2%;
    animation-delay: 0.5s;
}

.badge-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

    .badge-icon svg {
        width: 26px;
        height: 26px;
    }

.badge-label {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
}

.badge--fast {
    top: 6%;
    right: 0%;
    animation-delay: 0.62s;
}

.badge--tools {
    bottom: 8%;
    left: 0%;
    animation-delay: 0.74s;
}

.badge--seo {
    bottom: 8%;
    right: 2%;
    animation-delay: 0.86s;
}

.product-card-cus-dev {
    position: relative;
    z-index: 2;
    width: 400px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    padding: 0;
    overflow: hidden;
    opacity: 0;
    animation: fadeUp 0.8s var(--ease) 0.3s forwards, floatCard 6s ease-in-out 1.2s infinite;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(22px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.card-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-bottom: 1px solid #eef2f8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
}

.tl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e7ecf4;
}

.url-pill {
    flex: 1;
    margin-left: 8px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    padding: 8px 14px;
    font-size: 13px;
    color: var(--color-ink-soft);
    font-weight: 600;
}

.card-body-cus {
    padding: 22px 20px 20px;
}

.code-line {
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
}

.tok-get {
    color: #2563eb;
    font-weight: 700;
}

.tok-path, .tok-label {
    color: #1e293b;
}

.tok-status, .tok-active {
    color: #059669;
    font-weight: 700;
}

.tok-dim {
    color: #8a93a3;
}

.chip-row {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.chip {
    padding: 7px 14px;
    border-radius: var(--radius-pill);
    background: #EFF4FF;
    color: #1d4ed8;
    font-size: 12.5px;
    font-weight: 600;
    transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}

.bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(37, 99, 235, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 70% 20%, black 0%, transparent 70%);
    mask-image: radial-gradient(ellipse 70% 60% at 70% 20%, black 0%, transparent 70%);
}

.support-strip {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--color-border-soft);
    margin-top: 55px;
   
}

.support-inner {
    max-width: 900px;
}

.support-text {
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.55;
    color: var(--color-ink-soft);
    font-weight: 500;
    letter-spacing: -0.005em;
}

    .support-text .hl {
        color: var(--color-primary);
        font-weight: 700;
        text-decoration: underline;
        text-decoration-color: rgba(37, 99, 235, 0.3);
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
        transition: text-decoration-color 0.3s var(--ease), color 0.3s var(--ease);
        cursor: pointer;
    }

.stat-value {
    font-size: 26px;
    font-weight:700;
    color: var(--color-ink);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.section {
    position: relative;
    overflow: hidden;
    padding: 88px 24px 88px;
    isolation: isolate;
}

.header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 64px;
}

.badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

h1.heading {
    font-size: 48px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    color: var(--ink);
}

    h1.heading .accent {
        /*background: linear-gradient(90deg, var(--blue), var(--sky));*/
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--color-primary);
    }

.sub {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 32px;
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.grid-cus-development {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 56px;
}

.card-cus-development {
    background: var(--card-bg);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 28px;
    box-shadow: var(--shadow-rest);
    transition: transform 0.3s cubic-bezier(.2, .8, .2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .card-cus-development:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-hover);
        border-color: rgba(37, 99, 235, 0.25);
    }

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.card-number {
    font-size: 13px;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: 0.03em;
}

.status-get {
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
}

.status-badge {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 999px;
    color: #fff;
}

.card-title-cus {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--ink);
}

.card-desc-cus {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0 0 22px;
    /*flex-grow: 1;*/
}

.card-divider {
    height: 1px;
    background: var(--line);
    margin-bottom: 18px;
}

.card-footer-cus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #F8FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

    .arrow-btn svg {
        width: 16px;
        height: 16px;
        stroke: var(--blue);
        transition: transform 0.3s ease;
    }

.card-cus-development:hover .arrow-btn {
    background: linear-gradient(135deg, var(--blue), var(--sky));
    border-color: transparent;
}

    .card-cus-development:hover .arrow-btn svg {
        stroke: #fff;
        transform: rotate(45deg);
    }

.glow-a {
    width: 480px;
    height: 480px;
    top: -220px;
    right: -160px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 70%);
}

.glow-b {
    width: 420px;
    height: 420px;
    bottom: 60px;
    left: -200px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.10), transparent 70%);
}

.glow-a, .glow-b {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}


.section-why-us {
    position: relative;
    margin: 0 auto;
    padding: 88px 0;
    overflow: hidden;
    /*margin-bottom:70px;*/
}

.header-whyUs {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 72px;
}

.header-whyUs {
    position: relative;
    z-index: 1;
    margin-bottom: 72px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blue);
    background: var(--blue-tint);
    padding: 7px 14px 7px 12px;
    border-radius: 100px;
    margin-bottom: 28px;
}

    .eyebrow::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--blue);
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
    }

.timeline-wrap {
    position: relative;
    z-index: 1;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: stretch;
    position: relative;
}

.connector {
    position: absolute;
    top: 52px;
    width: 20px;
    height: 2px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connector-1 {
    left: 25%;
    transform: translateX(-10px);
}

.connector-2 {
    left: 50%;
    transform: translateX(-10px);
}

.connector-3 {
    left: 75%;
    transform: translateX(-10px);
}

.card-whyUs {
    position: relative;
    background: #fafbfd;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 34px 28px 32px;
    margin: 0 10px;
    transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), box-shadow 0.45s cubic-bezier(.2, .8, .2, 1), border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .card-whyUs::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: var(--radius);
        padding: 1px;
        background: linear-gradient(135deg, rgba(37, 99, 235, 0) 0%, rgba(37, 99, 235, 0) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        transition: background 0.35s ease;
        pointer-events: none;
    }

.step-num {
    font-family: 'Manrope', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #2563eb;
    margin-bottom: 14px;
}

.accent-line {
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background: #2563eb;
    margin-bottom: 24px;
    transition: width 0.35s ease;
}

.card-whyUs h3 {
    /*font-family: 'Manrope', sans-serif;*/
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ink);
    margin-bottom: 14px;
}

.card-whyUs:hover {
    transform: translateY(-8px);
    background: #FFFFFF;
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 24px 48px -16px rgba(37, 99, 235, 0.18), 0 8px 20px -8px rgba(16, 24, 40, 0.08);
}

.card-whyUs p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--ink-soft);
    font-weight: 400;
}

.tech-strip {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(180deg, #FBFCFE 0%, #F6F8FC 100%);
    padding: 30px 36px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tech-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blue);
    white-space: nowrap;
    margin-right: 8px;
}

.pill-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}

.pill {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ink);
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 100px;
    padding: 9px 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    cursor: default;
}

.banner {
    position: relative;
    border-radius: 28px;
    background: linear-gradient(120deg, #1E40AF 0%, #2563EB 55%, #38BDF8 100%);
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.25);
}

.banner-decor {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.banner-decor-2 {
    position: absolute;
    bottom: -80px;
    right: 120px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.banner-left {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    z-index: 1;
}

.rocket-wrap {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rocket-wrap svg {
        width: 30px;
        height: 30px;
        stroke: #fff;
    }

.banner-heading {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.banner-text {
    font-size: 14.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 420px;
}

.banner-right {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 1;
}

.banner-illustration {
    width: 90px;
    height: 90px;
    display: none;
}

@media (min-width: 900px) {
    .banner-illustration {
        display: block;
    }
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--blue-dark);
    font-weight: 700;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.section-work-step {
    /*max-width:1440px;*/
    margin: 0 auto;
    padding: 88px 0 100px;
    /*background: radial-gradient(1100px 550px at 82% 8%, rgba(31,165,101,0.06), transparent 60%), radial-gradient(900px 500px at 0% 100%, rgba(60,120,220,0.04), transparent 60%), var(--paper);
    border-radius: 24px;*/
}

.grid-emi-locker {
    display: block;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.9fr);
    gap: 56px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--green-600);
    text-transform: uppercase;
    margin-bottom: 12px;
    padding: 9px 16px 9px 12px;
    background: linear-gradient(180deg, #eef3ff, #e5edfe);
    color: var(--blue-600);
    border: 1px solid #dbe6ff;
}

.section-work-step h2.headline {
      font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ink-900);
    max-width: 760px;
    margin-bottom: 20px;
}

.section-work-step .subhead {
    font-size: 16.5px;
    line-height: 1.65;
    color: #6b7386;
    max-width: 680px;
    margin-bottom: 44px;
}

.timeline {
    position: relative;
    padding-left: 64px;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 27px;
        top: 36px;
        bottom: 36px;
        width: 2px;
        background: linear-gradient(to bottom, #2563EB, #EFF4FF);
        opacity: 0.55;
    }

.step-work-pt {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.step-num-work-pt {
    position: absolute;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(155deg, #0e84ff, #2563eb);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px -2px rgb(31 108 241 / 45%), 0 0 0 5px var(--paper);
    z-index: 2;
}

.hww-process-card {
    width: 100%;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px 26px;
    display: flex;
    align-items: center;
    gap: 22px;
    box-shadow: var(--shadow-sm);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    max-width: 856px;
}

.hww-card-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(160deg, #EFF4FF, #EFF4FF);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-600);
}

    .hww-card-icon svg {
        width: 24px;
        height: 24px;
        stroke: #0E84FF;
    }

.hww-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.hww-card-tag {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.11em;
    color: #0e84ff;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hww-card-title {
    font-size: 18.5px;
    font-weight: 700;
    color: var(--ink-900);
    margin-bottom: 6px;
}

.hww-card-desc {
    font-size: 14.3px;
    line-height: 1.55;
    color: #6b7386;
    max-width: 520px;
}

.fc-page {
    /*max-width: 1480px;*/
    /*margin: 0 auto;*/
    padding: 88px 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    /*background:#fff;*/
}

/* ============ TOP SECTION ============ */
.fc-industries-section {
    position: relative;
    /*background:linear-gradient(160deg,#FFFFFF 0%,#F5F8FF 55%,#EEF3FF 100%);
    border:1px solid #E7ECFA;*/
    border-radius: var(--radius-lg);
    padding: 5px 2px 33px;
    overflow: hidden;
}

    .fc-industries-section::before {
        content: "";
        position: absolute;
        inset: 0;
        /*background-image: radial-gradient(circle at 1px 1px, rgba(37,99,235,0.07) 1px, transparent 1px);
        background-size: 26px 26px;
        mask-image: radial-gradient(ellipse 70% 60% at 75% 20%, black 0%, transparent 70%);*/
        pointer-events: none;
    }

    /*.fc-industries-section::after {
        content: "";
        position: absolute;
        top: -120px;
        right: -100px;
        width: 380px;
        height: 380px;
        background: radial-gradient(circle, rgba(59,130,246,0.16), transparent 70%);
        border-radius: 50%;
        filter: blur(10px);
        pointer-events: none;
    }*/

.fc-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    z-index: 1;
}

.fc-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: var(--blue-600);
    box-shadow: 0 0 0 4px rgba(37,99,235,0.14);
}

.fc-badge-label {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--blue-600);
    text-transform: uppercase;
}

.fc--heading {
    position: relative;
    z-index: 1;
    font-size: clamp(32px,4.4vw,50px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: rgb(54, 64, 82);
    margin: 0 0 22px;
    max-width: 760px;
}

.fc-description {
    position: relative;
    z-index: 1;
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--slate-500);
    max-width: 600px;
    margin: 0 0 40px;
    font-weight: 500;
}

.fc-pills {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fc-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: 16px;
    padding: 13px 20px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--navy-800);
    box-shadow: 0 1px 2px rgba(15,23,42,0.04), 0 8px 20px rgba(37,99,235,0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    cursor: default;
    white-space: nowrap;
}

    .fc-pill:hover {
        transform: translateY(-3px);
        border-color: rgba(37,99,235,0.35);
        background: #FBFCFF;
        box-shadow: 0 12px 26px rgba(37,99,235,0.14);
    }

    .fc-pill svg {
        width: 19px;
        height: 19px;
        stroke: var(--blue-600);
        flex-shrink: 0;
    }

/* ============ CTA SECTION ============ */
.fc-cta-section {
    position: relative;
    background: linear-gradient(135deg, #05458a 0%, #01346b 52%, #051229 100%);
    border-radius: var(--radius-lg);
    padding: 60px 64px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    flex-wrap: wrap;
    isolation: isolate;
}

    .fc-cta-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
        background-size: 44px 44px;
        opacity: 0.5;
        z-index: 0;
    }

.fc-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.fc-glow-1 {
    width: 420px;
    height: 420px;
    top: -160px;
    left: 5%;
    background: radial-gradient(circle, rgba(96,165,250,0.45), transparent 70%);
}

.fc-glow-2 {
    width: 360px;
    height: 360px;
    bottom: -180px;
    right: 8%;
    background: radial-gradient(circle, rgba(129,140,248,0.4), transparent 70%);
}

.fc-glow-3 {
    width: 260px;
    height: 260px;
    top: 20%;
    right: 26%;
    background: radial-gradient(circle, rgba(56,189,248,0.28), transparent 70%);
}

.fc-cta-left {
    position: relative;
    z-index: 1;
    max-width: 520px;
}

.fc-cta-heading {
    font-size: clamp(28px,3.6vw,40px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 18px;
}

.fc-cta-description {
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
    font-weight: 500;
    max-width: 460px;
    margin: 0 0 32px;
}

.fc-cta-buttons {
    display: flex;
    gap: 14px;
    /*flex-wrap:wrap;*/
}

.fc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 700;
    padding: 15px 26px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
}

.fc-btn-primary {
    background: #fff;
    color: #1b5a9e;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

    .fc-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.24);
    }

    .fc-btn-primary svg {
        width: 16px;
        height: 16px;
        stroke: var(--indigo-800);
        transition: transform 0.25s ease;
    }

    .fc-btn-primary:hover svg {
        transform: translateX(3px);
    }

.fc-btn-secondary {
    background: #206aef;
    color: rgb(239 244 255);
    border-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(6px);
}

    .fc-btn-secondary:hover {
        background: #206aef;
        color: rgb(239 244 255);
        transform: translateY(-2px);
        border-color: rgba(255,255,255,0.55);
    }

.fc-cta-right {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fc-feature-card {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: var(--radius-md);
    padding: 26px 24px;
    width: 200px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

    .fc-feature-card:hover {
        transform: translateY(-6px);
        background: rgba(255,255,255,0.16);
        border-color: rgba(255,255,255,0.4);
    }

.fc-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.18) inset, 0 8px 18px rgba(0,0,0,0.15);
}

    .fc-feature-icon svg {
        width: 22px;
        height: 22px;
        stroke: #e9e9e9;
    }

.fc-feature-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.fc-feature-desc {
    font-size: 12.8px;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
    font-weight: 500;
    margin: 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width:1000px) {
    .fc-industries-section {
        padding: 44px 32px;
    }

    .fc-cta-section {
        padding: 44px 32px;
        flex-direction: column;
        align-items: flex-start;
    }

    .fc-cta-right {
        width: 100%;
    }

    .fc-feature-card {
        flex: 1 1 150px;
    }
}

@media (max-width:600px) {
    .fc-page {
        padding: 32px 14px;
    }

    .fc-industries-section {
        padding: 32px 22px;
        border-radius: 24px;
    }

    .fc-cta-section {
        padding: 32px 22px;
        border-radius: 24px;
    }

    .fc-pill {
        padding: 11px 16px;
        font-size: 13.5px;
    }

    .fc-feature-card {
        width: 100%;
    }
    .fc-approch {
        padding-top:88px;
    }
    .why-choose-heading, .why-choose-subheading {
        width:100%!important;
    }

    .fcc-table {
          min-width:100%!important;
    }

    .table-row {
               display: block!important;
    }

    body {
        overflow-y:hidden;
    }

    .cert-section .cert-heading .accent, .tech-label, #challengeTabs .challengeTabs-link, .btn-cta {
            white-space: normal!important;
    }

    .hero-grid, .timeline-wrap .cards, .split, .g4, .g3, .grid-g2, .featured, .cta-learning, .hero-content-grid,
    .stats-school-main, .cards-parental, .feature-card-item, .chk, .hero__inner, .g-3, .contact-form, .form-grid, .features-contact, .lower, 
    .wrap-hero, .hero__entertainment, .stats-entertainment-main-inner, .hero-streaming, .compare-streaming, .hero__container, .grid-work-process-1235, .main-approch-sec-uiux-page, .hero-inner, .cards-cert, 
    .panel-Product-Delivery, .features-PDeli, .cert-grid, .cert-cards, .layout-career, .text-col .stats-row, .grid-section-work-step, .stats-row, .grid-cus-development-5412, .hero-inner-android,
    .cert-shell-cards, .cert-shell-header, .cert-shell-banner, .g2, .panels-realestate  {
        grid-template-columns: 1fr!important; 
    }
    .contact-form {
        margin:0;
    }
    .panel-Product-Delivery {
        padding:25px!important;
    }
    .quick-grid, .logos-b2bR, .searchbar-compare, .illustration-streaming, .fcmaprank-badge, .fcmaprank-top, .bcnet, .hub-wrap, .image-stack, .faq-number, .faq-divider, .orWrap, .challengeTabs-link svg,
    .cta-icon, .ambient, .card--bbps .icon, .card--cmp .icon, .card--check .icon, .glow-a, .glow-b, .badge__sep, .badge__loc, .stage__entertainment {
        display: none!important;
    }

    .credibility-item {
            margin-bottom: 15px;
    }

    .featured {
              border-radius: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow:none!important;
        border:0!important;
    }

    .visual-col, .connector, .timeline::before, .ways {
        display: none;
    }

    .sdpx-col{ padding-left: 0;}

    .comparison-card {
        padding:30px!important;
    }

    .social-career-login {
       border: 0;
        height: auto;
        margin-top: 0;
    }
    .stat {
        padding-left:20px;
        padding-bottom:20px;
    }

    .hww-process-card {
            align-items: start;
    }
    .form-card-career {
        padding:38px 25px 36px;
    }

    .brand-icon {
          display: none!important;
    }

    .title-outer .title, .rocket-wrap, .step-num-work-pt, .composition {
        display: none;
    }
    .middle_content {
          width: 100%!important;
          margin-left:0;
    }
    .section-head-navy, .post-thumbnail, .lede {
        width: 100%!important;
    }

    .content-PDeli, .header-career, .section-comparison .intro, .section-comparison h2.title, .lede, .callout, .wrap-hero .lead, .lead__desc, .pills {
         max-width: 100%!important;
    }

    .growth-metrics, .cta-ico-cont, .fc-cta-right, .tech-strip, .hww-process-card, .fcmaprank-card, .conversion-actions, .cert-card-top, .form-area-career, .platform-post,
    .banner-lead
     {
        flex-direction: column;
    }

    .certs {
        justify-content: flex-start;
    }

    .cta-actions, .cert-card, .cert-card-top, .fc-cta-buttons, .card-header, .stats-snapshot-item  {
         flex-direction: column!important;
    }

    .cert-card-top {
            align-items: center!important;
    }

    .cert-card, .stats-snapshot-item {
       gap:10px!important;
    }

    .cert-card-desc {
        text-align:center!important;
        margin-bottom:0!important;
    }

    .badge {
        width: 250px; /* Or max-width, or a flexible container layout */
        white-space: nowrap; /* Keeps the text on a single line */
        overflow: hidden; /* Hides the text that overflows the container */
        text-overflow: ellipsis; /* Appends the ellipsis (...) */
    }

    .grid-cus-development, .stats-row-android {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-distribute-network, .cards-whyUs, .grid-work-process, .services_additional {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .banner {
        flex-direction: column;
    }

    .timeline {
        padding-left: 0;
    }

    .section-work-step {
        padding: 25px 21px 25px;
    }

    .form-card, .consultation-card {
        flex: 0 0 100%!important;
    }

    .panel_additional {
        display: block;
    }
}

.marketing-hero-section {
    /*max-width: 1320px;
    margin: 0 auto;*/
    padding: 100px 0 88px;
}

.hero-content-grid {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 64px;
    align-items: start;
    align-items: center;
}

.campaign-headline {
        font-size: clamp(2.4rem, 4vw, 3.9rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin: 0 0 22px;
    max-width: 660px;
}

    .campaign-headline .headline-accent {
        background: linear-gradient(100deg, var(--blue) 10%, #2563d9 55%, #1b74ff 95%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.service-description {
    font-size: 15px;
    line-height: 1.72;
    color: #4B5160;
    max-width: 640px;
    margin: 0 0 32px;
}

.conversion-actions {
    display: flex;
    gap: 14px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}

.audit-cta {
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    color: #fff;
    box-shadow: var(--shadow-sm);
}

.action-button {
    border-radius: 10px;
    font-weight: 600;
    font-size: 14.5px;
    padding: 15px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
}

.services-cta {
    background: #fff;
    border: 1px solid var(--border);
    color: var(--ink);
    box-shadow: var(--shadow-card);
}

.growth-metrics {
    display: flex;
    gap: 30px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.metric-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .metric-card .metric-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: #ebf1fe;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .metric-card .metric-icon svg {
            width: 20px;
            height: 20px;
        }

.metric-value {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
}

.metric-label {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

.channel-icons {
    display: flex;
    gap: 11px;
}

    .channel-icons div, .footer-channels a {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

.live-feed-panel {
    background: #fff;
    border-radius: 26px;
    padding: 26px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
}

.feed-header {
    margin-bottom: 18px;
}

.feed-status {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--green);
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 6px;
}

.status-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16A34A;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

.feed-heading {
    font-size: 21px;
    font-weight: 600;
}

.platform-post {
    background: #FCFCFB;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
        flex-direction: column;
}

.platform-post-contW {
    background: #FCFCFB;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
        flex-direction: row;
}

.post-content {
    flex: 1;
    min-width: 0;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
}

.channel-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

.post-brand {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.post-timestamp {
    font-size: 11.5px;
    color: var(--muted);
}

.post-copy {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.5;
    margin-bottom: 12px;
}

.engagement-stats {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--ink-soft);
    align-items: center;
    flex-wrap: wrap;
}

    .engagement-stats span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .engagement-stats svg {
        width: 14px;
        height: 14px;
        color: var(--green);
        flex-shrink: 0;
    }

.post-thumbnail {
    width: 118px;
    height: 96px;
    border-radius: 14px;
    flex-shrink: 0;
    overflow: hidden;
}

.results-banner {
    background: #e8f6ec;
    color: #0E7A3D;
    border-radius: 14px;
    padding: 13px;
    text-align: center;
    font-weight: 700;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 2px;
}

    .results-banner svg {
        width: 15px;
        height: 15px;
    }

.trust-panel {
    margin-top: 58px;
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    padding: 26px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 26px;
}

.credibility-metrics {
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}

.credibility-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .credibility-item .metric-icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
        background: #ebf1fe;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .credibility-item .metric-icon svg {
            width: 18px;
            height: 18px;
        }

    .credibility-item .metric-value {
        font-size: 16px;
        font-weight: 800;
        line-height: 1.15;
    }

.rating-stars {
    color: #F5A623;
    font-size: 11px;
    letter-spacing: 1px;
}

.credibility-item .metric-label {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 1px;
}

.trust-footer {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.brand-tagline {
    font-weight: 700;
    font-size: 14px;
    color: var(--ink);
}

.footer-channels {
    display: flex;
    gap: 9px;
}

    .footer-channels div {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.py-70 {
    padding-bottom: 70px;
    padding-top: 90px;
}

.subhead {
    font-size: 16.5px;
    line-height: 1.65;
    color: #6b7386;
    max-width: 520px;
    margin-bottom: 24px;
}

.comparison-card {
    width: 100%;
    max-width: 1150px;
    background: #f7f7f7;
    border: 1px solid #ece7dc;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
}

.section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #25CA8E;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

    .section-label span {
        width: 35px;
        height: 2px;
        background: #25CA8E;
    }

.comparison-table {
    border: 1px solid #ebe6dd;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}

.table-row {
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: center;
    min-height: 50px;
    border-bottom: 1px solid #ebe6dd;
}

.left {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
    border-right: 1px solid #ebe6dd;
}

    .left span {
        color: #919090;
        font-size: 13px;
    }

.right {
    padding: 0 40px;
    font-size: 13px;
    color: #1b2435;
    font-weight: 600;
}

.cmp-pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 13.5px;
}

    .cmp-pill.teal {
        background: rgba(18, 121, 95, 0.14);
        color: #12795f;
    }

    .cmp-pill.gold {
        background: rgba(185, 121, 28, 0.14);
        color: #b9791c;
    }

.comparison-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.description {
    font-size: 16px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1.15rem 0.5rem 0.6rem;
    background: #FFFFFF;
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--color-dark);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.75rem;
}

.fcdnd-wrap {
    /*max-width: 1180px;*/
    /*margin: 3.8rem auto;*/
    padding: 88px 0;
}

/* ---------- Header ---------- */
.fcdnd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 20px;
}

    .fcdnd-eyebrow::before {
        content: "";
        width: 22px;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient(90deg, var(--primary), #60A5FA);
    }

.fcdnd-wrap h2 {
       font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 24px 0;
    color: var(--ink-900);
}

.fcdnd-accent {
    background: linear-gradient(100deg, var(--primary) 0%, #4F86FF 60%, #7CA6FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fcdnd-subtext {
    max-width: 640px;
    font-size: 17px;
    line-height: 1.65;
    color: var(--ink-500);
    margin: 0 0 50px 0;
}

/* ---------- Grid ---------- */
.fcdnd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

/* ---------- Card ---------- */
.fcdnd-card {
    position: relative;
    background: var(--card-bg);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 40px;
    overflow: hidden;
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s cubic-bezier(.2,.7,.2,1);
}

    .fcdnd-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(160deg, rgba(255,255,255,0.9), rgba(255,255,255,0) 40%);
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .fcdnd-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-card-hover);
    }

.fcdnd-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(15,23,42,0.07);
}

.fcdnd-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fcdnd-badge--do {
    background: var(--success-bg);
    box-shadow: 0 0 0 6px var(--success-glow);
}

.fcdnd-badge--dont {
    background: var(--danger-bg);
    box-shadow: 0 0 0 6px var(--danger-glow);
}

.fcdnd-badge svg {
    width: 22px;
    height: 22px;
}

.fcdnd-card-title {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.card.do .fcdnd-card-title {
    color: var(--success);
}

.card.dont .fcdnd-card-title {
    color: var(--danger);
}

.fcdnd-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fcdnd-list li {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 14px 4px;
        border-bottom: 1px solid rgba(15,23,42,0.055);
        font-size: 15.5px;
        line-height: 1.5;
        color: var(--ink-700);
        transition: background .25s ease, padding-left .25s ease;
        border-radius: var(--radius-sm);
    }

        .fcdnd-list li:last-child {
            border-bottom: none;
        }

        .fcdnd-list li:hover {
            background: rgba(37,99,235,0.05);
            padding-left: 10px;
        }

.card.dont .fcdnd-list li:hover {
    background: rgba(220,38,38,0.045);
}

.fcdnd-icon-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.fcdnd-icon-dot--do {
    background: var(--success);
    box-shadow: 0 2px 6px rgba(22,163,74,0.35);
}

.fcdnd-icon-dot--dont {
    background: var(--danger);
    box-shadow: 0 2px 6px rgba(220,38,38,0.35);
}

.fcdnd-icon-dot svg {
    width: 12px;
    height: 12px;
    stroke: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .fcdnd-grid {
        grid-template-columns: 1fr;
        gap: var(--space-3);
    }

    .fcdnd-wrap {
        padding: var(--space-6) var(--space-2) var(--space-6);
    }

    h1 {
        font-size: clamp(28px, 7vw, 38px);
    }

    .fcdnd-card {
        padding: var(--space-3);
    }
}

@media (max-width: 480px) {
    .fcdnd-subtext {
        font-size: 15.5px;
        margin-bottom: var(--space-5);
    }

    .fcdnd-list li {
        font-size: 14.5px;
    }

    .fcdnd-card-title {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card, .fcdnd-list li {
        transition: none;
    }
}

.process-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    transition: transform .3s ease, box-shadow .3s ease;
}

.shadow-soft {
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04), 0 12px 32px rgba(15, 23, 42, .06);
}

.rounded-32 {
    border-radius: 32px;
}

.shadow-softer {
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(37, 99, 235, .06);
}

.step-badge-digital {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 16px;
}

.bg-brand-grad {
    background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
}

.timeline-line {
    width: 1px;
    flex: 1;
    min-height: 120px;
    background: linear-gradient(to bottom, rgba(37, 99, 235, .35), rgba(37, 99, 235, .06));
    margin-top: .75rem;
}

.glow-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-500);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12), 0 0 16px rgba(37, 99, 235, .35);
    margin-top: .5rem;
}

.eyebrow-heading {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--brand-600);
}

.badge-digital-marketing {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 999px;
    padding: .5rem .9rem;
    font-size: .875rem;
    font-weight: 500;
    color: #334155;
    transition: border-color .3s ease, background-color .3s ease, transform .3s ease;
}

    .badge-digital-marketing svg {
        width: 18px;
        height: 18px;
        color: var(--brand-500);
        flex-shrink: 0;
    }

.illustration-panel {
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(37, 99, 235, .12);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.75rem;
}

    .illustration-panel.blue-bg {
        background: linear-gradient(135deg, var(--brand-50), #fff 55%, var(--brand-50));
    }

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
}

.cal-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    max-width: 420px;
    width: 100%;
}

.shadow-card-hover {
    box-shadow: 0 8px 16px rgba(15, 23, 42, .06), 0 24px 48px rgba(37, 99, 235, .12);
}

.cal-head {
    background: linear-gradient(90deg, var(--brand-500), var(--brand-600));
    color: #fff;
    padding: .7rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    padding: 1rem;
}

.cal-label {
    font-size: .625rem;
    color: #94a3b8;
    font-weight: 600;
    text-align: center;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    padding: 1rem;
}

.cal-cell {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #f8fafc;
}

.float-card {
    animation: floaty 6s ease-in-out infinite;
}

.floating-mini {
    position: absolute;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04), 0 12px 32px rgba(15, 23, 42, .06);
    padding: .7rem .9rem;
}

@keyframes floaty {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.orbit-spin {
    animation: spin 40s linear infinite;
    transform-origin: center;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.platform-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 18px;
    padding: 1.25rem;
    width: 155px;
    text-align: center;
}

.platform-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin: 0 auto .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-M-title {
    font-size: 2.8rem;
    font-weight: 700;
}

.process-digital-card {
    width: 1320px;
    margin: 5.8rem auto;
}

.section-pad {
    padding-bottom: 30px;
}

.choose2-box.choose2-left {
    margin-left: 40px;
}

.choose2-box {
    position: relative;
    margin-top: 54px;
    transition: all .4s;
}

.choose2-text-box {
    padding: 20px 70px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1.5px solid #d9d9d9;
}

.space12 {
    height: 12px;
}

.choose2-icon-box {
    background: #0E84FF;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 24px 0 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all .4s;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

    .choose2-icon-box::after {
        content: "";
        position: absolute;
        height: 15px;
        width: 10px;
        top: 0;
        left: -10px;
        background: #0160c2;
        border-radius: 15px 0 0 0;
        transition: all .4s;
    }

.choose2-image {
    overflow: hidden;
}

.img50 {
    border-radius: 50%;
}

    .img50 img {
        border-radius: 50%;
    }

.choose2-box2.choose2-right {
    margin-right: 40px;
}

.choose2-box2 {
    position: relative;
    margin-top: 54px;
    transition: all .4s;
}

.choose2-text-box2 {
    padding: 20px 20px 20px 70px;
    background-color: #fff;
    border-radius: 5px;
    border: 1.5px solid #d9d9d9;
}

.choose2-icon-box2 {
    background: #0E84FF;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 24px 0 24px 0;
    position: absolute;
    top: -15px;
    left: -15px;
    transition: all .4s;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

    .choose2-icon-box2::after {
        content: "";
        position: absolute;
        height: 15px;
        width: 10px;
        top: 0;
        right: -10px;
        background: #0160c2;
        border-radius: 0 24px 0 0;
        transition: all .4s;
    }

.digi-comp-engage {
    background: #fff;
    padding-top: 88px;
    padding-bottom: 88px;
}

.choose2-box.choose2-right {
    margin-right: 40px;
}

.choose2-box2.choose2-left {
    margin-left: 40px;
}

.ambient {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
}

.blob-a {
    width: 420px;
    height: 420px;
    top: -160px;
    right: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.35), rgba(37, 99, 235, 0.05) 70%);
}

.blob-b {
    width: 320px;
    height: 320px;
    bottom: 120px;
    left: -140px;
    background: radial-gradient(circle at 60% 40%, rgba(37, 99, 235, 0.22), transparent 70%);
}

.blob-c {
    width: 220px;
    height: 220px;
    top: 520px;
    right: 8%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.20), transparent 70%);
}

.dots-d {
    position: absolute;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(circle, #C7D6F5 1.4px, transparent 1.4px);
    background-size: 18px 18px;
    opacity: 0.55;
}

.dots-a {
    top: 40px;
    left: -40px;
}

.dots-b {
    bottom: 60px;
    right: -20px;
}

.hero {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 2.5rem;
}

.hub-wrap {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hub-field {
    position: relative;
    width: 380px;
    height: 380px;
}

.ring-glow {
    position: absolute;
    inset: -40px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.16), transparent 65%);
    filter: blur(4px);
}

.ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(37, 99, 235, 0.22);
}

.pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    border-radius: 26px;
    transform: translate(-50%, -50%);
    border: 1.5px solid rgba(37, 99, 235, 0.35);
    animation: pulseRing 2.6s ease-out infinite;
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.55;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0;
    }
}

.node {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px -8px rgba(15, 44, 102, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: counterSpin 34s linear infinite;
}

.n1 {
    top: -26px;
    left: 50%;
    margin-left: -26px;
}

.n2 {
    top: 52px;
    right: -16px;
}

.n3 {
    bottom: 52px;
    right: -16px;
}

.orbit.rev {
    animation-direction: reverse;
    animation-duration: 44s;
}

.n4 {
    bottom: -26px;
    left: 50%;
    margin-left: -26px;
}

.n5 {
    bottom: 52px;
    left: -16px;
}

.n6 {
    top: 52px;
    left: -16px;
}

.hub-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    transform: translate(-50%, -50%);
    border-radius: 26px;
    background: linear-gradient(145deg, #FFFFFF, #EFF5FF);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.9) inset, 0 20px 40px -12px rgba(37, 99, 235, 0.35), 0 0 0 8px rgba(37, 99, 235, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    backdrop-filter: blur(6px);
}

    .hub-core svg {
        width: 42px;
        height: 42px;
    }

.float-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3b82f6;
    opacity: 0.5;
}

.card-icon svg {
    width: 26px;
    height: 26px;
}

.grid-m-d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.orbit-digi {
    position: absolute;
    inset: 0;
    animation: spin 34s linear infinite;
}

.card-digi {
    position: relative;
    background: var(--paper);
    border-radius: var(--radius-card);
    padding: calc(var(--sp) * 3.5) calc(var(--sp) * 3) calc(var(--sp) * 3);
    box-shadow: var(--shadow-rest);
    border: 1px solid var(--line);
    transition: transform 0.35s cubic-bezier(.2, .8, .2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    z-index: 1;
}

    .card-digi h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 6px 0;
        color: var(--ink-900);
    }

    .card-digi p {
        font-size: 13.6px;
        line-height: 1.55;
        color: var(--ink-600);
        margin: 0 0 calc(var(--sp) * 2.5);
        min-height: 64px;
    }

    .card-digi .card-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: calc(var(--sp) * 2);
        background: var(--accent-soft, var(--blue-50));
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    }

.badges-m-d {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.badge-d-mark {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-600);
    background: var(--canvas);
    border: 1px solid var(--line);
    padding: 4px 10px 4px 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.lede {
    font-size: 16.5px;
    line-height: 1.65;
    color: #4b5768;
    max-width: 600px;
    margin: 15px 0 calc(var(--sp) * 4);
}

.hero h1.headline {
    font-weight: 700;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.015em;
    margin: 0 0 calc(var(--sp) * 2.5) 0;
    color: var(--ink-900);
}

h1.headline .grad {
    background: linear-gradient(100deg, #0E84FF, #0E84FF 60%, #60A5FA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.card-digi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--accent, linear-gradient(90deg, var(--blue-600), var(--blue-500)));
}
/* accent variables per platform */
.c-facebook {
    --accent: linear-gradient(90deg,#1877F2,#4E9BFA);
    --accent-soft:#EAF2FF;
}

.c-instagram {
    --accent: linear-gradient(90deg,#F58529,#DD2A7B,#8134AF);
    --accent-soft:#FCEFF7;
}

.c-linkedin {
    --accent: linear-gradient(90deg,#0A66C2,#3B9CF2);
    --accent-soft:#E9F2FC;
}

.c-x {
    --accent: linear-gradient(90deg,#0B1220,#3D4B63);
    --accent-soft:#F1F3F7;
}

.c-youtube {
    --accent: linear-gradient(90deg,#FF0000,#FF6B6B);
    --accent-soft:#FFEEEE;
}

.c-pinterest {
    --accent: linear-gradient(90deg,#E60023,#FF6480);
    --accent-soft:#FFEEF0;
}

.c-snapchat {
    --accent: linear-gradient(90deg,#FFDE00,#FFF06B);
    --accent-soft:#FFFBE0;
}

.c-tiktok {
    --accent: linear-gradient(90deg,#25F4EE,#0B1220,#FE2C55);
    --accent-soft:#EEFBFA;
}

.working-process-area {
    padding-top: 88px;
    padding-bottom: 88px;
}

.title-s-media h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    font-weight: 700;
    line-height: 1.2;
}

.grid-work-process {
    display: grid;
    grid-template-columns: repeat(5, 0.7fr);
    gap: 15px;
    position: relative;
}

.customer-engagement {
    margin: 0 70px;
    border-radius: 60px;
    background: linear-gradient(135deg, #E1E8F0 0%, #E1E8F0 40%, #E1E8F0 100%);
    padding: 120px 30px 70px 30px;
    position: relative;
    z-index: 1;
}

.section-engage {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 64px;
    align-items: center;
}

.customer-engagement h2 {
    font-weight: 700;
    font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 24px 0;
    color: var(--navy);
    opacity: 0;
    animation: fadeUp .7s ease .08s forwards;
}

.cards-engagement-cus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 44px;
    opacity: 0;
    animation: fadeUp .7s ease .24s forwards;
}

    .cards-engagement-cus .feature-card {
        background: rgba(255, 255, 255, 0.55);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(229, 231, 235, 0.9);
        border-radius: var(--radius-sm);
        padding: 18px 16px;
        transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, border-color .35s ease;
        cursor: default;
    }

#customer-engage .feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef3ff, #e3ebff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    #customer-engage .feature-icon svg {
        width: 17px;
        height: 17px;
    }

#customer-engage .feature-card h3 {
    font-size: 13.5px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: var(--navy);
}

#customer-engage .feature-card p {
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--gray-500);
    margin: 0;
}

.visual-col-engagements {
    position: relative;
    opacity: 0;
    animation: fadeUp .8s ease .2s forwards;
}

.float-badge {
    position: absolute;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 20px 40px -20px rgba(15, 23, 42, 0.25);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
}

    .float-badge.top-right {
        top: -22px;
        right: 36px;
        animation: floatY 4.5s ease-in-out infinite;
    }

@keyframes floatY {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

.float-dot-engagement {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.18);
}

#customer-engage .dashboard-card {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: var(--radius-lg);
    padding: 28px 28px 24px 28px;
    box-shadow: 0 40px 80px -30px rgba(15, 23, 42, 0.22), 0 8px 24px -12px rgba(15, 23, 42, 0.08);
}

#customer-engage .dash-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

#customer-engage .dash-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dash-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #E9F8EE, #DCF3E4);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dash-icon svg {
        width: 19px;
        height: 19px;
    }

.dash-title {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--navy);
}

.dash-sub {
    font-size: 11.5px;
    color: var(--gray-500);
    margin-top: 1px;
}

#customer-engage .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #ECFDF3, #DCF3E4);
    border: 1px solid rgba(22, 163, 74, 0.25);
    color: var(--green-dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: .02em;
    padding: 7px 12px 7px 10px;
    border-radius: 100px;
}

    #customer-engage .badge svg {
        width: 12px;
        height: 12px;
    }

#customer-engage .chart-area {
    position: relative;
    margin-bottom: 22px;
}

.metrics-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.35fr;
    gap: 12px;
}

.metric-card-engage {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 16px 14px;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.metric-value-engage {
    font-weight: 700;
    font-size: 22px;
    color: var(--green-dark);
    letter-spacing: -0.01em;
}

.metric-label-engage {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-top: 4px;
}

.kpi-card {
    background: linear-gradient(135deg, var(--green) 0%, #0E7A38 100%);
    border-radius: var(--radius-sm);
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
}

.kpi-top {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .kpi-top svg {
        width: 13px;
        height: 13px;
        color: #fff;
    }

.kpi-value {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    letter-spacing: -0.01em;
}

.kpi-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    line-height: 1.3;
}

.float-badge.bottom-left {
    bottom: -20px;
    left: 24px;
    animation: floatY 5.5s ease-in-out infinite .6s;
}

.float-text {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--navy);
}

.mini-progress {
    width: 70px;
    height: 5px;
    background: #E9EBEF;
    border-radius: 10px;
    overflow: hidden;
}

.mini-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #16a34a, #34D399);
    border-radius: 10px;
    animation: fillBar 1.6s ease .6s forwards;
}

@keyframes fillBar {
    100% {
        width: 78%;
    }
}

.section-wrap {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    /*padding-top: 8rem;
    padding-bottom: 8rem;*/
    padding: 88px 0;
}


.dots-choose {
    position: absolute;
    background-image: radial-gradient(rgba(37, 99, 235, 0.28) 1.4px, transparent 1.4px);
    background-size: 16px 16px;
    z-index: 0;
    pointer-events: none;
}

.dots-tl {
    width: 140px;
    height: 140px;
    top: 64px;
    left: 40px;
}

.dots-br {
    width: 140px;
    height: 140px;
    bottom: 64px;
    right: 40px;
}

.ring-shape-choose {
    position: absolute;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 9999px;
    z-index: 0;
    pointer-events: none;
}

.ring-1 {
    width: 340px;
    height: 340px;
    top: -100px;
    right: 6%;
}

.ring-2 {
    width: 220px;
    height: 220px;
    top: 60px;
    right: calc(6% + 60px);
    border-color: rgba(37, 99, 235, 0.18);
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.eyebrow-choose {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--blue);
    text-transform: uppercase;
}

.eyebrow-line {
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--blue));
}

    .eyebrow-line.right-bor-choose {
        background: linear-gradient(90deg, var(--blue), transparent);
    }

.mb-6 {
    margin-bottom: 1.5rem;
}

.grid-choose-us {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}

.card-choose-us {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 36px 32px 32px;
    transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms ease;
    overflow: hidden;
}

.corner-dots {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    grid-template-columns: repeat(3, 4px);
    gap: 4px;
    opacity: 0.5;
}

    .corner-dots span {
        width: 4px;
        height: 4px;
        border-radius: 9999px;
        background: rgba(37, 99, 235, 0.35);
    }

.icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8FAFC, #F1F5F9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8);
    transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

    .icon-wrap svg {
        width: 26px;
        height: 26px;
    }

.title-choose-us {
    color: var(--navy);
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.01em;
}

.card-desc {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

.action-button:hover {
    color: #fff;
}

.fc-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    gap: clamp(40px, 5vw, 84px);
    align-items: center;
}

@media (max-width:600px) {

    .hero-content-grid, .tablist, .head-comparison, .fc-container, .main-approch-sec, .fa-approch-container, .foot-grid, .hero, .grid-m-d, .grid-work-process, .section-engage,
    .cards-engagement-cus, .grid-choose-us {
        grid-template-columns: 1fr;
    }

    .panel-inner {
        display: block;
    }

    .card-blockchain, .visual, .iso-wrap, .step-badge-digital, .eyebrow-heading, .visual-col-engagements {
        display: none!important;
    }

    .cta-banner-inner {
        flex-direction: column;
    }

    .container {
        width: 95%;
        max-width: 95%;
    }

    .w-50 {
        width: 100%!important;
    }

    /*.section-why-us {
        padding: 0;
    }*/

    .process-digital-card, .content-col {
        width: 100%;
    }

    .customer-engagement {
        margin: 0;
        padding: 50px 20px;
          border-radius:0;
    }
}

.choose2-text-box h3, .choose2-text-box2 h3 {
    font-size: 20px;
    font-weight: 700;
}

.ways {
    position: relative;
    overflow: clip;
    padding: 88px 0;
    background: radial-gradient(900px 480px at 88% -6%, rgba(37, 99, 235, .07), transparent 60%), radial-gradient(760px 420px at -8% 34%, rgba(16, 185, 129, .07), transparent 60%), radial-gradient(820px 460px at 104% 96%, rgba(139, 92, 246, .08), transparent 60%), linear-gradient(180deg, #F8FAFE 0%, #F3F6FB 100%);
}

.cards-whyUs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: none;
}

.card-wrap {
    position: relative;
}

    .card-wrap[data-accent="green"] {
        --a: var(--green);
        --a2: var(--green-2);
    }

    .card-wrap::before {
        content: "";
        position: absolute;
        inset: 16% 6% -3% 6%;
        z-index: 0;
        background: radial-gradient(60% 62% at 50% 62%, color-mix(in srgb, var(--a) 26%, transparent), transparent 72%);
        filter: blur(34px);
        opacity: .55;
        transition: opacity .45s var(--ease);
        pointer-events: none;
    }

    .card-wrap .card-why {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: var(--radius);
        padding: 26px 26px 74px;
        background: linear-gradient(165deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .68) 100%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
        backdrop-filter: blur(18px) saturate(150%);
        border: 1px solid var(--line);
        box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, .85);
        transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .38s var(--ease);
    }

.orb {
    position: relative;
    width: 180px;
    aspect-ratio: 1;
    margin-inline: auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, color-mix(in srgb, var(--a) 9%, white) 0%, color-mix(in srgb, var(--a) 4%, transparent) 68%, transparent 72%);
}

@media (min-width: 640px) {
    .orb {
        margin: 0;
    }
}

@media (min-width: 1160px) {
    .orb {
        width: 106px;
    }
}

.orb-ring {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 1.5px solid color-mix(in srgb, var(--a) 32%, transparent);
}

.orb-spin {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    transform: rotate(38deg);
    animation: orbit 26s linear infinite;
}

@keyframes orbit {
    100% {
        transform: rotate(398deg);
    }
}

.illus {
    width: 84%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.orb-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--a);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--a) 14%, transparent);
}

    .orb-dot.d1 {
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
    }

    .orb-dot.d2 {
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
    }

.copy h3 {
    margin: 6px 0 12px;
    padding-right: 56px;
    font-weight: 700;
    font-size: 1.72rem;
    line-height: 1.28;
    letter-spacing: -.01em;
    color: var(--ink);
}

.card-body-why {
    display: flex;
    align-items: start;
    gap: 20px;
}

.copy .rule {
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #10b981, #059669);
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 0;
    width: 100%;
    height: 82px;
    color: var(--a);
    pointer-events: none;
    transition: transform .5s var(--ease);
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 0;
    width: 100%;
    height: 82px;
    color: #2563eb;
    pointer-events: none;
    transition: transform .5s var(--ease);
}

.orb-ring {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 1.5px solid color-mix(in srgb, #2563eb 32%, transparent);
}

.orb-ring {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 1.5px solid color-mix(in srgb, #2563eb 32%, transparent);
}



.card-wrap[data-accent="blue"] {
    --a: var(--blue);
    --a2: var(--blue-2);
}

.copy .rule {
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, var(--a), var(--a2));
}

.trust li[data-accent="green"] {
    --a: var(--green);
    --a2: var(--green-2);
}

.trust li[data-accent="blue"] {
    --a: var(--blue);
    --a2: var(--blue-2);
}

.trust li[data-accent="purple"] {
    --a: var(--purple);
    --a2: var(--purple-2);
}

.trust {
    list-style: none;
    margin: clamp(48px, 6vw, 68px) auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

    .trust li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
        font-size: .96rem;
        color: #334155;
    }

.trust-ico {
    width: 40px;
    height: 40px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--a2);
    background: color-mix(in srgb, var(--a) 12%, white);
    border: 1px solid color-mix(in srgb, var(--a) 20%, transparent);
}

    .trust-ico svg {
        width: 19px;
        height: 19px;
        display: block;
    }

@media (min-width: 640px) {
    .trust {
        flex-direction: row;
        justify-content: center;
        gap: 0;
        flex-wrap: wrap;
    }

        .trust li {
            padding: 0 30px;
        }

            .trust li + li {
                border-left: 1px solid var(--line);
            }
}

.card-distribute-network {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: none;
}

.hero_crm {
    background: radial-gradient(58% 68% at 84% 8%, rgba(14, 132, 255, 0.10), transparent 60%), radial-gradient(50% 60% at 4% 96%, rgba(52, 211, 153, 0.10), transparent 60%), #FAFCFF;
    color: var(--ink-soft);
    position: relative;
    overflow: hidden;
}


    .hero_crm::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(rgba(15, 50, 90, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 50, 90, 0.05) 1px, transparent 1px);
        background-size: 56px 56px;
        mask-image: radial-gradient(80% 70% at 50% 20%, #000 30%, transparent 100%);
        -webkit-mask-image: radial-gradient(80% 70% at 50% 20%, #000 30%, transparent 100%);
    }

.hero-inner {
      position: relative;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
    align-items: center;
    padding: 84px 24px 92px;
    max-width: 1350px;
    margin: 0 auto;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px 11px 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #ffffff87;
    transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}

.blue {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 10px 28px -10px rgba(14, 132, 255, 0.55);
}

.arr {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex: none;
    background: #10131B;
    color: #fff;
    display: grid;
    place-items: center;
}

.btn-cta .arr {
    width: 30px;
    height: 30px;
}

    .btn-cta .arr svg {
        width: 12px;
        height: 12px;
    }

.btn-ghost-d {
    border-color: rgba(15, 35, 60, 0.28);
    color: #14283E;
}

    .btn-ghost-d:hover {
        border-color: var(--blue);
        color: var(--blue);
    }

.hero-wa-line {
    margin-top: 20px;
    font-size: 12.5px;
    color: #66798C;
}

    .hero-wa-line a {
        color: #0b9d64;
        border-bottom: 1px dotted rgba(11, 157, 100, .5);
    }

.hero-stats {
    display: flex;
    gap: 0;
    margin-top: 44px;
    flex-wrap: wrap;
}

.stat-crm {
    padding: 2px 28px;
    border-left: 1px solid #E1E9F1;
}

    .stat-crm:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .stat-crm b {
        display: block;
        font-family: var(--disp);
        font-weight: 800;
        font-size: 26px;
        color: var(--ink);
        letter-spacing: -0.01em;
    }

    .stat-crm span {
        font-size: 12.5px;
        color: #66798C;
    }

.phone-zone {
    position: relative;
    display: flex;
    justify-content: center;
}

.phone-wrap {
    position: relative;
    width: max-content;
}

.float {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #E1E9F1;
    border-radius: 14px;
    padding: 11px 15px;
    color: #14283E;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 22px 44px rgba(16, 40, 70, 0.16);
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1.35;
}

.f1 {
    top: 54px;
    right: -72px;
}

.float .fi {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    flex: none;
    display: grid;
    place-items: center;
    font-size: 13px;
    background: linear-gradient(135deg, rgba(14, 132, 255, .25), rgba(52, 211, 153, .25));
}

.float small {
    display: block;
    font-weight: 500;
    font-size: 10.5px;
    color: #66798C;
}

.f2 {
    bottom: 106px;
    left: -90px;
}

.phone-crm {
    width: 314px;
    background: #0C141C;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 40px 80px -30px rgba(16, 40, 70, 0.35), 0 0 0 1px rgba(14, 132, 255, 0.06), 0 0 80px -30px rgba(52, 211, 153, 0.22);
    position: relative;
    z-index: 2;
    animation: bob 8s ease-in-out infinite;
}

.screen {
    border-radius: 31px;
    overflow: hidden;
    background: #E5DDD5;
}

.wa-top {
    background: #008069;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px 12px;
}

.wa-ava {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    flex: none;
    background: linear-gradient(92deg, #0E84FF 0%, #00ADEF 45%, #34D399 100%);
    ;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
}

.wa-id {
    flex: 1;
    min-width: 0;
    line-height: 1.25;
}

.wa-name {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

    .wa-name .nm {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wa-name .vf {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #25D366;
        color: #04240F;
        font-size: 9px;
        display: grid;
        place-items: center;
        font-weight: 800;
        flex: none;
    }

.wa-status {
    font-size: 10.5px;
    opacity: .85;
}

.wa-icons {
    display: flex;
    gap: 14px;
    opacity: .92;
    font-size: 14px;
}

.wa-chat {
    padding: 14px 11px 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.045) 1px, transparent 1.4px);
    background-size: 15px 15px;
}

.day-chip {
    align-self: center;
    background: #FFFFFF;
    color: #5D6B76;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 3px 10px;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 2px;
}

.msg {
    max-width: 82%;
    padding: 7px 9px 5px;
    border-radius: 10px;
    font-size: 12.6px;
    line-height: 1.45;
    color: #111B21;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
    position: relative;
}

    .msg.in {
        background: #fff;
        align-self: flex-start;
        border-top-left-radius: 3px;
    }

    .msg .t {
        display: block;
        text-align: right;
        font-size: 9px;
        color: rgba(0, 0, 0, 0.42);
        margin-top: 2px;
        letter-spacing: .02em;
    }

.sys {
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #FFFFFF;
    border: 1px solid rgba(14, 124, 90, 0.22);
    color: #0E7C5A;
    font-family: var(--mono);
    font-size: 9.6px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    margin: 2px 0;
}

    .sys .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: linear-gradient(92deg,#0E84FF 0%,#00ADEF 45%,#34D399 100%);
        flex: none;
    }

.msg.out {
    background: #D9FDD3;
    align-self: flex-end;
    border-top-right-radius: 3px;
}

.typing {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding: 11px 13px 12px;
}

    .typing i {
        width: 6.5px;
        height: 6.5px;
        border-radius: 50%;
        background: #98A5AE;
        animation: blink 1.3s infinite;
    }

@keyframes blink {
    0%, 60%, 100% {
        opacity: .35;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-2px);
    }
}

.wa-bar {
    display: flex;
    gap: 7px;
    padding: 8px 9px 10px;
    align-items: center;
}

.wa-field {
    flex: 1;
    background: #fff;
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 12px;
    color: #8A939B;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

.wa-mic {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex: none;
    background: #00A884;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* ============ TICKER ============ */
.ticker {
    background: #F4F8FB;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

    .ticker::before, .ticker::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(92deg,#0E84FF 0%,#00ADEF 45%,#34D399 100%);
        opacity: .45;
    }

    .ticker::before {
        top: 0;
    }

    .ticker::after {
        bottom: 0;
    }

.ticker-track {
    display: flex;
    gap: 52px;
    width: max-content;
    white-space: nowrap;
    animation: slide 34s linear infinite;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #5C7085;
}

    .ticker-track b {
        color: var(--teal);
        font-weight: 500;
    }

@keyframes slide {
    to {
        transform: translateX(-50%);
    }
}

.section-head_heading {
    max-width: 820px;
    margin-bottom: 52px;
}

#industries, #api, #company, #ques-ans, #approach, #demo {
    padding: 88px 0;
}

.section-head_heading h2, .why-choose-heading {
    font-size: clamp(26px, 3.2vw, 2.9rem);
    font-weight: 700;
    margin: 16px 0 14px;
    text-wrap: balance;
    margin-top: 10px;
    line-height:1.2;
}

.why-choose-heading, .why-choose-subheading {
    width: 820px;
    margin: 0 auto;
}


.section-head_heading p {
    color: var(--ink-soft);
    font-size: 16.5px;
}

.g3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card-industry {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
    position: relative;
    overflow: hidden;
}

    .card-industry:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 44px -20px rgba(16, 35, 60, 0.16);
        border-color: #D2DEE9;
    }

    .card-industry::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(92deg,#0E84FF 0%,#00ADEF 45%,#34D399 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .35s ease;
    }

    .card-industry:hover::before {
        transform: scaleX(1);
    }

.tag-indus {
    display: inline-flex;
    align-items: center;
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .1em;
    background: rgba(52, 211, 153, 0.10);
    border: 1px solid rgba(52, 211, 153, 0.22);
    color: #0b9d64;
    padding: 5px 10px;
    border-radius: 7px;
    margin-bottom: 16px;
    line-height: 1.7;
}

.card-industry h3 {
    font-size: 17.5px;
    font-weight: 700;
    margin-bottom: 9px;
}

.card-industry p {
    font-size: 14.3px;
    color: var(--ink-soft);
}

.card-cta {
    background: radial-gradient(120% 130% at 90% 0%, rgba(14, 132, 255, 0.22), transparent 55%), radial-gradient(120% 130% at 0% 100%, rgba(52, 211, 153, 0.20), transparent 55%), #070708;
    border-color: rgba(255, 255, 255, 0.09);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .card-cta h3 {
        color: #F4F8FB;
    }

    .card-cta p {
        color: #9FB2C4;
        margin-bottom: 18px;
    }

    .card-cta a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        align-self: flex-start;
        color: #34D399;
        font-weight: 700;
        font-size: 14.5px;
        border-bottom: 1px solid rgba(52, 211, 153, .45);
        padding-bottom: 2px;
    }

.sec-mist {
    padding: 88px 0;
    background: #f5f8fb;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.g4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sec-dark {
    background: radial-gradient(60% 80% at 90% 0%, rgba(14, 132, 255, 0.07), transparent 55%), var(--mist);
    color: var(--ink-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 88px 0;
}

.steps-integrate {
    max-width: 780px;
}

.step-integrate-number {
    position: relative;
    padding: 0 0 40px 42px;
    border-left: 2px solid #DCE5EE;
}

    .step-integrate-number::before {
        content: "";
        position: absolute;
        left: -8px;
        top: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: linear-gradient(92deg,#0E84FF 0%,#00ADEF 45%,#34D399 100%);
        box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.14);
    }

.step-label {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .2em;
    color: #0b9d64;
}

.steps-integrate h3 {
    color: var(--ink);
    font-size: 19px;
    font-weight: 700;
    margin: 7px 0 8px;
}

.steps-integrate p {
    color: var(--ink-soft);
    font-size: 14.8px;
    max-width: 620px;
}

.card-industry h4 {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0b9d64;
    margin: 16px 0 6px;
}

.mini-link {
    font-size: 14px;
    color: var(--ink);
    font-weight: 700;
    border-bottom: 2px solid;
    border-image: linear-gradient(92deg,#0E84FF 0%,#00ADEF 45%,#34D399 100%) 1;
    padding-bottom: 2px;
}

.chk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
}

.chk-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    gap: 14px;
    font-size: 14.5px;
    color: var(--ink-soft);
}

.chk-ic {
    width: 28px;
    height: 28px;
    flex: none;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(14, 132, 255, .16), rgba(52, 211, 153, .20));
    color: #0b9d64;
    font-weight: 800;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin-top: 2px;
}

.q-card {
    background: rgba(37, 99, 235, .12);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
}

.q-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 16px;
    margin-bottom: 15px;
}

    .q-bar svg {
        flex: none;
    }

    .q-bar span {
        font-size: 12px;
        font-weight: 500;
        color: var(--ink);
        line-height: 1.4;
    }

.g2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.card-approach {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
    position: relative;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

    .card-approach::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(92deg,#0E84FF 0%,#00ADEF 45%,#34D399 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .35s ease;
    }

    .card-approach:hover::before {
        transform: scaleX(1);
    }

    .card-approach h3 {
        font-size: 17.5px;
        font-weight: 700;
        margin-bottom: 9px;
    }

    .card-approach p {
        font-size: 14.3px;
        color: var(--ink-soft);
    }

.cta-band {
    background: radial-gradient(110% 150% at 88% 0%, rgba(14, 132, 255, 0.30), transparent 52%), radial-gradient(110% 150% at 6% 100%, rgba(52, 211, 153, 0.26), transparent 52%), #3f51b5;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    padding: 58px 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    .cta-band h2 {
        color: #F4F8FB;
        font-size: clamp(24px, 3vw, 38px);
        font-weight: 800;
        max-width: 720px;
        text-wrap: balance;
    }

    .cta-band p {
        color: #A9BBCB;
        margin-top: 10px;
        max-width: 480px;
    }

.cta-actions-crm {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
}

.btn-ghost-w {
    border-color: rgb(255 255 255 / 28%);
    color: #ffffff;
}

.btn-white {
    background: #fff;
    color: #0E84FF;
}

.services-cta:hover {
    color: #204fc9;
}

.school_hero_main {
    position: relative;
    overflow: hidden;
    overflow: clip;
    padding: clamp(64px, 9vw, 112px) 0 clamp(56px, 7vw, 88px);
}

.deco-dots {
    position: absolute;
    top: clamp(28px, 5vw, 56px);
    right: clamp(220px, 22vw, 340px);
    width: 190px;
    height: 130px;
    background-image: radial-gradient(rgba(0, 168, 107, 0.38) 1.6px, transparent 1.7px);
    background-size: 17px 17px;
    -webkit-mask-image: radial-gradient(closest-side, #000 45%, transparent);
    mask-image: radial-gradient(closest-side, #000 45%, transparent);
    z-index: 0;
}

.deco-blob {
    position: absolute;
    top: 50%;
    right: clamp(-260px, -14vw, -140px);
    width: clamp(340px, 32vw, 460px);
    height: clamp(440px, 42vw, 600px);
    transform: translateY(-56%);
    border-radius: 120px;
    background: linear-gradient(165deg, #437afe24 0%, #2960f126 48%, #1e52dc1a 100%);
    box-shadow: inset 0 0 90px rgba(255, 255, 255, 0.14), var(--shadow-soft);
    overflow: hidden;
    z-index: 0;
}

    .deco-blob svg {
        position: absolute;
        right: -110px;
        bottom: -70px;
        width: 340px;
        height: 340px;
    }

.hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: clamp(36px, 4.5vw, 64px);
    align-items: center;
}

.deco-arrow {
    position: absolute;
    top: 29%;
    left: 47.5%;
    width: clamp(96px, 9.5vw, 132px);
    color: #2563eb;
    transform: rotate(-4deg);
    pointer-events: none;
    z-index: 1;
}

    .deco-arrow path {
        fill: none;
        stroke: currentColor;
        stroke-width: 3.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.hero__title {
    /*margin-top: clamp(22px, 2.6vw, 30px);*/
    font-weight: 700;
    font-size: clamp(2.35rem, 4vw, 3.9rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
    /*color: var(--ink);*/
    text-wrap: balance;
}

.hl {
    color: var(--blue);
}

.hl--underline {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

    .hl--underline .squiggle {
        position: absolute;
        left: -2%;
        bottom: -0.30em;
        width: 104%;
        height: 0.36em;
        overflow: visible;
    }

        .hl--underline .squiggle path {
            fill: none;
            stroke: var(--blue);
            stroke-width: 7;
            stroke-linecap: round;
        }

        .hl--underline .squiggle .echo {
            stroke-width: 4;
            opacity: 0.5;
        }

.hero__lede {
    margin-top: clamp(20px, 2.4vw, 28px);
    max-width: 56ch;
    font-size: 1.03rem;
    line-height: 1.75;
    color: #4b5b6b;
}

.hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: clamp(28px, 3.2vw, 40px);
}

.dash {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    justify-self: end;
    padding: clamp(20px, 2.2vw, 26px);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
    box-shadow: var(--shadow-card);
}

.dash__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 4px 16px;
}

.dash__title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ink);
}

.dash__live {
    position: relative;
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.dash__live::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgb(59 115 236 / 49%);
    animation: ping 2.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    75%, 100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.dash__panel {
    display: grid;
    gap: 11px;
}

.dash__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.chip--solid {
    background: linear-gradient(150deg, #0BBF7C, var(--green));
    color: #fff;
}

.chip--school {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    flex: none;
}

    .chip--school .icon {
        width: 21px;
        height: 21px;
    }

.dash__label {
    flex: 1;
    min-width: 0;
    font-size: 0.96rem;
    font-weight: 500;
    color: var(--ink);
}

.dash__value {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
}

.chip--green {
    background: #2563eb1f;
    color: var(--green);
}

.chip--ink {
    background: rgba(15, 23, 42, 0.07);
    color: var(--ink);
}

.dash__value--accent {
    color: var(--blue);
}

.dash__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.dash__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 8px;
    border-radius: 13px;
    border: 1px solid var(--line);
    background: #fff;
    font-weight: 600;
    font-size: 0.92rem;
    color: #4b5b6b;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .dash__tab[aria-selected="true"] {
        background: #EDFAF4;
        border-color: rgba(0, 168, 107, 0.55);
        color: #007a4c;
        box-shadow: inset 0 0 0 1px rgba(0, 168, 107, 0.25);
    }

    .dash__tab .icon {
        width: 17px;
        height: 17px;
    }

.stat-school {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: clamp(20px, 2.4vw, 27px) clamp(18px, 2.4vw, 30px);
}

.stat__chip {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2563eb0f;
    border: 1px solid rgb(37 99 235 / 32%);
    color: #2563eb;
    flex: none;
}

    .stat__chip .icon {
        width: 22px;
        height: 22px;
    }

.stat__text {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.stat__value {
    font-size: 1.42rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--ink);
    line-height: 1.15;
}

.stat__label {
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--slate-light);
    line-height: 1.4;
}

.stats-school-main {
    position: relative;
    z-index: 1;
    margin-top: clamp(22px, 6vw, 16px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(230, 239, 234, 0.95);
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.chk-one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    max-width: 750px;
    margin-left: 3rem;
}

.hero__container {
    position: relative;
    z-index: 1;
    /*max-width: 1240px;*/
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.hero-parent-control {
    position: relative;
    overflow: clip;
    padding: clamp(64px, 9vw, 112px) 0px clamp(56px, 7vw, 88px);
}

.hero__title .accent {
    color: #2f6bf6;
}

.hero__title .underline {
    position: relative;
    white-space: nowrap;
}

    .hero__title .underline::after {
        content: "";
        position: absolute;
        left: 2%;
        right: 2%;
        bottom: -.12em;
        height: .16em;
        border-radius: 999px;
        background: linear-gradient(90deg, #8fb2ff, #2f6bf6);
        opacity: .8;
    }

.hero__subtitle {
    color: #5c6c88;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    max-width: 540px;
    margin-bottom: 34px;
    margin-top: 34px;
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 34px;
    max-width: 600px;
}

.feature {
    background: #fff;
    border: 1px solid #eef2fb;
    border-radius: 24px;
    padding: 20px 14px 18px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.feature__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(160deg, #5b8bff, var(--blue-600));
    color: #fff;
    box-shadow: 0 8px 18px rgba(47, 107, 246, .35);
    transition: transform .35s var(--ease);
}

    .feature__icon svg {
        width: 23px;
        height: 23px;
    }

.feature p {
    font-weight: 700;
    font-size: .86rem;
    line-height: 1.3;
    color: #15213d;
}

.btn-pare {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 26px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
    will-change: transform;
}

.btn--hero {
    background: linear-gradient(180deg, #1b2748, #15213d);
    color: #fff;
    box-shadow: 0 16px 30px rgba(21, 33, 61, .28);
}

.btn--hero-outline {
    background: #fff;
    color: var(--navy);
    border: 1.6px solid #2f6bf6;
    box-shadow: var(--shadow-xs);
}

.btn-pare svg {
    flex: none;
}

.btn-pare .btn__label {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    text-align: left;
}

    .btn-pare .btn__label small {
        font-size: .72rem;
        font-weight: 500;
        opacity: .75;
    }

.arrow-parent {
    font-size: 22px;
    color: #2b67ed;
    transition: .4s;
}

.hero__note {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #5c6c88;
    font-size: .98rem;
}

    .hero__note svg {
        flex: none;
        width: 20px;
        height: 20px;
    }

    .hero__note b {
        color: #17a05a;
        font-weight: 700;
    }

.visual-parental {
    position: relative;
    min-height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual__arc {
    position: absolute;
    right: 2%;
    top: 6%;
    width: 58%;
    height: 88%;
    z-index: 0;
    pointer-events: none;
}

.shield {
    position: absolute;
    left: -9%;
    top: 50%;
    transform: translateY(-50%);
    width: 366px;
    z-index: 1;
    filter: drop-shadow(0 30px 55px rgba(30, 70, 160, .22));
    animation: floatSlow 7s ease-in-out infinite;
}

.shield {
    will-change: transform;
}

    .shield svg {
        width: 100%;
        height: auto;
        display: block;
    }

.phone-parental {
    position: relative;
    z-index: 3;
    width: 322px;
    aspect-ratio: 322 / 660;
    background: linear-gradient(150deg, #20304f, #12203c);
    border-radius: 46px;
    padding: 13px;
    box-shadow: var(--shadow-phone);
    animation: floatPhone 8s ease-in-out infinite;
}

    .phone-parental::before {
        content: "";
        position: absolute;
        right: -3px;
        top: 150px;
        width: 3px;
        height: 66px;
        border-radius: 3px;
        background: #1a2c4a;
    }

.phone__screen {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.notch {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 104px;
    height: 26px;
    background: #12203c;
    border-radius: 999px;
    z-index: 5;
}

.statusbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
}

    .statusbar .dots {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .statusbar svg {
        width: 15px;
        height: 15px;
    }

.app-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px 12px;
}

    .app-head .ic {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border-radius: 11px;
        background: #f2f5fb;
        color: #15213d;
    }

        .app-head .ic svg {
            width: 18px;
            height: 18px;
        }

    .app-head .title {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 15px;
    }

.greet {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 2px 18px 14px;
}

.greet__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(30, 60, 140, .18);
    background: linear-gradient(160deg, #cfe0ff, #a9c4ff);
}

.greet__text b {
    font-size: 14px;
    display: block;
    color: var(--navy);
}

.greet__text span {
    font-size: 11.5px;
    color: #8291ab;
}

.greet__badge {
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #2f6bf6;
    color: #fff;
}

    .greet__badge svg {
        width: 13px;
        height: 13px;
    }

.screen-card {
    margin: 0 16px 12px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfcff, #f4f8ff);
    border0;
    : 1px solid #eaf0fb;
    box-shadow: var(--shadow-xs);
}

    .screen-card .row-parental {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .screen-card .label {
        font-size: 12px;
        color: var(--slate);
        font-weight: 600;
    }

    .screen-card .value {
        font-weight: 700;
        font-size: 26px;
        line-height: 1.1;
        margin-top: 3px;
    }

    .screen-card .sub {
        font-size: 11px;
        color: #8291ab;
        margin-top: 1px;
        margin-bottom: 0;
    }

.pill-good {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e2f6ec;
    color: var(--green);
    font-size: 10.5px;
    font-weight: 700;
    padding: 6px 9px;
    border-radius: 10px;
    line-height: 1.15;
    max-width: 96px;
}

.chart {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 74px;
    margin-top: 14px;
    padding-left: 2px;
}

    .chart .bar {
        flex: 1;
        border-radius: 5px;
        background: linear-gradient(180deg, #5b8bff, var(--blue-600));
        height: var(--h);
        opacity: .85;
        transform-origin: bottom;
        animation: grow 1s var(--ease) both;
    }

        .chart .bar.dim {
            background: linear-gradient(180deg, #c8d9ff, #a9c2fb);
            opacity: .9;
        }

.applist {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eef2fb;
    box-shadow: var(--shadow-xs);
}

.item__ic {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #f2f5fb;
    display: grid;
    place-items: center;
    color: var(--navy);
}

    .item__ic svg {
        width: 16px;
        height: 16px;
    }

.item__name {
    font-weight: 600;
    font-size: 12.5px;
}

.tag-parent {
    margin-left: auto;
    font-size: 10.5px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
}


    .tag-parent.blue {
        background: #e7effe;
        color: var(--blue-600);
    }

    .tag-parent.green {
        background: #e2f6ec;
        color: var(--green);
    }

    .tag-parent.orange {
        background: #fceeda;
        color: #e28a26;
    }

.tabbar {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 14px 18px 20px;
    border-top: 1px solid #f0f3fa;
}

    .tabbar a.active {
        color: #2f6bf6;
    }

    .tabbar a {
        color: #aeb9cd;
        display: grid;
        place-items: center;
    }

        .tabbar a svg {
            width: 21px;
            height: 21px;
        }

.pill-parental {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    border-radius: 999px;
    padding: 12px 20px 12px 13px;
    box-shadow: var(--shadow-md);
    border: 1px solid #eef2fb;
    animation: floatSlow 6s ease-in-out infinite;
}

    .pill-parental.p1 {
        top: 11%;
        right: -4%;
        animation-delay: .2s;
    }

.pill__ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: none;
}

    .pill__ic.blue {
        background: #e7effe;
        color: var(--blue-600);
    }

    .pill__ic svg {
        width: 20px;
        height: 20px;
    }

.pill-parental p {
    font-weight: 600;
    font-size: 13.5px;
    line-height: 1.22;
    color: #15213d;
}

.pill-parental.p2 {
    top: 41%;
    right: -8%;
    animation-delay: 1.1s;
}

.pill-parental.p3 {
    top: 70%;
    right: -2%;
    animation-delay: .6s;
}

.pill__ic.pink {
    background: #ffe6ec;
    color: #ff5b7c;
}

@keyframes floatSlow {
    0%, 100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(calc(-50% - 9px));
    }
}

.app-accor-devices {
    margin: 0 auto;
    padding: 88px 0;
}

.hero-copy h2 {
    font-size: clamp(38px, 5vw, 2.9rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 24px 0 20px;
}

    .hero-copy h2 .accent {
        color: var(--primary);
        background: linear-gradient(90deg, #2563eb, #4f7cf7);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.hero p.lead {
    font-size: 18px;
    max-width: 30ch;
    margin: 0;
    color: var(--body);
}

.devices {
    position: relative;
    padding: 16px 8px;
}

.laptop {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 30px 60px -20px rgba(15, 23, 42, .28));
}

.laptop-screen {
    background: #fff;
    border: 8px solid #e9edf4;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.dash-parental {
    display: grid;
    grid-template-columns: 96px 1fr;
    height: 100%;
}

.dash-side {
    background: #f7f9fc;
    border-right: 1px solid #eef1f6;
    padding: 12px 8px;
}

.dash-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 8px;
    font-weight: 700;
    color: #0f172a;
    padding: 4px 6px 12px;
}

    .dash-brand .dot {
        width: 14px;
        height: 14px;
        border-radius: 5px;
        background: linear-gradient(135deg, #2563eb, #60a5fa);
    }

.dash-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .dash-nav span {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 7.5px;
        color: var(--muted);
        padding: 5px 7px;
        border-radius: 7px;
    }

        .dash-nav span.active {
            background: #eaf1ff;
            color: var(--primary);
            font-weight: 700;
        }

.dash-main {
    padding: 12px 12px 6px;
    overflow: hidden;
}

.dash-title {
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.dash-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 8px;
}

.tile.screentime {
    background: linear-gradient(150deg, #2f6bff, #1e50e0);
    border: none;
    color: #fff;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
}

.tile {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px;
    background: #fff;
}

    .tile .cap {
        font-size: 7px;
        letter-spacing: .04em;
        opacity: .85;
        text-transform: uppercase;
    }

    .tile.screentime .cap {
        color: #dbe6ff;
    }

    .tile .big {
        font-size: 18px;
        font-weight: 800;
        margin-top: 2px;
    }

.bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 42px;
    margin-top: auto;
}

    .bars i {
        flex: 1;
        border-radius: 3px 3px 0 0;
        background: rgba(255, 255, 255, .55);
        display: block;
    }

.tile.screentime .bars i:nth-child(3), .tile.screentime .bars i:nth-child(6) {
    background: #fff;
}

.stat-row {
    display: flex;
    gap: 8px;
}

    .stat-row .cap {
        color: #94a3b8;
    }

    .stat-row .big small {
        font-size: 8px;
        color: #94a3b8;
        font-weight: 600;
    }

.tile.location {
    grid-column: span 1;
    position: relative;
    overflow: hidden;
}

.map {
    height: 34px;
    border-radius: 8px;
    margin-top: 6px;
    background: linear-gradient(90deg, transparent 48%, #dde6f5 48%, #dde6f5 52%, transparent 52%), linear-gradient(0deg, transparent 60%, #dde6f5 60%, #dde6f5 63%, transparent 63%), #eef3fb;
    position: relative;
}

    .map .pin {
        position: absolute;
        right: 22%;
        top: 30%;
        color: #2563eb;
        font-size: 11px;
    }

.laptop-base {
    height: 14px;
    background: linear-gradient(180deg, #e9edf4, #d3dae6);
    border-radius: 0 0 14px 14px;
    margin: 0 auto;
    width: 118%;
    max-width: none;
    transform: translateX(-7.6%);
    position: relative;
}

.phone-parental-control {
    position: absolute;
    right: 84px;
    bottom: -34px;
    width: 130px;
    z-index: 3;
    background: #0f172a;
    border-radius: 24px;
    padding: 7px;
    box-shadow: 0 30px 60px -20px rgba(15, 23, 42, .28);
}

.phone-screen {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 10px 9px 12px;
}

.phone-notch {
    width: 42px;
    height: 5px;
    background: #0f172a;
    border-radius: 999px;
    margin: 0 auto 8px;
}

.phone-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .phone-hd b {
        font-size: 9px;
        color: var(--ink);
    }

    .phone-hd i {
        font-size: 8px;
        color: #94a3b8;
    }

.phone-card {
    background: linear-gradient(150deg, #2f6bff, #1e50e0);
    color: #fff;
    border-radius: 12px;
    padding: 9px;
    margin-bottom: 9px;
}

    .phone-card .cap {
        font-size: 6.5px;
        opacity: .85;
        text-transform: uppercase;
    }

    .phone-card .big {
        font-size: 15px;
        font-weight: 800;
    }

.app-row {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 7px 1px;
}

    .app-row .ic {
        width: 18px;
        height: 18px;
        border-radius: 6px;
        flex: none;
        display: grid;
        place-items: center;
        color: #fff;
        font-size: 8px;
    }

    .app-row .nm {
        font-size: 7.5px;
        color: var(--ink);
        font-weight: 600;
        flex: 1;
    }

    .app-row .tm {
        font-size: 7px;
        color: var(--muted);
    }

.watch {
    position: absolute;
    right: 4px;
    bottom: 6px;
    width: 74px;
    height: 88px;
    z-index: 4;
}

    .watch::before, .watch::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 12px;
        background: #1f2937;
        border-radius: 6px;
        z-index: -1;
    }

    .watch::before {
        top: -6px;
    }

    .watch .face {
        width: 74px;
        height: 84px;
        background: #0f172a;
        border-radius: 22px;
        display: grid;
        place-items: center;
        box-shadow: 0 30px 60px -20px rgba(15, 23, 42, .28);
    }

    .watch .shield-parental {
        width: 40px;
        height: 44px;
        background: linear-gradient(160deg, #3b82f6, #2563eb);
        border-radius: 12px 12px 18px 18px / 12px 12px 26px 26px;
        display: grid;
        place-items: center;
        color: #fff;
        font-size: 16px;
        clip-path: polygon(50% 0, 100% 15%, 100% 60%, 50% 100%, 0 60%, 0 15%);
    }

.cards-parental {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 96px;
}

.cards-parental-item {
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 36px 32px 34px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s cubic-bezier(.22, 1, .36, 1);
}

.card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.cards-parental-item.android .card-icon {
    color: var(--green);
    background: linear-gradient(150deg, #e7fbf3, #d0f7e6);
}

.cards-parental-item .eyebrow-parental {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.cards-parental-item.android .eyebrow-parental {
    color: var(--green);
}

.cards-parental-item h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}

.cards-parental-item p {
    font-size: 15px;
    margin: 0;
    color: var(--body);
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: #334155;
}

    .feature-list li i {
        font-size: 15px;
        margin-top: 2px;
        flex: none;
        color: var(--accent);
    }

.cards-parental-item.iphone {
    --accent: #2563eb;
    --accent-bar: linear-gradient(90deg, #2563eb, #60a5fa);
}

    .cards-parental-item.iphone .card-icon {
        color: #2563eb;
        background: linear-gradient(150deg, #e9f0ff, #d7e5ff);
    }

    .cards-parental-item.iphone .eyebrow-parental {
        color: #2563eb;
    }

.cards-parental-item.tablets {
    --accent: #8b5cf6;
    --accent-bar: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

    .cards-parental-item.tablets .card-icon {
        color: var(--purple);
        background: linear-gradient(150deg, #f1ecfe, #e6dcfd);
    }

    .cards-parental-item.tablets .eyebrow-parental {
        color: var(--purple);
    }

.table-card {
    /*background: #fff;*/
    /*border: 1px solid var(--line);*/
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
    margin-top: 40px;
}

.scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.th-feature {
    background: linear-gradient(135deg, var(--blue-600), #1d4ed8 90%);
    color: #fff;
    border-top-left-radius: 24px;
    position: relative;
}

.col-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.th-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 140% at 15% 0%, rgba(255, 255, 255, .22), transparent 55%);
    pointer-events: none;
}


.col-head .mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex: none;
}

.th-feature .mark {
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(4px);
}

thead th {
    text-align: left;
    vertical-align: middle;
    padding: 24px 20px;
    font-family: var(--sans);
}

.col-head .label {
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.2;
}

.th-plain .mark {
    background: #EEF3FF;
    color: var(--blue-600);
}

.th-fusion .mark {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 6px 16px rgba(16, 185, 129, .35);
}

tbody tr {
    transition: background-color .18s ease, box-shadow .25s ease, transform .25s ease;
}

tbody td {
    padding: 18px 20px;
    border-top: 1px solid var(--line);
    font-size: .96rem;
    vertical-align: middle;
    color: var(--ink-2);
}

.feature--table {
    display: flex;
    align-items: center;
    gap: 14px;
}

.stat--table {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}

.dot--table {
    width: 22px;
    height: 22px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.yes .dot--table {
    background: #10b981;
    color: #fff;
}

.stat--table .dot--table svg {
    width: 13px;
    height: 13px;
    display: block;
}

.yes {
    color: #059669;
    font-weight: 600;
}

.th-fusion .label {
    color: #059669;
}

    .th-fusion .label small {
        color: var(--ink);
    }

tbody td.cell-fusion, tbody tr:last-child td.cell-fusion {
    background: #f1fbf6;
}

.th-fusion {
    background: #f1fbf6;
    border-top-right-radius: 24px;
    position: relative;
}

.no .dot--table {
    background: #EEF2F6;
    color: var(--muted-2);
}

.warn .dot--table {
    background: transparent;
    color: #f59e0b;
    border: 1.6px dashed #f59e0b;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 24px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 24px;
}

@media (max-width: 640px) {
    tbody tr {
        display: block;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--r-md);
        box-shadow: var(--shadow-soft);
        padding: 6px 4px 10px;
        margin-bottom: 14px;
    }

    tbody td {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-top: none;
        padding: 11px 18px;
    }

    td.cell-feature--table {
        padding-top: 16px;
        justify-content: flex-start;
    }

    tbody td::before {
        content: attr(data-label);
        font-family: var(--sans);
        font-weight: 600;
        font-size: .82rem;
        color: var(--muted);
    }

    thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .feature--table .fname {
        font-size: 1.02rem;
    }
}

.feature--table .fic {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    flex: none;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #EEF3FF, #E3ECFF);
    color: var(--blue-600);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.feature--table .fname {
    font-weight: 600;
    color: #0f172a;
    font-size: .97rem;
    line-height: 1.25;
}

.why-choose-section-table {
    position: relative;
    isolation: isolate;
    padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 56px);
}

.stage {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding:clamp(64px, 9vw, 112px) 0px clamp(56px, 7vw, 88px);
}

.wrap-hero {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
    align-items: center;
}

    .wrap-hero h2 {
        font-weight: 700;
        font-size: clamp(2.35rem, 4vw, 3.9rem);
        line-height: 1.2;
        letter-spacing: -0.025em;
        /*color: var(--ink);*/
        text-wrap: balance;
    }

        .wrap-hero h2 .accent {
            color: var(--blue);
            display: inline;
        }

    .wrap-hero .lead {
        margin-top: 24px;
        color: #475569;
        font-size: 16.5px;
        line-height: 1.68;
        max-width: 66ch;
        font-weight: 400;
    }

        .wrap-hero .lead b {
            color: var(--blue);
            font-weight: 600;
        }

.callout {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin-top: 26px;
    padding: 16px 18px;
    border-radius: var(--radius-sm);
    background: linear-gradient(180deg, #FBFCFF, #F4F7FE);
    border: 1px solid var(--line);
    max-width: 66ch;
}

    .callout .bulb {
        flex: 0 0 auto;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        background: #fff;
        border: 1px solid var(--line);
        box-shadow: 0 4px 10px -6px rgba(37, 99, 235, .4);
    }

        .callout .bulb svg {
            width: 17px;
            height: 17px;
        }

    .callout p {
        font-size: 14px;
        color: #475569;
        line-height: 1.55;
        max-width: 66ch;
    }

    .callout a {
        color: #1d4ed8;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1.5px solid #dbe6ff;
        white-space: nowrap;
    }

.btn-primary-cta, .btn-secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.75rem;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.btn-primary-cta {
    color: #FFFFFF;
    background: linear-gradient(120deg, #0e84ff 0%, #0e84ff 100%);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.btn-secondary-cta {
    color: var(--color-dark);
    background: #FFFFFF;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-sm);
}

    .btn-primary-cta svg, .btn-secondary-cta svg {
        width: 18px;
        height: 18px;
    }

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 2.4vw, 34px);
}

.lifecycle {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: var(--radius);
    padding: 26px 24px 28px;
    box-shadow: var(--shadow-card);
}

    .lifecycle .eybrow-heading {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--blue);
        margin-bottom: 20px;
    }

.timeline-emilocker {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.conn {
    position: absolute;
    left: 38px;
    width: 2px;
    background: linear-gradient(180deg, #dbe6ff, #CBD5E1);
    z-index: 0;
}

    .conn.c1 {
        top: 56px;
        height: 38px;
    }

    .conn.c2 {
        top: 150px;
        height: 38px;
    }

    .conn .dot-emilocker {
        position: absolute;
        left: -3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--blue);
        box-shadow: 0 0 0 4px #fff;
    }

    .conn.c1 .dot-emilocker {
        top: -4px;
    }

    .conn .dot-emilocker {
        animation: pulse 2.6s ease-in-out infinite;
    }

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(37, 99, 235, .35);
    }

    50% {
        box-shadow: 0 0 0 4px #fff, 0 0 0 10px rgba(37, 99, 235, 0);
    }
}

.step-emilocker {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--line);
}

    .step-emilocker .ic {
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: grid;
        place-items: center;
    }

    .step-emilocker.active .ic {
        background: #ecfdf5;
        color: var(--green);
    }

    .step-emilocker .ic svg {
        width: 22px;
        height: 22px;
    }

    .step-emilocker.warn .ic {
        background: #fff7ec;
        color: #f59e0b;
    }

    .step-emilocker.locked {
        background: #0f172a;
        border-color: #0f172a;
        box-shadow: 0 18px 34px -14px rgba(15, 23, 42, .55);
    }

        .step-emilocker.locked .ic {
            background: var(--blue);
            color: #fff;
            box-shadow: 0 8px 18px -6px rgba(37, 99, 235, .8);
        }

    .step-emilocker .lbl {
        flex: 1;
        font-family: var(--font-display);
        font-weight: 600;
        font-size: 16px;
        color: var(--navy);
    }

    .step-emilocker.locked .lbl {
        color: #fff;
    }

.pill-emilocker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 6px 11px;
    border-radius: 999px;
    white-space: nowrap;
}

.step-emilocker.locked .pill-emilocker {
    background: rgba(239, 68, 68, .16);
    color: #FCA5A5;
}

.step-emilocker.warn .pill-emilocker {
    background: #fff7ec;
    color: #B26E00;
}

.step-emilocker.active .pill-emilocker {
    background: #ecfdf5;
    color: #0B8A63;
}

.trust-emilocker {
    margin-top: clamp(26px, 3vw, 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding: 18px 26px;
    border-radius: 16px;
    background: linear-gradient(180deg, #FBFCFF, #F3F7FE);
    border: 1px solid var(--line);
    font-size: 14px;
    color: #64748b;
}

    .trust-emilocker .item-emilocker {
        display: inline-flex;
        gap: 8px;
        align-items: baseline;
    }

    .trust-emilocker b {
        font-weight: 700;
        color: var(--blue);
        font-size: 15px;
    }

    .trust-emilocker .sep {
        width: 1px;
        height: 16px;
        background: var(--line);
        align-self: center;
    }

.btn-ghost-w:hover {
    color: #fff;
}

.feat-tag {
    font-size: 13px;
    color: #00966b;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.card-industry ul {
    list-style: none;
}

    .card-industry ul li {
        font-size: 13px;
        color: #4b5768;
        display: flex;
        gap: 7px;
        margin-bottom: 7px;
        line-height: 1.45;
    }

        .card-industry ul li::before {
            content: "";
            min-width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #00966b;
            margin-top: 6px;
            flex: none;
        }

.section-comparing {
    position: relative;
    overflow: hidden;
    padding: 72px 24px 88px;
    background: radial-gradient(120% 90% at 8% 0%, rgba(47, 107, 255, 0.06), transparent 55%), linear-gradient(180deg, #f3f6ff 0%, #ffffff 42%, #f6f8ff 100%);
}

    .section-comparing::before, .section-comparing::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(70px);
        z-index: 0;
        pointer-events: none;
    }

.dots-comparing-option {
    position: absolute;
    top: 22px;
    left: 26px;
    width: 150px;
    height: 90px;
    z-index: 0;
    background-image: radial-gradient(rgba(47, 107, 255, 0.28) 1.6px, transparent 1.6px);
    background-size: 15px 15px;
    -webkit-mask-image: linear-gradient(115deg, #000 25%, transparent 78%);
    mask-image: linear-gradient(115deg, #000 25%, transparent 78%);
    opacity: 0.9;
}

.arc-comparing-option {
    position: absolute;
    right: -140px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border: 2px solid rgba(47, 107, 255, 0.10);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.eyebrow-comparing-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 auto 22px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2f6bff;
}

    .eyebrow-comparing-option .line {
        position: relative;
        width: 46px;
        height: 2px;
        background: linear-gradient(90deg, rgba(47, 107, 255, 0.15), #2f6bff);
        border-radius: 2px;
    }

    .eyebrow-comparing-option .line--left {
        background: linear-gradient(90deg, rgba(47, 107, 255, 0.15), #2f6bff);
    }

        .eyebrow-comparing-option .line--left::after {
            left: -2px;
        }

    .eyebrow-comparing-option .line::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #2f6bff;
    }

    .eyebrow-comparing-option .line--right {
        background: linear-gradient(90deg, #2f6bff, rgba(47, 107, 255, 0.15));
    }

        .eyebrow-comparing-option .line--right::after {
            right: -2px;
        }

.section-comparing .heading {
    max-width: 900px;
    margin: 0 auto 18px;
    text-align: center;
    font-size: clamp(1.9rem, 4.4vw, 3.1rem);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink-900);
}

.section-comparing .subtext {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(0.98rem, 1.4vw, 1.12rem);
    color: #64708c;
}

.card-camparing {
    margin-top: 44px;
    background: var(--surface);
    border: 1px solid #eef1f8;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    padding: 12px 40px;
    transition: box-shadow var(--ease), transform var(--ease);
}

.row-camparing {
    display: grid;
    grid-template-columns: 64px minmax(220px, 1fr) minmax(260px, 1.35fr) 48px;
    align-items: center;
    column-gap: 28px;
    padding: 26px 8px;
    border-bottom: 1px solid #eef1f6;
    transition: background var(--ease);
}

.row__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #e9effe;
    color: #2f6bff;
    transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

    .row__icon svg {
        width: 26px;
        height: 26px;
        display: block;
    }

.row__title {
    position: relative;
    margin: 0;
    padding-right: 24px;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.32;
    color: #17224b;
}

    .row__title::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 40px;
        background: #eef1f6;
    }

.row__desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #64708c;
}

.row__arrow {
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #e9effe;
    color: var(--blue-500);
    transition: background var(--ease), color var(--ease), transform var(--ease);
}

    .row__arrow svg {
        width: 18px;
        height: 18px;
        transition: transform var(--ease);
    }

.row-camparing:last-child {
    border-bottom: none;
}

@media (max-width: 560px) {
    .card-camparing {
        padding: 4px 16px;
        margin-top: 34px;
    }

    .row-camparing {
        grid-template-columns: 48px 1fr;
        grid-template-areas: "icon title" "desc desc" "arrow arrow";
        row-gap: 12px;
        column-gap: 16px;
        padding: 22px 2px;
    }

    .row__icon {
        width: 48px;
        height: 48px;
    }

        .row__icon svg {
            width: 22px;
            height: 22px;
        }

    .row__title {
        grid-area: title;
        padding-right: 0;
    }

    .row__desc {
        grid-area: desc;
    }

    .row__arrow {
        justify-self: start;
    }
}

.flow {
    display: block;
}

.flow__lead {
    max-width: 760px;
    margin: 0 auto;
}

.card--blockchain--item {
    --a: var(--blue);
    --b: var(--cyan);
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.4vw, 26px);
    padding: clamp(20px, 3vw, 23px);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    border-radius: var(--radius);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 18px 40px -24px rgba(15, 23, 42, 0.22);
    transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.card--front {
    --a: var(--emerald);
    --b: #34D399;
}

.card--blockchain--item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background: linear-gradient(135deg, var(--a), var(--b));
    opacity: 0.55;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 0.45s var(--ease);
    pointer-events: none;
}

.card__tag {
    position: absolute;
    top: 16px;
    right: 16px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--a) 75%, #64748b);
    padding: 4px 10px;
    background: color-mix(in srgb, var(--a) 7%, #fff);
    border: 1px solid color-mix(in srgb, var(--a) 16%, transparent);
    border-radius: 999px;
}

.card__icon {
    position: relative;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: clamp(45px, 8vw, 52px);
    aspect-ratio: 1;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--a), var(--b));
    box-shadow: 0 10px 22px -8px color-mix(in srgb, var(--a) 60%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    /*animation: float 6s ease-in-out infinite;*/
}

    .card__icon svg {
        width: 42%;
        height: 42%;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.card__body {
    min-width: 0;
}

.card__step {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: color-mix(in srgb, var(--a) 80%, #64748b);
    margin-bottom: 2px;
}

.card__title {
    font-weight: 600;
    font-size: clamp(17px, 2.6vw, 22px);
    letter-spacing: -0.01em;
    color: var(--ink);
    margin: 0 0 4px;
}

.card__desc {
    margin: 0;
    font-size: clamp(13px, 1.8vw, 15px);
    color: #64748b;
    line-height: 1.18;
}

.card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

    .card__chips li {
        font-size: 12.5px;
        font-weight: 500;
        color: var(--ink-2);
        padding: 5px 11px;
        background: color-mix(in srgb, var(--a) 8%, #fff);
        border: 1px solid color-mix(in srgb, var(--a) 18%, transparent);
        border-radius: 8px;
    }

.connector--arrow {
    position: relative;
    display: grid;
    place-items: center;
    height: 80px;
}

    .connector--arrow svg {
        width: 40px;
        height: 88px;
        overflow: visible;
    }

    .connector--arrow path {
        fill: none;
        stroke: #27ca90;
        stroke-width: 2.4;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .connector--arrow .draw {
        stroke-dasharray: 90;
        stroke-dashoffset: 90;
        transition: stroke-dashoffset 0.7s var(--ease) 0.1s;
    }

    .connector--arrow.is-visible .draw {
        stroke-dashoffset: 0;
    }

    .connector--arrow.is-visible .arrowhead {
        opacity: 1;
    }

    .connector--arrow .spark {
        position: absolute;
        top: 6px;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-left: -4px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 10px 3px color-mix(in srgb, var(--emerald) 90%, var(--blue));
        opacity: 1;
    }

    .connector--arrow.is-visible .spark {
        animation: spark-fall 2.4s var(--ease) 0.8s infinite;
    }

@keyframes spark-fall {
    0% {
        top: 6px;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        top: 74px;
        opacity: 0;
    }
}

.card__icon::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--a), var(--b));
    filter: blur(14px);
    opacity: 0.28;
    z-index: -1;
}

.branch {
    position: relative;
    height: 150px;
    --frac: calc((100% - 2 * var(--gap)) / 6);
}

    .branch.is-visible {
        opacity: 1;
        transform: none;
    }

.branch__drop {
    top: 66px;
    width: 2px;
    height: 76px;
    margin-left: -1px;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.5s var(--ease) 0.55s;
}

.branch__stem, .branch__bus, .branch__drop {
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--blue), color-mix(in srgb, var(--blue) 60%, var(--emerald)));
}

.branch__stem {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 66px;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.5s var(--ease);
}

.branch.is-visible .branch__stem {
    transform: scaleY(1);
}

.branch__bus {
    top: 66px;
    left: var(--frac);
    right: var(--frac);
    height: 2px;
    background: linear-gradient(90deg, var(--emerald), var(--blue) 50%, var(--cyan));
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 0.55s var(--ease) 0.3s;
}

.branch.is-visible .branch__bus {
    transform: scaleX(1);
}

.branch__drop--1 {
    left: var(--frac);
    background: linear-gradient(180deg, var(--emerald), color-mix(in srgb, var(--emerald) 70%, transparent));
}

.branch.is-visible .branch__drop {
    transform: scaleY(1);
}

.branch__drop::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    height: 26px;
    border-radius: 4px;
    background: linear-gradient(180deg, transparent, #fff, transparent);
    opacity: 0;
}

.branch.is-visible .branch__drop::after {
    animation: energy-fall 2.6s var(--ease) infinite;
}

@keyframes energy-fall {
    0% {
        top: 0;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        top: 52px;
        opacity: 0;
    }
}

.branch__drop--2 {
    left: 50%;
    background: linear-gradient(180deg, var(--blue), color-mix(in srgb, var(--blue) 70%, transparent));
}

.branch__drop--3 {
    left: calc(100% - var(--frac));
    background: linear-gradient(180deg, var(--cyan), color-mix(in srgb, var(--cyan) 70%, transparent));
}

.node-dApp {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 13px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--blue);
    opacity: 0;
    transition: opacity 0.4s ease 0.6s;
}

.node--src {
    top: 0;
    left: 50%;
    border-color: var(--emerald);
}

.branch.is-visible .node-dApp {
    opacity: 1;
}

.branch.is-visible .node-dApp {
    animation: node-pulse 2.4s ease-in-out infinite;
}

@keyframes node-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(37, 99, 235, 0);
    }
}

.node--n1 {
    top: 142px;
    left: var(--frac);
    border-color: var(--emerald);
}

.infra-grid-dApp{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
       gap: var(--gap);
}

.node--n2 {
    top: 142px;
    left: 50%;
    border-color: var(--blue);
}

.node--n3 {
    top: 142px;
    left: calc(100% - var(--frac));
    border-color: var(--cyan);
}


.card--infra {
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.stage-soft-dev {
    position: relative;
}

.panel-soft-dev {
    position: relative;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(22px);
    padding: 16px 16px 22px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform .3s ease-out;
    /*animation: float 7s ease-in-out infinite;*/
}

.phead {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg,#3a6bff 0%,#1b3fcc 100%);
    color: #fff;
    border-radius: 15px;
    padding: 15px 18px;
    box-shadow: 0 10px 24px -10px rgba(27, 63, 204, .7), inset 0 1px 0 rgba(255, 255, 255, .25);
    margin-bottom: 8px;
}

    .phead h2 {
        font-size: .95rem;
        font-weight: 600;
        letter-spacing: .01em;
    }

.live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .66rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .95;
}

    .live i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #8effc9;
        box-shadow: 0 0 0 0 rgba(142, 255, 201, .8);
        animation: blip 1.8s ease-out infinite;
    }


@keyframes blip {
    0% {
        box-shadow: 0 0 0 0 rgba(142, 255, 201, .7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(142, 255, 201, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(142, 255, 201, 0);
    }
}

.node-soft-dev {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 14px 16px;
    box-shadow: var(--shadow-sm);
    z-index: 2;
    transition: transform .25s cubic-bezier(.2, .7, .2, 1), box-shadow .25s, border-color .25s;
}

.n-admin {
    border-left: 3px solid #2b5cff;
}

.node-soft-dev .ic {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    flex: none;
    display: grid;
    place-items: center;
    transition: transform .25s cubic-bezier(.2, .7, .2, 1);
}

.n-admin .ic {
    background: rgba(43, 92, 255, .1);
    color: #1b3fcc;
}

.node-soft-dev .ic svg {
    width: 23px;
    height: 23px;
}

.node-soft-dev h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.01em;
}

.node-soft-dev p {
    font-size: .82rem;
    color: var(--muted);
    margin-top: 2px;
    font-weight: 500;
}

.node-soft-dev .tag-soft-dev {
    margin-left: auto;
    font-size: .6rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 99px;
    font-weight: 600;
}

.n-admin .tag-soft-dev {
    background: rgba(43, 92, 255, .1);
    color: #1b3fcc;
}

.flow-soft-dev {
    position: relative;
    height: 30px;
    margin: 0 auto;
    width: 2px;
}

    .flow-soft-dev .track {
        position: absolute;
        inset: 0;
        background: linear-gradient(var(--line), var(--line));
        border-radius: 2px;
    }

    .flow-soft-dev .token {
        position: absolute;
        left: 50%;
        top: 0;
        width: 8px;
        height: 8px;
        margin-left: -4px;
        border-radius: 50%;
        background: var(--blue);
        box-shadow: 0 0 0 4px rgba(43, 92, 255, .16), 0 0 12px rgba(43, 92, 255, .7);
        animation: drop 2.4s cubic-bezier(.5, 0, .5, 1) infinite;
    }

@keyframes drop {
    0% {
        top: -4px;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

.n-master {
    border-left: 3px solid #2fb98a;
}

    .n-master .ic {
        background: rgba(47, 185, 138, .12);
        color: #13946a;
    }

    .n-master .tag-soft-dev {
        background: rgba(47, 185, 138, .12);
        color: #13946a;
    }

.flow-soft-dev.f2-soft-dev .token {
    animation-delay: .8s;
    background: #2fb98a;
    box-shadow: 0 0 0 4px rgba(47, 185, 138, .16), 0 0 12px rgba(47, 185, 138, .7);
}

.n-dist {
    border-left: 3px solid #7c5cff;
}

    .n-dist .ic {
        background: rgba(124, 92, 255, .12);
        color: #5b3fe0;
    }

.branch-soft-dev {
    position: relative;
    height: 34px;
    margin-top: 2px;
}

    .branch-soft-dev svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .branch-soft-dev path {
        fill: none;
        stroke: var(--line);
        stroke-width: 2;
    }

    .branch-soft-dev .spark {
        fill: #7c5cff;
        filter: drop-shadow(0 0 6px rgba(124, 92, 255, .8));
    }

.leaves {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 2px;
}

.leaf {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 10px 12px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform .25s cubic-bezier(.2, .7, .2, 1), box-shadow .25s, border-color .25s;
}

    .leaf .lic {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        margin: 0 auto 9px;
        display: grid;
        place-items: center;
        background: rgba(43, 92, 255, .08);
        color: var(--blue-deep);
    }

    .leaf span {
        font-size: .82rem;
        font-weight: 600;
        display: block;
    }

    .leaf .lic svg {
        width: 20px;
        height: 20px;
    }

    .leaf.api .lic {
        background: rgba(124, 92, 255, .1);
        color: #5b3fe0;
    }

    .leaf small {
        font-size: .68rem;
        color: #5c6684;
        font-weight: 500;
    }

.section-navy {
    background: #e1e8f0;
    color: var(--ink);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 76px 0;
}

.section-head-navy h2 {
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 700;
    margin: 16px 0 14px;
    text-wrap: balance;
    margin-top: 0;
}

.section-head-navy {
    width: 700px;
}

.split {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 50px;
    align-items: center;
}

.checklist {
    list-style: none;
    margin-top: 20px;
}

    .checklist li {
        display: flex;
        gap: 12px;
        margin-bottom: 13px;
        font-size: 15px;
        color: #4b5768;
    }

        .checklist li::before {
            content: "";
            min-width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--emerald);
            margin-top: 7px;
        }

.panel-card-soft {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 6px;
}

.panel-bar {
    display: flex;
    gap: 6px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
}

.panel-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--line);
}

.panel-body {
    padding: 22px;
}

.panel-row {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px dashed var(--line);
    font-size: 14px;
}

    .panel-row span:first-child {
        color: #4b5768;
    }

    .panel-row span:last-child {
        font-weight: 700;
    }

.tag-green {
    color: #00966b;
}

.tag-amber {
    color: #C97E00;
}

.panel-row:last-child {
    border-bottom: none;
}

.section-learning {
    padding: 72px 32px 35px;
}

.grid-g2 {
    display: grid;
    grid-template-columns: 1.86fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.featured {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: radial-gradient(680px 380px at 88% 22%, #e9f0ff 0%, rgba(233, 240, 255, 0) 62%), linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 30px 48px;
    display: grid;
    grid-template-columns: 1fr minmax(240px, 300px);
    gap: 24px;
    align-items: center;
}

.badge-featured {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--blue-600);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 22px;
}

    .badge-featured svg {
        width: 14px;
        height: 14px;
    }

.featured h2 {
    font-size: clamp(28px, 3.1vw, 38px);
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 700;
    margin: 0 0 18px;
    /*max-width: 12ch;*/
}

.featured p {
    color: #64748b;
    font-size: 16.5px;
    max-width: 42ch;
    margin: 0 0 26px;
}

.meta-featured-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #64748b;
    font-size: 14.5px;
    font-weight: 500;
    margin-bottom: 30px;
}

    .meta-featured-copy .item-featured-copy {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .meta-featured-copy svg {
        width: 16px;
        height: 16px;
        color: #94a3b8;
    }

    .meta-featured-copy .sep {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #94a3b8;
    }

.btn-primary-featured-copy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border: none;
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #3b82f6, var(--blue-600));
    color: #fff;
    font: inherit;
    font-weight: 700;
    font-size: 15.5px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--shadow-blue);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

    .btn-primary-featured-copy svg {
        width: 18px;
        height: 18px;
        transition: transform .3s var(--ease);
    }

.phone-wrap-featured {
    display: flex;
    justify-content: center;
}

.phone-featured {
    width: 250px;
    border-radius: 40px;
    background: #0f172a;
    padding: 11px;
    box-shadow: 0 40px 70px rgba(15, 23, 42, .28), 0 12px 24px rgba(15, 23, 42, .16);
    position: relative;
}

    .phone-featured::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 92px;
        height: 22px;
        background: #0f172a;
        border-radius: 999px;
        z-index: 3;
    }

.screen-featured {
    background: linear-gradient(180deg, #f4f7fe 0%, #eef3fc 100%);
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 15px 16px;
    font-size: 11px;
}

.statusbar-featured {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: #0f172a;
    padding: 0 4px 12px;
}

    .statusbar-featured .icons {
        display: inline-flex;
        gap: 4px;
        align-items: center;
    }

        .statusbar-featured .icons span {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #0f172a;
        }

.greeting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px 12px;
}

    .greeting b {
        font-size: 14px;
        display: block;
    }

    .greeting small {
        color: var(--ink-500);
        font-size: 10px;
    }

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    display: grid;
    place-items: center;
}

    .avatar svg {
        width: 15px;
        height: 15px;
        color: #fff;
    }

.wallet {
    background: linear-gradient(135deg, var(--blue-600), #1d4ed8);
    border-radius: 10px;
    color: #fff;
    padding: 13px 14px;
    box-shadow: 0 12px 22px rgba(37, 99, 235, .32);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .wallet .amt {
        font-size: 18px;
        font-weight: 800;
        letter-spacing: -.01em;
    }

    .wallet .add {
        background: rgba(255, 255, 255, .22);
        border-radius: 8px;
        padding: 6px 9px;
        font-size: 9.5px;
        font-weight: 700;
    }

.sec-label-feature {
    color: #64748b;
    font-size: 16.5px;
    max-width: 42ch;
    margin: 0 0 10px;
    font-weight: 600;
    display: none;
}

.services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 15px;
}

.service {
    text-align: center;
}

    .service span {
        font-size: 8px;
        color: var(--ink-500);
        font-weight: 600;
        line-height: 1.2;
        display: block;
    }

    .service .ic {
        width: 100%;
        aspect-ratio: 1;
        background: #fff;
        border-radius: 11px;
        display: grid;
        place-items: center;
        box-shadow: var(--shadow-sm);
        margin-bottom: 5px;
    }

        .service .ic svg {
            width: 16px;
            height: 16px;
            color: var(--blue-600);
        }

.txn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 6px;
    box-shadow: var(--shadow-sm);
}

.card-learning {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.card--bbps, .card--cmp, .card--check {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 24px 24px;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow-sm);
    transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);
}

    .card--bbps .icon, .card--cmp .icon, .card--check .icon {
        width: 58px;
        height: 58px;
        border-radius: var(--radius-md);
        display: grid;
        place-items: center;
        transition: transform .32s var(--ease);
    }

    .card--check .icon {
        background: #f5f3ff;
        color: #7c3aed;
    }

    .card--bbps .icon {
        background: #ecfdf5;
        color: #059669;
    }

    .card--cmp .icon {
        background: #eff6ff;
        color: #2563eb;
    }

    .card--bbps .body {
        min-width: 0;
    }

    .card--check .cat {
        color: #7c3aed;
    }

    .card--bbps .cat, .card--cmp .cat, .card--check .cat {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .07em;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

    .card--cmp .cat {
        color: #2563eb;
    }

    .card--bbps h3, .card--cmp h3, .card--check h3 {
        font-size: 18px;
        line-height: 1.28;
        font-weight: 700;
        letter-spacing: -.01em;
        margin: 0 0 11px;
    }

    .card--bbps .read, .card--cmp .read, .card--check .read {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 500;
    }

        .card--bbps .read svg, .card--cmp .read svg, .card--check .read svg {
            width: 14px;
            height: 14px;
        }

    .card--bbps .arrow, .card--cmp .arrow, .card--check .arrow {
        color: #94a3b8;
        transition: transform .32s var(--ease), color .32s var(--ease);
    }

        .card--bbps .arrow svg, .card--cmp .arrow svg, .card--check .arrow svg {
            width: 22px;
            height: 22px;
            display: block;
        }

    .card--bbps .cat {
        color: #059669;
    }

.cta-learning {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    border-radius: var(--radius-xl);
    background: radial-gradient(700px 320px at 84% 130%, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 60%), linear-gradient(120deg, #1e40af 0%, #2563eb 52%, #3b82f6 100%);
    color: #fff;
    padding: 44px 52px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
    box-shadow: var(--shadow-md);
}

.rocket {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    display: grid;
    place-items: center;
    flex: none;
}

    .rocket svg {
        width: 58px;
        height: 58px;
    }

.cta > * {
    position: relative;
    z-index: 1;
}

.cta-copy h2 {
    font-size: clamp(24px, 2.6vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 8px;
    color:#fff;
}

.cta-copy p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 15.5px;
    max-width: 62ch;
}

.feats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 13.5px;
    font-weight: 600;
}

    .feat svg {
        width: 16px;
        height: 16px;
        color: #bfdbfe;
    }

.cta-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex: none;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #1d4ed8;
    padding: 11px 12px 11px 26px;
    border-radius: 999px;
    font: inherit;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
    white-space: nowrap;
}

    .btn-white svg {
        width: 18px;
        height: 18px;
        transition: transform .3s var(--ease);
    }

.demo-link {
    color: #fff;
    font-size: 13.5px;
    font-weight: 500;
}

    .demo-link a {
        color: #fff;
        font-weight: 700;
        text-underline-offset: 3px;
        text-decoration: underline;
    }

.cta--learn {
    margin-bottom: 75px;
}

.trust-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.trust-chip {
    background: var(--tint);
    border: 1px solid var(--line);
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 12.8px;
    color: var(--ink-soft);
    font-weight: 500;
}

.snapshot-card {
    position: relative;
    width: 100%;
    max-width: 960px;
    background: radial-gradient(900px 500px at 80% -5%, #f3f8ff 0%, rgba(255, 255, 255, 0) 55%), #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 40px;
    box-shadow: 0 1px 2px rgba(21, 45, 80, .04), 0 24px 60px -24px rgba(31, 74, 140, .22);
    overflow: hidden;
}

.card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.bg-chart {
    position: absolute;
    top: -14px;
    right: -8px;
    width: 56%;
    max-width: 520px;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: .9;
}

.card-header > * {
    position: relative;
    z-index: 1;
}

.brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

.brand-icon {
    flex: none;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f3fbff 40%, #eef6ff 100%);
    border: 1px solid #e3eefb;
    box-shadow: 0 0 0 6px rgba(70, 196, 180, .06), 0 10px 26px -10px rgba(46, 150, 180, .45);
}

.eyebrow-snapshot-card {
    font-size: 13px;
    font-weight: 700;
    /*letter-spacing: .14em;
    color: var(--navy);*/
    margin-bottom: 2px;
}

.title-snapshot-card {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
    background: linear-gradient(95deg, #14b18e 0%, #1f8fd6 55%, #2f6fed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.status-pill {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 18px 9px 15px;
    background: #e7f6ec;
    border: 1px solid #cdeed6;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 600;
    color: #1f7a45;
    align-self: flex-start;
}

.card-header > * {
    position: relative;
    z-index: 1;
}

.stats-snapshot-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 26px;
}


.stat--blue {
    --accent: var(--blue);
    --tint: var(--blue-tint);
}

.stat--green {
    --accent: #1ca25f;
    --tint:#e7f6ee;
}

.stat--purple {
    --accent: #7b61ff;
    --tint: #efecff;
}

.stat--orange {
    --accent:#f5872a;
    --tint: #fdefda;
}

.stats-snapshot-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 26px 16px 24px;
    background: #fdfeff;
    border: 1px solid #eef3fa;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(30, 60, 110, .03);
}


.stat-snapshot-icon {
    flex: none;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--tint);
}

    .stat-snapshot-icon svg {
        width: 28px;
        height: 28px;
    }

.stat-snapshot-label {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: var(--label);
}

.pairs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pair {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 8px 15px;
    background: #fdfeff;
    border: 1px solid #ecf1f8;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #31435c;
    box-shadow: 0 1px 2px rgba(30, 60, 110, .03);
}

    .pair .coin {
        flex: none;
        width: 25px;
        height: 25px;
    }

.crypto-list-process {
    margin-top: 20px;
    padding-left: 20px;
}

    .crypto-list-process li {
        margin-bottom: 10px;
        list-style: disc;
    }

        .crypto-list-process li .list-title {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .crypto-list-process li p {
            font-size: 14px;
        }

.compare {
    padding: clamp(48px, 8vw, 96px) 0;
}

.hero__title_compare {
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.hero__highlight {
    color: #2563eb;
}

.hero__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.blob--soft {
    position: absolute;
    inset: 8% -6% 6% 6%;
    background: radial-gradient(60% 60% at 50% 40%, rgba(37, 99, 235, .16), rgba(37, 99, 235, 0) 70%), radial-gradient(70% 70% at 70% 80%, rgba(16, 185, 129, .10), rgba(16, 185, 129, 0) 70%);
    filter: blur(6px);
    border-radius: 42% 58% 55% 45% / 50% 45% 55% 50%;
    z-index: 0;
}

.searchbar-compare {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 480px;
    padding: 6px 12px 6px 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: 0 10px 30px -14px rgba(15, 23, 42, .25);
}

.searchbar__logo {
    display: flex;
    flex: none;
}

.searchbar__query {
    flex: 1;
    min-width: 0;
    color: var(--ink);
    font-size: .95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchbar__go {
    flex: none;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
}

.statcard {
    position: relative;
    z-index: 1;
    margin: -18px 44px 0 0;
    align-self: center;
    width: min(360px, 100%);
    padding: 22px 22px 8px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 24px 60px -20px rgba(15, 23, 42, .22);
}

.statcard__label {
    display: block;
}

.statcard__rank {
    display: block;
    font-weight: 800;
    font-size: 1.6rem;
    color: #10b981;
    line-height: 1;
}

.statcard__name {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.25;
}

statcard__chart {
    width: 100%;
    height: 118px;
    margin-top: 6px;
}

.statcard__badge {
    position: absolute;
    right: -18px;
    bottom: -16px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 12px 24px -8px rgba(37, 99, 235, .55);
}

.g-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 1.8vw, 24px);
    margin-bottom: clamp(28px, 4vw, 40px);
}

.card--compare {
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.4vw, 30px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.card--icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 50%;
    transition: transform .35s var(--ease);
}

.card__icon--blue {
    color: var(--blue);
    background: radial-gradient(120% 120% at 30% 20%, #f2f6ff, var(--blue-tint));
}

.card--compare--title {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.card__accent {
    width: 34px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.card__accent--blue {
    background: #2563eb;
}

.card__accent--green {
    background: #10b981;
}

.card__text {
    font-size: .95rem;
    color: var(--slate-soft);
}

.card__icon--green {
    color: #10b981;
    background: radial-gradient(120% 120% at 30% 20%, #f0fbf6, #e3f7ee);
}

.cta-compare {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: clamp(22px, 3vw, 30px) clamp(24px, 4vw, 40px);
    border-radius: var(--radius);
    background: linear-gradient(100deg, #eef3fe 0%, #f2f6ff 55%, #eef7f2 100%);
    border: 1px solid #e6ecfb;
}

.cta__icon {
    flex: none;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 14px 26px -10px rgba(37, 99, 235, .55);
}

.cta__body {
    position: relative;
    z-index: 1;
}

.cta__title {
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    font-weight: 700;
    margin-bottom: 6px;
}

.cta__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
    border-bottom: 2px solid var(--blue);
    padding-bottom: 2px;
    transition: gap .25s var(--ease), color .25s var(--ease);
}

.tag-list {
    margin-top: 30px;
}

    .tag-list li {
        display: flex;
        gap: 10px;
        padding: 13px 0;
        border-bottom: 1px solid #d7d7d7;
        font-size: 14px;
        color: var(--ink-soft);
        align-items: flex-start;
    }

.trust-chip .tick {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e4f8ef;
    color: #009e56;
    flex: none;
}

.logos-b2bR {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 16px;
    padding: 22px 28px;
    box-shadow: var(--shadow-sm);
}

    .logos-b2bR .logo {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--logo-gray);
        font-weight: 700;
        letter-spacing: .2px;
        filter: grayscale(1);
        opacity: .85;
        font-size: 18px;
    }

        .logos-b2bR .logo svg {
            display: block;
        }

.logo.circle {
    width: auto;
}

.logos-b2bR .logo .jio {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #9aa3b4;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.composition {
    position: relative;
    min-height: 640px;
}

.glass {
    background: rgba(255, 255, 255, .82);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .9);
}

.revenue {
    position: absolute;
    top: 0;
    left: 33%;
    width: 255px;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 4;
}

    .revenue .rev-ic {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        flex: none;
        background: radial-gradient(circle at 30% 30%, #EAF1FF, #DCE7FF);
        display: grid;
        place-items: center;
        color: var(--blue);
    }

    .revenue .rlabel {
        font-size: 12px;
        color: #64748b;
        font-weight: 500;
    }

    .revenue .rvalue {
        font-weight: 700;
        color: var(--ink);
        font-size: 22px;
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 1.1;
    }

    .revenue .rsub {
        font-size: 11px;
        color: var(--muted-2);
    }

.trend {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #009e56;
}

.dashboard {
    position: absolute;
    top: 40px;
    left: 0;
    width: 78%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    padding: 22px;
    z-index: 2;
}

.dash-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .dash-head h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0e1b2c;
    }

.dash-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pill-select {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 10px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #1a2740;
}

.stats-B2BR {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.stat-b2bR-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 1px 2px rgba(19, 42, 86, .04);
}

    .stat-b2bR-item .ic {
        width: 38px;
        height: 38px;
        border-radius: 11px;
        display: grid;
        place-items: center;
        margin-bottom: 12px;
    }

.ic.b2bR-item-blue {
    background: #eaf1ff;
    color: #1e5eff;
}

.stat-b2bR-item .label {
    font-size: 12px;
    color: var(--muted);
    font-weight: 500;
}

.stat-b2bR-item .value {
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin: 2px 0 3px;
}

.stat-b2bR-item .sub {
    font-size: 11px;
    color: #8a94a6;
    margin-bottom: 0;
}

.b2bR-item-green {
    background: #e4f8ef;
    color: #009e56;
}

.b2bR-item-orange {
    background: #fef1df;
    color: #f6921e;
}

.chart-block {
    margin-top: 18px;
}

.chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .chart-head h4 {
        font-size: 14px;
        font-weight: 600;
        color: #1a2740;
    }

.chart-wrap {
    position: relative;
}

.yaxis {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 10px;
    color: var(--muted-2);
    font-variant-numeric: tabular-nums;
}

.chart-svg {
    margin-left: 34px;
    display: block;
    width: calc(100% - 34px);
    height: auto;
}

.xaxis {
    margin-left: 34px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: var(--muted-2);
    margin-top: 6px;
    font-variant-numeric: tabular-nums;
}

.quick {
    margin-top: 20px;
}

    .quick h4 {
        font-size: 14px;
        font-weight: 600;
        color: var(--ink-2);
        margin-bottom: 12px;
    }

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.qbtn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink-2);
}

    .qbtn .qi {
        display: grid;
        place-items: center;
        width: 22px;
        height: 22px;
        border-radius: 7px;
        flex: none;
    }

.ic-blue {
    background: #eaf1ff;
    color: #1e5eff;
}

.ic-green {
    background: #e4f8ef;
    color: #009e56;
}

.ic-orange {
    background: #fef1df;
    color: #f6921e;
}

.hierarchy {
    position: absolute;
    top: 112px;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    padding: 20px 18px;
    z-index: 5;
}

    .hierarchy h4 {
        font-size: 15px;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 18px;
    }

.tree {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.node-hierarchy-tree {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 4px 14px rgba(19, 42, 86, .06);
}

    .node-hierarchy-tree:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 27px;
        bottom: -16px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--blue);
        border: 2px solid #fff;
        z-index: 1;
    }

    .node-hierarchy-tree .nic {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        flex: none;
    }

    .node-hierarchy-tree:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 31px;
        bottom: -22px;
        width: 2px;
        height: 22px;
        background: #e6ecf5;
    }

.ic-hierarchy-blue {
    background: #eaf1ff;
    color: #1e5eff;
}

.ic-hierarchy-orange {
    background: #fef1df;
    color: #f6921e;
}

.node .ntxt {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2);
}

.node .status {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00c16a;
    box-shadow: 0 0 0 3px rgba(0, 193, 106, .16);
}

.composition-wallet {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 60%;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 6;
}

    .composition-wallet .wic {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        flex: none;
        background: #e4f8ef;
        color: #009e56;
        display: grid;
        place-items: center;
    }

    .composition-wallet .wmeta {
        flex: none;
    }

    .composition-wallet .wlabel {
        font-size: 12px;
        color: #64748b;
        font-weight: 500;
    }

    .composition-wallet .wvalue {
        font-weight: 700;
        font-size: 24px;
        color: var(--ink);
        line-height: 1.15;
    }

    .composition-wallet .wsub {
        font-size: 11px;
        color: #8a94a6;
    }

.card-fintech-recharge {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92));
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(14px);
    padding: 30px 30px 0;
    overflow: hidden;
    justify-self: center;
    width: 100%;
    max-width: 560px;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.card-icon-fintech {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: linear-gradient(180deg, #3a6bff, var(--brand));
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 12px 22px -8px rgba(47, 95, 255, .6);
    flex: none;
}

.card-title-fintech {
    font-size: 21px;
    font-weight: 800;
    color: var(--ink-2);
    letter-spacing: -0.01em;
}

.live-fintech {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    background: #e7f7ee;
    color: var(--green);
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 700;
}

.pulse-fintech {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    position: relative;
}

.live-fintech .pulse-fintech::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: var(--green);
    opacity: .35;
    animation: pulse 1.8s ease-out infinite;
}

.metrics {
    margin-top: 8px;
}

.metric {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 21px 2px;
    border-top: 1px solid var(--line);
}

    .metric:first-child {
        border-top: none;
    }

.metric__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--brand);
    background: var(--brand-soft);
    flex: none;
}

.metric__label {
    font-size: 15.5px;
    color: var(--text-soft);
    font-weight: 500;
}

.metric__value {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 800;
    color: var(--brand-strong);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.delta {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
}

.channels {
    margin: 12px -30px 0;
    padding: 26px 30px 28px;
    background: linear-gradient(180deg, #eef3ff 0%, #e9f0ff 100%);
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

    .channels::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 22px;
        background: radial-gradient(60% 22px at 50% 0, transparent 0, transparent 70%, transparent 71%);
    }

.channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--brand);
    position: relative;
}

    .channel span {
        font-size: 15px;
        font-weight: 700;
        color: var(--ink-2);
    }

.hero-entertainment {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 90% at 100% 0%, #eef4ff 0%, rgba(238, 244, 255, 0) 45%), radial-gradient(90% 80% at 0% 100%, #eef3ff 0%, rgba(238, 243, 255, 0) 40%), var(--page);
    padding: 64px 0 72px;
}

.decor {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.decor__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    opacity: .6;
}

.decor__blob--left {
    width: 520px;
    height: 520px;
    left: -260px;
    top: 120px;
    background: radial-gradient(circle at 40% 40%, #e4ecff 0%, rgba(228, 236, 255, 0) 70%);
}

.decor__blob--right {
    width: 640px;
    height: 640px;
    right: -320px;
    top: 40px;
    background: radial-gradient(circle at 50% 50%, #e8effe 0%, rgba(232, 239, 254, 0) 70%);
}

.decor__dots {
    position: absolute;
    width: 150px;
    height: 110px;
    background-image: radial-gradient(#dbeafe 1.6px, transparent 1.6px);
    background-size: 14px 14px;
    opacity: .7;
}

.decor__dots--tr {
    right: 24px;
    top: 24px;
}

.decor__dots--bl {
    left: 24px;
    bottom: 26px;
}

.hero__entertainment {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 64px;
    align-items: center;
}

.badge__entertainment {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 11px 20px;
    box-shadow: var(--shadow-soft);
    font-size: 12.5px;
    letter-spacing: .08em;
    margin-bottom: 34px;
}

.badge__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .16);
}

.badge__label {
    color: #1d4ed8;
    font-weight: 600;
    text-transform: uppercase;
}

.badge__sep {
    width: 1px;
    height: 15px;
    background: var(--line);
}

.badge__loc {
    color: #334155;
    font-weight: 500;
    text-transform: uppercase;
}

.lead__title {
    font-weight: 700;
    font-size:  clamp(2.4rem, 4vw, 3.9rem);
    line-height: 1.2;
    letter-spacing: -.01em;
    color: var(--ink-900);
    margin: 0 0 26px;
}

.lead__rule {
    width: 64px;
    height: 6px;
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, #1d4ed8, #3b82f6);
    margin-bottom: 26px;
}

.lead__desc {
    font-size: 17px;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 34px;
    max-width: 520px;
}

.btn-entertainment {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15.5px;
    font-weight: 600;
    border-radius: 14px;
    padding: 16px 26px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn--Entprimary {
    background: var(--blue-600);
    color: #fff;
    box-shadow: var(--shadow-btn);
}

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 560px;
}

.pill-entertainment {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 9px 12px;
    box-shadow: var(--shadow-soft);
    font-size: 14.5px;
    font-weight: 600;
    color: #1e293b;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.pill__entic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #eff6ff;
    color: var(--blue-600);
    flex: none;
}

.cta-row-entain {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
}

.stage__entertainment {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard__entertainment {
    background: var(--surface);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    padding: 24px;
}

.dash__head__entertainment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.brand__entertainment {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand__logo {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(150deg, #3b82f6, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 16px -6px rgba(37, 99, 235, .6);
}

.brand__name {
    font-weight: 700;
    font-size: 17px;
    color: #0f172a;
}

.live__entertainment {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fee9e9;
    color: #ef4444;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .09em;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
}

.live__dot__entertainment {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    animation: pulseRed 1.6s ease-in-out infinite;
}

@keyframes pulseRed {
    0%, 100% {
        box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(37, 99, 235, .35);
    }

    50% {
        box-shadow: 0 0 0 4px #fff, 0 0 0 10px rgba(37, 99, 235, 0);
    }
}

.player {
    position: relative;
    overflow: hidden;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 26px 24px 22px;
    min-height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(90deg, #f3f7ff 0%, #eef4ff 42%, rgba(238, 244, 255, 0) 70%), linear-gradient(160deg, #eaf2ff, #dfeafc);
}

.player__scene {
    position: absolute;
    inset: 0;
    left: 44%;
    z-index: 0;
    background: linear-gradient(180deg, #cfe0ff 0%, #b9d3ff 38%, #dbe9ff 60%, #eef5ff 100%);
}

.player__body {
    position: relative;
    z-index: 2;
}

.player__eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    color: var(--blue-600);
    text-transform: uppercase;
}

.player__title {
    font-weight: 700;
    font-size: 22px;
    color: #0f172a;
    margin-top: 8px;
}

.player__playbtn {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: min(63%, 240px);
    transform: translateY(-60%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(6px);
    border: 2px solid var(--blue-600);
    color: var(--blue-600);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 24px -8px rgba(37, 99, 235, .5);
    transition: transform .18s ease, background .18s ease;
}

.player__foot {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
}

.progress {
    flex: 1;
    height: 5px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .45);
    overflow: hidden;
}

.progress__fill {
    display: block;
    height: 100%;
    width: 40%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1d4ed8, #3b82f6);
}

.player__time {
    font-family: var(--font-mono);
    font-size: 11.5px;
    font-weight: 600;
    color: #334155;
    letter-spacing: .03em;
    white-space: nowrap;
}

.trend__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 14px;
}

.eye_Enter {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--ink-800);
    text-transform: uppercase;
}

.viewall {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--blue-600);
    text-decoration: none;
}

.trend__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.card_entertainment {
    border-radius: 12px;
    overflow: hidden;
}

.card__thumb {
    position: relative;
    height: 88px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 -30px 30px -20px rgba(0, 0, 0, .35);
}

.thumb--horizon {
    background: linear-gradient(180deg, #8b93a6 0%, #5a6377 45%, #2e3442 100%);
}

.card__title_entertainment {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 12px 0 3px;
}

.card__meta_entertainment {
    font-size: 12px;
    color: #94a3b8;
}

.stats__entertainment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfcff, #f6f9ff);
}

.stats__entertainment_item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.stat__ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: var(--blue-600);
}

.stat__num {
    font-weight: 700;
    font-size: 21px;
    color: #0f172a;
    line-height: 1.1;
}

.stat__label {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 6px;
}

.note__ic {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.note__txt {
    font-size: 13.5px;
    color: #64748b;
}

.stats-entertainment-main {
    border-top: 2px solid #0000000a;
    border-bottom: 2px solid #0000000a;
}

.stats-entertainment-main-inner {
    position: relative;
    z-index: 1;
    margin-top: clamp(22px, 6vw, 16px);
    margin-bottom: clamp(22px, 6vw, 16px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: transparent;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 0px solid rgba(230, 239, 234, 0.95);
    border-radius: 15px;
    box-shadow: none;
    overflow: hidden;
}

.lvod {
    padding: clamp(40px, 6vw, 88px) clamp(18px, 4vw, 40px);
    padding-left: 0;
    padding-right: 0;
}

.hero-streaming {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
    margin-bottom: clamp(40px, 4.5vw, 64px);
}

#lvod-title {
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

    #lvod-title .accent {
        color: var(--blue);
        /*display: inline-block;*/
    }

.heading-rule {
    width: 56px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    margin: 22px 0 24px;
}

.illustration-streaming {
    position: relative;
    aspect-ratio: 1 / .58;
    min-height: 300px;
}

.illo-glow {
    position: absolute;
    inset: 6% 4% 8% 6%;
    background: radial-gradient(closest-side, rgba(219, 234, 254, .9), transparent);
    border-radius: 50%;
    filter: blur(4px);
}

.illo-dots {
    position: absolute;
    top: 2%;
    right: 0;
    width: 22%;
    height: 32%;
    background-image: radial-gradient(rgba(59, 130, 246, .35) 1.6px, transparent 1.6px);
    background-size: 13px 13px;
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, #000 100%);
    opacity: .7;
}

.screens-streaming {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    display: flex;
    align-items: center;
    gap: min(3.2%, 20px);
}

.screen--streamings {
    position: relative;
    flex: 1;
    aspect-ratio: 1 / .82;
    border-radius: 18px;
    padding: 14px;
    background: linear-gradient(160deg, #cddffb 0%, #a8c6f5 100%);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
}

.screen--live {
    transform: translateY(6%);
}

.screen__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: .62rem;
    letter-spacing: .06em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(30, 58, 95, .35);
}

.dot-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d4f;
    box-shadow: 0 0 0 3px rgba(255, 77, 79, .3);
}

.screen__play {
    margin: auto;
    width: 38%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    border: 1.5px solid rgba(255, 255, 255, .75);
    display: grid;
    place-items: center;
    backdrop-filter: blur(2px);
}

    .screen__play svg {
        width: 44%;
        height: 44%;
        fill: #fff;
        margin-left: 8%;
    }

.progress-streaming {
    flex: 1;
    height: 5px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .45);
    overflow: hidden;
}

.progress--streaming .bar {
    height: 5px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .45);
}

.progress--streaming .bar--fill {
    background: linear-gradient(90deg, #ff5b5d, #ff8a5b);
    width: 42%;
}

.progress--streaming .bar--short {
    width: 70%;
}

.progress--streaming {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: auto;
}

.screen--ott {
    transform: translateY(-6%);
}

.dot-ott {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #eaf2ff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
}

.thumbs {
    display: flex;
    gap: 6px;
    margin-top: auto;
}

    .thumbs span {
        flex: 1;
        height: 26px;
        border-radius: 6px;
        background: rgba(255, 255, 255, .4);
        border: 1px solid rgba(255, 255, 255, .5);
    }

.vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22%;
    max-width: 78px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: var(--navy);
    font-size: clamp(.9rem, 2.4vw, 1.4rem);
    box-shadow: 0 18px 40px -14px rgba(37, 99, 235, .6), 0 0 0 6px rgba(255, 255, 255, .55);
    z-index: 3;
}

.float-streaming {
    position: absolute;
    display: grid;
    place-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 44px -16px rgba(37, 99, 235, .5);
    z-index: 4;
}

.float--wave {
    width: 16%;
    max-width: 66px;
    aspect-ratio: 1;
    top: 10%;
    left: 14%;
}

.float-streaming svg {
    width: 52%;
    height: 52%;
}

.float--wave svg {
    stroke: var(--blue);
    fill: none;
}

.float--clap {
    width: 14%;
    max-width: 58px;
    aspect-ratio: 1;
    bottom: 6%;
    right: 6%;
    background: linear-gradient(160deg, #3b82f6, #1d4ed8);
}

    .float--clap svg {
        fill: #fff;
    }

.compare-streaming {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 2.4vw, 34px);
    margin-bottom: clamp(28px, 3vw, 40px);
}

.feature--streaming {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: clamp(24px, 2.6vw, 40px);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.feature--streaming {
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}

.feature__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.feature-streaming-icon {
    flex: none;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
}

.feature--live .feature-streaming-icon {
    background: linear-gradient(155deg, #4d90ff, #1d4ed8);
    box-shadow: 0 16px 30px -12px rgba(29, 78, 216, .6);
}

.feature-streaming-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
}

.feature__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    line-height: 1.2;
    letter-spacing: .01em;
}

.feature--live .feature__title {
    color: var(--blue);
}

.feature__title small {
    display: block;
    font-size: inherit;
    font-weight: 700;
}

.checks {
    list-style: none;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

    .checks li {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 18px 0;
        border-bottom: 1px dashed var(--line);
    }

        .checks li:first-child {
            padding-top: 6px;
        }

    .checks .ci {
        flex: none;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: grid;
        place-items: center;
    }

.feature--live .ci {
    background: #eaf2fe;
}

.checks .ci svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke-width: 1.8;
}

.feature--live .ci svg {
    stroke: var(--blue);
}

.checks p {
    color: #223354;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 5px;
}

.checks li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feature--streaming::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(120% 90% at 100% 0%, rgba(37, 99, 235, .05), transparent 55%);
}

.feature--ott .feature-streaming-icon {
    background: linear-gradient(155deg, #34d6bf, #0d9488);
    box-shadow: 0 16px 30px -12px rgba(13, 148, 136, .55);
}

.feature--ott .feature__title {
    color: #0d9488;
}

.feature--ott .ci {
    background: #e4f6f2;
}

    .feature--ott .ci svg {
        stroke: #0d9488;
    }

.approach {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 28px);
    padding: clamp(22px, 2.6vw, 34px) clamp(24px, 3vw, 44px);
    border-radius: var(--radius);
    background: linear-gradient(120deg, #eef4ff 0%, #e3edfd 60%, #eaf1ff 100%);
    border: 1px solid rgba(37, 99, 235, .12);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.approach__icon {
    flex: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(155deg, #4d90ff, #1d4ed8);
    box-shadow: 0 18px 34px -14px rgba(29, 78, 216, .6);
}

    .approach__icon svg {
        width: 34px;
        height: 34px;
        fill: none;
        stroke: #fff;
        stroke-width: 1.8;
    }

.approach p {
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.6;
    color: #223354;
}

.approach::after {
    content: "";
    position: absolute;
    top: 14%;
    bottom: 14%;
    right: 0;
    width: 6px;
    border-radius: 99px;
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
}

.form-card {
    position: relative;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: var(--radius);
    padding: clamp(24px, 3vw, 40px);
    box-shadow: var(--shadow-float);
}

    .form-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--radius);
        padding: 1px;
        background: linear-gradient(160deg, rgba(255, 255, 255, .9), rgba(219, 230, 251, .35));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.form-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

    .form-head .form-chip {
        flex: none;
        display: grid;
        place-items: center;
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: #e9f0ff;
        color: var(--blue-600);
    }

    .form-head h2 {
        font-weight: 700;
        font-size: clamp(19px, 2.2vw, 23px);
        color: var(--ink);
        letter-spacing: -0.01em;
        margin-bottom: 5px;
    }

    .form-head p {
        color: #64748b;
        font-size: 14.5px;
    }

    .form-head .form-chip svg {
        width: 24px;
        height: 24px;
    }

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 22px;
}

.field {
    display: flex;
    flex-direction: column;
}

    .field label {
        font-size: 14px;
        font-weight: 600;
        color: var(--ink-soft);
        margin-bottom: 9px;
    }

.control {
    position: relative;
    display: flex;
    align-items: center;
}

    .control .ic {
        position: absolute;
        left: 15px;
        display: grid;
        place-items: center;
        color: #0a0a0a;
        pointer-events: none;
    }

        .control .ic svg {
            width: 18px;
            height: 18px;
        }

    .control input, .control select, .control textarea {
        width: 100%;
        font-size: 15px;
        color: var(--ink-soft);
        background: var(--field-bg);
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 14px 16px 14px 44px;
        transition: border-color .2s, box-shadow .2s, background .2s;
        appearance: none;
        -webkit-appearance: none;
    }

    .control select {
        cursor: pointer;
        color: var(--ink-soft);
        padding-left: 16px;
        padding-right: 44px;
    }

    .control .chev {
        position: absolute;
        right: 15px;
        color: #64748b;
        pointer-events: none;
    }

        .control .chev svg {
            width: 18px;
            height: 18px;
        }

    .control textarea {
        resize: vertical;
        min-height: 118px;
        padding-top: 14px;
        line-height: 1.55;
    }

.field.full {
    grid-column: 1 / -1;
}

.control.textarea .ic {
    top: 15px;
    align-items: flex-start;
}

.submit {
    position: relative;
    width: 100%;
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16.5px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
    background-size: 160% 160%;
    background-position: 0% 50%;
    border: none;
    border-radius: 999px;
    padding: 18px 24px;
    cursor: pointer;
    box-shadow: 0 12px 26px -10px rgba(37, 99, 235, .6);
    transition: transform .25s cubic-bezier(.22, .61, .36, 1), box-shadow .25s, background-position .5s;
    overflow: hidden;
}

    .submit .arrow {
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        color: var(--blue-600);
        transition: transform .3s cubic-bezier(.22, .61, .36, 1);
    }

        .submit .arrow svg {
            width: 16px;
            height: 16px;
        }

    .submit:hover {
        transform: translateY(-2px);
        background-position: 100% 50%;
        box-shadow: 0 18px 34px -10px rgba(37, 99, 235, .65);
    }

.privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
    color: #64748b;
    font-size: 13.5px;
}

    .privacy svg {
        width: 17px;
        height: 17px;
        color: #3b82f6;
        flex: none;
    }

.dashboard-realestate {
    position: relative;
    padding: 32px;
    border-radius: 28px;
    border: 1px solid #eceff4;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(246, 249, 255, .85));
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    isolation: isolate;
}

    .dashboard-realestate .blueprint {
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: .5;
        color: #dbe6fb;
    }

    .dashboard-realestate .dotgrid {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: -1;
        width: 96px;
        height: 66px;
        background-image: radial-gradient(currentColor 1.4px, transparent 1.6px);
        background-size: 13px 13px;
        color: #c7d6f2;
        opacity: .7;
    }

.panels-realestate {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.panel-realestate {
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 24px;
    padding: 16px;
    box-shadow: var(--shadow-panel);
}

.panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

    .panel-head .glyph {
        width: 44px;
        height: 44px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        color: #fff;
        box-shadow: var(--shadow-md);
    }

.panel--crm .panel-head .glyph {
    background: linear-gradient(150deg, #4f8bff, #1f5ff0);
}

.panel-head h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    letter-spacing: -.01em;
}

.panel--crm .panel-head h3 {
    color: #1e50d8;
}

.rows-realestate {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row-realestate {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--line);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--ink-soft);
    box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ico-realestate {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex: none;
}

.panel--crm .row-realestate .ico-realestate {
    background: #eef4ff;
    color: #2563eb;
}

.panel--erp .panel-head .glyph {
    background: linear-gradient(150deg, #34c273, #15943f);
}

.panel--erp .panel-head h3 {
    color: #12833d;
}

.panel--erp .row-realestate .ico-realestate {
    background: #eafaf0;
    color: #16a34a;
}

.sync {
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--blue-100);
    color: var(--blue);
    box-shadow: 0 16px 34px -14px rgba(30, 80, 216, .5), inset 0 0 0 6px #fff;
}

    .sync::before, .sync::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 34px;
        height: 0;
        border-top: 3px dotted #c6d9ff;
        transform: translateY(-50%);
    }

    .sync::before {
        right: 100%;
        margin-right: 6px;
    }

    .sync::after {
        left: 100%;
        margin-left: 6px;
        border-top-color: #b6e7c8;
    }

.ccard {
    background: #fff;
    border: 1px solid #eceff4;
    border-radius: 24px;
    padding: 32px;
    box-shadow: var(--shadow-md);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ccard-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

    .ccard-head .badge-ico {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        flex: none;
    }

.ccard--crm .badge-ico {
    background: #eef4ff;
    color: #2563eb;
}

.ccard-head h2 {
    font-weight: 700;
    font-size: 19px;
    margin: 0;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ccard--crm h2 {
    color: #1e50d8;
}

.ccard-head .underline {
    height: 3px;
    width: 56px;
    border-radius: 2px;
    margin-top: 6px;
}

.ccard--crm .underline {
    background: #1e50d8;
}

.clist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .clist li {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 0;
        font-size: 16px;
        color: #334155;
        border-bottom: 1px dashed #eef1f6;
    }

    .clist .chk--crm {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        flex: none;
        color: #fff;
        box-shadow: var(--shadow-sm);
    }

.ccard--crm .clist .chk--crm {
    background: linear-gradient(150deg, #4f8bff, #1f5ff0);
}

.clist li:last-child {
    border-bottom: 0;
}

.ccard--erp .badge-ico {
    background: #eafaf0;
    color: #16a34a;
}

.ccard--erp h2 {
    color: #16a34a;
}

.ccard--erp .underline {
    background: #16a34a;
}

.ccard--erp .clist .chk--crm {
    background: linear-gradient(150deg, #34c273, #15943f);
}

.feature-card-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.why-choose-section {
    padding: 88px 0;
}



.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px 2px 22px;
    /*margin: -14px -2px -22px;*/
    border-radius: var(--radius);
}

.compare-table-android {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(0,1.18fr) minmax(0,1.18fr);
    min-width: 760px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    animation: fadeUp .6s ease both;
}

.band {
    grid-column: 2 / 3;
    grid-row: 1 / -1;
    z-index: 0;
    margin: -14px 0;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #F3F7FF 0%, #FBFCFF 62%, #FFFFFF 100%);
    border: 1px solid #D9E5FB;
    box-shadow: var(--shadow-feat);
    pointer-events: none;
}

.row-table-android {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--cols);
    position: relative;
    z-index: 1;
}

    .row-table-android.head {
        z-index: 5;
    }

.compare-table-android .row-table-android {
    animation: fadeUp .5s ease both;
}

    .compare-table-android .row-table-android:nth-child(2) {
        animation-delay: .02s;
    }

.cell-table-android {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.row-table-android.head .cell-table-android {
    position: sticky;
    top: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.01em;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.row-table-android:nth-of-type(even) .cell-table-android.what {
    background: #F8FAFC;
}

.row-table-android.head .cell-table-android.what {
    border-top-left-radius: 20px;
}

.head-label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.head-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    flex: none;
}

.what .head-icon {
    background: #EEF2F7;
    color: #475569;
}

.head-icon svg {
    width: 20px;
    height: 20px;
}

.row-table-android.head .cell-table-android.feat-TblAndroid {
    margin-top: -14px;
    padding-top: 24px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    border: none;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .15) inset;
}

.badge-TblAndroid {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.row-table-android.head .cell-table-android.agency {
    border-top-right-radius: var(--radius);
    background: #FBFCFE;
}

.agency .head-icon {
    background: #fee2e2;
    color: #dc2626;
}

.compare-table-android .row-table-android:nth-child(3) {
    animation-delay: .06s;
}

.row-table-android + .row-table-android .cell-table-android {
    border-top: 1px solid var(--line);
}

    .row-table-android + .row-table-android .cell-table-android.feat {
        border-top-color: #E1EAFB;
    }

.feat-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    flex: none;
    display: grid;
    place-items: center;
    background: #e4edff;
    color: #2563eb;
}

    .feat-icon svg {
        width: 20px;
        height: 20px;
    }

.feat-name {
    font-weight: 600;
    font-size: 15.5px;
    color: var(--ink);
    padding-top: 8px;
}

.cell-table-android p, .cell-table-android .feat-name {
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.m-label {
    display: none;
}

.mark-table {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex: none;
    margin-top: 1px;
    display: grid;
    place-items: center;
}

    .mark-table.ok {
        background: #dcfce7;
        color: #16a34a;
    }

    .mark-table svg {
        width: 15px;
        height: 15px;
        stroke-width: 3;
        color: currentColor;
    }

.cell-table-android.feat p {
    color: #0f172a;
    font-size: 14.5px;
    font-weight: 500;
}

.mark-table.no {
    background: #fee2e2;
    color: #dc2626;
}

.cell-table-android.agency p {
    color: #64748b;
    font-size: 14.5px;
}

@media (max-width: 767px) {
    .table-scroll {
        overflow: visible;
        padding: 0;
        margin: 0;
    }

    .compare-table-android {
        display: flex;
        flex-direction: column;
        gap: 16px;
        min-width: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

    .row-table-android {
        display: block;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: var(--shadow-card);
        overflow: hidden;
        animation-delay: 0s !important;
    }

    .cell-table-android.what {
        align-items: center!important;
        padding: 16px 18px;
        background: #F6F9FF !important;
        border-bottom: 1px solid var(--line) !important;
    }

    .row-table-android.head {
        display: none;
    }

    .m-label {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        margin: 0 18px;
        padding-top: 14px;
    }

        .m-label.fusion {
            color: #2563eb;
        }

        .m-label svg {
            width: 13px;
            height: 13px;
        }

    .cell-table-android {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 18px;
        background: transparent !important;
        border: none !important;
    }

        .cell-table-android.feat-TblAndroid {
            padding-top: 6px;
            background: linear-gradient(180deg, rgba(37, 99, 235, .05), transparent) !important;
        }
}

.iOS-App-title, .chgyu_68-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.chgyu_68-title {
    margin-bottom:8px;
}

.content-writing-services {
    padding:88px 0;
}

.contact-main {
    position: relative;
    padding: 72px 0 64px;
    background: radial-gradient(900px 480px at 88% -6%, rgba(59, 130, 246, .16), transparent 60%), radial-gradient(700px 420px at 8% 6%, rgba(37, 99, 235, .08), transparent 55%), #F7F7F7;
    overflow: hidden;
}

.blob-contact {
    position: absolute;
    right: -140px;
    top: -160px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 30% 30%, rgba(191, 219, 254, .9), rgba(191, 219, 254, 0) 70%);
    border-radius: 50%;
    filter: blur(4px);
    z-index: 0;
    pointer-events: none;
}

.dots-contact {
    position: absolute;
    left: 14px;
    top: 64px;
    z-index: 0;
    opacity: .55;
    pointer-events: none;
    color: #93C5FD;
}

.hero-contacForm {
  position: relative;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.hero-contacForm h2 {
    font-size: clamp(32px, 5.2vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0;
}

.hero-contacForm p {
    color: #64748b;
    font-size: clamp(15px, 1.6vw, 18px);
    margin: 18px auto 0;
    max-width: 600px;
}

.trust-contact {
        position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    margin: 34px auto 0;
    max-width: 860px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 16px 8px;
}

.item-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 24px;
    flex: 1 1 auto;
    justify-content: center;
    border-right: 1px solid var(--border);
}

.trust-contact .item-contact svg {
    width: 18px;
    height: 18px;
}

.c-blue {
    color: #2563eb;
}

.c-green {
    color: #16a34a;
}
.c-amber {
    color: #D97706;
}

.contact-form {
        position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 24px;
    margin-top: 28px;
    align-items: start;
}

.form--card {
    padding: 30px;
        border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.card-head .glyph {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, .10);
    color: #2563eb;
    flex: none;
}
.card-head .glyph.grad {
    background: linear-gradient(135deg,#2563EB 0%,#3B82F6 100%);
    color: #fff;
}

.icon {
    width: 20px;
    height: 20px;
    flex: none;
    stroke-width: 2;
    display: block;
}

.card-head h2 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
}
.form-sub
 {
    color: #64748b;
    font-size: 14px;
    margin: 2px 0 0 0;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
}
.field-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-form label {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
}
.input-shell {
    position: relative;
    display: flex;
    align-items: center;
}

.input-shell > svg {
    position: absolute;
    left: 14px;
    color: #94A3B8;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.input-shell input, .input-shell select, .field-form  textarea {
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    color: var(--text);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 13px 14px 13px 42px;
    transition: border-color .18s, box-shadow .18s, background .18s;
    appearance: none;
    -webkit-appearance: none;
}

.field-form.full {
    grid-column: 1 / -1;
}

.field-form textarea {
    padding: 14px;
    min-height: 132px;
    resize: vertical;
    line-height: 1.6;
}

.upload-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    flex-wrap: wrap;
}
.upload {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1px dashed #CBD5E1;
    background: #F8FAFC;
    border-radius: 12px;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    transition: border-color .18s, color .18s, background .18s;
}
.upload svg {
    width: 16px;
    height: 16px;
}

.upload input {
    display: none;
}
.btn--form {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    border: none;
    border-radius: 14px;
    transition: transform .18s, box-shadow .18s, filter .18s;
}

.btn--Fprimary {
    width: 100%;
    margin-top: 22px;
    padding: 16px 24px;
    color: #fff;
    background: linear-gradient(135deg,#2563EB 0%,#3B82F6 100%);
    box-shadow: 0 12px 24px -8px rgba(37, 99, 235, .55);
}

.btn--Fprimary svg {
    width: 18px;
    height: 18px;
    transition: transform .25s;
}
.info-card
 {
    padding: 26px 26px 26px;
}

.card-contact {
        background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.info-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.info-item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e8f0;
}

.info-item:first-child {
    padding-top: 4px;
}

.info-item .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex: none;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, .10);
    color: #2563eb;
}

.info-item h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}

.info-item p {
    font-size: 13.5px;
    color:#64748b;
    line-height: 1.6;
}
.directions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2563eb;
    font-weight: 700;
    font-size: 13.5px;
    margin-top: 10px;
}

.directions svg {
    width: 15px;
    height: 15px;
    transition: transform .2s;
}
.info-item a.link {
    color:#2563eb;
    font-weight: 700;
    font-size: 13.5px;
}
.val-strong {
    color: #1e293b;
    font-weight: 700;
}

.whatsapp {
    width: 100%;
    margin-top: 22px;
    padding: 15px;
    color: #fff;
    background: linear-gradient(135deg, #22C55E, #16A34A);
    box-shadow: 0 12px 22px -10px rgba(22, 163, 74, .6);
    border-radius:16px;
}

.whatsapp svg {
    width: 20px;
    height: 20px;
}

.whatsapp:hover {
     background: linear-gradient(135deg, #22C55E, #16A34A);
    box-shadow: 0 12px 22px -10px rgba(22, 163, 74, .6);
    color:#fff;
}

.map-contact {
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    position: relative;
    height: 186px;
    background: #E8EEF3;
}
.map-contact svg.base {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.map-contact .card-overlay {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .15);
    padding: 8px 12px;
    font-size: 11px;
    max-width: 170px;
}
.map-contact .pin {
    position: absolute;
    left: 52%;
    top: 44%;
    transform: translate(-50%, -100%);
    color: #EA4335;
}
.map-contact .pin .plabel {
    position: absolute;
    left: 34px;
    top: 2px;
    white-space: nowrap;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    color: #B91C1C;
}

.map-contact .pin svg {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .35));
}
.map-contact .zoom {
    position: absolute;
    right: 12px;
    bottom: 34px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background: #fff;
}
.map-contact .zoom button {
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
    font-size: 18px;
    color: #5F6368;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}
.map-contact .zoom button:last-child {
    border-bottom: none;
}
.map-contact .attrib {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    background: rgba(255, 255, 255, .72);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 10px;
    color: #5F6368;
}

.features-contact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.feature-contact {
    display: flex;
    gap: 14px;
    padding: 26px 24px;
    border-right: 1px solid var(--border);
    transition: background .2s;
}
.feature-contact:hover {
    background: #F8FAFC;
}
.feature-contact .ic {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    flex: none;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, .10);
    color: #2563eb;
}

.feature-contact h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.feature-contact p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}
.lower {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
    align-items: start;
}

.card-contact-ques {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.faq-card {
    padding: 28px;
}

.faq-list {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

details.faq {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    overflow: hidden;
}

details.faq[open] {
    border-color: rgba(37, 99, 235, .4);
    box-shadow: 0 6px 18px -10px rgba(37, 99, 235, .4);
}

details.faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 18px;
    font-weight: 700;
    font-size: 14.5px;
}

details.faq .plus {
    width: 24px;
    height: 24px;
    flex: none;
    border-radius: 7px;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, .08);
    color: #2563eb;
    position: relative;
    transition: transform .25s, background .2s;
}
details.faq[open] .plus {
    transform: rotate(180deg);
    background: #2563eb;
    color: #fff;
}

details.faq .plus::before, details.faq .plus::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 2px;
}
details.faq .plus::before {
    width: 11px;
    height: 2px;
}

details.faq .plus::after {
    width: 2px;
    height: 11px;
    transition: transform .25s, opacity .2s;
}

details.faq[open] .plus::after {
    transform: scaleY(0);
    opacity: 0;
}

details.faq .answer {
    padding: 0 18px 16px;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.65;
}

.cta-card {
    border-radius: var(--radius);
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #2563EB 0%, #3B82F6 55%, #1D4ED8 100%);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-illus {
    position: absolute;
    right: 24px;
    bottom: 20px;
    opacity: .9;
    z-index: 0;
}
.cta-card h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.12;
    /*letter-spacing: -.02em;*/
    max-width: 320px;
    position: relative;
    z-index: 1;
    color:#fff;
}

.cta-card p {
    margin-top: 10px;
    color: #334155;
    font-size: 15px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.cta-btn {
    align-self: flex-start;
    margin-top: 26px;
    background: #fff;
    color:#2563eb;
    padding: 14px 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    box-shadow: 0 12px 28px -10px rgba(0, 0, 0, .4);
}
.cta-btn svg {
    width: 16px;
    height: 16px;
    transition: transform .2s;
}

.cta-card::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .16), transparent 70%);
}

.cta-illus svg {
    width: 270px;
    height: auto;
}

.wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 24px;
}

.py-88 {
    padding-bottom:88px;
    padding-top:88px;
}
.pb-88 {
     padding-bottom:88px;
}

.cta-card {
    flex-direction: row;
}

#cta-card .cta-title {
    font-size:2rem;
}

#cta-card .cta-left {
    column-gap:2rem;
}

.section-work-step .grid {
    display:block;
}

#cta-card .cta-description {
        max-width:100%;
}

.pt-88 {
    padding-top:88px;
}

.w-60 {
    width: 60% !important;
}

.fcc-sectionm {
    padding:88px 0;
}

.cta-content h2 {
    color:#fff;
}

.card-box-title-03 {
        font-size: 1.25rem;
        margin-bottom:1rem;
}

.grid-section-work-step {
        display: grid;
    grid-template-columns: 60% 40%;
    gap: 64px;
    align-items: start;
    align-items: center;
}

.hero-inner-android {
        position: relative;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
    align-items: center;
}

.fcqa-title-accent{
padding-left: 10px;
}


