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

body {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #bebdbd;
    color: #f9fafb;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* ------------------- NAV SUPERIOR ------------------- */

.top-bar {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: flex-end;
    z-index: 50;
}

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

.nav-link {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffffcc;
    text-decoration: none;
    transition: 0.25s ease;
}

.nav-link:hover {
    color: #ffffff;
}

/* Línea inferior animada */
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #f7ff1f;
    transition: 0.3s ease;
}

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

/* Estado activo */
.nav-link.active {
    color: #f7ff1f;
}

.nav-link.active::after {
    width: 100%;
}


/* LOGO-LUXORDO */
.logo-luxordo {
    width: 120px;
    height: auto;
}

/* FONDO PRINCIPAL */
.hero {
    flex: 1;
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    min-height: 100vh;
}

.right-circle {
    content: "";
    position: absolute;
    width: 700px;
    height: 660px;
    border-radius: 40%;
    background: #222222b9;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.95;
}

.left-bg {
    position: relative;
    overflow: hidden;
}

.left-bg::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 660px;
    border-radius: 40%;
    background: #000000;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.right-bg {
    background: radial-gradient(circle at 0% 50%, #000 0%, #0e0e0e 100%);
    color: #f5f5f5;
    padding: 120px 80px 80px 40px;
    position: relative;
}

/* TEXTO VERTICAL SMARTWATCH */
.vertical-text {
    position: absolute;
    left: 40px;
    top: 65%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.vertical-separator {
    display: inline-block;
    width: 90%;
    height: 2px;
    background: #fff;
    margin-left: 12px;
}

/* CONTENEDOR TELEFONO (LUXORDO) */
.watch-wrapper {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.watch-placeholder {
    width: 280px;
    height: 560px;
    border-radius: 40px;
    border: 6px solid #111;
    background: #0b0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 28px 40px rgba(0, 0, 0, 0.65);
}

.watch-placeholder::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 24px;
    border-radius: 18px;
    background: #1a1a1a;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.watch-placeholder::after {
    top: auto;
    bottom: 14px;
}

.watch-luxordo-text {
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
}

/* ---------- NUEVO DISEÑO DEL TELÉFONO ----------- */

.phone-frame {
    width: 260px;
    height: 500px;
    background: #0a0a0a;
    border-radius: 40px;
    border: 6px solid #222;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.45);
}


.phone-notch {
    position: absolute;
    top: 12px;
    width: 100px;
    height: 20px;
    background: #1b1b1b;
    border-radius: 20px;
}

.phone-screen {
    width: 97%;
    height: 97%;
    background: #000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-luxordo {
    width: 120px;
    opacity: 0.9;
}


/* CONTENIDO DERECHO */
.product-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 700;
}

.product-name {
    margin-top: 8px;
    font-size: 32px;
    letter-spacing: 4px;
    font-weight: 500;
}

.color-dots {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.dot-black {
    background: #000000;
}

.dot-green {
    background: #7df24a;
}

.dot-yellow {
    background: #f7ff1f;
}

.dot-pink {
    background: #f6a9c1;
}

.dot-olive {
    background: #c7c470;
}

.divider-line {
    margin: 25px 0 20px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
}

.product-desc {
    font-size: 13px;
    line-height: 1.5;
    max-width: 520px;
    color: rgba(245, 245, 245, 0.85);
}

.price-row {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.buy-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    padding: 10px 14px;
    border: none;
    cursor: pointer;
    background: #f9fafb;
    color: #111;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.buy-btn-circle {
    position: relative;
    align-items: center;
    display: flex;
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .left-bg {
        height: 60vh;
    }

    .right-bg {
        padding: 40px 24px 60px;
    }

    .watch-wrapper {
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
    }

    .vertical-text {
        display: none;
    }

    .price-row {
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .buy-btn {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .watch-wrapper {
        transform: translate(-50%, -50%) scale(0.75);
    }

    .product-name {
        font-size: 26px;
    }

    .price {
        font-size: 26px;
    }
}