/*
 * Green Works public UX refresh.
 * Scoped to the public theme so Jetstream/admin pages keep their own styling.
 */

:root {
    --gw-ink: #121716;
    --gw-muted: #5b6561;
    --gw-paper: #f4f7f4;
    --gw-panel: rgba(255, 255, 255, 0.68);
    --gw-panel-strong: rgba(255, 255, 255, 0.84);
    --gw-line: rgba(255, 255, 255, 0.56);
    --gw-green: #0f5f46;
    --gw-green-dark: #073d2d;
    --gw-green-soft: #e8f2ec;
    --gw-green-glass: rgba(15, 95, 70, 0.12);
    --gw-gold: #d6a84c;
    --gw-shadow: 0 22px 70px rgba(12, 20, 17, 0.18);
}

html,
body {
    color: var(--gw-ink);
    font-family: "Montserrat", sans-serif;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

html {
    height: auto;
}

body {
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gw-ink);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    color: var(--gw-ink);
    transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

a:hover,
a:focus {
    color: var(--gw-green);
    text-decoration: none;
}

button {
    background: none;
    border: 0;
    outline: 0;
}

input,
textarea {
    max-width: 100%;
    outline: 0;
}

::selection {
    background: var(--gw-green);
    color: #fff;
}

::-webkit-scrollbar {
    background: #fff;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--gw-green);
}

.left-holder { text-align: left; }
.right-holder { text-align: right; }
.center-holder { text-align: center; }
.mt-40 { margin-top: 40px; }
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.austenjgreen-site {
    background:
        linear-gradient(180deg, rgba(244, 247, 244, 0.98), rgba(237, 241, 237, 0.96)),
        radial-gradient(circle at 14% 12%, rgba(15, 95, 70, 0.12), transparent 32%),
        radial-gradient(circle at 86% 8%, rgba(214, 168, 76, 0.14), transparent 30%);
    color: var(--gw-ink);
    text-rendering: geometricPrecision;
}

.austenjgreen-site a:focus-visible,
.austenjgreen-site button:focus-visible {
    outline: 3px solid rgba(214, 168, 76, 0.72);
    outline-offset: 4px;
}

/* Legacy public theme accent locks. These keep older theme selectors from leaking red accents back into public pages. */
.austenjgreen-site .custom-section-block-parallax + *::before,
.austenjgreen-site .custom-section-block-bg + *::before,
.austenjgreen-site .gw-page-hero + *::before {
    background: linear-gradient(
        90deg,
        transparent 4%,
        rgba(15, 95, 70, 0.34) 26%,
        rgba(214, 168, 76, 0.58) 50%,
        rgba(15, 95, 70, 0.34) 74%,
        transparent 96%
    ) !important;
}

.austenjgreen-site .section-heading h2,
.austenjgreen-site .primary-button,
.austenjgreen-site .current-page,
.austenjgreen-site .paginator:focus,
.austenjgreen-site .paginator:hover,
.austenjgreen-site .blog-list-button a:hover,
.austenjgreen-site .pricing-center,
.austenjgreen-site .pricing-best-center a,
.austenjgreen-site .pricing-button-sale-map a:hover {
    background: var(--gw-green) !important;
}

.austenjgreen-site .navbar-custom .navbar-links-custom li a:hover,
.austenjgreen-site .navbar-links-custom .dropdown ul li a:hover,
.austenjgreen-site .active-link a,
.austenjgreen-site .section-heading span,
.austenjgreen-site .primary-button::after,
.austenjgreen-site .dark-button::after,
.austenjgreen-site .primary-list li i,
.austenjgreen-site .video-play-button,
.austenjgreen-site .blog-list-text h4 a:hover,
.austenjgreen-site .blog-list-admin span,
.austenjgreen-site .blog-list-admin a:hover,
.austenjgreen-site .blog-post-recent-text h5 a:hover,
.austenjgreen-site .project-arrow:hover,
.austenjgreen-site .project-grid-2-overlay-button a:hover,
.austenjgreen-site .pricing-box ul li i,
.austenjgreen-site .pricing-button a,
.austenjgreen-site .pricing-button-sale-map a,
.austenjgreen-site .pricing-best-center a:hover,
.austenjgreen-site .services-box-text ul li span,
.austenjgreen-site .contact-info h5,
.austenjgreen-site .pswp__button.pswp__button--close:hover {
    color: var(--gw-green) !important;
}

.austenjgreen-site .navbar-custom .navbar-toggle .icon-bar,
.austenjgreen-site .cube2 {
    background-color: var(--gw-green) !important;
}

.austenjgreen-site .section-heading h2::after,
.austenjgreen-site .project-detail-1 h2::after,
.austenjgreen-site .project-detail-1-info h3::after,
.austenjgreen-site .project-row:hover .project-title h2::after,
.austenjgreen-site .blog-side-title h4::after {
    border-bottom-color: var(--gw-green) !important;
}

.austenjgreen-site blockquote {
    border-left-color: var(--gw-green) !important;
}

.austenjgreen-site .pricing-box:hover,
.austenjgreen-site .pricing-best-center,
.austenjgreen-site .pricing-button a,
.austenjgreen-site .pricing-button-sale-map a,
.austenjgreen-site .pricing-best-center a:hover {
    border-color: var(--gw-green) !important;
}

.austenjgreen-site .contact-box-icon:hover {
    border-bottom-color: var(--gw-green) !important;
}

.gw-auth-body {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(244, 247, 244, 0.98), rgba(237, 241, 237, 0.96)),
        radial-gradient(circle at 14% 12%, rgba(15, 95, 70, 0.12), transparent 32%),
        radial-gradient(circle at 86% 8%, rgba(214, 168, 76, 0.14), transparent 30%);
}

.gw-auth-page {
    min-height: 100vh;
}

.gw-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    min-height: 100vh;
}

.gw-auth-brand {
    align-items: center;
    background:
        linear-gradient(145deg, rgba(7, 61, 45, 0.96), rgba(15, 95, 70, 0.9)),
        url("/img/greenworks/work-interior.jpg") center / cover;
    color: #fff;
    display: flex;
    overflow: hidden;
    padding: clamp(48px, 7vw, 96px);
    position: relative;
}

.gw-auth-brand::before {
    background: linear-gradient(90deg, rgba(7, 61, 45, 0.96), rgba(7, 61, 45, 0.78));
    content: "";
    inset: 0;
    position: absolute;
}

.gw-auth-brand-inner {
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.gw-auth-brand-logo {
    margin-bottom: 38px;
}

.gw-auth-logo-link {
    display: inline-block;
    min-height: 78px;
    min-width: 220px;
}

.gw-auth-eyebrow {
    color: rgba(214, 168, 76, 0.95);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.gw-auth-brand h1 {
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 0.98;
    margin: 0 0 22px;
}

.gw-auth-lede {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.75;
    margin: 0;
    max-width: 560px;
}

.gw-auth-proof-list {
    display: grid;
    gap: 14px;
    margin-top: 38px;
}

.gw-auth-proof {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.92);
    display: grid;
    font-weight: 700;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px 16px;
}

.gw-auth-proof-icon {
    align-items: center;
    background: rgba(214, 168, 76, 0.16);
    border: 1px solid rgba(214, 168, 76, 0.34);
    border-radius: 8px;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.gw-auth-proof-icon svg,
.gw-auth-form-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.gw-auth-proof-icon svg {
    color: #f1d490;
    height: 22px;
    width: 22px;
}

.gw-auth-home-link {
    align-items: center;
    border: 1px solid rgba(214, 168, 76, 0.42);
    border-radius: 999px;
    color: #f4d78b;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-top: 34px;
    padding: 12px 18px;
    text-transform: uppercase;
}

.gw-auth-home-link:hover,
.gw-auth-home-link:focus {
    background: rgba(214, 168, 76, 0.14);
    color: #fff;
}

.gw-auth-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 64px);
}

.gw-auth-mobile-logo {
    display: none;
    margin-bottom: 24px;
}

.gw-auth-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    box-shadow: var(--gw-shadow);
    max-width: 460px;
    padding: clamp(26px, 4vw, 44px);
    width: 100%;
}

.gw-auth-header {
    margin-bottom: 26px;
    text-align: left;
}

.gw-auth-form-icon {
    align-items: center;
    background: var(--gw-green-soft);
    border: 1px solid rgba(15, 95, 70, 0.18);
    border-radius: 8px;
    color: var(--gw-green);
    display: inline-flex;
    height: 50px;
    justify-content: center;
    margin-bottom: 18px;
    width: 50px;
}

.gw-auth-form-icon svg {
    height: 26px;
    width: 26px;
}

.gw-auth-header h2 {
    color: var(--gw-ink);
    font-size: clamp(28px, 5vw, 38px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 10px;
}

.gw-auth-header p,
.gw-auth-copy,
.gw-auth-copyright,
.gw-auth-footer {
    color: var(--gw-muted);
    font-size: 14px;
    line-height: 1.75;
}

.gw-auth-copy {
    background: rgba(15, 95, 70, 0.06);
    border: 1px solid rgba(15, 95, 70, 0.1);
    border-radius: 8px;
    margin-bottom: 22px;
    padding: 14px 16px;
}

.gw-auth-form {
    display: grid;
    gap: 18px;
}

.gw-auth-field {
    display: grid;
    gap: 8px;
}

.gw-auth-body label,
.gw-auth-body .gw-auth-field label {
    color: var(--gw-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gw-auth-body input[type="email"],
.gw-auth-body input[type="password"],
.gw-auth-body input[type="text"] {
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(15, 95, 70, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 34px rgba(18, 23, 22, 0.06) !important;
    color: var(--gw-ink) !important;
    font-size: 15px !important;
    min-height: 52px;
    padding: 14px 16px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gw-auth-body input[type="email"]:focus,
.gw-auth-body input[type="password"]:focus,
.gw-auth-body input[type="text"]:focus {
    border-color: var(--gw-green) !important;
    box-shadow: 0 0 0 4px rgba(15, 95, 70, 0.13), 0 12px 34px rgba(18, 23, 22, 0.08) !important;
    outline: 0 !important;
}

.gw-auth-row,
.gw-auth-actions,
.gw-auth-inline-links {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.gw-auth-row a,
.gw-auth-footer a,
.gw-auth-terms a,
.gw-auth-inline-links a,
.gw-auth-link-button {
    color: var(--gw-green) !important;
    font-weight: 800;
    text-decoration: none;
}

.gw-auth-row a:hover,
.gw-auth-footer a:hover,
.gw-auth-terms a:hover,
.gw-auth-inline-links a:hover,
.gw-auth-link-button:hover {
    color: var(--gw-green-dark) !important;
    text-decoration: underline;
}

.gw-auth-check {
    align-items: flex-start;
    color: var(--gw-muted);
    cursor: pointer;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    gap: 10px;
    letter-spacing: 0 !important;
    line-height: 1.6;
    text-transform: none !important;
}

.gw-auth-check input[type="checkbox"] {
    accent-color: var(--gw-green);
    flex: 0 0 auto;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.gw-auth-terms {
    background: rgba(15, 95, 70, 0.05);
    border: 1px solid rgba(15, 95, 70, 0.1);
    border-radius: 8px;
    padding: 14px;
}

.gw-auth-body .gw-auth-submit {
    align-items: center !important;
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark)) !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 36px rgba(15, 95, 70, 0.22) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    justify-content: center !important;
    letter-spacing: 0.08em !important;
    min-height: 52px;
    padding: 15px 22px !important;
    text-transform: uppercase !important;
    width: 100%;
}

.gw-auth-body .gw-auth-submit:hover,
.gw-auth-body .gw-auth-submit:focus {
    background: linear-gradient(135deg, var(--gw-green-dark), var(--gw-green)) !important;
    box-shadow: 0 20px 42px rgba(15, 95, 70, 0.28) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.gw-auth-body .gw-auth-submit-inline {
    width: auto;
}

.gw-auth-link-button {
    background: none !important;
    border: 0 !important;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
}

.gw-auth-turnstile {
    display: flex;
    justify-content: center;
}

.gw-auth-alert {
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 14px 16px;
}

.gw-auth-alert-error {
    background: rgba(185, 28, 28, 0.08);
    border: 1px solid rgba(185, 28, 28, 0.18);
    color: #7f1d1d;
}

.gw-auth-alert-success {
    background: rgba(15, 95, 70, 0.08);
    border: 1px solid rgba(15, 95, 70, 0.18);
    color: var(--gw-green-dark);
    font-weight: 700;
}

.gw-auth-alert ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.gw-auth-footer {
    border-top: 1px solid rgba(15, 95, 70, 0.1);
    margin-top: 24px;
    padding-top: 18px;
    text-align: center;
}

.gw-auth-copyright {
    margin: 22px 0 0;
    text-align: center;
}

.gw-legal-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: clamp(28px, 5vw, 70px) 18px;
}

.gw-legal-logo {
    margin-bottom: 24px;
}

.gw-legal-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    box-shadow: var(--gw-shadow);
    color: var(--gw-ink);
    line-height: 1.75;
    max-width: 860px;
    padding: clamp(24px, 4vw, 44px);
    width: 100%;
}

@media (max-width: 980px) {
    .gw-auth-body {
        overflow-x: hidden;
    }

    .gw-auth-shell {
        display: block;
        min-height: 100svh;
    }

    .gw-auth-brand {
        display: none;
    }

    .gw-auth-content {
        justify-content: flex-start;
        min-height: 100svh;
        padding: 28px 18px 34px;
        width: 100%;
    }

    .gw-auth-mobile-logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .gw-auth-card {
        max-width: 560px;
        padding: 28px 22px;
    }

    .gw-auth-copyright {
        max-width: 560px;
    }
}

@media (max-width: 640px) {
    .gw-auth-content {
        padding: 18px 14px 26px;
    }

    .gw-auth-logo-link {
        min-height: 58px;
        min-width: 176px;
    }

    .gw-auth-mobile-logo {
        margin-bottom: 16px;
    }

    .gw-auth-card {
        border-radius: 8px;
        max-width: 100%;
        padding: 22px 16px;
    }

    .gw-auth-header {
        margin-bottom: 20px;
    }

    .gw-auth-form-icon {
        height: 44px;
        margin-bottom: 14px;
        width: 44px;
    }

    .gw-auth-form-icon svg {
        height: 22px;
        width: 22px;
    }

    .gw-auth-header h2 {
        font-size: clamp(27px, 9vw, 34px);
    }

    .gw-auth-form {
        gap: 15px;
    }

    .gw-auth-body input[type="email"],
    .gw-auth-body input[type="password"],
    .gw-auth-body input[type="text"] {
        min-width: 0;
        width: 100%;
    }

    .gw-auth-row,
    .gw-auth-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .gw-auth-row a,
    .gw-auth-inline-links {
        align-self: flex-start;
    }

    .gw-auth-inline-links {
        flex-wrap: wrap;
    }

    .gw-auth-body .gw-auth-submit-inline {
        width: 100%;
    }

    .gw-auth-turnstile {
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .gw-auth-copy,
    .gw-auth-alert,
    .gw-auth-terms {
        padding: 12px;
    }

    .gw-legal-page {
        padding: 18px 14px 28px;
    }

    .gw-legal-card {
        max-width: 100%;
        padding: 22px 16px;
    }
}

@media (max-width: 360px) {
    .gw-auth-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gw-auth-card {
        padding: 20px 14px;
    }

    .gw-auth-header h2 {
        font-size: 26px;
    }

    .gw-auth-home-link,
    .gw-auth-body .gw-auth-submit {
        letter-spacing: 0.04em !important;
    }
}

.navbar.navbar-custom {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 0;
    border-right: 0;
    box-shadow: 0 12px 44px rgba(18, 23, 22, 0.1);
    backdrop-filter: blur(24px) saturate(1.35);
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.navbar-header-custom {
    background: transparent !important;
}

.navbar-custom .navbar-links-custom li {
    padding: 13px 3px;
}

.navbar-custom .navbar-links-custom li > a,
.navbar-custom .navbar-links-custom li form button {
    border-radius: 999px;
    color: rgba(18, 23, 22, 0.72) !important;
    padding: 12px 14px !important;
}

.navbar-content li > a:before {
    display: none;
}

.navbar-custom .navbar-links-custom li > a:hover,
.navbar-custom .navbar-links-custom li > a:focus,
.navbar-custom .navbar-links-custom li form button:hover {
    background: rgba(15, 95, 70, 0.09);
    color: var(--gw-green-dark) !important;
}

#client-login a {
    background: linear-gradient(135deg, rgba(15, 95, 70, 0.12), rgba(214, 168, 76, 0.12));
    border: 1px solid rgba(15, 95, 70, 0.16);
}

.search-holder .search-button a {
    align-items: center;
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 95, 70, 0.22);
    color: #fff !important;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    min-width: 42px;
}

.search-holder .search-button a:hover {
    background: linear-gradient(135deg, var(--gw-green-dark), #0a2c21);
}

.key-unlock {
    display: inline-block;
    transition: transform 0.3s ease;
}

#client-login:hover .key-unlock,
.hvr-icon-rotate:hover .key-unlock {
    animation: gwUnlock 0.6s ease-in-out;
}

@keyframes gwUnlock {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-25deg); }
    50% { transform: rotate(10deg); }
    75% { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
}

.gw-logout-button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    padding: 15px;
}

.gw-inline-form {
    display: inline;
}

.mkm-logout-button {
    background: none;
    border: 0;
    border-radius: 14px;
    color: var(--gw-ink);
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 14px 28px;
    text-transform: uppercase;
}

.mkm-logout-button:hover,
.mkm-logout-button:focus {
    background: rgba(15, 95, 70, 0.08);
    color: var(--gw-green);
}

.mkp-overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1000010;
}

.mkp-overlay.mkp-open {
    opacity: 1;
    visibility: visible;
}

.mkp-backdrop {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mkp-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    box-shadow: var(--gw-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    min-width: 340px;
    padding: 40px 48px;
    position: relative;
    text-align: center;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.4s ease;
    z-index: 1;
    backdrop-filter: blur(40px) saturate(1.8);
    -webkit-backdrop-filter: blur(40px) saturate(1.8);
}

.mkp-overlay.mkp-open .mkp-card {
    transform: translateY(0) scale(1);
}

.mkp-close {
    align-items: center;
    background: rgba(15, 95, 70, 0.08);
    border: 1px solid rgba(15, 95, 70, 0.12);
    border-radius: 50%;
    color: rgba(18, 23, 22, 0.52);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: all 0.25s ease;
    width: 36px;
}

.mkp-close:hover {
    background: rgba(15, 95, 70, 0.14);
    border-color: rgba(15, 95, 70, 0.26);
    color: var(--gw-green);
}

.mkp-icon-ring {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 95, 70, 0.13), rgba(214, 168, 76, 0.12));
    border: 2px solid rgba(15, 95, 70, 0.18);
    border-radius: 50%;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 72px;
}

.mkp-icon-ring i {
    color: var(--gw-green);
    font-size: 28px;
}

.mkp-label {
    color: rgba(18, 23, 22, 0.46);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mkp-number {
    color: var(--gw-ink);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
}

.mkp-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.mkp-btn {
    align-items: center;
    border-radius: 14px;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.08em;
    padding: 14px 28px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.mkp-btn-call {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    box-shadow: 0 14px 30px rgba(15, 95, 70, 0.28);
    color: #fff;
}

.mkp-btn-call:hover {
    box-shadow: 0 18px 38px rgba(15, 95, 70, 0.35);
    color: #fff;
    transform: translateY(-2px);
}

.mkp-btn-copy {
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(15, 95, 70, 0.12);
    color: var(--gw-ink);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.mkp-btn-copy:hover,
.mkp-btn-copy.mkp-copied {
    background: rgba(15, 95, 70, 0.1);
    border-color: rgba(15, 95, 70, 0.28);
    color: var(--gw-green);
}

.gw-hero,
.gw-hero-carousel {
    isolation: isolate;
    min-height: 720px;
    overflow: hidden;
    position: relative;
}

.video-area {
    background: #101010;
    height: 100svh;
    min-height: 60vh;
    width: 100%;
}

.hero-poster,
.hero-video-frame {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.hero-poster {
    background: #101010;
    z-index: 0;
}

.hero-poster img,
.hero-video-frame video,
.hero-carousel-video,
.hero-slide-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-slide-image {
    background-position: center center;
    background-size: cover;
}

.hero-video-frame {
    opacity: 0;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    visibility: hidden;
    z-index: 1;
}

.hero-video-frame.is-ready {
    opacity: 1;
    visibility: visible;
}

.video-table {
    display: table;
    height: 100%;
    width: 100%;
}

.gw-hero .video-table,
.gw-hero-carousel .video-table {
    inset: 0;
    position: absolute;
}

.video-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.hero-carousel-wrap,
.hero-carousel-wrap .swiper,
.hero-carousel-wrap .swiper-slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-carousel-wrap .swiper-button-next,
.hero-carousel-wrap .swiper-button-prev,
.hero-carousel-wrap .swiper-pagination {
    display: none;
}

.gw-hero::after,
.gw-hero-carousel::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 22%;
    background: linear-gradient(180deg, transparent, rgba(244, 247, 244, 0.98));
    z-index: 3;
    pointer-events: none;
}

.gw-hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 16, 12, 0.82) 0%, rgba(5, 16, 12, 0.58) 44%, rgba(5, 16, 12, 0.26) 100%),
        linear-gradient(180deg, rgba(5, 16, 12, 0.22), rgba(5, 16, 12, 0.58));
}

.gw-hero .video-table,
.gw-hero-carousel .video-table {
    z-index: 4;
}

.gw-hero .video-table-cell,
.gw-hero-carousel .video-table-cell {
    background: transparent;
    padding: 118px 0 86px;
    text-align: left;
    vertical-align: middle;
}

.gw-hero .video-effect,
.gw-hero-carousel .video-effect {
    overflow: visible;
}

.gw-hero .video-effect-box,
.gw-hero-carousel .video-effect-box {
    display: block;
    padding: 0;
}

.gw-hero-copy {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 26px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
    max-width: 760px;
    padding: clamp(28px, 4.6vw, 56px);
    text-align: left;
    backdrop-filter: blur(22px) saturate(1.38);
    -webkit-backdrop-filter: blur(22px) saturate(1.38);
}

.gw-hero-eyebrow,
.gw-section-intro span,
.gw-proof-card-copy span,
.gw-service-copy span,
.gw-cta-panel > span {
    color: var(--gw-gold);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.gw-hero-title {
    color: #fff;
    font-size: clamp(44px, 7vw, 88px);
    font-weight: 800;
    line-height: 0.98;
    max-width: 820px;
    text-align: left;
    text-shadow: 0 16px 46px rgba(0, 0, 0, 0.36);
}

.gw-hero-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 2.1vw, 24px);
    font-weight: 500;
    line-height: 1.55;
    margin: 22px 0 0;
    max-width: 680px;
    text-align: left;
}

.gw-hero-actions,
.gw-cta-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.gw-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 14px 23px;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    white-space: normal;
}

.gw-btn-primary {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    box-shadow: 0 18px 36px rgba(15, 95, 70, 0.28);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gw-btn-secondary {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.gw-btn:hover,
.gw-btn:focus {
    color: #fff !important;
    transform: translateY(-2px);
}

.gw-btn-primary:hover,
.gw-btn-primary:focus {
    background: linear-gradient(135deg, var(--gw-green-dark), #0a2c21);
    box-shadow: 0 22px 44px rgba(15, 95, 70, 0.3);
}

.hero-nav-wrap {
    align-items: center;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 20;
}

.hero-nav-btn {
    align-items: center;
    background: rgba(15, 95, 70, 0.26);
    border: 1px solid rgba(214, 168, 76, 0.32);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 50px;
    z-index: 20;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-nav-btn:hover {
    background: rgba(15, 95, 70, 0.58);
    transform: translateY(-50%) scale(1.1);
}

.hero-nav-btn.prev { left: 20px; }
.hero-nav-btn.next { right: 20px; }

.hero-dots,
.mk-testi-dots {
    display: flex;
    gap: 12px;
}

.hero-dot,
.mk-testi-dot {
    background: rgba(255, 255, 255, 0.22);
    border: 2px solid rgba(214, 168, 76, 0.52);
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    transition: all 0.3s ease;
    width: 12px;
}

.hero-dot.active,
.mk-testi-dot.active {
    background: var(--gw-gold);
    box-shadow: 0 0 18px rgba(214, 168, 76, 0.52);
    transform: scale(1.2);
}

.hero-dot:hover:not(.active),
.mk-testi-dot:hover:not(.active) {
    background: rgba(15, 95, 70, 0.58);
}

.hero-progress-wrap,
.mk-testi-progress-wrap {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 3px;
    height: 3px;
    overflow: hidden;
}

.hero-progress-wrap {
    width: 200px;
}

.hero-progress-bar,
.mk-testi-progress-bar {
    background: linear-gradient(90deg, var(--gw-green), var(--gw-gold));
    border-radius: 3px;
    height: 100%;
    width: 0;
}

.hero-progress-bar.running,
.mk-testi-progress-bar.running {
    transition: width linear;
    width: 100%;
}

.hero-progress-bar.paused,
.mk-testi-progress-bar.paused {
    transition: none;
}

.gw-hero-trust {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}

.gw-hero-trust > div {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    min-height: 108px;
    padding: 17px 16px;
}

.gw-hero-trust strong {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.gw-hero-trust span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

.gw-proof-section {
    background:
        linear-gradient(180deg, rgba(244, 247, 244, 0.98), rgba(255, 255, 255, 0.96)),
        radial-gradient(circle at 10% 8%, rgba(15, 95, 70, 0.1), transparent 34%),
        radial-gradient(circle at 90% 30%, rgba(214, 168, 76, 0.12), transparent 30%);
    overflow: hidden;
    padding: clamp(70px, 9vw, 120px) 0;
    position: relative;
}

.gw-section-intro {
    margin: 0 auto clamp(34px, 5vw, 54px);
    max-width: 760px;
    text-align: center;
}

.gw-section-intro span {
    color: var(--gw-green);
}

.gw-section-intro h2 {
    color: var(--gw-ink);
    font-size: clamp(30px, 4.8vw, 58px);
    font-weight: 800;
    line-height: 1.05;
}

.gw-section-intro p {
    color: var(--gw-muted);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.7;
    margin: 18px auto 0;
    max-width: 680px;
}

.gw-proof-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gw-proof-card {
    background: var(--gw-panel);
    border: 1px solid var(--gw-line);
    border-radius: 18px;
    box-shadow: 0 20px 54px rgba(18, 23, 22, 0.11);
    min-height: 100%;
    overflow: hidden;
    backdrop-filter: blur(22px) saturate(1.35);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.gw-proof-card img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gw-proof-card-copy {
    padding: 24px;
}

.gw-proof-card-copy span {
    color: var(--gw-green);
    margin-bottom: 10px;
}

.gw-proof-card-copy h3 {
    color: var(--gw-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

.gw-proof-card-copy p {
    color: var(--gw-muted);
    font-size: 14px;
    line-height: 1.72;
    margin: 14px 0 0;
}

.gw-service-band,
.gw-cta-band {
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.gw-service-media,
.gw-cta-media,
.gw-service-bg-img,
.gw-cta-bg-img {
    inset: 0;
    position: absolute;
}

.gw-service-media {
    background: linear-gradient(90deg, rgba(5, 18, 13, 0.82), rgba(5, 18, 13, 0.48));
    z-index: 1;
}

.gw-cta-media {
    background: linear-gradient(90deg, rgba(5, 18, 13, 0.72), rgba(5, 18, 13, 0.38));
    z-index: 1;
}

.gw-service-bg-img,
.gw-cta-bg-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 0;
}

.gw-service-band .container,
.gw-cta-content {
    position: relative;
    z-index: 2;
}

.gw-service-band .container {
    align-items: center;
    display: flex;
    min-height: 620px;
}

.gw-service-panel,
.gw-cta-panel {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 26px;
    box-shadow: var(--gw-shadow);
    color: #fff;
    backdrop-filter: blur(24px) saturate(1.35);
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.gw-service-panel {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    margin: 80px 0;
    padding: clamp(28px, 5vw, 54px);
    width: min(100%, 1040px);
}

.gw-service-copy h2,
.gw-cta-panel h2 {
    color: #fff;
    font-size: clamp(32px, 5.2vw, 64px);
    font-weight: 800;
    line-height: 1.04;
    text-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

.gw-service-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.72;
    margin: 22px 0 0;
}

.gw-service-list {
    display: grid;
    gap: 12px;
}

.gw-service-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.9);
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 72px;
    padding: 14px 16px;
}

.gw-service-item i {
    align-items: center;
    background: rgba(214, 168, 76, 0.2);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.gw-service-item span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.gw-cta-content {
    align-items: center;
    display: flex;
    min-height: 520px;
    padding: 80px 0;
}

.gw-cta-panel {
    max-width: 830px;
    padding: clamp(30px, 5vw, 58px);
}

.gw-cta-panel h2 {
    max-width: 760px;
}

.gw-cta-panel .gw-btn-secondary {
    background: rgba(255, 255, 255, 0.16);
}

.mk-testi-section {
    background:
        linear-gradient(135deg, rgba(5, 18, 13, 0.96), rgba(12, 42, 31, 0.94)),
        radial-gradient(circle at 16% 14%, rgba(214, 168, 76, 0.16), transparent 30%);
    overflow: hidden;
    padding: 80px 0 0;
    position: relative;
}

.mk-testi-bg-anim {
    background: linear-gradient(-45deg, var(--gw-green), var(--gw-green-dark), #14241d, #26372d, var(--gw-gold), var(--gw-green));
    background-size: 400% 400%;
    height: 100%;
    left: 0;
    opacity: 0.22;
    position: absolute;
    top: 0;
    width: 100%;
    animation: mkTestiGradient 18s ease infinite;
}

@keyframes mkTestiGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.mk-testi-orb {
    display: none;
}

.mk-testi-header,
.mk-testi-container,
.mk-testi-share {
    position: relative;
    z-index: 10;
}

.mk-testi-header {
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center;
}

.mk-testi-label {
    background: rgba(214, 168, 76, 0.16);
    border: 1px solid rgba(214, 168, 76, 0.36);
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 15px;
    padding: 8px 25px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mk-testi-header h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.mk-testi-container {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
}

.mk-testi-slider {
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
}

.mk-testi-slides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.mk-testi-slide {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-width: 100%;
    padding: 0 10px;
}

.mk-testi-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(214, 168, 76, 0.26);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 0 80px rgba(15, 95, 70, 0.05);
    max-width: 800px;
    opacity: 0.5;
    overflow: hidden;
    padding: 50px;
    position: relative;
    transform: scale(0.95);
    transition: all 0.5s ease;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.mk-testi-slide.active .mk-testi-card {
    opacity: 1;
    transform: scale(1);
}

.mk-testi-card::before {
    background: linear-gradient(90deg, transparent, rgba(214, 168, 76, 0.08), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.5s ease;
    width: 100%;
}

.mk-testi-card:hover::before {
    left: 100%;
}

.mk-testi-quote {
    color: var(--gw-gold);
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 15px;
}

.mk-testi-content {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 35px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mk-testi-author {
    align-items: center;
    display: flex;
    gap: 20px;
}

.mk-testi-avatar img,
.mk-testi-initials {
    border: 3px solid var(--gw-gold);
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.mk-testi-avatar img {
    box-shadow: 0 4px 15px rgba(15, 95, 70, 0.34);
    object-fit: cover;
}

.mk-testi-initials {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 95, 70, 0.68), rgba(214, 168, 76, 0.34));
    color: #fff;
    display: flex;
    font-size: 28px;
    font-weight: 800;
    justify-content: center;
}

.mk-testi-details h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 5px;
}

.mk-testi-company {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    margin: 0 0 8px;
}

.mk-testi-stars {
    display: flex;
    gap: 4px;
}

.mk-testi-stars .mk-star {
    color: var(--gw-gold);
    font-size: 16px;
}

.mk-testi-stars .mk-star.empty {
    color: rgba(255, 255, 255, 0.25);
}

.mk-testi-nav {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.mk-testi-btn {
    align-items: center;
    background: rgba(15, 95, 70, 0.28);
    border: 1px solid rgba(214, 168, 76, 0.38);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mk-testi-btn:hover {
    background: rgba(15, 95, 70, 0.58);
    transform: scale(1.1);
}

.mk-testi-progress-wrap {
    margin: 20px auto 0;
    max-width: 200px;
    position: relative;
    z-index: 10;
}

.mk-testi-share {
    padding: 50px 20px 60px;
    text-align: center;
}

.mk-testi-share-btn {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(15, 95, 70, 0.28);
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    gap: 10px;
    padding: 15px 40px;
    text-decoration: none !important;
}

.mk-testi-share-btn:hover {
    box-shadow: 0 18px 38px rgba(15, 95, 70, 0.35);
    color: #fff !important;
    transform: translateY(-2px);
}

.mk-testi-share-btn i {
    margin-right: 10px;
}

.mkf-footer {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 238, 0.98)),
        radial-gradient(circle at 12% 0%, rgba(15, 95, 70, 0.08), transparent 32%);
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}

.mkf-footer-spacer {
    height: 60px;
}

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

.mkf-top-line {
    background: linear-gradient(90deg, transparent 5%, rgba(15, 95, 70, 0.32) 30%, rgba(214, 168, 76, 0.48) 50%, rgba(15, 95, 70, 0.32) 70%, transparent 95%);
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mkf-top-line::after {
    background: linear-gradient(180deg, rgba(15, 95, 70, 0.08), transparent);
    content: "";
    height: 30px;
    left: 20%;
    pointer-events: none;
    position: absolute;
    right: 20%;
    top: 0;
}

.mkf-orb {
    animation: mkfFloat 12s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    position: absolute;
}

.mkf-orb-1 {
    background: rgba(15, 95, 70, 0.08);
    height: 400px;
    left: -50px;
    top: -100px;
    width: 400px;
}

.mkf-orb-2 {
    background: rgba(214, 168, 76, 0.08);
    bottom: -80px;
    height: 350px;
    right: -30px;
    width: 350px;
}

.mkf-orb-3 {
    background: rgba(15, 95, 70, 0.05);
    height: 250px;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    width: 250px;
}

@keyframes mkfFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    33% { transform: translateY(-20px) scale(1.05); }
    66% { transform: translateY(10px) scale(0.97); }
}

.mkf-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1.1fr 1fr;
}

.mkf-glass {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(18, 23, 22, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
}

.mkf-glass:hover {
    box-shadow: 0 18px 48px rgba(18, 23, 22, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-4px);
}

.mkf-brand-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 35px 30px;
}

.mkf-card-pad {
    padding: 30px 28px;
}

.mkf-contact-card {
    padding: 30px 24px;
}

.mkf-brand-tagline {
    color: rgba(18, 23, 22, 0.72);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin: 18px 0 0;
}

.mkf-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mkf-social-row-brand {
    margin-top: 20px;
}

.mkf-brand-services {
    background: rgba(15, 95, 70, 0.06);
    border: 1px solid rgba(15, 95, 70, 0.1);
    border-radius: 12px;
    margin-top: 20px;
    padding: 12px 16px;
}

.mkf-brand-services p {
    color: rgba(18, 23, 22, 0.52);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 0;
    text-align: center;
}

.mkf-title {
    color: var(--gw-green) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em;
    margin: 0 0 20px !important;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}

.mkf-title::after {
    background: linear-gradient(90deg, var(--gw-green), transparent);
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.mkf-nav-grid {
    display: grid;
    gap: 0 8px;
    grid-template-columns: 1fr 1fr;
}

.mkf-nav {
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
}

.mkf-nav li {
    margin: 0;
    padding: 0 !important;
}

.mkf-nav a {
    border: 1px solid transparent;
    border-radius: 10px;
    color: rgba(18, 23, 22, 0.62) !important;
    display: block;
    font-size: 13px !important;
    font-weight: 600;
    padding: 7px 14px !important;
    text-decoration: none !important;
}

.mkf-nav a:hover {
    background: rgba(15, 95, 70, 0.08) !important;
    border-color: rgba(15, 95, 70, 0.14);
    color: var(--gw-green) !important;
    transform: translateX(4px);
}

.mkf-contact-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(18, 23, 22, 0.04);
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    padding: 12px 16px;
    text-decoration: none !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mkf-contact-item:hover {
    background: rgba(15, 95, 70, 0.08);
    border-color: rgba(15, 95, 70, 0.18);
    box-shadow: 0 8px 24px rgba(15, 95, 70, 0.1);
    transform: translateY(-2px);
}

.mkf-contact-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 95, 70, 0.1), rgba(214, 168, 76, 0.08));
    border: 1px solid rgba(15, 95, 70, 0.12);
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.mkf-contact-icon i {
    color: var(--gw-green) !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.mkf-contact-label {
    color: rgba(18, 23, 22, 0.4);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.mkf-contact-value {
    color: rgba(18, 23, 22, 0.76);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.mkf-contact-item:hover .mkf-contact-value {
    color: var(--gw-green);
}

.mkf-social-btn {
    align-items: center;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(18, 23, 22, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    display: flex;
    height: 48px;
    justify-content: center;
    text-decoration: none !important;
    width: 48px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.mkf-social-btn i {
    color: rgba(18, 23, 22, 0.52) !important;
    font-size: 18px !important;
    padding: 0 !important;
}

.mkf-social-btn:hover {
    background: rgba(15, 95, 70, 0.1);
    border-color: rgba(15, 95, 70, 0.24);
    box-shadow: 0 12px 28px rgba(15, 95, 70, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(-4px) scale(1.08);
}

.mkf-social-btn:hover i {
    color: var(--gw-green) !important;
}

.mkf-login-btn {
    align-items: center;
    background: rgba(15, 95, 70, 0.08);
    border: 1px solid rgba(15, 95, 70, 0.16);
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(15, 95, 70, 0.08);
    color: var(--gw-green) !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    margin-top: 16px;
    padding: 12px 24px;
    text-decoration: none !important;
}

.mkf-login-btn i {
    color: var(--gw-green) !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.mkf-login-btn:hover {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    border-color: var(--gw-green);
    box-shadow: 0 8px 24px rgba(15, 95, 70, 0.28);
    color: #fff !important;
    transform: translateY(-2px);
}

.mkf-login-btn:hover i {
    color: #fff !important;
}

.mkf-bottom {
    margin-top: 40px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.mkf-bottom::before {
    background: linear-gradient(90deg, transparent, rgba(18, 23, 22, 0.1), transparent);
    content: "";
    height: 1px;
    left: 5%;
    position: absolute;
    right: 5%;
    top: 0;
}

.mkf-copyright {
    color: rgba(18, 23, 22, 0.42);
    font-size: 12px;
    letter-spacing: 0.03em;
}

.gw-page-hero,
.mk-service-hero {
    overflow: hidden;
    position: relative;
}

.gw-page-hero {
    min-height: 520px;
}

.gw-page-hero-bg,
.mk-service-hero-bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.gw-page-hero::before,
.mk-service-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 18, 13, 0.78), rgba(5, 18, 13, 0.42)),
        radial-gradient(circle at 18% 18%, rgba(15, 95, 70, 0.2), transparent 36%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.gw-page-hero .section-block3,
.mk-service-hero-content {
    position: relative;
    z-index: 2;
}

.gw-page-hero-title {
    color: #fff !important;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.35);
}

.gw-page-hero-title-dark {
    color: var(--gw-ink) !important;
    text-decoration: underline;
    text-decoration-color: rgba(15, 95, 70, 0.35);
    text-underline-offset: 0.18em;
}

.gw-page-hero-btn {
    border-color: rgba(255, 255, 255, 0.32) !important;
}

.austenjgreen-site .gw-page-hero .video-table-button .gw-page-hero-btn:hover,
.austenjgreen-site .gw-page-hero .video-table-button .gw-page-hero-btn:focus,
.austenjgreen-site .gw-page-hero .video-table-button .gw-page-hero-btn:active {
    background: linear-gradient(135deg, var(--gw-green-dark), #0a2c21) !important;
    border-color: rgba(214, 168, 76, 0.72) !important;
    box-shadow: 0 22px 44px rgba(15, 95, 70, 0.32);
    color: #fff !important;
}

.austenjgreen-site .gw-page-hero .video-table-button .gw-page-hero-btn:active {
    transform: translateY(0) scale(0.98);
}

.gw-contact-field,
.gw-contact-textarea {
    background: #fafafa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: #2d2d2d;
    font-size: 15px;
    padding: 14px 18px;
    transition: all 0.3s ease;
    width: 100%;
}

.gw-contact-textarea {
    min-height: 150px;
    resize: vertical;
}

.gw-form-message-success {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    color: #fff;
}

.gw-form-message-error {
    background: linear-gradient(135deg, var(--gw-green-dark), var(--gw-green));
    color: #fff;
}

.gw-count-pending {
    color: var(--gw-green);
}

.gw-count-ready {
    color: var(--gw-green-dark);
}

.gw-team-photo-img,
.mk-service-gallery-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gw-team-photo-img {
    transition: transform 0.5s ease;
}

.gw-team-social {
    align-items: center;
    background: rgba(15, 95, 70, 0.1);
    border-radius: 10px;
    color: var(--gw-green);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 40px;
}

.gw-team-social:hover,
.gw-team-social:focus {
    background: rgba(15, 95, 70, 0.16);
    color: var(--gw-green-dark);
    transform: translateY(-2px);
}

.gw-faq-card {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(45, 45, 45, 0.08);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mk-service-hero {
    padding: 110px 0 90px;
}

.mk-service-cta-primary,
.mk-service-cta-secondary {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    padding: 14px 28px;
    text-decoration: none !important;
}

.mk-service-cta-primary {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    color: #fff !important;
}

.mk-service-cta-secondary {
    background: var(--gw-green-soft);
    color: var(--gw-ink) !important;
}

.parallax-element svg {
    color: rgba(15, 95, 70, 0.68);
}

.blueprint-bg {
    background-position:
        -1px var(--gw-blueprint-y, -1px),
        -1px var(--gw-blueprint-y, -1px),
        -1px var(--gw-blueprint-y, -1px),
        -1px var(--gw-blueprint-y, -1px) !important;
}

.gw-error-page,
.gw-error-page * {
    box-sizing: border-box;
}

.gw-error-page {
    background: #0a0a0b;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.gw-error-page .bg-scene {
    inset: 0;
    overflow: hidden;
    position: fixed;
    z-index: 0;
}

.gw-error-page .bg-scene::before {
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(15, 95, 70, 0.2), transparent 70%),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(214, 168, 76, 0.12), transparent 60%),
        radial-gradient(ellipse 40% 30% at 10% 60%, rgba(15, 95, 70, 0.1), transparent 50%);
    content: "";
    inset: 0;
    position: absolute;
}

.gw-error-page .grid-overlay {
    animation: gwErrorGridPulse 8s ease-in-out infinite;
    background-image:
        linear-gradient(rgba(15, 95, 70, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 95, 70, 0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    inset: 0;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
    position: absolute;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
}

@keyframes gwErrorGridPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.gw-error-page .particle {
    animation: gwErrorFloat linear infinite;
    background: rgba(214, 168, 76, 0.55);
    border-radius: 50%;
    height: 2px;
    position: absolute;
    width: 2px;
}

@keyframes gwErrorFloat {
    0% { opacity: 0; transform: translateY(100vh) scale(0); }
    10%, 90% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-10vh) scale(1); }
}

.gw-error-page .content {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.gw-error-page .content-inner {
    max-width: 700px;
    text-align: center;
}

.gw-error-page .house-icon {
    animation: gwErrorHouseFloat 4s ease-in-out infinite;
    color: var(--gw-gold);
    display: inline-block;
    margin-bottom: 20px;
}

@keyframes gwErrorHouseFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.gw-error-page .error-code,
.gw-error-page .error-code::after {
    background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-gold) 48%, var(--gw-green-dark) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gw-error-page .error-code {
    animation: gwErrorGlowPulse 3s ease-in-out infinite;
    font-size: clamp(120px, 20vw, 220px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
}

.gw-error-page .error-code::after {
    content: "404";
    filter: blur(40px);
    inset: 0;
    opacity: 0.36;
    position: absolute;
    z-index: -1;
}

@keyframes gwErrorGlowPulse {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(15, 95, 70, 0.22)); }
    50% { filter: drop-shadow(0 0 40px rgba(214, 168, 76, 0.32)); }
}

.gw-error-page .blueprint-line {
    background: linear-gradient(90deg, transparent, var(--gw-green), transparent);
    height: 2px;
    margin: 30px auto;
    position: relative;
    width: 120px;
}

.gw-error-page .blueprint-line::before,
.gw-error-page .blueprint-line::after {
    background: #0a0a0b;
    border: 2px solid var(--gw-green);
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    top: -3px;
    width: 8px;
}

.gw-error-page .blueprint-line::before { left: -4px; }
.gw-error-page .blueprint-line::after { right: -4px; }

.gw-error-page .tagline {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.gw-error-page .tagline strong {
    color: #fff;
    font-weight: 700;
}

.gw-error-page .description {
    color: rgba(255, 255, 255, 0.58);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto 40px;
    max-width: 500px;
}

.gw-error-page .cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.gw-error-page .btn {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gw-error-page .btn-primary {
    background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
    box-shadow: 0 4px 20px rgba(15, 95, 70, 0.3), 0 0 0 1px rgba(15, 95, 70, 0.12);
    color: #fff;
}

.gw-error-page .btn-primary:hover {
    box-shadow: 0 8px 30px rgba(15, 95, 70, 0.42), 0 0 0 1px rgba(214, 168, 76, 0.2);
    transform: translateY(-2px);
}

.gw-error-page .btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gw-error-page .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(214, 168, 76, 0.28);
    color: #fff;
    transform: translateY(-2px);
}

.gw-error-page .quick-links {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 50px;
    padding-top: 30px;
}

.gw-error-page .quick-links-label {
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.gw-error-page .quick-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.gw-error-page .quick-links-list a,
.gw-error-page .footer-bar a {
    color: rgba(255, 255, 255, 0.46);
    text-decoration: none;
}

.gw-error-page .quick-links-list a:hover,
.gw-error-page .footer-bar a:hover {
    color: var(--gw-gold);
}

.gw-error-page .footer-bar {
    color: rgba(255, 255, 255, 0.24);
    font-size: 12px;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.gw-testimonial-page .form-control:focus {
    border-color: var(--gw-green) !important;
    box-shadow: 0 0 0 3px rgba(15, 95, 70, 0.1) !important;
    outline: none;
}

.gw-testimonial-page .rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.gw-testimonial-page .star-label {
    margin: 0 5px;
}

.gw-testimonial-page .rating-stars input[type="radio"]:checked ~ label,
.gw-testimonial-page .rating-stars label:hover,
.gw-testimonial-page .rating-stars label:hover ~ label {
    color: var(--gw-gold) !important;
    transform: scale(1.1);
}

.gw-testimonial-page #submitBtn:hover:not(:disabled) {
    box-shadow: 0 15px 40px rgba(15, 95, 70, 0.42);
    transform: translateY(-3px);
}

.gw-testimonial-page #submitBtn:active:not(:disabled) {
    transform: translateY(-1px);
}

.gw-testimonial-page #submitBtn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

@keyframes successSlideIn {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes errorShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

@media (max-width: 768px) {
    .gw-testimonial-page {
        padding: 40px 0 !important;
    }

    .gw-testimonial-page .card-body {
        padding: 30px !important;
    }

    .gw-testimonial-page h1 {
        font-size: 36px !important;
    }

    .gw-testimonial-page .rating-stars {
        font-size: 36px !important;
    }
}

@media (max-width: 480px) {
    .gw-error-page .cta-group {
        align-items: center;
        flex-direction: column;
    }

    .gw-error-page .btn {
        justify-content: center;
        max-width: 280px;
        width: 100%;
    }

    .gw-error-page .quick-links-list {
        gap: 16px;
    }
}

.mkm-hamburger,
.mkm-overlay,
.mkm-close {
    display: none;
}

html.mkm-no-scroll,
body.mkm-no-scroll {
    overflow: hidden;
    overscroll-behavior: none;
}

body.mkm-no-scroll {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
}

@keyframes mkmDrift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -20px) scale(1.08); }
}

@keyframes mkmRingPulse {
    0%, 100% { opacity: 0; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 991px) {
    .navbar.navbar-custom .container {
        width: 100%;
    }

    #bs-example-navbar-collapse-1,
    .navbar-toggle.menu-icon {
        display: none !important;
    }

    .mkm-hamburger {
        align-items: center;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(15, 95, 70, 0.14);
        border-radius: 14px;
        box-shadow: 0 10px 28px rgba(18, 23, 22, 0.1);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        float: right;
        height: 44px;
        justify-content: center;
        margin-right: 4px;
        margin-top: 18px;
        padding: 0;
        position: relative;
        width: 44px;
        z-index: 1000002;
    }

    .mkm-hamburger span {
        background: var(--gw-green) !important;
        border-radius: 3px;
        display: block;
        height: 2.5px;
        transform-origin: center;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        width: 26px;
    }

    .mkm-hamburger span:nth-child(1) { margin-bottom: 6px; }
    .mkm-hamburger span:nth-child(3) { margin-top: 6px; }

    .mkm-hamburger.mkm-active span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .mkm-hamburger.mkm-active span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .mkm-hamburger.mkm-active span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    .mkm-overlay {
        display: block;
        height: 100vh;
        height: 100dvh;
        inset: 0;
        opacity: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        pointer-events: none;
        position: fixed;
        touch-action: pan-y;
        transform: translateZ(0);
        transition: opacity 0.4s ease, visibility 0.4s ease;
        visibility: hidden;
        width: 100%;
        z-index: 1000000;
        -webkit-overflow-scrolling: touch;
    }

    .mkm-overlay.mkm-open {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .mkm-backdrop {
        background:
            linear-gradient(180deg, rgba(247, 250, 247, 0.9), rgba(232, 242, 236, 0.88)),
            radial-gradient(circle at 12% 10%, rgba(15, 95, 70, 0.16), transparent 34%),
            radial-gradient(circle at 86% 0%, rgba(214, 168, 76, 0.14), transparent 30%);
        inset: 0;
        position: fixed;
        width: 100%;
        backdrop-filter: blur(40px) saturate(1.8);
        -webkit-backdrop-filter: blur(40px) saturate(1.8);
    }

    .mkm-close {
        align-items: center;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(15, 95, 70, 0.16);
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(18, 23, 22, 0.12);
        cursor: pointer;
        display: flex;
        height: 44px;
        justify-content: center;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: fixed;
        right: calc(18px + env(safe-area-inset-right, 0px));
        top: calc(18px + env(safe-area-inset-top, 0px));
        transform: scale(0.92);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
        visibility: hidden;
        width: 44px;
        z-index: 1000003;
    }

    .mkm-overlay.mkm-open .mkm-close {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1);
        visibility: visible;
    }

    .mkm-close span {
        background: var(--gw-green);
        border-radius: 2px;
        height: 2.5px;
        position: absolute;
        width: 23px;
    }

    .mkm-close span:first-child {
        transform: rotate(45deg);
    }

    .mkm-close span:last-child {
        transform: rotate(-45deg);
    }

    .mkm-close:hover,
    .mkm-close:focus {
        background: #fff;
        border-color: rgba(15, 95, 70, 0.32);
        box-shadow: 0 14px 34px rgba(15, 95, 70, 0.18);
    }

    .mkm-orb {
        border-radius: 50%;
        filter: blur(80px);
        pointer-events: none;
        position: fixed;
    }

    .mkm-orb-1 {
        animation: mkmDrift 10s ease-in-out infinite;
        background: rgba(15, 95, 70, 0.12);
        height: 300px;
        right: -40px;
        top: -60px;
        width: 300px;
    }

    .mkm-orb-2 {
        animation: mkmDrift 12s ease-in-out infinite reverse;
        background: rgba(214, 168, 76, 0.12);
        bottom: 10%;
        height: 250px;
        left: -30px;
        width: 250px;
    }

    .mkm-content {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
        padding: 100px 30px 40px;
        position: relative;
        z-index: 1;
    }

    .mkm-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .mkm-nav li {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .mkm-overlay.mkm-open .mkm-nav li {
        opacity: 1;
        transform: translateY(0);
    }

    .mkm-overlay.mkm-open .mkm-nav li:nth-child(1) { transition-delay: 0.08s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(2) { transition-delay: 0.14s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(3) { transition-delay: 0.2s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(4) { transition-delay: 0.26s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(5) { transition-delay: 0.32s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(6) { transition-delay: 0.38s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(7) { transition-delay: 0.44s; }
    .mkm-overlay.mkm-open .mkm-nav li:nth-child(8) { transition-delay: 0.5s; }

    .mkm-nav a {
        border-radius: 14px;
        color: var(--gw-ink);
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 0.08em;
        margin: 2px 0;
        padding: 14px 28px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .mkm-nav a:hover,
    .mkm-nav a:focus {
        background: rgba(15, 95, 70, 0.08);
        color: var(--gw-green);
    }

    .mkm-divider {
        background: linear-gradient(90deg, transparent, rgba(15, 95, 70, 0.34), transparent);
        border-radius: 2px;
        height: 2px;
        margin: 24px auto;
        opacity: 0;
        transition: opacity 0.4s ease 0.5s;
        width: 50px;
    }

    .mkm-overlay.mkm-open .mkm-divider {
        opacity: 1;
    }

    .mkm-login-btn {
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(15, 95, 70, 0.18);
        border-radius: 16px;
        box-shadow: 0 4px 16px rgba(15, 95, 70, 0.08);
        color: var(--gw-green);
        display: inline-flex;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 800;
        gap: 10px;
        letter-spacing: 0.1em;
        opacity: 0;
        padding: 14px 32px;
        text-decoration: none;
        text-transform: uppercase;
        transform: translateY(16px);
        transition: opacity 0.4s ease 0.52s, transform 0.4s ease 0.52s, background 0.3s ease, box-shadow 0.3s ease;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .mkm-overlay.mkm-open .mkm-login-btn {
        opacity: 1;
        transform: translateY(0);
    }

    .mkm-login-btn:hover,
    .mkm-login-btn:focus {
        background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark));
        border-color: var(--gw-green);
        box-shadow: 0 8px 28px rgba(15, 95, 70, 0.28);
        color: #fff;
    }

    .mkm-login-btn i {
        color: currentColor;
        font-size: 13px;
        transition: color 0.3s ease;
    }

    .mkm-social {
        display: flex;
        gap: 12px;
        margin-top: 28px;
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.4s ease 0.58s, transform 0.4s ease 0.58s;
    }

    .mkm-overlay.mkm-open .mkm-social {
        opacity: 1;
        transform: translateY(0);
    }

    .mkm-social a {
        align-items: center;
        background: rgba(255, 255, 255, 0.55);
        border: 1px solid rgba(255, 255, 255, 0.66);
        border-radius: 14px;
        box-shadow: 0 2px 10px rgba(18, 23, 22, 0.04);
        display: flex;
        height: 48px;
        justify-content: center;
        text-decoration: none;
        transition: all 0.35s ease;
        width: 48px;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .mkm-social a i {
        color: rgba(18, 23, 22, 0.54);
        font-size: 18px;
        transition: color 0.3s ease;
    }

    .mkm-social a:hover,
    .mkm-social a:focus {
        background: rgba(15, 95, 70, 0.1);
        border-color: rgba(15, 95, 70, 0.25);
        box-shadow: 0 8px 20px rgba(15, 95, 70, 0.12);
        transform: translateY(-3px);
    }

    .mkm-social a:hover i,
    .mkm-social a:focus i {
        color: var(--gw-green);
    }

    .mkm-social .mkm-phone-btn {
        background: linear-gradient(135deg, rgba(15, 95, 70, 0.14), rgba(214, 168, 76, 0.12));
        border: 1px solid rgba(15, 95, 70, 0.24);
        overflow: hidden;
        position: relative;
    }

    .mkm-social .mkm-phone-btn::before {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
        border-radius: 14px;
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
    }

    .mkm-social .mkm-phone-btn i {
        color: var(--gw-green);
        font-size: 17px;
        position: relative;
        z-index: 1;
    }

    .mkm-social .mkm-phone-btn .mkm-phone-ring {
        animation: mkmRingPulse 2.5s ease-in-out infinite;
        border: 2px solid rgba(15, 95, 70, 0.32);
        border-radius: 16px;
        inset: -2px;
        pointer-events: none;
        position: absolute;
    }

    .mkm-social .mkm-phone-btn:hover,
    .mkm-social .mkm-phone-btn:focus {
        background: linear-gradient(135deg, rgba(15, 95, 70, 0.18), rgba(214, 168, 76, 0.14));
        border-color: rgba(15, 95, 70, 0.42);
        box-shadow: 0 8px 24px rgba(15, 95, 70, 0.18);
    }

    .gw-hero,
    .gw-hero-carousel {
        min-height: 720px;
    }

    .gw-hero .video-table-cell,
    .gw-hero-carousel .video-table-cell {
        padding: 86px 0 72px;
    }

    .gw-hero-copy {
        margin: 0 auto;
    }

    .gw-hero-title,
    .gw-hero-subtitle {
        text-align: left;
    }

    .gw-hero-trust {
        grid-template-columns: 1fr;
    }

    .gw-proof-grid,
    .gw-service-panel {
        grid-template-columns: 1fr;
    }

    .gw-service-panel {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-logo.animated-logo-container {
        max-width: 220px;
    }

    .gw-hero,
    .gw-hero-carousel,
    .gw-hero .video-table,
    .gw-hero .player video,
    .gw-hero-carousel .video-table,
    .gw-hero-carousel .swiper-slide,
    .gw-hero-carousel .swiper-slide video,
    .gw-hero-carousel .hero-slide-image {
        height: auto !important;
        min-height: 720px;
    }

    .gw-hero .hero-poster img {
        display: block;
    }

    .gw-hero .video-table,
    .gw-hero-carousel .video-table {
        min-height: 720px;
    }

    .gw-hero .video-table-cell,
    .gw-hero-carousel .video-table-cell {
        display: table-cell;
        padding: 72px 0 48px;
    }

    .gw-hero-copy {
        border-radius: 20px;
        padding: 26px 20px;
    }

    .gw-hero-title {
        font-size: clamp(34px, 12vw, 50px);
        line-height: 1.02;
    }

    .gw-hero-subtitle {
        font-size: 16px;
    }

    .gw-hero-actions,
    .gw-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gw-btn {
        min-height: 52px;
        width: 100%;
    }

    .gw-proof-section {
        padding: 62px 0;
    }

    .gw-section-intro {
        text-align: left;
    }

    .gw-proof-grid {
        gap: 16px;
    }

    .gw-proof-card-copy {
        padding: 20px;
    }

    .gw-service-band,
    .gw-service-band .container {
        min-height: 680px;
    }

    .gw-service-panel {
        border-radius: 20px;
        margin: 54px 0;
        padding: 24px 20px;
    }

    .gw-service-copy h2,
    .gw-cta-panel h2 {
        font-size: clamp(30px, 10vw, 44px);
    }

    .gw-cta-content {
        min-height: 520px;
        padding: 58px 0;
    }

    .gw-cta-panel {
        border-radius: 20px;
        padding: 26px 20px;
    }

    .mk-testi-section {
        padding-top: 58px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gw-btn,
    .gw-proof-card,
    .navbar-custom .navbar-links-custom li > a {
        transition: none !important;
    }

    .gw-error-page .particle,
    .gw-error-page .house-icon,
    .gw-error-page .error-code::after {
        animation: none !important;
    }
}


/* Migrated public Blade page CSS. */
/* Migrated from resources/views/pages/about.blade.php block 1. */
.mk-inline-service-link,
    .mk-inline-service-link:visited {
        color: inherit;
        font-weight: inherit;
        text-decoration: none;
        transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }

    .mk-inline-service-link:hover,
    .mk-inline-service-link:focus {
        color: inherit;
        text-decoration: underline;
        text-decoration-color: rgba(15, 95, 70, 0.68);
        text-underline-offset: 0.14em;
        outline: none;
    }

/* Migrated from resources/views/pages/contact.blade.php block 1. */
/* Input Focus Effects */
    input:focus, select:focus, textarea:focus {
        border-color: var(--gw-green) !important;
        box-shadow: 0 0 0 4px rgba(15, 95, 70, 0.08) !important;
        outline: none;
        background-color: #ffffff !important;
    }

    /* Input Hover Effects */
    input:hover:not(:focus), select:hover:not(:focus), textarea:hover:not(:focus) {
        border-color: #c0c0c0;
    }

    /* Submit Button Hover */
    #submitBtn:hover:not(:disabled) {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(15, 95, 70, 0.5);
    }

    #submitBtn:active:not(:disabled) {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(15, 95, 70, 0.4);
    }

    #submitBtn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    /* Contact Info Link Hover */
    .contact-info-link:hover {
        opacity: 0.85;
        text-decoration: underline !important;
    }

    /* Trust Cards Hover */
    .trust-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 35px rgba(15, 95, 70, 0.15) !important;
    }

    /* Animations */
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @media (max-width: 992px) {
        h1 {
            font-size: 36px !important;
        }

        main {
            padding: 60px 0 30px !important;
        }

        h2, h3 {
            font-size: 28px !important;
        }
    }

    @media (max-width: 768px) {
        h1 {
            font-size: 32px !important;
        }

        h2, h3 {
            font-size: 24px !important;
        }

        .lead {
            font-size: 16px !important;
        }

        main {
            padding: 50px 0 30px !important;
        }

        /* Adjust padding for quote section on mobile */
        .row.mb-5:first-of-type > .col-12 > div {
            padding: 30px 25px !important;
        }

        /* Make process section more mobile friendly */
        div[style*="background: linear-gradient(135deg, #2d2d2d"] {
            padding: 35px 25px !important;
        }
    }

    /* Staggered animation for trust cards */
    .trust-card:nth-child(1) {
        animation: fadeInUp 0.6s ease 0.1s both;
    }

    .trust-card:nth-child(2) {
        animation: fadeInUp 0.6s ease 0.2s both;
    }

    .trust-card:nth-child(3) {
        animation: fadeInUp 0.6s ease 0.3s both;
    }

    .trust-card:nth-child(4) {
        animation: fadeInUp 0.6s ease 0.4s both;
    }

    /* Parallax elements smooth transitions */
    .parallax-element {
        transition: transform 0.1s ease-out;
        will-change: transform;
    }

    /* Blueprint background */
    .blueprint-bg {
        transition: background-position 0.1s ease-out;
    }

    /* Architectural SVG elements subtle animation */
    @keyframes float {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
    }

    .parallax-element svg {
        animation: float 6s ease-in-out infinite;
    }

    /* Mobile adjustments for top badge */
    @media (max-width: 576px) {
        main > div[style*="top: 20px; right: 20px"] {
            position: relative !important;
            top: auto !important;
            right: auto !important;
            margin: 0 auto 20px !important;
            width: fit-content !important;
        }

        /* Hide architectural decorations on very small screens */
        .parallax-element[style*="width: 200px"],
        .parallax-element[style*="width: 180px"] {
            display: none;
        }
    }

/* Migrated from resources/views/pages/custom-home-builder.blade.php block 1. */
.mk-service-page {
        --mk-accent: var(--gw-green);
        --mk-accent-dark: var(--gw-green-dark);
        --mk-ink: #1f2937;
        --mk-charcoal: #111112;
        --mk-copy: #4b5563;
        --mk-soft: #f5f1ef;
    }
    .mk-service-page a {
        transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }
    .mk-service-page a:link,
    .mk-service-page a:visited {
        color: inherit;
    }
    .mk-service-page .mk-service-quick-links a:hover {
        color: var(--mk-accent) !important;
        transform: translateX(2px);
    }
    .mk-service-page .mk-service-primary:hover {
        box-shadow: 0 14px 34px rgba(15, 95, 70, 0.34) !important;
        transform: translateY(-2px);
    }
    .mk-service-page .mk-service-secondary:hover {
        background: rgba(255,255,255,0.18) !important;
        border-color: rgba(255,255,255,0.28) !important;
        transform: translateY(-2px);
    }
    .mk-service-page .mk-service-gallery:hover {
        background: #f7e9eb !important;
        color: var(--mk-accent-dark) !important;
    }
    .mk-service-page .mk-service-soft-link:hover {
        background: #ede5e1 !important;
        color: var(--mk-accent-dark) !important;
    }

/* Migrated from resources/views/pages/faq.blade.php block 1. */
.mk-faq-inline-link,
    .mk-faq-inline-link:visited {
        color: inherit;
        font-weight: inherit;
        text-decoration: none;
        transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }

    .mk-faq-inline-link:hover,
    .mk-faq-inline-link:focus {
        color: inherit;
        text-decoration: underline;
        text-decoration-color: rgba(15, 95, 70, 0.68);
        text-underline-offset: 0.14em;
        outline: none;
    }

    /* FAQ Item Hover/Active States */
    .faq-item:hover {
        border-color: rgba(15, 95, 70, 0.2) !important;
        box-shadow: 0 8px 30px rgba(15, 95, 70, 0.12) !important;
    }

    .faq-item.active {
        border-color: var(--gw-green) !important;
        box-shadow: 0 8px 30px rgba(15, 95, 70, 0.15) !important;
    }

    .faq-item.active .faq-question-text {
        color: var(--gw-green) !important;
    }

    .faq-item.active .faq-icon {
        background: var(--gw-green) !important;
    }

    .faq-item.active .faq-icon svg {
        color: white !important;
        transform: rotate(180deg) !important;
    }

    .faq-item.active .faq-answer {
        max-height: 500px !important;
        padding-top: 4px !important;
    }

    /* Category Chips */
    .faq-chip:hover {
        background: rgba(15, 95, 70, 0.1) !important;
    }

    .faq-chip.active {
        background: var(--gw-green) !important;
        color: white !important;
    }

    /* Question hover effect */
    .faq-question:hover .faq-number {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(15, 95, 70, 0.3);
    }

    /* CTA Links hover */
    .text-center a[href="/contact"]:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(15, 95, 70, 0.5);
    }

    .text-center a[href^="tel:"]:hover {
        background: rgba(255,255,255,0.2) !important;
    }

    /* Animations */
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        h1 {
            font-size: 32px !important;
        }

        .faq-question {
            padding: 20px !important;
        }

        .faq-answer > div {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .faq-number {
            width: 36px !important;
            height: 36px !important;
        }

        .faq-question-text {
            font-size: 15px !important;
        }

        .faq-chip {
            padding: 8px 18px !important;
            font-size: 13px !important;
        }
    }

    /* Hidden class for category filtering */
    .faq-item.hidden {
        display: none !important;
    }

/* Migrated from resources/views/pages/gallery-project.blade.php block 1. */
/* ── Project Gallery Page ── */
    .mk-proj-hero {
        background: linear-gradient(135deg, #111112 0%, #1a1a1a 50%, #2d2d2d 100%);
        padding: 120px 20px 50px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .mk-proj-hero::before {
        content: '';
        position: absolute; inset: 0;
        background: radial-gradient(ellipse at center top, rgba(15, 95, 70,0.18), transparent 65%);
    }
    .mk-proj-back {
        position: absolute; top: 80px; left: 30px;
        display: inline-flex; align-items: center; gap: 8px;
        color: rgba(255,255,255,0.8); text-decoration: none;
        font-size: 13px; font-weight: 600;
        padding: 9px 18px;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 30px;
        backdrop-filter: blur(8px);
        transition: all 0.25s ease;
        z-index: 5;
    }
    .mk-proj-back:hover {
        background: rgba(15, 95, 70,0.25);
        border-color: rgba(15, 95, 70,0.5);
        color: white;
        text-decoration: none;
        transform: translateX(-3px);
    }
    .mk-proj-title {
        position: relative; z-index: 2;
        font-family: 'Montserrat', sans-serif;
        font-size: 42px; font-weight: 800; color: white; margin: 0 0 10px;
        text-shadow: 0 4px 20px rgba(0,0,0,0.5);
    }
    .mk-proj-subtitle {
        position: relative; z-index: 2;
        color: rgba(255,255,255,0.6); font-size: 15px; margin: 0;
    }
    @media (max-width: 768px) {
        .mk-proj-hero { padding: 100px 15px 35px; }
        .mk-proj-back { top: 70px; left: 15px; font-size: 11px; padding: 7px 13px; }
        .mk-proj-title { font-size: 26px; }
    }

    /* ── Photo Grid ── */
    .mk-proj-section {
        background: #111112;
        padding: 40px 20px 80px;
    }
    .mk-proj-grid {
        max-width: 1400px; margin: 0 auto;
        columns: 3;
        column-gap: 16px;
    }
    @media (max-width: 900px)  { .mk-proj-grid { columns: 2; } }
    @media (max-width: 500px)  { .mk-proj-grid { columns: 1; } }

    .mk-proj-photo {
        break-inside: avoid;
        margin-bottom: 16px;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        position: relative;
    }
    .mk-proj-photo img {
        width: 100%; display: block;
        border-radius: 10px;
        transition: transform 0.4s ease, filter 0.4s ease;
    }
    .mk-proj-photo:hover img {
        transform: scale(1.03);
        filter: brightness(0.88);
    }
    .mk-proj-photo::after {
        content: '\f00e';
        font-family: FontAwesome;
        position: absolute; inset: 0;
        display: flex; align-items: center; justify-content: center;
        font-size: 32px; color: white;
        opacity: 0;
        background: rgba(15, 95, 70,0.4);
        border-radius: 10px;
        transition: opacity 0.3s ease;
    }
    .mk-proj-photo:hover::after { opacity: 1; }

    /* On mobile, start the Fancybox viewport below the fixed navbar */
    @media (max-width: 900px) {
        :root {
            --mk-fancybox-mobile-offset: 70px;
        }

        body.mk-fancybox-open header,
        body.mk-fancybox-open .navbar.navbar-custom {
            z-index: 99990 !important;
        }

        .fancybox-container {
            top: var(--mk-fancybox-mobile-offset) !important;
            height: calc(100% - var(--mk-fancybox-mobile-offset)) !important;
            z-index: 100000 !important;
        }

        .fancybox-toolbar,
        .fancybox-infobar {
            top: 0 !important;
        }

        .fancybox-stage {
            top: 44px !important;
        }

        .fancybox-slide {
            padding-top: 0 !important;
        }
    }

    /* Empty state */
    .mk-proj-empty {
        text-align: center; padding: 80px 20px; color: rgba(255,255,255,0.4);
    }
    .mk-proj-empty i { font-size: 56px; display: block; margin-bottom: 16px; }

/* Migrated from resources/views/pages/gallery.blade.php block 1. */
/* ── Gallery Section ── */
    .mk-gallery-section {
        background: linear-gradient(180deg, #f5f3f2 0%, #eae6e4 50%, #f0eceb 100%);
        min-height: 400px;
        padding: 70px 0 100px;
        position: relative;
    }
    .mk-gallery-section::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gw-green), var(--gw-gold), var(--gw-green));
    }

    /* ── Horizontal Project Cards ── */
    .mk-gallery-list {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .mk-hcard {
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        min-height: 380px;
        background: rgb(50, 50, 49);
        border-radius: 16px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 8px 30px rgba(0,0,0,0.35);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .mk-hcard:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 50px rgba(0,0,0,0.5);
        text-decoration: none;
    }

    /* Text side */
    .mk-hcard-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 45px;
    }
    .mk-hcard-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin: 0 0 16px;
        line-height: 1.2;
    }
    .mk-hcard-desc {
        font-size: 15px;
        color: rgba(255,255,255,0.55);
        line-height: 1.7;
        margin: 0 0 28px;
    }
    .mk-hcard-meta {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 28px;
    }
    .mk-hcard-count {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        font-weight: 600;
        color: rgba(255,255,255,0.5);
    }
    .mk-hcard-count i { font-size: 14px; color: rgba(255,255,255,0.35); }

    .mk-hcard-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 30px;
        background: var(--gw-green);
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 8px;
        transition: background 0.25s ease, transform 0.25s ease;
        align-self: flex-start;
    }
    .mk-hcard:hover .mk-hcard-btn {
        background: var(--gw-green-dark);
        transform: translateX(4px);
    }
    .mk-hcard-btn i {
        font-size: 12px;
        transition: transform 0.25s ease;
    }
    .mk-hcard:hover .mk-hcard-btn i {
        transform: translateX(3px);
    }

    /* Image side */
    .mk-hcard-img {
        position: relative;
        overflow: hidden;
        background: #2d2d2d;
    }
    .mk-hcard-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
        display: block;
    }
    .mk-hcard:hover .mk-hcard-img img {
        transform: scale(1.05);
    }
    .mk-hcard-img-placeholder {
        width: 100%; height: 100%;
        display: flex; flex-direction: column;
        align-items: center; justify-content: center; gap: 12px;
        color: rgba(255,255,255,0.2);
    }
    .mk-hcard-img-placeholder i { font-size: 52px; }

    /* Mobile: stack vertically */
    @media (max-width: 900px) {
        .mk-gallery-list { padding: 0 15px; gap: 28px; }
        .mk-hcard {
            grid-template-columns: 1fr;
            min-height: auto;
        }
        .mk-hcard .mk-hcard-img {
            order: 1;
            height: 260px;
        }
        .mk-hcard .mk-hcard-text {
            order: 2;
            padding: 30px 25px 35px;
        }
        .mk-hcard-title { font-size: 22px; }
        .mk-hcard-btn { padding: 11px 24px; font-size: 12px; }
    }

    /* Empty state */
    .mk-gallery-empty {
        text-align: center; padding: 100px 20px;
        color: rgba(0,0,0,0.4);
    }
    .mk-gallery-empty i { font-size: 64px; margin-bottom: 20px; display: block; }
    .mk-gallery-empty h3 { font-size: 22px; color: rgba(0,0,0,0.6); margin-bottom: 10px; }

/* Migrated from resources/views/pages/meet-the-team.blade.php block 1. */
/* Team Card Hover Effects */
    .team-member-card > div:hover {
        border-color: rgba(15, 95, 70, 0.3) !important;
        box-shadow: 0 15px 50px rgba(15, 95, 70, 0.15) !important;
        transform: translateY(-5px);
    }

    .team-member-card > div:hover img {
        transform: scale(1.05);
    }

    /* Contact/Social Icon Hover */
    .team-member-card a[style*="border-radius: 10px"]:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    /* Department Chips */
    .team-chip:hover {
        background: rgba(15, 95, 70, 0.1) !important;
    }

    .team-chip.active {
        background: var(--gw-green) !important;
        color: white !important;
    }

    /* CTA Links hover */
    .text-center a[href="/contact"]:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(15, 95, 70, 0.5);
    }

    .text-center a[href^="tel:"]:hover {
        background: rgba(255,255,255,0.2) !important;
    }

    /* Animations */
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        h1 {
            font-size: 32px !important;
        }

        .team-chip {
            padding: 8px 18px !important;
            font-size: 13px !important;
        }

        .team-member-card > div > div:last-child {
            padding: 20px !important;
        }
    }

    /* Hidden class for department filtering */
    .team-member-card.hidden {
        display: none !important;
    }

/* Migrated from resources/views/pages/properties.blade.php block 1. */
.property-card {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background: white;
            height: 100%;
        }

        .property-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .property-image {
            position: relative;
            height: 280px;
            overflow: hidden;
            width: 100%;
        }

        .property-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .property-card:hover .property-image img {
            transform: scale(1.1);
        }

        /* Image Carousel Styles */
        .property-carousel {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .carousel-images {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .carousel-images img {
            display: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-images img.active {
            display: block;
        }

        .carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: all 0.3s ease;
            opacity: 0;
        }

        .property-card:hover .carousel-nav {
            opacity: 1;
        }

        .carousel-nav:hover {
            background: rgba(15, 95, 70, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-prev {
            left: 10px;
        }

        .carousel-next {
            right: 10px;
        }

        .carousel-indicators {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            z-index: 10;
            opacity: 1;
            visibility: visible;
            width: auto;
        }

        .carousel-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.8);
            border: 2px solid rgba(255, 255, 255, 1);
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .carousel-dot.active {
            background: var(--gw-green);
            width: 28px;
            border-radius: 5px;
            border-color: var(--gw-green);
        }

        .carousel-dot:hover {
            background: rgba(15, 95, 70, 0.8);
            border-color: rgba(15, 95, 70, 0.8);
        }

        .property-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 8px 16px;
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: white;
            border-radius: 25px;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
            z-index: 2;
        }

        .property-badge.sold {
            background: linear-gradient(135deg, #0f5f46 0%, #073d2d 100%);
            box-shadow: 0 4px 15px rgba(15, 95, 70, 0.4);
        }

        .property-badge.pending {
            background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
            box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
        }

        .property-content {
            padding: 25px;
        }

        .property-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #2c3e50;
            transition: color 0.3s ease;
        }

        .property-card:hover .property-title {
            color: var(--gw-green);
        }

        .property-address {
            color: #7f8c8d;
            font-size: 14px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .property-address i {
            margin-right: 8px;
            color: var(--gw-green);
        }

        .property-price {
            font-size: 28px;
            font-weight: 800;
            color: #27ae60;
            margin: 15px 0;
            display: block;
        }

        .property-specs {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

        .property-specs li {
            padding: 10px 0;
            border-bottom: 1px solid #ecf0f1;
            color: #34495e;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

        .property-specs li:before {
            content: "✓";
            margin-right: 10px;
            color: #27ae60;
            font-weight: bold;
            font-size: 16px;
        }

        .property-specs li:last-child {
            border-bottom: none;
        }

        .property-description {
            color: #5a6a7a;
            font-size: 14px;
            line-height: 1.6;
            margin: 15px 0;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 3px solid var(--gw-green);
        }

        .property-buttons {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .view-property-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            padding: 14px;
            background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%);
            color: white;
            text-align: center;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(15, 95, 70, 0.3);
        }

        .view-property-btn:hover {
            background: linear-gradient(135deg, var(--gw-green-dark) 0%, var(--gw-green) 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(15, 95, 70, 0.4);
            color: white;
        }

        .view-property-btn.zillow-btn {
            background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
            box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
        }

        .view-property-btn.zillow-btn:hover {
            background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
            box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
        }

        @media (max-width: 768px) {
            .property-buttons {
                flex-direction: column;
            }
        }

        .filter-buttons {
            text-align: center;
            margin-bottom: 50px;
        }

        .filter-btn {
            background: white;
            border: 2px solid var(--gw-green);
            color: var(--gw-green);
            padding: 12px 30px;
            margin: 5px;
            border-radius: 25px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .filter-btn:hover,
        .filter-btn.active {
            background: var(--gw-green);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(15, 95, 70, 0.3);
        }

        .properties-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            padding: 20px 0;
        }

        @media (max-width: 768px) {
            .properties-grid {
                grid-template-columns: 1fr;
            }
        }

        .section-intro {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
            padding: 0 15px;
        }

        .section-intro h2 {
            font-size: 36px;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .section-intro p {
            font-size: 16px;
            color: #7f8c8d;
            line-height: 1.8;
        }


/* Migrated inline Blade style utilities. */
.gw-u-011bc03958 { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; margin-bottom: 20px; border-radius: 999px; background: rgba(255,255,255,0.08); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.gw-u-0258e4b0f1 { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gw-green); font-weight: 700; margin-bottom: 8px; }
.gw-u-03d7d76bba { width: 80px; height: 80px; background: rgba(15, 95, 70, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.gw-u-045d3ac4ac { position: relative; text-align: center; margin: 60px 0; padding: 40px 0; }
.gw-u-04c5e55047 { font-weight: 600; color: #2d2d2d; font-size: 14px; margin-bottom: 10px; display: block; }
.gw-u-066d3b5c83 { color: #7f8c8d; }
.gw-u-079b93114a { font-size: 34px; line-height: 1.2; font-weight: 800; margin: 0 0 16px; }
.gw-u-07b2b658d3 { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.gw-u-09037dd4df { color: white; font-size: 12px; font-weight: 600; }
.gw-u-097890387c { position: absolute; bottom: 200px; left: -150px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(15, 95, 70, 0.04), transparent); border-radius: 50%; pointer-events: none; }
.gw-u-0a17666f7f { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 25px; }
.gw-u-10ab0fe152 { text-align: center; margin-bottom: 28px; }
.gw-u-13fb4cd26e { display: grid; gap: 12px; }
.gw-u-1809570f08 { font-size: 28px; font-weight: 800; color: #1f2937; margin: 0; }
.gw-u-185234934a { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.gw-u-187de204dc { padding: 25px; }
.gw-u-189f110d7e { font-size: 48px; color: white; }
.gw-u-1a5281fa2c { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #fafafa; background-image: linear-gradient(rgba(15, 95, 70, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 95, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(15, 95, 70, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 95, 70, 0.01) 1px, transparent 1px); background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px; background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px; pointer-events: none; }
.gw-u-1bc92f9f33 { position: relative; height: 120px; margin: 60px 0; overflow: hidden; }
.gw-u-1cd4873b41 { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.gw-u-2125744805 { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(45, 45, 45, 0.1); border: 2px solid transparent; transition: all 0.4s ease; height: 100%; }
.gw-u-230c1abd14 { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.gw-u-238c66097e { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.gw-u-2bec84fc0d { background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); border: none; padding: 16px 40px; font-size: 16px; font-weight: 700; border-radius: 12px; color: white; box-shadow: 0 8px 25px rgba(15, 95, 70, 0.35); transition: all 0.3s ease; cursor: pointer; width: 100%; }
.gw-u-2c4a2d1293 { display: flex; flex-wrap: wrap; gap: 14px; }
.gw-u-313a3fc3f3 { font-size: 12px; text-transform: uppercase; letter-spacing: 1.4px; color: rgba(255,255,255,0.65); margin-bottom: 12px; }
.gw-u-315e3ed80a { color: white; font-size: 20px; }
.gw-u-31f575bea2 { margin-right: 10px; }
.gw-u-34391a4e15 { font-size: 18px; line-height: 1.8; color: #4b5563; margin: 0 0 18px; }
.gw-u-3ab9a10846 { width: 55px; height: 55px; background: rgba(255, 255, 255, 0.2); border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-right: 18px; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.3); }
.gw-u-3e3b8f5049 { border: 0; }
.gw-u-3e40c99810 { padding: 60px 0 20px; }
.gw-u-3efb597bdd { position: absolute; bottom: -30px; left: -30px; width: 100px; height: 100px; background: rgba(15, 95, 70, 0.15); border-radius: 50%; }
.gw-u-3f05048340 { color: white; font-size: 24px; }
.gw-u-3f4309d209 { color: white; font-size: clamp(36px, 5vw, 58px); line-height: 1.1; font-weight: 800; margin: 0 0 18px; }
.gw-u-3ff17c8dbb { text-align: center; padding: 60px 20px; background: white; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.gw-u-400690c33b { display: flex; align-items: flex-start; margin-bottom: 25px; }
.gw-u-40425ca89a { display: inline-block; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); padding: 25px; border-radius: 50%; margin-bottom: 20px; box-shadow: 0 10px 40px rgba(15, 95, 70, 0.25); }
.gw-u-43762ac087 { background: white; border-radius: 22px; padding: 34px; box-shadow: 0 20px 60px rgba(45,45,45,0.08); border: 1px solid rgba(15, 95, 70,0.08); }
.gw-u-446901e5fb { color: #6b6b6b; }
.gw-u-498341178b { color: white; font-size: 22px; }
.gw-u-4bcb3c31f5 { width: 80px; height: 80px; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(15, 95, 70, 0.4); position: relative; z-index: 2; }
.gw-u-4e0c8d4364 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 600px; height: 100px; opacity: 0.03; pointer-events: none; }
.gw-u-5085da38b8 { color: #6b6b6b; font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.gw-u-51b4bd2487 { padding: 10px 0 30px; }
.gw-u-51cd8fc8bb { color: white; font-weight: 700; font-size: 36px; margin-bottom: 15px; }
.gw-u-52858aaa9b { color: black; }
.gw-u-53dc440006 { color: #525252; margin: 8px 0 0 0; font-size: 15px; }
.gw-u-5464c01a59 { color: var(--gw-green); font-size: 20px; }
.gw-u-5567a1b0bb { color: rgba(255,255,255,0.86); font-size: 20px; line-height: 1.7; max-width: 760px; margin: 0 0 32px; }
.gw-u-56a703ffd7 { position: absolute; bottom: 250px; left: 30px; width: 180px; height: 180px; opacity: 0.03; pointer-events: none; }
.gw-u-57e1af0974 { animation: fadeInUp 0.6s ease 0.4s both; }
.gw-u-59388788c3 { color: var(--gw-green); font-weight: 600; }
.gw-u-5956e7097a { position: absolute; top: 20px; right: 20px; background: linear-gradient(135deg, var(--gw-green), var(--gw-green-dark)); color: white; padding: 12px 20px; border-radius: 25px; box-shadow: 0 8px 20px rgba(15, 95, 70, 0.25); z-index: 10; font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.gw-u-5af679cf15 { color: rgba(255,255,255,0.9); font-weight: 600; margin-bottom: 8px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.gw-u-5bd032f447 { background: white; border-radius: 22px; padding: 28px; height: 100%; box-shadow: 0 20px 60px rgba(45,45,45,0.08); border: 1px solid rgba(15, 95, 70,0.08); }
.gw-u-5c713b4f4a { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gw-green), transparent); }
.gw-u-5d69dd8f1f { display: inline-block; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; margin-bottom: 18px; }
.gw-u-5ecbdafa09 { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 15px; background: #ffffff; padding: 10px 30px; border-radius: 30px; box-shadow: 0 3px 15px rgba(15, 95, 70, 0.08); }
.gw-u-5f24b190c2 { position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: rgba(15, 95, 70, 0.1); border-radius: 50%; }
.gw-u-5ff8bbd1ca { display: inline-block; padding: 8px 16px; border-radius: 999px; background: rgba(15, 95, 70,0.08); color: var(--gw-green-dark); font-size: 12px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; margin-bottom: 18px; }
.gw-u-61a43a13c4 { font-size: 34px; line-height: 1.2; color: #1f2937; font-weight: 800; margin: 0 0 18px; }
.gw-u-62b584d382 { color: #2d2d2d; font-weight: 600; margin-bottom: 10px; }
.gw-u-62bf0af933 { color: #525252; line-height: 1.6; margin: 0; font-size: 15px; }
.gw-u-62dd32be2f { color: #2d2d2d; font-weight: 700; font-size: 20px; margin: 0; }
.gw-u-62e36bc5ad { position: absolute; left: -5000px; }
.gw-u-645b46679a { padding: 0 28px 24px 84px; color: #525252; font-size: 15px; line-height: 1.7; }
.gw-u-653cc4c97f { position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: rgba(15, 95, 70, 0.2); border-radius: 50%; }
.gw-u-67c6c65b9a { font-size: 12px; text-transform: uppercase; letter-spacing: 1.4px; color: var(--gw-green-dark); margin-bottom: 12px; }
.gw-u-6b4a35c639 { padding: 40px 0 20px; }
.gw-u-6c84c664c2 { color: rgba(255,255,255,0.78); line-height: 1.7; margin: 0; }
.gw-u-6d917b738b { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.gw-u-6e2b03abaa { font-size: 34px; line-height: 1.2; color: #1f2937; font-weight: 800; margin: 0 0 16px; }
.gw-u-6fbd4603f5 { color: white; text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1); }
.gw-u-74b1d62e3c { padding-top: 40px; }
.gw-u-75a5d02d2c { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,0.78); margin: 0 0 24px; }
.gw-u-768c3ee7d6 { font-size: 16px; line-height: 1.75; color: #4b5563; margin: 0; }
.gw-u-77709bcdfe { margin: 0; font-size: 17px; font-weight: 600; color: #2d2d2d; line-height: 1.4; transition: color 0.3s ease; }
.gw-u-7770dfbc71 { font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.gw-u-77d5338545 { background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); box-shadow: 0 4px 15px rgba(26, 122, 46, 0.3); }
.gw-u-78c1e1f81d { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.5; margin: 0; }
.gw-u-7934a00f5d { width: 60px; height: 60px; background: linear-gradient(135deg, rgba(15, 95, 70, 0.1), rgba(15, 95, 70, 0.05)); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gw-u-7e1ceb3893 { color: #525252; font-size: 18px; max-width: 700px; margin: 0 auto 30px; line-height: 1.6; }
.gw-u-7e62f46c6d { position: relative; z-index: 1; }
.gw-u-7ef6da3cf5 { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.86); margin: 0 0 16px; }
.gw-u-82a320bbb2 { text-align: center; position: relative; }
.gw-u-82b8c4cad2 { display: inline-flex; align-items: center; justify-content: center; padding: 15px 28px; border-radius: 12px; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgba(15, 95, 70,0.28); }
.gw-u-832eaf86dd { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 800px; height: 120px; opacity: 0.04; pointer-events: none; }
.gw-u-83a87fa6fc { display: inline-flex; align-items: center; padding: 12px 18px; border-radius: 12px; background: #f5f1ef; color: #1f2937; font-weight: 700; text-decoration: none; }
.gw-u-83f36167d1 { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.gw-u-86d5f91f6e { height: 100%; display: grid; gap: 18px; margin-top: 24px; }
.gw-u-87bee6a947 { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.gw-u-8c12f089c9 { font-size: 42px; font-weight: 800; color: #2d2d2d; letter-spacing: -1px; margin-bottom: 15px; }
.gw-u-8ce32a982a { margin-right: 8px; color: var(--gw-green); }
.gw-u-8d368b5e38 { margin-bottom: 25px; position: relative; z-index: 1; }
.gw-u-8d533fba2d { display: inline-flex; align-items: center; justify-content: center; padding: 15px 28px; border-radius: 12px; background: rgba(255,255,255,0.1); color: #fff; font-weight: 700; text-decoration: none; border: 1px solid rgba(255,255,255,0.18); }
.gw-u-8e8e01cae8 { color: white; text-decoration: none; font-weight: 700; font-size: 16px; line-height: 1.5; }
.gw-u-8f2c044eb9 { background: linear-gradient(135deg, #2d2d2d 0%, #111112 100%); color: white; border-radius: 22px; padding: 30px; }
.gw-u-9059f88086 { height: 24px; width: 1px; background: #e5e5e5; margin: 0 5px; }
.gw-u-90799bfc88 { font-size: 22px; font-weight: 800; color: #1f2937; margin: 0 0 12px; }
.gw-u-9095aec1c2 { width: 16px; height: 16px; }
.gw-u-9122003dd9 { font-size: 18px; line-height: 1.8; color: #4b5563; margin: 0; }
.gw-u-918559b8f9 { background: white; border-radius: 22px; padding: 42px; box-shadow: 0 20px 60px rgba(45,45,45,0.08); border: 1px solid rgba(15, 95, 70,0.08); }
.gw-u-987ef4d0cc { color: var(--gw-green); }
.gw-u-9c25e4ad0a { background: white; border-radius: 20px; padding: 45px; box-shadow: 0 5px 30px rgba(45, 45, 45, 0.08); border: 1px solid rgba(15, 95, 70, 0.1); animation: fadeInUp 0.6s ease 0.2s both; }
.gw-u-9d1f5b0fff { animation: fadeInDown 0.6s ease; }
.gw-u-9d29d5d190 { position: absolute; bottom: -80px; left: -80px; width: 250px; height: 250px; background: rgba(15, 95, 70, 0.1); border-radius: 50%; }
.gw-u-a077f535a7 { position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: rgba(255,255,255,0.05); border-radius: 50%; pointer-events: none; }
.gw-u-a0941718dc { position: absolute; bottom: -30px; left: -30px; width: 150px; height: 150px; background: rgba(255,255,255,0.05); border-radius: 50%; pointer-events: none; }
.gw-u-a0bc78ae2f { color: white; }
.gw-u-a15fc58a92 { text-align: center; margin-bottom: 40px; }
.gw-u-a54dcf5243 { padding: 10px 24px; border-radius: 25px; border: 2px solid var(--gw-green); background: white; color: var(--gw-green); font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; }
.gw-u-a80bd88c66 { color: #2d2d2d; font-weight: 700; font-size: 32px; margin-bottom: 15px; }
.gw-u-a80c941d45 { padding: 80px 0; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); }
.gw-u-a931e4a4ee { display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border-radius: 12px; background: white; color: #111112; font-weight: 700; text-decoration: none; }
.gw-u-ac15632c0f { width: 100%; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: none; border: none; cursor: pointer; text-align: left; transition: all 0.3s ease; }
.gw-u-ad37bd0386 { font-size: 30px; line-height: 1.2; color: #1f2937; font-weight: 800; margin: 0 0 14px; }
.gw-u-ad71184f90 { display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); color: white; text-decoration: none; border-radius: 12px; font-weight: 600; font-size: 15px; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(15, 95, 70, 0.35); }
.gw-u-ade9300382 { border-left: 4px solid var(--gw-green); padding-left: 20px; margin-bottom: 35px; }
.gw-u-aec13dc047 { color: white; margin: 0; font-weight: 700; font-size: 16px; }
.gw-u-afa7de7c53 { animation: fadeInUp 0.6s ease 0.1s both; }
.gw-u-afbafb3e83 { background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); border-radius: 20px; padding: 35px; box-shadow: 0 15px 50px rgba(15, 95, 70, 0.3); height: 100%; position: relative; overflow: hidden; }
.gw-u-b1253568d9 { background: #ffffff; min-height: 100vh; padding: 80px 0 60px; position: relative; overflow: hidden; }
.gw-u-b17a18d84f { color: white; text-decoration: none; font-weight: 700; font-size: 16px; transition: all 0.3s ease; }
.gw-u-b324b14b8a { color: #525252; font-size: 13px; margin: 15px 0 0 0; text-align: center; }
.gw-u-b442631349 { padding: 10px 24px; border-radius: 25px; border: 2px solid var(--gw-green); background: var(--gw-green); color: white; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; }
.gw-u-b70554eac9 { font-size: 40px; color: white; }
.gw-u-b734ba1f02 { display: flex; align-items: center; gap: 16px; flex: 1; }
.gw-u-b9dcaabfa6 { text-align: center; padding: 25px; background: white; border-radius: 15px; box-shadow: 0 5px 20px rgba(15, 95, 70, 0.08); border-top: 4px solid var(--gw-green); transition: all 0.3s ease; }
.gw-u-bfd6eda192 { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: #f3f4f6; }
.gw-u-c12355fa65 { color: #34495e; margin-bottom: 10px; }
.gw-u-c1c9a39332 { color: rgba(255,255,255,0.8); font-size: 16px; max-width: 700px; margin: 0 auto; }
.gw-u-c312289912 { margin-top: 0; }
.gw-u-c360027eea { display: inline-block; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); padding: 20px; border-radius: 50%; margin-bottom: 20px; box-shadow: 0 10px 40px rgba(15, 95, 70, 0.25); }
.gw-u-c5f3557412 { display: flex; align-items: center; justify-content: center; }
.gw-u-c66cc4d9ae { background: linear-gradient(180deg, #f8f4f2 0%, #ffffff 42%, #f5f1ef 100%); min-height: 100vh; }
.gw-u-c6ee8638a0 { position: absolute; top: 150px; right: 50px; width: 200px; height: 200px; opacity: 0.03; pointer-events: none; }
.gw-u-c795434709 { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); border-radius: 20px; padding: 50px 40px; max-width: 700px; margin: 0 auto; position: relative; overflow: hidden; }
.gw-u-c937f3b834 { margin-left: 8px; }
.gw-u-c98228eede { display: inline-flex; align-items: center; gap: 15px; margin-bottom: 30px; }
.gw-u-ca4a6fbd9b { font-size: 32px; color: var(--gw-green); }
.gw-u-cb5b536257 { padding: 40px 0 90px; }
.gw-u-cb892b4d87 { margin: 0 -8px; }
.gw-u-cb92ec43c6 { padding: 8px; }
.gw-u-cc49bae942 { font-size: 26px; color: var(--gw-green); }
.gw-u-cc87875455 { width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--gw-green)); }
.gw-u-cdc07e394b { background: white; border-radius: 15px; padding: 30px; box-shadow: 0 5px 20px rgba(45, 45, 45, 0.08); border: 1px solid rgba(15, 95, 70, 0.1); height: 100%; transition: all 0.3s ease; }
.gw-u-ced5eb8e09 { font-weight: 700; color: white; }
.gw-u-cffd01c3aa { color: white; font-weight: 700; margin-bottom: 30px; font-size: 26px; position: relative; z-index: 1; }
.gw-u-d1cc5713a9 { margin-right: 8px; }
.gw-u-d1fd5539f6 { font-size: 48px; font-weight: 800; color: #2d2d2d; letter-spacing: -1px; }
.gw-u-d291ff3f0a { width: 70px; height: 70px; background: linear-gradient(135deg, rgba(15, 95, 70, 0.1), rgba(15, 95, 70, 0.05)); border-radius: 50%; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; }
.gw-u-d2f0f93bf3 { color: white; font-weight: 700; font-size: 28px; margin-bottom: 15px; }
.gw-u-d394b3b273 { font-size: 22px; font-weight: 700; color: #2d2d2d; margin-bottom: 5px; }
.gw-u-d3ab5ac5e4 { color: #1f2937; font-weight: 700; text-decoration: none; }
.gw-u-d4d551c1b4 { width: 100%; padding: 14px 18px; border: 2px solid #e0e0e0; border-radius: 12px; font-size: 15px; transition: all 0.3s ease; background: #fafafa; color: #2d2d2d; }
.gw-u-d53ca2426b { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.gw-u-d63922a2e8 { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); color: white; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin-bottom: 18px; }
.gw-u-d7bb3d3981 { padding: 80px 0 30px; }
.gw-u-d8d444010a { background: white; border-radius: 22px; padding: 30px; box-shadow: 0 20px 60px rgba(45,45,45,0.08); border: 1px solid rgba(17,17,18,0.05); }
.gw-u-d971abcd02 { font-size: 18px; line-height: 1.8; color: #4b5563; margin: 0 auto 24px; max-width: 760px; }
.gw-u-da3ee64189 { background: linear-gradient(135deg, #1f2937 0%, #111112 100%); border-radius: 28px; padding: 42px; color: white; }
.gw-u-dadd819504 { color: white; font-weight: 700; font-size: 14px; }
.gw-u-dd0d4fb485 { background: white; border-radius: 24px; padding: 38px; box-shadow: 0 20px 60px rgba(45,45,45,0.08); border: 1px solid rgba(15, 95, 70,0.08); text-align: center; }
.gw-u-de901544b8 { width: 40px; height: 40px; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; }
.gw-u-e00c6ad987 { color: #525252; margin: 0; font-size: 14px; font-weight: 500; }
.gw-u-e22463baca { color: #2d2d2d; font-weight: 700; font-size: 28px; margin: 0; }
.gw-u-e422e87b29 { display: flex; align-items: flex-start; }
.gw-u-e4b0c84a94 { color: white; font-size: 32px; font-weight: 700; }
.gw-u-e552b5dccf { color: white; text-decoration: none; font-weight: 700; font-size: 16px; word-break: break-word; }
.gw-u-e7c805437b { display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px; background: rgba(255,255,255,0.1); color: white; text-decoration: none; border-radius: 12px; font-weight: 600; font-size: 15px; transition: all 0.3s ease; border: 2px solid rgba(255,255,255,0.2); }
.gw-u-e83cd7ba78 { color: var(--gw-green); font-size: 24px; }
.gw-u-e86d58f195 { position: absolute; top: 100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(15, 95, 70, 0.05), transparent); border-radius: 50%; pointer-events: none; }
.gw-u-e87978dd00 { animation: fadeInUp 0.6s ease 0.2s both; }
.gw-u-e983761542 { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); border-radius: 20px; padding: 50px 40px; position: relative; overflow: hidden; }
.gw-u-e999737f66 { height: 280px; overflow: hidden; position: relative; }
.gw-u-ea4970fb5a { width: 100%; height: 100%; background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%); display: flex; align-items: center; justify-content: center; }
.gw-u-ebd598a989 { color: white; font-weight: 600; font-size: 18px; margin-bottom: 10px; }
.gw-u-ecb03b459f { position: absolute; top: 40px; left: 50%; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gw-green), transparent); display: none; }
.gw-u-eda3acaf20 { position: absolute; top: 15px; right: 15px; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); padding: 6px 14px; border-radius: 20px; }
.gw-u-ee5a58a067 { color: #6b6b6b; font-size: 12px; margin-top: 5px; display: block; }
.gw-u-eec64037a9 { font-size: 48px; color: #bdc3c7; margin-bottom: 20px; }
.gw-u-ef26c73264 { font-size: 32px; line-height: 1.2; color: #1f2937; font-weight: 800; margin: 0 0 14px; }
.gw-u-ef329ede50 { width: 36px; height: 36px; background: rgba(15, 95, 70, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; }
.gw-u-ef7a9dfbd9 { margin-top: 24px; }
.gw-u-ef8d37b8f6 { width: 20px; height: 20px; color: var(--gw-green); transition: transform 0.3s ease; }
.gw-u-ef9c238337 { display: none; margin-bottom: 25px; padding: 15px; border-radius: 8px; }
.gw-u-efb4dba108 { width: 80px; height: 3px; background: var(--gw-green); margin: 0 auto; }
.gw-u-f07f5e3d25 { height: 100%; background: rgba(255,255,255,0.08); border-radius: 18px; padding: 24px; border: 1px solid rgba(255,255,255,0.08); }
.gw-u-f2892a2e8a { display: none; }
.gw-u-f61728b992 { background: #ffffff; min-height: 100vh; padding: 80px 0 40px; position: relative; overflow: hidden; }
.gw-u-f8b84a4f7d { color: var(--gw-green); font-weight: 600; font-size: 14px; margin-bottom: 15px; }
.gw-u-f8e13ed9f1 { display: none; color: var(--gw-green); font-size: 14px; margin-top: 8px; text-align: center; }
.gw-u-f9b634eea8 { font-size: 17px; line-height: 1.8; color: #4b5563; margin: 0 0 18px; }
.gw-u-fa1d9d8af9 { color: #2d2d2d; font-weight: 700; font-size: 32px; margin: 0 0 5px 0; line-height: 1; }
.gw-u-fb4254e05e { font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; color: rgba(255,255,255,0.55); margin-bottom: 12px; }
.gw-u-fc17cda32e { color: #525252; font-size: 18px; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.gw-u-ffbbe30833 { width: 80px; height: 80px; color: #9ca3af; }


/* Migrated testimonial submission inline styles. */
.gw-ts-u-077e9285b5 { cursor: pointer; color: #ddd; transition: all 0.3s ease; margin: 0; }
.gw-ts-u-0871c33494 { border-radius: 16px; border: none; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); color: white; box-shadow: 0 10px 30px rgba(15, 95, 70,0.3); animation: errorShake 0.5s ease; margin-bottom: 30px; }
.gw-ts-u-0d52b7d515 { font-size: 48px; color: #FFD700; }
.gw-ts-u-0fd5dbddb9 { color: var(--gw-green); font-size: 14px; margin-top: 8px; }
.gw-ts-u-1cd4873b41 { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.gw-ts-u-2508ca0e20 { background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); border: none; padding: 18px 60px; font-size: 18px; font-weight: 700; border-radius: 50px; color: white; box-shadow: 0 10px 30px rgba(15, 95, 70, 0.4); transition: all 0.3s ease; cursor: pointer; position: relative; overflow: hidden; }
.gw-ts-u-31dd06cff5 { margin: 0; padding-left: 20px; }
.gw-ts-u-31f575bea2 { margin-right: 10px; }
.gw-ts-u-37882366aa { height: 4px; background: #e0e0e0; border-radius: 2px; margin-top: 10px; overflow: hidden; }
.gw-ts-u-41a2ff120d { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); padding: 25px; border-radius: 16px; text-align: center; }
.gw-ts-u-50666a574d { position: relative; }
.gw-ts-u-59388788c3 { color: var(--gw-green); font-weight: 600; }
.gw-ts-u-62e36bc5ad { position: absolute; left: -5000px; }
.gw-ts-u-79956d399b { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); padding: 20px; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.gw-ts-u-7e62f46c6d { position: relative; z-index: 1; }
.gw-ts-u-7e83a70b44 { animation: fadeIn 0.6s ease 0.4s both; }
.gw-ts-u-7f09016ce8 { font-size: 24px; }
.gw-ts-u-8649ae0d93 { border-radius: 12px; border: 2px solid #e0e0e0; padding: 18px; font-size: 16px; transition: all 0.3s ease; resize: vertical; }
.gw-ts-u-86ca81e2aa { padding: 50px; }
.gw-ts-u-8997b47d74 { display: inline-block; background: rgba(255,255,255,0.15); padding: 20px; border-radius: 50%; margin-bottom: 20px; backdrop-filter: blur(10px); }
.gw-ts-u-8aeb39685c { background: linear-gradient(135deg, #111112 0%, #2d2d2d 50%, #111112 100%); min-height: 100vh; padding: 80px 0; position: relative; }
.gw-ts-u-8d84587fa6 { color: #666; text-decoration: none; font-size: 15px; transition: color 0.3s ease; }
.gw-ts-u-987ef4d0cc { color: var(--gw-green); }
.gw-ts-u-9d0e8bdc60 { border-radius: 12px; border: 2px solid #e0e0e0; padding: 18px 18px 18px 50px; font-size: 16px; transition: all 0.3s ease; }
.gw-ts-u-9d1f5b0fff { animation: fadeInDown 0.6s ease; }
.gw-ts-u-9dc0c3dab4 { border: none; border-radius: 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden; animation: fadeInUp 0.6s ease 0.2s both; background: white; }
.gw-ts-u-a39b4e953f { height: 100%; width: 0%; background: linear-gradient(90deg, var(--gw-green), #ffc107, var(--gw-green)); transition: width 0.3s ease; }
.gw-ts-u-a3fb0163bc { color: rgba(255,255,255,0.9); font-size: 14px; margin: 0; }
.gw-ts-u-a6d48c466c { margin: 0 0 5px 0; font-weight: bold; }
.gw-ts-u-a7ff948766 { font-size: 48px; display: inline-flex; gap: 10px; }
.gw-ts-u-b4edaa7885 { display: flex; align-items: center; }
.gw-ts-u-c1902396a8 { width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; }
.gw-ts-u-ccbe14dc49 { font-weight: 700; color: #333; font-size: 15px; margin-bottom: 10px; display: block; }
.gw-ts-u-ccc9ec44df { margin: 0 0 10px 0; font-weight: bold; }
.gw-ts-u-d1cc5713a9 { margin-right: 8px; }
.gw-ts-u-d66c2119f6 { font-size: 48px; font-weight: 800; color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
.gw-ts-u-def0f21886 { margin: 15px 0 0 0; color: #666; font-size: 14px; }
.gw-ts-u-e1834f29f4 { border-radius: 16px; border: none; background: linear-gradient(135deg, var(--gw-green) 0%, var(--gw-green-dark) 100%); color: white; box-shadow: 0 10px 30px rgba(0,200,81,0.3); animation: successSlideIn 0.5s ease; margin-bottom: 30px; }
.gw-ts-u-e422e87b29 { display: flex; align-items: flex-start; }
.gw-ts-u-e5e6786385 { color: #666; }
.gw-ts-u-ede8c56736 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at top right, rgba(15, 95, 70, 0.15), transparent 70%); pointer-events: none; }
.gw-ts-u-ee3d55bf99 { flex: 1; }
.gw-ts-u-f0b34e5acb { font-weight: 700; color: #333; font-size: 15px; margin-bottom: 15px; display: block; }
.gw-ts-u-f2892a2e8a { display: none; }
.gw-ts-u-f9c9540019 { color: rgba(255,255,255,0.95); font-size: 18px; max-width: 600px; margin: 0 auto; }
.gw-ts-u-fcafd4b28d { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #999; font-size: 18px; }
.gw-ts-u-fda436a4a7 { width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.gw-ts-u-ff227d0632 { margin: 0; }

/* Final public responsive hardening layer. Keep this last so it wins over legacy and migrated page CSS. */
html {
    max-width: 100%;
    overflow-x: clip;
    overflow-y: auto;
}

body.austenjgreen-site {
    max-width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    overflow: visible;
    width: 100%;
}

/* Clip decorative overflow without turning the fixed-height body into a second scroll root. */
.austenjgreen-site > header,
.austenjgreen-site > main,
.austenjgreen-site > footer {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.austenjgreen-site *,
.austenjgreen-site *::before,
.austenjgreen-site *::after {
    box-sizing: border-box;
}

.austenjgreen-site main,
.austenjgreen-site section,
.austenjgreen-site .container,
.austenjgreen-site .row,
.austenjgreen-site [class*="col-"] {
    min-width: 0;
}

.austenjgreen-site p,
.austenjgreen-site li,
.austenjgreen-site a,
.austenjgreen-site button,
.austenjgreen-site h1,
.austenjgreen-site h2,
.austenjgreen-site h3,
.austenjgreen-site h4,
.austenjgreen-site h5,
.austenjgreen-site h6,
.austenjgreen-site input,
.austenjgreen-site textarea,
.austenjgreen-site select {
    overflow-wrap: anywhere;
}

.austenjgreen-site input,
.austenjgreen-site textarea,
.austenjgreen-site select {
    font-size: 16px;
}

.austenjgreen-site .gw-u-62e36bc5ad,
.austenjgreen-site .gw-ts-u-62e36bc5ad {
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    left: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: auto !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.austenjgreen-site .parallax-element,
.austenjgreen-site .gw-u-e86d58f195,
.austenjgreen-site .gw-u-097890387c,
.austenjgreen-site .gw-u-c6ee8638a0,
.austenjgreen-site .gw-u-56a703ffd7,
.austenjgreen-site .gw-u-5f24b190c2,
.austenjgreen-site .gw-u-653cc4c97f,
.austenjgreen-site .gw-u-3efb597bdd,
.austenjgreen-site .gw-u-9d29d5d190,
.austenjgreen-site .gw-u-a077f535a7,
.austenjgreen-site .gw-u-a0941718dc,
.austenjgreen-site .mkf-orb {
    display: none !important;
}

.austenjgreen-site button,
.austenjgreen-site .gw-btn,
.austenjgreen-site .mkf-contact-item,
.austenjgreen-site .mkf-social-btn,
.austenjgreen-site .mkf-login-btn,
.austenjgreen-site .mkm-nav a,
.austenjgreen-site .faq-chip,
.austenjgreen-site .team-chip,
.austenjgreen-site .filter-btn,
.austenjgreen-site .view-property-btn,
.austenjgreen-site .gw-team-social,
.austenjgreen-site .mk-testi-btn {
    min-height: 44px;
}

.austenjgreen-site .section-block,
.austenjgreen-site .section-block2,
.austenjgreen-site .section-block3,
.austenjgreen-site .custom-section-block-parallax,
.austenjgreen-site .custom-section-block-bg {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1199px) {
    .austenjgreen-site .mkf-grid {
        grid-template-columns: 1fr 1fr;
    }

    .austenjgreen-site .mkf-contact-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .austenjgreen-site .navbar.navbar-custom {
        min-height: 74px;
    }

    .austenjgreen-site .navbar-header-custom {
        align-items: center;
        display: flex;
        float: none;
        height: 74px;
        justify-content: space-between;
        left: auto;
        padding: 0 15px !important;
        width: 100%;
    }

    .austenjgreen-site .navbar-logo.animated-logo-container {
        flex: 1 1 auto;
        max-width: min(250px, calc(100vw - 92px));
        min-width: 0;
    }

    .austenjgreen-site .mkm-hamburger {
        flex: 0 0 44px;
        margin: 0;
    }

    .austenjgreen-site .mkm-content {
        justify-content: flex-start;
        min-height: 100svh;
        padding: calc(92px + env(safe-area-inset-top, 0px)) 18px calc(32px + env(safe-area-inset-bottom, 0px));
    }

    .austenjgreen-site .mkm-nav {
        width: min(100%, 420px);
    }

    .austenjgreen-site .mkm-nav a,
    .austenjgreen-site .mkm-logout-button {
        display: flex;
        font-size: 18px;
        justify-content: center;
        letter-spacing: 0.06em;
        padding: 13px 16px;
        width: 100%;
    }

    .austenjgreen-site .gw-hero,
    .austenjgreen-site .gw-hero-carousel,
    .austenjgreen-site .gw-hero .video-table,
    .austenjgreen-site .gw-hero-carousel .video-table,
    .austenjgreen-site .gw-hero .player video,
    .austenjgreen-site .gw-hero-carousel .swiper-slide,
    .austenjgreen-site .gw-hero-carousel .swiper-slide video,
    .austenjgreen-site .gw-hero-carousel .hero-slide-image {
        min-height: min(680px, 94svh) !important;
    }

    .austenjgreen-site .gw-hero .video-table-cell,
    .austenjgreen-site .gw-hero-carousel .video-table-cell {
        padding: 96px 0 54px;
    }

    .austenjgreen-site .gw-hero-copy {
        margin-inline: auto;
        max-width: 100%;
    }

    .austenjgreen-site .gw-hero-title {
        font-size: clamp(34px, 10vw, 58px);
    }

    .austenjgreen-site .gw-hero-subtitle {
        font-size: 16px;
    }

    .austenjgreen-site .gw-hero-trust,
    .austenjgreen-site .gw-proof-grid,
    .austenjgreen-site .gw-service-panel,
    .austenjgreen-site .mkf-grid,
    .austenjgreen-site .properties-grid {
        grid-template-columns: 1fr !important;
    }

    .austenjgreen-site .gw-service-panel {
        margin: 52px 0;
    }

    .austenjgreen-site .gw-page-hero {
        min-height: 380px;
    }

    .austenjgreen-site .gw-page-hero .section-block3 {
        min-height: 380px;
        padding: 96px 0 54px;
    }

    .austenjgreen-site .custom-page-title h1,
    .austenjgreen-site .gw-page-hero-title,
    .austenjgreen-site .gw-page-hero-title-dark {
        font-size: clamp(32px, 9vw, 48px) !important;
        line-height: 1.08;
    }

    .austenjgreen-site .mk-service-hero {
        min-height: 0;
        padding: 94px 0 58px;
    }

    .austenjgreen-site .mk-service-hero .row,
    .austenjgreen-site .gw-u-da3ee64189 .row {
        display: block;
    }

    .austenjgreen-site .mk-service-primary,
    .austenjgreen-site .mk-service-secondary,
    .austenjgreen-site .mk-service-cta-primary,
    .austenjgreen-site .mk-service-cta-secondary,
    .austenjgreen-site .gw-u-82b8c4cad2,
    .austenjgreen-site .gw-u-8d533fba2d,
    .austenjgreen-site .gw-u-ad71184f90,
    .austenjgreen-site .gw-u-e7c805437b,
    .austenjgreen-site .gw-u-a931e4a4ee,
    .austenjgreen-site .gw-u-83a87fa6fc {
        justify-content: center;
        text-align: center;
    }

    .austenjgreen-site .mk-gallery-list {
        padding: 0 15px;
    }

    .austenjgreen-site .mk-hcard {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .austenjgreen-site .mk-hcard-img {
        aspect-ratio: 16 / 11;
        height: auto !important;
        order: 1;
    }

    .austenjgreen-site .mk-hcard-text {
        order: 2;
    }

    .austenjgreen-site .mkf-contact-card {
        grid-column: auto;
    }

    .austenjgreen-site .mkf-brand-card,
    .austenjgreen-site .mkf-card-pad,
    .austenjgreen-site .mkf-contact-card {
        padding: 24px;
    }

    .austenjgreen-site .mkf-nav-grid {
        grid-template-columns: 1fr 1fr;
    }

    .austenjgreen-site .mk-testi-card {
        padding: 34px 26px;
    }

    .austenjgreen-site .mk-testi-content {
        font-size: 17px;
    }

    .austenjgreen-site .property-card:hover,
    .austenjgreen-site .gw-proof-card:hover,
    .austenjgreen-site .mk-hcard:hover,
    .austenjgreen-site .team-member-card > div:hover,
    .austenjgreen-site .mkf-glass:hover {
        transform: none;
    }

    .austenjgreen-site .parallax-element,
    .austenjgreen-site .gw-u-e86d58f195,
    .austenjgreen-site .gw-u-097890387c,
    .austenjgreen-site .gw-u-c6ee8638a0,
    .austenjgreen-site .gw-u-56a703ffd7,
    .austenjgreen-site .gw-u-5f24b190c2,
    .austenjgreen-site .gw-u-653cc4c97f,
    .austenjgreen-site .gw-u-3efb597bdd,
    .austenjgreen-site .gw-u-a077f535a7,
    .austenjgreen-site .gw-u-a0941718dc,
    .austenjgreen-site .mkf-orb {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .austenjgreen-site .container {
        padding-left: 18px;
        padding-right: 18px;
        width: 100%;
    }

    .austenjgreen-site main {
        padding-top: 0 !important;
    }

    .austenjgreen-site .gw-hero,
    .austenjgreen-site .gw-hero-carousel,
    .austenjgreen-site .gw-hero .video-table,
    .austenjgreen-site .gw-hero-carousel .video-table,
    .austenjgreen-site .gw-hero .player video,
    .austenjgreen-site .gw-hero-carousel .swiper-slide,
    .austenjgreen-site .gw-hero-carousel .swiper-slide video,
    .austenjgreen-site .gw-hero-carousel .hero-slide-image {
        min-height: min(640px, 92svh) !important;
    }

    .austenjgreen-site .gw-hero-copy {
        border-radius: 18px;
        padding: 24px 18px;
    }

    .austenjgreen-site .gw-hero-actions,
    .austenjgreen-site .gw-cta-actions,
    .austenjgreen-site .gw-u-2c4a2d1293,
    .austenjgreen-site .gw-u-83f36167d1,
    .austenjgreen-site .gw-u-d53ca2426b {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .austenjgreen-site .gw-btn,
    .austenjgreen-site .mk-service-primary,
    .austenjgreen-site .mk-service-secondary,
    .austenjgreen-site .mk-service-cta-primary,
    .austenjgreen-site .mk-service-cta-secondary,
    .austenjgreen-site .gw-u-82b8c4cad2,
    .austenjgreen-site .gw-u-8d533fba2d,
    .austenjgreen-site .gw-u-ad71184f90,
    .austenjgreen-site .gw-u-e7c805437b,
    .austenjgreen-site .gw-u-a931e4a4ee,
    .austenjgreen-site .gw-u-83a87fa6fc,
    .austenjgreen-site .gw-ts-u-2508ca0e20 {
        width: 100%;
    }

    .austenjgreen-site .gw-proof-section,
    .austenjgreen-site .mk-gallery-section,
    .austenjgreen-site .gw-u-a80c941d45,
    .austenjgreen-site .gw-u-b1253568d9,
    .austenjgreen-site .gw-u-f61728b992,
    .austenjgreen-site .gw-u-cb5b536257,
    .austenjgreen-site .gw-u-d7bb3d3981 {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .austenjgreen-site .gw-section-intro,
    .austenjgreen-site .gw-u-185234934a,
    .austenjgreen-site .gw-u-10ab0fe152 {
        text-align: left;
    }

    .austenjgreen-site .gw-proof-card-copy,
    .austenjgreen-site .gw-u-918559b8f9,
    .austenjgreen-site .gw-u-43762ac087,
    .austenjgreen-site .gw-u-5bd032f447,
    .austenjgreen-site .gw-u-d8d444010a,
    .austenjgreen-site .gw-u-dd0d4fb485,
    .austenjgreen-site .gw-u-9c25e4ad0a,
    .austenjgreen-site .gw-u-afbafb3e83,
    .austenjgreen-site .gw-u-c795434709,
    .austenjgreen-site .gw-u-da3ee64189,
    .austenjgreen-site .gw-u-e983761542 {
        border-radius: 18px;
        padding: 24px !important;
    }

    .austenjgreen-site .gw-service-band,
    .austenjgreen-site .gw-cta-band,
    .austenjgreen-site .gw-service-band .container,
    .austenjgreen-site .gw-cta-content {
        min-height: 0 !important;
    }

    .austenjgreen-site .gw-service-panel,
    .austenjgreen-site .gw-cta-panel {
        border-radius: 18px;
        margin: 46px 0;
        padding: 24px 18px;
    }

    .austenjgreen-site .gw-service-item {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 12px;
    }

    .austenjgreen-site .gw-service-copy h2,
    .austenjgreen-site .gw-cta-panel h2,
    .austenjgreen-site .gw-u-61a43a13c4,
    .austenjgreen-site .gw-u-6e2b03abaa,
    .austenjgreen-site .gw-u-079b93114a,
    .austenjgreen-site .gw-u-ad37bd0386,
    .austenjgreen-site .gw-u-ef26c73264,
    .austenjgreen-site .gw-u-a80bd88c66,
    .austenjgreen-site .gw-u-8c12f089c9,
    .austenjgreen-site .gw-u-d1fd5539f6,
    .austenjgreen-site .gw-ts-u-d66c2119f6 {
        font-size: clamp(28px, 8vw, 36px) !important;
        letter-spacing: 0;
        line-height: 1.12;
    }

    .austenjgreen-site .gw-u-5567a1b0bb,
    .austenjgreen-site .gw-u-34391a4e15,
    .austenjgreen-site .gw-u-9122003dd9,
    .austenjgreen-site .gw-u-d971abcd02,
    .austenjgreen-site .gw-u-fc17cda32e,
    .austenjgreen-site .gw-u-7e1ceb3893,
    .austenjgreen-site .gw-ts-u-f9c9540019 {
        font-size: 16px;
        line-height: 1.65;
    }

    .austenjgreen-site .gw-u-5956e7097a {
        display: inline-flex;
        margin: 0 18px 22px auto;
        max-width: calc(100% - 36px);
        position: relative;
        right: auto;
        top: auto;
    }

    .austenjgreen-site .gw-u-400690c33b,
    .austenjgreen-site .gw-u-e422e87b29,
    .austenjgreen-site .gw-ts-u-b4edaa7885,
    .austenjgreen-site .gw-ts-u-e422e87b29 {
        gap: 14px;
    }

    .austenjgreen-site .gw-u-3ab9a10846,
    .austenjgreen-site .gw-ts-u-c1902396a8,
    .austenjgreen-site .gw-ts-u-fda436a4a7 {
        height: 44px;
        margin-right: 0;
        width: 44px;
    }

    .austenjgreen-site .gw-contact-field,
    .austenjgreen-site .gw-contact-textarea,
    .austenjgreen-site .gw-u-d4d551c1b4,
    .austenjgreen-site .gw-ts-u-9d0e8bdc60,
    .austenjgreen-site .gw-ts-u-8649ae0d93 {
        min-height: 48px;
        padding: 14px 16px;
    }

    .austenjgreen-site .gw-ts-u-9d0e8bdc60 {
        padding-left: 48px;
    }

    .austenjgreen-site .gw-ts-u-86ca81e2aa {
        padding: 24px !important;
    }

    .austenjgreen-site .gw-ts-u-a7ff948766 {
        font-size: clamp(32px, 11vw, 42px) !important;
        gap: 4px;
        justify-content: center;
        width: 100%;
    }

    .austenjgreen-site .gw-ts-u-1cd4873b41 {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .austenjgreen-site .gw-ts-u-79956d399b,
    .austenjgreen-site .gw-ts-u-41a2ff120d {
        overflow-x: auto;
        padding: 16px;
    }

    .austenjgreen-site .faq-category-chips,
    .austenjgreen-site .team-department-chips,
    .austenjgreen-site .filter-buttons {
        align-items: stretch;
        display: flex;
        gap: 10px;
        margin-bottom: 28px;
        overflow-x: auto;
        padding: 4px 2px 10px;
        scroll-snap-type: x proximity;
        text-align: left;
        -webkit-overflow-scrolling: touch;
    }

    .austenjgreen-site .faq-chip,
    .austenjgreen-site .team-chip,
    .austenjgreen-site .filter-btn {
        flex: 0 0 auto;
        margin: 0;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    .austenjgreen-site .faq-question {
        align-items: flex-start;
        padding: 18px !important;
    }

    .austenjgreen-site .gw-u-b734ba1f02 {
        align-items: flex-start;
        gap: 12px;
    }

    .austenjgreen-site .faq-answer > div,
    .austenjgreen-site .gw-u-645b46679a {
        padding: 0 18px 20px 66px !important;
    }

    .austenjgreen-site .gw-u-e999737f66 {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .austenjgreen-site .gw-u-9059f88086 {
        display: none;
    }

    .austenjgreen-site .mk-proj-hero {
        padding: 94px 18px 36px;
    }

    .austenjgreen-site .mk-proj-back {
        left: 18px;
        top: 70px;
    }

    .austenjgreen-site .mk-proj-grid {
        column-gap: 0;
    }

    .austenjgreen-site .property-image {
        height: auto;
        aspect-ratio: 16 / 11;
    }

    .austenjgreen-site .property-content {
        padding: 20px;
    }

    .austenjgreen-site .property-buttons {
        flex-direction: column;
    }

    .austenjgreen-site .carousel-nav {
        opacity: 1;
    }

    .austenjgreen-site .mkf-footer-spacer {
        height: 34px;
    }

    .austenjgreen-site .mkf-grid {
        gap: 16px;
    }

    .austenjgreen-site .mkf-nav-grid {
        grid-template-columns: 1fr;
    }

    .austenjgreen-site .mkf-contact-item {
        align-items: flex-start;
        padding: 14px;
    }

    .austenjgreen-site .mkf-login-btn {
        justify-content: center;
        width: 100%;
    }

    .austenjgreen-site .mk-testi-author {
        align-items: flex-start;
    }

    .austenjgreen-site .mk-testi-nav {
        gap: 12px;
    }

    .austenjgreen-site .mk-testi-dots {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .austenjgreen-site .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .austenjgreen-site .gw-hero-copy,
    .austenjgreen-site .gw-service-panel,
    .austenjgreen-site .gw-cta-panel,
    .austenjgreen-site .mk-testi-card,
    .austenjgreen-site .mkf-glass,
    .austenjgreen-site .gw-u-918559b8f9,
    .austenjgreen-site .gw-u-43762ac087,
    .austenjgreen-site .gw-u-5bd032f447,
    .austenjgreen-site .gw-u-d8d444010a,
    .austenjgreen-site .gw-u-dd0d4fb485,
    .austenjgreen-site .gw-u-9c25e4ad0a,
    .austenjgreen-site .gw-u-afbafb3e83,
    .austenjgreen-site .gw-u-c795434709,
    .austenjgreen-site .gw-u-da3ee64189,
    .austenjgreen-site .gw-u-e983761542,
    .austenjgreen-site .gw-ts-u-9dc0c3dab4 {
        border-radius: 16px;
    }

    .austenjgreen-site .gw-page-hero {
        min-height: 330px;
    }

    .austenjgreen-site .gw-page-hero .section-block3 {
        min-height: 330px;
        padding: 88px 0 42px;
    }

    .austenjgreen-site .gw-hero-title {
        font-size: clamp(31px, 12vw, 44px);
    }

    .austenjgreen-site .gw-hero-eyebrow,
    .austenjgreen-site .gw-section-intro span,
    .austenjgreen-site .gw-proof-card-copy span,
    .austenjgreen-site .gw-service-copy span,
    .austenjgreen-site .gw-cta-panel > span,
    .austenjgreen-site .mk-testi-label,
    .austenjgreen-site .gw-u-011bc03958,
    .austenjgreen-site .gw-u-5ff8bbd1ca,
    .austenjgreen-site .gw-u-5d69dd8f1f {
        letter-spacing: 0.08em;
    }

    .austenjgreen-site .gw-proof-card-copy,
    .austenjgreen-site .property-content,
    .austenjgreen-site .mk-hcard-text,
    .austenjgreen-site .mk-testi-card,
    .austenjgreen-site .gw-ts-u-86ca81e2aa {
        padding: 20px !important;
    }

    .austenjgreen-site .faq-answer > div,
    .austenjgreen-site .gw-u-645b46679a {
        padding-left: 18px !important;
    }

    .austenjgreen-site .gw-u-b734ba1f02 {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .austenjgreen-site .faq-icon {
        margin-top: 2px;
    }

    .austenjgreen-site .mk-testi-author,
    .austenjgreen-site .gw-ts-u-b4edaa7885,
    .austenjgreen-site .gw-ts-u-e422e87b29 {
        flex-direction: column;
    }

    .austenjgreen-site .mk-testi-share-btn {
        justify-content: center;
        width: 100%;
    }

    .austenjgreen-site .mkp-card {
        min-width: 0;
        padding: 34px 20px 24px;
        width: calc(100vw - 32px);
    }

    .austenjgreen-site .mkp-actions {
        flex-direction: column;
    }
}

@media (hover: none) and (pointer: coarse) {
    .austenjgreen-site .gw-btn:hover,
    .austenjgreen-site .mkf-glass:hover,
    .austenjgreen-site .mkf-contact-item:hover,
    .austenjgreen-site .mk-testi-btn:hover,
    .austenjgreen-site .property-card:hover,
    .austenjgreen-site .team-member-card > div:hover,
    .austenjgreen-site .mk-hcard:hover,
    .austenjgreen-site .view-property-btn:hover {
        box-shadow: inherit;
        transform: none;
    }
}

/* Production motion polish: composited, layout-neutral, and opt-in from greenworks-ux.js. */
body.austenjgreen-site.gw-page-scrolled .navbar.navbar-custom {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 42px rgba(7, 61, 45, 0.14);
}

.austenjgreen-site .navbar.navbar-custom {
    transition: background-color 0.32s ease, box-shadow 0.32s ease;
}

.gw-motion-enabled .gw-reveal {
    animation: none !important;
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
        opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--gw-reveal-delay, 0ms);
}

.gw-motion-enabled .gw-reveal.gw-reveal--visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.austenjgreen-site .gw-btn:active,
.austenjgreen-site .mkp-btn:active,
.austenjgreen-site .mkf-login-btn:active,
.austenjgreen-site .mk-testi-btn:active {
    transform: translateY(0) scale(0.98);
}

@media (hover: hover) and (pointer: fine) {
    .austenjgreen-site .gw-proof-card,
    .austenjgreen-site .mk-hcard,
    .austenjgreen-site .mkf-glass,
    .austenjgreen-site .trust-card,
    .austenjgreen-site .team-member-card > div {
        transition:
            border-color 0.38s ease,
            box-shadow 0.38s ease,
            transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .austenjgreen-site .gw-proof-card:hover,
    .austenjgreen-site .mk-hcard:hover,
    .austenjgreen-site .mkf-glass:hover,
    .austenjgreen-site .trust-card:hover,
    .austenjgreen-site .team-member-card > div:hover {
        border-color: rgba(15, 95, 70, 0.22);
        box-shadow: 0 24px 54px rgba(7, 61, 45, 0.14);
        transform: translate3d(0, -5px, 0);
    }
}

/* The single mobile hero must grow with CMS copy and stacked trust cards. */
@media (max-width: 767px) {
    .austenjgreen-site .gw-hero {
        height: auto !important;
        min-height: 0 !important;
    }

    .austenjgreen-site .gw-hero .video-table {
        display: block;
        height: auto !important;
        inset: auto;
        min-height: 100svh !important;
        position: relative;
    }

    .austenjgreen-site .gw-hero .video-table-cell {
        align-items: center;
        display: flex;
        min-height: 100svh;
        padding: 96px 0 44px;
        width: 100%;
    }

    .austenjgreen-site .gw-hero .video-table-cell > .container {
        width: 100%;
    }

    .austenjgreen-site .gw-hero-trust > div {
        min-height: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .austenjgreen-site .gw-hero-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Keep the transparent brand mark integrated with every header treatment. */
.austenjgreen-site .navbar-logo.animated-logo-container,
.austenjgreen-site .navbar-logo.animated-logo-container svg,
.austenjgreen-site .gw-nav-brand img {
    background: transparent !important;
}

.austenjgreen-site .gw-nav-brand img {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    content: url("../img/logos/logo-shortcut.png?v=tight-164x144");
    display: block !important;
    flex: 0 0 auto;
    filter: drop-shadow(0 5px 10px rgb(0 0 0 / 22%));
    height: 82px !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: contain !important;
    padding: 0 !important;
    width: auto !important;
}

@media (max-width: 767px) {
    .austenjgreen-site .gw-nav-brand img {
        height: 72px !important;
    }
}

/* Explicit dialog scroll lock wins over the public body's normal visible overflow. */
html.mkm-no-scroll,
body.austenjgreen-site.mkm-no-scroll {
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    .austenjgreen-site *,
    .austenjgreen-site *::before,
    .austenjgreen-site *::after {
        animation-delay: 0ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-delay: 0ms !important;
        transition-duration: 0.01ms !important;
    }

    .gw-motion-enabled .gw-reveal,
    .gw-motion-enabled .gw-reveal.gw-reveal--visible {
        animation: none !important;
        opacity: 1;
        transform: none;
        transition: none !important;
    }

    .gw-public-site .search-button-phone-icon,
    .austenjgreen-site .mkm-orb,
    .austenjgreen-site .mkm-phone-ring,
    .austenjgreen-site .mk-testi-orb,
    .austenjgreen-site .mk-testi-bg-anim,
    #preloader.gw-preloader .gw-preloader__logo,
    #preloader.gw-preloader .gw-preloader__mark::before,
    #preloader.gw-preloader .gw-preloader__mark::after {
        animation: none !important;
    }

    .austenjgreen-site .hero-progress-bar,
    .austenjgreen-site .mk-testi-progress-bar {
        transition: none !important;
    }
}
