/* ════════════════════════════════════════════════════════════
   KryptoVault — Pure Vanilla CSS
   No Tailwind. No framework. Just CSS.
   ════════════════════════════════════════════════════════════ */

/* ── CSS Variables / Design Tokens ──────────────────────────── */
:root {
    --clr-bg: #0D0A15;
    --clr-card: #130E22;
    --clr-card-alt: #150F21;
    --clr-footer: #030206;
    --clr-purple: #501B9A;
    --clr-orange: #F96E29;
    --clr-border: #2A1660;
    --clr-glow: #3B0F7A;
    --clr-white: #FFFFFF;
    --clr-text: #F3F4F6;
    --clr-muted: #9CA3AF;
    --clr-muted2: #6B7280;
    --clr-muted3: #6B7280;

    --radius-sm: 12px;
    --radius-md: 24px;
    --radius-lg: 32px;
    --radius-xl: 48px;
    --radius-full: 9999px;

    --shadow-card: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
    --shadow-purple: 0 10px 30px rgba(80, 27, 154, 0.3);
    --shadow-orange: 0 10px 30px rgba(249, 110, 41, 0.2);

    --max-w: 1440px;
    --orbit-radius: 200px;

    --transition: all 0.3s ease;

    /* Responsive variables for Hero Orbit */
    --ring-size: 680px;
    --orbit-translate: 180px;

    /* Section Spacing Variables */
    --section-pad-desktop: 7rem;
    --section-pad-mobile: 4.5rem;
}

@media (min-width: 640px) {
    :root {
        --orbit-radius: 300px;
    }
}

@media (min-width: 768px) {
    :root {
        --orbit-radius: 360px;
    }
}

@media (min-width: 1024px) {
    :root {
        --orbit-radius: 480px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    :root {
        --ring-size: 520px;
        --orbit-translate: 140px;
    }

    .hero-left {
        padding-left: 0px !important;
    }

    .features-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .box-height {
        height: auto !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        top: -85px !important;
    }

    /* .workflows-header {
        gap: 6rem !important;
    } */

    .metric-num {
        font-size: clamp(1.8rem, 4.5vw, 2.75rem) !important;
    }

    .metric-label {
        font-size: clamp(0.8rem, 1.5vw, 0.9rem) !important;
    }

    /* .workflow-tab {
        font-size: 15px !important;
    } */
}

@media (min-width: 1201px) and (max-width: 1280px) {
    :root {
        --max-w: 1152px;
        --orbit-radius: 500px;
        --ring-size: 680px;
        --orbit-translate: 180px;
    }

    .hero-wrapper {
        height: 95vh !important;
        min-height: 500px !important;
    }

    .hero-desc,
    p,
    .section-header p,
    .feature-card p,
    .controls-header p {
        font-size: 1rem !important;
    }


    .section-header h2,
    .controls-header h2 {
        font-size: 2.1rem !important;
    }

    h3,
    .feature-card h3,
    .step-content h3 {
        /* font-size: 1.4rem !important; */
        font-size: 30px !important;
    }

    /* .workflow-card-label,
    .workflow-card-box.friction .tag,
    .workflow-card-box.velocity .tag {
        font-size: 35px !important;
    } */

    /* .workflow-card-box.velocity {
        height: 500px;
    }

    .workflow-card-box.friction {
        height: 470px;
    }

    .workflow-card-phase {
        width: 440px;
    }

    .workflow-tab {
        font-size: 15px !important;
    }
 */


    .metric-num {
        font-size: 2.75rem !important;
    }

    .metric-label {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 1201px) {
    .hero-wrapper {
        height: 100vh !important;
    }

    .controls-section {
        height: auto !important;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) and (max-height: 650px) {
    :root {
        --ring-size: 480px;
        --orbit-translate: 130px;
    }

    .hero-wrapper {
        height: 95vh !important;
        min-height: 450px !important;
    }

    .hero-section {
        padding: 5.5rem 2rem 1rem 2rem !important;
    }

    .hero-left {
        gap: 1rem !important;
    }

    .hero-desc {
        font-size: 0.9rem !important;
    }

    .hero-right {
        height: 380px !important;
    }

    /* .workflow-card-phase {
        height: 300px !important;
    }

    .workflow-card-box.friction {
        height: 350px !important;
    }

    .workflow-card-box.velocity {
        height: 400px !important;
    }

    .workflow-card h3 {
        margin: 15px !important;
    }

    .workflow-card-box.velocity .tag,
    .workflow-card-box.friction .tag,
    .workflow-card-label {
        padding: 20px !important
    } */

    .card {
        height: auto !important;
    }


}


@media (max-width:1366px) and (min-width:768px) {
    .wrap {
        width: 100% !important;
        padding: 20px !important;
    }

    .tab-btn {
        font-size: 17px !important;
    }

    .stage-title {
        font-size: 21px !important;
    }

    .box-height {
        height: auto !important;
    }

    .card h4 {
        font-size: 20px !important;
    }

    .tab-btn img {
        width: 24px !important;
    }

    .hero-h1 {
        font-size: 45px !important;
    }

    .hero-desc {
        font-size: 14px !important
    }

    .timeline {
        width: 96% !important;
    }

    .brand-row img {
        width: 20% !important;
    }

}

@media (min-width: 1281px) {
    :root {
        --max-w: 1296px;
        --orbit-radius: 500px;
    }

    .hero-wrapper {
        height: 100vh !important;
    }

    .hero-left {
        padding-left: 1.5rem !important;
    }

    .hero-buttons {
        flex-wrap: nowrap !important;
        gap: 1rem !important;
    }

    /* .btn-hero-white {
        width: 250px !important;
    } */

    .btn-hero-white .btn-hero-text {
        font-size: 0.85rem !important;
    }

    .integrations-section {
        padding: 100px 0px !important;
    }

    .orbit-container {
        height: 503px !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        top: -30px !important;
    }

    .orbit-center-text {
        top: 110px !important;
    }

    .orbit-center-text h2 {
        white-space: nowrap !important;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1440px) {
    :root {
        --orbit-radius: 500px;
    }

    .hero-wrapper {
        height: 85vh !important;
    }

    .integrations-section {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .orbit-container {
        height: 503px !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        top: -80px !important;
    }

    .orbit-center-text {
        top: 110px !important;
    }

    .orbit-center-text h2 {
        white-space: nowrap !important;
    }
}

@media (min-width: 1441px) {
    :root {
        --max-w: 1440px;
        --orbit-radius: 500px;
    }

    .hero-wrapper {
        height: 85vh !important;
    }

    .integrations-section {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .orbit-container {
        height: 503px !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        top: -30px !important;
    }

    .orbit-center-text {
        top: 110px !important;
    }

    .orbit-center-text h2 {
        white-space: nowrap !important;
    }
}

/* ── Reset & Base ───────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body,
button,
input,
select,
textarea {
    font-family: 'Inter Tight', sans-serif;
}

body {
    background-color: var(--clr-bg);
    color: var(--clr-text);
    overflow-x: clip;
    line-height: 1.6;

    /* max-width: 1920px; */
    width: 100%;
    min-height: 90vh;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

p {
    font-size: 1.125rem;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button {
    cursor: pointer;
    font-family: inherit;
    border: none;
    background: none;
}

/* ── Scrollbar ──────────────────────────────────────────────── */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--clr-bg);
}

::-webkit-scrollbar-thumb {
    background: #2A1660;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--clr-purple);
}

/* ── Layout Helpers ─────────────────────────────────────────── */
.container {
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
    padding-inline: 1.5rem;
}

.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    align-items: center;
}

/* ── Typography ─────────────────────────────────────────────── */
h1,
h2,
h3,
h4 {
    line-height: 1.2;
    font-weight: 800;
}

.text-gradient-orange {
    background: linear-gradient(to bottom, #F96E29, #501B9A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-pink {
    background: linear-gradient(to right, #D946EF, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-multi {
    background: linear-gradient(to right, #F96E29, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-vs {
    background: linear-gradient(to bottom, #F96E29, #501B9A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ════════════════════════════════════════════════════════════
   FLOATING CAPSULE STICKY HEADER
   ════════════════════════════════════════════════════════════ */
.site-header-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    background: transparent;
    pointer-events: none;
    transition: var(--transition);
    margin-bottom: 0;

}

.site-header-inner {
    pointer-events: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
    background: rgba(13, 10, 21, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(80, 27, 154, 0.25);
    border-radius: var(--radius-full);
    padding: 0.65rem 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(80, 27, 154, 0.05);
    transition: var(--transition);
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.header-logo .logo-img {
    height: 44px;
    width: 130px;
    object-fit: contain;
}

.header-nav-menu {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 2.25rem;
}

/* Parent item */
.has-dropdown {
    position: relative;
}

/* Platform link */
.has-dropdown .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

/* Hide submenu by default */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #0f0b1f;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

    /* Important */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: all 0.3s ease;
    transition-delay: 0.8s;
    /* Added delay when mouse leaves */
}

/* Invisible bridge to prevent hover loss when moving across the gap */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
}

/* Show on hover */
.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
    /* No delay when hovering */
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* Mobile */
@media (max-width: 991px) {
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        display: none;
        margin-top: 10px;
        box-shadow: none;
        padding-left: 15px;
    }

    .has-dropdown.open .dropdown-menu {
        display: block;
    }
}

.header-nav-menu .nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--clr-muted);
    transition: var(--transition);
    position: relative;
}

.header-nav-menu .nav-link:hover {
    color: var(--clr-white);
}

.header-nav-menu .nav-link.active,
.header-nav-menu .has-dropdown .nav-link.active,
.header-nav-menu .has-dropdown.active>.nav-link,.nav-link:hover,.dropdown-menu a:hover {
    color: var(--clr-orange) !important;
    /* font-weight: 600 !important; */
}

.header-nav-menu .nav-link.active i,
.header-nav-menu .has-dropdown .nav-link.active i {
    color: var(--clr-orange) !important;
}

@media (min-width: 992px) {

    .header-nav-menu .nav-link.active::after,
    .header-nav-menu .has-dropdown .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--clr-orange);
        border-radius: 2px;
        box-shadow: 0 0 8px rgba(249, 110, 41, 0.6);
    }
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 2.25rem;
}
.mobile-view{
    display: none;
}
.btn-demo {
    background: var(--clr-purple);
    color: var(--clr-white);
    border-radius: var(--radius-full);
    padding: 0.55rem 1.6rem;
    font-size: 0.95rem;
    font-weight: 700;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-demo:hover {
    background: #6223BA;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(80, 27, 154, 0.4);
}

.mobile-only-demo {
    display: none !important;
}

.mobile-nav-toggle {
    display: none;
    margin-left: auto;
    font-size: 1.25rem;
    color: var(--clr-white);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
    .site-header-outer {
        padding-inline: 20px;
        margin-bottom: -6.3rem;
    }

    /* .header-actions .btn-demo {
        display: none;
    } */

    .mobile-only-demo {
        display: block !important;
        margin-top: 0.5rem;
        text-align: center;
        width: 100%;
    }

    .header-logo .logo-img {
        height: 52px;
        width: 130px;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .header-nav-menu {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: rgba(19, 14, 34, 0.96);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(80, 27, 154, 0.3);
        border-radius: var(--radius-md);
        padding: 1.5rem;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
        z-index: 1001;
    }


    .site-header-inner.open .header-nav-menu {
        display: flex !important;
        animation: headerMenuFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .header-nav-menu .nav-link {
        font-size: 20px;
        padding-block: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }

    .header-nav-menu .nav-link:last-child {
        border-bottom: none;
    }
}

@keyframes headerMenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ════════════════════════════════════════════════════════════
   HERO BANNER
   ════════════════════════════════════════════════════════════ */
.hero-outer {
    width: 100%;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: clamp(20px, 4vw, 60px);
    border-bottom-right-radius: clamp(20px, 4vw, 60px);
    overflow: hidden;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    background: #0D0A15;
    height: 100vh;
    min-height: 100vh;
}

/* Welcome pill (small heading) */
.small_head {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 8px 14px;
    background: #17141fa4;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    font-size: clamp(0.8rem, 1.6vw, 1rem);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    width: fit-content;
}

.small_head::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--clr-white);
    border-radius: 50%;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .hero-wrapper {
        border-radius: 0 0 30px 30px;
        min-height: 1200px !important;
        height: auto !important;
    }
}

/* Aurora glow background */
.hero-glow-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero-glow-layer {
        border-radius: 0;
    }
}

.hero-glow-base {
    position: absolute;
    inset: 0;
    background: #0D0A15;
}

/* Aurora ellipses */
.glow-radial-hero {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    transform: rotate(180deg);
    transform-origin: center;
}

.glow-radial-hero .ellipse {
    position: absolute;
    top: -285px;
    left: 50%;
    transform: translateX(-50%);
    width: 2216px;
    height: 1033px;
    background: #0D0A15;
    border-radius: 1107.87px / 516.7px;
    filter: blur(237px);
}

.glow-radial-hero .ellipse-1 {
    position: absolute;
    top: -627px;
    left: 50%;
    transform: translateX(-50%);
    width: 2216px;
    height: 1074px;
    background: #501b9a;
    border-radius: 1107.87px / 536.88px;
    filter: blur(75px);
}

.glow-radial-hero .ellipse-2 {
    position: absolute;
    top: -688px;
    left: 50%;
    transform: translateX(-50%);
    width: 2216px;
    height: 853px;
    background: #f96e29;
    border-radius: 1107.87px / 426.35px;
    filter: blur(200px);
}

/* Hero inner section */
.hero-section {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding: 7rem 1rem 3rem 1rem;
    z-index: 10;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    border-end-end-radius: 50px;
    border-bottom-left-radius: 50px;
}

.blue-bg {
    background-color: #130D24;
    background-image: url("../image/Background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

@media (min-width: 640px) {
    .hero-section {
        padding: 7rem 1.5rem 3rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .hero-section {
        padding: 8rem 2rem 4rem 2rem;
    }
}

.hero-row {
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .hero-row {
        padding-top: 23px !important;
    }
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: left;
}

@media (min-width: 1024px) {
    .hero-left {
        padding-left: 3rem;
    }

    /* .hero-h1 {
        font-size: 40px !important;
    } */

    .hero-left {
        gap: 15px !important;
    }

    .hero-section {
        padding: 5rem 2rem 4rem 2rem !important;
    }
}

.hero-h1 {
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--clr-white);
    line-height: 1.15;
    font-family: 'Inter Tight', sans-serif;
}

.hero-desc {
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    color: rgba(255, 255, 255, 0.60);
    max-width: 36rem;
    line-height: 1.75;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 0.5rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Pill CTA buttons */
.btn-pill {
    display: inline-flex;
    align-items: center;
    background: var(--clr-white);
    border-radius: var(--radius-full);
    padding: 0.375rem 2rem 0.375rem 0.375rem;
    transition: var(--transition);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
    width: fit-content;
}

.btn-pill:hover {
    background: #f9fafb;
    transform: scale(1.02);
}

.btn-pill:active {
    transform: scale(0.98);
}

.btn-pill-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: var(--clr-white);
    flex-shrink: 0;
}

.btn-pill-icon.purple {
    background: var(--clr-purple);
}

.btn-pill-icon.orange {
    background: var(--clr-orange);
}

.btn-pill-text {
    color: #0D0A15;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

/* Right panel — graphic */
.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 520px;
    margin-top: 0;
}

@media (max-width: 1023px) {
    .hero-right {
        margin-top: 2rem;
    }

    .workflows-inner {
        padding: 0 !important;
    }
}

.platform-process-section {
    position: relative;
    width: 100%;
    padding: 5rem 1.5rem 3rem;
    background: linear-gradient(180deg, rgba(13, 10, 21, 0.95) 0%, rgba(13, 10, 21, 0.98) 100%);
}

.platform-process-inner {
    max-width: var(--max-w);
    margin-inline: auto;
}

.platform-tabs-wrap {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.platform-tabs {
    display: flex;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow-x: auto;
}

.platform-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.platform-tab i {
    font-size: 0.95rem;
}

.platform-tab.active {
    background: rgba(80, 27, 154, 0.16);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(80, 27, 154, 0.12);
}

.platform-tab.active::after {
    content: '';
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: -1px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(to right, #F96E29, #501B9A);
}

.platform-tabs {
    position: relative;
}

.platform-process-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
    align-items: flex-start;
}

.platform-process-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.platform-process-line {
    position: absolute;
    top: 0;
    left: 32px;
    width: 2px;
    height: calc(100% - 2rem);
    background: rgba(255, 255, 255, 0.07);
    z-index: 0;
}

.platform-stage-item {
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    z-index: 1;
}

.platform-stage-item.active {
    border-color: rgba(249, 110, 41, 0.45);
    background: rgba(80, 27, 154, 0.16);
}

.stage-marker {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #501B9A;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(80, 27, 154, 0.2);
}

.stage-copy {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.stage-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.platform-stage-item h3 {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.4;
}

.platform-process-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.platform-tab-panel {
    display: none;
}

.platform-tab-panel.active {
    display: block;
}

.platform-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.platform-card {
    background: rgba(18, 14, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 200px;
}

.platform-card h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.platform-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.98rem;
}

@media (max-width: 1200px) {
    .platform-process-grid {
        grid-template-columns: 1fr;
    }

    .platform-process-sidebar {
        flex-direction: row;
        overflow-x: auto;
        gap: 1rem;
        padding-bottom: 1rem;
    }

    .platform-process-line {
        display: none;
    }

    .platform-stage-item {
        padding-left: 2rem;
        min-width: 280px;
    }

    .stage-marker {
        left: 1rem;
    }
}

@media (max-width: 768px) {
    .platform-process-section {
        padding: 3.5rem 1rem 2.5rem;
    }

    .platform-tabs {
        gap: 0.75rem;
        padding: 0.6rem;
    }

    .platform-tab {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .platform-card-grid {
        grid-template-columns: 1fr;
    }

    .platform-stage-item {
        min-width: auto;
        padding-left: 3rem;
    }

    .stage-marker {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }
}

/* Dashed rings */
.hero-rings {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hero-rings svg {
    position: absolute;
    width: var(--ring-size);
    height: var(--ring-size);
}


/* Hero Orbit Track & Slots */
.hero-orbit-track {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--ring-size);
    height: var(--ring-size);
    transform: translate(-50%, -50%);
    animation: orbit-rotation-hero 40s linear infinite;
    pointer-events: none;
    z-index: 20;
}

.hero-orbit-slot {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: auto;
}

.hero-orbit-inner {
    animation: counter-rotation-hero 40s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Override absolute positioning coordinates & original animations for orbiting badges */
.hero-orbit-slot .hero-badge,
.hero-orbit-slot .badge-uptime,
.hero-orbit-slot .badge-integrations {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    animation: none;
}

/* Setup alignment and layout for badge components in orbit */
.hero-orbit-slot .badge-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.hero-orbit-slot .badge-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.hero-orbit-slot .badge-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-orbit-slot .badge-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-orbit-image {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.hero-orbit-image:hover {
    transform: scale(1.1);
}

.hero-badge-wrap {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-orbit-label {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

@keyframes orbit-rotation-hero {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes counter-rotation-hero {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

/* Central logo box */
.hero-center-box {
    position: relative;
    z-index: 10;
    width: 7rem;
    height: 7rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #7C3AED, #501B9A);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(80, 27, 154, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
    animation: float-slow 8s ease-in-out infinite;
}

@media (max-width: 768px) {
    .hero-center-box {
        width: 5rem;
        height: 5rem;
    }
}

.hero-center-box svg {
    width: 3.5rem;
    height: 3.5rem;
    color: var(--clr-white);
}

.hero-center-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.10), transparent);
    pointer-events: none;
}

/* Floating orbit badges */
.hero-badge {
    position: absolute;
    z-index: 20;
}

.hero-badge-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #110D1D;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.30);
    font-size: 1.125rem;
}

.hero-badge-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    letter-spacing: 0.04em;
}

.badge-top {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: float-medium 6s ease-in-out infinite;
}

.badge-right {
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    animation: float-slow 8s ease-in-out infinite;
}

.badge-left {
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    animation: float-medium 6s ease-in-out infinite;
}

.badge-bottom {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: float-slow 8s ease-in-out infinite;
}

.badge-uptime {
    position: absolute;
    z-index: 10;
    top: 8%;
    right: 4%;
    animation: float-slow 8s ease-in-out infinite;
}

.badge-integrations {
    position: absolute;
    z-index: 10;
    bottom: 7%;
    left: 4%;
    animation: float-medium 6s ease-in-out infinite;
}

.custom-stat-badge {
    background: rgba(255, 255, 255, 0.90);
    /* soft premium light white background */
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(255, 255, 255, 0.10);
    width: 140px;
    text-align: left;
}

.custom-stat-badge .stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0D0A15;
    /* dark text color */
    line-height: 1.1;
    font-family: 'Inter Tight', sans-serif;
    letter-spacing: -0.02em;
}

.custom-stat-badge .stat-label {
    font-size: 0.75rem;
    color: #4B5563;
    /* dark grey description */
    font-weight: 600;
    line-height: 1.2;
}

/* @media(max-width:768px) {
    .badge-integrations {
        bottom: -10%;
    }

    .badge-uptime {
        top: -68px;
    }
} */

/* ════════════════════════════════════════════════════════════
   FEATURE HIGHLIGHTS
   ════════════════════════════════════════════════════════════ */
.features-section {
    position: relative;
    max-width: var(--max-w);
    margin-inline: auto;
    padding: var(--section-pad-desktop) 1.5rem;
    z-index: 10;
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .features-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

.section-header {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 4rem;
    max-width: 800px;
}

@media (min-width: 1024px) {
    .section-header {
        max-width: 1000px;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .section-header {
        max-width: 820px;
    }

    .controls-sticky-wrap {
        padding: 1.5rem 1.5rem !important;
    }

    .controls-header {
        margin-bottom: 2rem !important;
        gap: 1.5rem !important;
    }

    .controls-header h2 {
        font-size: 2.25rem !important;
    }

    .stepper-layout {
        gap: 1.5rem !important;
    }

    .step-card {
        padding: 2rem !important;
        border-radius: 32px !important;
    }

    .step-card-grid {
        gap: 2rem !important;
    }

    .step-content {
        gap: 1rem !important;
    }

    .step-content h3 {
        font-size: 1.75rem !important;
    }

    .step-content p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
}



@media (min-width: 1201px) and (max-width: 1280px) {
    .controls-glow-arc {
        width: 88vw !important;
    }

    .orbit-container {
        height: 503px !important;
    }

    .integrations-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        top: -30px !important;
    }

    .orbit-center-text {
        top: 110px !important;
    }

    .orbit-center-text h2 {
        white-space: nowrap !important;
    }

    .hero-left {
        padding-left: 1.5rem !important;
    }

    .hero-buttons {
        flex-wrap: nowrap !important;
        gap: 1rem !important;
    }

    .btn-hero-white {
        width: 250px !important;
    }

    .btn-hero-white .btn-hero-text {
        font-size: 0.85rem !important;
    }
}

.section-header h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--clr-white);
    margin-bottom: 0.75rem;
}

.section-header p {
    color: var(--clr-muted2);
    font-size: 1.125rem;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 100%;
    margin-inline: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    position: relative;
    padding: 2rem;
    gap: 20px;
    border-radius: var(--radius-md);
    background: #17141F;
    border: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: var(--transition);
    overflow: hidden;
    isolation: isolate;
    /* glow ko andar hi contain rakhta hai */
    cursor: pointer;
}

.feature-card::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: -30%;
    width: 160%;
    height: 100%;
    background: radial-gradient(ellipse 55% 75% at 50% 100%, rgba(13, 10, 21, 0.8) 3%,
            /* #0D0A15 - dark core, bottom */
            rgba(80, 27, 154, 0.6) 60%,
            /* #501B9A - purple */
            rgba(249, 110, 41, 0.55) 71%,
            /* #F96E29 - orange, mid/upper */
            rgba(110, 45, 13, 0.4) 91%,
            /* #6E2D0D - dark brownish-orange, outer fade */
            rgba(110, 45, 13, 0.15) 84%, transparent 98%);
    opacity: 0;
    transform: translateY(40%);
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 0;
    filter: blur(15px);
    pointer-events: none;
    z-index: 1;
}

.feature-card:hover::before {
    opacity: 1;
    transform: translateY(0);
}

/* 
.feature-card:hover {
    border-color: rgb(80 27 154);
    transform: translateY(-2px);
} */

.feature-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.80);
}

.feature-icon svg,
.feature-icon img {
    width: 60px;
    height: 60px;
    display: block;
    z-index: 3;
}

.feature-counter {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    font-family: 'Inter Tight', sans-serif;
    line-height: 1;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-counter {
    color: rgba(249, 110, 41, 0.2);
}

.feature-card h3 {
    font-size: clamp(0.875rem, 0.7rem + 1vw, 1.6rem);
    font-weight: 400;
    color: var(--clr-white);
    padding-top: 20px;
    overflow: hidden;
    z-index: 3;
}

.feature-card p {
    color: var(--clr-muted);
    font-size: 1.125rem;
    line-height: 1.75;
    z-index: 3;
}

/* ════════════════════════════════════════════════════════════
   METRICS / STATS
   ════════════════════════════════════════════════════════════ */
.metrics-section {
    max-width: var(--max-w);
    margin-inline: auto;
    padding: 0px;
    position: relative;
    z-index: 10;
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .metrics-section {
        padding-bottom: 80px !important;
    }
}

.metrics-card {
    background: rgba(18, 14, 34, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 2rem 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.metrics-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

@media (min-width: 640px) {
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .metrics-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) {
    .metric-item+.metric-item {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
}

.metric-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    gap: 0.5rem;
}

.metric-num {
    display: block;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 800;
}

.metric-label {
    display: block;
    font-size: clamp(0.875rem, 2.5vw, 1.125rem);
    color: var(--clr-muted2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ════════════════════════════════════════════════════════════
   SOURCES SECTION
   ════════════════════════════════════════════════════════════ */
.source-section {
    padding: 0 20px;
    max-width: var(--max-w);
    margin: 0 auto;
}

.section {

    margin: 0 auto;
    background: #0a0a0e;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 40px 44px 48px;
    box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.6);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Inter, Helvetica, Arial, sans-serif;
    color: #f5f5f7;
    margin-bottom: 80px;

}


.grid {
    display: grid;
    grid-template-columns: 1fr auto 320px auto 1fr;
    align-items: center;
    gap: 22px;
}

.col-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #8b8d9a;
    text-transform: uppercase;
    margin: 0 0 16px 4px;
}

.lc-item-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lc-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 13px 15px;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.lc-item:hover {
    border-color: #f96e296b;
    background: rgba(255, 255, 255, 0.035);
    transform: translateY(-1px);
}

.icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.icon svg {
    width: 17px;
    height: 17px;
}

/* Per-item accent colors */
.icon-red {
    background: #5c231a;
    color: #ff8a6b;
}

.icon-purple {
    background: #322259;
    color: #b39dff;
}

.icon-pink {
    background: #55213d;
    color: #ff7fbd;
}

.icon-amber {
    background: #533c14;
    color: #ffc466;
}

.icon-blue {
    background: #16294a;
    color: #7bb0ff;
}

.icon-orange {
    background: #532c15;
    color: #ff9d63;
}

.lc-accent-red:hover {
    border-color: #ff8a6b;
}

.lc-accent-red:hover .lc-item-title {
    color: #ff8a6b;
}

.lc-accent-purple:hover {
    border-color: #b39dff;
}

.lc-accent-purple:hover .lc-item-title {
    color: #b39dff;
}

.lc-accent-pink:hover {
    border-color: #ff7fbd;
}

.lc-accent-pink:hover .lc-item-title {
    color: #ff7fbd;
}

.lc-accent-amber:hover {
    border-color: #ffc466;
}

.lc-accent-amber:hover .lc-item-title {
    color: #ffc466;
}

.lc-accent-blue:hover {
    border-color: #7bb0ff;
}

.lc-accent-blue:hover .lc-item-title {
    color: #7bb0ff;
}

.lc-accent-orange:hover {
    border-color: #ff9d63;
}

.lc-accent-orange:hover .lc-item-title {
    color: #ff9d63;
}

.lc-item-title {
    font-size: 14.5px;
    font-weight: 600;
    color: #f5f5f7;
    margin: 0 0 2px;
}

.lc-item-sub {
    font-size: 12.5px;
    color: #8b8d9a;
    margin: 0;
    line-height: 1.4;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow svg {
    width: 20px;
    height: 20px;
}

.center-panel {
    position: relative;
    background: #08090b;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 22px 24px 24px;
    background-image: linear-gradient(#08090b, #08090b), linear-gradient(90deg, #ff7a45, #8b5cf6);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0 44px -10px rgba(255, 122, 69, 0.28), 0 0 44px -10px rgba(139, 92, 246, 0.28);
}

.eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    background: linear-gradient(90deg, #ff7a45, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.headline {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.28;
    margin: 0 0 20px;
    color: #f5f5f7;
}

.headline .accent {
    background: linear-gradient(90deg, #ff7a45, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.domain {
    font-family: 'SF Mono', 'Roboto Mono', 'Courier New', monospace;
    font-size: 13.5px;
    color: #c7cbd1;
}

.pill {
    font-family: 'SF Mono', 'Roboto Mono', 'Courier New', monospace;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 5px;
    background: #1b1f24;
    color: #c7cbd1;
    min-width: 36px;
    text-align: center;
}

.pill.green {
    background: linear-gradient(90deg, rgba(255, 122, 69, 0.16), rgba(139, 92, 246, 0.16));
    background-clip: padding-box;
}

.pill.green span {
    background: linear-gradient(90deg, #ff7a45, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pill.amber {
    background: rgba(217, 164, 65, 0.15);
    color: #d9a441;
}

.pill.dots {
    background: rgba(124, 92, 255, 0.16);
    color: #b8a4ff;
    letter-spacing: 2px;
    padding: 3px 12px;
}

@media (max-width: 950px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .eyebrow,
    .headline {
        text-align: center;
    }

    .arrow {
        transform: rotate(90deg);
        margin: 4px 0;
    }

    .section {
        padding: 28px 20px 32px;
    }

    .headline {
        font-size: 22px;
    }
}


/* ════════════════════════════════════════════════════════════
   STEPPER CONTROLS SECTION
   ════════════════════════════════════════════════════════════ */
.controls-section {
    position: relative;
    width: 100%;
    z-index: 10;
    height: auto;
}

.controls-sticky-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: var(--max-w);
    margin-inline: auto;
    padding: 0px 1.5rem 50px 1.5rem;
    box-sizing: border-box;
}

/* Ambient backdrop glows */
.controls-glow-left {
    display: none;
}

.controls-glow-right {
    display: none;
}

.controls-glow-arc {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 98vw;
    height: 500px;
    background: radial-gradient(ellipse at 50% 100%,
            rgba(13, 10, 21, 0) 0%,
            rgba(13, 10, 21, 0) 25%,
            rgba(80, 27, 154, 0.85) 45%,
            rgba(249, 110, 41, 0.95) 60%,
            rgba(249, 110, 41, 0) 75%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.95;
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .controls-glow-arc {
        width: 88vw;
    }
}

@media (max-width: 1200px) {
    .controls-glow-arc {
        width: 100vw;
    }

    .container,
    .features-section,
    .metrics-section,
    .integrations-section,
    .workflows-section,
    .cta-section,
    .faq-section,
    .controls-sticky-wrap,
    .hero-outer,
    .nav-inner,
    .footer-grid,
    .footer-bottom {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.controls-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .controls-header {
        grid-template-columns: 7fr 5fr;
    }
}

.controls-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--clr-white);
}

.controls-header p {
    color: var(--clr-muted);
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 300;
    padding-top: 0.5rem;
}

/* Stepper layout */
.stepper-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
}

@media (min-width: 1024px) {
    .stepper-layout {
        grid-template-columns: auto 1fr;
    }
}

/* Step buttons column */
.step-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    padding: 1rem 0;
    z-index: 10;
}

@media (min-width: 1024px) {
    .step-buttons {
        flex-direction: column;
        justify-content: flex-start;
        gap: 2rem;
    }
}

.step-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(42, 22, 96, 0.50);
    transform: translateX(-50%);
    display: none;
    z-index: 0;
}

@media (min-width: 1024px) {
    .step-line {
        display: block;
    }
}

.step-btn {
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    border: 1px solid;
    transition: var(--transition);
    flex-shrink: 0;
}

.step-btn.active {
    background: var(--clr-purple);
    border-color: var(--clr-purple);
    color: var(--clr-white);
    box-shadow: 0 8px 20px rgba(80, 27, 154, 0.40);
}

.step-btn.inactive {
    background: rgba(19, 14, 34, 0.80);
    border-color: var(--clr-border);
    color: var(--clr-muted);
}

.step-btn.inactive:hover {
    border-color: var(--clr-purple);
    color: var(--clr-white);
}

.step-card {
    background: var(--clr-white);
    border-radius: 40px;
    padding: 1.5rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
    transform-origin: center center;
}

@media (min-width: 640px) {
    .step-card {
        padding: 2.5rem;
        border-radius: 48px;
    }
}

@media (min-width: 1024px) {
    .step-card {
        padding: 3rem;
    }
}

.step-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .step-card-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.step-img-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4/3;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
    border: 1px solid #f3f4f6;
}

.step-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step-content h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #0D0A15;
    letter-spacing: -0.02em;
}

.step-content p {
    color: #4B5563;
    font-size: clamp(0.875rem, 1.2vw, 1.125rem);
    line-height: 1.75;
    font-weight: 400;
}

/* Orange pill button (Learn More / Know More) */
.btn-orange-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--clr-orange);
    border-radius: var(--radius-full);
    height: 48px;
    width: 170px;
    max-width: 100%;
    padding: 0;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(249, 110, 41, 0.15);
    cursor: pointer;
    border: none;
    overflow: hidden;
}

.btn-orange-pill:hover {
    background: #511C9B;
    transform: translateX(-6px) scale(1.02);
}

.btn-orange-pill:active {
    transform: scale(0.98);
}

.btn-orange-pill-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #511C9B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    color: var(--clr-white);
    position: relative;
    left: 0px;
    z-index: 2;
    flex-shrink: 0;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.btn-orange-pill:hover .btn-orange-pill-icon {
    left: calc(100% - 48px);
    background: var(--clr-orange);
}

.btn-orange-pill-text {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 48px;
    padding-right: 15px;
    text-align: center;
    color: var(--clr-white);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    z-index: 3;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-orange-pill:hover .btn-orange-pill-text {
    transform: translateX(-24px);
}

.btn-orange-pill-text.sm {
    font-size: 0.95rem;
    font-weight: 400;
}

.btn-orange-pill.cta-btn-wide {
    width: 280px;
    max-width: 100%;
}

/* Hero Section White Buttons */
/* .btn-hero-white {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--clr-white);
    border-radius: var(--radius-full);
    height: 48px;
    width: 280px;
    max-width: 100%;
    padding: 0;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    border: none;
    overflow: hidden;
}

.btn-hero-white:hover {
    transform: translateX(-6px) scale(1.02);
}

.btn-hero-white:has(.purple):hover {
    background: #511C9B;
}

.btn-hero-white:has(.orange):hover {
    background: var(--clr-orange);
}

.btn-hero-white:active {
    transform: scale(0.98);
}

.btn-hero-white .btn-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    color: var(--clr-white);
    position: relative;
    left: 0px;
    z-index: 2;
    flex-shrink: 0;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.btn-hero-white .btn-hero-icon.purple {
    background: #511C9B;
}

.btn-hero-white .btn-hero-icon.orange {
    background: var(--clr-orange);
}

.btn-hero-white:hover .btn-hero-icon {
    left: calc(100% - 48px);
}

.btn-hero-white:hover .btn-hero-icon.purple {
    background: var(--clr-orange);
}

.btn-hero-white:hover .btn-hero-icon.orange {
    background: #511C9B;
}

.btn-hero-white .btn-hero-text {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 48px;
    padding-right: 15px;
    text-align: center;
    color: #0D0A15;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    z-index: 3;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.btn-hero-white:hover .btn-hero-text {
    color: var(--clr-white);
    transform: translateX(-24px);
} */
/* New buttone style */
.btn-hero-white {
    position: relative;
    background: #6429C0;
    color: white;
    padding: 15px 30px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.orange {
    background: #F96E29 !important;
}

.btn-hero-white:before,
.btn-hero-white:after,
.btn-hero-white span:before,
.btn-hero-white span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.btn-hero-white:hover {
    background: #6632b9;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.3);
}

.btn-hero-white:hover:before {
    animation: ripple 1.5s infinite;
    animation-delay: 0s;
}

.btn-hero-white:hover:after {
    animation: ripple 1.5s infinite;
    animation-delay: 0.3s;
}

.btn-hero-white:hover span:before {
    animation: ripple 1.5s infinite;
    animation-delay: 0.6s;
}

.btn-hero-white:hover span:after {
    animation: ripple 1.5s infinite;
    animation-delay: 0.9s;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 2px;
    }

    100% {
        transform: translate(-50%, -50%) scale(6);
        opacity: 0;
        border-width: 0;
    }
}

.btn-hero-white:active {
    transform: scale(0.95);
}

/* ════════════════════════════════════════════════════════════
   INTEGRATIONS / ORBIT SECTION
   ════════════════════════════════════════════════════════════ */
@media screen and (min-width: 1441px) {
    .integrations-section {
        position: relative;
        max-width: var(--max-w);
        margin-inline: auto;
        padding: 50px !important;
        z-index: 10;
        overflow: hidden;
        /* border-top: 1px solid rgba(42, 22, 96, 0.40); */
    }
}

@media (max-width: 1200px) {
    .integrations-section {
        padding-top: 0px;
        padding-bottom: 0 !important;
    }
}

@media(max-width:768px) {
    .integrations-section {
        padding: 0px 1rem !important;
    }

 .tab-btn img {
    width: 24px !important;
    height: 24px !important;
}
/* 
.tab-btn:nth-child(2) img {
    height: auto !important;
} */

    .wrap {
        padding: 0 !important;
    }
}

.integrations-glow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 800px;
    height: 300px;
    background: rgba(80, 27, 154, 0.10);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.orbit-container {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 640px) {
    .orbit-container {
        height: 440px;
    }
}

@media (min-width: 768px) {
    .orbit-container {
        height: 490px;
    }
}

@media (min-width: 1024px) {
    .orbit-container {
        height: 475px;
    }
}

@media (min-width: 1199px) and (max-width: 1280px) {
    .orbit-spin-track {
        top: -30px !important;
    }

    .orbit-guide-ring {
        top: -30px !important;
    }
}

.orbit-guide-ring {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(243, 244, 246, 0.08);
    pointer-events: none;
    z-index: 0;
    width: calc(var(--orbit-radius) * 2);
    height: calc(var(--orbit-radius) * 2);
}

.orbit-spin-track {
    position: absolute;
    left: 50%;
    top: -50%;
    z-index: 10;
    width: calc(var(--orbit-radius) * 2);
    height: calc(var(--orbit-radius) * 2);
    animation: orbit-rotation 50s linear infinite;
    will-change: transform;
}

@media(max-width:768px) {
    .orbit-spin-track {
        top: 100px !important;
    }

    .orbit-guide-ring {
        top: 100px !important;
    }

    .orbit-icon-inner {
        width: 32px !important;
        height: 32px !important;
        padding: 4px !important;
    }
}

.orbit-icon-slot {
    position: absolute;
    left: 50%;
    top: 50%;
}

.orbit-icon-inner {
    background: var(--clr-white);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(243, 244, 246, 0.08);
    padding: 6px;
    transition: transform 0.3s;
    animation: counter-rotation 50s linear infinite;
    will-change: transform;
}

@media (min-width: 640px) {
    .orbit-icon-inner {
        width: 64px;
        height: 64px;
        padding: 10px;
    }
}

.orbit-icon-inner:hover {
    transform: scale(1.1) !important;
}

.orbit-icon-inner svg {
    width: 32px;
    height: 32px;
}

@media (min-width: 640px) {
    .orbit-icon-inner svg {
        width: 40px;
        height: 40px;
    }
}

.orbit-center-text {
    position: absolute;
    z-index: 20;
    text-align: center;
    max-width: 70rem;
    margin-inline: auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 640px) {
    .orbit-center-text {
        top: 100px;
    }
}

@media (min-width: 768px) {
    .orbit-center-text {
        top: 120px;
    }
}

@media (min-width: 1024px) {
    .orbit-center-text {
        top: 55px;
        max-width: 75rem;
    }
}

@media (max-width: 768px) {
    .orbit-center-text {
        width: 320px;
    }
}

.orbit-center-text h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--clr-white);
    margin-bottom: 1rem;
    white-space: normal;
}

.orbit-center-text p {
    color: var(--clr-muted);
    font-size: clamp(0.75rem, 1.2vw, 1.125rem);
    line-height: 1.75;
    max-width: 48rem;
    font-weight: 400;
}

/* Orbit animations */
@keyframes orbit-rotation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes counter-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
.external-link{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(310deg) brightness(105%) contrast(101%) !important;
}
/* ── Mobile Sliders (Marquees) ────────────────────────────── */
.mobile-sliders-container {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0;
}

@media (min-width: 768px) {
    .mobile-sliders-container {
        display: none !important;
    }
}

.mobile-sliders-container::before,
.mobile-sliders-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 5;
    pointer-events: none;
}

.mobile-sliders-container::before {
    left: 0;
    background: linear-gradient(to right, var(--clr-bg, #0D0A15), transparent);
}

.mobile-sliders-container::after {
    right: 0;
    background: linear-gradient(to left, var(--clr-bg, #0D0A15), transparent);
}

.marquee-track {
    display: flex;
    overflow: hidden;
    user-select: none;
    width: 100%;
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    justify-content: space-around;
    gap: 1.5rem;
    padding: 0 0.75rem;
}

/* Loop Animations */
.track-left .marquee-content {
    animation: scroll-left-marquee 20s linear infinite;
}

.track-right .marquee-content {
    animation: scroll-right-marquee 20s linear infinite;
}

@keyframes scroll-left-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right-marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.slider-icon {
    background: var(--clr-white);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(243, 244, 246, 0.08);
    padding: 6px;
    flex-shrink: 0;
    animation: spin-icon 12s linear infinite;
}

.slider-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

@keyframes spin-icon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1023px) {
    :root {
        --ring-size: 540px;
        --orbit-translate: 145px;
        --orbit-radius: 430px;
    }

    .site-header {
        display: block !important;
    }

    .nav-inner {
        height: 60px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .nav-logo img {
        height: 24px !important;
    }

    .hero-wrapper {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 0;
    }

    .controls-section {
        height: auto !important;
        overflow: hidden !important;
    }

    .controls-sticky-wrap {
        position: relative !important;
        height: auto !important;
        padding: var(--section-pad-mobile) 1.5rem !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        top: -20px !important;
    }

    .hero-left {
        padding-left: 0px !important;
    }

    p,
    .section-header p,
    .feature-card p,
    .controls-header p {
        font-size: clamp(0.95rem, 3vw, 1.05rem) !important;
    }

    /* .workflows-header {
        gap: 6rem !important;
    } */

    .metric-num {
        font-size: clamp(1.8rem, 4.5vw, 2.75rem) !important;
    }

    .metric-label {
        font-size: clamp(0.8rem, 1.2vw, 0.90rem) !important;
    }
}

@media (max-width: 768px) {
    :root {
        --ring-size: 440px;
        --orbit-translate: 118px;
        --orbit-radius: 240px;
    }

    img,
    svg {
        display: block;
        max-width: 100% !important;
    }

    .features-section,
    .metrics-section,
    .workflows-section,
    .cta-section,
    .faq-section {
        padding: var(--section-pad-mobile) 1.5rem !important;
    }

    .controls-sticky-wrap {
        padding-top: 0px !important;
    }



    .metrics-section {
        padding-top: 0px !important;
    }

    .integrations-section {
        padding: 0px !important;
    }

    .orbit-spin-track,
    .orbit-guide-ring {
        display: none !important;
    }

    .hero-section {
        padding: 140px 10px 0px 10px !important;
    }

    .orbit-container {
        height: auto !important;
        padding: 4rem 1.5rem 3rem 1.5rem !important;
        flex-direction: column !important;
    }

    .orbit-center-text {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 2rem;
    }

    .orbit-center-text h2 {
        font-size: 32px !important;
    }

    .mobile-sliders-container {
        display: flex !important;
        width: 100vw !important;
        position: relative;
        left: 0%;
        right: 50%;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }

    .controls-header {
        margin-bottom: 0px !important;
        gap: 10px;
    }

    .hero-right {
        height: 405px !important;
    }

    .badge-integrations {
        bottom: -5px;
    }

    .footer-brand {
        align-items: center !important;
        text-align: center !important;
    }

    .footer-logo,
    .footer-social {
        justify-content: center !important;
    }

    .tag {
        margin-inline: auto !important;
    }

    .hero-left,
    .hero-buttons,
    .feature-card,
    .controls-header,
    .step-content,
    .workflows-header,
    .phase-card,
    .phase-header,
    .phase-cta,
    .faq-left,
    .cta-left,
    .cta-buttons,
    .footer-grid,
    .footer-col {
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .feature-icon {
        justify-content: center !important;
    }

    .feature-card {
        gap: 15px !important;
    }

    .controls-header h2 br {
        display: none;
    }

    .controls-header h2 {
        font-size: clamp(1.6rem, 5vw, 3rem) !important;
        line-height: 1.3 !important;
    }

    .step-buttons {
        gap: 0.5rem !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .step-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.7rem !important;
    }

    .workflows-header {
        gap: 0px !important;
        margin-bottom: 1.5rem !important;
    }

    .workflows-stack {
        gap: 2.5rem !important;
    }

        .card-grid {
        grid-template-columns: 1fr;
    }

    .tab-nav {
        gap: 18px;
    }

    .tab-btn {
        font-size: 12px;
        flex-direction: column;
    }

    .wrap {
        width: 100%;
    }
    .mobile-view{
            display: flex !important;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction:row-reverse;
}
.desktop-view{
    display: none !important;
}

}

@media (max-width: 480px) {
    :root {
        --ring-size: 380px;
        --orbit-translate: 102px;
        --orbit-radius: 210px;
    }
}

/* ════════════════════════════════════════════════════════════
   WORKFLOWS / VS SECTION
   ════════════════════════════════════════════════════════════ */
.workflows-section {
    position: relative;
    width: 100%;
    padding: 90px 24px;
    border-top: 1px solid rgba(42, 22, 96, 0.40);
    background: linear-gradient(to bottom, rgba(249, 110, 41, 0.1) 0%, rgba(80, 27, 154, 0.1) 100%), #0D0A15;
}

.workflows-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.workflows-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .workflows-header {
        grid-template-columns: 7fr 5fr;
    }
}

.workflows-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0;
}

.workflows-header p {
    color: #9a94a8;
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 300;
    padding-top: 0.75rem;
    margin: 0;
}

/* ===== Layout: vertical tabs (left) + panels (right) ===== */
.workflow-tabs-wrap {
    display: flex;
    gap: 48px;
    align-items: center;
}

.workflow-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;

}

.workflow-tab {
    display: flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.tab-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tab-label {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.25s ease;
    white-space: nowrap;
}

.workflow-tab.active .tab-dot {
    background: linear-gradient(135deg, #8b6bff, #5b2fdb);
    border-color: #8b6bff;
    box-shadow: 0 0 0 4px rgba(91, 47, 219, 0.22), 0 0 18px rgba(139, 107, 255, 0.55);
}

.workflow-tab.active .tab-label {
    color: #ffffff;
    font-weight: 700;
}

.workflow-tab:hover .tab-label {
    color: #ffffff;
}

.tab-connector {
    width: 2px;
    height: 34px;
    background: rgba(255, 255, 255, 0.14);
    margin-left: 9px;
}

/* ===== Panels ===== */
.workflow-panels {
    flex: 1;
    min-width: 0;
}

.workflow-panel {
    display: none;
}

.workflow-panel.active {
    display: block;
}

.workflow-panel-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.workflow-card {
    flex: 1;
    min-width: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 7, 19, 0.92);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 350px;
}

.workflow-card-phase {
    background: linear-gradient(135deg, rgba(249, 110, 41, 0.10) 0%, rgba(80, 27, 154, 0.10) 100%), rgba(23, 13, 37, 0.98);
    border-color: rgba(118, 85, 255, 0.18);
}

.workflow-card-box.friction {
    border-color: rgba(118, 85, 255, 0.25);
    background: rgba(81, 28, 155, 0.2);
}

.workflow-card-box.velocity {
    border-color: rgba(255, 138, 79, 0.25);
    background: rgba(249, 110, 41, 0.2);
    height: 400px !important;
}

.workflow-card-label {
    display: block;
    width: 100%;
    padding: 1.6rem 1.25rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
    background: rgba(45, 25, 40, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tag {
    display: block;
    width: 100%;
    padding: 1.6rem 1.25rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tag.friction {
    background: #4c1d9c;
}

.tag.velocity {
    background: #F96E29;
}

.workflow-card h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 1.75rem 1rem 0.5rem;
    padding: 0;
    text-align: center;
}

.divider {
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0.75rem auto 1.25rem;
}

.workflow-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    padding: 0 1.5rem 1.75rem;
    flex-grow: 1;
    text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .workflow-card {
        height: 390px
    }
}

@media (max-width: 1024px) {
    .workflow-tabs-wrap {
        flex-direction: column;
    }

    .workflow-tabs {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        overflow-x: auto;
        gap: 10px;
        padding: 20px;
    }

    .tab-connector {
        display: none;
    }

    .workflow-panel-cards {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .workflows-section {
        padding: 56px 16px;
    }

    .workflow-tabs {
        gap: 8px;
    }

    .tab-label {
        font-size: 13.5px;
    }
}

@media (max-width: 1023px) {
    .workflows-header {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .step-buttons {
        justify-content: center;
    }

    .controls-header h2,
    .controls-header p {
        text-align: center;
    }
}

/* ════════════════════════════════════════════════════════════
   WORKFLOW MODAL
   ════════════════════════════════════════════════════════════ */
.flow-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(13, 10, 21, 0.95);
    backdrop-filter: blur(12px);
    transition: opacity 0.3s;
}

.flow-modal.open {
    display: flex;
}

.flow-modal-box {
    width: 100%;
    max-width: 42rem;
    background: var(--clr-card);
    border: 2px solid var(--clr-purple);
    border-radius: 1.5rem;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    transform: scale(0.95);
    transition: transform 0.3s;
}

@media (min-width: 640px) {
    .flow-modal-box {
        padding: 2rem;
    }
}

.flow-modal.open .flow-modal-box {
    transform: scale(1);
}

.flow-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: var(--clr-muted);
    font-size: 1.25rem;
    transition: color 0.2s;
    background: none;
    border: none;
    cursor: pointer;
}

.flow-modal-close:hover {
    color: var(--clr-white);
}

.flow-modal-box h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--clr-white);
    margin-bottom: 0.5rem;
}

.flow-modal-sub {
    font-size: 0.75rem;
    color: var(--clr-purple);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

/* Flow diagram */
.flow-diagram {
    background: rgba(13, 10, 21, 0.80);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(--clr-border);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .flow-diagram {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.flow-step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.flow-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.flow-step-num.s1 {
    background: rgba(80, 27, 154, 0.20);
    color: var(--clr-purple);
}

.flow-step-num.s2 {
    background: rgba(99, 102, 241, 0.20);
    color: #818CF8;
}

.flow-step-num.s3 {
    background: rgba(249, 110, 41, 0.20);
    color: var(--clr-orange);
}

.flow-step-title {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--clr-white);
}

.flow-step-desc {
    font-size: 0.75rem;
    color: var(--clr-muted);
    font-family: monospace;
}

.flow-arrow {
    color: var(--clr-purple);
    display: none;
}

@media (min-width: 768px) {
    .flow-arrow {
        display: block;
    }
}

.flow-info {
    background: rgba(30, 27, 75, 0.25);
    border: 1px solid rgba(99, 102, 241, 0.30);
    padding: 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.flow-info i {
    color: #818CF8;
    margin-top: 2px;
}

.flow-info p {
    font-size: 0.75rem;
    color: #D1D5DB;
    line-height: 1.75;
}

.flow-modal-footer {
    margin-top: 2rem;
    text-align: right;
}

.btn-modal-done {
    padding: 0.625rem 1.5rem;
    border-radius: 0.75rem;
    background: var(--clr-purple);
    color: var(--clr-white);
    font-weight: 600;
    font-size: 0.875rem;
    transition: opacity 0.2s;
    border: none;
    cursor: pointer;
}

.btn-modal-done:hover {
    opacity: 0.90;
}

/* ════════════════════════════════════════════════════════════
   CTA + GLOBE SECTION
   ════════════════════════════════════════════════════════════ */
.cta-section {
    position: relative;
    width: 100%;
    padding: var(--section-pad-desktop) 1.5rem;
    z-index: 10;
    overflow: hidden;
    background: url('../image/bgimage.png') no-repeat top right;
    background-size: cover;
}

.glow-radial-bottom {
    display: none;
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 10;
    max-width: var(--max-w);
    margin-inline: auto;
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .cta-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.cta-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: left;
}

.cta-left h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.cta-left p {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 300;
}

@media (max-width: 767px) {
    .cta-left p {
        color: #ffffff;
    }


}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
    }
}

.btn-cta-custom {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--clr-white);
    border-radius: var(--radius-full);
    height: 56px;
    width: 280px;
    padding: 0;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #0D0A15;
    text-decoration: none;
}

.btn-cta-custom:has(.purple):hover {
    background: #511C9B;
}

.btn-cta-custom:has(.orange):hover {
    background: #F96E29;
}

.btn-cta-custom:active {
    transform: scale(0.98);
}

.btn-cta-custom-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-white);
    position: relative;
    left: 0px;
    z-index: 2;
    flex-shrink: 0;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease;
}

.btn-cta-custom-icon.purple {
    background: #511C9B;
}

.btn-cta-custom-icon.orange {
    background: #F96E29;
}

.btn-cta-custom:hover .btn-cta-custom-icon {
    left: calc(100% - 56px);
}



.btn-cta-custom-text {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 56px;
    padding-right: 15px;
    text-align: center;
    color: #0D0A15;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    z-index: 3;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.btn-cta-custom:hover .btn-cta-custom-text {
    color: var(--clr-white);
    transform: translateX(-10px);
}

/* Globe right */
.cta-right {
    display: none;
}

@media (min-width: 640px) {
    .cta-right {
        height: 450px;
    }
}

.cta-glow-backdrop {
    position: absolute;
    width: 18rem;
    height: 18rem;
    background: rgba(80, 27, 154, 0.25);
    filter: blur(48px);
    border-radius: 50%;
}

#globeCanvas {
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 420px;
    position: relative;
    z-index: 10;
    cursor: grab;
    outline: none;
}

#globeCanvas:active {
    cursor: grabbing;
}

/* ════════════════════════════════════════════════════════════
   FAQ ACCORDION
   ════════════════════════════════════════════════════════════ */
.faq-section {
    position: relative;
    max-width: var(--max-w);
    margin-inline: auto;
    padding: var(--section-pad-desktop) 1.5rem;
    z-index: 10;
    border-top: 1px solid rgba(42, 22, 96, 0.40);
    background-color: #0D0A15;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .faq-grid {
        grid-template-columns: 4fr 8fr;
    }
}

.faq-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}

.faq-left h2 {
    font-size: clamp(1.75rem, 3vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--clr-white);
}

.faq-left p {
    color: var(--clr-muted);
    font-size: 1.125rem;
    line-height: 1.75;
}

.btn-faq-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    background: var(--clr-purple);
    color: var(--clr-white);
    font-weight: 700;
    font-size: 0.75rem;
    transition: opacity 0.2s;
    box-shadow: 0 8px 20px rgba(80, 27, 154, 0.20);
    width: fit-content;
}

.btn-faq-contact:hover {
    opacity: 0.90;
}

.btn-faq-contact i {
    font-size: 0.75rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid var(--clr-border);
    background: rgba(19, 14, 34, 0.30);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-btn {
    width: 100%;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

.faq-question {
    font-weight: 700;
    color: var(--clr-white);
    font-size: 1rem;
    transition: color 0.2s;
}

.faq-btn:hover .faq-question,
.faq-btn.active .faq-question {
    color: var(--clr-orange);
}

.faq-icon {
    font-size: 0.875rem;
    color: var(--clr-muted);
    display: inline-flex;
    transition: transform 0.4s ease;
    flex-shrink: 0;
}

.faq-icon.rotate {
    transform: rotate(180deg);
}

.faq-btn:hover .faq-icon,
.faq-btn.active .faq-icon {
    color: var(--clr-orange);
}

.faq-icon.rotated {
    transform: rotate(180deg);
}

.faq-answer {
    /* display: none; */
    /* padding: 0 1.5rem 1.25rem; */
    /* transition: all 0.3s ease; */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.faq-answer p {
    color: var(--clr-muted);
    font-size: 0.875rem;
    line-height: 1.75;
    padding: 0px 1.5rem 1.25rem;
}

/* ════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════ */
.site-footer {
    background: var(--clr-footer);
    border-top: 1px solid var(--clr-border);
    padding: 4rem 0;
    position: relative;
    z-index: 10;
}

.footer-grid {
    max-width: var(--max-w);
    margin-inline: auto;
    padding-inline: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1.2fr 1fr 1fr;
    }
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-brand {
        grid-column: span 2;
    }
}

@media (min-width: 1024px) {
    .footer-brand {
        grid-column: span 1;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--clr-purple), var(--clr-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(80, 27, 154, 0.25);
    flex-shrink: 0;
}

.footer-logo-text {
    color: var(--clr-white);
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
}

.footer-tagline {
    font-size: 1.125rem;
    color: var(--clr-muted);
    line-height: 1.75;
    max-width: 24rem;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-muted);
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-social a:hover {
    background: var(--clr-purple);
    border-color: rgba(255, 255, 255, 0.20);
    color: var(--clr-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(80, 27, 154, 0.4);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-col h4 {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--clr-orange);
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-col ul li a {
    font-size: 0.9rem;
    color: var(--clr-muted);
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: var(--clr-purple);
}

.footer-bottom {
    max-width: var(--max-w);
    margin-inline: auto;
    padding: 2rem 1.5rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(42, 22, 96, 0.40);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6B7280;
}

@media (min-width: 640px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-bottom-links a {
    transition: color 0.2s;
}

.footer-bottom-links a:hover {
    color: var(--clr-white);
}

/* ════════════════════════════════════════════════════════════
   FLOATING ANIMATIONS
   ════════════════════════════════════════════════════════════ */
@keyframes float-slow {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(1deg);
    }
}

@keyframes float-medium {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(-1.5deg);
    }
}

/* Badges override transform for positioned ones */
.badge-top {
    animation: badge-float-top 6s ease-in-out infinite;
}

.badge-bottom {
    animation: badge-float-bottom 8s ease-in-out infinite;
}

@keyframes badge-float-top {

    0%,
    100% {
        top: 5%;
    }

    50% {
        top: 3%;
    }
}

@keyframes badge-float-bottom {

    0%,
    100% {
        bottom: 5%;
    }

    50% {
        bottom: 3%;
    }
}

/* ════════════════════════════════════════════════════════════
   SCROLL REVEAL
   ════════════════════════════════════════════════════════════ */
.scroll-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ════════════════════════════════════════════════════════════
   MIDDLE PAGE GLOW (kept from original)
   ════════════════════════════════════════════════════════════ */
.glow-radial-middle {
    background: radial-gradient(circle at 10% 50%,
            rgba(249, 110, 41, 0.12) 0%,
            rgba(80, 27, 154, 0.12) 50%,
            transparent 100%);
}

/* ════════════════════════════════════════════════════════════
   BACK TO TOP BUTTON
   ════════════════════════════════════════════════════════════ */
.back-to-top-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(25, 17, 44, 0.8);
    border: 1px solid var(--clr-border);
    color: var(--clr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(80, 27, 154, 0.25);
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background: var(--clr-purple);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(80, 27, 154, 0.5), 0 0 30px rgba(249, 110, 41, 0.3);
    color: var(--clr-white);
}

.back-to-top-btn:active {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .back-to-top-btn {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }
}


@media (min-width: 1401px) and (max-width: 1440px) {
    .hero-section {
        padding: 0rem 2rem 0rem 2rem;
    }

    .hero-wrapper {
        height: 100vh !important;
    }
}


/*----------------------------------------------Platform Tab Section css ---------------------------------------------------*/
.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 32px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ===== Sticky Tab Header ===== */
.tab-header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 87px;
    z-index: 1000;
    background: rgba(11, 10, 16, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 16px 0;
    margin-bottom: 28px;
    background: linear-gradient(180deg, rgba(13, 10, 21, 0.95) 0%, rgba(13, 10, 21, 0.98) 100%);
}

.tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgb(151 151 151 / 40%);
    flex-wrap: wrap;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #6b6678;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .2px;
    cursor: pointer;
    padding: 6px 4px;
    position: relative;
    transition: color .10s ease;
}

.tab-btn svg {
    width: 38px;
    height: 38px;
    stroke: currentColor;
    fill: none;
    transition: all .25s ease;
}

.tab-btn.active {
    color: #f2f0f5;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
    background: linear-gradient(90deg, #ff7a45, #8b5cf6);
    border-radius: 2px;
}

.tab-btn:hover {
    color: #f2f0f5;
}

.tab-btn.active svg,
.tab-btn:hover svg {
    stroke: #ff7a45;
}

.tab-btn img {
    transition: all .10s ease;
}

.tab-btn.active img,
.tab-btn:hover img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(68%) saturate(1432%) hue-rotate(331deg) brightness(102%) contrast(101%);

}

/* ===== Timeline wrapper (vertical connecting line on the left) ===== */
.timeline {
    width: 85%;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 13px;
    bottom: 64px;
    left: 28px;
    width: 2px;
    border-radius: 2px;
    background: #8b5cf6;
    opacity: 0.55;
    z-index: 0;
}

/* ===== Stage Sections ===== */
.stage {
    position: relative;
    padding-top: 8px;
    margin-bottom: 64px;
    scroll-margin-top: 90px;
    opacity: 1;
    transform: translateY(0);
}

.stage {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.stage.in-view {
    opacity: 1;
    transform: translateY(0);
}

.stage-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    /* margin-left:-30px; */
}

.stage-number {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #ff7a45, #8b5cf6);
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 5px #0b0a10;
}

.stage-label {
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #948fa3;
    font-weight: 600;
}

.stage-title {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.2px;
    margin-left: 80px;
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-left: 80px;
}

/* ----------------test------------------------- */

/* .rrr-card>p {
    font-size: 1rem;
    line-height: 1.55;
    color: #9b98a5;
    margin: 0 0 22px;
} */

.rrr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rrr-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.rrr-bullet {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f2793d;
    margin-top: 9px;
}

.rrr-label {
    flex-shrink: 0;
    font-weight: 700;
    color: #f2793d;
    white-space: nowrap;
}

.rrr-desc {
    flex: 1;
    color: #b7b4bf;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .wrap {
        width: 100%;
    }

    .box-height {
        height: auto !important;
    }
}

@media (max-width: 620px) {
    .card-grid {
        grid-template-columns: 1fr;
    }

    .tab-nav {
        gap: 18px;
    }

    .tab-btn {
        font-size: 12px;
        flex-direction: column;
    }

    .wrap {
        width: 100%;
    }
}

.card {
    background: #15111F;
    border: 1px solid #241f30;
    border-radius: 14px;
    padding: 20px;
    min-height: 150px;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    gap: 10px;
    transition: border-color .2s, transform .2s, background .2s;

}

.box-height {
    height: 278px;
}

.card-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap:8px;
}

.card:hover {
    border-color: rgba(124, 58, 237, 0.4);
    background: #181328;
    transform: translateY(-2px);

}

.card-icon {
    width: 20%;
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 9px;
    background: #17141F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    border: 1px solid rgba(124, 58, 237, 0.28);
}

.card-icon svg {
    width: 30px;
    height: 30px;
    stroke: #ff7a45;
    fill: none;
}

.card h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #f2f0f5;
}

.card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #A6A6A6;
}

.card .link {
    color: #f96e29a6;
    font-weight: 600;
    text-decoration: underline;
}

.text-org {
    color: #FB7A3C;
}

.brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-top: auto; */
    padding-top: 10px;
}

.brand-row svg {
    width: 16px;
    height: 16px;
    opacity: .75;
}

.brand-row img {
    width: 25%;
}

/* Hero Banner Mobile Responsiveness fixes */
@media (max-width: 1024px) {
    :root {
        --ring-size: 550px;
        --orbit-translate: 160px;
    }

    .hero-right {
        height: 480px;
    }
}

@media (max-width: 768px) {
    :root {
        --ring-size: 380px;
        --orbit-translate: 120px;
    }

    .hero-right {
        height: 200px !important;
        margin-top: 0px !important;
        margin-bottom: 80px !important;
    }

    .hero-row {
        margin-bottom: 50px !important;
    }

    .hero-center-box {
        width: 4.5rem;
        height: 4.5rem;
    }

    .hero-orbit-image {
        width: 35px;
        height: 35px;
    }

    .hero-badge-wrap {
        width: 35px;
        height: 35px;
    }

    .hero-orbit-label {
        bottom: 40px;
        font-size: 11px;
    }

    .custom-stat-badge {
        width: 120px;
        padding: 0.6rem 0.9rem;
    }

    .custom-stat-badge .stat-value {
        font-size: 1.3rem;
    }

    .custom-stat-badge .stat-label {
        font-size: 0.75rem;
    }


    /*======================== Timeline css====================================== */
    .timeline {
        width: 100%;
    }

    .card {
        flex-direction: column;
        justify-content: flex-start;
    }

    .card-content {
        width: 100%;
    }

    .stage-title,
    .card-grid {
        margin-left: 50px;
    }

    .stage-number {
        width: 50px;
        height: 50px;
        font-size: 16px;  
    }

    .timeline::before {
        left: 23px;
    }
}

@media (max-width: 480px) {
    :root {
        --ring-size: 300px;
        --orbit-translate: 100px;
    }

    .hero-right {
        height: 200px !important;
        margin-top: 0px !important;
        margin-bottom: 80px !important;
    }

    .hero-center-box {
        width: 3.5rem;
        height: 3.5rem;
    }

    .hero-center-box svg {
        width: 2rem;
        height: 2rem;
    }

    .hero-orbit-image {
        width: 30px;
        height: 30px;
    }

    .hero-badge-wrap {
        width: 30px;
        height: 30px;
    }

    .hero-orbit-label {
        bottom: 35px;
        font-size: 10px;
    }

    .badge-uptime {
        top: -12%;
        right: 01%;
    }

    .badge-integrations {
        bottom: -35%;
        left: 1%;
    }
}

/* Mobile Header View */
@media (max-width: 768px) {

    .site-header-inner {
        max-width: 100vw;
        margin: 0px;
        padding-right: 30px;
    }

    .hero-outer {
        padding: 0px 10px !important;

    }

    .site-header-outer {
        max-width: 100vw;
    }


    .integrations-glow {
        width: 100% !important;
    }
}