/* ── About Page Styles ─────────────────────────────────── */
.zeevio-about-main { font-family: 'Inter', sans-serif; }

/* Hero */
.zeevio-ab-hero {
    position: relative;
    padding: 90px 0 80px;
    background: linear-gradient(135deg, var(--zeevio-light,#f0f7ff) 0%, #f5f0ff 100%);
    overflow: hidden;
}
.zeevio-ab-hero-inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
}
.zeevio-ab-hero-content { position: relative; z-index: 1; }
.zeevio-ab-hero-name {
    font-size: clamp(2rem,5vw,3.2rem);
    font-weight: 800;
    color: var(--zeevio-dark2,#1e293b);
    margin: 14px 0 8px;
    line-height: 1.1;
}
.zeevio-ab-hero-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--zeevio-blue,#3b82f6);
    margin: 0 0 16px;
}
.zeevio-ab-hero-tagline {
    font-size: 1rem;
    color: var(--zeevio-gray,#64748b);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 0 32px;
}
.zeevio-ab-hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.zeevio-ab-stat { text-align: center; }
.zeevio-ab-stat-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--zeevio-blue,#3b82f6);
    line-height: 1;
}
.zeevio-ab-stat-label {
    font-size: 12px;
    color: var(--zeevio-gray,#64748b);
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

/* Hero visual */
.zeevio-ab-hero-visual { display: flex; justify-content: center; position: relative; z-index: 1; }
.zeevio-ab-img-wrap { position: relative; width: 320px; height: 380px; }
.zeevio-ab-photo {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 24px;
    position: relative; z-index: 2;
    box-shadow: 0 20px 60px rgba(59,130,246,.2);
}
.zeevio-ab-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg,var(--zeevio-blue,#3b82f6),var(--zeevio-indigo,#6366f1));
    border-radius: 24px;
    display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 2;
}
.zeevio-ab-placeholder svg { width: 120px; height: 120px; opacity: .5; }
.zeevio-ab-initials {
    position: absolute;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    z-index: 3;
}
.zeevio-ab-img-ring {
    position: absolute;
    inset: -10px;
    border-radius: 30px;
    border: 2px dashed var(--zeevio-blue,#3b82f6);
    opacity: .3;
    z-index: 1;
    animation: zeevio-rotate 20s linear infinite;
}
@keyframes zeevio-rotate { to { transform: rotate(360deg); } }
.zeevio-ab-float-badge {
    position: absolute;
    bottom: -16px; left: 50%; transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--zeevio-dark2,#1e293b);
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    z-index: 3;
    white-space: nowrap;
    display: flex; align-items: center; gap: 8px;
}
.zeevio-ab-hero-shape {
    position: absolute; bottom: -2px; left: 0; right: 0;
    height: 60px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}

/* Story */
.zeevio-ab-story { padding: 80px 0; background: #fff; }
.zeevio-ab-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.zeevio-ab-story-full { grid-column: 1 / -1; max-width: 760px; margin: 0 auto; }
.zeevio-ab-story-img { position: relative; }
.zeevio-ab-story-img img {
    width: 100%; border-radius: 20px;
    box-shadow: 0 16px 48px rgba(0,0,0,.1);
}
.zeevio-ab-story-badge {
    position: absolute; bottom: -16px; right: -16px;
    background: var(--zeevio-blue,#3b82f6);
    color: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(59,130,246,.3);
}
.zeevio-ab-story-badge span { display: block; font-size: 2rem; font-weight: 800; line-height: 1; }
.zeevio-ab-story-badge small { font-size: 11px; opacity: .85; line-height: 1.3; }
.zeevio-ab-para { font-size: 1rem; color: var(--zeevio-gray,#64748b); line-height: 1.8; margin: 0 0 16px; }
.zeevio-ab-para:last-child { margin-bottom: 0; }

/* Timeline */
.zeevio-ab-timeline { padding: 80px 0; background: var(--zeevio-light,#f8faff); }
.zeevio-ab-timeline-wrap { position: relative; max-width: 900px; margin: 48px auto 0; }
.zeevio-ab-timeline-line {
    position: absolute;
    left: 50%; top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--zeevio-blue,#3b82f6), var(--zeevio-indigo,#6366f1));
    transform: translateX(-50%);
}
.zeevio-ab-tl-item {
    position: relative;
    width: 46%;
    margin-bottom: 40px;
}
.zeevio-ab-tl-left { margin-right: auto; padding-right: 40px; text-align: right; }
.zeevio-ab-tl-right { margin-left: auto; padding-left: 40px; text-align: left; }
.zeevio-ab-tl-dot {
    position: absolute;
    top: 20px;
    width: 14px; height: 14px;
    background: var(--zeevio-blue,#3b82f6);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--zeevio-blue,#3b82f6);
    z-index: 2;
}
.zeevio-ab-tl-left .zeevio-ab-tl-dot { right: -7px; }
.zeevio-ab-tl-right .zeevio-ab-tl-dot { left: -7px; }
.zeevio-ab-tl-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border: 1px solid #e2e8f0;
    transition: transform .2s, box-shadow .2s;
}
.zeevio-ab-tl-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(59,130,246,.1); }
.zeevio-ab-tl-year {
    display: inline-block;
    background: var(--zeevio-blue,#3b82f6);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.zeevio-ab-tl-role { font-size: 1rem; font-weight: 700; color: var(--zeevio-dark2,#1e293b); margin: 0 0 6px; }
.zeevio-ab-tl-company {
    display: flex; align-items: center; gap: 5px;
    font-size: 12px; color: var(--zeevio-blue,#3b82f6); font-weight: 600;
    margin-bottom: 8px;
    justify-content: inherit;
}
.zeevio-ab-tl-company svg { width: 12px; height: 12px; }
.zeevio-ab-tl-desc { font-size: 13px; color: var(--zeevio-gray,#64748b); line-height: 1.6; margin: 0; }

/* Skills */
.zeevio-ab-skills { padding: 80px 0; background: #fff; }

/* Values */
.zeevio-ab-values { padding: 80px 0; background: var(--zeevio-light,#f8faff); }
.zeevio-ab-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 48px;
}
.zeevio-ab-value-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
}
.zeevio-ab-value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(59,130,246,.1); }
.zeevio-ab-value-icon { font-size: 2.2rem; margin-bottom: 16px; }
.zeevio-ab-value-card h3 { font-size: 1rem; font-weight: 700; color: var(--zeevio-dark2,#1e293b); margin: 0 0 10px; }
.zeevio-ab-value-card p { font-size: 14px; color: var(--zeevio-gray,#64748b); line-height: 1.65; margin: 0; }

/* Responsive */
@media (max-width: 900px) {
    .zeevio-ab-hero-inner { grid-template-columns: 1fr; text-align: center; }
    .zeevio-ab-hero-visual { justify-content: center; order: -1; }
    .zeevio-ab-hero-stats { justify-content: center; }
    .zeevio-ab-hero-tagline { margin-left: auto; margin-right: auto; }
    .zeevio-ab-story-grid { grid-template-columns: 1fr; }
    .zeevio-ab-timeline-line { left: 20px; }
    .zeevio-ab-tl-item { width: calc(100% - 50px); margin-left: 50px !important; padding-left: 24px; padding-right: 0; text-align: left; }
    .zeevio-ab-tl-left .zeevio-ab-tl-dot,
    .zeevio-ab-tl-right .zeevio-ab-tl-dot { left: -33px; right: auto; }
    .zeevio-ab-tl-company { justify-content: flex-start; }
}
@media (max-width: 560px) {
    .zeevio-ab-hero { padding: 70px 0 60px; }
    .zeevio-ab-img-wrap { width: 260px; height: 300px; }
}
