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

body {
    font-family: 'Inter', sans-serif;
    background-color: #000;
    color: white;
}


.container {
    width: 75%;
    margin: auto;
    max-width: 1200px;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.logo {
    width: 180px;
}


.nav-right {
    display: flex;
    gap: 18px;
    align-items: center;
}



#language {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.signin-btn {
    background: #e50914;
    color: white;
    border: none;
    padding: 9px 22px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}




.navbar {
    position: absolute;
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.logo {
    width: 280px;
    height: auto;
}

button,
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.signin-btn {
    background: #e50914;
    color: white;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 7px 16px;
    font-size: 0.95rem;
    border-radius: 4px;
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.signin-btn:hover {
    background: #f6121d;
}

#language:hover {
    border-color: white;
}

.hero {
    position: relative;
    height: 100vh;
    background-image: url("images/hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    max-width: 650px;
}

.hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}


.hero h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.hero h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 15px;
}


.hero p {
    font-size: 1.05rem;
    font-weight: 400;
    color: #b3b3b3;
}


.email-box {
    display: flex;
    justify-content: center;
}

.email-box input {
    padding: 15px;
    width: 70%;
    border: none;
    outline: none;
}

.email-box button {
    background: #e50914;
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 10%;
    border-top: 8px solid #222;
}

.feature.reverse {
    flex-direction: row-reverse;
}

.feature .text {
    flex: 1;
    padding: 20px;
}

.feature .text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.feature .image {
    flex: 1;
}

.feature img {
    width: 100%;
}

.footer {
    border-top: 8px solid #222;
    padding: 40px;
    text-align: center;
    color: #aaa;
}

.tv-container {
    position: relative;
}

.tv {
    width: 100%;
    position: relative;
    z-index: 2;
}

.tv-video {
    position: absolute;
    top: 21%;
    left: 13%;
    width: 74%;
    z-index: 1;
}

/* FAQ SECTION */

.faq {
    background: #000;
    color: #fff;
    padding: 70px 12%;
}

.faq h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-box {
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: #2d2d2d;
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
    font-size: 22px;
    padding: 22px;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.25s;
}

.faq-question:hover {
    background: #414141;
}

.faq-question span {
    font-size: 32px;
    font-weight: 200;
}

.faq-answer {
    background: #2d2d2d;
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #d2d2d2;
    line-height: 1.6;
    font-size: 18px;
    line-height: 1.6;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.questions {
    margin-bottom: 25px;
    font-size: 15px;
}

.footer {
    background-color: black;
    color: #b3b3b3;
    padding: 60px 12%;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

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

.footer-grid a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}

.footer-grid a:hover {
    text-decoration: underline;
}

.footer {
    border-top: 8px solid #232323;
}


.footer p {
    margin-bottom: 25px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.column a {
    display: block;
    color: #b3b3b3;
    margin-bottom: 14px;
    text-decoration: none;
    cursor: pointer;
}

.column a:hover {
    text-decoration: underline;
}


.recaptcha {
    font-size: 12px;
    color: #737373;
    margin-top: 20px;
}