.surreal-btn-wrapper-eef7ec69 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    position: relative;
    z-index: 1;
}

/* Surreal Liquid Aura Effect */
.surreal-liquid-aura-eef7ec69 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: blur(15px);
}

.surreal-liquid-shape-eef7ec69 {
    position: absolute;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    opacity: 0.8;
    mix-blend-mode: screen;
    will-change: transform, border-radius;
}

.surreal-liquid-shape1-eef7ec69 {
    width: 250px;
    height: 120px;
    background: radial-gradient(circle at center, var(--liquid-c1) 0%, transparent 70%);
    top: 50%;
    margin-top: -30px;
    animation: liquid-morph-1 12s ease-in-out infinite alternate;
}

.surreal-liquid-shape2-eef7ec69 {
    width: 280px;
    height: 140px;
    background: radial-gradient(circle at center, var(--liquid-c2) 0%, transparent 70%);
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -120px;
    animation: liquid-morph-2 15s ease-in-out infinite alternate-reverse;
}

@keyframes liquid-morph-1 {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: translate(-10px, -20px) rotate(0deg) scale(0.9);
    }
    33% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
        transform: translate(20px, 10px) rotate(10deg) scale(1.1);
    }
    66% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate(-15px, 25px) rotate(-5deg) scale(1.05);
    }
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: translate(5px, -15px) rotate(5deg) scale(0.95);
    }
}

@keyframes liquid-morph-2 {
    0% {
        border-radius: 50% 50% 50% 70% / 50% 50% 70% 50%;
        transform: translate(20px, 15px) rotate(0deg) scale(1.05);
    }
    33% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: translate(-25px, -10px) rotate(-15deg) scale(0.95);
    }
    66% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(15px, -20px) rotate(10deg) scale(1.1);
    }
    100% {
        border-radius: 50% 50% 50% 70% / 50% 50% 70% 50%;
        transform: translate(-10px, 5px) rotate(-5deg) scale(1);
    }
}

.surreal-btn-eef7ec69 {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background-color: #e2ded5; /* Base fallback */
    /* SVG Noise for Terrazzo/Stone Texture */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");
    border-radius: 100px;
    padding: 12px 12px 12px 48px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    /* Volumetric 3D lighting */
    box-shadow: 
        inset 0 4px 12px rgba(255, 255, 255, 0.9),
        inset 0 -6px 15px rgba(0, 0, 0, 0.15),
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 10px 25px rgba(168, 85, 247, 0.15),
        0 30px 50px rgba(245, 158, 11, 0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    cursor: pointer;
    z-index: 2;
    /* Add subtle glassmorphism overlay */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.surreal-btn-eef7ec69::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
}

.surreal-btn-eef7ec69:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        inset 0 4px 14px rgba(255, 255, 255, 0.95),
        inset 0 -6px 15px rgba(0, 0, 0, 0.15),
        0 30px 50px rgba(0, 0, 0, 0.4),
        0 15px 35px var(--liquid-c1, rgba(168, 85, 247, 0.3)),
        0 40px 70px var(--liquid-c2, rgba(245, 158, 11, 0.25));
}

.surreal-btn-wrapper-eef7ec69:hover .surreal-liquid-shape1-eef7ec69 {
    animation-duration: 6s;
    filter: blur(10px);
}

.surreal-btn-wrapper-eef7ec69:hover .surreal-liquid-shape2-eef7ec69 {
    animation-duration: 7.5s;
    filter: blur(12px);
}

.surreal-btn-text-eef7ec69 {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-right: 32px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 2;
}

/* Orb Inset Wrapper */
.surreal-btn-inset-eef7ec69 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #d4cfc5;
    box-shadow: 
        inset 0 6px 12px rgba(0, 0, 0, 0.25), 
        inset 0 -4px 10px rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Gradient Glowing Ring */
.surreal-btn-ring-eef7ec69 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ring-c1), var(--ring-c2), var(--ring-c3), var(--ring-c4));
    padding: 3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    box-shadow: 0 0 15px var(--ring-c2);
    animation: surreal-rotate 5s linear infinite;
    opacity: 0.85;
}

@keyframes surreal-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Dark Glass Orb */
.surreal-btn-orb-eef7ec69 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, #3a3a3a 0%, #050505 60%);
    box-shadow: 
        inset 0 12px 15px rgba(255, 255, 255, 0.15),
        inset 0 -5px 15px rgba(0, 0, 0, 0.9),
        0 5px 12px rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

/* Inner glare for the orb */
.surreal-btn-orb-eef7ec69::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 38px;
    height: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
    border-radius: 50% 50% 20% 20% / 100% 100% 20% 20%;
    transform: rotate(-10deg);
}

/* Minimalist Arrow */
.surreal-btn-arrow-eef7ec69 {
    width: 20px;
    height: 20px;
    color: #ffffff;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7));
    z-index: 4;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.surreal-btn-eef7ec69:hover .surreal-btn-arrow-eef7ec69 {
    transform: translateX(4px);
}
