@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

:root {
    --black: #050505;
    --white: #ffffff;
    --white-soft: rgba(255,255,255,0.82);
    --gold: #d4af37;
    --gold-soft: rgba(212,175,55,0.16);
    --gold-line: rgba(212,175,55,0.34);
    --line: rgba(255,255,255,0.11);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 13pt;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/* Header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 1.3rem 2rem;
    display: flex;
    align-items: center;
}

#header .logo a {
    display: inline-flex;
    align-items: center;
}

#header .logo img {
    width: 180px;
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(0,0,0,0.45));
}

/* Hero Banner */
.hero-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: var(--black);
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.18) 25%, rgba(0,0,0,0.68) 100%),
        linear-gradient(90deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.18) 45%, rgba(255,255,255,0.03) 100%);
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5rem 1rem 3rem;
    text-align: center;
}

.hero-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/* Countdown */
.countdown-wrap {
    margin-bottom: 1.4rem;
    display: flex;
    justify-content: center;
}

.countdown-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.1rem;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)),
        rgba(10,10,12,0.45);
    border: 1px solid var(--line);
    box-shadow:
        0 18px 50px rgba(0,0,0,0.38),
        0 0 24px rgba(212,175,55,0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.countdown-box {
    min-width: 120px;
    padding: 1rem 1rem 0.85rem;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.countdown-box span {
    display: block;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1;
    color: #a80f14;
    text-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.countdown-box small {
    display: block;
    margin-top: 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    color: var(--white);
}

/* Launch title */
.launch-title {
    margin-top: 0.8rem;
    font-size: clamp(2rem, 5.6vw, 4.1rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.03em;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 8px 24px rgba(0,0,0,0.42);
}

/* Empty section */
.wrapper.style2 {
    background: var(--black);
}

#one .inner {
    min-height: 1px;
    padding: 0;
}

/* Responsive */
@media screen and (max-width: 980px) {
    html {
        font-size: 12pt;
    }

    #header {
        padding: 1rem 1.2rem;
    }

    #header .logo img {
        width: 155px;
    }

    .countdown-box {
        min-width: 80px;
    }
}

@media screen and (max-width: 736px) {
    html {
        font-size: 11pt;
    }

    #header {
        padding: 1rem;
    }

    #header .logo img {
        width: 140px;
    }

    .hero-banner,
    .hero-inner {
        min-height: 88vh;
    }

    .hero-inner {
        padding: 6.2rem 1rem 2.2rem;
    }

    .countdown-card {
        gap: 0.7rem;
        padding: 0.9rem;
        border-radius: 22px;
    }

    .countdown-box {
        min-width: 75px;
        padding: 0.85rem 0.75rem 0.72rem;
        border-radius: 18px;
    }

    .countdown-box span {
        font-size: 1.5rem;
    }

    .countdown-box small {
        font-size: 0.68rem;
        letter-spacing: 0.1rem;
    }

    .launch-title {
        font-size: clamp(1.55rem, 8vw, 2.5rem);
        font-weight: 500;
    }
}

/* =========================
   SMALL PHONES (<= 480px)
========================= */
@media screen and (max-width: 480px) {

    html {
        font-size: 10.5pt;
    }

    /* Hero height reduced so everything fits */
    .hero-banner,
    .hero-inner {
        min-height: 92vh;
    }

    .hero-inner {
        padding: 5.5rem 0.8rem 1.8rem;
    }

    /* Logo slightly reduced for balance */
    #header .logo img {
        width: 120px;
    }

    /* Countdown container tighter */
    .countdown-card {
        gap: 0.5rem;
        padding: 0.7rem;
        border-radius: 18px;
    }

    /* Countdown boxes smaller but clean */
    .countdown-box {
        min-width: 58px;
        padding: 0.65rem 0.5rem 0.55rem;
        border-radius: 14px;
    }

    /* Numbers */
    .countdown-box span {
        font-size: 1.25rem;
        font-weight: 700;
    }

    /* Labels */
    .countdown-box small {
        font-size: 0.55rem;
        letter-spacing: 0.08rem;
        margin-top: 0.3rem;
    }

    /* Title adjusted */
    .launch-title {
        font-size: 1.35rem;
        font-weight: 500;
        margin-top: 0.6rem;
        letter-spacing: 0.02em;
    }

    /* Prevent overflow issues */
    .hero-content {
        padding: 0 4px;
    }
}