* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.outer-frame {
    width: 100%;
    min-height: 100vh;
    padding: 12px;
    background: linear-gradient(135deg, #4a6cf7, #7b2ff7, #f74a8a, #f77a4a);
}

.card {
    position: relative;
    background: linear-gradient(180deg, #f0f4ff 0%, #e8edff 30%, #dce4ff 60%, #f0e8ff 80%, #fff0e8 100%);
    border-radius: 0;
    padding: 60px 40px;
    overflow: hidden;
    min-height: calc(100vh - 24px);
}

.circuit {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0.15;
}

.circuit-top-right {
    top: -20px;
    right: -20px;
    background:
        linear-gradient(0deg, transparent 48%, #4a6cf7 48%, #4a6cf7 52%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(90deg, transparent 48%, #4a6cf7 48%, #4a6cf7 52%, transparent 52%) 0 0 / 30px 30px;
    border-radius: 0;
    mask-image: radial-gradient(circle at top right, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at top right, black 30%, transparent 70%);
}

.circuit-bottom-left {
    bottom: -20px;
    left: -20px;
    background:
        linear-gradient(0deg, transparent 48%, #f77a4a 48%, #f77a4a 52%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(90deg, transparent 48%, #f77a4a 48%, #f77a4a 52%, transparent 52%) 0 0 / 30px 30px;
    mask-image: radial-gradient(circle at bottom left, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at bottom left, black 30%, transparent 70%);
}

.glow-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #4a6cf7, #7b2ff7, #4a6cf7, transparent);
    filter: blur(2px);
    box-shadow: 0 0 20px #4a6cf7, 0 0 40px #7b2ff7;
}

.glow-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #f77a4a, #f74a8a, #f77a4a, transparent);
    filter: blur(2px);
    box-shadow: 0 0 20px #f77a4a, 0 0 40px #f74a8a;
}

.particles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background:
        radial-gradient(2px 2px at 10% 80%, rgba(74, 108, 247, 0.6), transparent),
        radial-gradient(2px 2px at 20% 90%, rgba(123, 47, 247, 0.5), transparent),
        radial-gradient(2px 2px at 30% 85%, rgba(247, 74, 138, 0.4), transparent),
        radial-gradient(2px 2px at 40% 95%, rgba(74, 108, 247, 0.5), transparent),
        radial-gradient(2px 2px at 50% 88%, rgba(247, 122, 74, 0.5), transparent),
        radial-gradient(2px 2px at 60% 92%, rgba(123, 47, 247, 0.4), transparent),
        radial-gradient(2px 2px at 70% 87%, rgba(74, 108, 247, 0.6), transparent),
        radial-gradient(2px 2px at 80% 94%, rgba(247, 74, 138, 0.5), transparent),
        radial-gradient(2px 2px at 90% 89%, rgba(247, 122, 74, 0.4), transparent),
        radial-gradient(1px 1px at 15% 75%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 25% 82%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 35% 78%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 45% 86%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 55% 83%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 65% 79%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 75% 85%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 85% 81%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 95% 84%, rgba(255, 255, 255, 0.8), transparent);
    pointer-events: none;
}

.content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.logo-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 110px;
    font-weight: 700;
    letter-spacing: -1px;
    background: linear-gradient(90deg, #1a1a3e, #1a1a3e, #1a1a3e, #5b2d8e, #8b3a9e, #c44a8a, #e86a5a, #f79a3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.elevate {
    font-weight: 700;
}

.x {
    font-weight: 800;
}

.crew {
    font-weight: 700;
}

.tagline {
    font-size: 22px;
    font-weight: 400;
    color: #2a2a4a;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.cta-button {
    display: inline-block;
    padding: 14px 50px;
    background: linear-gradient(135deg, #0a1628, #0d2847, #0a1628);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 50px;
    transition: all 0.3s ease;
    box-shadow:
        0 0 20px rgba(74, 168, 247, 0.5),
        0 0 40px rgba(74, 168, 247, 0.3),
        0 0 60px rgba(74, 168, 247, 0.2),
        inset 0 0 20px rgba(74, 168, 247, 0.1);
    border: 1px solid rgba(74, 168, 247, 0.4);
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #4aa8f7, #7b2ff7, #4aa8f7);
    border-radius: 52px;
    z-index: -1;
    filter: blur(8px);
    opacity: 0.5;
}

.cta-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover::after {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 30px rgba(74, 168, 247, 0.6),
        0 0 50px rgba(74, 168, 247, 0.4),
        0 0 80px rgba(74, 168, 247, 0.3),
        inset 0 0 25px rgba(74, 168, 247, 0.15);
}

.social-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    min-width: 180px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-btn i {
    font-size: 20px;
}

.website-btn {
    background: linear-gradient(135deg, #4a6cf7, #6a8cf7);
    color: #fff;
    box-shadow: 0 4px 15px rgba(74, 108, 247, 0.4);
}

.website-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(74, 108, 247, 0.6);
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.reviews-btn {
    background: linear-gradient(135deg, #f79a3a, #f74a8a);
    color: #fff;
    box-shadow: 0 4px 15px rgba(247, 154, 58, 0.4);
}

.reviews-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(247, 154, 58, 0.6);
}

.social-icons {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    min-width: 160px;
}

.icon-btn.facebook {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
}

.icon-btn.facebook:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(24, 119, 242, 0.6);
}

.icon-btn.tiktok {
    background: linear-gradient(135deg, #000000, #333333);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.icon-btn.tiktok:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

.icon-btn.instagram {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.4);
}

.icon-btn.instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(220, 39, 67, 0.6);
}

.icon-btn.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}

.icon-btn.youtube:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 0, 0, 0.6);
}

.icon-btn.linkedin {
    background: linear-gradient(135deg, #0077b5, #00a0dc);
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.4);
}

.icon-btn.linkedin:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 119, 181, 0.6);
}

.footer-text {
    margin-top: 80px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

@media (max-width: 768px) {
    .brand-name {
        font-size: 32px;
    }

    .tagline {
        font-size: 18px;
    }

    .cta-button {
        padding: 14px 40px;
        font-size: 16px;
    }

    .social-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .social-btn i {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .logo-section {
        flex-direction: column;
        gap: 10px;
    }

    .brand-name {
        font-size: 28px;
    }

    .card {
        padding: 40px 20px;
    }

    .social-buttons {
        flex-direction: column;
        align-items: center;
    }

    .social-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
}
