/* Original Local Styles */
.dark-mesh-gradient {
    background-color: #0c0c0e;
    /* background-image: radial-gradient(at 50% 0%, rgba(124, 58, 237, 0.1) 0, transparent 50%), radial-gradient(at 100% 50%, rgba(67, 56, 202, 0.05) 0, transparent 40%), radial-gradient(at 0% 100%, rgba(168, 85, 247, 0.08) 0, transparent 40%) */
}

.text-gradient-neon {
    background: linear-gradient(to right, #ffffff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.floating {
    animation: floating 3s ease-in-out infinite
}

.body-bg-color {
    background: radial-gradient(900px 500px at 20% -10%, rgba(214, 122, 177, 0.24), transparent 55%), radial-gradient(900px 500px at 90% 10%, rgba(54, 133, 181, 0.22), transparent 55%), radial-gradient(700px 450px at 50% 110%, rgba(150, 122, 161, 0.18), transparent 60%),#0D0B17;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(168, 85, 247, 0);
    }

    50% {
        box-shadow: 0 0 35px 15px rgba(168, 85, 247, 0.25);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(168, 85, 247, 0);
    }
}

.animate-step {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.step-glow-trigger {
    animation: glowPulse 3s ease-in-out infinite;
    animation-delay: inherit;
}

.delay-1 {
    animation-delay: 0.5s;
}

.delay-2 {
    animation-delay: 1.3s;
}

.delay-3 {
    animation-delay: 2.1s;
}

.delay-4 {
    animation-delay: 2.9s;
}

.delay-5 {
    animation-delay: 3.7s;
}

.glow-purple {
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
}

.bg-grid-pattern {
    background-image: radial-gradient(circle at 2px 2px, rgba(124, 58, 237, 0.05) 1px, transparent 0);
    background-size: 24px 24px;
}

.radial-glow {
    background: radial-gradient(circle at center, rgba(124, 58, 237, 0.15) 0%, transparent 70%);
}

.tech-grid {
    background-image: linear-gradient(to right, rgba(168, 85, 247, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(168, 85, 247, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
    border-color: #a855f7;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.3);
    transform: translateY(-8px) scale(1.02);
}

.pulse-badge {
    box-shadow: 0 0 0 0 rgba(168, 85, 247, 0.7);
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(168, 85, 247, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(168, 85, 247, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(168, 85, 247, 0);
    }
}

.floating-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #a855f7;
    border-radius: 50%;
    opacity: 0.3;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translate(100px, 50px) rotate(180deg);
        opacity: 0.6;
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
        opacity: 0.3;
    }
}

.bg-gradient-radial {
    background-image: radial-gradient(var(--tw-gradient-stops));
}

/* Bento Grid styles */
.bento-glow {
    box-shadow: 0 0 1px 1px rgba(168, 85, 247, 0.15), 0 0 20px -5px rgba(168, 85, 247, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-glow:hover {
    box-shadow: 0 0 1px 2px rgba(168, 85, 247, 0.3), 0 0 30px -5px rgba(168, 85, 247, 0.3);
}

.radial-gradient-purple {
    background: radial-gradient(circle at center, rgba(168, 85, 247, 0.15) 0%, transparent 70%);
}

@keyframes fadeInUpBento {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up-bento {
    animation: fadeInUpBento 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}

@keyframes pulse-glow-bento {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
    }

    50% {
        box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
    }
}

.btn-glow-bento:hover {
    animation: pulse-glow-bento 2s infinite;
}

/* Glowing Neon Lines Animation */
@keyframes lineFlow {
    0% {
        stroke-dashoffset: 100;
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0.3;
    }
}

.data-line {
    stroke-dasharray: 10;
    animation: lineFlow 3s linear infinite;
}

/* Grid Background Effect */
.bg-grid {
    background-size: 50px 50px;
    background-image:
        linear-gradient(to right, rgba(168, 85, 247, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(168, 85, 247, 0.05) 1px, transparent 1px);
}

/* Glassmorphism Hover */
.glass-card-workflow {
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.glass-card-workflow:hover {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.3);
}

/* CPU Glow Effect */
.cpu-glow {
    filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.8));
}

.output-glow {
    box-shadow: 0 0 50px rgba(168, 85, 247, 0.15), inset 0 0 20px rgba(168, 85, 247, 0.1);
}

/* Social Proof Styles */
.glow-text-social {
    text-shadow: 0 0 20px rgba(99, 102, 241, 0.6);
}

.radial-glow-social {
    background: radial-gradient(circle at center, rgba(99, 102, 241, 0.15) 0%, rgba(10, 7, 5, 0) 70%);
}

.logo-card-social {
    transition: all 0.3s ease;
    border: 1px solid rgba(236, 91, 19, 0.1);
}

.logo-card-social:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 91, 19, 0.4);
    box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.3);
}

.monochrome-logo-social {
    /* filter: brightness(0) invert(1) opacity(0.7); */
    transition: opacity 0.3s ease;
}

.logo-card-social:hover .monochrome-logo-social {
    opacity: 1;
}

/* Testimonial Section Styles */
.glass-card-testimonial {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(168, 85, 247, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.glass-card-testimonial:hover {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(168, 85, 247, 0.5);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(168, 85, 247, 0.2);
}

.radial-glow-1-testimonial {
    background: radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.15) 0%, transparent 70%);
}

.radial-glow-2-testimonial {
    background: radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 60%);
}

.text-gradient-purple-testimonial {
    background: linear-gradient(to right, #e6a1ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes infiniteScrollTestimonial {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-slider-testimonial {
    display: flex;
    width: max-content;
    animation: infiniteScrollTestimonial 40s linear infinite;
}

.testimonial-slider-testimonial:hover {
    animation-play-state: paused;
}

.fill-1 {
    font-variation-settings: 'FILL' 1;
}

/* FAQ Section Styles */
.faq-gradient {
    background: radial-gradient(circle at bottom, rgba(168, 85, 247, 0.15) 0%, rgba(10, 10, 10, 1) 70%);
}

details>summary::-webkit-details-marker {
    display: none;
}

details[open] summary .icon-rotate {
    transform: rotate(45deg);
    /* color: #ef4444; */
}

.glow-hover:hover {
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.4);
}

/* ------------------------------------------------------------------
   FAQ: Light-mode-only overrides
   - Applies a light look when the page is in light mode
   - Does NOT apply when the `dark` class is present on <html>
   - Also respects OS-level `prefers-color-scheme` but will not override
     an explicit `dark` class on the document root.
   ------------------------------------------------------------------ */

/* When page is not forcing dark (html:not(.dark)) apply light FAQ styles */

html:not(.dark) .faq-section .text-white {
    color: #0f172a !important;
}
html:not(.dark) .faq-section .text-slate-400 {
    color: #6b7280 !important; /* slate-600 */
}
html:not(.dark) .faq-section details {
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(15, 23, 42, 0.06) !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04) !important;
}
html:not(.dark) .faq-section summary {
    color: #0f172a !important;
}
html:not(.dark) .faq-section summary .material-symbols-outlined,
html:not(.dark) .faq-section .material-symbols-outlined {
    color: #7c3aed !important; /* accent purple for icons */
}

/* Also apply when OS prefers light, but do not override page-level dark forcing */
@media (prefers-color-scheme: light) {
    :root:not(.dark) .faq-section {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        color: #0f172a;
    }
    :root:not(.dark) .faq-section .text-white {
        color: #0f172a !important;
    }
    :root:not(.dark) .faq-section .text-slate-400 {
        color: #6b7280 !important;
    }
    :root:not(.dark) .faq-section details {
        background: rgba(255, 255, 255, 0.92) !important;
        border-color: rgba(15, 23, 42, 0.06) !important;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04) !important;
    }
    :root:not(.dark) .faq-section summary .material-symbols-outlined,
    :root:not(.dark) .faq-section .material-symbols-outlined {
        color: #7c3aed !important;
    }
}


/* ==============================================================
   # NEW COMPONENT: FEATURE ONE (HERO SECTION)
   ============================================================== */

.feature-one {
    position: relative;
    display: block;
    background-color: #0c0c0e;
    /* var(--octaboo-black) */
    padding: 150px 0 120px;
    z-index: 1;
    overflow: hidden;
}

/* Ensure the hero section content is nicely centered inside Tailwind setup */
.feature-one .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.feature-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.feature-one__content {
    position: relative;
    display: block;
    max-width: 580px;
    width: 100%;
    z-index: 5;
}

.feature-one__title {
    font-size: 58px;
    font-weight: 800;
    line-height: 68px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.feature-one__subtext {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #a1a1aa;
    /* var(--octaboo-gray) */
    font-weight: 400;
}

.feature-one__btn-box {
    position: relative;
    display: block;
}


.feature-one-vertical__btn-box{
    display: flex;
    gap: 12px;
}

/* Theme Button (thm-btn) styling */
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 0 25px rgba(124, 58, 237, 0.4);
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.thm-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #a855f7, #7c3aed);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 999px;
}

.thm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(124, 58, 237, 0.7);
}

.thm-btn:hover::before {
    opacity: 1;
}

.thm-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.thm-btn:hover i {
    transform: translateX(4px);
}

/* Custom mapping for icon-arrow-right if not loaded */
.icon-arrow-right::before {
    content: "\f061";
    /* FontAwesome 6 Free Right Arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Orbit Section Styles */
.feature-one__orbit-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    z-index: 2;
}

.octa-orbit {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.octa-orbit__ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    box-sizing: border-box;
}



.octa-orbit__center {
    position: relative;
    width: 156px;
    height: 156px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 22px 60px 0px, ;
    z-index: 2;
}

.octa-orbit__center img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

/* Orbit Node styling */
.octa-orbit__node {
    position: absolute;
    width: 84px;
    height: 84px;
    background:var(--node-bg);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
    z-index: 5;
    backdrop-filter: blur(10px);
    /* Place nodes around the circle boundary based on index --i (0 to 7) */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translate(225px) rotate(calc(var(--i) * -45deg));
}

.octa-orbit__node:hover {
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translate(225px) rotate(calc(var(--i) * -45deg)) scale(1.18);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 25px var(--node-glow, rgba(255, 255, 255, 0.2));
}

.octa-fa {
    font-size: 34px;
    transition: transform 0.3s ease;
}

.octa-orbit__node:hover .octa-fa {
    transform: scale(1.1);
}

/* Individual node styles & glow accents */
.node--whatsapp {
--node-bg:  linear-gradient(135deg, rgba(0, 203, 136, 0.45), rgba(62, 25, 119, 0.25));
}

.node--instagram {
    --node-bg: linear-gradient(135deg, rgba(214, 122, 177, 0.55), rgba(62, 25, 119, 0.25));
}

.node--facebook {
    --node-bg: linear-gradient(135deg, rgba(54, 133, 181, 0.55), rgba(62, 25, 119, 0.25));
};


.node--messenger {
  --node-bg: linear-gradient(135deg, rgba(143, 121, 255, 0.50), rgba(54, 133, 181, 0.25));
}

.node--email {
  --node-bg: linear-gradient(135deg, rgba(242, 223, 215, 0.55), rgba(214, 122, 177, 0.20));
}

.node--webform {
  --node-bg: linear-gradient(135deg, rgba(150, 122, 161, 0.55), rgba(54, 133, 181, 0.22));
}

.node--calls {
  --node-bg: linear-gradient(135deg, rgba(91, 117, 83, 0.45), rgba(62, 25, 119, 0.22));
}

.node--ads {
  --node-bg: linear-gradient(135deg, rgba(255, 248, 85, 0.35), rgba(54, 133, 181, 0.22));
}

/* Rating / Trust Box Styles */
.feature-one__rating-box {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}

.feature-one__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    list-style: none;
    padding-left: 0;
}

.feature-one__rating li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.feature-one__rating-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-one__rating-icon img {
    width: 22px;
    height: auto;
}

.feature-one__rating-text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-align: start;
}

/* ==============================================================
   # RESPONSIVENESS AND COLLAPSIBILITY (HERO SECTION)
   ============================================================== */

@media (max-width: 1200px) {
    .feature-one__inner {
        justify-content: center;
        text-align: center;
        gap: 60px;
    }

    .feature-one__content {
        max-width: 750px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-one__rating {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .feature-one {
        padding: 100px 0 80px;
    }

    .feature-one__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 18px;
    }

    .feature-one__subtext {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .feature-one__orbit-wrapper {
        width: 320px;
        height: 320px;
    }

    .octa-orbit {
        width: 290px;
        height: 290px;
    }

    .octa-orbit__center {
        width: 76px;
        height: 76px;
    }

    .octa-orbit__center img {
        width: 34px;
        height: 34px;
    }

    /* Recalculate node positions on smaller circles (145px orbit radius) */
    .octa-orbit__node {
        width: 42px;
        height: 42px;
        transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translate(145px) rotate(calc(var(--i) * -45deg));
    }

    .octa-orbit__node:hover {
        transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translate(145px) rotate(calc(var(--i) * -45deg)) scale(1.15);
    }

    .octa-fa {
        font-size: 16px;
    }

    .feature-one__rating {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .feature-one__rating-box {
        margin-top: 50px;
        padding-top: 30px;
    }
}

/* ==============================================================
   # NEW COMPONENT: VERTICAL STACKED HERO & FEATURE CARDS
   ============================================================== */

.feature-one-vertical {
    position: relative;
    display: block;
    background-color: #0c0c0e; /* var(--octaboo-black) */
    z-index: 1;
    overflow: hidden;
}

.hero-section {
    padding-top: 140px;
}

.feature-one-vertical .container {
    max-width: 1350px;
    width: 100%;
}

.feature-one-vertical__intro {
    max-width: 800px;
    width: 100%;
}

.feature-one-vertical__title {
    font-size: 58px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: -0.02em;
    font-family: 'Inter', sans-serif;
}

.feature-one-vertical__title span{
    background: linear-gradient(181deg, #D67AB1 0%,#3685B5 100%);
    color: transparent;
background-clip: text;
-webkit-background-clip: text;
}


@media (max-width: 768px) {
    .feature-one-vertical__title {
        font-size: 32px;
        line-height: 48px;
    }
}

.feature-one-vertical__subtext {
    font-size: 18px;
    line-height: 32px;
    color: #a1a1aa;
    font-weight: 400;
}

@media (max-width: 768px) {
    .feature-one-vertical__subtext {
        font-size: 15px;
        line-height: 28px;
    }
}

/* Central Diagram Center Placement */
.feature-one-vertical__diagram {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
        max-width: 912px;

    position: relative;
}

.feature-one__color-overly-1 {
    position: absolute;
    top: 154px;
    left: -170px;
    height: 371px;
    width: 371px;
    border-radius: 50%;
    opacity: 0.3;
    background: linear-gradient(93deg, #B324D7 7.07%, #FE577F 97.81%);
    filter: blur(114px);
    z-index: -1;
}


.feature-one__color-overly-2 {
    position: absolute;
    top: 75px;
    right: -233px;
    height: 423px;
    width: 423px;
    border-radius: 50%;
    opacity: 0.3;
    background: linear-gradient(180deg, #6243FF 0%, #FF2828 100%);
    filter: blur(90px);
    z-index: -1;
}

.feature-one__color-overly-3 {
    position: absolute;
    top: 145px;
    right: 315px;
    height: 320px;
    width: 320px;
    border-radius: 50%;
    opacity: 0.3;
    background: linear-gradient(208deg, #FFF855 19.19%, #00E3F2 70.68%);
    filter: blur(90px);
    z-index: -1;
}


/* Feature Cards Stack styling */
.feature-one-vertical__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 800px;
}

/* Glass Card with Depth and Responsive Flex direction */
.glass-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform-style: preserve-3d;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(168, 85, 247, 0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.glass-card:hover::before {
    opacity: 1;
}

.glass-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 20px rgba(168, 85, 247, 0.1);
}

/* Icon Glow and Float */
.icon-glow {
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.3));
    transition: filter 0.3s ease, transform 0.3s ease;
}

.glass-card:hover .icon-glow {
    filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.8));
    transform: scale(1.1) translateZ(20px);
}

.card-content {
    transform: translateZ(10px);
}

.text-lavender-muted {
    color: #A5A5C7;
}

/* Animated Grid Background */
/* .tech-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(168, 85, 247, 0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(168, 85, 247, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(circle at center, black, transparent 80%);
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 80%);
    pointer-events: none;
    z-index: 0;
} */

/* Float Animations */
.animate-float {
    animation: floatCardIcon 4s ease-in-out infinite;
}

@keyframes floatCardIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Staggers */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }

/* Sub-features Box */
.feature-one-vertical__rating {
    margin-top: 60px;
}