@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'main-regular';
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
}

.material-symbols-outlined {
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: white;
    margin: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background-color: #0d0d0e;

    background-size: 48px 48px;
    background-position: center top;
    display: flex;
    flex-direction: column;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    pointer-events: none;
    background: radial-gradient(ellipse 900px 500px at 50% 0%, rgb(67 97 238), rgba(13, 13, 14, 0) 70%);
    z-index: 0;
}

body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 0%, #0d0d0e 100%);
    z-index: 0;
}

.ultimate-gradient {
    background: linear-gradient(90deg, #f0e6ff, #e6f0ff, #ffe6f0, #e6ffe6, #fff5e6, #f0e6ff);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmerSoft 8s ease-in-out infinite;
    display: inline-block;
    filter: drop-shadow(0 0 30px rgba(240, 230, 255, 0.4)) drop-shadow(0 0 60px rgba(200, 180, 255, 0.2));
}

@keyframes shimmerSoft {
    0% {
        background-position: 0% center;
        filter: drop-shadow(0 0 30px rgba(240, 230, 255, 0.4)) drop-shadow(0 0 60px rgba(200, 180, 255, 0.2));
    }
    50% {
        background-position: 100% center;
        filter: drop-shadow(0 0 40px rgba(230, 240, 255, 0.5)) drop-shadow(0 0 80px rgba(180, 200, 255, 0.25));
    }
    100% {
        background-position: 0% center;
        filter: drop-shadow(0 0 30px rgba(240, 230, 255, 0.4)) drop-shadow(0 0 60px rgba(200, 180, 255, 0.2));
    }
}

.tab-menu {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    border-radius: 25px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    box-sizing: border-box;

    z-index: 100;
}

.tab-brand {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.tab-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.login-button {
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none;
}

.register-button {
    text-decoration: none;
    background-color: #4361ee;
    color: white;
    border: none;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-column h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #4361ee;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 0.05);
}

.footer-bottom p {
    color: #666;
    font-size: 14px;
    margin: 0;
}
.footer {
    background: #0d0d0e;
    padding: 40px 20px 20px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}


.root-base-button {
    text-decoration: none;
    background-color: #4361ee;
    color: white;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 1px;
    border: 2px solid #4361ee;
}

.root-base-button:hover {
    transform: scale(1.02);
}

.root-last-child-base-button {
    text-decoration: none;
    background-color: #4361ee;
    color: white;
    padding: 14px 26px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border: 2px solid #4361ee;
}

.root-last-child-base-button:hover {
    transform: scale(1.02);
}

.root-last-child-base-button:last-child {
    background-color: transparent;
}

.root-last-child-base-button:last-child:hover {
    background-color: #4361ee;
}

.root-center {
    background-color: #0d0d0e;
    text-align: center;
}

.root-center a {
    flex: none;
}

.pay-button {
    text-decoration: none;
    background-color: transparent;
    color: white;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 1px;
    border: 2px solid #4361ee;
}