:root {
    --gen-dark: #061318;
    --gen-dark-soft: #0d2229;
    --gen-green: #26f2a6;
    --gen-green-dark: #0bbf7a;
    --gen-blue: #38bdf8;
    --gen-text: #eafbf5;
    --gen-muted: #9bb7b0;
    --gen-card: rgba(255,255,255,.08);
    --gen-border: rgba(255,255,255,.14);
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(0, 0, 0, .28);
    --radius-xl: 28px;
    --radius-md: 18px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--gen-text);
    background:
        radial-gradient(circle at top left, rgba(38, 242, 166, .18), transparent 30%),
        radial-gradient(circle at top right, rgba(56, 189, 248, .18), transparent 30%),
        linear-gradient(180deg, #061318 0%, #081c22 48%, #0d2229 100%);
    line-height: 1.6;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.bio-page {
    width: min(100%, 860px);
    margin: 0 auto;
    padding: 22px 18px 70px;
}

.hero-bio {
    min-height: 100svh;
    display: grid;
    place-items: center;
    position: relative;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(6, 19, 24, .35), rgba(6, 19, 24, .78)),
        url('img/portada.jpg') center/cover no-repeat;
    border-radius: 0 0 42px 42px;
    height: 46%;
    z-index: -1;
}

.bio-card,
.section-card,
.final-cta,
.trust-strip {
    background: rgba(255,255,255,.07);
    border: 1px solid var(--gen-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.bio-card {
    width: min(100%, 680px);
    padding: 28px;
    border-radius: 34px;
    text-align: center;
}

.brand-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.genelsu-badge,
.status-dot,
.eyebrow,
.service-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 999px;
}

.genelsu-badge {
    background: rgba(38, 242, 166, .12);
    color: var(--gen-green);
    padding: 8px 12px;
}

.status-dot {
    color: var(--gen-green);
    background: rgba(38, 242, 166, .12);
    padding: 8px 12px;
}

.status-dot i {
    font-size: .48rem;
}

.brand-avatar {
    width: 118px;
    height: 118px;
    object-fit: cover;
    border-radius: 28px;
    margin: 0 auto 18px;
    border: 5px solid rgba(255,255,255,.18);
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.08;
    color: var(--gen-text);
}

h1 {
    font-size: clamp(2rem, 7vw, 4.2rem);
    letter-spacing: -.06em;
}

.bio-subtitle {
    margin-top: 8px;
    color: var(--gen-green);
    font-weight: 900;
    font-size: 1.04rem;
}

.bio-description {
    width: min(100%, 540px);
    margin: 14px auto 0;
    color: var(--gen-muted);
    font-size: 1rem;
}

.quick-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.quick-tags span {
    background: rgba(255,255,255,.06);
    color: var(--gen-text);
    border: 1px solid var(--gen-border);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: .88rem;
    font-weight: 800;
}

.main-actions {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.action-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    text-align: left;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--gen-border);
    border-radius: 22px;
    padding: 16px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.action-card:hover {
    transform: translateY(-3px);
    border-color: rgba(38, 242, 166, .45);
    box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.action-card.primary {
    color: #031014;
    border: none;
    background: linear-gradient(135deg, var(--gen-green), var(--gen-blue));
}

.action-card strong {
    display: block;
    font-size: 1rem;
}

.action-card small {
    color: currentColor;
    opacity: .72;
    font-weight: 600;
}

.action-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(38, 242, 166, .1);
    color: var(--gen-green);
    font-size: 1.2rem;
}

.primary .action-icon {
    background: rgba(0,0,0,.12);
    color: #031014;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    border-radius: var(--radius-xl);
    padding: 18px;
    margin: 24px 0;
    text-align: center;
}

.trust-strip strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: var(--gen-green);
    font-size: 1.3rem;
}

.trust-strip span {
    color: var(--gen-muted);
    font-size: .85rem;
    font-weight: 700;
}

.section-card {
    border-radius: var(--radius-xl);
    padding: clamp(24px, 5vw, 42px);
    margin: 24px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 26px;
}

.eyebrow,
.service-label {
    background: rgba(56, 189, 248, .1);
    color: var(--gen-blue);
    padding: 8px 12px;
    margin-bottom: 12px;
}

.section-heading h2,
.split-section h2,
.final-cta h2 {
    font-size: clamp(1.8rem, 5vw, 3rem);
    letter-spacing: -.04em;
    margin-bottom: 10px;
}

.section-heading p,
.split-section p {
    color: var(--gen-muted);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.service-card {
    border: 1px solid var(--gen-border);
    border-radius: 24px;
    padding: 22px;
    background: rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 260px;
}

.service-card.featured {
    background: linear-gradient(155deg, rgba(38,242,166,.18), rgba(56,189,248,.12));
    border: 1px solid rgba(38, 242, 166, .36);
}

.service-card h3 {
    font-size: 1.35rem;
}

.service-card p {
    color: var(--gen-muted);
    flex: 1;
}

.service-card a,
.mini-cta,
.final-cta a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(135deg, var(--gen-green), var(--gen-blue));
    color: #031014;
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 900;
    transition: transform .22s ease, filter .22s ease;
}

.service-card a:hover,
.mini-cta:hover,
.final-cta a:hover {
    transform: translateY(-2px);
    filter: brightness(.96);
}

.split-section {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 22px;
    align-items: center;
}

.check-list {
    list-style: none;
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    font-weight: 700;
    color: var(--gen-text);
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gen-green);
    font-weight: 900;
}

.highlight-box {
    background: linear-gradient(160deg, rgba(38, 242, 166, .12), rgba(56, 189, 248, .1));
    border: 1px solid rgba(38, 242, 166, .24);
    border-radius: 26px;
    padding: 24px;
}

.highlight-box p {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--gen-text);
    margin-bottom: 18px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 12px;
}

.gallery-grid img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 24px;
}

.gallery-grid img:first-child {
    height: 320px;
}

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

details {
    background: rgba(255,255,255,.06);
    border: 1px solid var(--gen-border);
    border-radius: 18px;
    padding: 18px 20px;
}

summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--gen-text);
}

details p {
    color: var(--gen-muted);
    margin-top: 10px;
}

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 18px;
    align-items: stretch;
}

.contact-info {
    display: grid;
    gap: 12px;
}

.contact-info a,
.contact-info p {
    text-decoration: none;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--gen-border);
    border-radius: 16px;
    padding: 14px;
    font-weight: 800;
    color: var(--gen-text);
}

.contact-info i {
    color: var(--gen-green);
    margin-right: 8px;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 24px;
}

.final-cta {
    border-radius: 34px;
    padding: 42px 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(38,242,166,.16), rgba(56,189,248,.12));
    color: var(--gen-text);
}

.final-cta span {
    color: var(--gen-green);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.final-cta h2 {
    color: var(--gen-text);
    margin: 10px 0 22px;
}

.bio-footer {
    width: min(100%, 860px);
    margin: 0 auto 30px;
    padding: 0 18px;
    text-align: center;
    color: var(--gen-muted);
    font-size: .9rem;
}

.bio-footer a {
    color: var(--gen-green);
    font-weight: 900;
    text-decoration: none;
}

.float-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #25d366;
    color: var(--white);
    text-decoration: none;
    font-size: 1.8rem;
    box-shadow: 0 18px 32px rgba(0,0,0,.22);
    z-index: 20;
    transition: transform .22s ease;
}

.float-whatsapp:hover {
    transform: scale(1.08);
}

@media (max-width: 760px) {
    .bio-page {
        padding-inline: 12px;
    }

    .hero-bio {
        min-height: auto;
        padding-top: 28px;
    }

    .bio-card {
        padding: 22px 16px;
        border-radius: 28px;
    }

    .brand-topline,
    .trust-strip,
    .services-grid,
    .split-section,
    .gallery-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .brand-topline {
        justify-content: center;
    }

    .trust-strip {
        gap: 0;
    }

    .service-card {
        min-height: auto;
    }

    .gallery-grid img,
    .gallery-grid img:first-child {
        height: 220px;
    }

    .action-card {
        grid-template-columns: auto 1fr;
    }

    .action-card > i {
        display: none;
    }
}