/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #0a0a0a;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(0, 204, 255, 0.05) 0%, transparent 50%);
    color: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
}

/* Масштабирование для мобильных устройств */
@media screen and (max-width: 480px) {
    body {
        transform: scale(0.5);
        transform-origin: top left;
        width: 200%;
        min-height: 200vh;
    }
    
    .main-title {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    
    .description {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    
    .cards-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        padding: 0 10px !important;
        max-width: 100% !important;
        justify-content: center !important;
    }
    
    .card-wrapper {
        max-width: 90% !important;
        min-width: auto !important;
        width: 100% !important;
    }
    
    .card {
        padding: 15px !important;
        min-height: auto !important;
    }
    
    .card-description {
        font-size: 0.9rem !important;
    }
    
    .footer-content {
        padding: 0 20px !important;
    }
    
    .footer-links-container {
        gap: 20px !important;
        margin-bottom: 30px !important;
    }
    
    .footer-column h3 {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .footer-column li {
        margin-bottom: 8px !important;
    }
    
    .looking-for-section {
        min-height: 80vh !important;
        padding: 40px 0 60px 0 !important;
    }
    
    .contact-section {
        min-height: 60vh !important;
        padding: 40px 0 20px 0 !important;
    }
    
    .footer {
        margin-top: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .footer-links-container {
        margin-bottom: 20px !important;
    }
    
    .looking-for-section .content-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    body {
        transform: scale(0.6);
        transform-origin: top left;
        width: 166.67%;
        min-height: 166.67vh;
    }
    
    .main-title {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    
    .description {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    
    .cards-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
        padding: 0 15px !important;
        max-width: 100% !important;
        justify-content: center !important;
    }
    
    .card-wrapper {
        max-width: 90% !important;
        min-width: auto !important;
        width: 100% !important;
    }
    
    .card {
        padding: 20px !important;
        min-height: auto !important;
    }
    
    .card-description {
        font-size: 0.95rem !important;
    }
    
    .footer-content {
        padding: 0 25px !important;
    }
    
    .footer-links-container {
        gap: 25px !important;
        margin-bottom: 40px !important;
    }
    
    .footer-column h3 {
        font-size: 1.2rem !important;
        margin-bottom: 20px !important;
    }
    
    .footer-column li {
        margin-bottom: 10px !important;
    }
    
    .looking-for-section {
        min-height: 90vh !important;
        padding: 50px 0 80px 0 !important;
    }
    
    .contact-section {
        min-height: 70vh !important;
        padding: 50px 0 30px 0 !important;
    }
    
    .footer {
        margin-top: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .footer-links-container {
        margin-bottom: 25px !important;
    }
    
    .looking-for-section .content-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body {
        transform: scale(0.8);
        transform-origin: top left;
        width: 125%;
        min-height: 125vh;
    }
    
    .main-title {
        margin-left: -40px !important;
        max-width: 110% !important;
    }
    
    .description {
        margin-left: -40px !important;
        max-width: 110% !important;
    }
    
    .cards-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        padding: 0 20px !important;
        max-width: 100% !important;
        justify-content: center !important;
    }
    
    .card-wrapper {
        max-width: 90% !important;
        min-width: auto !important;
        width: 100% !important;
    }
    
    .card {
        padding: 25px !important;
        min-height: auto !important;
    }
    
    .footer-content {
        padding: 0 30px !important;
    }
    
    .footer-links-container {
        gap: 30px !important;
        margin-bottom: 50px !important;
    }
    
    .footer-column h3 {
        font-size: 1.25rem !important;
        margin-bottom: 22px !important;
    }
    
    .footer-column li {
        margin-bottom: 12px !important;
    }
    
    .looking-for-section {
        min-height: 100vh !important;
        padding: 60px 0 100px 0 !important;
    }
    
    .contact-section {
        min-height: 80vh !important;
        padding: 60px 0 40px 0 !important;
    }
    
    .footer {
        margin-top: 0 !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .footer-links-container {
        margin-bottom: 30px !important;
    }
    
    .looking-for-section .content-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Background gradients */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 255, 136, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgba(0, 204, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 60% 20%, rgba(128, 0, 255, 0.08) 0%, transparent 15%);
    z-index: -1;
    pointer-events: none;
}

/* Chemical Formulas Animation */
.formula {
    position: absolute;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #00ff88;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
    animation: formulaFloat 6s ease-in-out infinite;
    top: 0;
}

/* Main section formulas - positioned behind flask and formula */
.main-content .formula {
    z-index: 0;
}

.H2O {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.CO2 {
    top: 20%;
    right: 20%;
    animation-delay: 1s;
    color: #8000ff;
    text-shadow: 0 0 8px rgba(128, 0, 255, 0.5);
}

.CH4 {
    top: 50%;
    left: 10%;
    animation-delay: 2s;
    color: #00ccff;
    text-shadow: 0 0 8px rgba(0, 204, 255, 0.5);
}

.C6H6 {
    top: 60%;
    right: 15%;
    animation-delay: 3s;
    color: #ff6b6b;
    text-shadow: 0 0 8px rgba(255, 107, 107, 0.5);
}

.NaCl {
    top: 30%;
    left: 50%;
    animation-delay: 4s;
    color: #ffd93d;
    text-shadow: 0 0 8px rgba(255, 217, 61, 0.5);
}

.H2SO4 {
    top: 70%;
    left: 70%;
    animation-delay: 5s;
    color: #6bcf7f;
    text-shadow: 0 0 8px rgba(107, 207, 127, 0.5);
}

.NH3 {
    top: 5%;
    right: 10%;
    animation-delay: 6s;
    color: #ff9500;
    text-shadow: 0 0 8px rgba(255, 149, 0, 0.5);
}

.O2 {
    top: 40%;
    left: 5%;
    animation-delay: 7s;
    color: #ff4757;
    text-shadow: 0 0 8px rgba(255, 71, 87, 0.5);
}

.HCl {
    top: 80%;
    left: 30%;
    animation-delay: 8s;
    color: #ffa502;
    text-shadow: 0 0 8px rgba(255, 165, 2, 0.5);
}

.CaCO3 {
    top: 8%;
    left: 70%;
    animation-delay: 9s;
    color: #ff6348;
    text-shadow: 0 0 8px rgba(255, 99, 72, 0.5);
}

.Fe2O3 {
    top: 55%;
    right: 10%;
    animation-delay: 10s;
    color: #ff7675;
    text-shadow: 0 0 8px rgba(255, 118, 117, 0.5);
}

.C2H5OH {
    top: 30%;
    right: 50%;
    animation-delay: 11s;
    color: #74b9ff;
    text-shadow: 0 0 8px rgba(116, 185, 255, 0.5);
}

@keyframes formulaFloat {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    20% {
        opacity: 0.8;
        transform: translateY(0px) scale(1);
    }
    80% {
        opacity: 0.8;
        transform: translateY(-10px) scale(1.1);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px) scale(0.8);
    }
}

/* Small Particles Animation */
.particle {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    top: 0;
}

/* Main section particles - positioned behind flask and formula */
.main-content .particle {
    z-index: 0;
}

/* Acid Rain Effect - Full Page */
.acid-rain {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.rain-drop {
    position: absolute;
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, 
        rgba(0, 255, 136, 0.8) 0%, 
        rgba(0, 255, 136, 0.6) 50%, 
        rgba(0, 255, 136, 0.3) 100%);
    border-radius: 0 0 2px 2px;
    box-shadow: 
        0 0 6px rgba(0, 255, 136, 0.6),
        0 0 12px rgba(0, 255, 136, 0.3);
    opacity: 0;
    animation: acidRainFall 3s linear infinite;
}

/* Different rain drops with random positions and delays for full page coverage */
.rain-drop:nth-child(1) { left: 5%; animation-delay: 0s; animation-duration: 2.5s; }
.rain-drop:nth-child(2) { left: 10%; animation-delay: 0.3s; animation-duration: 3s; }
.rain-drop:nth-child(3) { left: 15%; animation-delay: 0.6s; animation-duration: 2.8s; }
.rain-drop:nth-child(4) { left: 20%; animation-delay: 0.1s; animation-duration: 3.2s; }
.rain-drop:nth-child(5) { left: 25%; animation-delay: 0.4s; animation-duration: 2.7s; }
.rain-drop:nth-child(6) { left: 30%; animation-delay: 0.7s; animation-duration: 3.1s; }
.rain-drop:nth-child(7) { left: 35%; animation-delay: 0.2s; animation-duration: 2.9s; }
.rain-drop:nth-child(8) { left: 40%; animation-delay: 0.5s; animation-duration: 3.3s; }
.rain-drop:nth-child(9) { left: 45%; animation-delay: 0.8s; animation-duration: 2.6s; }
.rain-drop:nth-child(10) { left: 50%; animation-delay: 1.1s; animation-duration: 3.4s; }
.rain-drop:nth-child(11) { left: 55%; animation-delay: 1.4s; animation-duration: 2.4s; }
.rain-drop:nth-child(12) { left: 60%; animation-delay: 1.7s; animation-duration: 3.5s; }
.rain-drop:nth-child(13) { left: 65%; animation-delay: 1.0s; animation-duration: 2.8s; }
.rain-drop:nth-child(14) { left: 70%; animation-delay: 1.3s; animation-duration: 3.1s; }
.rain-drop:nth-child(15) { left: 75%; animation-delay: 1.6s; animation-duration: 2.9s; }
.rain-drop:nth-child(16) { left: 80%; animation-delay: 1.9s; animation-duration: 3.2s; }
.rain-drop:nth-child(17) { left: 85%; animation-delay: 1.2s; animation-duration: 2.7s; }
.rain-drop:nth-child(18) { left: 90%; animation-delay: 1.5s; animation-duration: 3.3s; }
.rain-drop:nth-child(19) { left: 95%; animation-delay: 1.8s; animation-duration: 2.5s; }
.rain-drop:nth-child(20) { left: 2%; animation-delay: 2.1s; animation-duration: 3.6s; }
.rain-drop:nth-child(21) { left: 7%; animation-delay: 2.4s; animation-duration: 2.3s; }
.rain-drop:nth-child(22) { left: 12%; animation-delay: 2.7s; animation-duration: 3.7s; }
.rain-drop:nth-child(23) { left: 17%; animation-delay: 2.0s; animation-duration: 2.9s; }
.rain-drop:nth-child(24) { left: 22%; animation-delay: 2.3s; animation-duration: 3.4s; }
.rain-drop:nth-child(25) { left: 27%; animation-delay: 2.6s; animation-duration: 2.6s; }
.rain-drop:nth-child(26) { left: 32%; animation-delay: 2.9s; animation-duration: 3.2s; }
.rain-drop:nth-child(27) { left: 37%; animation-delay: 2.2s; animation-duration: 2.8s; }
.rain-drop:nth-child(28) { left: 42%; animation-delay: 2.5s; animation-duration: 3.5s; }
.rain-drop:nth-child(29) { left: 47%; animation-delay: 2.8s; animation-duration: 2.4s; }
.rain-drop:nth-child(30) { left: 52%; animation-delay: 3.1s; animation-duration: 3.6s; }

@keyframes acidRainFall {
    0% {
        opacity: 0;
        transform: translateY(-100px) translateX(0px);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(100vh) translateX(10px);
    }
}

.particle-img {
    width: 50px;
    height: 20px;
    filter: drop-shadow(0 0 6px currentColor) hue-rotate(0deg);
}

.meme-1 {
    top: 10%;
    left: 25%;
    animation: particleFloat 8s ease-in-out infinite;
    color: #00ff88;
}

.meme-1 .particle-img {
    filter: drop-shadow(0 0 6px #00ff88) hue-rotate(120deg) saturate(2) brightness(1.2);
}

.meme-2 {
    top: 40%;
    right: 30%;
    animation: particleFloat 6s ease-in-out infinite 1s;
    color: #ff6b6b;
}

.meme-2 .particle-img {
    filter: drop-shadow(0 0 6px #ff6b6b) hue-rotate(0deg) saturate(2) brightness(1.2);
}

.meme-3 {
    top: 70%;
    left: 40%;
    animation: particleFloat 7s ease-in-out infinite 2s;
    color: #ffd93d;
}

.meme-3 .particle-img {
    filter: drop-shadow(0 0 6px #ffd93d) hue-rotate(60deg) saturate(2) brightness(1.2);
}

.meme-4 {
    top: 30%;
    left: 80%;
    animation: particleFloat 9s ease-in-out infinite 3s;
    color: #00ccff;
}

.meme-4 .particle-img {
    filter: drop-shadow(0 0 6px #00ccff) hue-rotate(180deg) saturate(2) brightness(1.2);
}

.sol-1 {
    top: 20%;
    left: 60%;
    animation: particleFloat 5s ease-in-out infinite 0.5s;
    color: #8000ff;
}

.sol-1 .particle-img {
    filter: drop-shadow(0 0 6px #8000ff) hue-rotate(270deg) saturate(2) brightness(1.2);
}

.sol-2 {
    top: 50%;
    left: 20%;
    animation: particleFloat 8s ease-in-out infinite 1.5s;
    color: #6bcf7f;
}

.sol-2 .particle-img {
    filter: drop-shadow(0 0 6px #6bcf7f) hue-rotate(90deg) saturate(2) brightness(1.2);
}

.sol-3 {
    top: 80%;
    right: 25%;
    animation: particleFloat 6s ease-in-out infinite 2.5s;
    color: #ff9f43;
}

.sol-3 .particle-img {
    filter: drop-shadow(0 0 6px #ff9f43) hue-rotate(30deg) saturate(2) brightness(1.2);
}

.sol-4 {
    top: 60%;
    right: 60%;
    animation: particleFloat 7s ease-in-out infinite 4s;
    color: #a55eea;
}

.sol-4 .particle-img {
    filter: drop-shadow(0 0 6px #a55eea) hue-rotate(300deg) saturate(2) brightness(1.2);
}

.meme-5 {
    top: 5%;
    left: 50%;
    animation: particleFloat 7s ease-in-out infinite 4.5s;
    color: #fd79a8;
}

.meme-5 .particle-img {
    filter: drop-shadow(0 0 6px #fd79a8) hue-rotate(320deg) saturate(2) brightness(1.2);
}

.meme-6 {
    top: 85%;
    right: 40%;
    animation: particleFloat 8s ease-in-out infinite 5.5s;
    color: #fdcb6e;
}

.meme-6 .particle-img {
    filter: drop-shadow(0 0 6px #fdcb6e) hue-rotate(45deg) saturate(2) brightness(1.2);
}

.sol-5 {
    top: 35%;
    left: 90%;
    animation: particleFloat 6s ease-in-out infinite 6s;
    color: #e17055;
}

.sol-5 .particle-img {
    filter: drop-shadow(0 0 6px #e17055) hue-rotate(15deg) saturate(2) brightness(1.2);
}

.sol-6 {
    top: 75%;
    left: 5%;
    animation: particleFloat 9s ease-in-out infinite 6.5s;
    color: #00b894;
}

.sol-6 .particle-img {
    filter: drop-shadow(0 0 6px #00b894) hue-rotate(75deg) saturate(2) brightness(1.2);
}

@keyframes particleFloat {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.7);
    }
    20% {
        opacity: 0.6;
        transform: translateY(15px) scale(0.9);
    }
    50% {
        opacity: 0.8;
        transform: translateY(0px) scale(1);
    }
    80% {
        opacity: 0.6;
        transform: translateY(-15px) scale(0.9);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px) scale(0.7);
    }
}


/* Hero Section with Video Background */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 25%,
        rgba(0, 0, 0, 0.15) 50%,
        rgba(0, 0, 0, 0.1) 75%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 4rem;
    font-weight: 900;
    margin: 0;
    text-shadow: 
        0 0 20px rgba(0, 255, 136, 0.5),
        2px 2px 0px rgba(0, 0, 0, 0.8),
        -2px -2px 0px rgba(0, 0, 0, 0.8),
        2px -2px 0px rgba(0, 0, 0, 0.8),
        -2px 2px 0px rgba(0, 0, 0, 0.8);
}

.hero-pumplab {
    display: block;
    color: #006600;
    margin-bottom: 10px;
    text-shadow: 
        0 0 0 #ffffff,
        2px 2px 0 #ffffff,
        -2px -2px 0 #ffffff,
        2px -2px 0 #ffffff,
        -2px 2px 0 #ffffff,
        0 2px 0 #ffffff,
        0 -2px 0 #ffffff,
        2px 0 0 #ffffff,
        -2px 0 0 #ffffff;
}

.hero-subtitle {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.9;
    letter-spacing: 2px;
    text-shadow: 
        0 0 10px rgba(0, 255, 136, 0.3),
        1px 1px 0px rgba(0, 0, 0, 0.8),
        -1px -1px 0px rgba(0, 0, 0, 0.8),
        1px -1px 0px rgba(0, 0, 0, 0.8),
        -1px 1px 0px rgba(0, 0, 0, 0.8);
}

/* Hero Divider */
.hero-divider {
    position: relative;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #00ff88 20%, #00ccff 50%, #8000ff 80%, transparent 100%);
    margin: 0;
    overflow: hidden;
}

.hero-divider-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #00ff88 20%, #00ccff 50%, #8000ff 80%, transparent 100%);
    animation: heroDividerFlow 3s ease-in-out infinite;
}

.hero-divider-glow {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 136, 0.3) 20%, rgba(0, 204, 255, 0.3) 50%, rgba(128, 0, 255, 0.3) 80%, transparent 100%);
    filter: blur(4px);
    animation: heroDividerGlow 3s ease-in-out infinite;
}

@keyframes heroDividerFlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes heroDividerGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Scroll Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* About section elements start hidden */
.about-section .slide-in-left,
.about-section .slide-in-right {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.about-section .slide-in-right {
    transform: translateX(50px);
}

.about-section .slide-in-left.visible,
.about-section .slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Hide effects in Main section initially */
.main-content .formula,
.main-content .particle {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-out;
}

.main-content .formula.visible,
.main-content .particle.visible {
    opacity: 1;
    transform: scale(1);
}

/* Acid rain activation */
.acid-rain.visible {
    opacity: 1;
}

/* Looking For Section */
.looking-for-section {
    min-height: 120vh;
    background-image: url('3 раздел/Фон.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
    padding: 80px 0 120px 0;
}

.looking-for-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.5);
    z-index: 1;
}

.looking-for-section .content-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 auto 60px auto;
    width: 100%;
    color: #ffffff;
    position: relative;
    z-index: 3;
    padding-top: 40px;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    justify-items: center;
    width: 100%;
    align-items: stretch;
}


.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 380px;
    min-width: 350px;
    height: 100%;
}

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.card-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(128, 0, 255, 0.1) 100%);
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    margin-bottom: 15px;
}

.icon-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: drop-shadow(0 0 15px rgba(0, 255, 136, 0.4));
    transition: all 0.3s ease;
}

.card-wrapper:hover .icon-img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(0, 255, 136, 0.6));
}

.card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #00ff88 0%, #00ccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
}

.card {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.3);
}

.card-description {
    color: #ffffff;
    line-height: 1.6;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-description p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.card-description strong {
    color: #00ff88;
    font-weight: 600;
}

.card-description ul {
    margin: 15px 0;
    padding-left: 20px;
}

.card-description li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #e0e0e0;
}

.card-description li::marker {
    color: #00ff88;
}

/* Submit Application Button */
.submit-button-container {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.submit-button {
    background: linear-gradient(135deg, #00ff88 0%, #00ccff 100%);
    color: #000000;
    border: none;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 8px 25px rgba(0, 255, 136, 0.3),
        0 0 20px rgba(0, 204, 255, 0.2);
    position: relative;
    overflow: hidden;
}

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

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 35px rgba(0, 255, 136, 0.4),
        0 0 30px rgba(0, 204, 255, 0.3);
    background: linear-gradient(135deg, #00ff80 0%, #00b3ff 100%);
}

.submit-button:hover::before {
    left: 100%;
}

.submit-button:active {
    transform: translateY(-1px);
    box-shadow: 
        0 6px 20px rgba(0, 255, 136, 0.3),
        0 0 15px rgba(0, 204, 255, 0.2);
}

/* Compensation Section */
.compensation-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.compensation-content {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}


.compensation-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.4));
    flex-shrink: 0;
}

.compensation-text {
    color: #00ff88;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease-out;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

.rotate-in {
    opacity: 0;
    transform: rotate(-10deg) scale(0.9);
    transition: all 0.8s ease-out;
}

.rotate-in.visible {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Header Styles */
.header {
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    padding: 10px 0;
    border-bottom: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.logo-link {
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo-pump {
    color: #ffffff;
}

.logo-lab {
    background: linear-gradient(90deg, #00ff80, #8000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-item:hover {
    color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 255, 136, 0.2);
}

.nav-icon {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.nav-item:hover .nav-icon {
    filter: brightness(1.2);
}

.nav-item.active {
    color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
}

/* Main Content */
.main-content {
    min-height: 100vh;
    background-image: url('1 Раздел/Фон.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
}

.main-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.main-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.25) 0%, rgba(160, 82, 45, 0.18) 50%, rgba(101, 67, 33, 0.22) 100%);
    z-index: 2;
    mix-blend-mode: overlay;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: center;
    min-height: calc(100vh - 200px);
    position: relative;
    z-index: 3;
}

/* Text Content */
.text-content {
    z-index: 2;
    position: relative;
}

.main-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
    max-width: 120%;
    margin-left: -80px;
}

.pumplab-text {
    background: linear-gradient(90deg, #00ff80, #8000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.solana-text {
    background: linear-gradient(90deg, #8000ff, #00ff80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-title {
    color: #ffffff;
}

.highlight {
    color: #00ff88;
}

.description {
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #ffffff;
    max-width: 120%;
    margin-left: -80px;
}

.description p {
    margin-bottom: 8px;
}

/* Graphics Container */
.graphics-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
}

.group7-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group7-img {
    max-width: 120%;
    height: auto;
    opacity: 1;
    transform: scale(1.1);
}

.background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-img {
    max-width: 100%;
    height: auto;
    opacity: 0.3;
}

/* Section Divider */
.section-divider {
    position: relative;
    height: 4px;
    background: linear-gradient(90deg, transparent, #00ff88, transparent);
    margin: 0;
    overflow: hidden;
}

.divider-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #00ff88 20%, 
        #00ff80 50%, 
        #00ff88 80%, 
        transparent 100%
    );
    animation: dividerFlow 3s ease-in-out infinite;
}

.divider-glow {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 255, 136, 0.3) 20%, 
        rgba(0, 255, 128, 0.5) 50%, 
        rgba(0, 255, 136, 0.3) 80%, 
        transparent 100%
    );
    filter: blur(2px);
    animation: dividerGlow 3s ease-in-out infinite;
}

@keyframes dividerFlow {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes dividerGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.3;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.8;
    }
}

/* About Section on main page */
.about-section {
    min-height: 100vh;
    background-image: url('2 Раздел/фон.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.7);
    z-index: 1;
}

.about-section .content-container {
    position: relative;
    z-index: 2;
}


.flask-container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flask-img {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    filter: drop-shadow(0 10px 30px rgba(0, 255, 136, 0.2));
}




/* Contact Us Section */
.contact-section {
    min-height: 100vh;
    background: transparent;
    position: relative;
    padding: 80px 0;
}

/* Contact Cards */
.contact-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto 80px auto;
    padding: 0 20px 40px 20px;
    align-items: start;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    align-items: center;
}

.contact-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05) 0%, rgba(128, 0, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

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

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.3);
}

.contact-card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(128, 0, 255, 0.1) 100%);
    border-radius: 18px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-card:hover .contact-card-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 255, 136, 0.2);
}

.contact-card-icon svg {
    transition: all 0.3s ease;
}

.contact-card:hover .contact-card-icon svg {
    transform: scale(1.1);
}

.contact-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #00ff88 0%, #00ccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    flex-shrink: 0;
}

.contact-card-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-card-link {
    color: #00ff88;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    display: inline-block;
    flex-shrink: 0;
}

.contact-card-link:hover {
    color: #00ccff;
    transform: translateX(5px);
}

.contact-card-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
    transition: width 0.3s ease;
}

.contact-card-link:hover::after {
    width: 100%;
}

.contact-section .content-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    display: block !important;
    grid-template-columns: none !important;
}

.contact-section .section-title {
    text-align: center !important;
    margin: 0 auto 40px auto !important;
    width: 100% !important;
}

.contact-form-container {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-input,
.form-select,
.form-textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
}

.form-select {
    background: #1a1a1a;
    color: #ffffff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select option {
    background: #1a1a1a;
    color: #ffffff;
    padding: 10px;
}

.form-select:focus {
    background: #2a2a2a;
    border-color: #00ff88;
}

/* Кастомный выпадающий список */
.custom-select {
    position: relative;
    width: 100%;
}

.select-trigger {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    min-height: 20px;
}

.select-trigger:hover {
    border-color: #00ff88;
    background: rgba(255, 255, 255, 0.15);
}

.select-trigger.active {
    border-color: #00ff88;
    background: rgba(255, 255, 255, 0.15);
}

.select-value {
    flex: 1;
}

.select-arrow {
    transition: transform 0.3s ease;
    color: #00ff88;
    font-size: 12px;
}

.select-trigger.active .select-arrow {
    transform: rotate(180deg);
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.select-options.active {
    display: block;
}

.select-option {
    padding: 15px 20px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.select-option:last-child {
    border-bottom: none;
}

.select-option:hover {
    background: #00ff88;
    color: #000000;
}

.select-option.selected {
    background: #2a2a2a;
    color: #00ff88;
}

/* Скрываем оригинальный select */
.form-select {
    display: none;
}

/* Убираем стандартные стили браузера */
.form-select::-ms-expand {
    display: none;
}

/* Дополнительные стили для полного переопределения */
.form-select option:not(:hover):not(:focus):not(:active) {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* Убираем все возможные браузерные стили */
.form-select option::-webkit-option {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.form-select option::-moz-option {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* Специально для Webkit браузеров */
.form-select option:-webkit-any-link {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* Для Firefox */
@-moz-document url-prefix() {
    .form-select option {
        background: #1a1a1a !important;
        color: #ffffff !important;
    }
    
    .form-select option:hover {
        background: #00ff88 !important;
        color: #000000 !important;
    }
}

/* Дополнительные стили для Edge/IE */
.form-select option::-ms-value {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* Кастомная стрелка */
.form-select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 50px;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #00ff88;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-form-button {
    background: linear-gradient(135deg, #00ff88 0%, #00ccff 100%);
    color: #000000;
    border: none;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 8px 25px rgba(0, 255, 136, 0.3),
        0 0 20px rgba(0, 204, 255, 0.2);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    align-self: center;
    min-width: 250px;
}

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

.submit-form-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 35px rgba(0, 255, 136, 0.4),
        0 0 30px rgba(0, 204, 255, 0.3);
    background: linear-gradient(135deg, #00ff80 0%, #00b3ff 100%);
}

.submit-form-button:hover::before {
    left: 100%;
}

.submit-form-button:active {
    transform: translateY(-1px);
    box-shadow: 
        0 6px 20px rgba(0, 255, 136, 0.3),
        0 0 15px rgba(0, 204, 255, 0.2);
}



/* Main Footer */
.main-footer {
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.9) 100%),
        radial-gradient(circle at 20% 30%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 204, 255, 0.05) 0%, transparent 50%);
    padding: 80px 0 40px 0;
    position: relative;
    z-index: 2;
    color: #ffffff;
    border-top: 1px solid rgba(0, 255, 136, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}


.footer-links-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.footer-column h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #00ff88 0%, #00ccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 15px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
}

.footer-column a:hover {
    color: #00ff88;
    transform: translateX(5px);
}

.footer-column a::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
    transition: width 0.3s ease;
}

.footer-column a:hover::before {
    width: 10px;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.3), rgba(0, 204, 255, 0.3), transparent);
    margin: 60px 0;
    position: relative;
}

.footer-divider::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), rgba(0, 204, 255, 0.1), transparent);
    filter: blur(1px);
}

.footer-bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-bottom-info .copyright,
.footer-bottom-info .location {
    margin: 0;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #00ff88;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 255, 136, 0.2);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.2), transparent);
    transition: left 0.5s ease;
}

.social-icon:hover {
    background: rgba(0, 255, 136, 0.1);
    color: #00ccff;
    transform: translateY(-3px) scale(1.05);
    border-color: rgba(0, 204, 255, 0.4);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.2);
}

.social-icon:hover::before {
    left: 100%;
}




