/* process_custom.css - Standardized Styles to Match System */

/* ================================================ */
/* NAVBAR OVERRIDES (Standard System)              */
/* ================================================ */
.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000 !important;
    background: transparent !important;
    transition: background 0.3s ease, padding 0.3s ease;
}

.navbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link,
.navbar.scrolled .brand-logo .logo-mobile {
    color: #113e2d !important;
}

.navbar.scrolled .menu-toggle .bar {
    background-color: #113e2d !important;
}

/* ================================================ */
/* HERO: Centered Impact (Matches Products Page)   */
/* ================================================ */

.page-hero-centered {
    position: relative;
    min-height: 100vh;
    /* Comfortable height like contact */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-top: 0;
    color: #fff;
}

.hero-bg-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg-full::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(17, 62, 45, 0.7), rgba(17, 62, 45, 0.5));
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.hero-content-centered {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 0 24px;
    margin-top: 60px;
}

.hero-eyebrow-center {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FDB913;
    margin-bottom: 28px;
    opacity: 0.9;
}

.hero-title-center {
    font-size: clamp(29px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 40px;
    letter-spacing: -1px;
    color: #ffffff;
}

.hero-title-center span {
    color: #fff;
    position: relative;
    display: inline-block;
}

.hero-title-center span::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(253, 185, 19, 0.3);
    z-index: -1;
}

.hero-desc-center {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 480px;
    margin: 0 auto 48px;
}

.hero-actions-center {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-hero-solid {
    background: #FDB913;
    color: #113e2d;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.btn-hero-solid:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}




/* ================================================ */
/* SECTION: Journey (Zig Zag standard)             */
/* ================================================ */

.journey-section {
    padding: 100px 0;
    background: #fff;
}

.section-header {
    margin-bottom: 64px;
}

.eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FDB913;
    margin-bottom: 16px;
    display: inline-block;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #113e2d;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 16px;
    color: #4a5568;
}

.journey-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.journey-row:last-child {
    margin-bottom: 0;
}

.journey-row.reverse .journey-img-col {
    order: 2;
}

.journey-row.reverse .journey-text-col {
    order: 1;
}

.img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.step-badge {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #113e2d;
    color: #FDB913;
    font-size: 20px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 62, 45, 0.3);
}

.journey-row.reverse .step-badge {
    left: auto;
    right: 20px;
}

.journey-text-col h3 {
    font-size: 24px;
    font-weight: 700;
    color: #113e2d;
    margin-bottom: 16px;
}

.journey-text-col p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 24px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
    color: #2d3748;
    font-weight: 500;
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #113e2d;
    font-weight: 700;
}

/* ================================================ */
/* SECTION: Tech (Standard Grid)                   */
/* ================================================ */

.tech-section {
    padding: 100px 0;
    background: #f5f7f3;
    /* Light grey, standard */
}

.standard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.standard-card {
    background: #fff;
    padding: 40px 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}

.standard-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(17, 62, 45, 0.1);
    border-color: #113e2d;
}

.card-icon {
    font-size: 32px;
    margin-bottom: 20px;
    display: inline-block;
}

.standard-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #113e2d;
    margin-bottom: 12px;
}

.standard-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
}

/* ================================================ */
/* SECTION: Lab (Split Layout)                     */
/* ================================================ */

.lab-section {
    padding: 100px 0;
    background: #fff;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.stat-box-row {
    display: flex;
    gap: 32px;
    margin: 32px 0;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.stat-box {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-size: 32px;
    font-weight: 700;
    color: #113e2d;
}

.stat-label {
    font-size: 13px;
    color: #718096;
    text-transform: uppercase;
    font-weight: 500;
}

.image-side .img-box {
    height: 400px;
}

/* ================================================ */
/* FINAL CTA (Standard Dark)                       */
/* ================================================ */

.final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #113e2d 0%, #0d2e21 100%);
    text-align: center;
    position: relative;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}

.final-cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.final-cta-section p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

/* ================================================ */
/* RESPONSIVE                                      */
/* ================================================ */

@media (max-width: 900px) {

    .journey-row,
    .split-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .journey-row.reverse .journey-img-col {
        order: unset;
    }

    .journey-row.reverse .journey-text-col {
        order: unset;
    }

    .standard-grid {
        grid-template-columns: 1fr;
    }

    .page-hero-centered {
        height: 100vh !important;
        min-height: 100vh !important;
    }

    .final-cta-section h2 {
        font-size: 28px;
    }
}
