﻿
/* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        } */
:root {
    --color-primary: #8b5cf6;
    --color-primary-dark: #7c3aed;
    --color-accent: #10b981;
    --color-text: #1f2937;
    --color-text-light: #6b7280;
    --color-background: #ffffff;
    --color-surface: #f9fafb;
    --color-border: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

/*  body {
            font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background-color: var(--color-background);
            color: var(--color-text);
            line-height: 1.6;
            overflow-x: hidden;
        } */

.hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
}

.container {
    /*max-width: 1280px;*/
    margin: 0 auto;
    width: 100%;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: space-between;
}

/* Left Side Styles */
.hero-left {
    flex: 1;
    max-width: 600px;
    animation: fadeInLeft 0.8s ease-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease;
}

    .badge:hover {
        transform: translateY(-2px);
    }

.badge-icon {
    width: 16px;
    height: 16px;
}


.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--edxl-blue-color);
    /*color: var(--color-text);*/
    animation: fadeIn 0.8s ease-out 0.3s both;
}

.hero-title-accent {
    display: block;
    background: var(--edxl-blue-color);
    /*background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.125rem;
    color: var(--color-text-light);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out 0.4s both;
}

.cta-buttons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    animation: fadeIn 0.8s ease-out 0.5s both;
}

.btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.btn-primary {
    background: var(--color-accent);
    color: white;
    box-shadow: var(--shadow-lg);
}

    .btn-primary:hover {
        background: #059669;
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
    }

.platform-badges {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-small {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-surface);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.product-hunt svg {
    flex-shrink: 0;
}

.platform-icon {
    width: 28px;
    height: 28px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    .platform-icon:hover {
        opacity: 1;
    }

/* Right Side - Laptop Mockup */
.hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 0.8s ease-out 0.3s both;
    height:650px;
   
}

@media (max-width: 1024px) {
    .hero-right {
        height: auto;
        padding: 10px;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.laptop-mockup {
    position: relative;
    width: 100%;
    max-width: 700px;
    perspective: 1500px;
}




@property --glow-deg {
    syntax: "<angle>";
    inherits: true;
    initial-value: -90deg;
}

/* the colors don't need to be registed */
@property --clr-1 {
    syntax: "<color>";
    inherits: true;
    initial-value: #F89F21;
}

@property --clr-2 {
    syntax: "<color>";
    inherits: true;
    initial-value: #2192D0;
}

@property --clr-3 {
    syntax: "<color>";
    inherits: true;
    initial-value: #18558C;
}

@property --clr-4 {
    syntax: "<color>";
    inherits: true;
    initial-value: blue;
}

@property --clr-5 {
    syntax: "<color>";
    inherits: true;
    initial-value: purple;
}

/*.hero-banner-two__stretch-image {
    --gradient-glow: var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-1);*/
/*--gradient-glow: var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-4), var(--clr-5);*/
/*position: relative;
    text-align: right;
    border-radius: 285px 0px 0px 285px;
    border: 2px solid transparent;
    background: linear-gradient(var(--surface, canvas) 0 0) padding-box, conic-gradient(from var(--glow-deg), var(--gradient-glow)) border-box;
    border-right: none;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    isolation: isolate;
    animation: glow 10s infinite linear;
   
}*/
/*.laptop-screen {
    position: relative;
   
   
    
    
   
    
    transform: rotateX(5deg) rotateY(-5deg);
    transition: transform 0.5s ease;
    
}*/

.laptop-video {
    --gradient-glow: var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-1);
    aspect-ratio: 16 / 10;
    position: relative;
    border: 3px solid transparent;
    background: linear-gradient(var(--surface, canvas) 0 0) padding-box, conic-gradient(from var(--glow-deg), var(--gradient-glow)) border-box;
    isolation: isolate;
    margin-left: auto;
    animation: glow 10s infinite linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 0.5rem;*/
    border-radius: 1rem 1rem 0.5rem 0.5rem;
}
.laptop-screen {
    --gradient-glow: var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-1);
    aspect-ratio: 16 / 10;
    isolation: isolate;
    margin-left: auto;
    animation: glow 10s infinite linear;
    width: 100%;
    /*overflow: hidden;*/
}

    
@keyframes glow {
    100% {
        --glow-deg: 270deg;
    }
}

.laptop-screen::before,
.laptop-screen::after {
    content: '';
    position: absolute;
    border-radius: inherit;
}

.laptop-screen::before {
    z-index: -1;
    background: var(--surface, canvas);
    inset: 0.5rem;
    scale: 1.2 1;
    transform-origin: right;
    filter: blur(var(--glow-size, 1rem));
    background: border-box
}

.laptop-screen::after {
    z-index: -2;
    inset: -1.5rem;
    background: conic-gradient(from var(--glow-deg), var(--gradient-glow));
    filter: blur(var(--glow-size, 1rem));
    opacity: var(--glow-intensity, 0.125);
}

.laptop-mockup:hover .laptop-screen {
    transform: rotateX(2deg) rotateY(-2deg);
}

/*.laptop-video {
    width: 100%;
    height: 100%;
    object-fit: cover;*/
    /*border-radius: 0.5rem;*/
    /*border-radius: 1rem 1rem 0.5rem 0.5rem;
}*/

.laptop-base {
    position: relative;
    width: 110%;
    height: 1rem;
    background: linear-gradient(to bottom, #9ca3af 0%, #6b7280 100%);
    border-radius: 0 0 1rem 1rem;
    margin: 0 -5%;
    box-shadow: var(--shadow-md);
}

    .laptop-base::before {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 20%;
        height: 0.5rem;
        background: #4b5563;
        border-radius: 0 0 0.5rem 0.5rem;
    }

.laptop-notch {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 0.25rem;
    background: #374151;
    border-radius: 0 0 0.25rem 0.25rem;
    z-index: 10;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        gap: 3rem;
    }

    .hero-left {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .badge,
    .social-proof {
        margin-left: 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .laptop-mockup {
        max-width: 600px;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 2rem 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .platform-badges {
        justify-content: center;
    }

    .laptop-screen {
        transform: rotateX(0deg) rotateY(0deg);
    }
}



/* How It Works Section */
.how-it-works {
    padding: 6rem 2rem;
    background-color: var(--color-background);
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 3rem;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.tab-button {
    padding: 0.875rem 1.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text-light);
    /* background-color: transparent; */
    border: 1px solid var(--color-border);
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

    .tab-button:hover {
        /* background-color: var(--color-surface); */
        border-color: var(--color-primary);
        color: var(--color-text);
    }

    .tab-button.active {
        background-color: var(--bs-orange);
        color: white;
        /*border-color: var(--color-text);*/
        box-shadow: var(--shadow-md);
    }

/* Tab Content */
.tab-content-wrapper {
    position: relative;
    min-height: 500px;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease-out;
}

    .tab-content.active {
        display: block;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Grid */
.content-grid {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Side - Information */
.content-left {
    flex: 1;
    max-width: 500px;
}

.step-number {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    background: linear-gradient(135deg, #ede9fe 0%, #f3f4f6 100%);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.step-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.step-description {
    font-size: 1.0625rem;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .feature-list li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 1rem;
        color: var(--color-text);
    }

.check-icon {
    flex-shrink: 0;
    color: var(--color-primary);
    stroke: currentColor;
}

/* Right Side - Laptop Mockup */
.content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laptop-mockup-small {
    position: relative;
    width: 100%;
    max-width: 600px;
    perspective: 1500px;
}

.laptop-screen-small {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #1f2937;
    border-radius: 0.75rem 0.75rem 0.5rem 0.5rem;
    padding: 0.625rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: rotateX(3deg) rotateY(-3deg);
    transition: transform 0.4s ease;
}

.laptop-mockup-small:hover .laptop-screen-small {
    transform: rotateX(1deg) rotateY(-1deg);
}

.laptop-video-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
    background: #000;
}

.laptop-base-small {
    position: relative;
    width: 110%;
    height: 0.875rem;
    background: linear-gradient(to bottom, #9ca3af 0%, #6b7280 100%);
    border-radius: 0 0 0.875rem 0.875rem;
    margin: 0 -5%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .laptop-base-small::before {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 20%;
        height: 0.5rem;
        background: #4b5563;
        border-radius: 0 0 0.5rem 0.5rem;
    }

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        gap: 3rem;
    }

    .hero-left {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .badge,
    .social-proof {
        margin-left: 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .laptop-mockup {
        max-width: 600px;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 2rem 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .platform-badges {
        justify-content: center;
    }

    .laptop-screen {
        transform: rotateX(0deg) rotateY(0deg);
    }
}

/* Responsive Design for Tabs Section */
@media (max-width: 1024px) {
    .content-grid {
        flex-direction: column;
        gap: 3rem;
    }

    .content-left {
        max-width: 100%;
        text-align: center;
    }

    .feature-list {
        align-items: center;
    }

        .feature-list li {
            justify-content: center;
        }

    .section-title {
        font-size: 2.5rem;
    }

    .step-title {
        font-size: 2rem;
    }

    .laptop-mockup-small {
        max-width: 500px;
    }
}

@media (max-width: 640px) {
    .how-it-works {
        padding: 4rem 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-button {
        width: 100%;
        text-align: left;
    }

    .step-title {
        font-size: 1.75rem;
    }

    .step-description {
        font-size: 1rem;
    }

    .laptop-screen-small {
        transform: rotateX(0deg) rotateY(0deg);
    }

    .laptop-mockup-small:hover .laptop-screen-small {
        transform: rotateX(0deg) rotateY(0deg);
    }
}


/* Our Features Animated Section */
.our-features-animated {
    padding: 0rem 0 2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
    overflow: hidden;
}

/* Features Grid Container */
.features-grid-animated {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

/* Feature Card */
.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    background: white;
    border: 2.5px solid var(--bs-dark-bg-subtle);
    /* border: 2.5px solid #1f2937; */
    border-radius: 1.25rem;
    /* box-shadow: 6px 6px 0 0 #1f2937; */
    box-shadow: 6px 6px 0 0 var(--bs-dark-bg-subtle);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* Initial scattered positions */
    opacity: 0;
    position: relative;
}

    /* Scattered initial positions for each card */
    .feature-card[data-position="1"] {
        transform: translate(-200px, -150px) rotate(-15deg) scale(0.8);
    }

    .feature-card[data-position="2"] {
        transform: translate(180px, -180px) rotate(20deg) scale(0.8);
    }

    .feature-card[data-position="3"] {
        transform: translate(-150px, 120px) rotate(12deg) scale(0.8);
    }

    .feature-card[data-position="4"] {
        transform: translate(220px, 140px) rotate(-18deg) scale(0.8);
    }

    .feature-card[data-position="5"] {
        transform: translate(-180px, -80px) rotate(25deg) scale(0.8);
    }

    .feature-card[data-position="6"] {
        transform: translate(160px, -120px) rotate(-12deg) scale(0.8);
    }

    .feature-card[data-position="7"] {
        transform: translate(-140px, 160px) rotate(-22deg) scale(0.8);
    }

    .feature-card[data-position="8"] {
        transform: translate(200px, 100px) rotate(15deg) scale(0.8);
    }

    .feature-card[data-position="9"] {
        transform: translate(-190px, -100px) rotate(-8deg) scale(0.8);
    }

    .feature-card[data-position="10"] {
        transform: translate(170px, -140px) rotate(18deg) scale(0.8);
    }

    .feature-card[data-position="11"] {
        transform: translate(-160px, 130px) rotate(-20deg) scale(0.8);
    }

    .feature-card[data-position="12"] {
        transform: translate(190px, 120px) rotate(10deg) scale(0.8);
    }

    .feature-card[data-position="13"] {
        transform: translate(-200px, -150px) rotate(-15deg) scale(0.8);
    }

    .feature-card[data-position="14"] {
        transform: translate(180px, -180px) rotate(20deg) scale(0.8);
    }

    .feature-card[data-position="15"] {
        transform: translate(-150px, 120px) rotate(12deg) scale(0.8);
    }

    .feature-card[data-position="16"] {
        transform: translate(220px, 140px) rotate(-18deg) scale(0.8);
    }



/* Organized state - cards move to their proper grid positions */
.features-grid-animated.organized .feature-card {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
}

    /* Staggered animation delay for each card */
    .features-grid-animated.organized .feature-card[data-position="1"] {
        transition-delay: 0.1s;
    }

    .features-grid-animated.organized .feature-card[data-position="2"] {
        transition-delay: 0.2s;
    }

    .features-grid-animated.organized .feature-card[data-position="3"] {
        transition-delay: 0.3s;
    }

    .features-grid-animated.organized .feature-card[data-position="4"] {
        transition-delay: 0.4s;
    }

    .features-grid-animated.organized .feature-card[data-position="5"] {
        transition-delay: 0.5s;
    }

    .features-grid-animated.organized .feature-card[data-position="6"] {
        transition-delay: 0.6s;
    }

    .features-grid-animated.organized .feature-card[data-position="7"] {
        transition-delay: 0.7s;
    }

    .features-grid-animated.organized .feature-card[data-position="8"] {
        transition-delay: 0.8s;
    }

    .features-grid-animated.organized .feature-card[data-position="9"] {
        transition-delay: 0.9s;
    }

    .features-grid-animated.organized .feature-card[data-position="10"] {
        transition-delay: 1.0s;
    }

    .features-grid-animated.organized .feature-card[data-position="11"] {
        transition-delay: 1.1s;
    }

    .features-grid-animated.organized .feature-card[data-position="12"] {
        transition-delay: 1.2s;
    }

    .features-grid-animated.organized .feature-card[data-position="13"] {
        transition-delay: 1.3s;
    }

    .features-grid-animated.organized .feature-card[data-position="14"] {
        transition-delay: 1.4s;
    }

    .features-grid-animated.organized .feature-card[data-position="15"] {
        transition-delay: 1.5s;
    }

    .features-grid-animated.organized .feature-card[data-position="16"] {
        transition-delay: 1.6s;
    }

/* Hover effect on cards */
.feature-card:hover {
    transform: translate(-3px, -3px) rotate(-2deg);
    box-shadow: 9px 9px 0 0 #1f2937;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    border-color: var(--color-accent);
}

/* Feature Icon Simple */
.feature-icon-simple {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    /* border: 2.5px solid #1f2937; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-simple {
    /* background: linear-gradient(135deg, #10b981 0%, #059669 100%); */
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: white;
    transform: rotate(10deg) scale(1.1);
}

/* Feature Name */
.feature-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text);
    text-align: center;
    line-height: 1.4;
}

/* Responsive Design for Animated Features Section */
@media (max-width: 1024px) {
    .features-grid-animated {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.5rem;
        min-height: 500px;
    }

    .feature-card {
        padding: 1.5rem 1.25rem;
    }

    .feature-icon-simple {
        width: 70px;
        height: 70px;
    }

        .feature-icon-simple svg {
            width: 36px;
            height: 36px;
        }

    .feature-name {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .our-features-animated {
        padding: 4rem 1rem;
    }

    .features-grid-animated {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.25rem;
        min-height: 400px;
    }

    .feature-card {
        padding: 1.25rem 1rem;
        box-shadow: 4px 4px 0 0 #1f2937;
    }

        .feature-card:hover {
            box-shadow: 6px 6px 0 0 #1f2937;
        }

    .feature-icon-simple {
        width: 60px;
        height: 60px;
    }

        .feature-icon-simple svg {
            width: 32px;
            height: 32px;
        }

    .feature-name {
        font-size: 0.9375rem;
    }
    /* Reduce scattered positions for mobile */
    .feature-card[data-position="1"] {
        transform: translate(-100px, -80px) rotate(-15deg) scale(0.8);
    }

    .feature-card[data-position="2"] {
        transform: translate(90px, -90px) rotate(20deg) scale(0.8);
    }

    .feature-card[data-position="3"] {
        transform: translate(-80px, 60px) rotate(12deg) scale(0.8);
    }

    .feature-card[data-position="4"] {
        transform: translate(110px, 70px) rotate(-18deg) scale(0.8);
    }

    .feature-card[data-position="5"] {
        transform: translate(-90px, -40px) rotate(25deg) scale(0.8);
    }

    .feature-card[data-position="6"] {
        transform: translate(80px, -60px) rotate(-12deg) scale(0.8);
    }

    .feature-card[data-position="7"] {
        transform: translate(-70px, 80px) rotate(-22deg) scale(0.8);
    }

    .feature-card[data-position="8"] {
        transform: translate(100px, 50px) rotate(15deg) scale(0.8);
    }

    .feature-card[data-position="9"] {
        transform: translate(-95px, -50px) rotate(-8deg) scale(0.8);
    }

    .feature-card[data-position="10"] {
        transform: translate(85px, -70px) rotate(18deg) scale(0.8);
    }

    .feature-card[data-position="11"] {
        transform: translate(-80px, 65px) rotate(-20deg) scale(0.8);
    }

    .feature-card[data-position="12"] {
        transform: translate(95px, 60px) rotate(10deg) scale(0.8);
    }

    .feature-card[data-position="13"] {
        transform: translate(-80px, 65px) rotate(-20deg) scale(0.8);
    }

    .feature-card[data-position="14"] {
        transform: translate(95px, 60px) rotate(10deg) scale(0.8);
    }

    .feature-card[data-position="15"] {
        transform: translate(-80px, 65px) rotate(-20deg) scale(0.8);
    }

    .feature-card[data-position="16"] {
        transform: translate(95px, 60px) rotate(10deg) scale(0.8);
    }
}

@media (max-width: 480px) {
    .features-grid-animated {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        gap: 3rem;
    }

    .hero-left {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .badge,
    .social-proof {
        margin-left: 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .laptop-mockup {
        max-width: 600px;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 2rem 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .platform-badges {
        justify-content: center;
    }

    .laptop-screen {
        transform: rotateX(0deg) rotateY(0deg);
    }
}

/* Responsive Design for Tabs Section */
@media (max-width: 1024px) {
    .content-grid {
        flex-direction: column;
        gap: 3rem;
    }

    .content-left {
        max-width: 100%;
        text-align: center;
    }

    .feature-list {
        align-items: center;
    }

        .feature-list li {
            justify-content: center;
        }

    .section-title {
        font-size: 2.5rem;
    }

    .step-title {
        font-size: 2rem;
    }

    .laptop-mockup-small {
        max-width: 500px;
    }
}

@media (max-width: 640px) {
    .how-it-works {
        padding: 4rem 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-button {
        width: 100%;
        text-align: left;
    }

    .step-title {
        font-size: 1.75rem;
    }

    .step-description {
        font-size: 1rem;
    }

    .laptop-screen-small {
        transform: rotateX(0deg) rotateY(0deg);
    }

    .laptop-mockup-small:hover .laptop-screen-small {
        transform: rotateX(0deg) rotateY(0deg);
    }
}

.feature-icon-simple img {
    color: lightgray;
}


/* Dashboard Showcase Section */
.dashboard-showcase {
    padding: 6rem 2rem;
    /* background: linear-gradient(to bottom, #0f172a 0%, #1e293b 100%); */
}

    .dashboard-showcase .section-title {
        color: black;
    }

.dashboard-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: black;
    margin-bottom: 3rem;
    margin-top: -1.5rem;
}

/* Main Dashboard Image */
.dashboard-main-image {
    max-width: 1100px;
    margin: 0 auto 4rem;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dashboard Features Grid */
.dashboard-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Dashboard Card */
.dashboard-card {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dashboard-card::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 150px;
        background: radial-gradient(ellipse at bottom, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
        pointer-events: none;
    }

    .dashboard-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        border-color: rgba(139, 92, 246, 0.3);
    }

/* Card Header */
.card-header {
    margin-bottom: 1.5rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.card-description {
    font-size: 0.9375rem;
    color: #94a3b8;
    line-height: 1.6;
}

/* Card Content */
.card-content {
    position: relative;
    z-index: 1;
}

.card-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

/* Filter Controls */
.filter-controls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dropdown-mock,
.date-picker-mock {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 0.875rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #cbd5e1;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .dropdown-mock:hover,
    .date-picker-mock:hover {
        background: rgba(15, 23, 42, 0.8);
        border-color: rgba(139, 92, 246, 0.3);
    }

.dropdown-mock {
    justify-content: space-between;
}

.dropdown-label {
    flex: 1;
}

/* Time Chart */
.time-chart {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}

.donut-chart {
    width: 180px;
    height: 180px;
}

