.ghl-service-cta,
.ghl-aeo-faq,
.ghl-internal-links,
.ghl-contact-enhancement,
.ghl-about-enhancement {
    width: min(1170px, calc(100% - 60px));
    margin: 40px auto;
    color: #141714;
}

.ghl-service-cta h2,
.ghl-aeo-faq h2,
.ghl-internal-links h2,
.ghl-contact-enhancement h2,
.ghl-about-enhancement h2 {
    margin: 0 0 18px;
    color: #141714;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.ghl-service-cta p,
.ghl-aeo-faq p,
.ghl-internal-links p,
.ghl-contact-enhancement p,
.ghl-about-enhancement p,
.ghl-contact-enhancement li,
.ghl-about-enhancement li {
    color: #7a7d91;
    font-size: 18px;
    line-height: 1.75;
}

.ghl-service-cta {
    padding: 34px 38px;
    border: 1px solid rgba(246, 32, 84, 0.18);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(246, 32, 84, 0.08), rgba(255, 255, 255, 0.95));
}

.ghl-service-cta p:last-child,
.ghl-contact-enhancement p:last-child,
.ghl-about-enhancement p:last-child {
    margin-bottom: 0;
}

.ghl-service-cta a,
.ghl-aeo-faq a,
.ghl-internal-links a,
.ghl-contact-enhancement a,
.ghl-about-enhancement a {
    color: #f62054;
    font-weight: 600;
    text-decoration: none;
}

.ghl-service-cta a:hover,
.ghl-aeo-faq a:hover,
.ghl-internal-links a:hover,
.ghl-contact-enhancement a:hover,
.ghl-about-enhancement a:hover {
    color: #141714;
}

.ghl-aeo-faq {
    display: grid;
    gap: 14px;
}

.ghl-aeo-faq h2 {
    margin-bottom: 6px;
}

.ghl-aeo-faq details {
    border: 1px solid #ececf2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 23, 20, 0.06);
    overflow: hidden;
}

.ghl-aeo-faq summary {
    position: relative;
    display: block;
    padding: 18px 58px 18px 22px;
    color: #141714;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.ghl-aeo-faq summary::-webkit-details-marker {
    display: none;
}

.ghl-aeo-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f62054;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    transform: translateY(-50%);
}

.ghl-aeo-faq details[open] summary::after {
    content: "-";
}

.ghl-aeo-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    border-top: 1px solid #f1f1f5;
}

.ghl-internal-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.ghl-internal-links__group,
.ghl-contact-enhancement,
.ghl-about-enhancement {
    padding: 30px;
    border: 1px solid #ececf2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 23, 20, 0.05);
}

.ghl-internal-links ul,
.ghl-contact-enhancement ul,
.ghl-contact-enhancement ol,
.ghl-about-enhancement ul,
.ghl-about-enhancement ol {
    margin: 0 0 24px;
    padding-left: 22px;
}

.ghl-internal-links li,
.ghl-contact-enhancement li,
.ghl-about-enhancement li {
    margin: 8px 0;
}

.ghl-internal-links__group h2:not(:first-child),
.ghl-contact-enhancement h2:not(:first-child),
.ghl-about-enhancement h2:not(:first-child) {
    margin-top: 28px;
}

@media (max-width: 767px) {
    .ghl-service-cta,
    .ghl-aeo-faq,
    .ghl-internal-links,
    .ghl-contact-enhancement,
    .ghl-about-enhancement {
        width: min(100% - 32px, 1170px);
        margin: 30px auto;
    }

    .ghl-service-cta,
    .ghl-internal-links__group,
    .ghl-contact-enhancement,
    .ghl-about-enhancement {
        padding: 24px 20px;
    }

    .ghl-service-cta h2,
    .ghl-aeo-faq h2,
    .ghl-internal-links h2,
    .ghl-contact-enhancement h2,
    .ghl-about-enhancement h2 {
        font-size: 26px;
    }

    .ghl-service-cta p,
    .ghl-aeo-faq p,
    .ghl-internal-links p,
    .ghl-contact-enhancement p,
    .ghl-about-enhancement p,
    .ghl-contact-enhancement li,
    .ghl-about-enhancement li {
        font-size: 16px;
    }

    .ghl-aeo-faq summary {
        padding: 16px 50px 16px 18px;
        font-size: 16px;
    }
}

.ghl-landing-page {
    background: #ffffff;
}

.ghl-virtual-landing-page .breadcrumb-area-two {
    display: none;
}

.ghl-landing-hero,
.ghl-landing-section {
    width: min(1170px, calc(100% - 60px));
    margin: 0 auto;
}

.ghl-landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
    gap: 44px;
    align-items: center;
    padding: 70px 0 50px;
}

.ghl-landing-eyebrow {
    margin: 0 0 14px;
    color: #f62054;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ghl-landing-hero h1 {
    margin: 0 0 20px;
    color: #141714;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.08;
}

.ghl-answer-block {
    margin: 0 0 28px;
    color: #6f7286;
    font-size: 20px;
    line-height: 1.75;
}

.ghl-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ghl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.ghl-button--primary {
    background: #f62054;
    color: #ffffff;
}

.ghl-button--secondary {
    border: 1px solid rgba(246, 32, 84, 0.35);
    color: #f62054;
    background: #ffffff;
}

.ghl-button:hover {
    color: #ffffff;
    background: #141714;
}

.ghl-landing-hero__media {
    margin: 0;
}

.ghl-landing-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.ghl-landing-section {
    margin-top: 48px;
}

.ghl-landing-section h2 {
    margin: 0 0 18px;
    color: #141714;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.ghl-landing-section p,
.ghl-landing-section li {
    color: #7a7d91;
    font-size: 18px;
    line-height: 1.75;
}

.ghl-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 26px;
}

.ghl-feature-card,
.ghl-process-list li {
    padding: 26px;
    border: 1px solid #ececf2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 23, 20, 0.05);
}

.ghl-feature-card h3 {
    margin: 0 0 12px;
    color: #141714;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.ghl-feature-card p {
    margin: 0;
}

.ghl-landing-section--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.ghl-landing-section--split > div {
    padding: 30px;
    border: 1px solid #ececf2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 23, 20, 0.05);
}

.ghl-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.ghl-process-list strong,
.ghl-process-list span {
    display: block;
}

.ghl-process-list strong {
    margin-bottom: 10px;
    color: #141714;
    font-size: 20px;
}

@media (max-width: 991px) {
    .ghl-landing-hero,
    .ghl-landing-section--split,
    .ghl-feature-grid,
    .ghl-process-list {
        grid-template-columns: 1fr;
    }

    .ghl-landing-hero {
        padding-top: 48px;
    }
}

@media (max-width: 767px) {
    .ghl-landing-hero,
    .ghl-landing-section {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .ghl-landing-hero h1 {
        font-size: 38px;
    }

    .ghl-answer-block {
        font-size: 17px;
    }

    .ghl-landing-section h2 {
        font-size: 28px;
    }

    .ghl-landing-section p,
    .ghl-landing-section li {
        font-size: 16px;
    }

    .ghl-landing-actions {
        display: grid;
    }
}
