body.public-page {
    margin: 0;
    min-height: 100vh;
    color: #f8fbff;
    background:
        linear-gradient(180deg, rgba(3,7,17,0.08), #030711 78%),
        radial-gradient(circle at 82% 6%, rgba(0,255,170,0.16), transparent 32%),
        radial-gradient(circle at 13% 18%, rgba(255,110,48,0.16), transparent 30%),
        url("../images/ui/fondo-main.webp") center/cover fixed;
    overflow-x: hidden;
    font-family: "Inter", "Outfit", system-ui, -apple-system, sans-serif;
}

body.public-page * {
    box-sizing: border-box;
}

.public-shell {
    min-height: 100vh;
    background: rgba(3,7,17,0.72);
}

.public-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 10px clamp(18px, 4vw, 48px);
    background: rgba(5, 8, 22, 0.78);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
}

.brand-lockup,
.landing-nav,
.nav-login,
.about-button,
.linkedin-button,
.oracle-refresh {
    display: inline-flex;
    align-items: center;
}

.brand-lockup {
    gap: 12px;
    text-decoration: none;
    font-family: "Cinzel", serif;
    color: #ffd700;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(255,215,0,0.42));
}

.landing-nav {
    gap: 8px;
}

.landing-nav a,
.nav-login {
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(255,255,255,0.78);
    font-size: 0.84rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-nav a:hover,
.landing-nav a.active,
.nav-login:hover {
    background: rgba(255,255,255,0.09);
    color: #fff;
    transform: translateY(-1px);
}

.nav-login {
    gap: 8px;
    background: linear-gradient(135deg, #ffd700, #ffae00);
    color: #181103;
    box-shadow: 0 0 24px rgba(255,215,0,0.26);
}

.public-main {
    width: min(1280px, calc(100% - 36px));
    margin: 0 auto;
    padding: 76px 0 60px;
}

.about-hero,
.creator-card,
.launch-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
}

.about-hero {
    min-height: 460px;
}

.hero-copy,
.hero-emblem,
.oracle-panel,
.feature-card,
.creator-card,
.tech-section,
.launch-section,
.element-node {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 80px rgba(0,0,0,0.32);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5vw, 60px);
}

.status-pill {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #9ff7ff;
    background: rgba(255,255,255,0.065);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-hero h1,
.creator-copy h2,
.launch-section h2 {
    margin: 22px 0 14px;
    color: #fff;
    line-height: 0.96;
    letter-spacing: 0;
}

.about-hero h1 {
    max-width: 920px;
    font-size: clamp(3rem, 6.6vw, 6.2rem);
}

.hero-copy p,
.section-heading-block p,
.feature-card p,
.creator-copy p,
.launch-section p,
.proof-list span {
    color: rgba(233,242,255,0.74);
    line-height: 1.65;
}

.hero-copy p {
    max-width: 820px;
    margin: 0;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions,
.creator-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-button,
.linkedin-button {
    min-height: 46px;
    justify-content: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.12);
    font-weight: 950;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-button:hover,
.linkedin-button:hover,
.oracle-refresh:hover {
    transform: translateY(-2px);
}

.about-button.primary {
    background: linear-gradient(135deg, #ffd700, #ff9e2c);
    color: #181103;
    box-shadow: 0 0 30px rgba(255,215,0,0.24);
}

.about-button.secondary {
    background: rgba(255,255,255,0.08);
}

.linkedin-button {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a66c2, #5aa8ff);
    box-shadow: 0 0 30px rgba(10,102,194,0.32);
}

.linkedin-button::after {
    content: "";
    position: absolute;
    inset: -60% auto -60% -30%;
    width: 34%;
    background: rgba(255,255,255,0.34);
    transform: rotate(18deg);
    animation: premiumSweep 4.8s ease-in-out infinite;
}

.hero-emblem {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 28px;
    min-height: 360px;
    padding: 32px;
    background:
        radial-gradient(circle at 50% 28%, rgba(255,215,0,0.22), transparent 42%),
        rgba(255,255,255,0.045);
}

.hero-emblem img {
    width: min(210px, 74%);
    filter: drop-shadow(0 0 34px rgba(255,215,0,0.4));
}

.hero-stat-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hero-stat-grid div {
    min-height: 84px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(3,7,17,0.62);
    border: 1px solid rgba(255,255,255,0.1);
}

.hero-stat-grid strong {
    color: #ffd700;
    font-size: 1.05rem;
}

.hero-stat-grid span {
    color: rgba(255,255,255,0.68);
    font-size: 0.78rem;
    font-weight: 800;
}

.oracle-panel {
    margin-top: 18px;
    padding: 34px;
    text-align: center;
    border-color: rgba(255,215,0,0.26);
    background:
        radial-gradient(circle at 50% 0%, rgba(255,215,0,0.16), transparent 48%),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
}

.oracle-topline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.oracle-panel span,
.section-heading-block span,
.feature-card span,
.launch-section > div > span,
.tech-section span {
    color: #ffd700;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.oracle-refresh {
    width: 34px;
    height: 34px;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,0.08);
    cursor: pointer;
}

.oracle-quote {
    max-width: 920px;
    margin: 16px auto 0;
    min-height: 3em;
    color: #fff;
    font-size: clamp(1.2rem, 2.1vw, 1.85rem);
    line-height: 1.45;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.oracle-quote.show {
    opacity: 1;
    transform: translateY(0);
}

.oracle-author {
    margin: 12px 0 0;
    color: #9ff7ff;
    font-weight: 850;
}

.gameplay-section,
.creator-section,
.tech-section,
.launch-section {
    margin-top: 56px;
}

.section-heading-block {
    max-width: 840px;
    margin: 0 auto 24px;
    text-align: center;
}

.section-heading-block.compact {
    max-width: 780px;
}

.section-heading-block h2,
.creator-copy h2,
.launch-section h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(1.85rem, 3.6vw, 3.7rem);
    line-height: 1.04;
}

.section-heading-block p {
    margin: 14px auto 0;
}

.element-cycle {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    margin: 24px 0 18px;
}

.element-node {
    min-height: 142px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 20px;
    text-align: center;
}

.element-node i {
    font-size: 2rem;
}

.element-node strong {
    color: #fff;
    font-size: 1.25rem;
}

.element-node span {
    color: rgba(255,255,255,0.66);
    font-weight: 800;
}

.element-node.fire i { color: #ff7a45; }
.element-node.plant i { color: #58e89d; }
.element-node.water i { color: #6cc8ff; }

.cycle-arrow {
    color: rgba(255,255,255,0.48);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    overflow: hidden;
    background: rgba(255,255,255,0.055);
}

.feature-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.feature-card div {
    padding: 24px;
}

.feature-card h3 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.18;
}

.feature-card p {
    margin: 0;
}

.creator-card {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    padding: clamp(26px, 4vw, 46px);
    border-color: rgba(159,247,255,0.18);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035)),
        radial-gradient(circle at 88% 0%, rgba(10,102,194,0.20), transparent 36%);
}

.creator-copy {
    align-self: center;
}

.creator-lead {
    font-size: 1.07rem;
    color: rgba(255,255,255,0.86) !important;
}

.architecture-panel {
    padding: 24px;
    border-radius: 8px;
    background: rgba(3,7,17,0.52);
    border: 1px solid rgba(255,255,255,0.1);
}

.architecture-panel h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 1.2rem;
}

.proof-list {
    display: grid;
    gap: 12px;
}

.proof-list div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 13px;
    border-radius: 8px;
    background: rgba(255,255,255,0.055);
}

.proof-list i {
    color: #ffd700;
    padding-top: 3px;
}

.tech-section {
    padding: 34px;
}

.tech-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tech-cloud span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    color: #eaf2ff;
    background: rgba(3,7,17,0.56);
    letter-spacing: 0.04em;
}

.launch-section {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 34px;
}

.launch-section h2 {
    max-width: 860px;
}

.launch-section p {
    max-width: 860px;
    margin: 12px 0 0;
}

.site-footer {
    width: min(1280px, calc(100% - 36px));
    margin: 0 auto;
    padding: 0 0 46px;
    color: rgba(255,255,255,0.64);
}

.footer-container {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr;
    gap: 18px;
    padding: 28px;
    border-radius: 8px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(14px);
}

.footer-block h4 {
    margin: 0 0 10px;
    color: #ffd700;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-block p,
.footer-block ul {
    margin: 0;
}

.footer-block p {
    line-height: 1.58;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 8px;
}

.footer-block a {
    color: rgba(255,255,255,0.74);
    text-decoration: none;
    font-weight: 850;
}

.footer-block a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 14px;
    padding-top: 16px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.82rem;
}

@keyframes premiumSweep {
    0%, 62% { left: -38%; }
    100% { left: 120%; }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1060px) {
    .about-hero,
    .creator-card,
    .launch-section,
    .footer-container {
        grid-template-columns: 1fr;
    }

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

    .feature-card {
        display: grid;
        grid-template-columns: 300px 1fr;
    }

    .feature-card img {
        height: 100%;
        aspect-ratio: auto;
    }
}

@media (max-width: 760px) {
    .public-header {
        justify-content: center;
        flex-wrap: wrap;
    }

    .brand-lockup {
        width: 100%;
        justify-content: center;
    }

    .landing-nav {
        display: none;
    }

    .public-main {
        width: min(100% - 28px, 1280px);
        padding-top: 38px;
    }

    .hero-copy,
    .oracle-panel,
    .creator-card,
    .tech-section,
    .launch-section,
    .footer-container {
        padding: 22px;
    }

    .hero-actions,
    .creator-actions {
        flex-direction: column;
    }

    .about-button,
    .linkedin-button {
        width: 100%;
    }

    .element-cycle {
        grid-template-columns: 1fr;
    }

    .cycle-arrow {
        transform: rotate(90deg);
        justify-self: center;
    }

    .feature-card {
        display: block;
    }

    .feature-card img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hero-stat-grid {
        grid-template-columns: 1fr;
    }
}
