/* ========== BIO5 PAGE STYLES ========== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Fix white space after footer */
body.inner-page {
    background-color: #0B1426;
    margin: 0;
    padding: 0;
}

#main {
    padding-bottom: 0;
    margin-bottom: 0;
}

.enhanced-footer {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-bottom {
    padding-bottom: 30px;
}

.scroll-to-top {
    position: fixed;
    z-index: 999;
}

/* ---------- Hero Section ---------- */
.bio5-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #0d2137 40%, #0a2e1f 100%);
}

.bio5-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bio5-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,22,40,0.7) 0%, rgba(10,22,40,0.5) 50%, rgba(10,22,40,0.9) 100%);
}

.bio5-hero__content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 24px 80px;
}

.bio5-hero__badge {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    background: rgba(34,197,94,0.15);
    border: 1px solid rgba(34,197,94,0.3);
    color: #22c55e;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    animation: fadeInDown 0.8s ease-out;
}

.bio5-hero__title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.bio5-hero .gradient-text {
    background: linear-gradient(135deg, #22c55e, #06b6d4, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bio5-hero__tagline {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #22c55e;
    font-weight: 600;
    margin-bottom: 16px;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.bio5-hero__subtitle {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    color: rgba(255,255,255,0.75);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.bio5-hero__cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.bio5-hero .btn-hero {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    padding: 14px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.bio5-hero .btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(34,197,94,0.35);
}

.bio5-hero .btn-outline-hero {
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 14px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
}

.bio5-hero .btn-outline-hero:hover {
    border-color: #22c55e;
    background: rgba(34,197,94,0.1);
}

.bio5-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.bio5-stat {
    text-align: center;
    padding: 20px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
}

.bio5-stat__value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 4px;
}

.bio5-stat__label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ---------- Image Placeholders ---------- */
.bio5-hero__img-placeholder,
.bio5-img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(34,197,94,0.08), rgba(6,182,212,0.08));
    border: 2px dashed rgba(34,197,94,0.3);
    border-radius: 16px;
    color: rgba(34,197,94,0.6);
    font-size: 0.9rem;
    font-weight: 500;
    min-height: 200px;
}

.bio5-hero__img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    border: none;
    border-radius: 0;
}

.bio5-hero__img-placeholder i,
.bio5-img-placeholder i {
    font-size: 2.5rem;
}

.bio5-img-placeholder--lg { min-height: 350px; }
.bio5-img-placeholder--md { min-height: 250px; }
.bio5-img-placeholder--sm { min-height: 150px; }

/* ---------- About Section ---------- */
.bio5-about {
    background: #fff;
}

.bio5-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.bio5-about__text h2 { margin-bottom: 24px; }

.bio5-about__highlight {
    background: linear-gradient(135deg, #f0fdf4, #ecfeff);
    border-left: 4px solid #22c55e;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 24px;
}

.bio5-about__highlight p {
    font-size: 1.05rem;
    color: #1a1a2e;
    line-height: 1.6;
}

.bio5-about__text p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 1rem;
}

.bio5-about__image {
    border-radius: 16px;
    overflow: hidden;
}

.bio5-about__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* ---------- Products Section ---------- */
.bio5-products {
    background: linear-gradient(180deg, #f8fafc, #f0fdf4);
}

.bio5-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.bio5-product-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.bio5-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #06b6d4);
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.bio5-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    border-color: rgba(34,197,94,0.3);
}

.bio5-product-card:hover::before { transform: scaleX(1); }

.bio5-product-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f0fdf4, #ecfeff);
    color: #16a34a;
    font-size: 1.75rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.bio5-product-card:hover .bio5-product-card__icon {
    background: linear-gradient(135deg, #22c55e, #06b6d4);
    color: #fff;
    transform: scale(1.1);
}

.bio5-product-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.bio5-product-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
}

/* ---------- Solutions Section ---------- */
.bio5-solutions {
    background: linear-gradient(180deg, #0f172a, #1e293b);
    color: #fff;
}

.bio5-solutions .section-title { color: #fff; }
.bio5-solutions .section-description { color: rgba(255,255,255,0.6); }

.bio5-solutions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.bio5-solution-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
}

.bio5-solution-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(34,197,94,0.4);
    transform: translateY(-4px);
}

.bio5-solution-card__tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(34,197,94,0.2), rgba(6,182,212,0.2));
    color: #22c55e;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
    border: 1px solid rgba(34,197,94,0.3);
}

.bio5-solution-card ul {
    list-style: none;
    padding: 0;
}

.bio5-solution-card ul li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    color: rgba(255,255,255,0.8);
    font-size: 0.92rem;
    line-height: 1.5;
}

.bio5-solution-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
}

/* ---------- Service Offerings ---------- */
.bio5-offerings {
    background: #fff;
}

.bio5-offerings__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.bio5-offering-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.35s ease;
}

.bio5-offering-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    border-color: rgba(34,197,94,0.4);
}

.bio5-offering-card--accent {
    background: linear-gradient(135deg, #f0fdf4, #ecfeff);
    border-color: rgba(34,197,94,0.3);
}

.bio5-offering-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dcfce7, #cffafe);
    color: #16a34a;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.bio5-offering-card:hover .bio5-offering-card__icon {
    background: linear-gradient(135deg, #22c55e, #06b6d4);
    color: #fff;
}

.bio5-offering-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.bio5-offering-card p {
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.5;
}

/* ---------- Adoption Models ---------- */
.bio5-adoption {
    background: linear-gradient(180deg, #f0fdf4, #ecfeff);
}

.bio5-adoption__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

.bio5-adoption-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 36px 28px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.bio5-adoption-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.bio5-adoption-card__badge {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bio5-adoption-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.bio5-adoption-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

/* ---------- Partnerships ---------- */
.bio5-partnerships {
    background: #fff;
}

.bio5-partnerships__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 32px;
}

.bio5-partnership-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    transition: all 0.35s ease;
}

.bio5-partnership-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

.bio5-partnership-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 20px 0 12px;
}

.bio5-partnership-card ul {
    list-style: none;
    padding: 0;
}

.bio5-partnership-card ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    color: #4b5563;
    font-size: 0.92rem;
}

.bio5-partnership-card ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
    font-size: 1.2em;
}

.bio5-partnership-card p {
    color: #6b7280;
    line-height: 1.6;
    font-size: 0.92rem;
}

/* ---------- Outcomes ---------- */
.bio5-outcomes {
    background: linear-gradient(180deg, #0f172a, #0d2137);
    color: #fff;
}

.bio5-outcomes .section-title { color: #fff; }
.bio5-outcomes .section-description { color: rgba(255,255,255,0.6); }

.bio5-outcomes__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
}

.bio5-outcome-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.35s ease;
}

.bio5-outcome-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(34,197,94,0.4);
    transform: translateY(-5px);
}

.bio5-outcome-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(34,197,94,0.15);
    color: #22c55e;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.bio5-outcome-card__value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 8px;
}

.bio5-outcome-card__label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
}

/* ---------- EAAS Section ---------- */
.bio5-eaas {
    background: linear-gradient(180deg, #f0fdf4, #fff);
}

.bio5-eaas__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.bio5-eaas__services {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bio5-eaas-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 24px;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a2e;
}

.bio5-eaas-item:hover {
    border-color: #22c55e;
    box-shadow: 0 6px 20px rgba(34,197,94,0.12);
    transform: translateX(6px);
}

.bio5-eaas-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dcfce7, #cffafe);
    color: #16a34a;
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* ---------- CTA Section ---------- */
.bio5-cta {
    background: linear-gradient(135deg, #0f172a 0%, #0d2137 50%, #0a2e1f 100%);
}

.bio5-cta__box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.bio5-cta__box h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: #fff;
    margin-bottom: 16px;
}

.bio5-cta__box > p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.bio5-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.bio5-cta .btn-hero {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    padding: 14px 36px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.bio5-cta .btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(34,197,94,0.35);
}

.bio5-cta .btn-outline-hero {
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 14px 36px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
}

.bio5-cta .btn-outline-hero:hover {
    border-color: #22c55e;
    background: rgba(34,197,94,0.1);
}

.bio5-cta__quote {
    color: rgba(255,255,255,0.4);
    font-style: italic;
    font-size: 0.9rem;
}

/* ---------- Animations ---------- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---------- Responsive ---------- */
@media (min-width: 768px) {
    .bio5-about__grid { grid-template-columns: 1fr 1fr; }
    .bio5-eaas__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .bio5-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .bio5-partnerships__grid { grid-template-columns: 1fr; }
    .bio5-stat { padding: 14px 8px; }
    .bio5-stat__value { font-size: 1.2rem; }
}

@media (max-width: 480px) {
    .bio5-hero__content { padding: 100px 16px 60px; }
    .bio5-hero__cta { flex-direction: column; align-items: center; }
    .bio5-hero .btn-hero,
    .bio5-hero .btn-outline-hero { width: 100%; justify-content: center; }
    .bio5-adoption__grid { grid-template-columns: 1fr; }
}
