/* _content/SteidelSolutions.Web/Pages/Index.razor.rz.scp.css */
/* ================================
   TOP BAR
   ================================ */

.top-bar[b-tftmcbl3lq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 8px 0;
}

.top-bar-inner[b-tftmcbl3lq] {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-email[b-tftmcbl3lq] {
    color: #212326;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.6;
}

    .top-bar-email:hover[b-tftmcbl3lq] {
        color: #0070c3;
        text-decoration: none;
    }

.top-bar-social[b-tftmcbl3lq] {
    display: flex;
    gap: 18px;
}

.social-icon[b-tftmcbl3lq] {
    color: #212326;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
}

    .social-icon:hover[b-tftmcbl3lq] {
        color: #0070c3;
        text-decoration: none;
    }

/* ================================
   NAVBAR
   ================================ */

.navbar[b-tftmcbl3lq] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-inner[b-tftmcbl3lq] {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    position: relative;
}

.navbar-logo[b-tftmcbl3lq] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .navbar-logo img[b-tftmcbl3lq] {
        display: block;
        height: 64px;
        width: auto;
    }

.nav-menu[b-tftmcbl3lq] {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link[b-tftmcbl3lq] {
    color: #212326;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.2s;
}

    .nav-link:hover[b-tftmcbl3lq] {
        color: #0070c3;
        text-decoration: none;
    }

.nav-cta[b-tftmcbl3lq] {
    background-color: #0070c3;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 6px;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    .nav-cta:hover[b-tftmcbl3lq] {
        background-color: #005fa3;
        color: #ffffff;
        text-decoration: none;
    }

.nav-toggle[b-tftmcbl3lq] {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #212326;
    padding: 8px;
    line-height: 1;
}

/* ================================
   TWO-COLUMN PAGE GRID
   ================================ */

.page-grid[b-tftmcbl3lq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1248px;
    margin: 0 auto;
    grid-template-areas:
        "hero-text  hero-image"
        "about      about"
        "innov      expert"
        "contact    contact";
}

/* ================================
   HERO — LEFT COLUMN (text + CTA)
   ================================ */

.hero-text-col[b-tftmcbl3lq] {
    grid-area: hero-text;
    background-color: #ffffff;
    color: #454a4d;
    padding: 100px 64px 80px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    min-height: 520px;
}

    .hero-text-col h1[b-tftmcbl3lq] {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -0.5px;
        margin: 0;
        color: #212326;
    }

    .hero-text-col p[b-tftmcbl3lq] {
        font-size: 19px;
        line-height: 1.65;
        margin: 0;
        color: #454a4d;
    }

.btn-primary[b-tftmcbl3lq] {
    display: inline-block;
    align-self: flex-start;
    background-color: #0070c3;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .btn-primary:hover[b-tftmcbl3lq] {
        background-color: #005fa3;
        color: #ffffff;
        text-decoration: none;
    }

/* ================================
   HERO — RIGHT COLUMN (image)
   ================================ */

.hero-image-col[b-tftmcbl3lq] {
    grid-area: hero-image;
    padding: 20px 20px 20px 0;
}

    .hero-image-col img[b-tftmcbl3lq] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 30px;
    }

/* ================================
   ABOUT — full width, centered
   ================================ */

.about-section[b-tftmcbl3lq] {
    grid-area: about;
    background-color: #ffffff;
    padding: 80px 80px;
    text-align: center;
}

    .about-section h2[b-tftmcbl3lq] {
        font-size: 34px;
        font-weight: 700;
        color: #212326;
        margin: 0 0 28px 0;
        line-height: 1.2;
    }

    .about-section p[b-tftmcbl3lq] {
        font-size: 16px;
        line-height: 1.85;
        color: #454a4d;
        margin: 0 auto;
        max-width: 820px;
    }

/* ================================
   INNOVATIVE SOLUTIONS — left col
   ================================ */

.innov-section[b-tftmcbl3lq] {
    grid-area: innov;
    background-color: #f7f7f7;
    padding: 72px 56px 72px 80px;
}

    .innov-section h2[b-tftmcbl3lq] {
        font-size: 34px;
        font-weight: 700;
        color: #212326;
        margin: 0 0 28px 0;
        line-height: 1.2;
        text-align: center;
    }

    .innov-section p[b-tftmcbl3lq] {
        font-size: 16px;
        line-height: 1.85;
        color: #454a4d;
        margin: 0 0 18px 0;
        text-align: left;
    }

        .innov-section p:last-child[b-tftmcbl3lq] {
            margin-bottom: 0;
        }

/* ================================
   EXPERT GUIDANCE — right col
   ================================ */

.expert-section[b-tftmcbl3lq] {
    grid-area: expert;
    background-color: #f7f7f7;
    padding: 72px 80px 72px 56px;
    border-left: 1px solid #e4e4e4;
}

    .expert-section h2[b-tftmcbl3lq] {
        font-size: 34px;
        font-weight: 700;
        color: #212326;
        margin: 0 0 28px 0;
        line-height: 1.2;
        text-align: center;
    }

    .expert-section p[b-tftmcbl3lq] {
        font-size: 16px;
        line-height: 1.85;
        color: #454a4d;
        margin: 0;
        text-align: left;
    }

/* ================================
   CONTACT — full width
   ================================ */

.contact-section[b-tftmcbl3lq] {
    grid-area: contact;
    background-color: #ffffff;
    padding: 80px 80px;
}

    .contact-section h2[b-tftmcbl3lq] {
        font-size: 34px;
        font-weight: 700;
        color: #212326;
        margin: 0 0 40px 0;
        line-height: 1.2;
        text-align: center;
    }

.contact-inner[b-tftmcbl3lq] {
    max-width: 720px;
    margin: 0 auto;
}

/* ================================
   CONTACT FORM
   ================================ */

.form-group[b-tftmcbl3lq] {
    margin-bottom: 24px;
    text-align: left;
}

    .form-group label[b-tftmcbl3lq] {
        display: block;
        font-weight: 500;
        font-size: 14px;
        color: #212326;
        margin-bottom: 8px;
        text-align: left;
    }

.required[b-tftmcbl3lq] {
    color: #c0392b;
}


.btn-submit[b-tftmcbl3lq] {
    display: block;
    background-color: #0070c3;
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    transition: background-color 0.2s;
    margin-top: 8px;
    text-align: left;
}

    .btn-submit:hover[b-tftmcbl3lq] {
        background-color: #005fa3;
    }

    .btn-submit:active[b-tftmcbl3lq] {
        background-color: #004f8a;
    }

.form-success[b-tftmcbl3lq] {
    padding: 16px 20px;
    background-color: #eaf6ec;
    border: 1px solid #a3d4a8;
    border-radius: 6px;
    color: #2d6a32;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ================================
   FOOTER
   ================================ */

.site-footer[b-tftmcbl3lq] {
    background-color: #212326;
    color: #ffffff;
    padding: 28px 48px;
}

.footer-inner[b-tftmcbl3lq] {
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer-inner p[b-tftmcbl3lq] {
        margin: 0;
        font-size: 14px;
        opacity: 0.75;
    }

.footer-social[b-tftmcbl3lq] {
    display: flex;
    gap: 18px;
}

.footer-social-icon[b-tftmcbl3lq] {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    opacity: 0.75;
    line-height: 1;
}

    .footer-social-icon:hover[b-tftmcbl3lq] {
        opacity: 1;
        text-decoration: none;
    }

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 900px) {
    .page-grid[b-tftmcbl3lq] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "hero-text"
            "hero-image"
            "about"
            "innov"
            "expert"
            "contact";
    }

    .innov-section[b-tftmcbl3lq] {
        padding: 56px 32px;
        border-right: none;
    }

    .expert-section[b-tftmcbl3lq] {
        padding: 56px 32px;
        border-left: none;
        border-top: 1px solid #e4e4e4;
    }

    .about-section[b-tftmcbl3lq],
    .contact-section[b-tftmcbl3lq] {
        padding: 56px 32px;
    }

    .hero-text-col[b-tftmcbl3lq] {
        min-height: auto;
        padding: 56px 32px;
    }

        .hero-text-col h1[b-tftmcbl3lq] {
            font-size: 36px;
        }

        .hero-text-col p[b-tftmcbl3lq] {
            font-size: 17px;
        }

    .hero-image-col[b-tftmcbl3lq] {
        height: 300px;
    }

    .about-section h2[b-tftmcbl3lq],
    .innov-section h2[b-tftmcbl3lq],
    .expert-section h2[b-tftmcbl3lq],
    .contact-section h2[b-tftmcbl3lq] {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .nav-toggle[b-tftmcbl3lq] {
        display: block;
    }

    .nav-menu[b-tftmcbl3lq] {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        background-color: #ffffff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        padding: 16px 24px 24px;
        gap: 4px;
        z-index: 99;
    }

    .nav-open .nav-menu[b-tftmcbl3lq] {
        display: flex;
    }

    .nav-link[b-tftmcbl3lq] {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-cta[b-tftmcbl3lq] {
        display: block;
        text-align: center;
        margin-top: 12px;
        padding: 14px 24px;
    }

    .top-bar-inner[b-tftmcbl3lq],
    .navbar-inner[b-tftmcbl3lq] {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .hero-text-col h1[b-tftmcbl3lq] {
        font-size: 28px;
    }

    .hero-text-col p[b-tftmcbl3lq] {
        font-size: 15px;
    }

    .hero-image-col[b-tftmcbl3lq] {
        height: 220px;
    }
}
/* _content/SteidelSolutions.Web/Shared/MainLayout.razor.rz.scp.css */
/* Layout is handled entirely in Index.razor.css for the single-page site */
