.gsl-page,
.gsl-page * {
    box-sizing: border-box;
}

.gsl-page {
    background: #fff;
}

.gsl-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.gsl-section {
    position: relative;
    z-index: 1;
    clear: both;
}

.gsl-article,
.gsl-hero,
.gsl-hero-wrap,
.gsl-hero-card,
.gsl-hero-title,
.gsl-hero-text,
.gsl-hero-actions,
.gsl-content,
.gsl-gallery,
.gsl-form-box,
.gsl-final-box {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
}

.gsl-page h1, .gsl-page h2 {
    font-size: 30px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* HERO */
.gsl-hero {
    position: relative;
    width: 100%;
    min-height: 72vh;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
}

.gsl-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block !important;
    width: 100%;
    height: 100%;
}

.gsl-hero-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 72vh;
    object-fit: cover;
    object-position: center center;
}

.gsl-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.34) 46%,
        rgba(0, 0, 0, 0.18) 100%
    );
}

.gsl-hero-wrap {
    position: relative;
    z-index: 2;
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 112px 0 34px;
}

.gsl-hero-card {
    width: 100%;
    max-width: 690px;
    padding: 30px 28px;
    border-radius: 5px;
    background: rgba(250, 250, 250, 0.44);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 3px 4px 18px 0px;
    border: 1px solid #ffffff24;
}

.gsl-hero-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 46px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.gsl-hero-text {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.96);
}

.gsl-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* BUTTONS */
.gsl-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gsl-btn-primary,
a.gsl-btn-primary,
.gsl-page a.gsl-btn-primary {
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #fff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.gsl-btn-primary:hover,
a.gsl-btn-primary:hover,
.gsl-page a.gsl-btn-primary:hover {
    background: #f3f3f3 !important;
    color: #111 !important;
    transform: translateY(-1px);
}

/* CONTENT */
.gsl-content-section {
    padding: 38px 0 10px;
}

.gsl-content {
    max-width: 860px;
    margin: 0 auto;
    color: #222;
    font-size: 17px;
    line-height: 1.75;
}

.gsl-content > *:first-child {
    margin-top: 0;
}

.gsl-content h2,
.gsl-content h3,
.gsl-content h4 {
    color: #111;
    line-height: 1.18;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 700;
}

.gsl-content h2 { font-size: 30px; }
.gsl-content h3 { font-size: 24px; }

.gsl-content p { margin-bottom: 16px; }
.gsl-content ul,
.gsl-content ol { margin: 0 0 18px; padding-left: 22px; }
.gsl-content li { margin-bottom: 6px; }

/* GALLERY */
.gsl-gallery-section {
    padding: 16px 0 12px;
}

.gsl-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gsl-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #f4f4f4;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.gsl-gallery-item img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* FORM */
.gsl-form-section {
    position: relative;
    z-index: 3;
    clear: both;
    padding: 28px 0 20px;
}

.gsl-form-box {
    position: relative;
    z-index: 3;
    max-width: 920px;
    margin: 0 auto;
    padding: 30px 24px;
    border-radius: 6px;
    background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
    border: 2px solid #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
}

.gsl-form-title {
    margin: 0 0 10px;
    color: #111;
    font-size: 30px;
    line-height: 1.15;
}

.gsl-form-text {
    margin-bottom: 20px;
    color: #444;
    line-height: 1.7;
}

.gsl-form-inner,
.gsl-form-inner .wpcf7,
.gsl-form-inner .wpcf7 form {
    position: relative;
    z-index: 3;
}

.gsl-form-inner p {
    margin: 0 0 14px;
}

.gsl-form-inner input[type="text"],
.gsl-form-inner input[type="email"],
.gsl-form-inner input[type="tel"],
.gsl-form-inner textarea,
.gsl-form-inner select {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 16px;
}

.gsl-form-inner textarea {
    min-height: 150px;
    resize: vertical;
}

.gsl-form-inner input[type="submit"],
.gsl-form-inner button,
.gsl-form-inner .wpcf7-submit {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    background: #4c767c;
    font-family: Mulish;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* FINAL CTA */
.gsl-final-section {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0;
    padding: 22px 0 48px;
}

.gsl-final-box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 34px 24px;
    border-radius: 5px;
    background: #fafafa;
    border: 2px solid #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
}

.gsl-final-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.15;
    color: #111;
}

.gsl-final-text {
    max-width: 720px;
    margin: 0 auto 22px;
    line-height: 1.7;
    color: #444;
}

/* FOOTER */
.gs-landing-footer {
    padding: 22px 0 30px;
    border-top: 1px solid #eee;
    background: #fff;
}

.gs-landing-footer__inner {
    text-align: center;
}

.gs-landing-footer__text {
    margin: 0;
    color: #666;
    font-size: 14px;
}

@media (max-width: 991px) {
    .gsl-hero,
    .gsl-hero-image,
    .gsl-hero-wrap {
        min-height: 60vh;
    }

    .gsl-hero-title {
        font-size: 38px;
    }

    .gsl-gallery {
        grid-template-columns: 1fr;
    }

    .gsl-gallery-item img {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .gsl-wrap {
        width: calc(100% - 24px);
    }

    .gsl-hero,
    .gsl-hero-image {
        min-height: 46vh;
    }

    .gsl-hero-wrap {
        min-height: 46vh;
        align-items: flex-end;
        padding: 84px 0 16px;
    }

    .gsl-hero-shade {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.52) 0%,
            rgba(0, 0, 0, 0.34) 55%,
            rgba(0, 0, 0, 0.24) 100%
        );
    }

    .gsl-hero-card {
        max-width: none;
        padding: 18px 16px;
        border-radius: 5px;
        background: rgba(250, 250, 250, 0.44);
    }

    .gsl-hero-title {
        font-size: 28px;
        line-height: 1.12;
        margin-bottom: 10px;
    }

    .gsl-hero-text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .gsl-hero-actions {
        display: block;
    }

    .gsl-btn,
    .gsl-btn-primary,
    a.gsl-btn-primary {
        width: 100%;
    }

    .gsl-content-section {
        padding-top: 28px;
    }

    .gsl-content {
        font-size: 16px;
        line-height: 1.7;
    }

    .gsl-content h2 {
        font-size: 25px;
        margin-top: 26px;
    }

    .gsl-content h3 {
        font-size: 21px;
    }

    .gsl-gallery-item img {
        height: 210px;
    }

    .gsl-form-box,
    .gsl-final-box {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .gsl-form-title,
    .gsl-final-title {
        font-size: 25px;
    }
}

.wpcf7-response-output {
    color: #4c767c !important;
}

/*.wpcf7-inline_fields {
    display: flex;
}*/