/* /Layout/MainLayout.razor.rz.scp.css */
main[b-3oqpgio7mj] {
    min-height: calc(100vh - 56px);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.profile-navbar[b-lfcc8tivs8] {
    background: rgba(8, 18, 36, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    z-index: 1000;
}

.nav-container[b-lfcc8tivs8] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand[b-lfcc8tivs8] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #60a5fa;
    text-decoration: none;
    letter-spacing: 1px;
}

.nav-toggler[b-lfcc8tivs8] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav-toggler span[b-lfcc8tivs8] {
    display: block;
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
}

.nav-links[b-lfcc8tivs8] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link[b-lfcc8tivs8] {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}

.nav-link:hover[b-lfcc8tivs8] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-download[b-lfcc8tivs8] {
    border: 1px solid rgba(96,165,250,0.45);
    color: #93c5fd !important;
    margin-left: 0.25rem;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
}

.nav-download:hover[b-lfcc8tivs8] {
    background: rgba(37,99,235,0.25) !important;
    color: #ffffff !important;
}

.nav-cta[b-lfcc8tivs8] {
    background: #2563eb;
    color: #ffffff !important;
    margin-left: 0.5rem;
    padding: 0.45rem 1.1rem;
}

.nav-cta:hover[b-lfcc8tivs8] {
    background: #1d4ed8 !important;
}

@media (max-width: 767px) {
    .nav-toggler[b-lfcc8tivs8] {
        display: flex;
    }

    .nav-links[b-lfcc8tivs8] {
        position: absolute;
        top: 58px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        background: rgba(8, 18, 36, 0.98);
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        padding: 0.75rem 1rem;
        gap: 0.25rem;
    }

    .nav-links.collapsed[b-lfcc8tivs8] {
        display: none;
    }

    .nav-cta[b-lfcc8tivs8] {
        margin-left: 0;
        text-align: center;
    }
}
/* /Pages/Home.razor.rz.scp.css */
html[b-5np8x57uug] { scroll-behavior: smooth; }

/* ── shared section ────────────────────────────────────── */
.section[b-5np8x57uug] {
    padding: 5rem 0;
}

.section-white[b-5np8x57uug] { background: var(--white); }
.section-gray[b-5np8x57uug]  { background: var(--bg); }

.container[b-5np8x57uug] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-title[b-5np8x57uug] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2.25rem;
    padding-bottom: 0.75rem;
    position: relative;
}

.section-title[b-5np8x57uug]::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 44px; height: 3px;
    background: var(--blue);
    border-radius: 2px;
}

/* ── HERO ──────────────────────────────────────────────── */
.hero-section[b-5np8x57uug] {
    position: relative;
    background: linear-gradient(140deg, #060e1c 0%, #0d1f3c 55%, #071526 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-glow[b-5np8x57uug] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.25;
}

.glow-1[b-5np8x57uug] {
    width: 600px; height: 600px;
    top: -100px; right: -150px;
    background: radial-gradient(circle, #2563eb, transparent 70%);
}

.glow-2[b-5np8x57uug] {
    width: 400px; height: 400px;
    bottom: -80px; left: -80px;
    background: radial-gradient(circle, #06b6d4, transparent 70%);
}

.hero-container[b-5np8x57uug] {
    position: relative;
    z-index: 1;
}

.hero-body[b-5np8x57uug] {
    padding: 5rem 0;
    max-width: 720px;
}

.hero-eyebrow[b-5np8x57uug] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #67e8f9;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.pulse-dot[b-5np8x57uug] {
    display: inline-block;
    width: 8px; height: 8px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulse-b-5np8x57uug 2s ease-in-out infinite;
}

@keyframes pulse-b-5np8x57uug {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.8); }
}

.hero-name[b-5np8x57uug] {
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 0.5rem;
}

.hero-title[b-5np8x57uug] {
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    font-weight: 400;
    color: var(--blue-lt);
    margin-bottom: 0.6rem;
}

.hero-subtitle[b-5np8x57uug] {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
}

.hero-stats[b-5np8x57uug] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0;
    margin-bottom: 2.5rem;
}

.stat-item[b-5np8x57uug] {
    display: flex;
    flex-direction: column;
    padding: 0 1.75rem;
}

.stat-item:first-child[b-5np8x57uug] { padding-left: 0; }

.stat-divider[b-5np8x57uug] {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.12);
    flex-shrink: 0;
}

.stat-n[b-5np8x57uug] {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.stat-l[b-5np8x57uug] {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
    white-space: nowrap;
}

.hero-actions[b-5np8x57uug] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.hero-btn[b-5np8x57uug] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s;
    border: 1px solid rgba(96,165,250,0.6);
    background: rgba(37,99,235,0.35);
    color: #ffffff;
}

.hero-btn:hover[b-5np8x57uug] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    transform: translateY(-1px);
}

.hero-btn-linkedin[b-5np8x57uug] {
    border-color: rgba(10,102,194,0.45);
    background: rgba(10,102,194,0.15);
    color: #93c5fd;
}

.hero-btn-linkedin:hover[b-5np8x57uug] {
    background: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
}

.hero-location[b-5np8x57uug] {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.72);
}

.hero-scroll-hint[b-5np8x57uug] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.55);
    font-size: 0.75rem;
    text-decoration: none;
    letter-spacing: 1px;
    animation: bounce-b-5np8x57uug 2.5s ease-in-out infinite;
}

@keyframes bounce-b-5np8x57uug {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(6px); }
}

/* ── ABOUT ─────────────────────────────────────────────── */
.about-lead[b-5np8x57uug] {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--text);
    margin-bottom: 1rem;
}

.about-body[b-5np8x57uug] {
    font-size: 0.975rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 0.9rem;
}

.highlights-card[b-5np8x57uug] {
    background: var(--bg);
    border-left: 3px solid var(--blue);
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
}

.highlights-header[b-5np8x57uug] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--blue);
    margin-bottom: 1rem;
}

.highlights-list[b-5np8x57uug] {
    list-style: none;
    padding: 0; margin: 0;
}

.highlights-list li[b-5np8x57uug] {
    font-size: 0.9rem;
    padding: 0.3rem 0 0.3rem 1.4rem;
    color: var(--text);
    position: relative;
    line-height: 1.5;
}

.highlights-list li[b-5np8x57uug]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700;
}

/* ── SKILLS ────────────────────────────────────────────── */
.skill-card[b-5np8x57uug] {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    height: 100%;
}

.skill-header[b-5np8x57uug] {
    padding: 0.65rem 1.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
}

.skill-header.cloud[b-5np8x57uug]  { background: linear-gradient(90deg,#0ea5e9,#0284c7); }
.skill-header.dotnet[b-5np8x57uug] { background: linear-gradient(90deg,#7c3aed,#5b21b6); }
.skill-header.data[b-5np8x57uug]   { background: linear-gradient(90deg,#059669,#047857); }
.skill-header.sap[b-5np8x57uug]    { background: linear-gradient(90deg,#d97706,#b45309); }
.skill-header.devops[b-5np8x57uug] { background: linear-gradient(90deg,#dc2626,#b91c1c); }

.skill-tags[b-5np8x57uug] {
    padding: 1rem 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.stag[b-5np8x57uug] {
    font-size: 0.74rem;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-weight: 500;
    white-space: nowrap;
}

.stag.aws[b-5np8x57uug]    { background:#fef3c7; color:#92400e; }
.stag.azure[b-5np8x57uug]  { background:#dbeafe; color:#1e40af; }
.stag.sap[b-5np8x57uug]    { background:#fef9c3; color:#78350f; }
.stag.dotnet[b-5np8x57uug] { background:#ede9fe; color:#5b21b6; }
.stag.web[b-5np8x57uug]    { background:#f0fdf4; color:#166534; }
.stag.db[b-5np8x57uug]     { background:#f0f9ff; color:#0c4a6e; }
.stag.int[b-5np8x57uug]    { background:#fdf4ff; color:#7e22ce; }
.stag.devops[b-5np8x57uug] { background:#fff1f2; color:#9f1239; }

/* ── TIMELINE / EXPERIENCE ─────────────────────────────── */
.timeline[b-5np8x57uug] {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 3rem;
}

.timeline[b-5np8x57uug]::before {
    content: '';
    position: absolute;
    left: 6px; top: 20px; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--blue) 0%, var(--border) 100%);
}

.tl-item[b-5np8x57uug] {
    position: relative;
    margin-bottom: 2rem;
}

.tl-dot[b-5np8x57uug] {
    position: absolute;
    left: -2rem;
    top: 1.4rem;
    width: 13px; height: 13px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 2px solid var(--white);
    z-index: 1;
}

.tl-dot-active[b-5np8x57uug] {
    background: var(--blue);
    box-shadow: 0 0 0 4px rgba(37,99,235,.2);
}

.tl-card[b-5np8x57uug] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

.tl-card:hover[b-5np8x57uug] {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.tl-header[b-5np8x57uug] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tl-role[b-5np8x57uug] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 0.25rem;
}

.tl-company[b-5np8x57uug] {
    font-size: 0.92rem;
    font-weight: 600;
}

.co-emerson[b-5np8x57uug] { color: #0056a0; }
.co-finexio[b-5np8x57uug] { color: #6d28d9; }
.co-nestle[b-5np8x57uug]  { color: #009fe3; }
.co-pwc[b-5np8x57uug]     { color: #c3252e; }

.tl-meta[b-5np8x57uug] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    flex-shrink: 0;
}

.tl-badge[b-5np8x57uug] {
    background: var(--navy);
    color: white;
    font-size: 0.72rem;
    padding: 0.18rem 0.65rem;
    border-radius: 999px;
    white-space: nowrap;
}

.tl-loc[b-5np8x57uug] {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.tl-summary[b-5np8x57uug] {
    font-size: 0.925rem;
    line-height: 1.65;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.tl-bullets[b-5np8x57uug] {
    list-style: none;
    padding: 0; margin: 0 0 1rem;
}

.tl-bullets li[b-5np8x57uug] {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--text);
    padding: 0.2rem 0 0.2rem 1.3rem;
    position: relative;
}

.tl-bullets li[b-5np8x57uug]::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--blue);
    font-size: 0.78rem;
    top: 0.3rem;
}

.tl-stack[b-5np8x57uug] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.tl-stack span[b-5np8x57uug] {
    font-size: 0.7rem;
    padding: 0.12rem 0.5rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--text-muted);
    font-family: 'Consolas', monospace;
}

/* Earlier experience */
.earlier-exp[b-5np8x57uug] { margin-top: 0.5rem; }

.earlier-title[b-5np8x57uug] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.mini-card[b-5np8x57uug] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.1rem 1.25rem;
    height: 100%;
}

.mini-co[b-5np8x57uug] {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--navy);
    margin-bottom: 0.15rem;
}

.mini-role[b-5np8x57uug] {
    font-size: 0.8rem;
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.mini-date[b-5np8x57uug] {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.mini-desc[b-5np8x57uug] {
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--text);
    margin: 0;
}

/* ── EDUCATION ─────────────────────────────────────────── */
.sub-title[b-5np8x57uug] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.edu-card[b-5np8x57uug] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 0.75rem;
}

.edu-badge[b-5np8x57uug] {
    min-width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #dbeafe;
    color: #1e40af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.edu-current[b-5np8x57uug] { background: #dcfce7; color: #166534; }

.edu-degree[b-5np8x57uug] {
    font-weight: 700;
    font-size: 0.93rem;
    color: var(--navy);
    margin-bottom: 0.15rem;
}

.edu-school[b-5np8x57uug] {
    font-size: 0.85rem;
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 0.15rem;
}

.edu-date[b-5np8x57uug] {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* Certs */
.cert-list[b-5np8x57uug] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.cert-item[b-5np8x57uug] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.1rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.cert-badge[b-5np8x57uug] {
    width: 42px; height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
    letter-spacing: 0.3px;
}

.cert-google[b-5np8x57uug] { background: linear-gradient(135deg,#4285F4,#34A853); }
.cert-ms[b-5np8x57uug]     { background: linear-gradient(135deg,#0078D4,#00B4D8); }
.cert-hr[b-5np8x57uug]     { background: linear-gradient(135deg,#00EA64,#00875A); }

.cert-name[b-5np8x57uug] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.1rem;
}

.cert-issuer[b-5np8x57uug] {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.all-certs-link[b-5np8x57uug] {
    font-size: 0.85rem;
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
}

.all-certs-link:hover[b-5np8x57uug] { text-decoration: underline; }

/* Languages */
.lang-row[b-5np8x57uug] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.lang-card[b-5np8x57uug] {
    flex: 1;
    min-width: 100px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.lang-name[b-5np8x57uug] {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--navy);
}

.lang-level[b-5np8x57uug] {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-top: 0.2rem;
}

/* ── FOOTER ────────────────────────────────────────────── */
.profile-footer[b-5np8x57uug] {
    background: var(--navy);
    padding: 2.25rem 0;
}

.footer-row[b-5np8x57uug] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.footer-contact[b-5np8x57uug] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.55);
}

.footer-contact a[b-5np8x57uug] {
    color: var(--blue-lt);
    text-decoration: none;
}

.footer-contact a:hover[b-5np8x57uug] { text-decoration: underline; }

.footer-sep[b-5np8x57uug] { color: rgba(255,255,255,0.25); }

.footer-motto[b-5np8x57uug] {
    font-size: 0.95rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.2);
}

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 767px) {
    .section[b-5np8x57uug] { padding: 3.5rem 0; }
    .hero-body[b-5np8x57uug] { padding: 4rem 0 3rem; }
    .stat-item[b-5np8x57uug] { padding: 0 1rem; }
    .tl-header[b-5np8x57uug] { flex-direction: column; }
    .tl-meta[b-5np8x57uug] { align-items: flex-start; }
    .footer-row[b-5np8x57uug] { flex-direction: column; text-align: center; }
    .footer-contact[b-5np8x57uug] { justify-content: center; }
}
