/*
Theme Name: BlueHarbor Studio
Theme URI: https://blueharborstudio.com
Author: BlueHarbor Studio
Description: Custom theme for BlueHarbor Studio
Version: 1.0
Text Domain: blueharbor
*/

html, body {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
}

.custom-logo {
    width: 200px;
    height: auto;
}

:root {
    --color-primary: #4169e1;
    --color-primary-dark: #1f3f8f;
    --color-primary-light: #6f8ff6;
    --color-accent: #5ce0ff;
    --color-muted: #f4f6fb;
    --color-text: #1e1e2f;
    --color-white: #ffffff;
    --header-height: 86px;
}

body {
    background-color: var( --color-muted );
    color: var( --color-text );
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: transparent;
    padding: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
    background: rgba( 13, 19, 43, 0.9 );
    backdrop-filter: blur( 18px );
    box-shadow: 0 15px 30px rgba( 13, 19, 43, 0.35 );
}

.site-navbar {
    background: transparent;
    min-height: var( --header-height );
    display: flex;
    align-items: center;
}

.site-navbar .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.site-navbar .navbar-brand,
.site-navbar .navbar-brand a {
    color: var( --color-white );
}

.site-navbar .nav-link {
    color: rgba( 255, 255, 255, 0.95 );
    transition: color 0.2s ease-in-out;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active {
    color: var( --color-accent );
}

.site-navbar .navbar-toggler {
    border-color: rgba( 255, 255, 255, 0.5 );
}

.site-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba( 255, 255, 255, 0.35 );
}

.site-navbar .menu-item a {
    position: relative;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.02em;
}

.site-navbar .menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: var( --color-accent );
    transition: width 0.2s ease-in-out;
}

.site-navbar .menu-item a:hover::after,
.site-navbar .menu-item a:focus::after,
.site-navbar .menu-item.current-menu-item a::after {
    width: 100%;
}

.site-navbar .menu-item a:hover,
.site-navbar .menu-item a:focus,
.site-navbar .menu-item.current-menu-item a {
    color: var( --color-accent );
}

.no-scroll {
    overflow: hidden;
}

@media ( max-width: 991.98px ) {
    .site-navbar .container {
        position: relative;
        z-index: 1100;
    }

    .site-navbar .navbar-collapse {
        position: fixed;
        inset: 0;
        background: rgba( 8, 12, 28, 0.98 );
        padding: calc( var( --header-height ) + 1rem ) 1.5rem 2rem;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        min-height: 100vh;
        z-index: 1200;
    }

    .site-navbar .navbar-collapse.collapse:not(.show) {
        display: none;
    }

    .site-navbar .navbar-nav {
        align-items: flex-end;
        gap: 0.9rem;
        text-align: right;
        width: 100%;
    }

    .navbar-close {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        background: none;
        border: none;
        color: var( --color-white );
        font-size: 2rem;
        line-height: 1;
        padding: 0.25rem;
    }
}

.btn-accent {
    background-color: var( --color-accent );
    border-color: var( --color-accent );
    color: var( --color-text );
    font-weight: 600;
}

.btn-accent:hover,
.btn-accent:focus {
    background-color: #37c4e6;
    border-color: #37c4e6;
    color: var( --color-text );
}

.btn-outline-light {
    border-width: 2px;
    color: var( --color-white );
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background-color: rgba( 255, 255, 255, 0.15 );
    color: var( --color-white );
}

.site-main {
    background-color: var( --color-muted );
}

.case-hero {
    padding: calc( 4rem + var( --header-height ) ) 0 3rem;
    color: var( --color-white );
    background: linear-gradient(135deg, rgba( 88, 34, 132, 0.9 ), rgba( 65, 105, 225, 0.9 ));
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.case-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba( 255, 255, 255, 0.05 ), rgba( 255, 255, 255, 0 ));
    pointer-events: none;
}

.case-hero .container {
    position: relative;
    z-index: 1;
}

.case-hero__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.case-hero__meta {
    display: flex;
    gap: 0.45rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba( 255, 255, 255, 0.78 );
}

.case-hero__title {
    font-size: clamp(2.3rem, 5vw, 3.2rem);
    margin: 0.4rem 0 0.6rem;
}

.case-hero__lede {
    font-size: 1.1rem;
    color: rgba( 255, 255, 255, 0.87 );
    max-width: 820px;
    margin: 0;
}

.client-facts {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.25rem;
}

.client-bio {
    margin: 0 0 1rem;
    color: rgba( 30, 30, 47, 0.78 );
}

.client-quote {
    margin: 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var( --color-primary );
    background: rgba( 92, 224, 255, 0.08 );
    border-radius: 0.85rem;
    font-weight: 600;
    color: var( --color-primary-dark );
}

.client-quote cite {
    display: block;
    margin-top: 0.35rem;
    font-style: normal;
    font-weight: 700;
    color: rgba( 30, 30, 47, 0.8 );
}

.case-results {
    padding: 0 0 3rem;
    background: var( --color-white );
}

.case-results h3 {
    margin-bottom: 1.25rem;
}

.case-results__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.case-result {
    margin: 0;
    overflow: hidden;
}

.case-result__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-client {
    padding: 3rem 0;
    background: var( --color-white );
}

.case-client__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
}

.case-client__summary {
    color: rgba( 30, 30, 47, 0.78 );
    margin-bottom: 0.75rem;
}

.case-client__facts {
    background: linear-gradient(135deg, #eef2fb, #e6ebf8);
    border: 1px solid rgba( 65, 105, 225, 0.12 );
    border-radius: 1.1rem;
    padding: 1.25rem;
    box-shadow: 0 12px 28px rgba( 13, 19, 43, 0.08 );
    margin-bottom: 1rem;
}

.case-client__thumb {
    margin-bottom: 0.75rem;
    text-align: center;
}

.case-client__img {
    width: 100%;
    height: auto;
}

.case-challenge {
    padding: 2.5rem 0;
    background: var( --color-muted );
}

.case-challenge h3 {
    margin-bottom: 0.5rem;
}

.case-challenge p {
    color: rgba( 30, 30, 47, 0.78 );
}

.case-challenge ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0.75rem 0 0;
    color: rgba( 30, 30, 47, 0.78 );
}

.case-challenge li + li {
    margin-top: 0.35rem;
}

.case-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
}

.case-section__content > * + * {
    margin-top: 0.75rem;
}

.case-section__visual {
    position: relative;
}

.case-section__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 18px 36px rgba( 13, 19, 43, 0.12 );
}

.case-section--image-left .case-section__visual {
    order: -1;
}

.case-solution__detail {
    margin-top: 1.5rem;
}

.case-solution {
    padding: 3rem 0;
    background: var( --color-white );
}

.case-solution__list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.65rem;
}

.case-solution__list li {
    position: relative;
    padding-left: 1.25rem;
    color: rgba( 30, 30, 47, 0.78 );
}

.case-solution__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var( --color-primary );
    font-weight: 800;
}

.case-cta-block {
    padding: 4rem 0;
    background: var( --color-white );
}

.post-cta {
    background: linear-gradient(135deg, var( --color-primary-dark ), var( --color-primary ));
    color: var( --color-white );
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 20px 45px rgba( 13, 19, 43, 0.25 );
}

.post-cta h2 {
    color: var( --color-white );
    margin-bottom: 0.5rem;
}

.post-cta__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.case-testimonial {
    padding: 3rem 0;
    background: radial-gradient(circle at 20% 20%, rgba( 92, 224, 255, 0.16 ), transparent 55%), var( --color-muted );
}

.case-testimonial blockquote {
    margin: 1rem 0 0;
}

.client-role {
    color: rgba( 30, 30, 47, 0.78 );
}

@media ( max-width: 991.98px ) {

    .case-client__grid,
    .case-section {
        grid-template-columns: 1fr;
    }

    
    .case-results__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-row {
        grid-template-columns: 1fr;
    }
}

@media ( max-width: 767.98px ) {
    .case-hero__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    
    .case-results__grid {
        grid-template-columns: 1fr;
    }

    .portfolio-row {
        grid-template-columns: none !important;
    }

    .post-cta {
        padding: 1.5rem;
    }
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: calc( 5rem + var( --header-height ) ) 0 4rem;
    color: var( --color-white );
    background: radial-gradient(circle at 15% 20%, rgba( 92, 224, 255, 0.25 ), transparent 55%), var( --color-primary );
}

.home-hero::after {
    content: '';
    position: absolute;
    inset: 6.5rem 2rem 2rem;
    border-radius: 3rem;
    border: 1px solid rgba( 92, 224, 255, 0.25 );
    pointer-events: none;
}

.home-hero__grid {
    position: relative;
    z-index: 2;
}

.home-hero__subheading {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.6rem;
}

.home-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: rgba( 255, 255, 255, 0.7 );
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.home-hero__kicker::before {
    content: '';
    width: 28px;
    height: 2px;
    background-color: var( --color-accent );
    display: inline-block;
}

.home-hero__title {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 700;
    margin: 1rem 0 1.5rem;
}

.home-hero__lede {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba( 255, 255, 255, 0.85 );
    max-width: 38rem;
}

.home-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0 1.5rem;
}

.home-hero__pill-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-hero__pill-list li {
    background-color: rgba( 255, 255, 255, 0.08 );
    border: 1px solid rgba( 255, 255, 255, 0.2 );
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
}

@media ( max-width: 991.98px ) {
    .home-hero {
        padding: calc( 4rem + var( --header-height ) ) 0 3rem;
    }

    .home-hero::after {
        inset: 6rem 1rem 1rem;
        border-radius: 2rem;
    }
}

@media ( max-width: 575.98px ) {

    .home-hero__ctas .btn {
        width: 100%;
    }

    .home-hero .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-hero__title {
        font-size: 2.25rem;
        line-height: 1.2;
    }

    .home-hero__lede {
        font-size: 1rem;
    }

    .home-hero__pill-list {
        flex-direction: column;
        align-items: flex-start;
    }
}

.section-heading {
    text-align: left;
    margin-bottom: 2rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: var( --color-primary-dark );
    margin-bottom: 1rem;
}

.section-heading p {
    color: rgba( 30, 30, 47, 0.7 );
}

.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.home-services {
    padding: 5rem 0;
}

.home-services__sub {
    font-style: italic;
    color: rgba( 30, 30, 47, 0.7 );
}

.home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.service-card {
    position: relative;
    z-index: 0;
    background: var( --color-white );
    border-radius: 1.5rem;
    padding: 2.5rem 2.25rem;
    border: 1px solid rgba( 65, 105, 225, 0.15 );
    box-shadow: 0 20px 35px rgba( 10, 30, 80, 0.12 );
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
    align-items: center;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(130deg, rgba( 92, 224, 255, 0.3 ), rgba( 65, 105, 225, 0.3 ));
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 0;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba( 65, 105, 225, 0.08 );
    display: grid;
    place-items: center;
    color: var( --color-primary-dark );
}

.service-card__icon--accent {
    background: rgba( 255, 132, 0, 0.12 );
    color: #d35a00;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba( 10, 30, 80, 0.18 );
}

.service-card:hover::after {
    opacity: 0.35;
}

.service-card__badge {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(145deg, var( --color-primary-light ), var( --color-primary ));
    color: var( --color-white );
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.service-card h3 {
    color: var( --color-primary-dark );
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 1.05rem;
}

.service-card p {
    color: rgba( 30, 30, 47, 0.7 );
}

.home-work {
    padding: 5rem 0;
    background: #ffffff;
}

.home-featured {
    padding: 5.5rem 0;
    background:
        radial-gradient( circle at 10% 20%, rgba( 92, 224, 255, 0.18 ), transparent 32% ),
        radial-gradient( circle at 90% 15%, rgba( 65, 105, 225, 0.25 ), transparent 28% ),
        linear-gradient(135deg, #0b1538, #0f1f52);
    color: var( --color-white );
}

.home-featured .section-eyebrow {
    color: var( --color-accent );
}

.featured-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: center;
    background: linear-gradient(135deg, rgba( 255, 255, 255, 0.05 ), rgba( 92, 224, 255, 0.08 ));
    border: 1px solid rgba( 92, 224, 255, 0.18 );
    border-radius: 2rem;
    padding: clamp(2rem, 4vw, 3rem);
    box-shadow: 0 35px 70px rgba( 13, 19, 43, 0.35 );
    overflow: hidden;
    backdrop-filter: blur( 10px );
}

.featured-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba( 255, 255, 255, 0.04 ), rgba( 92, 224, 255, 0.06 ));
    pointer-events: none;
}

.featured-card__content h2 {
    color: var( --color-white );
    margin-bottom: 0.75rem;
}

.featured-card__lede {
    color: rgba( 255, 255, 255, 0.85 );
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

.featured-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.featured-card__tags span {
    background: linear-gradient(135deg, rgba( 255, 255, 255, 0.08 ), rgba( 92, 224, 255, 0.16 ));
    border: 1px solid rgba( 92, 224, 255, 0.35 );
    color: var( --color-white );
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 16px rgba( 10, 20, 40, 0.25 );
}

.featured-card__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.featured-card__meta div {
    background: linear-gradient(160deg, rgba( 255, 255, 255, 0.06 ), rgba( 92, 224, 255, 0.12 ));
    border: 1px solid rgba( 255, 255, 255, 0.1 );
    border-radius: 1.1rem;
    padding: 0.9rem 1.05rem;
    font-weight: 600;
    color: rgba( 255, 255, 255, 0.82 );
    box-shadow: 0 12px 24px rgba( 5, 10, 28, 0.28 );
}

.featured-card__meta span {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: var( --color-accent );
    line-height: 1.1;
    margin-bottom: 0.1rem;
}

.featured-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.featured-card__actions .btn {
    box-shadow: 0 12px 24px rgba( 5, 10, 28, 0.25 );
}

.featured-card__visual {
    position: relative;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.featured-card__visual::before {
    display: none;
}

.featured-visual__glow {
    display: none;
}


.featured-visual__frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}

.home-local {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, rgba( 65, 105, 225, 0.06 ), rgba( 92, 224, 255, 0.06 ));
}

.home-local__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.home-local__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-local__card {
    background: var( --color-white );
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba( 13, 19, 43, 0.08 );
    border: 1px solid rgba( 65, 105, 225, 0.12 );
}

.home-local__label {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba( 65, 105, 225, 0.12 );
    color: var( --color-primary-dark );
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
}

.home-local__card h3 {
    margin-bottom: 0.35rem;
}

.home-local__card p {
    margin: 0;
    color: rgba( 30, 30, 47, 0.7 );
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.work-card {
    background: var( --color-white );
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba( 13, 19, 43, 0.08 );
    border: 1px solid rgba( 65, 105, 225, 0.12 );
    display: grid;
    gap: 0.5rem;
}

.work-card__label {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba( 65, 105, 225, 0.12 );
    color: var( --color-primary-dark );
    font-weight: 600;
    font-size: 0.9rem;
}

.work-card__link {
    color: var( --color-primary );
    font-weight: 700;
    text-decoration: none;
}

.work-card__link:hover,
.work-card__link:focus {
    color: var( --color-primary-dark );
}

.home-process {
    padding: 5rem 0;
}

.home-testimonials {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, rgba( 65, 105, 225, 0.06 ), rgba( 92, 224, 255, 0.06 )) !important;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}

.testimonial-slides {
    display: flex;
    transition: transform 0.35s ease;
}

.testimonial-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.testimonial-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba( 65, 105, 225, 0.25 );
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

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

.testimonial-nav {
    position: absolute;
    inset: 50% auto auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY( -50% );
    pointer-events: none;
}

.testimonial-btn {
    pointer-events: all;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba( 65, 105, 225, 0.25 );
    background: var( --color-white );
    color: var( --color-primary-dark );
    box-shadow: 0 14px 30px rgba( 13, 19, 43, 0.12 );
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-btn:hover,
.testimonial-btn:focus {
    transform: translateY( -2px );
    box-shadow: 0 18px 35px rgba( 13, 19, 43, 0.18 );
}

.process-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.process-steps li {
    background: var( --color-white );
    padding: 1.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 15px 35px rgba( 0, 0, 0, 0.05 );
}

.home-testimonials {
    padding: 5rem 0;
    background: var( --color-white );
}

.testimonial-card {
    background: var( --color-white );
    border-radius: 1.25rem;
    padding: 1.75rem;
    box-shadow: 0 18px 40px rgba( 13, 19, 43, 0.12 );
    border: 1px solid rgba( 65, 105, 225, 0.08 );
    position: relative;
    overflow: hidden;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba( 92, 224, 255, 0.15 ), rgba( 65, 105, 225, 0.15 ));
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.testimonial-card:hover::after {
    opacity: 1;
}

.testimonial-card--featured {
    background: linear-gradient(135deg, var( --color-primary-dark ), var( --color-primary ));
    color: var( --color-white );
    border: none;
}

.testimonial-card--featured::after {
    display: none;
}

.testimonial-quote {
    font-size: 1rem;
    line-height: 1.6;
}

.testimonial-author {
    margin-top: 1rem;
    font-weight: 600;
}

.testimonial-card--featured .testimonial-quote,
.testimonial-card--featured .testimonial-author {
    color: var( --color-white );
}

.home-cta {
    padding: 5rem 0;
    background: var( --color-muted );
}

.home-cta__card {
    background: linear-gradient(135deg, var( --color-primary-dark ), var( --color-primary ));
    color: var( --color-white );
    border-radius: 1.75rem;
    padding: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 20px 45px rgba( 13, 19, 43, 0.25 );
}

.home-cta__card h2 {
    color: var( --color-white );
    margin-bottom: 1rem;
}

.home-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 220px;
    width: auto;
    margin-left: auto;
    align-items: flex-end;
}

.home-scheduler {
    background-color: #FFF;
    padding: 5rem 0 4rem;
}

.home-calendly {
    max-width: 960px;
    margin: 0 auto;
}

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

    .featured-card {
        grid-template-columns: 1fr;
    }

    .featured-card__visual {
        order: -1;
    }

    .featured-card__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-local__grid,
    .work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-row {
        padding: 2.5rem;
    }
}

@media ( max-width: 767.98px ) {

    .home-services__grid,
    .process-steps,
    .services-grid__cards,
    .home-local__grid,
    .work-grid {
        grid-template-columns: 1fr;
    }

    .featured-card {
        padding: 1.75rem;
    }

    .featured-card__meta {
        grid-template-columns: 1fr;
    }

    .home-cta__card {
        padding: 2rem;
    }

    .home-cta__actions {
        width: 100%;
        align-items: center;
        margin-left: 0;
    }

    .showcase-row {
        padding: 2rem;
    }

    .showcase-image {
        max-height: 380px;
        object-fit: contain;
    }
}

.services-page {
    background: var( --color-muted );
}

.page-hero {
    padding: calc( 4rem + var( --header-height ) ) 0 4rem;
    background: linear-gradient(135deg, rgba( 65, 105, 225, 0.95 ), rgba( 65, 105, 225, 0.75 ));
    color: var( --color-white );
}

.page-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
}

.page-hero__lede {
    font-size: 1.15rem;
    color: rgba( 255, 255, 255, 0.85 );
}

.page-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.services-grid {
    padding: 4rem 0;
}

.services-grid__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.services-card {
    background: var( --color-white );
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: 0 25px 45px rgba( 10, 30, 80, 0.08 );
    border: 1px solid rgba( 65, 105, 225, 0.1 );
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.services-card__top {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.35rem;
}

.services-card__label {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var( --color-muted );
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var( --color-primary-dark );
    flex-shrink: 0;
}

.services-card h3 {
    margin: 0;
    line-height: 1.25;
}

.services-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.services-card li::before {
    content: '•';
    color: var( --color-primary );
    margin-right: 0.35rem;
}

.services-card li {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}


.services-showcase {
    padding: 4rem 0;
}

.showcase-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding: 3rem;
    border-radius: 2rem;
    background: var( --color-muted );
    margin-bottom: 2rem;
    box-shadow: 0 20px 45px rgba( 13, 19, 43, 0.1 );
}

.showcase-row:last-child {
    margin-bottom: 0;
}

.showcase-row--reverse {
    flex-direction: row-reverse;
    background: linear-gradient(120deg, rgba( 10, 23, 63, 0.95 ), rgba( 10, 23, 63, 0.75 ));
    color: var( --color-white );
}

.showcase-content {
    flex: 1 1 360px;
}

.showcase-content h3 {
    margin-bottom: 1rem;
    color: var( --color-primary-dark );
}

.showcase-row--reverse .showcase-content h3,
.showcase-row--reverse .showcase-content p,
.showcase-row--reverse .showcase-content li {
    color: var( --color-white );
}

.showcase-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.showcase-content li::before {
    content: '•';
    margin-right: 0.4rem;
    color: var( --color-primary );
}

.showcase-row--reverse .showcase-content li::before {
    color: var( --color-accent );
}

.showcase-content li {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    color: rgba( 30, 30, 47, 0.8 );
}

.showcase-row--reverse .showcase-content li {
    color: rgba( 255, 255, 255, 0.9 );
}

.showcase-media {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.showcase-screen {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    background: linear-gradient(135deg, var( --color-primary ), var( --color-primary-light ));
    box-shadow: 0 30px 60px rgba( 15, 35, 85, 0.3 );
    display: flex;
    align-items: center;
    justify-content: center;
    color: var( --color-white );
    font-weight: 700;
    letter-spacing: 0.04em;
}

.showcase-screen--dark {
    background: linear-gradient(135deg, #0a173f, #16275c);
}

.showcase-image {
    width: auto;
    max-width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.services-cta {
    padding: 4rem 0 5rem;
}

.services-cta__card {
    background: linear-gradient(135deg, var( --color-primary-dark ), #1b2a5a);
    border-radius: 1.5rem;
    padding: 2.5rem;
    color: var( --color-white );
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
}

.services-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 240px;
}

.services-cta__actions .btn-outline-light {
    border-color: rgba( 255, 255, 255, 0.6 );
}

.contact-page {
    background: var( --color-muted );
}

.contact-details {
    padding: 2rem 0 4rem;
}

.contact-hero {
    padding: calc( 4rem + var( --header-height ) ) 0 4rem;
}

.contact-info-card {
    background: var( --color-white );
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 25px 45px rgba( 10, 30, 80, 0.08 );
}

.contact-info-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var( --color-primary-dark );
}

.contact-highlight {
    font-weight: 700;
    color: var( --color-primary-dark );
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.contact-meta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.contact-meta__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba( 12, 25, 49, 0.08 );
    border-radius: 0.9rem;
    background: rgba( 65, 105, 225, 0.06 );
}

.contact-meta__icon {
    width: 36px;
    height: 36px;
    border-radius: 0.75rem;
    background: var( --color-white );
    display: grid;
    place-items: center;
    color: var( --color-primary );
    flex-shrink: 0;
}

.contact-meta__label {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: rgba( 12, 25, 49, 0.6 );
    margin-bottom: 0.15rem;
}

.contact-meta__link {
    font-weight: 700;
    color: var( --color-primary-dark );
    text-decoration: none;
}

.contact-meta__link:hover,
.contact-meta__link:focus {
    color: var( --color-primary );
}

.contact-meta__value {
    margin: 0;
    color: var( --color-primary-dark );
    font-weight: 700;
}

.contact-social {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.contact-social__list {
    display: flex;
    gap: 0.85rem;
}

.contact-social__link {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var( --color-primary );
    color: var( --color-white );
    display: grid;
    place-items: center;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba( 65, 105, 225, 0.25 );
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.contact-social__link:hover,
.contact-social__link:focus {
    transform: translateY( -2px );
    background: var( --color-primary-dark );
    box-shadow: 0 14px 28px rgba( 12, 25, 49, 0.2 );
}

.contact-form-card {
    background: var( --color-white );
    border-radius: 1.5rem;
    padding: 2.25rem;
    box-shadow: 0 25px 45px rgba( 10, 30, 80, 0.08 );
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-card__header h2 {
    margin: 0.4rem 0 0.5rem;
}

.contact-form-card__header p {
    margin: 0;
    color: rgba( 30, 30, 47, 0.7 );
}

.contact-form-card__body {
    flex: 1;
}


.contact-form-card textarea {
    border-radius: 0.75rem !important;
    padding: 0.75rem 0.9rem !important;
    border: 1px solid rgba( 12, 25, 49, 0.15 ) !important;
}

.contact-form-fallback {
    margin: 0;
    color: rgba( 30, 30, 47, 0.65 );
    font-weight: 600;
}

.about-page {
    background: var( --color-muted );
}

.about-hero {
    background: linear-gradient(135deg, rgba( 65, 105, 225, 0.95 ), rgba( 65, 105, 225, 0.7 ));
}

.about-simple {
    padding: 4rem 0;
    background: var( --color-white );
}

.about-simple--border {
    background: var( --color-muted );
    border-top: 1px solid rgba( 12, 25, 49, 0.06 );
    border-bottom: 1px solid rgba( 12, 25, 49, 0.06 );
}

.about-simple h2 {
    margin: 0.5rem auto 1rem;
}

.about-simple p {
    margin-left: auto;
    margin-right: auto;
}

.about-process-steps {
    margin-top: 2rem;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
}

.about-stats {
    padding-bottom: 5rem;
    background: #FFF;
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}

.about-stat {
    background: var( --color-white );
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 15px 30px rgba( 13, 19, 43, 0.08 );
    border: 1px solid rgba( 65, 105, 225, 0.08 );
    position: relative;
    overflow: hidden;
}

.about-stat::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(92, 224, 255, 0.15), transparent 50%);
    pointer-events: none;
}

.about-stat__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba( 65, 105, 225, 0.08 );
    color: var( --color-primary-dark );
    display: grid;
    place-items: center;
    margin: 0 auto 0.5rem;
}

.about-stat__value {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: var( --color-primary-dark );
}

.about-stat__label {
    margin: 0.25rem 0 0;
    color: rgba( 30, 30, 47, 0.7 );
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.about-highlight {
    background: var( --color-white );
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 15px 30px rgba( 13, 19, 43, 0.08 );
    border: 1px solid rgba( 65, 105, 225, 0.08 );
    position: relative;
    overflow: hidden;
}

.about-highlight::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba( 65, 105, 225, 0.12 ), transparent 45%);
    pointer-events: none;
}

.about-highlight__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba( 65, 105, 225, 0.08 );
    color: var( --color-primary-dark );
    display: grid;
    place-items: center;
    margin-bottom: 0.5rem;
}

.about-highlight h3 {
    margin-bottom: 0.35rem;
}

.about-highlight p {
    margin: 0;
    color: rgba( 30, 30, 47, 0.75 );
}

.about-highlight__list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: grid;
    gap: 0.35rem;
    color: rgba( 30, 30, 47, 0.75 );
}

.about-highlight__list li::before {
    content: '•';
    margin-right: 0.4rem;
    color: var( --color-primary );
}

@media ( max-width: 991.98px ) {
    .about-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    
    .about-stats__grid,
    .about-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media ( max-width: 767.98px ) {
    .about-highlights {
        grid-template-columns: 1fr;
    }

    
    .about-stats__grid,
    .about-process-steps {
        grid-template-columns: 1fr;
    }
}

.portfolio-page {
    background: var( --color-muted );
}

.portfolio-hero {
    background: radial-gradient(circle at 10% 20%, rgba( 92, 224, 255, 0.25 ), transparent 55%), linear-gradient(135deg, rgba( 65, 105, 225, 0.95 ), rgba( 65, 105, 225, 0.65 ));
}

.case-studies {
    padding: 4rem 0 5rem;
}

.case-empty {
    text-align: center;
    color: rgba( 30, 30, 47, 0.7 );
    font-weight: 600;
    grid-column: 1 / -1;
}

.portfolio-feed {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.portfolio-row {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 1.5rem;
    background: var( --color-white );
    border-radius: 1.25rem;
    padding: 1.25rem;
    border: 1px solid rgba( 65, 105, 225, 0.12 );
    box-shadow: 0 20px 45px rgba( 13, 19, 43, 0.12 );
    align-items: center;
    overflow: hidden;
}

.portfolio-row__media {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
}

.portfolio-row__img {
    max-width: 350px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.25s ease;
    margin: 0 auto;
}

.portfolio-row__media:hover .portfolio-row__img,
.portfolio-row__media:focus .portfolio-row__img {
    transform: scale(1.02);
}

.portfolio-row__content h3 {
    margin: 0.35rem 0 0.5rem;
    color: var( --color-primary-dark );
}

.portfolio-row__content h3 a {
    color: inherit;
    text-decoration: none;
}

.portfolio-row__content h3 a:hover,
.portfolio-row__content h3 a:focus {
    text-decoration: underline;
}

.portfolio-row__content p {
    margin: 0 0 0.85rem;
    color: rgba( 30, 30, 47, 0.78 );
}

.portfolio-row__meta {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: rgba( 30, 30, 47, 0.7 );
}

.portfolio-row__status {
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba( 65, 105, 225, 0.12 );
    color: var( --color-primary-dark );
    font-weight: 700;
    letter-spacing: 0.01em;
}

.portfolio-row__label {
    font-weight: 700;
    color: var( --color-primary-dark );
}

.portfolio-row__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 0.75rem;
    border: 2px solid var( --color-primary );
    color: var( --color-primary );
    padding: 0.6rem 1rem;
    font-weight: 700;
    text-decoration: none;
}

.portfolio-row__cta:hover,
.portfolio-row__cta:focus {
    background: var( --color-primary );
    color: var( --color-white );
}

.case-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.case-pagination__btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba( 65, 105, 225, 0.25 );
    background: var( --color-white );
    color: var( --color-primary-dark );
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.case-pagination__btn.is-active {
    background: linear-gradient(135deg, var( --color-primary-dark ), var( --color-primary ));
    color: var( --color-white );
    border-color: transparent;
    box-shadow: 0 14px 30px rgba( 13, 19, 43, 0.2 );
}

.case-pagination__btn:hover,
.case-pagination__btn:focus {
    transform: translateY( -2px );
    box-shadow: 0 14px 30px rgba( 13, 19, 43, 0.15 );
}

.case-cta {
    padding: 4.5rem 0;
    background: var( --color-muted );
}

.case-cta__card {
    background: linear-gradient(135deg, var( --color-primary-dark ), var( --color-primary ));
    color: var( --color-white );
    border-radius: 1.75rem;
    padding: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem;
    box-shadow: 0 25px 45px rgba( 13, 19, 43, 0.25 );
}

.case-cta__card h2 {
    color: var( --color-white );
    margin-bottom: 0.6rem;
}

.case-cta__card p {
    margin: 0;
    color: rgba( 255, 255, 255, 0.9 );
}

.case-cta__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    min-width: 240px;
    align-items: center;
}
@media ( max-width: 767.98px ) {
    .calendly-embed {
        padding: 0.5rem;
    }

    .contact-info-card {
        padding: 1.5rem;
    }
}

@media ( max-width: 991.98px ) {
    .services-grid__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-row,
    .showcase-row--reverse {
        flex-direction: column;
    }
}

@media ( max-width: 767.98px ) {
    .page-hero__actions {
        flex-direction: column;
    }

    .services-grid__cards,
    .showcase-row {
        grid-template-columns: 1fr;
    }
    .showcase-row {
        padding: 2rem;
    }
}

.site-footer {
    background: #0b1124;
    color: rgba( 255, 255, 255, 0.85 );
    padding: 4rem 0 3rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
}

.footer-brand {
    max-width: 380px;
}

.footer-logo {
    width: 150px;
    height: auto;
    border-radius: 20px;
    background: linear-gradient(135deg, var( --color-primary-dark ), var( --color-primary ));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    color: var( --color-white );
}

.footer-logo--image {
    background: none;
    padding: 0;
}

.footer-logo--image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social a {
    color: rgba( 255, 255, 255, 0.8 );
    text-decoration: none;
    font-weight: 600;
}

.footer-links h4 {
    color: var( --color-white );
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.footer-links a {
    color: rgba( 255, 255, 255, 0.9 );
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: var( --color-accent );
}

.footer-extra h4 {
    color: var( --color-white );
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.footer-extra p {
    margin: 0 0 0.35rem;
    color: rgba( 255, 255, 255, 0.7 );
}

.footer-email {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: inherit;
}

.footer-email svg {
    color: inherit;
}

.footer-email a {
    color: inherit;
    text-decoration: none;
}

.footer-email a:hover,
.footer-email a:focus {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.5rem;
}

.footer-social__link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba( 255, 255, 255, 0.25 );
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba( 255, 255, 255, 0.8 );
    text-decoration: none;
    transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.footer-social__link:hover,
.footer-social__link:focus {
    transform: translateY(-2px);
    border-color: var( --color-accent );
    color: var( --color-accent );
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: rgba( 255, 255, 255, 0.6 );
}

@media ( max-width: 991.98px ) {
    .site-footer .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media ( max-width: 575.98px ) {
    .footer-links {
        grid-template-columns: 1fr;
    }
}
