:root {
    --bg: #07020f;
    --panel: rgba(12, 24, 35, 0.74);
    --panel-strong: rgba(18, 36, 44, 0.92);
    --text: #fbfff7;
    --muted: #c7d8c5;
    --cyan: #64e7ff;
    --pink: #f37be7;
    --violet: #9d8cff;
    --gold: #ffe998;
    --leaf: #8cffb6;
    --moss: #5fbf83;
    --line: rgba(255, 255, 255, 0.16);
}

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

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Inter, Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 18% 12%, rgba(140, 255, 182, 0.18), transparent 24rem),
        radial-gradient(circle at 82% 16%, rgba(100, 231, 255, 0.22), transparent 24rem),
        radial-gradient(circle at 55% 90%, rgba(243, 123, 231, 0.14), transparent 28rem),
        linear-gradient(135deg, #030813 0%, var(--bg) 45%, #112019 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(140, 255, 182, 0.16) 0 1px, transparent 2px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
    background-image: repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 4px);
    mix-blend-mode: screen;
}

.cursor-glow {
    position: fixed;
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(140, 255, 182, 0.16), rgba(100, 231, 255, 0.1), transparent 68%);
    translate: -50% -50%;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.2s ease;
}

.orb {
    position: fixed;
    border-radius: 999px;
    filter: blur(8px);
    opacity: 0.55;
    pointer-events: none;
    animation: float 9s ease-in-out infinite;
}

.orb-one {
    width: 10rem;
    height: 10rem;
    left: 6vw;
    top: 22vh;
    background: var(--pink);
}

.orb-two {
    width: 7rem;
    height: 7rem;
    right: 8vw;
    bottom: 12vh;
    background: var(--cyan);
    animation-delay: -3s;
}


.starscape,
.leaf-field {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.starscape span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 18px var(--gold), 42px 18px 0 rgba(255, 255, 255, 0.55), -34px 52px 0 rgba(100, 231, 255, 0.55);
    animation: twinkle 4s ease-in-out infinite;
}

.starscape span:nth-child(1) { left: 18%; top: 9%; }
.starscape span:nth-child(2) { left: 72%; top: 12%; animation-delay: -1.2s; }
.starscape span:nth-child(3) { left: 88%; top: 45%; animation-delay: -2.1s; }
.starscape span:nth-child(4) { left: 11%; top: 66%; animation-delay: -3s; }
.starscape span:nth-child(5) { left: 51%; top: 5%; animation-delay: -0.5s; }

.leaf-field span {
    position: absolute;
    width: 34px;
    height: 18px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, rgba(140, 255, 182, 0.55), rgba(95, 191, 131, 0.12));
    filter: blur(0.2px);
    transform: rotate(25deg);
    animation: drift 14s ease-in-out infinite;
}

.leaf-field span:nth-child(1) { left: 5%; top: 18%; }
.leaf-field span:nth-child(2) { left: 82%; top: 28%; animation-delay: -4s; }
.leaf-field span:nth-child(3) { left: 18%; top: 86%; animation-delay: -7s; }
.leaf-field span:nth-child(4) { left: 78%; top: 76%; animation-delay: -10s; }

.page-shell {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 56px;
}

.hero,
.story-panel,
.values-panel,
.cta-panel {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, var(--panel), rgba(5, 18, 22, 0.7));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px);
    border-radius: 34px;
}

.hero {
    min-height: 76vh;
    padding: clamp(24px, 5vw, 54px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
    overflow: hidden;
    position: relative;
}

.hero::after {
    content: "SINDA//TALEB";
    position: absolute;
    right: -2rem;
    bottom: -2.4rem;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(3.5rem, 12vw, 9rem);
    font-weight: 700;
    letter-spacing: -0.08em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.status-pill,
.eyebrow {
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    font-size: 0.78rem;
}

.status-pill {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(55, 247, 255, 0.26);
    border-radius: 999px;
    background: rgba(55, 247, 255, 0.08);
}

.live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px var(--cyan);
}

.profile-grid {
    display: grid;
    grid-template-columns: minmax(190px, 300px) 1fr;
    gap: clamp(26px, 6vw, 68px);
    align-items: center;
}

.avatar-frame {
    position: relative;
    aspect-ratio: 1;
    border-radius: 34% 66% 42% 58% / 50% 32% 68% 50%;
    padding: 10px;
    background: linear-gradient(135deg, var(--leaf), var(--cyan), var(--pink), var(--gold));
    transform-style: preserve-3d;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    border: 8px solid rgba(7, 2, 15, 0.88);
    display: block;
}

.avatar-ring,
.signal {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: inherit;
    inset: -14px;
    animation: pulse 2.8s ease-in-out infinite;
}

.signal {
    width: 18px;
    height: 18px;
    inset: auto 18% 2% auto;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 24px var(--gold);
}

.signal-two {
    inset: 7% auto auto 11%;
    width: 12px;
    height: 12px;
    background: var(--cyan);
}

h1,
h2,
h3 {
    font-family: "Space Grotesk", Inter, sans-serif;
    line-height: 0.96;
}

h1 {
    margin: 12px 0 18px;
    font-size: clamp(4.2rem, 13vw, 10rem);
    letter-spacing: -0.09em;
    text-shadow: 0 0 28px rgba(255, 61, 242, 0.28);
}

.tagline {
    max-width: 720px;
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.42rem);
}

.social-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    gap: 14px;
}

.social-card {
    min-height: 148px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    color: var(--text);
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7px;
    isolation: isolate;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.social-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 230, 109, 0.24), transparent 32%),
        linear-gradient(135deg, rgba(55, 247, 255, 0.28), rgba(255, 61, 242, 0.2));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.social-card span,
.social-card strong,
.social-card small {
    position: relative;
    z-index: 1;
}

.social-icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: var(--cyan);
    background: rgba(7, 2, 15, 0.38);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: auto;
}

.social-kicker {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
}

.social-card strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
}

.social-card small {
    color: var(--muted);
    line-height: 1.4;
}

.social-card:hover,
.social-card:focus-visible {
    transform: translateY(-8px) scale(1.015);
    border-color: rgba(55, 247, 255, 0.7);
    background: rgba(55, 247, 255, 0.08);
    box-shadow: 0 20px 46px rgba(55, 247, 255, 0.14);
    outline: none;
}

.social-card:hover::before,
.social-card:focus-visible::before,
.social-card.primary::before {
    opacity: 1;
}

.story-panel {
    margin-top: 24px;
    padding: clamp(24px, 5vw, 46px);
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 32px;
}

.story-panel h2,
.cta-panel h2 {
    margin-top: 12px;
    font-size: clamp(2rem, 5vw, 4.4rem);
    letter-spacing: -0.06em;
}

.feature-list {
    display: grid;
    gap: 14px;
}

.feature-list article {
    padding: 20px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
}

.feature-list span {
    color: var(--pink);
    font-weight: 900;
}

.feature-list h3 {
    margin: 8px 0;
    font-size: 1.4rem;
}

.feature-list p,
.cta-panel p {
    color: var(--muted);
}

.anime-strip {
    margin: 24px 0;
    display: flex;
    gap: 12px;
    overflow: hidden;
}

.anime-strip span {
    flex: 1 0 auto;
    padding: 14px 18px;
    border: 1px solid rgba(255, 230, 109, 0.28);
    border-radius: 999px;
    color: var(--gold);
    background: rgba(255, 230, 109, 0.08);
    text-align: center;
    font-weight: 800;
    animation: marquee 12s linear infinite alternate;
}


.values-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.values-panel article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 18%, rgba(140, 255, 182, 0.16), transparent 48%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.values-panel article:hover {
    transform: translateY(-6px);
    border-color: rgba(140, 255, 182, 0.48);
}

.values-panel span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 16px;
    color: var(--leaf);
    background: rgba(140, 255, 182, 0.1);
    font-size: 1.4rem;
}

.values-panel h3 {
    margin: 18px 0 10px;
    font-size: 1.5rem;
}

.values-panel p {
    color: var(--muted);
    line-height: 1.55;
}

.cta-panel {
    padding: clamp(26px, 6vw, 58px);
    text-align: center;
}

.cta-panel p {
    max-width: 680px;
    margin: 18px auto 28px;
}

.cta-button {
    display: inline-flex;
    padding: 15px 22px;
    border-radius: 999px;
    color: #100519;
    text-decoration: none;
    font-weight: 900;
    background: linear-gradient(135deg, var(--cyan), var(--pink));
    box-shadow: 0 16px 50px rgba(255, 61, 242, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-button:hover,
.cta-button:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(55, 247, 255, 0.26);
    outline: none;
}

@keyframes float {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(18px, -22px, 0) scale(1.08); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.65; }
    50% { transform: scale(1.06); opacity: 0.25; }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-28px); }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.35; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.25); }
}

@keyframes drift {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(25deg); opacity: 0.45; }
    50% { transform: translate3d(22px, -30px, 0) rotate(48deg); opacity: 0.82; }
}

@media (max-width: 900px) {
    .profile-grid,
    .story-panel,
    .values-panel {
        grid-template-columns: 1fr;
    }

    .avatar-frame {
        width: min(76vw, 270px);
    }

    .social-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 580px) {
    
    .page-shell {
        width: min(100% - 20px, 1120px);
        padding-top: 10px;
    }

    .hero,
    .story-panel,
    .values-panel,
    .cta-panel {
        border-radius: 26px;
    }

    .status-pill {
        align-items: flex-start;
        line-height: 1.45;
    }

    h1 {
        font-size: clamp(3.7rem, 23vw, 6rem);
    }

    .social-links {
        grid-template-columns: 1fr;
    }

    .social-card {
        min-height: 92px;
    }
}

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

    .cursor-glow {
        display: none;
    }
}
