/*
Theme Name: GP Gov
Theme URI: https://example.com/gp-gov
Author: GP Strategies Government Solutions
Author URI: https://example.com
Description: Custom single-page WordPress theme for GP Strategies Government Solutions. Mission-ready training, technology, engineering and leadership solutions for government and defense.
Version: 1.0.23
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gp-gov
*/

/* ---------- Reset & base ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

html,
body,
main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #050E24;
    background-color: #050E24;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

h1, h2, h3, h4, h5, h6,
p, a, span, div, li, ul, ol,
button, input, textarea, select, label {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

img,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1E8AA8;
    text-decoration: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

a:hover {
    opacity: 0.85;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    color: #050E24;
}

p {
    margin: 0 0 1em;
}

:root {
    --color-dark: #050E24;
    --color-aqua: #1E8AA8;
    --color-soft-bg: #F1F6F9;
    --color-white: #FFFFFF;
    --color-border: #E5E7EB;
    --color-text-muted: #4B5563;
    --container-max: 1280px;
    --container-padding: 24px;
    --section-padding-y: 96px;
}

/* ---------- Layout helpers ---------- */
.container {
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    width: 100%;
}

.section {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
    width: 100%;
    background-color: var(--color-white);
}

.section--dark {
    background-color: var(--color-dark);
    color: var(--color-white);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 {
    color: var(--color-white);
}

.section--light {
    background-color: var(--color-soft-bg);
}

/* Eyebrow rule — escalated specificity to defeat any child-theme rule
   targeting span, .section span, or .section__eyebrow with !important. */
.section__eyebrow,
span.section__eyebrow,
p.section__eyebrow,
div.section__eyebrow,
section .section__eyebrow,
section.section .section__eyebrow,
section.what-we-do .section__eyebrow,
section.what-we-do > .container > .section__eyebrow,
#what-we-do .section__eyebrow,
body .section__eyebrow,
body section .section__eyebrow {
    display: block !important;
    text-align: center !important;
    color: #1E8AA8 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    position: static !important;
    clip: auto !important;
    clip-path: none !important;
    line-height: 1.4 !important;
}

.section__title,
h2.section__title {
    text-align: center !important;
    font-size: 35px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    margin: 0 auto 32px !important;
    max-width: 1100px;
}

.section--dark .section__title,
.section--dark h2.section__title {
    color: var(--color-white) !important;
}

/* ---------- Header ---------- */
/*
   Heads up: in your install the parent theme is Hello Elementor, which sets
   .site-header:not(.dynamic-header) { max-width: 1140px } at >=1200px.
   We force max-width:100% + margin:0 auto to override that.
*/
header.site-header,
.site-header,
body header.site-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 100 !important;
    padding: 32px 0 !important;
    background-color: transparent !important;
    margin: 0 auto !important;
}

/* Force the inner container to behave like a centered .container regardless
   of child-theme overrides. Multiple selectors increase specificity. */
header.site-header .site-header__inner,
header.site-header .container.site-header__inner,
.site-header .site-header__inner,
.site-header > .container,
body header.site-header .site-header__inner {
    box-sizing: border-box !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
}

.admin-bar header.site-header,
.admin-bar .site-header {
    top: 32px !important;
}

@media (max-width: 775px) {
    .admin-bar header.site-header,
    .admin-bar .site-header {
        top: 46px !important;
    }
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo img {
    height: 72px;
    width: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-white);
    color: var(--color-dark);
    padding: 8px 8px 8px 28px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.btn-pill__arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--color-aqua);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.btn-pill__arrow svg {
    width: 16px;
    height: 16px;
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    background-color: var(--color-dark);
    color: var(--color-white);
    padding-top: 220px;
    padding-bottom: 160px;
    overflow: hidden;
    width: 100%;
}

.hero__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: url('assets/images/hero-image.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--color-dark) 0%, rgba(5, 14, 36, 0.7) 25%, rgba(5, 14, 36, 0.1) 65%, rgba(5, 14, 36, 0) 100%);
}

.hero__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.hero__title {
    font-size: 48px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: var(--color-white) !important;
    margin: 30px 0 28px !important;
}

.hero__title .accent {
    color: var(--color-aqua) !important;
}

.hero__divider {
    width: 60px;
    height: 3px;
    background-color: var(--color-aqua);
    margin: 24px 0;
    border: 0;
}

.hero__subtitle {
    font-size: 20px;
    color: var(--color-white);
    margin: 0 0 24px;
    font-weight: 400;
}

.hero__copy {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 50px;
    max-width: 640px;
}

/* ---------- Stats card (overlapping hero) ----------
   The previous version had z-index:3 on .stats, which made the whole stats
   section a stacking context that rendered ABOVE .what-we-do — so the .stats
   white background was sitting on top of the WHAT WE DO eyebrow and hiding
   it. Now: .stats has no z-index, .what-we-do has z-index:10, and
   .stats__card has z-index:20 so the card stays on top of everything.
*/
.stats,
section.stats {
    background-color: var(--color-white) !important;
    position: relative !important;
    z-index: auto !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: -120px !important;
}

.stats > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stats__card,
.stats .stats__card {
    background-color: var(--color-soft-bg) !important;
    border-radius: 16px !important;
    padding: 48px 32px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px !important;
    position: relative !important;
    z-index: 20 !important;
    margin: 0 !important;
    transform: translateY(-120px) !important;
    -webkit-transform: translateY(-120px) !important;
}

.stat {
    text-align: center;
    position: relative;
}

.stat + .stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: rgba(5, 14, 36, 0.1);
}

.stat__number {
    font-size: 44px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 1;
    margin-bottom: 8px;
}

.stat__number-value,
.stat__number-suffix {
    display: inline;
}

.stat__label {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.4;
}

/* ---------- What we do ---------- */
.what-we-do,
section.what-we-do {
    background-color: var(--color-white) !important;
    padding-top: 96px;
    padding-bottom: var(--section-padding-y);
    position: relative !important;
    z-index: 10 !important;
}

.what-we-do__lead {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 64px;
    font-size: 17px;
    color: var(--color-text-muted);
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding-top: 32px;
}

.service {
    padding: 0 24px;
    position: relative;
}

.service + .service::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background-color: var(--color-border);
}

/* ---------- Awards marquee (infinite scroll) ---------- */
.awards-marquee {
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
    /* Soft fade on the left and right edges */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.awards__eyebrow,
#what-we-do .awards__eyebrow,
section.what-we-do > .container > .awards__eyebrow {
    display: block !important;
    text-align: center !important;
    margin: 80px 0 24px !important;
}

.awards__eyebrow + .awards-marquee {
    margin-top: 0;
}

.awards-marquee__track {
    display: flex;
    align-items: center;
    gap: 72px;
    width: max-content;
    animation: gp-marquee 60s linear infinite;
    will-change: transform;
}

.awards-marquee:hover .awards-marquee__track {
    animation-play-state: paused;
}

@keyframes gp-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); } /* exactly one full set's width */
}

.award-badge {
    height: 100px;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

@media (prefers-reduced-motion: reduce) {
    .awards-marquee__track {
        animation: none;
    }
}

.service__icon {
    width: 75px !important;
    height: 75px !important;
    margin-bottom: 24px;
    display: block;
}

.service__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin: 0 0 16px;
    line-height: 1.3;
    min-height: calc(1.3em * 4); /* align paragraph copy across cards (longest title wraps to 4 lines) */
}

.service__text {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ---------- Mission areas ---------- */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    margin-top: 32px;
}

.mission {
    text-align: center;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission__icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 24px;
    display: block;
}

.mission__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-white);
    margin: 0 0 16px;
    line-height: 1.3;
    /* Reserve room for 2 lines so descriptions across cards align at the top */
    min-height: calc(1.3em * 2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission__text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* ---------- Testimonial slider ---------- */
.testimonial-slider {
    margin-top: 32px;
    display: grid;
    position: relative;
}

.testimonial {
    grid-column: 1;
    grid-row: 1;
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: center;
    box-shadow: 0 8px 30px rgba(5, 14, 36, 0.04);

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
    pointer-events: none;
}

.testimonial.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
    pointer-events: auto;
}

.testimonial__quote {
    border-left: 3px solid var(--color-aqua);
    padding-left: 28px;
    position: relative;
}

.testimonial__mark {
    font-family: Georgia, 'Times New Roman', 'Cambria', serif;
    color: var(--color-aqua);
    font-size: 72px;
    line-height: 0.7;
    font-weight: 700;
    margin: 0 0 16px;
    display: block;
}

.testimonial__text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-dark);
    margin: 0;
}

.testimonial__attribution {
    border-top: 1px solid var(--color-border);
    padding-top: 16px;
}

.testimonial__role {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-aqua) !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.5;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.testimonial-dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color-border);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.testimonial-dots button:hover {
    background-color: var(--color-aqua);
}

.testimonial-dots button.is-active {
    background-color: var(--color-aqua);
    transform: scale(1.25);
}

/* ---------- Why choose (mirrors the services-grid layout) ---------- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding-top: 32px;
    margin-top: 32px;
}

.why {
    padding: 0 24px;
    position: relative;
}

.why + .why::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background-color: var(--color-border);
}

.why__icon {
    width: 75px;
    height: 75px;
    margin-bottom: 24px;
    display: block;
}

.why__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin: 0 0 16px;
    line-height: 1.3;
}

.why__text {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}


/* ---------- Contact CTA ---------- */
.contact-cta {
    position: relative;
    overflow: hidden;
}

/* Decorative dot patterns in top-right and bottom-left corners */
.contact-cta::before,
.contact-cta::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 140px;
    background-image: radial-gradient(circle, rgba(30, 138, 168, 0.20) 1.2px, transparent 1.2px);
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 0;
}

.contact-cta::before {
    top: 0;
    right: 0;
}

.contact-cta::after {
    bottom: 0;
    left: 0;
}

.contact-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-cta__icon {
    justify-self: end;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(5, 14, 36, 0.06);
}

.contact-cta__icon img {
    width: 64px;
    height: 64px;
    display: block;
}

.contact-cta__content {
    text-align: center;
}

.contact-cta__content .section__title {
    margin: 12px 0 16px;
}

.contact-cta__text {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 560px;
}

.contact-cta__email {
    color: var(--color-aqua);
    font-weight: 600;
    text-decoration: none;
}

.contact-cta__email:hover {
    text-decoration: underline;
}


/* ---------- Footer ---------- */
footer.site-footer,
.site-footer {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background-color: #050E24 !important;
    color: rgba(255, 255, 255, 0.85);
    padding: 64px 0 32px;
    box-sizing: border-box;
}

.site-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 480px) 1fr;
    gap: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}

.site-footer__top > div:first-child {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-footer__top > div:last-child {
    justify-self: end;
}

.site-footer__logo {
    margin-bottom: 0;
    flex-shrink: 0;
}

.site-footer__logo svg,
.site-footer__logo img {
    height: 64px;
    width: auto;
    display: block;
}

.site-footer__desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.site-footer__linkedin {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
}

.site-footer__linkedin svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.site-footer__col-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0 0 16px;
    letter-spacing: 0.05em;
}

.site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__list a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.site-footer__list a:hover {
    color: var(--color-white);
    opacity: 1;
}

.site-footer__bottom {
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

/* ---------- Responsive ---------- */

/* Small laptops (~13" screens, ~1276px and similar) — compress hero / stats / section padding
   to keep more content above the fold. Does not apply to standard 1440+ desktop screens. */
@media (min-width: 1025px) and (max-width: 1400px) {
    :root {
        --section-padding-y: 66px;
    }

    .hero {
        padding-top: 150px;
        padding-bottom: 140px;
    }

    .hero__title {
        font-size: 45px !important;
        margin: 17px 0 17px !important;
    }

    .hero__image {
        width: 65%;
    }

    .stats__card,
    .stats .stats__card {
        padding: 35px 25px !important;
    }

    .stat__number {
        font-size: 41px;
    }
}

@media (max-width: 1024px) {
    :root {
        --section-padding-y: 72px;
    }

    .hero {
        padding-top: 160px;
        padding-bottom: 120px;
    }

    .hero__image {
        width: 50%;
        opacity: 0.6;
    }

    .hero__title {
        font-size: 40px !important;
    }

    .section__title {
        font-size: 28px !important;
    }

    .stats,
    section.stats {
        margin-bottom: -100px !important;
    }

    .stats__card,
    .stats .stats__card {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 24px !important;
        transform: translateY(-100px) !important;
        -webkit-transform: translateY(-100px) !important;
    }

    .stat:nth-child(3)::before,
    .stat:nth-child(2)::before {
        display: none;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 32px;
    }

    .service::before {
        display: none;
    }

    .service__title {
        min-height: calc(1.3em * 2); /* 2 lines is enough at this column width */
    }

    .mission-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 24px;
    }

    .mission__title {
        min-height: auto;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }

    .why::before {
        display: none;
    }

    .testimonial {
        grid-template-columns: 1fr;
        padding: 40px 32px;
        gap: 24px;
    }

    .awards-grid {
        gap: 24px;
    }

    .award-badge {
        max-height: 80px;
    }

    .site-footer__top {
        grid-template-columns: minmax(0, 420px) 1fr;
        gap: 32px;
    }

    .site-footer__top > div:last-child {
        padding-top: 0;
    }

    .contact-cta__inner {
        gap: 32px;
    }

    .contact-cta__icon {
        width: 110px;
        height: 110px;
    }

    .contact-cta__icon img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 640px) {
    :root {
        --container-padding: 20px;
        --section-padding-y: 56px;
    }

    .site-header {
        padding: 20px 0;
    }

    .site-logo img {
        height: 44px;
    }

    .btn-pill {
        font-size: 13px;
        padding: 6px 6px 6px 18px;
    }

    .btn-pill__arrow {
        width: 30px;
        height: 30px;
    }

    .hero {
        padding-top: 130px;
        padding-bottom: 100px;
    }

    .hero__image {
        width: 100%;
        opacity: 0.25;
    }

    .hero__title {
        font-size: 32px !important;
    }

    .hero__subtitle {
        font-size: 16px;
    }

    .stats,
    section.stats {
        margin-bottom: -60px !important;
    }

    .stats__card,
    .stats .stats__card {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 32px 16px !important;
        padding: 32px 20px !important;
        transform: translateY(-60px) !important;
        -webkit-transform: translateY(-60px) !important;
    }

    .stat::before {
        display: none !important;
    }

    .stat__number {
        font-size: 32px;
    }

    .section__title {
        font-size: 26px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service__title {
        min-height: 0;
    }

    .mission-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 16px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
    }

    .site-footer__top > div:first-child {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .site-footer__top > div:last-child {
        justify-self: start;
        padding-top: 0;
    }

    .contact-cta__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-cta__icon {
        justify-self: center;
        width: 110px;
        height: 110px;
    }

    .contact-cta__icon img {
        width: 52px;
        height: 52px;
    }

    .contact-cta::before,
    .contact-cta::after {
        width: 100px;
        height: 80px;
    }
}
