/* common css */

:root {

    --green: #075f59;

    --green-dark: #034943;

    --green-soft: #0d6c65;

    --red: #e50922;

    --ink: #303333;

    --muted: #606363;

    --line: rgba(7, 95, 89, 0.22);

    --white: #ffffff;

    --page: #ffffff;

    --mint: #7ff1df;

    --container: 1140px;

    --radius: 22px;

    --radius-lg: 22px;

    --radius-md: 16px;

    --shadow: 0 24px 50px rgba(7, 61, 58, 0.14);

}

*, *::before, *::after {

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;

}

body {

    margin: 0;

    min-width: 320px;

    color: var(--ink);

    background: var(--page);

    font-family: "Montserrat";

    font-size: 16px;

    line-height: 1.55;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;

}

img, svg {

    display: block;

    max-width: 100%;

}

button, input, select {

    font: inherit;

}

button {

    cursor: pointer;

}

a {

    color: inherit;

    text-decoration: none;

}

h1, h2, h3, p, blockquote, figure {

    margin-top: 0;

}

.container {

    width: min(var(--container), calc(100% - 40px));

    margin-inline: auto;

}

.section-space {

    padding: 86px 0;

}

.sr-only {

    position: absolute !important;

    width: 1px !important;

    height: 1px !important;

    padding: 0 !important;

    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;

}

.skip-link {

    position: fixed;

    z-index: 9999;

    top: 12px;

    left: 12px;

    transform: translateY(-150%);

    padding: 10px 16px;

    color: #fff;

    background: var(--green);

    border-radius: 8px;

    transition: transform .2s ease;

}

.skip-link:focus {

    transform: translateY(0);

}

.contact-section {

    position: relative;

    padding: 72px 0 0;

    background: linear-gradient(#fff 0 24%, #075f59 24% 100%);

}

.contact-panel {

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 80px;

    padding: 52px 72px;

    border-radius: 22px 22px 22px 22px;

    color: #fff;

    background: linear-gradient(180deg, rgba(110,157,147,.86), rgba(6,88,82,.98) 28%, rgba(11,101,94,.95));

    box-shadow: 0 -18px 54px rgba(3,52,48,.14);

}

.contact-copy > p {

    margin: 0 0 8px;

    font-size: 30px;

    font-weight: 300;

}

.contact-copy h2 {

    margin: 0;

    color: var(--mint);

    font-size: clamp(35px, 3.5vw,40px);

    line-height: 1.08;

    font-weight: 300;

    letter-spacing: -2px;

}

.contact-copy > span {

    display: block;

    max-width: 520px;

    margin: 12px 0 18px;

    color: rgba(255,255,255,.88);

    font-size: 14px;

}

.whatsapp-button {

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 28px;

    border-radius: 999px;

    color: var(--green-dark);

    background: var(--mint);

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

}

.lead-form {

    display: grid;

    gap: 12px;

}

.lead-form h3 {

    width: max-content;

    margin: 0 0 2px;

    padding-bottom: 2px;

    border-bottom: 1px solid rgba(255,255,255,.75);

    color: var(--mint);

    font-size: 15px;

    font-weight: 400;

    text-transform: uppercase;

}

.lead-form input,
.lead-form select {

    width: 100%;

    height: 30px;

    padding: 0 22px;

    border: 0;

    border-radius: 999px;

    outline: 0;

    color: #fff;

    background: rgba(43,171,158,.72);

    font-size: 12px;

}

.lead-form input::placeholder {

    color: rgba(255,255,255,.58);

}

.lead-form select option {

    color: var(--green-dark);

}

.lead-form button {

    height: 30px;

    border: 0;

    border-radius: 999px;

    color: #fff;

    background: var(--red);

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

}

.form-message {

    padding: 9px 12px;

    border-radius: 8px;

    font-size: 12px;

}

.form-message.success {

    color: var(--mint);

    background: rgba(127,241,223,.12);

}

.form-message.error {

    color: #ffe0e4;

    background: rgba(231,25,45,.15);

}

.honeypot {

    position: absolute;

    left: -9999px;

}

.site-footer {

    padding: 66px 0 22px;

    color: #fff;

    background: var(--green);

}

.footer-grid {

    display: grid;

    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;

    gap: 58px;

}

.brand-footer {

    justify-items: start;

    width: max-content;

}

.brand-footer img {

    width: 245px;

    filter: brightness(0) invert(1);

}

.footer-brand-block p {

    max-width: 300px;

    margin: 18px 0 0;

    color: rgba(255,255,255,.72);

    font-size: 13px;

}

.footer-grid h3 {

    margin: 0 0 12px;

    font-size: 15px;

    font-weight: 700;

}

.footer-grid > div:not(:first-child) {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}

.footer-grid > div:not(:first-child) > a,
.footer-grid p,
.footer-grid p a {

    margin: 0 0 9px;

    color: rgba(255,255,255,.84);

    font-size: 12px;

}

.footer-grid a:hover {

    color: #fff;

}

.follow-title {

    margin-top: 10px !important;

}

.socials {

    display: flex;

    gap: 10px;

}

.socials a {

    display: grid !important;

    place-items: center;

    width: 28px;

    height: 28px;

    margin: 0 !important;

    border-radius: 50%;

    color: var(--green) !important;

    background: #fff;

    font-size: 11px !important;

    font-weight: 700;

}

.footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;

    margin-top: 46px;

    padding-top: 18px;

    border-top: 1px solid rgba(255,255,255,.12);

}

.footer-bottom p {

    margin: 0;

    color: rgba(255,255,255,.58);

    font-size: 11px;

}

@media (max-width: 1199px) {

    .contact-panel {

        gap: 50px;

        padding-inline: 50px;

    }

    .footer-grid {

        gap: 34px;

    }

}

@media (max-width: 991px) {

    .section-space {

        padding: 68px 0;

    }

    .contact-panel {

        grid-template-columns: 1fr;

        gap: 36px;

        padding: 42px;

    }

    .footer-grid {

        grid-template-columns: 1.5fr repeat(2,1fr);

        gap: 28px;

    }

    .footer-grid > div:last-child {

        grid-column: 1 / -1;

    }

}

@media (max-width: 767px) {

    .container {

        width: min(100% - 28px, 620px);

    }

    .section-space {

        padding: 56px 0;

    }

    .contact-section {

        padding-top: 54px;

        background:linear-gradient(#fff 0 24%, #075f59 24% 100%);

    }

    .contact-panel {

        padding: 34px 22px;

        border-radius: 20px;

    }

    .contact-copy {

        text-align: center;

    }

    .contact-copy > p {

        font-size: 24px;

    }

    .contact-copy h2 {

        font-size: clamp(34px, 4vw, 40px);

    }

    .contact-copy > span {

        margin-inline: auto;

    }

    .lead-form input, .lead-form select, .lead-form button, .whatsapp-button {

        height: 44px;

        min-height: 44px;

    }

    .footer-grid {

        grid-template-columns: 1fr 1fr;

        gap: 36px 24px;

    }

    .footer-brand-block {

        grid-column: 1 / -1;

    }

    .footer-grid > div:last-child {

        grid-column: 1 / -1;

    }

    .footer-bottom {

        align-items: flex-start;

        flex-direction: column;

    }

}

@media (max-width: 479px) {

    .contact-panel {

        padding-inline: 18px;

    }

    .footer-grid {

        grid-template-columns: 1fr;

    }

    .footer-brand-block, .footer-grid > div:last-child {

        grid-column: auto;

    }

}

@media (prefers-reduced-motion: reduce) {

    html {

        scroll-behavior: auto;

    }

    *, *::before, *::after {

        animation-duration: .01ms !important;

        transition-duration: .01ms !important;

        scroll-behavior: auto !important;

    }

}

/* end */

:root {

    --green: #075f59;

    --green-dark: #044b47;

    --green-soft: #0d6c65;

    --red: #e7192d;

    --ink: #303333;

    --muted: #606363;

    --line: #d9dddd;

    --white: #ffffff;

    --page: #ffffff;

    --mint: #7ff1df;

    --shadow: 0 24px 50px rgba(7, 61, 58, 0.14);

    --radius-lg: 22px;

    --radius-md: 16px;

    --container: 1140px;

}

*, *::before, *::after {

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;

}

body {

    margin: 0;

    min-width: 320px;

    color: var(--ink);

    background: var(--page);

    font-family: "Montserrat";

    font-size: 16px;

    line-height: 1.55;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;

}

img, svg {

    display: block;

    max-width: 100%;

}

button, input, select {

    font: inherit;

}

button {

    cursor: pointer;

}

a {

    color: inherit;

    text-decoration: none;

}

h1, h2, h3, p, blockquote, figure {

    margin-top: 0;

}

.container {

    width: min(var(--container), calc(100% - 40px));

    margin-inline: auto;

}

.section-space {

    padding: 86px 0;

}

.sr-only {

    position: absolute !important;

    width: 1px !important;

    height: 1px !important;

    padding: 0 !important;

    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;

}

.skip-link {

    position: fixed;

    z-index: 9999;

    top: 12px;

    left: 12px;

    transform: translateY(-150%);

    padding: 10px 16px;

    color: #fff;

    background: var(--green);

    border-radius: 8px;

    transition: transform .2s ease;

}

.skip-link:focus {

    transform: translateY(0);

}

/* Reveal */

.js .reveal {

    opacity: 0;

    transform: translateY(28px);

    transition: opacity .72s ease, transform .72s ease;

}

.js .reveal.is-visible {

    opacity: 1;

    transform: translateY(0);

}

/* Hero */

.about-hero {

    padding-top: 54px;

    padding-bottom: 70px;

}

.hero-wrap {

    position: relative;

    min-height: 390px;

}

.hero-image-shell {

    width: 94%;

    margin-left: auto;

    border-radius: var(--radius-lg);

    overflow: hidden;

}

.hero-image-shell img {

    width: 100%;

    height: 342px;

    object-fit: cover;

    object-position: center;

}

.hero-title-card {

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: 2;

    width: min(617px, 66%);

    min-height: 147px;

    display: flex;

    align-items: center;

    padding: 28px 66px;

    border-radius: 20px;

    background: linear-gradient(            135deg,            rgba(255, 255, 255, 0.32) 0%,            rgba(255, 255, 255, 0.14) 45%,            rgba(255, 255, 255, 0.08) 100%        );

    backdrop-filter: blur(20px) saturate(150%);

    -webkit-backdrop-filter: blur(20px) saturate(150%);

    /*border: 1px solid rgba(255, 255, 255, 0.38);*/

    /*box-shadow: 0 16px 40px rgba(70, 52, 38, 0.18),*/
    /*    inset 0 1px 0 rgba(255, 255, 255, 0.45);*/

    overflow: hidden;

}

.hero-title-card h1 {

    margin: 0;

    color: #fff;

    font-size: clamp(35px, 4.4vw, 40px);

    line-height: 1;

    font-weight: 300;

    white-space: nowrap;

}

.hero-title-card strong {

    font-weight: 600;

    font-style: normal;

}

/* Foundation */

.foundation-section {

    padding-top: 36px;

}

.foundation-grid {

    display: grid;

    grid-template-columns: 46% 54%;

    gap: 74px;

    align-items: center;
    position: relative;
    z-index: 999;

}

.foundation-content p:last-child
{
    padding-bottom: 60px;
}

.foundation-collage {

    position: relative;

    min-height: 366px;

}

.foundation-collage img {

    position: absolute;

    object-fit: cover;

    border-radius: 20px;

}

.foundation-top-image {

    top: 0;

    left: 0;

    width: 67%;

    height: 235px;

}

.foundation-bottom-image {

    right: 0;

    bottom: 0;

    width: 71%;

    height: 236px;

}

.quote-card {

position: absolute;
    z-index: 2;
    top: 44px;
    right: 4px;
    width: 150px;
    padding: 17px 18px;
    color: var(--green);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.52) 0%, #075f590d 55%, rgba(156, 125, 87, 0.18) 100%);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    /* border: 1px solid rgba(255, 255, 255, 0.45); */
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.75;
    overflow: hidden;

}
.foundation-content h2 {

    margin-bottom: 20px;

    color: var(--green);

    font-size: clamp(35px, 4.0vw, 40px);

    font-weight: 400;

    line-height: .95;

    letter-spacing: -2px;
    font-style: normal;

}


.legacy-head h2,
.vm-copy h2,
.values-intro h2 {

    margin-bottom: 20px;

    color: var(--green);

    font-size: clamp(35px, 4.0vw, 40px);

    font-weight: 400;

    line-height: .95;

    letter-spacing: -2px;

}

.foundation-content h2 span,
.legacy-head h2 span,
.vm-copy h2 span,
.values-intro h2 span {

    color: var(--red);
    font-weight:500;

}

.foundation-content p {

    margin: 0 0 8px;

    color: #595c5c;

    font-size: 15px;

    line-height: 1.48;

    text-align: justify;

}

.stats-panel {

    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 208px;

    margin-top: -40px;

    color: #fff;

    background: var(--green);

    border-radius: 10px;

    overflow: hidden;

}

.stats-panel::before,
.stats-panel::after {

    content: "";

    position: absolute;

    left: -2%;

    width: 106%;

    height: 120px;

    border: 1px solid rgba(255,255,255,.18);

    border-radius: 50%;

    transform: rotate(5deg);

}

.stats-panel::before {

    top: 10px;

}

.stats-panel::after {

    bottom: -30px;

    transform: rotate(-8deg);

}

.stat-item {

    position: relative;

    z-index: 1;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    margin: 0;

    text-align: center;

}

.stat-item + .stat-item {

    border-left: 1px solid rgba(255,255,255,.42);

}

.stat-item svg {

    width: 72px;

    height: 55px;

    margin-bottom: 6px;

    fill: none;

    stroke: #fff;

    stroke-width: 1.25;

}

.stat-number {

    margin-bottom: -3px;

    font-size: 62px;

    font-weight: 300;

    line-height: 1;

    -webkit-text-stroke: 1px #fff;

    color: transparent;

}

.stat-item p {

    margin: 0;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 300;

}

.stat-item strong {

    font-weight: 400;

}

/* Legacy */

.legacy-section {

    padding-top: 72px;

}

.legacy-head {

    text-align: center;

}

.legacy-head h2 {

    margin-bottom: 8px;

}

.legacy-head p {

    color: var(--green);

    font-size: 22px;

    font-weight: 500;

}

.legacy-carousel {

    width: min(1300px, calc(100% - 30px));

    margin: 38px auto 0;

    display: grid;

    grid-template-columns: 60px minmax(0,1fr) 60px;

    gap: 16px;

    align-items: center;

}

.legacy-viewport {

    overflow-x: auto;

    overflow-y: hidden;

    padding: 12px 0 30px;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    scroll-behavior: smooth;

    cursor: grab;

}

.legacy-viewport::-webkit-scrollbar {

    display: none;

}

.legacy-viewport.is-dragging {

    cursor: grabbing;

    scroll-snap-type: none;

    scroll-behavior: auto;

}

.legacy-track {

    display: grid;

    grid-auto-flow: column;

    grid-auto-columns: calc((100% - 76px) / 3);

    gap: 38px;

}

.legacy-card {

    position: relative;

    min-width: 0;

    padding-bottom: 28px;

    scroll-snap-align: start;

}

.legacy-logo-box {

    height: 246px;

    display: grid;

    place-items: center;

    padding: 35px;

    background: var(--green);

    border-radius: 9px;

}

.legacy-logo-box img {

    width: min(230px, 84%);

    max-height: 128px;

    object-fit: contain;

}

.legacy-card-caption {
position: absolute;
    top: 65%;
    left: 12%;
    right: 12%;
    bottom: 0;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg, rgba(8, 90, 83, 0.46) 0%, rgb(255 255 255 / 24%) 100%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
    /* border: 1px solid rgba(255, 255, 255, 0.28); */
    /* border-top: 1px solid rgba(255, 255, 255, 0.42); */
    border-radius: 24px;
    box-shadow: 0 12px 30px rgb(72 103 101 / 18%), inset 0 1px 0 #ffffff1;
    

}

.legacy-card-caption strong {
    color:#8BFFEA;

    font-size: 23px;

    font-weight: 500;

}

.legacy-card-caption span {

    max-width: 230px;

    font-size: 14px;

    line-height: 1.42;

}

.carousel-button {

    display: grid;

    place-items: center;

    width: 60px;

    height: 60px;

    color: #111;

    background: transparent;

    border: 0;

    border-radius: 50%;

    transition: background .2s ease, opacity .2s ease;

}

.carousel-button:hover:not(:disabled) {

    background: rgba(7,95,89,.07);

}

.carousel-button:disabled {

    opacity: .25;

    cursor: default;

}

.carousel-button svg {

    width: 46px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.4;

}

.legacy-progress {

    height: 2px;

    margin-top: 24px;

    background: #c9cdcd;

    overflow: hidden;

}

.legacy-progress span {

    display: block;

    width: 100%;

    height: 100%;

    background: var(--red);

    transform: scaleX(.34);

    transform-origin: left center;

    transition: transform .25s ease;

}

/* Vision and mission */

.vision-mission-section {

    padding-top: 92px;

}

.vm-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 116px 48px;

}

.vm-image {

    margin: 0;

    border-radius: 34px;

    overflow: hidden;

}

.vm-image img {

    width: 100%;

    height: 326px;

    object-fit: cover;

}

.vm-copy {

    padding-inline: 2px;

}

.vm-copy h2 {

    margin-bottom: 20px;

}

.vm-copy p {

    max-width: 500px;

    margin-bottom: 0;

    color: #5d6060;

    font-size: 15px;

    line-height: 1.48;

    text-align: justify;

}

.vm-copy-left {

    text-align: right;

}

.vm-copy-left p {

    margin-left: auto;

}

/* Values */

.values-section {

    padding-bottom: 0;

}

.values-intro {

    text-align: center;

}

.values-intro h2 {

    margin-bottom: 18px;

}

.values-intro p {

    max-width: 1110px;

    margin: 0 auto 52px;

    color: #5d6060;

    font-size: 15px;

    line-height: 1.55;

}

.values-photo-wrap {

    position: relative;

    padding-bottom: 96px;

}

.values-photo {

    width: 100%;

    height: 420px;

    object-fit: cover;

    border-radius: 24px 24px 0 0;

}

.values-green-band {

    position: absolute;

    z-index: -1;

    left: 0;

    right: 0;

    bottom: 0;

    top: 420px;

    height: 180px;

    background: var(--green);

}

.values-card-panel {

    position: relative;

    z-index: 2;

    width: min(850px, calc(100% - 90px));

    min-height: 252px;

    margin: -37px auto 0;

    padding: 52px 30px 42px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 35px;

    color: #fff;

    background: linear-gradient(
        180deg,
        rgba(58, 99, 81, 0.48) 0%,
        rgba(21, 101, 94, 0.42) 48%,
        rgba(222, 237, 235, 0.25) 100%
    );

    backdrop-filter: blur(22px) saturate(155%);

    -webkit-backdrop-filter: blur(22px) saturate(155%);

    border: 1px solid rgba(255, 255, 255, 0.32);

    border-radius: 22px;

    box-shadow: 0 22px 45px rgba(3, 65, 61, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);

    overflow: hidden;

}

.value-card {

    min-height: 160px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 18px 12px;

    text-align: center;

    border: 1px solid rgba(255,255,255,.8);

    border-radius: 10px;

}

.value-icon {

    width: 54px;

    height: 54px;

    color: #fff;

}

.value-icon svg {

    width: 100%;

    height: 100%;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

}

.value-icon-filled svg path:first-child {

    fill: #fff;

    stroke: #fff;

}

.value-icon-filled svg path:last-child {

    stroke: var(--green);

    stroke-width: 4;

}

.value-divider {

    width: 82%;

    height: 1px;

    margin: 7px 0 8px;

    background: rgba(255,255,255,.34);

}

.value-card p {

    margin: 0;

    font-size: 14px;

    line-height: 1.4;

}

.value-card strong {

    font-weight: 500;

}

/* Testimonials */

.testimonials-section {

    padding: 92px 0 120px;

    background: #fff;

}

.testimonials-heading {

    margin-bottom: 72px;

}

.testimonials-heading > span {

    display: inline-block;

    padding-bottom: 4px;

    border-bottom: 1px solid var(--green);

    color: var(--green);

    font-size: 9px;

    text-transform: uppercase;

}

.testimonials-heading h2 {

    margin: 4px 0 0;

    color: var(--green);

    font-size: clamp(35px, 40px, 40px);

    font-weight: 300;

    line-height: 1.08;

    letter-spacing: -1.5px;

}

.testimonials-heading h2 strong {

    color: var(--red);

    font-weight: 400;

}

.testimonials-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 88px 120px;

}

.testimonial-card {

    position: relative;

    padding: 0 0 0 50px;

}

.testimonial-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 74px;

    bottom: 32px;

    width: 3px;

    background: linear-gradient(var(--red), var(--mint));

}

.testimonial-person {

    display: flex;

    align-items: center;

    gap: 24px;

}

.testimonial-avatar {

    width: 54px;

    height: 54px;

    flex: 0 0 54px;

    border-radius: 50%;

    background: #c9c9c9;

}

.testimonial-person h3 {

    margin: 0;

    color: var(--red);

    font-size: 16px;

    font-weight: 600;

}

.testimonial-person p {

    margin: 4px 0 0;

    color: var(--green);

    font-size: 15px;

}

.testimonial-card blockquote {

    margin: 28px 0 14px;

    color: #666;

    font-size: 15px;

    line-height: 1.45;

}

.stars {

    color: #ffd700;

    font-size: 20px;

    letter-spacing: 5px;

}

/* Contact */

.contact-section {

    position: relative;

    padding: 72px 0 0;

    background: linear-gradient(#fff 0 24%, #075f59 24% 100%);

}

.contact-panel {

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 80px;

    padding: 52px 72px;

    border-radius: 22px 22px 22px 22px;

    color: #fff;

    background: linear-gradient(180deg, rgba(110,157,147,.86), rgba(6,88,82,.98) 28%, rgba(11,101,94,.95));

    box-shadow: 0 -18px 54px rgba(3,52,48,.14);

}

.contact-copy > p {

    margin: 0 0 29px;

    font-size: 30px;

    font-weight: 300;

}

.contact-copy h2 {

    margin: 0;

    color: var(--mint);

    font-size: clamp(42px, 3.3vw, 40px);

    line-height: 1.08;

    font-weight: 300;

    letter-spacing: -2px;

}

.contact-copy > span {

    display: block;

    max-width: 520px;

    margin: 12px 0 18px;

    color: rgba(255,255,255,.88);

    font-size: 14px;

}

.whatsapp-button {

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 28px;

    border-radius: 999px;

    color: var(--green-dark);

    background: var(--mint);

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

}

.lead-form {

    display: grid;

    gap: 12px;

}

.lead-form h3 {

    width: max-content;

    margin: 0 0 2px;

    padding-bottom: 2px;

    border-bottom: 1px solid rgba(255,255,255,.75);

    color: var(--mint);

    font-size: 15px;

    font-weight: 400;

    text-transform: uppercase;

}

.lead-form input,
.lead-form select {

    width: 100%;

    height: 30px;

    padding: 0 22px;

    border: 0;

    border-radius: 999px;

    outline: 0;

    color: #fff;

    background: rgba(43,171,158,.72);

    font-size: 12px;

}

.lead-form input::placeholder {

    color: rgba(255,255,255,.58);

}

.lead-form select option {

    color: var(--green-dark);

}

.lead-form button {

    height: 30px;

    border: 0;

    border-radius: 999px;

    color: #fff;

    background: var(--red);

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

}

.form-message {

    padding: 9px 12px;

    border-radius: 8px;

    font-size: 12px;

}

.form-message.success {

    color: var(--mint);

    background: rgba(127,241,223,.12);

}

.form-message.error {

    color: #ffe0e4;

    background: rgba(231,25,45,.15);

}

.honeypot {

    position: absolute;

    left: -9999px;

}

/* Footer */

.site-footer {

    padding: 66px 0 22px;

    color: #fff;

    background: var(--green);

}

.footer-grid {

    display: grid;

    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;

    gap: 58px;

}

.brand-footer {

    justify-items: start;

    width: max-content;

}

.brand-footer img {

    width: 245px;

    filter: brightness(0) invert(1);

}

.footer-brand-block p {

    max-width: 300px;

    margin: 18px 0 0;

    color: rgba(255,255,255,.72);

    font-size: 13px;

}

.footer-grid h3 {

    margin: 0 0 12px;

    font-size: 15px;

    font-weight: 700;

}

.footer-grid > div:not(:first-child) {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}

.footer-grid > div:not(:first-child) > a,
.footer-grid p,
.footer-grid p a {

    margin: 0 0 9px;

    color: rgba(255,255,255,.84);

    font-size: 12px;

}

.footer-grid a:hover {

    color: #fff;

}

.follow-title {

    margin-top: 10px !important;

}

.socials {

    display: flex;

    gap: 10px;

}

.socials a {

    display: grid !important;

    place-items: center;

    width: 28px;

    height: 28px;

    margin: 0 !important;

    border-radius: 50%;

    color: var(--green) !important;

    background: #fff;

    font-size: 11px !important;

    font-weight: 700;

}

.footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;

    margin-top: 46px;

    padding-top: 18px;

    border-top: 1px solid rgba(255,255,255,.12);

}

.footer-bottom p {

    margin: 0;

    color: rgba(255,255,255,.58);

    font-size: 11px;

}

/* Laptop */

@media (max-width: 1199px) {

    :root {

        --container: 980px;

    }

    .foundation-grid {

        gap: 42px;

    }

    .legacy-track {

        grid-auto-columns: calc((100% - 48px) / 3);

        gap: 24px;

    }

    .vm-grid {

        gap: 90px 42px;

    }

    .values-card-panel {

        gap: 22px;

    }

    .testimonials-grid {

        gap: 70px 70px;

    }

    .contact-panel {

        gap: 50px;

        padding-inline: 50px;

    }

    .footer-grid {

        gap: 34px;

    }

}

/* Tablet */

@media (max-width: 991px) {

    .section-space {

        padding: 68px 0;

    }

    .about-hero {

        padding-top: 22px;

        padding-bottom: 48px;

    }

    .hero-wrap {

        min-height: 355px;

    }

    .hero-image-shell {

        width: 100%;

    }

    .hero-image-shell img {

        height: 315px;

    }

    .hero-title-card {

        width: 62%;

        min-height: 126px;

        padding: 25px 38px;

    }

    .hero-title-card h1 {

        font-size: 44px;

    }

    .foundation-grid {

        grid-template-columns: 1fr 1fr;

        gap: 32px;

    }

    .foundation-collage {

        min-height: 330px;

    }

    .foundation-top-image {

        height: 210px;

    }

    .foundation-bottom-image {

        height: 210px;

    }

    .quote-card {

        width: 130px;

        padding: 13px;

        font-size: 11px;

    }

    .foundation-content h2, .legacy-head h2, .vm-copy h2, .values-intro h2 {

        font-size: 40px;

    }

    .foundation-content p, .vm-copy p {

        font-size: 13px;

    }

    .stats-panel {

        margin-top: 24px;

    }

    .legacy-track {

        grid-auto-columns: calc((100% - 24px) / 2);

    }

    .legacy-logo-box {

        height: 230px;

    }

    .vm-grid {

        gap: 65px 30px;

    }

    .vm-image img {

        height: 280px;

    }

    .values-card-panel {

        width: min(760px, calc(100% - 50px));

        grid-template-columns: repeat(2,1fr);

        gap: 22px;

        padding: 35px 28px;

    }

    .values-green-band {

        height: 360px;

    }

    .values-photo-wrap {

        padding-bottom: 120px;

    }

    .testimonials-grid {

        gap: 56px 48px;

    }

    .testimonial-card {

        padding-left: 34px;

    }

    .contact-panel {

        grid-template-columns: 1fr;

        gap: 36px;

        padding: 42px;

    }

    .footer-grid {

        grid-template-columns: 1.5fr repeat(2,1fr);

        gap: 28px;

    }

    .footer-grid > div:last-child {

        grid-column: 1 / -1;

    }

.foundation-content p:last-child
{
    padding-bottom: 0px;
}
}

/* Mobile */

@media (max-width: 767px) {

    .container {

        width: min(100% - 28px, 620px);

    }

    .section-space {

        padding: 56px 0;

    }

    .hero-wrap {

        min-height: 360px;

    }

    .hero-image-shell img {

        height: 285px;

    }

    .hero-title-card {

        left: 14px;

        right: 14px;

        bottom: 0;

        width: auto;

        min-height: 105px;

        padding: 22px 28px;

        border-radius: 20px;

    }

    .hero-title-card h1 {

        font-size: clamp(34px, 9vw, 44px);

        white-space: normal;

    }

    .foundation-section {

        padding-top: 30px;

    }

    .foundation-grid {

        grid-template-columns: 1fr;

        gap: 38px;

    }

    .foundation-collage {

        min-height: 370px;

        max-width: 530px;

        width: 100%;

        margin-inline: auto;

    }

    .foundation-content {

        text-align: center;

    }

    .foundation-content h2 br {

        display: none;

    }

    .foundation-content p {

        text-align: left;

        font-size: 14px;

        line-height: 1.65;

    }

    .stats-panel {

        grid-template-columns: 1fr;

        min-height: 330px;

    }

    .stat-item + .stat-item {

        border-left: 0;

        border-top: 1px solid rgba(255,255,255,.42);

    }

    .legacy-carousel {

        width: calc(100% - 18px);

        grid-template-columns: 42px minmax(0,1fr) 42px;

        gap: 4px;

    }

    .legacy-track {

        grid-auto-columns: 100%;

        gap: 18px;

    }

    .carousel-button {

        width: 42px;

        height: 42px;

    }

    .carousel-button svg {

        width: 34px;

    }

    .legacy-logo-box {

        height: 245px;

    }

    .legacy-card-caption {

        left: 10%;

        right: 10%;

    }

    .legacy-progress {

        width: min(100% - 74px, 500px);

    }

    .vm-grid {

        grid-template-columns: 1fr;

        gap: 28px;

    }

    .vm-image {

        border-radius: 24px;

    }

    .vm-image img {

        height: 290px;

    }

    .vm-copy {

        padding: 14px 8px 38px;

        text-align: center;

    }

    .vm-copy h2 {

        margin-bottom: 15px;

    }

    .vm-copy p {

        max-width: none;

        text-align: left;

        font-size: 14px;

        line-height: 1.65;

    }

    .vm-copy-left {

        order: 4;

    }

    .vm-grid > .vm-image:nth-child(4) {

        order: 3;

    }

    .values-intro p {

        font-size: 14px;

        text-align: left;

    }

    .values-photo {

        height: 330px;

        border-radius: 18px 18px 0 0;

    }

    .values-card-panel {

        width: calc(100% - 48px);

        grid-template-columns: 1fr;

        gap: 16px;

        padding: 26px 22px;

    }

    .value-card {

        min-height: 148px;

    }

    .values-photo-wrap {

        padding-bottom: 80px;

    }

    .values-green-band {

        height: 690px;

    }

    .testimonials-section {

        padding-bottom: 80px;

    }

    .testimonials-heading {

        margin-bottom: 46px;

    }

    .testimonials-grid {

        grid-template-columns: 1fr;

        gap: 52px;

    }

    .testimonial-card {

        padding-left: 28px;

    }

    .testimonial-card::before {

        top: 60px;

        bottom: 26px;

        width: 2px;

    }

    .contact-section {

        padding-top: 54px;

        background: linear-gradient(#fff 0 24%, #075f59 24% 100%);

    }

    .contact-panel {

        padding: 34px 22px;

        border-radius: 20px;

    }

    .contact-copy {

        text-align: center;

    }

    .contact-copy > p {

        font-size: 24px;

    }

    .contact-copy h2 {

        font-size: clamp(34px, 9vw, 48px);

    }

    .contact-copy > span {

        margin-inline: auto;

    }

    .lead-form input, .lead-form select, .lead-form button, .whatsapp-button {

        height: 44px;

        min-height: 44px;

    }

    .footer-grid {

        grid-template-columns: 1fr 1fr;

        gap: 36px 24px;

    }

    .footer-brand-block {

        grid-column: 1 / -1;

    }

    .footer-grid > div:last-child {

        grid-column: 1 / -1;

    }

    .footer-bottom {

        align-items: flex-start;

        flex-direction: column;

    }

}

@media (max-width: 479px) {

    .foundation-collage {

        min-height: 325px;

    }

    .foundation-top-image {

        width: 74%;

        height: 190px;

    }

    .foundation-bottom-image {

        width: 76%;

        height: 190px;

    }

    .quote-card {

        top: 36px;

        right: 0;

        width: 112px;

        font-size: 10px;

        line-height: 1.55;

    }

    .foundation-content h2, .legacy-head h2, .vm-copy h2, .values-intro h2 {

        font-size: 30px;

        letter-spacing: -1px;

    }

    .legacy-head p {

        font-size: 18px;

    }

    .legacy-carousel {

        grid-template-columns: 34px minmax(0,1fr) 34px;

    }

    .carousel-button {

        width: 34px;

    }

    .carousel-button svg {

        width: 28px;

    }

    .legacy-logo-box {

        height: 215px;

        padding: 25px;

    }

    .legacy-card-caption {

        left: 6%;

        right: 6%;

    }

    .vm-image img {

        height: 235px;

    }

    .values-photo {

        height: 260px;

    }

    .values-card-panel {

        width: calc(100% - 28px);

        margin-top: -18px;

    }

    .testimonials-heading h2 {

        font-size: 34px;

    }

    .testimonial-person {

        gap: 14px;

    }

    .testimonial-avatar {

        width: 46px;

        height: 46px;

        flex-basis: 46px;

    }

    .contact-panel {

        padding-inline: 18px;

    }

    .footer-grid {

        grid-template-columns: 1fr;

    }

    .footer-brand-block, .footer-grid > div:last-child {

        grid-column: auto;

    }

}

@media (prefers-reduced-motion: reduce) {

    html {

        scroll-behavior: auto;

    }

    *, *::before, *::after {

        animation-duration: .01ms !important;

        transition-duration: .01ms !important;

        scroll-behavior: auto !important;

    }

}

/* =========================================================
   FINAL CONTACT + FOOTER REFERENCE MATCH
   Added at the end so all existing page CSS remains unchanged.
   ========================================================= */

/* Shared contact/footer colours */
.contact-section,
.site-footer {
    --contact-green: #085a53;
    --contact-green-dark: #034943;
    --contact-mint: #7ff1df;
    --contact-teal: #2bab9e;
    --contact-red: #e50922;
}

/* Contact section: same width, height, colours and spacing as reference */
.contact-section {
    position: relative;
    padding: 45px 0 0;
    background:
        linear-gradient(
            to bottom,
            #ffffff 0,
            #ffffff 90px,
            var(--contact-green) 90px,
            var(--contact-green) 100%
        );
}

.contact-section .contact-panel {
    width: min(1220px, calc(100% - 40px));
    min-height: 448px;
    margin-inline: auto;
    padding: 50px 94px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    align-items: start;
    gap: 80px;
    border: 1px solid rgba(127, 241, 223, .22);
    border-radius: 22px;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            rgba(42, 126, 117, .88) 0%,
            rgba(5, 86, 80, .98) 30%,
            rgba(7, 95, 89, .98) 100%
        );
    box-shadow:
        0 -18px 54px rgba(3, 52, 48, .14),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.contact-copy {
    align-self: start;
    min-width: 0;
}

.contact-copy > p {
    margin: 0 0 29px;
    color: rgba(255, 255, 255, .96);
    font-size: 29px;
    line-height: 1.25;
    font-weight: 300;
}

.contact-copy h2 {
    max-width: 570px;
    margin: 0;
    color: var(--contact-mint);
    font-size: 40px;
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -2.2px;
}

.contact-copy > span {
    display: block;
    max-width: 550px;
    margin: 21px 0 50px;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.5;
}

.whatsapp-button {
    width: 100%;
    min-height: 42px;
    padding: 9px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--contact-green-dark);
    background: var(--contact-mint);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}

.lead-form {
    display: grid;
    gap: 12px;
    align-content: start;
    min-width: 0;
}

.lead-form h3 {
    width: max-content;
    margin: 0 0 4px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .72);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.lead-form label {
    display: block;
    width: 100%;
}

.lead-form input,
.lead-form select,
.lead-form button {
    width: 100%;
    height: 42px;
    min-height: 42px;
    border-radius: 999px;
    font-size: 15px;
}

.lead-form input,
.lead-form select {
    padding: 0 20px;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: rgba(43, 171, 158, .78);
    box-shadow: none;
}

.lead-form input::placeholder {
    color: rgba(255, 255, 255, .60);
    opacity: 1;
}

.lead-form input:focus,
.lead-form select:focus {
    box-shadow: 0 0 0 3px rgba(127, 241, 223, .22);
}

.lead-form select option {
    color: var(--contact-green-dark);
    background: #ffffff;
}

/* Keep dropdowns functional but remove the visible native arrows */
.lead-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: none;
}

.lead-form select::-ms-expand {
    display: none;
}

.lead-form button {
    padding: 0 22px;
    border: 0;
    color: #ffffff;
    background: var(--contact-red);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.lead-form button:hover,
.lead-form button:focus-visible {
    transform: translateY(-2px);
    background: #d80720;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}

/* Footer */
.site-footer {
    padding: 50px 0 24px;
    color: #ffffff;
    background: var(--contact-green);
}

.site-footer > .container,
.site-footer .footer-grid,
.site-footer .footer-bottom {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr .88fr 1.15fr;
    align-items: start;
    gap: 68px;
}

.footer-brand-block {
    min-width: 0;
}

.brand-footer {
    position: static;
    display: inline-block;
    width: auto;
    transform: none;
}

.brand-footer img {
    width: 220px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-brand-block p {
    max-width: 330px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .80);
    font-size: 15px;
    line-height: 1.55;
}

.footer-grid h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.footer-grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-grid > div:not(:first-child) > a,
.footer-grid p,
.footer-grid p a {
    display: block;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    line-height: 1.5;
}

.footer-grid a {
    transition: color .2s ease, transform .2s ease;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
    color: #ffffff;
}

.footer-grid > div:not(:first-child) > a:hover,
.footer-grid > div:not(:first-child) > a:focus-visible {
    transform: translateX(3px);
}

.follow-title {
    margin-top: 17px !important;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.socials a {
    display: grid !important;
    place-items: center;
    width: 31px;
    height: 31px;
    margin: 0 !important;
    border-radius: 50%;
    color: var(--contact-green) !important;
    background: #ffffff;
    font-size: 12px !important;
    line-height: 1;
    font-weight: 800;
    transform: none !important;
}

.socials a:hover,
.socials a:focus-visible {
    color: var(--contact-red) !important;
    transform: translateY(-2px) !important;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.5;
}

/* Medium desktop and laptop */
@media (max-width: 1199px) {
    .contact-section .contact-panel {
        width: min(1080px, calc(100% - 40px));
        min-height: 0;
        padding: 50px 56px;
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        gap: 50px;
    }

    .contact-copy h2 {
        font-size: 48px;
    }

    .site-footer > .container,
    .site-footer .footer-grid,
    .site-footer .footer-bottom {
        width: min(1080px, calc(100% - 40px));
    }

    .footer-grid {
        grid-template-columns: 1.35fr 1fr .9fr 1.1fr;
        gap: 38px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .contact-section {
        padding-top: 54px;
        background:
            linear-gradient(
                to bottom,
                #ffffff 0,
                #ffffff 105px,
                var(--contact-green) 105px,
                var(--contact-green) 100%
            );
    }

    .contact-section .contact-panel {
        width: min(760px, calc(100% - 36px));
        padding: 44px;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .contact-copy h2 {
        max-width: 640px;
        font-size: 48px;
    }

    .site-footer > .container,
    .site-footer .footer-grid,
    .site-footer .footer-bottom {
        width: min(760px, calc(100% - 36px));
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 36px 28px;
    }

    .footer-grid > div:last-child {
        grid-column: 1 / -1;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .contact-section {
        padding-top: 48px;
        background:
            linear-gradient(
                to bottom,
                #ffffff 0,
                #ffffff 90px,
                var(--contact-green) 90px,
                var(--contact-green) 100%
            );
    }

    .contact-section .contact-panel {
        width: calc(100% - 28px);
        padding: 34px 24px;
        gap: 32px;
        border-radius: 20px;
    }

    .contact-copy {
        text-align: center;
    }

    .contact-copy > p {
        font-size: 24px;
    }

    .contact-copy h2 {
        max-width: none;
        font-size: clamp(36px, 10vw, 46px);
        letter-spacing: -1.5px;
    }

    .contact-copy > span {
        margin: 14px auto 20px;
        font-size: 15px;
    }

    .lead-form h3 {
        margin-inline: auto;
    }

    .whatsapp-button,
    .lead-form input,
    .lead-form select,
    .lead-form button {
        height: 44px;
        min-height: 44px;
    }

    .site-footer {
        padding-top: 48px;
    }

    .site-footer > .container,
    .site-footer .footer-grid,
    .site-footer .footer-bottom {
        width: calc(100% - 28px);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px 26px;
    }

    .footer-brand-block,
    .footer-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

/* Small mobile */
@media (max-width: 479px) {
    .contact-section .contact-panel {
        width: calc(100% - 20px);
        padding: 30px 18px;
    }

    .contact-copy h2 br {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand-block,
    .footer-grid > div:last-child {
        grid-column: auto;
    }

    .brand-footer img {
        width: 205px;
    }
}

/* =========================================================
   FINAL FOOTER LAYOUT + HOVER EFFECTS
   Same footer design used on the other pages.
   Keep this block at the absolute end of the stylesheet.
========================================================= */

.site-footer {
    position: relative;
    padding: 58px 0 24px !important;
    background: #085A53 !important;
    color: #ffffff !important;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -220px;
    left: 50%;
    width: 620px;
    height: 420px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(132, 243, 223, 0.10) 0%,
            rgba(132, 243, 223, 0.03) 45%,
            transparent 72%
        );
    transform: translateX(-50%);
    pointer-events: none;
}

.site-footer > .container {
    position: relative;
    z-index: 1;
    width: min(1220px, calc(100% - 40px)) !important;
    margin-inline: auto !important;
}

.site-footer .footer-grid {
    display: grid !important;
    grid-template-columns:
        minmax(270px, 1.55fr)
        minmax(170px, 0.9fr)
        minmax(170px, 0.9fr)
        minmax(230px, 1.1fr) !important;
    align-items: start !important;
    gap: 64px !important;
}

/* Footer logo must not inherit header logo positioning */
.site-footer .brand-footer {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: inline-block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    transform-origin: left center;
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.38s ease;
}

.site-footer .brand-footer img {
    display: block !important;
    width: 245px !important;
    max-width: 100% !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
    transition:
        filter 0.38s ease,
        opacity 0.38s ease;
}

.site-footer .footer-brand-block {
    min-width: 0;
}

.site-footer .footer-brand-block > p {
    max-width: 315px;
    margin: 14px 0 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.62 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.site-footer .footer-grid > div:not(.footer-brand-block) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 0;
}

.site-footer .footer-grid h3 {
    position: relative;
    margin: 0 0 13px !important;
    padding-bottom: 5px;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.site-footer .footer-grid h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 1px;
    background: rgba(132, 243, 223, 0.75);
    transform-origin: left;
    transition:
        width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.35s ease;
}

/* Footer links */
.site-footer .footer-grid > div:not(.footer-brand-block) > a,
.site-footer .footer-grid p a {
    position: relative;
    display: block !important;
    width: fit-content;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.84) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transform: translate3d(0, 0, 0);
    transition:
        color 0.3s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        text-shadow 0.3s ease;
}

.site-footer .footer-grid > div:not(.footer-brand-block) > a {
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.site-footer .footer-grid p {
    margin: 0 0 13px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.58 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.site-footer .footer-grid p a {
    margin: 0 0 7px !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Animated link underline */
.site-footer .footer-grid > div:not(.footer-brand-block) > a::after,
.site-footer .footer-grid p a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 1px;
    background: #84f3df;
    transform: scaleX(0);
    transform-origin: right;
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer .follow-title {
    margin-top: 14px !important;
}

.site-footer .socials {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.site-footer .socials a {
    position: relative;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 31px !important;
    width: 31px !important;
    height: 31px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 50% !important;
    overflow: hidden;
    background: #ffffff !important;
    color: #085A53 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.38s ease !important;
}

.site-footer .socials a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    /*background:*/
    /*    linear-gradient(*/
    /*        135deg,*/
    /*        rgba(255, 255, 255, 0.9),*/
    /*        rgba(132, 243, 223, 0.9)*/
    /*    );*/
    opacity: 0;
    transform: scale(0.55);
    transition:
        opacity 0.3s ease,
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer .socials a::after {
    display: none !important;
}

.site-footer .socials a > * {
    position: relative;
    z-index: 1;
}

.site-footer .footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin-top: 42px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    text-align: left !important;
}

.site-footer .footer-bottom p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.60) !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}

/* Hover animations */
@media (hover: hover) and (pointer: fine) {
    .site-footer .brand-footer:hover {
        transform: translateY(-3px) scale(1.025) !important;
        filter: drop-shadow(0 10px 18px rgba(132, 243, 223, 0.18));
    }

    .site-footer .brand-footer:hover img {
        opacity: 1;
        filter:
            brightness(0)
            invert(1)
            drop-shadow(0 0 9px rgba(132, 243, 223, 0.22)) !important;
    }

    .site-footer .footer-brand-block:hover > p {
        color: rgba(255, 255, 255, 0.94) !important;
        transform: translateY(-1px);
    }

    .site-footer .footer-grid > div:not(.footer-brand-block):hover h3::after {
        width: 46px;
        background: #84f3df;
    }

    .site-footer .footer-grid > div:not(.footer-brand-block) > a:hover,
    .site-footer .footer-grid p a:hover {
        color: #ffffff !important;
        transform: translate3d(6px, 0, 0);
        text-shadow: 0 0 14px rgba(132, 243, 223, 0.25);
    }

    .site-footer .footer-grid > div:not(.footer-brand-block) > a:hover::after,
    .site-footer .footer-grid p a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .site-footer .socials a:hover {
        border-color: rgba(132, 243, 223, 0.8) !important;
        background: #84f3df !important;
        color: #05463f !important;
        transform: translateY(-5px) scale(1.10) rotate(3deg) !important;
        box-shadow:
            0 10px 22px rgba(1, 40, 37, 0.22),
            0 0 18px rgba(132, 243, 223, 0.25) !important;
    }

    .site-footer .socials a:hover::before {
        opacity: 1;
        transform: scale(1);
    }
}

/* Keyboard focus */
.site-footer .brand-footer:focus-visible,
.site-footer .footer-grid a:focus-visible {
    outline: 2px solid #84f3df !important;
    outline-offset: 4px;
}

.site-footer .footer-grid > div:not(.footer-brand-block) > a:focus-visible,
.site-footer .footer-grid p a:focus-visible {
    color: #ffffff !important;
    transform: translate3d(5px, 0, 0);
}

.site-footer .footer-grid > div:not(.footer-brand-block) > a:focus-visible::after,
.site-footer .footer-grid p a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.site-footer .socials a:focus-visible {
    background: #84f3df !important;
    color: #05463f !important;
    transform: translateY(-4px) scale(1.08) !important;
    box-shadow:
        0 10px 22px rgba(1, 40, 37, 0.22) !important;
}

/* Laptop */
@media screen and (max-width: 1199px) {
    .site-footer > .container {
        width: min(1000px, calc(100% - 40px)) !important;
    }

    .site-footer .footer-grid {
        grid-template-columns:
            minmax(235px, 1.3fr)
            minmax(150px, 0.85fr)
            minmax(150px, 0.85fr)
            minmax(205px, 1fr) !important;
        gap: 38px !important;
    }

    .site-footer .brand-footer img {
        width: 220px !important;
    }
}

/* Tablet */
@media screen and (max-width: 991px) {
    .site-footer {
        padding: 52px 0 24px !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr !important;
        gap: 42px 30px !important;
    }

    .site-footer .footer-grid > div:last-child {
        grid-column: 1 / -1 !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 32px !important;
        align-items: start !important;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .site-footer {
        padding: 46px 0 22px !important;
    }

    .site-footer > .container {
        width: calc(100% - 28px) !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 38px 24px !important;
    }

    .site-footer .footer-brand-block {
        grid-column: 1 / -1 !important;
    }

    .site-footer .footer-grid > div:last-child {
        grid-column: 1 / -1 !important;
        display: flex !important;
    }

    .site-footer .brand-footer img {
        width: 215px !important;
    }

    .site-footer .footer-brand-block > p {
        max-width: 360px;
        font-size: 13px !important;
    }

    .site-footer .footer-grid h3 {
        font-size: 16px !important;
    }

    .site-footer .footer-grid > div:not(.footer-brand-block) > a,
    .site-footer .footer-grid p {
        font-size: 13px !important;
    }

    .site-footer .footer-bottom {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 8px !important;
        margin-top: 34px !important;
    }

    .site-footer .footer-grid a:active {
        color: #ffffff !important;
    }

    .site-footer .socials a:active {
        background: #84f3df !important;
        color: #05463f !important;
        transform: scale(0.94) !important;
    }
}

/* Small mobile */
@media screen and (max-width: 479px) {
    .site-footer > .container {
        width: calc(100% - 24px) !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .site-footer .footer-brand-block,
    .site-footer .footer-grid > div:last-child {
        grid-column: auto !important;
    }

    .site-footer .brand-footer img {
        width: 205px !important;
    }

    .site-footer .footer-grid h3 {
        margin-bottom: 10px !important;
    }

    .site-footer .footer-grid > div:not(.footer-brand-block) > a {
        margin-bottom: 8px !important;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .site-footer *,
    .site-footer *::before,
    .site-footer *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

    .site-footer .brand-footer:hover,
    .site-footer .footer-grid a:hover,
    .site-footer .socials a:hover {
        transform: none !important;
    }
}
