/*
|--------------------------------------------------------------------------
| Identidad visual
|--------------------------------------------------------------------------
|
| Para igualar exactamente ruben.uy, basta con cambiar estas variables.
|
*/

:root {
    --rc-background: #07131d;
    --rc-background-soft: #0b1e2a;
    --rc-panel: #102937;
    --rc-text: #f5f7f8;
    --rc-muted: #9eb0bb;
    --rc-accent: #37c8b5;
    --rc-accent-bright: #74eadb;
    --rc-secondary: #4f86f7;
    --rc-border: rgba(245, 247, 248, .12);
}

.personal-landing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--rc-text);
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(55, 200, 181, .13),
            transparent 28rem
        ),
        radial-gradient(
            circle at 88% 78%,
            rgba(79, 134, 247, .10),
            transparent 30rem
        ),
        linear-gradient(
            135deg,
            var(--rc-background),
            var(--rc-background-soft)
        );
}

.hero {
    width: min(1180px, calc(100% - 40px));
    min-height: calc(100vh - 88px);
    margin: auto;
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
    align-items: center;
    gap: clamp(52px, 8vw, 118px);
    padding: 64px 0;
}

.visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}

.orbit {
    position: absolute;
    border: 1px solid var(--rc-border);
    border-radius: 50%;
}

.orbit-one {
    width: 410px;
    height: 410px;
}

.orbit-two {
    width: 510px;
    height: 510px;
    border-style: dashed;
    opacity: .58;
}

.terminal-mark {
    position: relative;
    z-index: 2;
    width: min(390px, 84%);
    filter: drop-shadow(0 32px 44px rgba(0, 0, 0, .38));
}

.terminal-frame {
    fill: rgba(16, 41, 55, .78);
    stroke: var(--rc-accent);
    stroke-width: 7;
}

.terminal-line {
    fill: none;
    stroke: var(--rc-text);
    stroke-width: 13;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.node-line {
    stroke: var(--rc-secondary);
    stroke-width: 6;
    stroke-linecap: round;
}

.node {
    fill: var(--rc-secondary);
}

.dot-red {
    fill: #e56a61;
}

.dot-yellow {
    fill: #ecc751;
}

.dot-green {
    fill: var(--rc-accent);
}

.status-chip {
    position: absolute;
    z-index: 3;
    right: 1%;
    bottom: 12%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid var(--rc-border);
    border-radius: 999px;
    background: rgba(7, 19, 29, .76);
    color: var(--rc-text);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .15em;
    backdrop-filter: blur(12px);
}

.status-chip span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rc-accent);
    box-shadow: 0 0 18px rgba(55, 200, 181, .9);
}

.content {
    max-width: 680px;
}

.eyebrow {
    margin: 0 0 22px;
    color: var(--rc-accent);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    color: var(--rc-text);
    font-size: clamp(3.8rem, 8.6vw, 7.8rem);
    line-height: .84;
    letter-spacing: -.07em;
}

.role {
    margin: 29px 0 0;
    color: var(--rc-accent-bright);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 750;
    line-height: 1.55;
}

.summary {
    max-width: 640px;
    margin: 25px 0 0;
    color: var(--rc-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.summary strong {
    color: var(--rc-text);
}

.actions {
    margin-top: 34px;
}

.primary-button {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: var(--rc-accent);
    color: #04211f;
    text-decoration: none;
    font-size: .94rem;
    font-weight: 900;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.primary-button:hover {
    transform: translateY(-2px);
    background: var(--rc-accent-bright);
    box-shadow: 0 15px 34px rgba(55, 200, 181, .20);
}

.primary-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 31px;
}

.social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 43px;
    padding: 0 14px;
    border: 1px solid var(--rc-border);
    border-radius: 11px;
    background: rgba(245, 247, 248, .035);
    color: var(--rc-text);
    text-decoration: none;
    font-size: .84rem;
    font-weight: 800;
    transition:
        transform .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.social a:hover {
    transform: translateY(-2px);
    border-color: var(--rc-accent);
    background: rgba(55, 200, 181, .08);
}

.social svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.disclaimer {
    max-width: 630px;
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--rc-border);
    color: rgba(158, 176, 187, .74);
    font-size: .76rem;
    line-height: 1.6;
}

footer {
    width: min(1180px, calc(100% - 40px));
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--rc-border);
    color: rgba(158, 176, 187, .70);
    font-size: .8rem;
}

@media (max-width: 880px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 40px 0 64px;
    }

    .visual {
        min-height: 340px;
    }

    .orbit-one {
        width: 280px;
        height: 280px;
    }

    .orbit-two {
        width: 340px;
        height: 340px;
    }

    .terminal-mark {
        width: 265px;
    }

    .status-chip {
        right: 9%;
        bottom: 2%;
    }

    .content {
        max-width: none;
    }
}

@media (max-width: 540px) {
    .hero,
    footer {
        width: min(100% - 28px, 1180px);
    }

    .visual {
        min-height: 280px;
    }

    .orbit-one {
        width: 225px;
        height: 225px;
    }

    .orbit-two {
        width: 275px;
        height: 275px;
    }

    .terminal-mark {
        width: 205px;
    }

    .social span {
        display: none;
    }

    footer {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }
}
