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

body {
    font-family: 'Alexandria', sans-serif;
    background: #FFFFFF;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Background Elements */
.background-colors {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.8;
    filter: blur(300px);
    z-index: -1;
    pointer-events: none;
}

.vector {
    position: absolute;
    filter: blur(4px);
}

.vector-1 {
    left: 16%;
    top: 0;
    width: 36%;
    height: 84%;
    background: #85D4FF;
    border-radius: 50% 30% 70% 40%;
}

.vector-2 {
    left: 40%;
    top: 23%;
    width: 40%;
    height: 77%;
    background: rgba(0, 140, 255, 0.62);
    border-radius: 40% 60% 30% 50%;
}

.vector-3 {
    left: 32%;
    top: 2%;
    width: 68%;
    height: 48%;
    background: #C2E3FF;
    border-radius: 30% 50% 60% 40%;
}

.ellipse {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
}

.ellipse-1 {
    left: 0;
    top: 14%;
    width: 56%;
    height: 47%;
    background: #BEE4FF;
}

.ellipse-2 {
    left: 27%;
    top: 50%;
    width: 17%;
    height: 20%;
    background: #9BA0FF;
}

.ellipse-3 {
    left: 71%;
    top: 21%;
    width: 17%;
    height: 20%;
    background: #9BA0FF;
}

/* Header/Logo */
header {
    padding-top: 4rem;
    z-index: 10;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

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

.logo-symbol {
    width: 36.13px;
    height: 50.31px;
}

.logo-symbol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.21;
    color: #013B79;
}

/* Main Content */
main {
    padding-top: 8rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 10;
}

.bubble {
    position: absolute;
    right: 10%;
    top: 2rem;
    width: 308px;
    height: 308px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: inset 7px 16px 52.1px -7px rgba(255, 255, 255, 0.81);
    z-index: 1;
}

.main-title {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    font-size: 4.375rem; /* 70px */
    line-height: 1.219;
    text-align: center;
    background: linear-gradient(90deg, #3A4DBD 12.02%, #013873 30.77%, #4D5FCB 58.17%, #013873 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 3rem;
    position: relative;
    z-index: 5;
}

.platforms {
    z-index: 10;
    position: relative;
}

.platform-button {
    width: 60px;
    height: 58px;
    background: rgba(228, 228, 228, 0.19);
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    box-shadow: 0px 5px 31.5px 9px rgba(9, 0, 67, 0.07), inset 0px 0px 11.5px 0px rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.platform-button:hover {
    transform: translateY(-2px);
}

.platform-button img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Companies Section */
.companies {
    padding: 2rem 0;
    z-index: 10;
    position: relative;
}

.company-logo {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(4%) sepia(100%) saturate(7457%) hue-rotate(240deg) brightness(88%) contrast(138%);
    transition: opacity 0.3s ease;
    max-height: 35px;
    width: auto;
}

.company-logo:hover {
    opacity: 0.3;
}

/* Specific company logo sizes */
.companies img:nth-child(1) { /* Samsung */
    max-width: 132px;
}

.companies img:nth-child(2) { /* LG */
    max-width: 64px;
}

.companies img:nth-child(3) { /* Roku */
    max-width: 76px;
}

.companies img:nth-child(4) { /* Amazon */
    max-width: 83px;
}

.companies img:nth-child(5) { /* Google */
    max-width: 94px;
}

/* Footer */
.footer {
    margin-top: auto;
    height: 114px;
    position: relative;
    z-index: 10;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(10px);
}

.footer .container-fluid {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 5%;
}

.contact-label {
    font-family: 'Alexandria', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.219;
    color: rgba(0, 0, 0, 0.4);
}

.contact-email {
    font-family: 'Alexandria', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.219;
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.contact-email:hover {
    color: rgba(0, 0, 0, 0.4);
}

.social-icon {
    width: 18px;
    height: 18px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.6;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0);
}

/* Center the social icons in footer */
.footer .row {
    position: relative;
}

.social-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0.75rem;
}

.copyright {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.219;
    color: rgba(0, 0, 0, 0.25);
}

/* Responsive Design - Bootstrap Compatible */
@media (max-width: 1200px) {
    .main-title {
        font-size: clamp(3rem, 5vw, 4.375rem);
    }
    
    .bubble {
        width: 250px;
        height: 250px;
        right: 5%;
    }
}

@media (max-width: 992px) {
    header {
        padding-top: 2rem;
    }
    
    main {
        padding-top: 4rem;
    }
    
    .main-title {
        font-size: clamp(2.5rem, 6vw, 3.5rem);
    }
    
    .bubble {
        width: 200px;
        height: 200px;
        right: 2%;
        top: 1rem;
    }
    
    .company-logo {
        max-height: 30px;
    }
}

@media (max-width: 768px) {
    header {
        padding-top: 1.5rem;
    }
    
    main {
        padding-top: 3rem;
    }
    
    .logo-text {
        font-size: 24px;
    }
    
    .logo-symbol {
        width: 28px;
        height: 38px;
    }
    
    .main-title {
        font-size: clamp(2rem, 7vw, 3rem);
        line-height: 1.1;
    }
    
    .bubble {
        position: relative;
        right: auto;
        top: auto;
        width: 150px;
        height: 150px;
        margin: 0 auto 2rem;
    }
    
    .platform-button {
        width: 50px;
        height: 48px;
    }
    
    .platform-button img {
        width: 30px;
        height: 30px;
    }
    
    .company-logo {
        max-height: 25px;
        max-width: 80px;
    }
    
    .footer {
        height: auto;
        min-height: 100px;
        padding: 1rem 0;
    }
    
    .footer .row > div {
        margin-bottom: 0.5rem;
        text-align: center !important;
    }
    
    .footer .col-12 {
        text-align: center !important;
    }
    
    .footer .footer-left {
        justify-content: center;
    }
    
    .background-colors {
        filter: blur(150px);
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
        padding: 0 1rem;
    }
    
    .platforms .gap-4 {
        gap: 1rem !important;
    }
    
    .company-logo {
        max-height: 20px;
        max-width: 60px;
    }
    
    .footer .container-fluid {
        padding: 0 1rem;
    }
    
    .contact-label,
    .contact-email,
    .copyright {
        font-size: 13px;
    }
}
