.sql-homepage {
    background: #f3f7fa;
    color: #2e3d4d;
}

.sql-home-hero {
    position: relative;
    min-height: 510px;
    max-height: none !important;
    padding: 96px 0 86px !important;
    background-position: center center !important;
    overflow: hidden;
}

.sql-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, rgba(2, 12, 28, .97), rgba(10, 47, 68, .86), rgba(15, 118, 119, .42));
    z-index: 0;
}

.sql-home-hero > .container {
    position: relative;
    z-index: 1;
    max-width: 1160px;
}

.sql-home-hero-copy {
    max-width: 790px;
    text-align: left;
}

.sql-home-kicker {
    margin: 0 0 10px !important;
    color: #0f7b7b !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.sql-home-hero .sql-home-kicker {
    color: #81e6e1 !important;
}

.sql-home-hero h1 {
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0;
    text-transform: none !important;
}

.sql-home-hero-copy > p:not(.sql-home-kicker) {
    max-width: 720px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 21px !important;
    line-height: 1.55 !important;
}

.sql-home-actions,
.sql-home-final-actions,
.sql-home-code-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sql-home-actions a,
.sql-home-final-actions a,
.sql-home-contact-card a,
.sql-home-work-grid a,
.sql-home-code-actions a {
    display: inline-block;
    border: 1px solid #0a6668;
    border-radius: 6px;
    background: #0f7b7b;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.3;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none !important;
}

.sql-home-actions a + a,
.sql-home-final-actions a + a,
.sql-home-contact-card a + a,
.sql-home-code-actions a + a {
    border-color: rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .12);
}

.sql-home-actions a:hover,
.sql-home-actions a:focus,
.sql-home-final-actions a:hover,
.sql-home-final-actions a:focus,
.sql-home-contact-card a:hover,
.sql-home-contact-card a:focus,
.sql-home-work-grid a:hover,
.sql-home-work-grid a:focus,
.sql-home-code-actions a:hover,
.sql-home-code-actions a:focus {
    border-color: #064f50;
    background: #0a6668;
    color: #fff !important;
}

.sql-home-shell {
    padding: 56px 0 74px !important;
    background: #f3f7fa;
}

.sql-home-shell > .container {
    max-width: 1160px;
}

.sql-home-content {
    color: #334155;
    text-align: left !important;
}

.sql-home-content h1,
.sql-home-content h2,
.sql-home-content h3 {
    color: #111827;
    font-weight: 800;
    letter-spacing: 0;
    text-align: left !important;
}

.sql-home-content h1 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.18;
}

.sql-home-content h2 {
    margin: 0 0 18px;
    font-size: 29px;
    line-height: 1.25;
}

.sql-home-content h3 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.3;
}

.sql-home-content p,
.sql-home-content li {
    color: #334155;
    font-size: 17px;
    line-height: 1.72;
}

.sql-home-content a {
    color: #0f6f72;
    font-weight: 800;
    text-decoration: none;
}

.sql-home-content a:hover,
.sql-home-content a:focus {
    color: #9b5b00;
    text-decoration: underline;
}

.sql-home-intro,
.sql-home-section,
.sql-home-proof,
.sql-home-final-cta {
    border: 1px solid #d8e3ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 36, 64, .07);
    margin-bottom: 24px;
    padding: 34px;
}

.sql-home-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 28px;
    align-items: start;
    border-top: 4px solid #0f7b7b;
}

.sql-home-contact-card {
    border: 1px solid #dbe5ee;
    border-top: 4px solid #b7791f;
    border-radius: 8px;
    background: #fbfdff;
    padding: 24px;
}

.sql-home-contact-card h2 {
    font-size: 23px;
}

.sql-home-contact-card a {
    display: block;
    margin-top: 10px;
}

.sql-home-contact-card a + a {
    border-color: #dbe5ee;
    background: #fff;
    color: #0f6f72 !important;
}

.sql-home-service-grid,
.sql-home-work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.sql-home-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sql-home-service-grid article,
.sql-home-work-grid article {
    border: 1px solid #dbe5ee;
    border-left: 4px solid #0f7b7b;
    border-radius: 8px;
    background: #fbfdff;
    padding: 22px;
}

.sql-home-card-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b8dfdc;
    border-radius: 8px;
    background: #e9f7f5;
    color: #0f7b7b;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 16px;
}

.sql-home-card-icon i {
    line-height: 1;
}

.sql-home-card-label {
    display: block;
    margin-bottom: 14px;
    color: #b7791f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sql-home-service-grid p,
.sql-home-work-grid p {
    margin-bottom: 0;
}

.sql-home-work-grid a {
    margin-top: 16px;
}

.sql-home-proof {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 28px;
    align-items: start;
}

.sql-home-proof-list {
    display: grid;
    gap: 12px;
}

.sql-home-proof-list div {
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px 20px;
}

.sql-home-proof-list strong {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.3;
}

.sql-home-proof-list span {
    display: block;
    color: #475569;
    line-height: 1.55;
    margin-top: 4px;
}

.sql-home-code {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #f8fafc, #fff 52%, #f7f1e6);
}

.sql-home-code-actions {
    justify-content: flex-end;
}

.sql-home-code-actions a + a {
    border-color: #d5b77d;
    background: #fff8ea;
    color: #8a570f !important;
}

.sql-home-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
    background: linear-gradient(135deg, #0b1220, #12343b);
}

.sql-home-final-cta h2,
.sql-home-final-cta p,
.sql-home-final-cta .sql-home-kicker {
    color: #fff !important;
}

@media (max-width: 980px) {
    .sql-home-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .sql-home-intro,
    .sql-home-proof,
    .sql-home-code,
    .sql-home-final-cta {
        grid-template-columns: 1fr;
    }

    .sql-home-code-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .sql-home-hero {
        min-height: 390px;
        padding: 66px 0 58px !important;
    }

    .sql-home-hero h1 {
        font-size: 36px !important;
    }

    .sql-home-hero-copy > p:not(.sql-home-kicker) {
        font-size: 18px !important;
    }

    .sql-home-intro,
    .sql-home-section,
    .sql-home-proof,
    .sql-home-final-cta {
        padding: 24px;
    }

    .sql-home-content h1 {
        font-size: 30px;
    }

    .sql-home-service-grid,
    .sql-home-work-grid {
        grid-template-columns: 1fr;
    }

    .sql-home-actions,
    .sql-home-final-actions,
    .sql-home-code-actions {
        flex-direction: column;
    }
}
