html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Neue Haas Unica W1G', sans-serif;
}

body {
    background-color: #E0E3E3;
    color: #000;
}

/* Typography Utilities */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: -0.0em;
}

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

/* Header */
.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 2rem;
    padding-bottom: 0;
    max-width: 1400px;
    margin: 0 auto;
}

.navbar-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
}

.logo {
    font-weight: 400;
    font-size: 2rem;
    color: #000;
    letter-spacing: normal;
}

.logo-img {
    height: 30px;
    /* Adjust based on exact SVG aspect ratio */
    width: auto;
}

.nav-links {
    display: flex;
    gap: 5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.nav-links a:hover {
    color: #666;
}

.btn-early-access {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 1.2rem 2rem;
    border-radius: 36px;
    font-size: 0.85rem;
    /* font-weight: 600; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    /* width: 400px; */
}

.btn-early-access:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dot {
    width: 20px;
    height: 20px;
    background-color: #00ff00;
    border-radius: 50%;
    display: inline-block;
}

/* Main Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    padding-bottom: 0;
}

.hero-grid-nav {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    /* margin-bottom: 1.5rem; */
}

/* Hero Section */
.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    /* margin-bottom: 1.5rem; */
}

.hero-grid:nth-of-type(2) {
    grid-template-columns: 1fr 2fr;
}

.hero-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-x-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dark-card {
    background-color: #0a0a0a;
    color: white;
    padding: 2.5rem;
    padding-top: 20px;
}

/* Woman Card */
.hero-woman {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2rem;
}

.hero-title {
    color: #00ff00;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    z-index: 10;
    text-shadow: 0 4px 15px rgba(0, 255, 0, 0.4);
    margin-bottom: 1rem;
}

.play-indicator {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.85rem;
    backdrop-filter: blur(10px);
}

/* Cross Card */
.cross-card {
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.hero-cross-img {
    /* position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 70%; */
    object-fit: contain;
    max-height: 300px;
}

.bottom-text {
    z-index: 10;
    font-size: 0.9rem;
    color: #ccc;
    font-weight: 500;
}

/* Access Card */
.access-card {
    position: relative;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
}

.glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 255, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
}

.blur-circle {
    position: absolute;
    background: rgba(0, 255, 0, 0.35);
    filter: blur(20px);
    border-radius: 50%;
    z-index: 0;
}

.circle-1 {
    top: 20%;
    left: -50px;
    width: 150px;
    height: 150px;
}

.circle-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(0, 255, 0, 0.15);
}

.circle-3 {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
}

.access-title {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: #fff;
    z-index: 1;
    width: 100%;
    text-align: left;
}

.input-green {
    width: 100%;
    background-color: #0dfa0d;
    border: none;
    padding: 1.5rem 1.5rem;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    z-index: 1;
    text-align: center;
}

.input-green::placeholder {
    color: #000;
}

.input-green:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.6);
}

.btn-grey {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    border-radius: 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
}

.insta-icon-wrapper {
    background-color: #0a0a0a;
    border-radius: 12px;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.insta-svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.dropdown-svg {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    color: #fff;
}

.btn-grey-text {
    flex: 1;
    text-align: center;
    padding-right: 50px;
    color: #e0e0e0;
}

/* Community Card */
.community-card {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2.5rem;
}

.community-text {
    text-align: center;
    color: #fff;
    z-index: 10;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.community-sub {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.community-title {
    font-size: 2.2rem;
    font-weight: 700;
}

/* Typography Block */
.text-block {
    text-align: center;
    padding: 6rem 0;
    background-color: #fff;
    border-radius: 40px;
    /* margin: 1rem auto; */
}

.text-block h3,
.text-block h2,
.text-block h1,
.text-block p {
    margin: 0;
    line-height: 1.2;
}

.fade-text-1 {
    font-size: 2rem;
    color: #eaeaea;
    font-weight: 500;
}

.fade-text-2 {
    font-size: 2.5rem;
    color: #a0a0a0;
    font-weight: 600;
}

.fade-text-3 {
    font-size: 3.5rem;
    color: #000;
    font-weight: 700;
    margin: 0.5rem 0;
    letter-spacing: -1px;
}

.fade-text-4 {
    font-size: 2.5rem;
    color: #c0c0c0;
    font-weight: 600;
}

.fade-text-5 {
    font-size: 2rem;
    color: #e0e0e0;
    font-weight: 500;
}

.fade-text-6 {
    font-size: 1.2rem;
    color: #f0f0f0;
    font-weight: 400;
    margin-top: 0.5rem;
}

/* Feature Cards */
.feature-cards {
    display: flex;
    gap: 1.5rem;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

/* Each card should not shrink */
.feature-cards>* {
    min-width: 250px;
    /* adjust based on your design */
    flex-shrink: 0;
}

.feature-cards::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.feature-cards {
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

.f-card {
    background-color: #0a0a0a;
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    transition: transform 0.3s ease;
    width: 200px;
}

.f-card:hover {
    transform: translateY(-5px);
}

.f-title {
    color: #00ff00;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.f-desc {
    color: #999;
    font-size: 0.85rem;
    line-height: 1.4;
    max-width: 80%;
}

/* Phone Section */
.phone-section {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: 3rem auto; */
    /* gap: 4rem; */
}

.iphone-mockup {
    width: 320px;
    height: 650px;
    border: 14px solid #111;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background-color: #111;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
}

.app-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-woman {
    position: relative;
}

.pw-img {
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
}

.big-x {
    position: absolute;
    top: 20px;
    right: -40px;
    font-size: 8rem;
    font-weight: 800;
    color: #00ff00;
    line-height: 1;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
    font-family: sans-serif;
}

/* Categories Marquee */
.categories-marquee {
    overflow: hidden;
    white-space: nowrap;
    /* padding: 2rem 0; */
    background-color: #e2e4e6;
    margin-top: 1rem;
}

.marquee-content {
    display: flex;
    gap: 6px;
    padding-bottom: 1rem;
    will-change: transform;
    width: max-content;
}

.marquee-content-reverse {
    display: flex;
    gap: 6px;
    padding-bottom: 1rem;
    will-change: transform;
    width: max-content;
    transform: translateX(-30%);
}

.pill {
    display: inline-block;
    padding: 0.6rem 1.8rem;
    border-radius: 30px;
    font-size: 1.5rem;
    /* font-weight: 600; */
    margin-right: 1rem;
}

.pill.black {
    background-color: #0a0a0a;
    color: #fff;
}

.pill.green {
    background-color: #00ff00;
    color: #000;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* Media Grid */
.media-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* margin-bottom: 6rem; */
    padding-top: 0;
}

.grid-row {
    display: grid;
    gap: 1.5rem;
}

.row-1 {
    grid-template-columns: 1fr 1fr;
}

.row-2 {
    grid-template-columns: 1fr 1fr;
}

.row-3 {
    grid-template-columns: repeat(3, 1fr);
}

.g-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    color: white;
}

.g-card.sm {
    height: 280px;
}

.g-card.lg {
    height: 280px;
}

.g-card.tall {
    height: 400px;
}

.g-card .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.3s ease;
}

.g-card:hover .bg {
    transform: scale(1.05);
}

.g-card-div-card1 {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 1.5rem;
    /* background: rgba(0,0,0,0.4); */
    padding: 0.5rem 1rem;
    border-radius: 20px;
    /* backdrop-filter: blur(5px); */
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
}

.g-card-div-card2 {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 1.5rem;
    /* background: rgba(0,0,0,0.4); */
    padding: 0.5rem 1rem;
    border-radius: 20px;
    /* backdrop-filter: blur(5px); */
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    width: 100%;
    padding: 0 2rem;
}

.g-card-div-card4 {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    font-size: 1.5rem;
    /* background: rgba(0,0,0,0.4); */
    padding: 0.5rem 1rem;
    border-radius: 20px;
    /* backdrop-filter: blur(5px); */
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    width: 100%;
    padding: 0 2rem;
}

.g-card h3.dark-text {
    /* background: rgba(255,255,255,0.7); */
    color: #000;
}

.g-card-div-top,
.g-card-div-middle,
.g-card-div-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.g-card-div-font {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.g-card-div-top {
    top: 20px;
}

.g-card-div-middle {
    top: 50%;
    transform: translateY(-50%);
}

.g-card-div-bottom {
    bottom: 20px;
}

.g-card-div-top h3,
.g-card-div-middle h3,
.g-card-div-bottom h3 {
    position: static;
    margin: 0;
}

/* Bottom Section */
.bottom-section {
    padding: 6rem 2rem 10rem 2rem;
    background: #fff;
    border-radius: 40px;
    margin-bottom: 8px;
}


.explore-title {
    font-size: 1.5rem;
    font-weight: 500;
    /* margin-bottom: 2rem; */
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    text-align: center;

}


.chapter-title {
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 5rem;
    line-height: 1.1;
    letter-spacing: -2px;
    text-align: left;
    color: #000;
}

.chapter-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr;
    gap: 4rem;
}

.chapter-grid h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 3rem;
    line-height: 1.4;
    color: #000;
}

.chapter-grid h5 {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: #000;
}

.mt-large {
    margin-top: 6rem !important;
}

.mt-medium {
    margin-top: 2rem !important;
}

/* Footer */
.footer {
    background-color: #000;
    color: #fff;
    padding: 3rem 5rem 3rem 5rem;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    position: relative;
    overflow: visible;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* left | center | right */
    /* align-items: center; */

    border-top: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-top: 2.5rem; */
    font-size: 0.85rem;
    color: #ccc;
    z-index: 2;
}

/* Left content */
.footer-top> :nth-child(1) {
    justify-self: start;
}

/* Center content */
.footer-top> :nth-child(2) {
    justify-self: center;
}

/* Right content */
.footer-top> :nth-child(3) {
    justify-self: end;
}

.f-logo-img {
    height: 30px;
    width: auto;
    margin-left: -12px;
    clip-path: inset(0 10px 0 12px);
}

.footer-brand-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.brand-details {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
}

.f-links-container {
    display: flex;
    gap: 8rem;
    z-index: 2;
}

.f-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.f-links a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.f-links a:hover {
    color: #00ff00;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* left | center | right */
    align-items: center;

    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2.5rem;
    font-size: 0.85rem;
    color: #ccc;
    z-index: 2;
}

/* Left content */
.footer-bottom> :nth-child(1) {
    justify-self: start;
}

/* Center content */
.footer-bottom> :nth-child(2) {
    justify-self: center;
}

/* Right content */
.footer-bottom> :nth-child(3) {
    justify-self: end;
}

.f-legal {
    display: flex;
    gap: 1.5rem;
}

.f-legal a {
    color: #ccc;
}

.f-legal a:hover {
    color: #fff;
}

.f-social {
    display: flex;
    gap: 1.5rem;
}

.f-social svg {
    color: #fff;
    cursor: pointer;
}

.f-social svg:hover {
    color: #00ff00;
}

.footer-x {
    position: absolute;
    right: 8%;
    top: -100px;
    height: 200px;
    opacity: 1;
    z-index: 10;
    pointer-events: none;
}

/* ==========================================================
   Mobile & Tablet Responsiveness
   ========================================================== */

/* Tablet & Smaller Desktop */
@media screen and (max-width: 1024px) {
    .container {
        padding: 1rem;
    }

    .navbar {
        padding: 1rem;

    }

    .navbar-logo {
        gap: 2rem;
    }

    .nav-links {
        gap: 2rem;
    }

    .btn-early-access {
        gap: 2rem;
        padding: 1rem 1.5rem;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-grid-nav,
    .hero-grid,
    .hero-grid:nth-of-type(2) {
        gap: 1rem;
    }

    .chapter-grid {
        gap: 2rem;
    }

    .footer-top {
        gap: 2rem;
    }

    .f-links-container {
        gap: 3rem;
    }

    .chapter-title {
        font-size: 3.5rem;
    }
}

/* Mobile Devices */
@media screen and (max-width: 768px) {

    /* Navbar */
    .hero-grid-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .navbar-logo {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        align-items: center;
    }

    .nav-links {
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-early-access {
        width: 100%;
        justify-content: space-between;
    }

    /* Hero Section */
    .hero-grid,
    .hero-grid:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }

    .hero-card {
        min-height: 350px;
        width: 100%;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .cross-card {
        padding: 2rem;
    }

    /* Typography Block */
    .text-block {
        padding: 3rem 1rem;
        margin: 2rem auto;
    }

    .fade-text-1 {
        font-size: 1.5rem;
    }

    .fade-text-2 {
        font-size: 2rem;
    }

    .fade-text-3 {
        font-size: 2.5rem;
    }

    .fade-text-4 {
        font-size: 2rem;
    }

    .fade-text-5 {
        font-size: 1.5rem;
    }

    /* Access Card */
    .access-card {
        padding: 2rem 1rem;
    }

    .access-title {
        font-size: 2rem;
    }

    .btn-grey-text {
        font-size: 0.9rem;
        padding-right: 20px;
    }

    .glow-bg {
        width: 150px;
        height: 150px;
    }

    /* Phone Section */
    .phone-section {
        flex-direction: column;
        gap: 3rem;
        margin: 3rem auto;
    }

    .iphone-mockup {
        width: 280px;
        height: 560px;
    }

    .pw-img {
        height: auto;
        max-height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .big-x {
        font-size: 5rem;
        right: 0;
        top: -30px;
    }

    /* Categories Marquee */
    .categories-marquee {
        margin-bottom: 2rem;
    }

    .pill {
        font-size: 1.1rem;
        padding: 0.5rem 1.2rem;
    }

    /* Media Grid */
    .row-1,
    .row-2,
    .row-3 {
        display: flex;
        flex-direction: column;
    }

    .g-card.sm,
    .g-card.lg,
    .g-card.tall {
        height: 300px;
    }

    .g-card-div-card1,
    .g-card-div-card2,
    .g-card-div-card4 {
        padding: 0 1rem;
    }

    /* Bottom Section */
    .bottom-section {
        padding: 4rem 1.5rem;
        border-radius: 30px;
    }

    .chapter-title {
        font-size: 2.5rem;
        text-align: center;
        letter-spacing: 0;
        margin-bottom: 3rem;
    }

    .chapter-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .mt-large {
        margin-top: 2rem !important;
    }

    .mt-medium {
        margin-top: 1rem !important;
    }

    /* Footer */
    .footer {
        padding: 3rem 1.5rem;
        gap: 3rem;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .f-links-container {
        flex-direction: column;
        gap: 2.5rem;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .f-legal {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-x {
        height: 120px;
        top: -60px;
        right: 10px;
    }
}