/*
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: radial-gradient(circle at top, #0b1224 0%, #030610 70%);
    color: #e2e8f0;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.15em;
    line-height: 1.6;
    color: #cbd5f5;
}

.section-title {
    font-size: clamp(2rem, 3vw, 2.5em);
    margin-bottom: 15px;
    color: #f8fafc;
    letter-spacing: 1px;
}

.section-lead {
    font-size: 1.2em;
    color: #cbd5f5;
    margin-bottom: 10px;
}

.hero {
    position: relative;
    min-height: 62vh;
    background: linear-gradient(135deg, rgba(5,11,21,0.85), rgba(12,26,48,0.85)), url('../img/office.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.hero-overlay {
    text-align: center;
    padding: 60px 30px 35px;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.hero-overlay--logo {
    position: relative;
    margin-top: -8px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hero-logo {
    width: min(480px, 80vw);
    margin: 1.8em auto 0.6em;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.45));
}

.hero h1 {
    color: #fff;
    font-size: 3.75em;
    margin-bottom: 10px;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.35em;
    max-width: 680px;
    margin: 0 auto;
}

.hero h1,
.hero-subtitle {
    text-shadow: 0 15px 30px rgba(15, 23, 42, 0.55);
}

.hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-btn {
    font-size: 1.05em;
    padding: 12px 30px;
}

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.main-content {
    padding: 30px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: -70px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.section {
    padding: 40px 0;
}

.section.intro {
    background: rgba(5, 11, 21, 0.95);
    color: #f8fafc;
    text-shadow: 0 10px 25px rgba(2, 6, 23, 0.55);
}

.section.intro .section-title,
.section.intro .section-lead {
    color: #f8fafc;
}

.features {
    background: rgba(15, 23, 42, 0.6);
    padding: 60px 0;
}

.apps {
    background: rgba(7, 14, 30, 0.9);
    padding: 26px 0 34px;
}

.apps-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: minmax(0, 620px);
    justify-content: center;
}

.app-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(19, 42, 76, 0.75);
    border: 1px solid rgba(96, 165, 250, 0.35);
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.45);
}

.app-card-icon {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.45);
}

.app-card-body h3 {
    margin: 0 0 6px;
    color: #f8fafc;
    font-size: clamp(1.35em, 1.8vw, 1.7em);
}

.app-card-body p {
    margin: 0;
}

.app-card-status {
    margin-top: 8px !important;
    color: #d4ebff;
    font-weight: 700;
}

.app-card-btn {
    margin-top: 10px;
    min-width: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.feature {
    background: rgba(255, 255, 255, 0.04);
    padding: 30px;
    border-radius: 16px;
    min-height: 230px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.5);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.feature i {
    color: #60a5fa;
    margin-bottom: 15px;
}

.contact {
    background: transparent;
}

.contact-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(2, 6, 23, 0.8);
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 25px 45px rgba(2, 6, 23, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 20px;
}

.contact-details--stacked {
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
}

.contact-details--stacked p {
    margin: 0;
}

.contact-details--stacked p + p {
    margin-top: 1em;
}

.contact-details {
    text-align: center;
    line-height: 1.6;
}

.contact-card p,
.contact-card strong {
    color: #e2e8f0;
}

.contact .section-lead {
    color: rgba(255, 255, 255, 0.85);
}

.footer {
    background: #0b1224;
}

.footer {
    padding: 20px 0;
}

footer .copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 991px) {
    .hero h1 {
        font-size: 3em;
    }

    .feature-grid {
        flex-direction: column;
    }

    .contact-card {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .container,
    .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        height: auto;
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-overlay {
        padding: 40px 20px 30px;
        gap: 12px;
    }

    .hero-logo {
        max-width: 220px;
        width: 80%;
        height: auto;
    }

    .hero h1,
    .hero h2,
    .hero p {
        text-align: center;
    }

    .hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .hero-actions a,
    .hero-actions button {
        width: 100%;
    }

    .feature-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .feature {
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .app-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 12px;
        padding: 16px;
    }

    .app-card-btn {
        min-width: 0;
        width: 100%;
        max-width: 320px;
    }

    .contact-card {
        flex-direction: column;
    }

    .contact-details,
    .contact-details--stacked {
        text-align: center;
        line-height: 1.6;
        margin-top: 16px;
    }
}
