/* Frontend styly pro ASAP AVANT SEO plugin */

:root {
    --forcorp-asap-dark: #171717;
    --forcorp-asap-dark-soft: #2e2e2e;
    --forcorp-asap-blue: #003b68;
    --forcorp-asap-blue-soft: #dff5fb;
    --forcorp-asap-text: #2e2e2e;
    --forcorp-asap-muted: #747474;
    --forcorp-asap-border: #e8e8e8;
    --forcorp-asap-surface: #f5f5f5;
    --forcorp-asap-white: #ffffff;
    --asap-black-l-3: #424242;
    --forcorp-asap-radius: 12px;
    --forcorp-asap-shadow: 0 22px 60px rgba(23, 23, 23, 0.09);
    --forcorp-asap-container: 1280px;
    --text-2xs: clamp(8.87px, 0.58vw, 9.22px);
    --text-xs: clamp(11.52px, 0.72vw, 11.82px);
    --text-s: clamp(14.4px, 0.9vw, 15.75px);
    --text-m: clamp(18px, 1.18vw, 21px);
    --text-l: clamp(22.5px, 1.55vw, 27.99px);
    --text-xl: clamp(28.13px, 2.1vw, 37.31px);
    --text-2xl: clamp(35.16px, 3vw, 49.74px);
    --text-3xl: clamp(43.95px, 4.2vw, 66.3px);
}

.forcorp-seo-page,
.forcorp-location-archive,
.forcorp-hero-section,
.forcorp-archive-hero {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--forcorp-asap-text);
}

.forcorp-seo-page *,
.forcorp-location-archive *,
.forcorp-hero-section *,
.forcorp-archive-hero * {
    box-sizing: border-box;
}

.forcorp-seo-container {
    width: min(100% - 48px, var(--forcorp-asap-container));
    margin: 0 auto; 
    padding-bottom: 1em;
}

.forcorp-hero-section,
.forcorp-archive-hero {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 10em 0 52px;
    background-image: none !important;
    background-color: var(--forcorp-asap-white);
}

.forcorp-hero-section::before,
.forcorp-archive-hero::before {
    content: none;
}

.forcorp-hero-overlay,
.forcorp-archive-hero-overlay {
    display: none;
}

.forcorp-hero-content,
.forcorp-archive-hero-content {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, var(--forcorp-asap-container));
    margin: 0 auto;
}

.forcorp-hero-text {
    max-width: 760px;
}

.forcorp-hero-eyebrow,
.forcorp-section-eyebrow,
.forcorp-cta-eyebrow {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: var(--text-s);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.forcorp-hero-title,
.forcorp-archive-hero-title {
    margin: 0;
    color: var(--forcorp-asap-dark);
    font-size: var(--text-2xl);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.forcorp-hero-title-main,
.forcorp-hero-title-sub,
.forcorp-archive-hero-thin,
.forcorp-archive-hero-highlight {
    display: block;
}

.forcorp-hero-title-main,
.forcorp-archive-hero-highlight {
    font-weight: 700;
}

.forcorp-hero-title-sub,
.forcorp-archive-hero-thin {
    color: var(--forcorp-asap-dark);
    font-weight: 700;
}

.forcorp-archive-hero-highlight {
    color: #888888;
    font-weight: 400;
}

.forcorp-hero-location,
.forcorp-archive-hero-sub {
    display: none;
}

.forcorp-hero-title-sub {
    display: none;
}

.forcorp-hero-section .forcorp-hero-button {
    display: none;
}

.forcorp-hero-button,
.forcorp-cta-button,
.forcorp-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 26px;
    border: 0;
    border-radius: 999px;
    background: var(--forcorp-asap-dark);
    color: var(--forcorp-asap-white);
    font-size: var(--text-s);
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.forcorp-hero-button {
    margin-top: 34px;
}

.forcorp-hero-button:hover,
.forcorp-cta-button:hover,
.forcorp-submit-button:hover {
    transform: translateY(-2px);
    background: #e5e5e5;
    color: var(--asap-black-l-3);
    box-shadow: none;
}

.forcorp-seo-page,
.forcorp-location-archive {
    background: unset;
}

.forcorp-seo-page {
    padding: 90px 0 0;
}

.forcorp-seo-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.forcorp-seo-entry-content {
    color: var(--forcorp-asap-text);
    font-size: var(--text-m);
    line-height: 1.75;
}

.forcorp-seo-entry-content p {
    margin: 0 0 1.2em;
}

.forcorp-seo-entry-content h2,
.forcorp-seo-entry-content h3 {
    margin: 1.5em 0 0.55em;
    color: var(--forcorp-asap-dark);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.forcorp-seo-entry-content ul,
.forcorp-seo-entry-content ol {
    padding-left: 1.2em;
}

.forcorp-seo-main-heading,
.forcorp-section-title,
.forcorp-benefits-title {
    margin: 0 0 28px;
    color: var(--forcorp-asap-dark);
    font-size: var(--text-xl);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-transform: math-auto;
}

.forcorp-seo-main-heading span,
.forcorp-section-title span {
    color: #8b8b8b;
    font-weight: 400;
}

.forcorp-seo-cta-box {
    position: sticky;
    top: 32px;
    overflow: hidden;
    border-radius: var(--forcorp-asap-radius);
    background: var(--forcorp-asap-dark);
    color: var(--forcorp-asap-white);
    box-shadow: var(--forcorp-asap-shadow);
}

.forcorp-cta-image-wrapper {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #282828;
}

.forcorp-cta-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.forcorp-cta-content {
    padding: 34px;
    background-color: var(--asap-black-l-3);
}

.forcorp-cta-eyebrow {
    color: #ffffff;
}

.forcorp-cta-title {
    margin: 0 0 16px;
    color: var(--forcorp-asap-white);
    font-size: var(--text-xl);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.forcorp-cta-title strong {
    font-weight: 800;
}

.forcorp-cta-text {
    margin: 0 0 24px;
    color: #d1d1d1;
    line-height: 1.5;
}

.forcorp-cta-button {
    background: var(--forcorp-asap-white);
    color: var(--forcorp-asap-dark);
}

.forcorp-benefits-section,
.forcorp-seo-additional-sections,
.forcorp-contact-info-section,
.forcorp-locations-list-section,
.forcorp-contact-form-section {
    margin-top: 90px;
}

.forcorp-benefits-section {
    padding: 70px;
    border-radius: var(--forcorp-asap-radius);
    background: var(--asap-black-l-3);
    color: var(--forcorp-asap-white);
    overflow: hidden;
}

.forcorp-benefits-title {
    max-width: 860px;
    color: var(--forcorp-asap-white);
}

.forcorp-benefits-icons-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.forcorp-benefit-icon-item,
.forcorp-contact-info-item,
.forcorp-review-item {
    border-radius: var(--forcorp-asap-radius);
    background: var(--forcorp-asap-white);
    color: var(--forcorp-asap-text);
}

.forcorp-benefit-icon-item {
    min-height: 170px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forcorp-benefit-icon-wrapper {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e5e5e5;
    color: var(--asap-black-l-3);
    font-weight: 800;
}

.forcorp-benefit-icon-img {
    display: none;
}

.forcorp-benefit-text {
    margin-top: 22px;
    font-size: var(--text-m);
    line-height: 1.25;
    font-weight: 700;
}

.forcorp-services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.forcorp-service-item,
.forcorp-lokality-link,
.forcorp-lokality-items span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid var(--forcorp-asap-border);
    border-radius: 999px;
    background: var(--forcorp-asap-white);
    color: var(--forcorp-asap-dark);
    font-size: var(--text-s);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.forcorp-service-item:hover,
.forcorp-lokality-link:hover {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: var(--asap-black-l-3);
}

.forcorp-service-status-note {
    margin-left: 8px;
    opacity: 0.72;
    font-size: var(--text-xs);
}

.forcorp-service-item.forcorp-status-disabled,
.forcorp-service-item.forcorp-service-disabled,
.forcorp-service-item.disabled,
.forcorp-service-card.forcorp-status-disabled {
    opacity: 0.55;
    filter: grayscale(1);
}

.forcorp-reviews-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.forcorp-review-item {
    padding: 28px;
    border: 1px solid var(--forcorp-asap-border);
    box-shadow: 0 12px 34px rgba(23, 23, 23, 0.05);
}

.forcorp-review-header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.forcorp-review-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--forcorp-asap-surface);
}

.forcorp-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forcorp-review-author-name {
    color: var(--forcorp-asap-dark);
}

.forcorp-review-rating {
    color: var(--forcorp-asap-blue);
    letter-spacing: 0.08em;
}

.forcorp-review-date,
.forcorp-reviews-disclaimer,
.forcorp-form-note {
    color: var(--forcorp-asap-muted);
    font-size: var(--text-s);
}

.forcorp-review-text {
    margin: 0;
    color: var(--forcorp-asap-text);
    line-height: 1.65;
}

.forcorp-contact-info-section {
    padding: 70px;
    border-radius: var(--forcorp-asap-radius);
    background: var(--forcorp-asap-surface);
}

.forcorp-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.forcorp-contact-info-item {
    padding: 28px;
    border: 1px solid var(--forcorp-asap-border);
}

.forcorp-contact-info-label {
    margin-bottom: 12px;
    color: var(--forcorp-asap-blue);
    font-size: var(--text-s);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.forcorp-contact-info-value {
    margin: 0;
    color: var(--forcorp-asap-dark);
    font-size: var(--text-m);
    line-height: 1.4;
    font-weight: 700;
}

.forcorp-opening-hours {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forcorp-opening-hours li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    border-bottom: 1px solid var(--forcorp-asap-border);
}

.forcorp-locations-list-section {
    padding-bottom: 3em;
    padding-top: 48px;
    border-top: 1px solid var(--forcorp-asap-border);
}

.forcorp-lokality-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.forcorp-lokality-separator {
    display: none;
}

.forcorp-lokality-featured {
    border-color: var(--forcorp-asap-blue);
}

.forcorp-contact-form-section {
    position: relative;
    overflow: hidden;
    padding: 80px;
    border-radius: var(--forcorp-asap-radius);
    background: var(--forcorp-asap-dark);
    color: var(--forcorp-asap-white);
}

.forcorp-contact-form-section::before,
.forcorp-contact-form-section::after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 68%);
    pointer-events: none;
}

.forcorp-contact-form-section::before {
    inset: -30% auto auto -18%;
}

.forcorp-contact-form-section::after {
    inset: auto -20% -44% auto;
}

.forcorp-contact-form-intro,
.forcorp-contact-form {
    position: relative;
    z-index: 1;
}

.forcorp-contact-form-intro {
    max-width: 760px;
    margin-bottom: 36px;
}

.forcorp-contact-form-intro .forcorp-section-title,
.forcorp-contact-form-section .forcorp-section-title {
    color: var(--forcorp-asap-white);
}

.forcorp-contact-form-intro p:not(.forcorp-section-eyebrow) {
    color: #b9b9b9;
    font-size: var(--text-m);
    line-height: 1.45;
}

.forcorp-contact-form {
    display: grid;
    gap: 22px;
}

.forcorp-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.forcorp-form-group {
    display: grid;
    gap: 8px;
}

.forcorp-form-group label {
    color: #d1d1d1;
    font-size: var(--text-s);
    font-weight: 700;
}

.forcorp-form-group input,
.forcorp-form-group textarea {
    width: 100%;
    min-height: 54px;
    padding: 15px 18px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--forcorp-asap-radius);
    background: rgba(255,255,255,0.08);
    color: var(--forcorp-asap-white);
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.forcorp-form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.forcorp-form-group input:focus,
.forcorp-form-group textarea:focus {
    border-color: var(--forcorp-asap-white);
    background: rgba(255,255,255,0.12);
}

.forcorp-form-submit {
    display: flex;
    justify-content: flex-start;
}

.forcorp-submit-button {
    background: var(--forcorp-asap-white);
    color: var(--forcorp-asap-dark);
}

.forcorp-form-success,
.forcorp-service-disabled-message {
    position: relative;
    z-index: 1;
    padding: 18px 22px;
    border-radius: var(--forcorp-asap-radius);
    background: #dff5fb;
    color: var(--forcorp-asap-blue);
    font-weight: 700;
}

.forcorp-location-archive {
    padding: 0 0 90px;
}

.asap-services-grid {
    position: relative;
    overflow: hidden;
    padding: var(--space-2xl, 77.63px) 6vw;
    padding-top: 8em;
    padding-bottom: 8em;
    /* background: var(--white, #fff); */
    color: var(--asap-black-l-2, #2e2e2e);
}

.asap-services-grid,
.asap-services-grid *,
.asap-services-grid *::before,
.asap-services-grid *::after {
    box-sizing: border-box;
}

.asap-services-grid__inner {
    width: min(100%, 1280px);
    margin: 0 auto;
}

.asap-services-grid__header {
    margin: 0 0 var(--space-xl, 51.75px);
}

.asap-services-grid__title {
    margin: 0 0 var(--space-xs, 10.22px);
    color: var(--asap-black-l-2, #2e2e2e);
    font-size: var(--text-2xl, 49.74px);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-transform: math-auto;
}

.asap-services-grid__eyebrow {
    margin: 0;
    color: var(--asap-black-l-4, #5d5d5d);
    font-size: var(--text-m, 21px);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.asap-services-grid__layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.65fr;
    gap: var(--space-s, 15.33px);
}

.asap-service-tile {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: var(--space-l, 34.5px);
    border-radius: var(--space-xs, 10.22px);
    background: var(--white, #fff);
    color: var(--asap-black-l-2, #2e2e2e);
    display: block;
    text-decoration: none;
}

.asap-service-tile--dark {
    background: var(--asap-black-l-2, #2e2e2e);
    color: var(--white, #fff);
}

.asap-service-tile--wide {
    grid-column: span 2;
    min-height: 205px;
}

.asap-service-tile--tall {
    grid-row: span 2;
    min-height: 520px;
}

.asap-service-tile__content {
    position: relative;
    z-index: 2;
    width: min(100%, 230px);
}

.asap-service-tile__title {
    display: block;
    margin: 0 0 var(--space-m, 23px);
    color: currentColor;
    font-size: var(--text-l, 27.99px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0;
}

.asap-service-tile__location {
    display: block;
    margin-top: 4px;
    color: #888888;
    font-weight: 400;
}

.asap-service-tile--dark .asap-service-tile__location {
    color: #ffffff;
    opacity: 0.72;
}

.asap-service-tile__text {
    display: block;
    margin: 0;
    color: currentColor;
    opacity: 0.72;
    font-size: var(--text-s, 17px);
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
}

.asap-service-tile__arrow {
    position: absolute;
    z-index: 3;
    top: var(--space-l, 34.5px);
    right: var(--space-l, 34.5px);
    width: var(--space-xl, 38.25px);
    height: var(--space-xl, 38.25px);
    border-radius: 999px;
    background: var(--asap-black-l-2, #2e2e2e);
    color: var(--white, #fff);
    display: grid;
    place-items: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.asap-service-tile--dark .asap-service-tile__arrow {
    background: var(--white, #fff);
    color: var(--asap-black-l-2, #2e2e2e);
}

.asap-service-tile:hover .asap-service-tile__arrow,
.asap-service-tile:focus-visible .asap-service-tile__arrow {
    background: #e5e5e5;
    color: var(--asap-black-l-3);
    transform: translateX(var(--space-2xs, 6.81px));
}

.asap-service-tile__arrow svg {
    width: var(--text-m, 21px);
    height: var(--text-m, 21px);
    stroke: currentColor;
}

.asap-service-tile__image {
    position: absolute;
    z-index: 1;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

.asap-service-tile__image--docs {
    right: calc(var(--space-l, 34.5px) * -1);
    bottom: calc(var(--space-l, 34.5px) * -1);
    width: 74%;
}

.asap-service-tile__image--engineer {
    left: 0;
    bottom: calc(var(--space-m, 23px) * -1);
    width: 72%;
}

.asap-service-tile__image--penb {
    right: var(--space-l, 34.5px);
    bottom: calc(var(--space-l, 34.5px) * -1);
    width: 44%;
}

.asap-service-tile__image--control {
    right: 0;
    bottom: 0;
    width: 76%;
    height: 70%;
    object-fit: contain;
    object-position: right bottom;
}

@media (max-width: 900px) {
    .asap-services-grid__layout {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .asap-service-tile--wide,
    .asap-service-tile--tall {
        grid-column: auto;
        grid-row: auto;
        min-height: 320px;
    }
}

@media (max-width: 640px) {
    .asap-services-grid {
        padding: var(--space-2xl, 77.63px) var(--space-m, 23px);
    }

    .asap-services-grid__layout {
        grid-template-columns: 1fr;
    }

    .asap-service-tile,
    .asap-service-tile--wide,
    .asap-service-tile--tall {
        min-height: 330px;
        padding: var(--space-m, 23px);
    }

    .asap-service-tile__content {
        width: calc(100% - calc(var(--space-xl, 38.25px) + var(--space-m, 23px)));
        max-width: 240px;
    }

    .asap-service-tile__arrow {
        top: var(--space-m, 23px);
        right: var(--space-m, 23px);
    }

    .asap-service-tile__image--docs {
        right: calc(var(--space-s, 15.33px) * -1);
        bottom: calc(var(--space-l, 34.5px) * -1);
        width: 76%;
    }

    .asap-service-tile__image--engineer {
        left: calc(var(--space-s, 15.33px) * -1);
        bottom: 0;
        width: 70%;
    }

    .asap-service-tile__image--control {
        right: 0;
        bottom: 0;
        width: 68%;
        height: 62%;
    }

    .asap-service-tile__image--penb {
        right: var(--space-s, 15.33px);
        bottom: calc(var(--space-l, 34.5px) * -1);
        width: 52%;
    }
}

.forcorp-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.forcorp-service-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    padding: 30px;
    border-radius: var(--forcorp-asap-radius);
    background: var(--forcorp-asap-surface);
    color: var(--forcorp-asap-dark);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.forcorp-service-card:nth-child(even) {
    background: var(--forcorp-asap-dark-soft);
    color: var(--forcorp-asap-white);
}

.forcorp-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--forcorp-asap-shadow);
}

.forcorp-service-card-image {
    position: absolute;
    inset: auto -10% -10% auto;
    width: 68%;
    height: 58%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.28;
    pointer-events: none;
}

.forcorp-service-title {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 260px;
    color: currentColor;
    font-size: var(--text-xl);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.forcorp-service-description {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 340px;
    margin-top: auto;
    color: currentColor;
    opacity: 0.7;
    line-height: 1.45;
}

.forcorp-service-link-text {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    margin-top: 24px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--forcorp-asap-white);
    color: var(--forcorp-asap-dark);
    font-size: var(--text-s);
    font-weight: 800;
}

.forcorp-no-services {
    padding: 40px;
    border-radius: var(--forcorp-asap-radius);
    background: var(--forcorp-asap-surface);
    color: var(--forcorp-asap-muted);
}

.forcorp-lokality-section {
    margin: 24px 0;
}

.forcorp-lokality-title {
    margin: 0 0 16px;
    color: var(--forcorp-asap-dark);
    font-weight: 700;
}

.forcorp-lokality-empty {
    color: var(--forcorp-asap-muted);
    font-style: italic;
}

@media (max-width: 1024px) {
    .forcorp-seo-content-wrapper,
    .forcorp-contact-info-grid,
    .forcorp-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .forcorp-benefits-icons-row,
    .forcorp-reviews-list {
        grid-template-columns: 1fr 1fr;
    }

    .forcorp-seo-cta-box {
        position: static;
    }
}

@media (max-width: 768px) {
    .forcorp-seo-container {
        width: min(100% - 32px, var(--forcorp-asap-container));
    }

    .forcorp-hero-section,
    .forcorp-archive-hero {
        min-height: 180px;
        padding: 8em 0 38px;
    }

    .forcorp-hero-content,
    .forcorp-archive-hero-content {
        width: min(100% - 32px, var(--forcorp-asap-container));
    }

    .forcorp-seo-page,
    .forcorp-location-archive {
        padding-top: 56px;
    }

    .forcorp-seo-content-wrapper,
    .forcorp-form-row,
    .forcorp-contact-info-grid,
    .forcorp-services-grid,
    .forcorp-benefits-icons-row,
    .forcorp-reviews-list {
        grid-template-columns: 1fr;
    }

    .forcorp-benefits-section,
    .forcorp-contact-info-section,
    .forcorp-contact-form-section {
        padding: 34px 22px;
    }

    .forcorp-benefits-section,
    .forcorp-seo-additional-sections,
    .forcorp-contact-info-section,
    .forcorp-locations-list-section,
    .forcorp-contact-form-section {
        margin-top: 56px;
        padding-bottom: 2em;
    }

    .forcorp-service-card {
        min-height: 280px;
    }
}

@media (max-width: 480px) {
    .forcorp-seo-main-heading,
    .forcorp-section-title,
    .forcorp-benefits-title {
        font-size: var(--text-l);
    }

    .forcorp-cta-content {
        padding: 24px;
    }
}
