@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';

@theme {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

:root {
    --teal: #1fdba5;
    --teal-dim: #0ea87c;
    --teal-glow: rgba(31, 219, 165, 0.12);
    --ink: #080e0c;
    --ink-2: #0f1a17;
    --ink-3: #162420;
    --ink-4: #1e302a;
    --cream: #f0ede6;
    --cream-dim: #c8c5bf;
    --orange: #ff5c35;
    --card: #12201c;
    --border: rgba(255, 255, 255, 0.07);
    --font-display: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --scrollbar-size: 8px;
    --scrollbar-track: var(--ink-2);
    --scrollbar-thumb: rgba(31, 219, 165, 0.55);
    --scrollbar-thumb-hover: var(--teal);
    --scrollbar-light-thumb: rgba(15, 143, 111, 0.42);
    --scrollbar-light-thumb-hover: rgba(31, 219, 165, 0.62);
    --footer-bg: #0a2f2f;
}

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

html {
    scroll-behavior: smooth;
}

html,
body {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--scrollbar-thumb-hover) 0%, var(--scrollbar-thumb) 100%);
    border: 2px solid var(--scrollbar-track);
    border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
    background: var(--scrollbar-track);
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--cream);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

html.is-mobile-nav-open,
html.is-mobile-nav-open body,
html.is-nav-apps-open,
html.is-nav-apps-open body {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    left: 5%;
    top: -120px;
    z-index: 200;
    background: var(--teal);
    color: var(--ink);
    border-radius: 8px;
    font-family: var(--font-display);
    font-weight: 700;
    padding: 9px 14px;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 12px;
}

button {
    font: inherit;
}

.icon {
    width: 1em;
    height: 1em;
}

.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.6%;
    height: 88px;
    background: linear-gradient(180deg, rgba(2, 34, 29, 0.72), rgba(2, 34, 29, 0));
    border-bottom: 0;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease, padding 0.2s ease, height 0.2s ease;
}

.site-nav.is-scrolled,
.site-nav:focus-within,
.site-nav:has(.mobile-nav[open]) {
    height: 78px;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(3, 34, 30, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.nav-logo {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--cream);
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
}

.site-nav .nav-logo {
    align-self: center;
}

.nav-logo-mark {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 14px rgba(31, 219, 165, 0.18));
}

.nav-links,
.nav-ctas,
.hero-actions,
.cta-actions,
.footer-social {
    display: flex;
    align-items: center;
}

.nav-links {
    margin: 0;
    margin-left: auto;
    margin-right: clamp(24px, 4vw, 64px);
    gap: clamp(10px, 1.2vw, 20px);
    list-style: none;
    padding: 0;
}

.nav-item {
    position: relative;
    perspective: 960px;
}

.nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 7px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s ease;
}

button.nav-trigger {
    border: 0;
    background: none;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
}

.nav-trigger-caret {
    width: 7px;
    height: 7px;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    opacity: 0.78;
    transition: transform 0.2s ease;
}

.nav-trigger:hover,
.nav-item.is-open .nav-trigger,
.footer-col a:hover {
    color: var(--cream);
}

.nav-item.is-open .nav-trigger-caret {
    transform: rotate(225deg) translateY(-1px);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    z-index: 120;
    width: min(760px, 90vw);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: var(--footer-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -8px) perspective(960px) rotateX(-16deg) scale(0.97, 0.58) skewX(-3deg);
    transform-origin: top center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.nav-dropdown::before,
.nav-apps-panel::before,
.page-loader::before,
.error-page::before {
    content: '';
    position: absolute;
    background: url('/img/logo-avatar.png') center/cover no-repeat;
    pointer-events: none;
    mask-image: radial-gradient(circle at 40% 40%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.35) 44%, transparent 72%);
}

.nav-dropdown::before,
.nav-apps-panel::before {
    z-index: 0;
    right: -72px;
    bottom: -88px;
    width: 260px;
    height: 260px;
    opacity: 0.055;
    transform: rotate(-14deg) scale(1.12);
}

.page-loader::before,
.error-page::before {
    z-index: 1;
    right: clamp(12px, 4vw, 40px);
    bottom: clamp(12px, 4vw, 40px);
    width: min(42vw, 300px);
    height: min(42vw, 300px);
    opacity: 0.08;
    transform: rotate(-14deg) scale(1.12);
}

.nav-dropdown > * {
    position: relative;
    z-index: 1;
}

.nav-dropdown::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    background: linear-gradient(
        108deg,
        transparent 0%,
        rgba(31, 219, 165, 0.1) 38%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(31, 219, 165, 0.08) 62%,
        transparent 100%
    );
    transform: translateX(-130%) skewX(-10deg);
    pointer-events: none;
    opacity: 0;
}

.nav-item.is-open .nav-dropdown {
    visibility: visible;
    pointer-events: auto;
    animation: navDropdownDropWave 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.nav-item.is-open .nav-dropdown::after {
    animation: navDropdownWaveSweep 0.92s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.nav-item-compact .nav-dropdown {
    width: min(280px, 86vw);
    padding: 14px;
}

.nav-item-compact .nav-dropdown-grid {
    grid-template-columns: 1fr;
}

.nav-dropdown-intro {
    padding: 4px 4px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 12px;
}

.nav-dropdown-intro,
.nav-dropdown-feature,
.nav-dropdown-link {
    opacity: 0;
    transform: translateY(10px) skewX(-1deg);
    transition: background 0.18s ease;
}

.nav-item.is-open .nav-dropdown-intro,
.nav-item.is-open .nav-dropdown-feature,
.nav-item.is-open .nav-dropdown-link {
    animation: navDropdownLinkRise 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nav-item.is-open .nav-dropdown-feature {
    animation-delay: 0.14s;
}

.nav-item.is-open .nav-dropdown-link:nth-child(1) {
    animation-delay: 0.18s;
}

.nav-item.is-open .nav-dropdown-link:nth-child(2) {
    animation-delay: 0.24s;
}

.nav-item.is-open .nav-dropdown-link:nth-child(3) {
    animation-delay: 0.3s;
}

.nav-item.is-open .nav-dropdown-link:nth-child(4) {
    animation-delay: 0.36s;
}

.nav-item.is-open .nav-dropdown-link:nth-child(5) {
    animation-delay: 0.42s;
}

.nav-item.is-open .nav-dropdown-link:nth-child(6) {
    animation-delay: 0.48s;
}

.nav-dropdown-feature {
    position: relative;
    display: block;
    height: clamp(112px, 18vw, 136px);
    margin: -14px -14px 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: transparent;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
}

.nav-dropdown-feature-label {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 14px 34px;
    pointer-events: none;
}

.nav-dropdown-feature-title {
    font-family: var(--font-display);
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.nav-dropdown-feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.nav-dropdown-feature-cta svg {
    width: 14px;
    height: 14px;
}

.nav-dropdown-feature:hover .nav-dropdown-feature-cta,
.nav-dropdown-feature:focus-visible .nav-dropdown-feature-cta {
    transform: translateX(2px);
    background: rgba(31, 219, 165, 0.28);
    border-color: rgba(31, 219, 165, 0.42);
}

.nav-dropdown-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(10, 47, 47, 0.1) 0%, rgba(10, 47, 47, 0.48) 56%, rgba(10, 47, 47, 0.94) 100%),
        linear-gradient(112deg, rgba(10, 47, 47, 0.82) 0%, rgba(10, 47, 47, 0.34) 46%, rgba(31, 219, 165, 0.16) 100%);
}

.nav-dropdown-feature::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 0%, rgba(31, 219, 165, 0.3) 42%, rgba(255, 255, 255, 0.65) 50%, rgba(31, 219, 165, 0.16) 58%, transparent 100%);
    transform: translateX(-120%) skewX(-12deg);
}

.nav-item.is-open .nav-dropdown-feature::after {
    animation: navImageWipe 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.nav-dropdown-feature img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
    filter: saturate(0.82) contrast(0.94);
    transform: scale(1.06);
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, filter 0.35s ease;
}

.nav-item.is-open .nav-dropdown-feature img {
    transform: scale(1);
}

.nav-dropdown-feature:hover img,
.nav-dropdown-feature:focus-visible img {
    opacity: 0.8;
    filter: saturate(0.92) contrast(1);
    transform: scale(1.02);
}

@keyframes navDropdownDropWave {
    0% {
        opacity: 0;
        transform: translate(-50%, -10px) perspective(960px) rotateX(-18deg) scale(0.96, 0.52) skewX(-4deg);
    }

    30% {
        opacity: 1;
        transform: translate(-50%, 7px) perspective(960px) rotateX(6deg) scale(1.01, 1.04) skewX(2.8deg);
    }

    50% {
        transform: translate(-50%, -3px) perspective(960px) rotateX(-3deg) scale(0.995, 0.98) skewX(-1.4deg);
    }

    70% {
        transform: translate(-50%, 2px) perspective(960px) rotateX(2deg) scale(1.003, 1.01) skewX(0.9deg);
    }

    86% {
        transform: translate(-50%, -1px) perspective(960px) rotateX(-0.6deg) scale(1, 1) skewX(-0.35deg);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0) perspective(960px) rotateX(0deg) scale(1, 1) skewX(0deg);
    }
}

@keyframes navAppsOffcanvasReveal {
    0% {
        opacity: 0;
        transform: translateX(72px) perspective(1200px) rotateY(-22deg) scaleX(0.84);
    }

    32% {
        opacity: 1;
        transform: translateX(-10px) perspective(1200px) rotateY(5deg) scaleX(1.02);
    }

    54% {
        transform: translateX(5px) perspective(1200px) rotateY(-2deg) scaleX(0.996);
    }

    74% {
        transform: translateX(-2px) perspective(1200px) rotateY(1deg) scaleX(1.002);
    }

    100% {
        opacity: 1;
        transform: translateX(0) perspective(1200px) rotateY(0deg) scaleX(1);
    }
}

@keyframes navDropdownWaveSweep {
    0% {
        opacity: 0;
        transform: translateX(-130%) skewX(-10deg);
    }

    18% {
        opacity: 0.85;
    }

    100% {
        opacity: 0;
        transform: translateX(130%) skewX(-10deg);
    }
}

@keyframes navDropdownLinkRise {
    from {
        opacity: 0;
        transform: translateY(10px) skewX(-1deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) skewX(0deg);
    }
}

@keyframes navAppsPanelReveal {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.94);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes navAppsModuleDetailRise {
    from {
        opacity: 0;
        transform: translateY(14px) skewX(-1deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) skewX(0deg);
    }
}

@keyframes navAppsModuleIconPop {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotate(-10deg) scale(0.72);
    }

    65% {
        opacity: 1;
        transform: translateY(-50%) rotate(-6deg) scale(1.08);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) rotate(-10deg) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-dropdown {
        transform: translate(-50%, 0);
        will-change: auto;
    }

    .nav-item.is-open .nav-dropdown {
        animation: navDropdownDropReduced 0.22s ease forwards;
    }

    .nav-item.is-open .nav-dropdown::after,
    .nav-item.is-open .nav-dropdown-intro,
    .nav-item.is-open .nav-dropdown-feature,
    .nav-item.is-open .nav-dropdown-link,
    .nav-item.is-open .nav-dropdown-feature::after {
        animation: none;
    }

    .nav-item.is-open .nav-dropdown-intro,
    .nav-item.is-open .nav-dropdown-feature,
    .nav-item.is-open .nav-dropdown-link {
        opacity: 1;
        transform: none;
    }

    .nav-apps-offcanvas.is-open .nav-apps-panel,
    .nav-apps-offcanvas.is-open .nav-apps-panel::after {
        animation: none;
    }

    .nav-apps-backdrop {
        transition: none;
    }

    @media (min-width: 1121px) {
        .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel,
        .nav-apps-offcanvas.is-desktop-portal:not(.is-open) .nav-apps-panel,
        .nav-apps-offcanvas.is-desktop-portal.is-open .nav-apps-panel {
            transition: none;
            transform: translateX(0);
        }

        .nav-apps-offcanvas.is-desktop-portal:not(.is-open) .nav-apps-panel {
            transform: translateX(100%);
        }
    }

    .nav-apps-offcanvas.is-open .nav-apps-heading,
    .nav-apps-offcanvas.is-open .nav-apps-module-card,
    .nav-apps-offcanvas.is-open .nav-apps-app-card {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .nav-apps-modules-stage.is-detail-open .nav-apps-modules-grid-view,
    .nav-apps-modules-stage.is-detail-open .nav-apps-module-detail-view,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-hero,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-kicker,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-title,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-highlight,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-pitch,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-point,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-icon,
    .nav-apps-module-detail-view.is-active .nav-apps-module-detail-sweep {
        animation: none;
        transform: none;
    }

    .nav-apps-panel .nav-apps-module-detail-view.is-active .nav-apps-module-detail-icon,
    .mobile-nav-apps-detail.nav-apps-module-detail-view.is-active .nav-apps-module-detail-icon {
        transform: rotate(-10deg);
    }

    .mobile-nav-apps .nav-apps-module-card,
    .mobile-nav-apps .nav-apps-app-card {
        opacity: 1;
        transform: none;
    }
}

@keyframes navDropdownDropReduced {
    from {
        opacity: 0;
        transform: translate(-50%, -6px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes navAppsOffcanvasRevealReduced {
    from {
        opacity: 0;
        transform: translateX(28px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes navImageWipe {
    from {
        transform: translateX(-120%) skewX(-12deg);
    }

    to {
        transform: translateX(120%) skewX(-12deg);
    }
}

@keyframes aiFeatureWipeLoop {
    0% {
        transform: translateX(-120%) skewX(-12deg);
    }

    32% {
        transform: translateX(120%) skewX(-12deg);
    }

    100% {
        transform: translateX(120%) skewX(-12deg);
    }
}

.nav-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: 8px;
}

.nav-dropdown-kicker {
    display: block;
    color: var(--teal);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.nav-feature-title {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 8px;
}

.nav-feature-copy {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.nav-dropdown-intro p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.45;
}

.nav-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.nav-dropdown-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 11px 14px 11px 34px;
    border-radius: 12px;
    color: #ffffff;
}

.nav-dropdown-link::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--teal);
    border-right: 2px solid var(--teal);
    opacity: 0;
    transform: translate(-8px, -50%) rotate(45deg);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus {
    background: #0f3a33;
    transform: translateY(-1px);
}

.nav-dropdown-link:hover::before,
.nav-dropdown-link:focus::before {
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
}

.nav-dropdown-title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
}

.nav-dropdown-desc {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12.5px;
    line-height: 1.35;
}

.nav-ctas {
    gap: 12px;
    align-self: center;
}

.nav-apps {
    position: relative;
    align-self: center;
}

.nav-apps-trigger {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-apps-trigger-icon {
    width: 18px;
    height: 18px;
}

.nav-apps-trigger:hover,
.nav-apps-trigger:focus-visible,
.nav-apps.is-open .nav-apps-trigger {
    color: var(--cream);
    background: rgba(31, 219, 165, 0.12);
    border-color: rgba(31, 219, 165, 0.42);
}

.nav-apps-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.22);
}

.nav-apps-offcanvas[hidden] {
    display: none;
}

.nav-apps-backdrop,
.nav-apps-panel-head {
    display: none;
}

.nav-apps-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 130;
    width: min(980px, 96vw);
    padding: 18px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: var(--footer-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.985);
    transform-origin: top right;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.nav-apps-offcanvas.is-open .nav-apps-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition: none;
    animation: navAppsPanelReveal 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.nav-apps-offcanvas:not(.is-open) .nav-apps-panel {
    transform: translateY(10px) scale(0.985);
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s ease;
}

.nav-apps-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    background: linear-gradient(
        108deg,
        transparent 0%,
        rgba(31, 219, 165, 0.1) 38%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(31, 219, 165, 0.08) 62%,
        transparent 100%
    );
    transform: translateX(-130%) skewX(-10deg);
    pointer-events: none;
    opacity: 0;
}

.nav-apps-offcanvas.is-open .nav-apps-panel::after {
    animation: navDropdownWaveSweep 0.92s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.nav-apps-panel-body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 268px;
    gap: 18px;
    align-items: start;
}

.nav-apps-group--modules {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
}

.nav-apps-group--apps {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.nav-apps-group--apps .nav-apps-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-apps-heading,
.nav-apps-module-card,
.nav-apps-app-card {
    opacity: 0;
    transform: translateY(10px) skewX(-1deg);
}

.nav-apps-offcanvas.is-open .nav-apps-heading,
.nav-apps-offcanvas.is-open .nav-apps-module-card,
.nav-apps-offcanvas.is-open .nav-apps-app-card {
    animation: navDropdownLinkRise 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nav-apps-offcanvas.is-open .nav-apps-modules-grid-view > .nav-apps-heading {
    animation-delay: 0.12s;
}

.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(1) { animation-delay: 0.18s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(2) { animation-delay: 0.22s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(3) { animation-delay: 0.26s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(4) { animation-delay: 0.3s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(5) { animation-delay: 0.34s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(6) { animation-delay: 0.38s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(7) { animation-delay: 0.42s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(8) { animation-delay: 0.46s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(9) { animation-delay: 0.5s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(10) { animation-delay: 0.54s; }
.nav-apps-offcanvas.is-open .nav-apps-module-card:nth-child(11) { animation-delay: 0.58s; }

.nav-apps-offcanvas.is-open .nav-apps-group--apps > .nav-apps-heading {
    animation-delay: 0.62s;
}

.nav-apps-offcanvas.is-open .nav-apps-app-card:nth-child(1) { animation-delay: 0.68s; }
.nav-apps-offcanvas.is-open .nav-apps-app-card:nth-child(2) { animation-delay: 0.74s; }
.nav-apps-offcanvas.is-open .nav-apps-app-card:nth-child(3) { animation-delay: 0.8s; }
.nav-apps-offcanvas.is-open .nav-apps-app-card:nth-child(4) { animation-delay: 0.86s; }

.nav-apps-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
}

.nav-apps-heading-label {
    color: var(--teal);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-apps-heading-chip {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(3, 43, 38, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.nav-apps-modules-stage {
    position: relative;
    min-height: 400px;
    min-width: 0;
    overflow: hidden;
}

.nav-apps-modules-grid-view,
.nav-apps-module-detail-view {
    transition: opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1), transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-apps-modules-grid-view {
    position: relative;
    z-index: 1;
}

.nav-apps-modules-stage.is-detail-open .nav-apps-modules-grid-view {
    opacity: 0;
    transform: translateX(-28px) scale(0.96);
    pointer-events: none;
    position: absolute;
    inset: 0;
}

.nav-apps-module-detail-view {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    flex-direction: column;
    gap: 14px;
    opacity: 0;
    transform: translateX(28px) scale(0.97);
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(31, 219, 165, 0.45) transparent;
}

.nav-apps-module-detail-view:not([hidden]) {
    display: flex;
}

.nav-apps-modules-stage.is-detail-open .nav-apps-module-detail-view {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.nav-apps-modules-stage.is-detail-open:not(.mobile-nav-apps-stage) {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nav-apps-modules-stage.is-detail-open:not(.mobile-nav-apps-stage) .nav-apps-module-detail-view {
    position: relative;
    inset: auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-apps-module-detail-view.is-active .nav-apps-module-detail-hero,
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-pitch,
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-point {
    animation: navAppsModuleDetailRise 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nav-apps-module-detail-view.is-active .nav-apps-module-detail-kicker,
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-title,
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-highlight {
    animation: navAppsModuleDetailRise 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nav-apps-module-detail-view.is-active .nav-apps-module-detail-icon {
    animation: navAppsModuleIconPop 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) both;
}

.nav-apps-module-detail-view.is-active .nav-apps-module-detail-sweep {
    animation: navDropdownWaveSweep 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

.nav-apps-module-detail-view.is-active .nav-apps-module-detail-hero { animation-delay: 0.02s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-kicker { animation-delay: 0.08s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-title { animation-delay: 0.14s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-highlight { animation-delay: 0.2s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-pitch { animation-delay: 0.26s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-point:nth-child(1) { animation-delay: 0.32s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-point:nth-child(2) { animation-delay: 0.38s; }
.nav-apps-module-detail-view.is-active .nav-apps-module-detail-point:nth-child(3) { animation-delay: 0.44s; }

.nav-apps-module-detail-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.nav-apps-module-detail-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.nav-apps-module-detail-nav-btn {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        opacity 0.2s ease;
}

.nav-apps-module-detail-nav-btn:hover:not(:disabled),
.nav-apps-module-detail-nav-btn:focus-visible:not(:disabled) {
    background: rgba(31, 219, 165, 0.14);
    border-color: rgba(31, 219, 165, 0.34);
    color: var(--teal);
    transform: translateY(-1px);
}

.nav-apps-module-detail-nav-btn:disabled {
    opacity: 0.34;
    cursor: not-allowed;
}

.nav-apps-module-detail-nav-icon {
    width: 16px;
    height: 16px;
}

.nav-apps-module-detail-nav-icon--prev {
    transform: rotate(90deg);
}

.nav-apps-module-detail-nav-icon--next {
    transform: rotate(-90deg);
}

.nav-apps-module-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    flex-shrink: 0;
    padding: 6px 10px 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(3, 43, 38, 0.5);
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-apps-module-back .icon {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
}

.nav-apps-module-back:hover,
.nav-apps-module-back:focus-visible {
    color: var(--cream);
    background: rgba(15, 58, 51, 0.92);
    border-color: rgba(31, 219, 165, 0.28);
}

.nav-apps-module-detail-hero {
    position: relative;
    min-height: 148px;
    padding: 18px 168px 18px 18px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(3, 43, 38, 0.62);
}

.nav-apps-module-detail-sweep {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        108deg,
        transparent 0%,
        rgba(31, 219, 165, 0.12) 42%,
        rgba(255, 255, 255, 0.24) 50%,
        rgba(31, 219, 165, 0.1) 58%,
        transparent 100%
    );
    transform: translateX(-130%) skewX(-10deg);
    pointer-events: none;
    opacity: 0;
}

.nav-apps-module-detail-glow {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background: radial-gradient(circle at 82% 18%, rgba(31, 219, 165, 0.34) 0%, transparent 58%);
}

.nav-apps-module-detail-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nav-apps-module-detail-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    width: fit-content;
    min-height: 28px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal);
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.24);
}

.nav-apps-module-detail-glow--emerald { background: radial-gradient(circle at 78% 22%, rgba(52, 211, 153, 0.38) 0%, transparent 58%); }
.nav-apps-module-detail-glow--amber { background: radial-gradient(circle at 78% 22%, rgba(251, 191, 36, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--sky { background: radial-gradient(circle at 78% 22%, rgba(56, 189, 248, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--violet { background: radial-gradient(circle at 78% 22%, rgba(167, 139, 250, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--rose { background: radial-gradient(circle at 78% 22%, rgba(251, 113, 133, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--cyan { background: radial-gradient(circle at 78% 22%, rgba(34, 211, 238, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--gold { background: radial-gradient(circle at 78% 22%, rgba(250, 204, 21, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--indigo { background: radial-gradient(circle at 78% 22%, rgba(129, 140, 248, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--teal { background: radial-gradient(circle at 78% 22%, rgba(45, 212, 191, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--coral { background: radial-gradient(circle at 78% 22%, rgba(251, 146, 60, 0.34) 0%, transparent 58%); }
.nav-apps-module-detail-glow--lime { background: radial-gradient(circle at 78% 22%, rgba(163, 230, 53, 0.34) 0%, transparent 58%); }

.nav-apps-module-detail-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 148px;
    height: 148px;
    border-radius: 34px;
    transform: translateY(-50%) rotate(-10deg);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36);
}

.nav-apps-module-detail-icon .icon {
    width: 68px;
    height: 68px;
}

.nav-apps-panel .nav-apps-module-detail-hero,
.mobile-nav-apps-detail .nav-apps-module-detail-hero {
    display: block;
    min-height: auto;
    padding: 16px 108px 16px 16px;
    overflow: hidden;
}

.nav-apps-panel .nav-apps-module-detail-hero-copy,
.mobile-nav-apps-detail .nav-apps-module-detail-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: calc(100% - 8px);
}

.nav-apps-panel .nav-apps-module-detail-icon,
.mobile-nav-apps-detail .nav-apps-module-detail-icon {
    position: absolute;
    right: -20px;
    top: -22px;
    z-index: 3;
    width: 108px;
    height: 108px;
    border-radius: 28px;
    transform: rotate(-10deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
}

.nav-apps-panel .nav-apps-module-detail-icon .icon,
.mobile-nav-apps-detail .nav-apps-module-detail-icon .icon {
    width: 52px;
    height: 52px;
}

.nav-apps-panel .nav-apps-module-detail-view.is-active .nav-apps-module-detail-icon,
.mobile-nav-apps-detail.nav-apps-module-detail-view.is-active .nav-apps-module-detail-icon {
    animation: navAppsModuleIconPopPeek 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) both;
}

@keyframes navAppsModuleIconPopPeek {
    0% {
        opacity: 0;
        transform: rotate(-10deg) scale(0.72);
    }

    65% {
        opacity: 1;
        transform: rotate(-6deg) scale(1.08);
    }

    100% {
        opacity: 1;
        transform: rotate(-10deg) scale(1);
    }
}

.nav-apps-module-detail-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    color: var(--cream);
}

.nav-apps-module-detail-highlight {
    margin: 0;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(240, 237, 230, 0.82);
}

.nav-apps-module-detail-pitch {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.55;
}

.nav-apps-module-detail-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(3, 43, 38, 0.42);
}

.nav-apps-module-detail-point {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 13px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.2s ease;
}

.nav-apps-module-detail-point:last-child {
    border-bottom: 0;
}

.nav-apps-module-detail-point:hover {
    background: rgba(15, 58, 51, 0.55);
}

.nav-apps-module-detail-point-index {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--teal);
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.22);
}

.nav-apps-module-detail-point-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-top: 2px;
}

.nav-apps-module-detail-point-title {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.94);
}

.nav-apps-module-detail-point-desc {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.nav-apps-module-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.nav-apps-module-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    min-width: 0;
    min-height: 104px;
    padding: 16px 16px 13px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(3, 43, 38, 0.48);
    color: #ffffff;
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition:
        background 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.nav-apps-module-card-glow {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background: radial-gradient(circle at 88% 8%, rgba(31, 219, 165, 0.34) 0%, transparent 58%);
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.nav-apps-module-card--emerald .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(52, 211, 153, 0.38) 0%, transparent 58%); }
.nav-apps-module-card--amber .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(251, 191, 36, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--sky .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(56, 189, 248, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--violet .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(167, 139, 250, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--rose .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(251, 113, 133, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--cyan .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(34, 211, 238, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--gold .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(250, 204, 21, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--indigo .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(129, 140, 248, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--teal .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(45, 212, 191, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--coral .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(251, 146, 60, 0.34) 0%, transparent 58%); }
.nav-apps-module-card--lime .nav-apps-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(163, 230, 53, 0.34) 0%, transparent 58%); }

.nav-apps-module-card-icon {
    position: absolute;
    right: -28px;
    top: -32px;
    z-index: 2;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    transform: rotate(-10deg);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nav-apps-module-card-icon.nav-apps-module-icon {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 24px;
}

.nav-apps-module-card-icon .icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.nav-apps-module-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-apps-module-icon .icon {
    width: 16px;
    height: 16px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}

.nav-apps-module-icon--emerald {
    background: linear-gradient(145deg, #34d399 0%, #059669 100%);
    border-color: rgba(167, 243, 208, 0.45);
}

.nav-apps-module-icon--amber {
    background: linear-gradient(145deg, #fbbf24 0%, #d97706 100%);
    border-color: rgba(253, 230, 138, 0.45);
}

.nav-apps-module-icon--sky {
    background: linear-gradient(145deg, #38bdf8 0%, #0284c7 100%);
    border-color: rgba(186, 230, 253, 0.45);
}

.nav-apps-module-icon--violet {
    background: linear-gradient(145deg, #a78bfa 0%, #7c3aed 100%);
    border-color: rgba(221, 214, 254, 0.45);
}

.nav-apps-module-icon--rose {
    background: linear-gradient(145deg, #fb7185 0%, #e11d48 100%);
    border-color: rgba(254, 205, 211, 0.45);
}

.nav-apps-module-icon--cyan {
    background: linear-gradient(145deg, #22d3ee 0%, #0891b2 100%);
    border-color: rgba(165, 243, 252, 0.45);
}

.nav-apps-module-icon--gold {
    background: linear-gradient(145deg, #facc15 0%, #ca8a04 100%);
    border-color: rgba(254, 240, 138, 0.45);
}

.nav-apps-module-icon--indigo {
    background: linear-gradient(145deg, #818cf8 0%, #4f46e5 100%);
    border-color: rgba(199, 210, 254, 0.45);
}

.nav-apps-module-icon--teal {
    background: linear-gradient(145deg, #2dd4bf 0%, #0d9488 100%);
    border-color: rgba(153, 246, 228, 0.45);
}

.nav-apps-module-icon--coral {
    background: linear-gradient(145deg, #fb923c 0%, #ea580c 100%);
    border-color: rgba(254, 215, 170, 0.45);
}

.nav-apps-module-icon--lime {
    background: linear-gradient(145deg, #a3e635 0%, #65a30d 100%);
    border-color: rgba(217, 249, 157, 0.45);
}

.nav-apps-module-card-name {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 8px);
    padding-right: 30px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.22;
    color: rgba(255, 255, 255, 0.94);
}

@media (min-width: 1121px) {
    .nav-apps-offcanvas.is-desktop-portal {
        position: fixed;
        inset: 0;
        z-index: 12000;
        pointer-events: none;
    }

    .nav-apps-offcanvas.is-desktop-portal:not([hidden]) {
        pointer-events: auto;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-backdrop {
        display: block;
        position: absolute;
        inset: 0;
        border: 0;
        padding: 0;
        background: rgba(8, 14, 12, 0.64);
        backdrop-filter: blur(5px);
        opacity: 0;
        cursor: pointer;
        transition: opacity 0.34s ease;
    }

    .nav-apps-offcanvas.is-open .nav-apps-backdrop {
        opacity: 1;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel-head {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 6;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        pointer-events: none;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel-close {
        display: grid;
        place-items: center;
        width: 24px;
        height: 24px;
        padding: 0;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.04);
        color: rgba(255, 255, 255, 0.88);
        cursor: pointer;
        pointer-events: auto;
        transition:
            background 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel-close .icon {
        width: 11px;
        height: 11px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel-close:hover,
    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel-close:focus-visible {
        color: var(--cream);
        background: rgba(31, 219, 165, 0.12);
        border-color: rgba(31, 219, 165, 0.34);
        transform: translateY(-1px);
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(780px, calc(100vw - 40px));
        max-width: none;
        height: 100dvh;
        padding: 0;
        border-radius: 0;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: -28px 0 80px rgba(0, 0, 0, 0.42);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transform-origin: center right;
        will-change: transform, opacity;
        transition:
            transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.22s ease,
            visibility 0.22s ease;
    }

    .nav-apps-offcanvas.is-desktop-portal.is-open .nav-apps-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
        animation: none;
    }

    .nav-apps-offcanvas.is-desktop-portal:not(.is-open) .nav-apps-panel {
        transform: translateX(100%);
    }

    .nav-apps-offcanvas.is-desktop-portal.is-open .nav-apps-panel::after {
        animation: none;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel-body {
        flex: 1;
        min-height: 0;
        overflow: hidden;
        padding: 10px 0 0;
        grid-template-columns: minmax(0, 1fr) 292px;
        gap: 0;
        align-items: stretch;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--apps > .nav-apps-heading {
        padding-right: 30px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--modules {
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
        overflow: hidden;
        padding: 0 0 16px;
        --nav-apps-modules-pad-left: 20px;
        --nav-apps-modules-pad-right: 20px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-modules-grid-view {
        padding: 0 20px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-modules-stage {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 0 12px;
        scrollbar-width: thin;
        scrollbar-color: rgba(31, 219, 165, 0.5) transparent;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-modules-stage::-webkit-scrollbar {
        width: 6px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-modules-stage::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-modules-stage::-webkit-scrollbar-thumb {
        background: rgba(31, 219, 165, 0.48);
        border-radius: 999px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--apps {
        min-height: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 20px 16px 20px;
        scrollbar-width: thin;
        scrollbar-color: rgba(31, 219, 165, 0.45) transparent;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--apps::-webkit-scrollbar {
        width: 6px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--apps::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--apps::-webkit-scrollbar-thumb {
        background: rgba(31, 219, 165, 0.38);
        border-radius: 999px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-card {
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2);
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-card {
        min-height: 110px;
        padding: 16px 16px 13px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-card-name {
        font-size: 15px;
        line-height: 1.24;
        padding-right: 26px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-card-icon {
        right: -24px;
        top: -28px;
        width: 84px;
        height: 84px;
        border-radius: 22px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-card-icon.nav-apps-module-icon {
        width: 84px;
        height: 84px;
        border-radius: 22px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-card-icon .icon {
        width: 38px;
        height: 38px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-app-card {
        min-height: 114px;
        padding: 16px 102px 14px 16px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-app-card-logo {
        width: 86px;
        height: 86px;
        border-radius: 22px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-app-card-name {
        font-size: 14px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-app-card-tag {
        font-size: 12px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-app-card-stat {
        font-size: 11px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-group--apps .nav-apps-grid {
        gap: 12px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-view:not([hidden]) {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 2px 20px 16px 20px;
        transform: none;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(31, 219, 165, 0.5) transparent;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-modules-stage.is-detail-open {
        padding-bottom: 0;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-view:not([hidden])::-webkit-scrollbar {
        width: 6px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-view:not([hidden])::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-view:not([hidden])::-webkit-scrollbar-thumb {
        background: rgba(31, 219, 165, 0.48);
        border-radius: 999px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-detail-hero {
        padding: 14px 88px 14px 14px;
        border-radius: 16px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-detail-icon {
        right: -12px;
        top: -16px;
        width: 88px;
        height: 88px;
        border-radius: 22px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-panel .nav-apps-module-detail-icon .icon {
        width: 42px;
        height: 42px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-title {
        font-size: 20px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-pitch {
        padding-right: 2px;
    }

    .nav-apps-offcanvas.is-desktop-portal .nav-apps-module-detail-points {
        margin-bottom: 2px;
    }

}

.nav-apps-module-card:hover,
.nav-apps-module-card:focus-visible {
    background: #0f3a33;
    border-color: rgba(31, 219, 165, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.nav-apps-module-card:hover .nav-apps-module-card-glow,
.nav-apps-module-card:focus-visible .nav-apps-module-card-glow {
    opacity: 0.62;
}

.nav-apps-module-card:hover .nav-apps-module-card-icon,
.nav-apps-module-card:focus-visible .nav-apps-module-card-icon {
    transform: rotate(-4deg) scale(1.06);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

.nav-apps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.nav-apps-app-card {
    position: relative;
    display: block;
    min-height: 112px;
    padding: 16px 98px 14px 16px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(3, 43, 38, 0.52);
    color: #ffffff;
    backdrop-filter: blur(8px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.nav-apps-app-card-surface {
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background: radial-gradient(circle at 92% 88%, rgba(31, 219, 165, 0.28) 0%, transparent 56%);
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.nav-apps-app-card--emerald .nav-apps-app-card-surface { background: radial-gradient(circle at 92% 88%, rgba(52, 211, 153, 0.32) 0%, transparent 56%); }
.nav-apps-app-card--sky .nav-apps-app-card-surface { background: radial-gradient(circle at 92% 88%, rgba(56, 189, 248, 0.3) 0%, transparent 56%); }
.nav-apps-app-card--violet .nav-apps-app-card-surface { background: radial-gradient(circle at 92% 88%, rgba(167, 139, 250, 0.3) 0%, transparent 56%); }
.nav-apps-app-card--coral .nav-apps-app-card-surface { background: radial-gradient(circle at 92% 88%, rgba(251, 146, 60, 0.3) 0%, transparent 56%); }

.nav-apps-app-card-logo {
    position: absolute;
    right: -4px;
    bottom: -8px;
    width: 84px;
    height: 84px;
    border-radius: 22px;
    overflow: hidden;
    transform: rotate(8deg);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.28),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease;
}

.nav-apps-app-card-logo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, transparent 48%);
    z-index: 1;
    pointer-events: none;
}

.nav-apps-app-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-apps-app-card-meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-apps-app-card-name {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.18;
    color: var(--cream);
}

.nav-apps-app-card-tag {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.32;
    color: rgba(255, 255, 255, 0.62);
}

.nav-apps-app-card-stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: rgba(31, 219, 165, 0.88);
}

.nav-apps-app-card-stat-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    opacity: 0.9;
}

.nav-apps-app-card-stat-value {
    font-variant-numeric: tabular-nums;
}

.nav-apps-app-card:hover,
.nav-apps-app-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.nav-apps-app-card:hover .nav-apps-app-card-surface,
.nav-apps-app-card:focus-visible .nav-apps-app-card-surface {
    opacity: 0.72;
}

.nav-apps-app-card:hover .nav-apps-app-card-logo,
.nav-apps-app-card:focus-visible .nav-apps-app-card-logo {
    transform: rotate(4deg) scale(1.08) translate(-4px, -4px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.34);
}



.mobile-nav {
    display: none;
    position: static;
    align-self: center;
    flex: 0 0 auto;
    line-height: 0;
    transform: none;
}

.mobile-nav.load-animate,
.mobile-nav.is-loaded {
    opacity: 1;
    transform: none;
    transition: none;
}

.mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    list-style: none;
    gap: 4px;
    padding: 0;
    flex: 0 0 auto;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.mobile-nav-toggle:hover {
    border-color: rgba(31, 219, 165, 0.55);
    background: rgba(31, 219, 165, 0.14);
}

.mobile-nav-toggle:focus-visible {
    outline: none;
    border-color: rgba(31, 219, 165, 0.65);
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.22);
}

.mobile-nav-toggle::-webkit-details-marker {
    display: none;
}

.mobile-nav-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 99px;
    background: #ffffff;
    transform-origin: center;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.2s ease;
}

.mobile-nav[open] .mobile-nav-toggle {
    border-color: rgba(31, 219, 165, 0.6);
    background: rgba(31, 219, 165, 0.18);
}

.mobile-nav[open] .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-nav[open] .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-nav[open] .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav-panel {
    position: fixed;
    top: 78px;
    inset-inline: 0;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    max-height: calc(100dvh - 78px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    padding: 20px max(20px, 5vw) 28px;
    border-radius: 0 0 22px 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    border-right: 0;
    background: var(--footer-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    transform: translateY(-14px) scale(0.985);
    opacity: 0;
    pointer-events: none;
    isolation: isolate;
    transition:
        opacity 0.34s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-panel > * {
    position: relative;
    z-index: 1;
}

.mobile-nav[open] .mobile-nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.mobile-nav-panel::-webkit-scrollbar {
    width: 6px;
}

.mobile-nav-panel::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
}

.mobile-nav-panel::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--scrollbar-thumb-hover) 0%, var(--scrollbar-thumb) 100%);
    border: 2px solid var(--scrollbar-track);
    border-radius: 999px;
}

.mobile-nav-panel::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
}

.mobile-nav-menus {
    display: grid;
}

.mobile-nav-group:not(.mobile-nav-apps-group) {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-link-direct {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 10px 0;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s ease;
}

.mobile-nav-link-direct:hover,
.mobile-nav-link-direct:focus-visible {
    color: var(--teal);
}

.mobile-nav-group:not(.mobile-nav-apps-group) summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 10px 0;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
    list-style: none;
    transition: color 0.2s ease;
}

.mobile-nav-group:not(.mobile-nav-apps-group) summary:hover,
.mobile-nav-group:not(.mobile-nav-apps-group) summary:focus-visible {
    color: var(--teal);
}

.mobile-nav-group:not(.mobile-nav-apps-group) summary::-webkit-details-marker {
    display: none;
}

.mobile-nav-group:not(.mobile-nav-apps-group) summary::after {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.7;
    transition: transform 0.22s ease;
}

.mobile-nav-group:not(.mobile-nav-apps-group)[open] summary::after {
    transform: rotate(225deg);
}

.mobile-nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 0 18px;
}

.mobile-nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 11px 14px 11px 34px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(11, 48, 42, 0.92);
    color: #ffffff;
    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}

.mobile-nav-link::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--teal);
    border-right: 2px solid var(--teal);
    opacity: 0;
    transform: translate(-8px, -50%) rotate(45deg);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
    background: #0f3a33;
    border-color: rgba(31, 219, 165, 0.22);
    transform: translateY(-1px);
}

.mobile-nav-link:hover::before,
.mobile-nav-link:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
}

.mobile-nav-link-title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
}

.mobile-nav-apps {
    margin-top: 0;
}

.mobile-nav-apps .nav-apps-module-card,
.mobile-nav-apps .nav-apps-app-card {
    opacity: 1;
    transform: none;
    animation: none;
}

.mobile-nav-apps-group {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-apps-group:last-of-type {
    border-bottom: 0;
}

.mobile-nav-apps-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 10px 4px;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
    list-style: none;
}

.mobile-nav-apps-group summary::-webkit-details-marker {
    display: none;
}

.mobile-nav-apps-group summary::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.7;
}

.mobile-nav-apps-group[open] summary::after {
    transform: rotate(225deg);
}

.mobile-nav-apps-summary-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mobile-nav-apps-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--teal);
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.22);
}

.mobile-nav-apps-stage {
    position: relative;
    min-height: 0;
    padding: 2px 0 10px;
    overflow: hidden;
}

.mobile-nav-apps-stage.is-detail-open {
    min-height: 320px;
    padding-bottom: 0;
}

.mobile-nav-apps-group.is-module-detail-open {
    border-bottom-color: transparent;
    padding-bottom: 0;
}

.mobile-nav-apps-grid-view {
    position: relative;
    z-index: 1;
}

.mobile-nav-apps-stage.is-detail-open .mobile-nav-apps-grid-view {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(-20px) scale(0.97);
    pointer-events: none;
}

.mobile-nav-apps-module-grid {
    gap: 8px;
}

.mobile-nav-apps-stage .nav-apps-module-card {
    flex: 0 0 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
    min-height: 96px;
}

.mobile-nav-apps-stage .nav-apps-module-card-icon {
    right: -22px;
    top: -26px;
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.mobile-nav-apps-stage .nav-apps-module-card-icon.nav-apps-module-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.mobile-nav-apps-stage .nav-apps-module-card-icon .icon {
    width: 34px;
    height: 34px;
}

.mobile-nav-apps-stage .nav-apps-module-card-name {
    font-size: 12px;
}

.mobile-nav-apps-detail {
    position: relative;
    inset: auto;
    max-height: none;
}

.mobile-nav-apps-stage.is-detail-open .mobile-nav-apps-detail {
    position: absolute;
    inset: 0;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(31, 219, 165, 0.45) transparent;
}

.mobile-nav-apps-stage.is-detail-open .mobile-nav-apps-grid-view {
    visibility: hidden;
}

.mobile-nav-apps-detail .nav-apps-module-detail-title {
    font-size: 22px;
}

.mobile-nav-apps-detail .nav-apps-module-detail-pitch {
    font-size: 14px;
    line-height: 1.55;
}

.mobile-nav-apps-detail .nav-apps-module-detail-point {
    padding: 14px 12px;
}

.mobile-nav-apps-detail .nav-apps-module-detail-point-title {
    font-size: 13px;
}

.mobile-nav-apps-detail .nav-apps-module-detail-point-desc {
    font-size: 12px;
}

.mobile-nav-apps-detail .nav-apps-module-detail-points {
    margin-bottom: 0;
}

.mobile-nav-apps-list {
    display: grid;
    gap: 10px;
    padding: 4px 0 14px;
}

.mobile-nav-apps-app-card {
    min-height: 84px;
}

.mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 22px;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-actions .btn-ghost,
.mobile-nav-actions .btn-primary {
    width: 100%;
    min-height: 44px;
}

.btn-ghost,
.btn-primary,
.btn-hero,
.btn-outline,
.btn-cta,
.btn-cta-ghost {
    border-radius: 4px;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.btn-ghost,
.btn-primary,
.btn-cta,
.btn-cta-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.btn-ghost::after,
.btn-primary::after,
.btn-cta::after,
.btn-cta-ghost::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    flex: 0 0 auto;
    margin-left: 0;
    opacity: 0;
    transform: translateX(-8px) rotate(45deg);
    transition: opacity 0.2s ease, margin-left 0.2s ease, transform 0.2s ease;
}

.btn-ghost:hover::after,
.btn-primary:hover::after,
.btn-cta:hover::after,
.btn-cta-ghost:hover::after,
.btn-ghost:focus-visible::after,
.btn-primary:focus-visible::after,
.btn-cta:focus-visible::after,
.btn-cta-ghost:focus-visible::after {
    margin-left: 10px;
    opacity: 1;
    transform: translateX(0) rotate(45deg);
}

.btn-ghost,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    min-height: 35px;
    min-width: 96px;
    padding: 9px 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.btn-ghost {
    background: rgba(50, 181, 160, 0.56);
}

.btn-primary,
.btn-hero,
.btn-cta {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--ink);
    background: var(--teal);
}

.btn-primary {
    background: #ff9d1c;
    border-color: rgba(255, 157, 28, 0.18);
    min-width: 138px;
}

.btn-cta {
    font-size: 16px;
    padding: 14px 28px;
}

.btn-primary:hover {
    background: #ffae35;
    transform: translateY(-2px);
}

.btn-hero:hover,
.btn-cta:hover {
    background: #25edba;
    transform: translateY(-2px);
}

.btn-ghost:hover,
.btn-cta-ghost:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.hero {
    min-height: 744px;
    display: flex;
    align-items: center;
    padding: 130px 7.3% 72px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero-bg,
.cta-bg {
    position: absolute;
    inset: 0;
}

.hero-bg {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(1, 45, 39, 0.98) 0%, rgba(2, 51, 44, 0.86) 34%, rgba(5, 50, 43, 0.38) 60%, rgba(4, 23, 20, 0.1) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(1, 37, 32, 0.28) 100%),
        url('https://images.unsplash.com/photo-1556740758-90de374c12ad?w=2200&q=85&auto=format&fit=crop') center right / cover no-repeat;
}

.hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(3, 36, 31, 0), rgba(1, 36, 31, 0.86));
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.ai-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    grid-template-areas:
        "showcase copy"
        "showcase features";
    gap: 48px 72px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    background: rgba(3, 43, 38, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.94);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 18px;
    backdrop-filter: blur(12px);
}

.hero-eyebrow:not(.hero-eyebrow--with-icon) {
    padding: 8px 16px;
}

.hero-eyebrow-text {
    line-height: 1.35;
    min-width: 0;
}

.hero-eyebrow strong {
    color: var(--teal);
    font-weight: 800;
}

.hero-eyebrow-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffaf22;
    flex: 0 0 auto;
    font-size: 22px;
    background: rgba(255, 175, 34, 0.12);
    border: 1px solid rgba(255, 175, 34, 0.22);
}

.hero-eyebrow-icon .icon {
    width: 14px;
    height: 14px;
}

.hero-flags {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding-left: 4px;
    line-height: 1;
}

.hero-flags img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
    display: block;
}

.flag-tip {
    position: relative;
    display: inline-flex;
    cursor: default;
}

.flag-tip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 30, 25, 0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.12);
    z-index: 10;
}

.flag-tip:hover::after {
    opacity: 1;
}

.hero-title,
.section-title,
.cta-title {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--cream);
}

.hero-title {
    max-width: 670px;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.12;
    margin: 0 0 16px;
    color: #ffffff;
}

.hero-title em {
    font-style: normal;
    color: var(--teal);
}

.hero-sub,
.section-copy,
.cta-sub {
    color: var(--cream-dim);
    line-height: 1.7;
}

.hero-sub {
    font-size: 17px;
    max-width: 670px;
    margin: 0 0 56px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.hero-actions {
    position: relative;
    z-index: 3;
    gap: 14px;
    flex-wrap: wrap;
}

.page-hero {
    min-height: clamp(560px, 68vh, 680px);
    padding: clamp(118px, 12vw, 140px) 7.3% clamp(52px, 6vw, 72px);
}

.page-hero-bg {
    background:
        linear-gradient(90deg, rgba(1, 45, 39, 0.98) 0%, rgba(2, 51, 44, 0.86) 34%, rgba(5, 50, 43, 0.38) 60%, rgba(4, 23, 20, 0.1) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(1, 37, 32, 0.28) 100%),
        var(--page-hero-image) var(--page-hero-position, center right) / cover no-repeat;
}

.page-hero .hero-sub {
    margin-bottom: 0;
}

.page-hero:has(.hero-actions) .hero-sub {
    margin-bottom: 32px;
}

.page-hero .hero-actions {
    margin-top: 0;
}

.page-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.page-hero-chips span {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(3, 43, 38, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

.page-hero-chips span:nth-child(1) {
    background: rgba(255, 107, 107, 0.18);
    border-color: rgba(255, 107, 107, 0.32);
}

.page-hero-chips span:nth-child(2) {
    background: rgba(255, 209, 102, 0.18);
    border-color: rgba(255, 209, 102, 0.32);
}

.page-hero-chips span:nth-child(3) {
    background: rgba(77, 212, 168, 0.18);
    border-color: rgba(77, 212, 168, 0.32);
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    background: #54d5bd;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    padding: 12px 20px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(53, 152, 214, 0.48);
    background: #ffffff;
    color: #00a94f;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    padding: 11px 19px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.whatsapp-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #00b050;
}

.whatsapp-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}

.btn-outline {
    font-size: 15px;
    font-weight: 500;
    color: var(--cream-dim);
    display: flex;
    align-items: center;
    gap: 8px;
}

.play-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    place-items: center;
}

.hero-visual {
    position: relative;
}

.hero-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--ink-3);
    border: 1px solid var(--border);
}

.hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hero-badge {
    position: absolute;
    bottom: -20px;
    left: -24px;
    background: rgba(18, 32, 28, 0.95);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
    backdrop-filter: blur(8px);
}

.badge-icon,
.product-icon,
.ai-feature-icon,
.ind-icon,
.award-badge {
    background: var(--teal-glow);
    border: 1px solid rgba(31, 219, 165, 0.2);
    display: grid;
    place-items: center;
    color: var(--teal);
}

.badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 19px;
}

.badge-label,
.stat-label,
.testi-biz,
.award-year {
    color: var(--cream-dim);
}

.badge-label,
.testi-biz,
.award-year {
    font-size: 12px;
}

.badge-value {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--teal);
}

/* Marquee Section Styles */
.marquee-wrap {
    position: relative;
    z-index: 4;
    min-height: 232px;
    margin-top: -94px;
    margin-bottom: -20px;
    overflow: hidden;
    background: linear-gradient(180deg,
        rgba(1, 32, 27, 0.0) 0%,
        rgba(1, 32, 27, 0.55) 28%,
        rgba(1, 32, 27, 0.82) 52%,
        #ffffff 100%);
    isolation: isolate;
}

.marquee-wrap::after {
    content: '';
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: 64px;
    z-index: 1;
    height: 36px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
    filter: blur(14px);
    opacity: 0.36;
    transform: rotate(-1.4deg);
    pointer-events: none;
}

.ribbon-svg {
    position: relative;
    z-index: 2;
    display: block;
    width: 118%;
    height: 284px;
    margin-left: -9%;
    transform: rotate(-1.4deg);
    overflow: visible;
}

.ribbon-section-fill {
    fill: #ffffff;
}

.ribbon-under-shadow {
    fill: none;
    stroke: rgba(0, 0, 0, 0.25);
    stroke-width: 88;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: url(#ribbonSoftShadow);
    opacity: 0.45;
}

.ribbon-base,
.ribbon-top-gloss,
.ribbon-bottom-shade {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ribbon-base {
    stroke: url(#ribbonGradient);
    stroke-width: 76;
    filter: url(#ribbonShadow);
}

.ribbon-top-gloss {
    stroke: rgba(255, 255, 255, 0.42);
    stroke-width: 12;
    stroke-dasharray: 620 1180;
    stroke-dashoffset: 150;
    transform: translateY(-20px);
    mix-blend-mode: screen;
    opacity: 0.72;
    animation: ribbonLightSweep 5.8s ease-in-out infinite;
}

.ribbon-bottom-shade {
    stroke: rgba(0, 68, 47, 0.42);
    stroke-width: 18;
    transform: translateY(22px);
    opacity: 0.7;
}

.ribbon-text {
    fill: #061713;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    dominant-baseline: middle;
    paint-order: stroke;
    stroke: rgba(127, 255, 211, 0.28);
    stroke-width: 1px;
}

.ribbon-text-mobile {
    display: none;
}

@keyframes ribbonLightSweep {
    0%, 100% { stroke-dashoffset: 260; opacity: 0.5; }
    50% { stroke-dashoffset: -420; opacity: 0.9; }
}

.stats-section {
    background: var(--ink-2);
}

.stats-section {
    padding: 80px 5%;
}

.products-section {
    padding: 100px 5%;
}

.stats-header {
    text-align: center;
    margin-bottom: 56px;
}

.impact-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 16px;
    color: var(--teal);
    background:
        linear-gradient(180deg, rgba(31, 219, 165, 0.14), rgba(31, 219, 165, 0.04));
    border: 1px solid rgba(31, 219, 165, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 16px 40px rgba(31, 219, 165, 0.08);
}

.impact-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 14px;
}

.section-title {
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.15;
    max-width: 580px;
    margin: 0 auto;
}

.section-title-left {
    text-align: left;
    margin: 0;
}

.section-copy {
    font-size: 15px;
    margin: 0;
}

.stats-grid {
    display: grid;
    gap: 2px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}

.stats-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
}

.stat-card {
    background: var(--ink-3);
    transition: background 0.3s ease;
}

.stat-card {
    padding: 36px 28px;
    text-align: center;
}

.stat-card:hover {
    background: var(--ink-4);
}

.stat-num {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 800;
    color: var(--teal);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 13px;
    line-height: 1.4;
}

.offerings-section {
    position: relative;
    padding: 88px 5% 100px;
    background: #f7faf9;
    color: var(--ink);
}

.receipt-framed-sections .offerings-section {
    overflow: visible;
}

.offerings-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(31, 219, 165, 0.08), transparent 32%),
        radial-gradient(circle at 8% 88%, rgba(14, 168, 124, 0.05), transparent 28%);
}

.receipt-framed-sections {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.receipt-framed-seam {
    position: relative;
    height: 0;
    z-index: 5;
    pointer-events: none;
}

.receipt-framed-sections .impact-section,
.receipt-framed-sections .offerings-section {
    position: relative;
    z-index: 1;
}

.receipt-framed-sections .impact-inner,
.receipt-framed-sections .impact-more-wrap,
.receipt-framed-sections .offerings-shell {
    position: relative;
    z-index: 6;
}

.section-receipt-edge {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    width: clamp(380px, 46vw, 760px);
    opacity: 0.94;
    top: 0;
    transform-origin: center center;
    transform: translateY(-50%) rotate(-10deg);
}

.section-receipt-edge img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    filter: drop-shadow(0 28px 48px rgba(16, 35, 29, 0.2));
}

.section-receipt-edge--left {
    left: -18%;
    transform: translateY(-50%) rotate(-10deg);
}

.section-receipt-edge--right {
    right: -18%;
    transform: translateY(-50%) scaleX(-1) rotate(10deg);
}

@media (max-width: 900px) {
    .section-receipt-edge {
        width: clamp(360px, 72vw, 600px);
        opacity: 0.92;
    }

    .section-receipt-edge--left {
        left: -22%;
        transform: translateY(-50%) rotate(-9deg);
    }

    .section-receipt-edge--right {
        right: -22%;
        transform: translateY(-50%) scaleX(-1) rotate(9deg);
    }
}

@media (max-width: 640px) {
    .section-receipt-edge {
        width: clamp(400px, 125vw, 560px);
        opacity: 0.94;
    }

    .section-receipt-edge img {
        filter: drop-shadow(0 20px 36px rgba(16, 35, 29, 0.18));
    }

    .section-receipt-edge--left {
        left: -80%;
        transform: translateY(-50%) rotate(-7deg);
    }

    .section-receipt-edge--right {
        right: -80%;
        transform: translateY(-50%) scaleX(-1) rotate(7deg);
    }
}

@media (max-width: 400px) {
    .footer-contact-line {
        font-size: 10px;
    }

    .section-receipt-edge {
        width: clamp(380px, 130vw, 540px);
        opacity: 0.94;
    }

    .section-receipt-edge--left {
        left: -82%;
        transform: translateY(-50%) rotate(-7deg);
    }

    .section-receipt-edge--right {
        right: -82%;
        transform: translateY(-50%) scaleX(-1) rotate(7deg);
    }
}

.offerings-shell {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.offerings-header {
    max-width: 640px;
    margin-bottom: 36px;
    text-align: left;
}

.offerings-header .snapshot-badge {
    margin-bottom: 16px;
}

.offerings-header .section-title {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.12;
    color: var(--ink);
    max-width: none;
}

.offerings-detail-title {
    color: var(--ink);
}

.offerings-header .teal-gradient-text {
    background: linear-gradient(135deg, #0ea87c 0%, #087f5b 55%, #065f46 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.offerings-detail-accent {
    background: linear-gradient(135deg, #0a5c44 0%, #087f5b 55%, #064e3b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.offerings-lead {
    margin: 0;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(8, 14, 12, 0.62);
}

.offerings-section .snapshot-nav-container.offerings-tab-nav {
    max-width: 100%;
    margin: 0 0 32px;
    justify-content: flex-start;
}

.offerings-section .snapshot-nav-container.offerings-tab-nav .snapshot-nav-scroll {
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
}

.offerings-panels {
    position: relative;
}

.offerings-panel {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.48s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.offerings-panel.is-active {
    display: block;
}

.offerings-panel.is-active.is-entering,
.offerings-panel.is-active.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.offerings-stagger {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.56s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.56s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.offerings-panel.is-active.is-visible .offerings-stagger,
.offerings-panel.is-active.is-entering .offerings-stagger {
    opacity: 1;
    transform: translateY(0);
}

.offerings-showcase {
    perspective: 1000px;
}

.offerings-card {
    background: #ffffff;
    border: 1px solid rgba(8, 14, 12, 0.08);
    border-radius: 32px;
    box-shadow: 0 28px 72px rgba(8, 14, 12, 0.07);
    padding: clamp(22px, 3vw, 36px);
    transition: box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.offerings-panel.is-active.is-visible .offerings-card {
    box-shadow: 0 32px 80px rgba(8, 14, 12, 0.09);
}

.offerings-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: clamp(24px, 3vw, 40px);
    align-items: start;
}

.offerings-main {
    min-width: 0;
}

.offerings-panel-label {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
}

.package-emblem {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.package-emblem svg {
    width: 22px;
    height: 22px;
}

.package-emblem--md {
    width: 48px;
    height: 48px;
}

.package-emblem--gold {
    background: linear-gradient(135deg, #ffd84d, #e6a800);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(230, 168, 0, 0.35);
}

.package-emblem--diamond {
    background: linear-gradient(135deg, #6aadff, #2f7fe8);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(47, 127, 232, 0.32);
}

.package-emblem--platinum {
    background: linear-gradient(135deg, #b09fe8, #7a5cc8);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(122, 92, 200, 0.32);
}

.package-tier {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
}

.package-subtitle,
.package-summary {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 500;
}

.package-featured,
.package-compare {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
    transition:
        transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.package-featured::before,
.package-compare::before {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    pointer-events: none;
    z-index: 1;
    border-radius: 0 0 22px 22px;
}

.package-featured::after,
.package-compare::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 255, 255, 0.12) 22%,
        transparent 42%
    );
}

.package-featured > *,
.package-compare > * {
    position: relative;
    z-index: 2;
}

.package-featured {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 22px;
}

.package-featured:hover,
.package-compare:hover {
    transform: translateY(-7px);
}

.package-featured-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.package-featured-copy {
    min-width: 0;
    flex: 1;
    padding-top: 2px;
}

.package-card--gold {
    background: linear-gradient(180deg, #fffef8 0%, #fff5d4 58%, #ffecb8 100%);
    border: 1px solid rgba(196, 142, 0, 0.28);
    border-bottom-width: 2px;
    border-bottom-color: rgba(154, 106, 0, 0.34);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 -1px 0 rgba(0, 0, 0, 0.04) inset,
        0 3px 0 rgba(176, 126, 0, 0.14),
        0 14px 28px -8px rgba(120, 82, 0, 0.2),
        0 28px 52px -16px rgba(0, 0, 0, 0.14);
}

.package-card--gold::before {
    background: linear-gradient(180deg, transparent, rgba(130, 90, 0, 0.22));
}

.package-card--gold .package-tier { color: #6b4500; }
.package-card--gold .package-subtitle,
.package-card--gold .package-summary { color: #7a5200; }

.package-card--gold .package-emblem {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.14),
        0 8px 16px rgba(201, 142, 0, 0.32);
}

.package-card--diamond {
    background: linear-gradient(180deg, #f8fbff 0%, #e3f0ff 58%, #d2e6ff 100%);
    border: 1px solid rgba(59, 130, 246, 0.26);
    border-bottom-width: 2px;
    border-bottom-color: rgba(37, 99, 235, 0.32);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 -1px 0 rgba(0, 0, 0, 0.04) inset,
        0 3px 0 rgba(59, 130, 246, 0.12),
        0 14px 28px -8px rgba(37, 99, 235, 0.18),
        0 28px 52px -16px rgba(0, 0, 0, 0.14);
}

.package-card--diamond::before {
    background: linear-gradient(180deg, transparent, rgba(30, 91, 168, 0.2));
}

.package-card--diamond .package-tier { color: #0f4f9c; }
.package-card--diamond .package-subtitle,
.package-card--diamond .package-summary { color: #1a5fad; }

.package-card--diamond .package-emblem {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.14),
        0 8px 16px rgba(47, 127, 232, 0.3);
}

.package-card--platinum {
    background: linear-gradient(180deg, #faf8ff 0%, #eee6ff 58%, #e2d4ff 100%);
    border: 1px solid rgba(139, 92, 246, 0.26);
    border-bottom-width: 2px;
    border-bottom-color: rgba(109, 76, 195, 0.32);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 -1px 0 rgba(0, 0, 0, 0.04) inset,
        0 3px 0 rgba(139, 92, 246, 0.12),
        0 14px 28px -8px rgba(109, 76, 195, 0.18),
        0 28px 52px -16px rgba(0, 0, 0, 0.14);
}

.package-card--platinum::before {
    background: linear-gradient(180deg, transparent, rgba(91, 58, 168, 0.2));
}

.package-card--platinum .package-tier { color: #4a2f8f; }
.package-card--platinum .package-subtitle,
.package-card--platinum .package-summary { color: #5c3ea8; }

.package-card--platinum .package-emblem {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.14),
        0 8px 16px rgba(122, 92, 200, 0.3);
}

.package-card--gold:hover,
.package-card--gold.package-featured:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 2px 0 rgba(176, 126, 0, 0.1),
        0 22px 40px -10px rgba(120, 82, 0, 0.26),
        0 40px 72px -18px rgba(0, 0, 0, 0.16);
}

.package-card--diamond:hover,
.package-card--diamond.package-compare:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 2px 0 rgba(59, 130, 246, 0.1),
        0 22px 40px -10px rgba(37, 99, 235, 0.22),
        0 40px 72px -18px rgba(0, 0, 0, 0.16);
}

.package-card--platinum:hover,
.package-card--platinum.package-compare:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 2px 0 rgba(139, 92, 246, 0.1),
        0 22px 40px -10px rgba(109, 76, 195, 0.22),
        0 40px 72px -18px rgba(0, 0, 0, 0.16);
}

.package-perks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.package-perks-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(8, 14, 12, 0.78);
}

.package-perk-icon {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: rgba(8, 14, 12, 0.45);
    flex-shrink: 0;
}

.package-perk-icon svg,
.package-perk-icon .icon {
    width: 16px;
    height: 16px;
}

.offerings-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.offerings-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1.5px solid rgba(8, 14, 12, 0.12);
    background: rgba(255, 255, 255, 0.72);
    font-family: var(--font-sans);
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(8, 14, 12, 0.68);
    line-height: 1.2;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
}

.offerings-chip-row--gold .offerings-chip {
    border-color: rgba(230, 168, 0, 0.35);
    color: #7a5200;
}

.offerings-chip-row--diamond .offerings-chip {
    border-color: rgba(47, 127, 232, 0.3);
    color: #1e5ba8;
}

.offerings-chip-row--platinum .offerings-chip {
    border-color: rgba(122, 92, 200, 0.3);
    color: #5c3ea8;
}

.offerings-chip:hover {
    transform: translateY(-1px);
    color: var(--ink);
}

.offerings-search {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 16px;
    background: #f7faf9;
    border: 1.5px solid rgba(8, 14, 12, 0.1);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.offerings-search:focus-within {
    border-color: rgba(14, 168, 124, 0.45);
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.12);
    background: #ffffff;
}

.offerings-search-icon {
    color: rgba(8, 14, 12, 0.35);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.offerings-search-icon svg {
    width: 16px;
    height: 16px;
}

.offerings-search input {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 12px 0;
    font-size: 14px;
    color: var(--ink);
    outline: none;
}

.offerings-search input::placeholder {
    color: rgba(8, 14, 12, 0.38);
}

.offerings-features-label {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
}

.offerings-features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.offerings-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    background: #f7faf9;
    border: 1px solid rgba(8, 14, 12, 0.07);
    border-radius: 14px;
    cursor: default;
    transition:
        transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.offerings-feature:hover {
    background: #ffffff;
    border-color: rgba(14, 168, 124, 0.28);
    box-shadow: 0 6px 18px rgba(8, 14, 12, 0.06);
    transform: translateY(-2px);
}

.offerings-feature[hidden] {
    display: none;
}

.offerings-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.2);
    color: #0b7a59;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.offerings-feature-icon svg,
.offerings-feature-icon .icon {
    width: 15px;
    height: 15px;
}

.offerings-feature-copy {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.offerings-feature-title {
    flex: 1;
    min-width: 0;
    font-family: var(--font-display);
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offerings-feature-tag {
    flex-shrink: 0;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.offerings-feature-tag--sales {
    background: rgba(31, 219, 165, 0.16);
    color: #0b7a59;
}

.offerings-feature-tag--products {
    background: rgba(31, 219, 165, 0.12);
    color: #157a5d;
}

.offerings-feature-tag--inventory {
    background: rgba(14, 168, 124, 0.1);
    color: #126b52;
}

.offerings-empty {
    margin: -8px 0 18px;
    font-size: 14px;
    color: rgba(8, 14, 12, 0.5);
}

.offerings-empty[hidden] {
    display: none;
}

.offerings-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}

.offerings-cta {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    color: var(--teal-dim);
    padding: 11px 22px;
    border-radius: 4px;
    border: 1.5px solid rgba(14, 168, 124, 0.35);
    background: transparent;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.offerings-cta::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    margin-left: 0;
    opacity: 0;
    transform: translateX(-8px) rotate(45deg);
    transition: opacity 0.2s ease, margin-left 0.2s ease, transform 0.2s ease;
}

.offerings-cta:hover {
    color: var(--teal-dim);
    border-color: var(--teal-dim);
    transform: translateY(-2px);
}

.offerings-cta:hover::after {
    margin-left: 10px;
    opacity: 1;
    transform: translateX(0) rotate(45deg);
}

.offerings-compare {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: 104px;
}

.offerings-compare-title {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
}

.package-compare {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 22px;
    transition:
        transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.package-compare-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.package-compare-copy {
    min-width: 0;
    flex: 1;
    padding-top: 2px;
}

.package-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.15s ease;
}

.package-card--gold .package-more { color: #9a6b00; }
.package-card--diamond .package-more { color: #1e5ba8; }
.package-card--platinum .package-more { color: #5c3ea8; }

.package-more:hover {
    transform: translateX(3px);
}

.hardware-shop {
    margin-bottom: 22px;
}

.hardware-shop-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.hardware-shop-title {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
}

.hardware-shop-sub {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(8, 14, 12, 0.55);
}

.hardware-shop-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.hardware-shop-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(8, 14, 12, 0.14);
    background: #ffffff;
    color: var(--ink);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hardware-shop-arrow:hover {
    background: rgba(8, 14, 12, 0.04);
    border-color: rgba(8, 14, 12, 0.28);
    transform: scale(1.05);
}

.hardware-shop-arrow svg {
    width: 15px;
    height: 15px;
}

.hardware-shop-viewport {
    position: relative;
    margin: 0 -6px;
    padding: 0 6px;
}

.hardware-shop-viewport::before,
.hardware-shop-viewport::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 2;
    pointer-events: none;
}

.hardware-shop-viewport::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.hardware-shop-viewport::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.hardware-shop-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.hardware-shop-track::-webkit-scrollbar {
    display: none;
}

.hardware-shop-track.is-auto-scrolling {
    scroll-behavior: auto;
}

.hardware-product-card {
    flex: 0 0 232px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(8, 14, 12, 0.09);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 10px 24px -10px rgba(0, 0, 0, 0.14);
    transition:
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hardware-product-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 18px 36px -12px rgba(0, 0, 0, 0.18);
}

.hardware-product-media {
    position: relative;
    height: 156px;
    overflow: hidden;
    background: #f3f5f4;
    border-bottom: 1px solid rgba(8, 14, 12, 0.06);
}

.hardware-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.hardware-product-card:hover .hardware-product-image {
    transform: scale(1.05);
}

.hardware-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(8, 14, 12, 0.08);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink);
}

.hardware-product-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 14px 16px;
    flex: 1;
}

.hardware-product-name {
    margin: 0;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
}

.hardware-product-desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(8, 14, 12, 0.58);
    flex: 1;
}

.hardware-product-foot {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.hardware-product-status {
    width: 100%;
    text-align: center;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1.5px solid rgba(14, 168, 124, 0.28);
    background: rgba(31, 219, 165, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--teal-dim);
}

@media (max-width: 1080px) {
    .offerings-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .offerings-compare {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .offerings-compare-title {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .offerings-section {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .offerings-section .snapshot-nav-container.offerings-tab-nav {
        margin-bottom: 24px;
    }

    .offerings-card {
        border-radius: 24px;
        padding: 20px 18px;
    }

    .offerings-features {
        grid-template-columns: 1fr;
    }

    .offerings-compare {
        grid-template-columns: 1fr;
    }

    .offerings-chip {
        font-size: 11px;
        padding: 5px 12px;
    }

    .hardware-product-card {
        flex-basis: min(78vw, 260px);
    }

    .hardware-shop-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

.ai-feature-title,
.ind-name,
.testi-name,
.award-title {
    font-family: var(--font-display);
    color: var(--cream);
}

.footer-col h4 {
    font-family: var(--font-display);
}

.ai-section {
    position: relative;
    overflow: hidden;
    padding: clamp(108px, 13vw, 148px) 5% clamp(88px, 10vw, 120px);
    background-color: #f7faf9;
    background-image:
        linear-gradient(
            180deg,
            #f7faf9 0%,
            #f7faf9 4%,
            #f4f8f6 9%,
            #edf3f0 14%,
            #e3ece7 20%,
            #d5e3dc 27%,
            #c0d4cb 34%,
            #a4bdb2 42%,
            #7fa193 52%,
            #5b7f71 60%,
            #3f5f54 68%,
            #2b463d 74%,
            #1c322b 80%,
            #142820 84%,
            #0f1f1b 87%,
            #0d1c19 90%,
            #0b1917 92%,
            #0a221f 94%,
            #0a2827 96%,
            #0a2c2b 98%,
            #0a2f2f 100%
        );
    color: var(--cream);
}

.ai-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 78% 28%, rgba(31, 219, 165, 0.11), transparent 36%),
        radial-gradient(circle at 12% 82%, rgba(255, 157, 28, 0.07), transparent 30%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 28%, black 52%);
}

.ai-prompt-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.92;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, black 18%, black 92%, rgba(0, 0, 0, 0.4) 98%, transparent 100%);
}

.ai-prompt-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: var(--ai-prompt-row-height, 24px);
    height: 100%;
    width: 100%;
    gap: 0;
    align-content: start;
}

.ai-prompt-line {
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: var(--ai-prompt-row-height, 24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.025);
    font-family: ui-monospace, 'Cascadia Code', 'SF Mono', Consolas, monospace;
    font-size: clamp(9px, 0.9vw, 11px);
    line-height: 1;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ai-prompt-line--light {
    color: rgba(16, 35, 29, 0.1);
    border-bottom-color: rgba(16, 35, 29, 0.04);
    border-right-color: rgba(16, 35, 29, 0.035);
}

.ai-prompt-line::after {
    content: '';
    width: 1px;
    height: 1em;
    margin-left: 1px;
    flex-shrink: 0;
    background: rgba(31, 219, 165, 0.4);
    opacity: 0;
    animation: aiPromptCursor 1s step-end infinite;
}

.ai-prompt-line.is-typing::after {
    opacity: 1;
}

@keyframes aiPromptCursor {
    0%, 49% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

.ai-copy {
    grid-area: copy;
    position: relative;
    z-index: 1;
}

.ai-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 16px;
    color: #10231d;
}

.ai-copy p {
    max-width: 520px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.68);
}

.ai-showcase {
    grid-area: showcase;
    position: relative;
    z-index: 1;
    justify-self: start;
    width: min(100%, 380px);
    margin: 0;
}

.ai-showcase-frame {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(31, 219, 165, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.ai-showcase-frame img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(8, 14, 12, 0.28);
}

.ai-showcase-glow {
    position: absolute;
    inset: 12% 8% auto;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 219, 165, 0.28), transparent 68%);
    filter: blur(28px);
    opacity: 0.75;
    z-index: 0;
    pointer-events: none;
}

@keyframes ai-visual-gradient-flow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes ai-icon-glow-drift {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(8px, -6px) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translate(-4px, 4px) scale(0.95);
        opacity: 0.75;
    }
}

.ai-features {
    grid-area: features;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-feature-item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 16px;
    color: #ffffff;
    background: #0b302a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.32s ease;
}

.ai-feature-item::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 0%, rgba(31, 219, 165, 0.3) 42%, rgba(255, 255, 255, 0.65) 50%, rgba(31, 219, 165, 0.16) 58%, transparent 100%);
    transform: translateX(-120%) skewX(-12deg);
    pointer-events: none;
}

.ai-feature-item.is-visible::after {
    animation: aiFeatureWipeLoop var(--ai-wipe-loop-duration, 5s) cubic-bezier(0.16, 1, 0.3, 1) infinite;
    animation-delay: calc(var(--reveal-delay, 0ms) + 180ms);
}

.ai-feature-item.is-visible:hover::after,
.ai-feature-item.is-visible:focus-within::after {
    animation-name: navImageWipe;
    animation-duration: 0.95s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-delay: 0.08s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.ai-feature-item:hover,
.ai-feature-item:focus-within,
.ai-feature-item[open] {
    transform: translateY(-3px);
    background: #0f3a33;
    border-color: rgba(31, 219, 165, 0.22);
    box-shadow:
        0 24px 52px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(31, 219, 165, 0.1);
}

.ai-feature {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 8px;
    list-style: none;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: inherit;
}

.ai-feature::-webkit-details-marker {
    display: none;
}

.ai-feature::marker {
    content: '';
}

.ai-feature-visual {
    position: relative;
    display: grid;
    place-items: center;
    height: 108px;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
}

.ai-feature-visual-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #ffffff;
    overflow: hidden;
    transform: scale(1.06);
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-feature-visual-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        rgba(31, 219, 165, 0.34) 0%,
        rgba(255, 210, 74, 0.3) 28%,
        rgba(46, 196, 168, 0.28) 56%,
        rgba(255, 123, 84, 0.22) 78%,
        rgba(197, 108, 240, 0.18) 100%
    );
    background-size: 240% 240%;
    animation: ai-visual-gradient-flow 7s ease-in-out infinite;
}

.ai-feature-visual-bg::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    right: -18%;
    bottom: -22%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 214, 90, 0.45) 0%, rgba(255, 214, 90, 0) 72%);
    filter: blur(10px);
    animation: ai-icon-glow-drift 8s ease-in-out infinite;
    pointer-events: none;
}

.ai-feature-item:hover .ai-feature-visual-bg,
.ai-feature-item:focus-within .ai-feature-visual-bg,
.ai-feature-item.is-visible .ai-feature-visual-bg,
.ai-feature-item[open] .ai-feature-visual-bg {
    transform: scale(1);
    transition-delay: var(--reveal-delay, 0ms);
}

.ai-feature-icon {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 19px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #0a8f6f;
    background: #ffffff;
    border: 1px solid rgba(31, 219, 165, 0.32);
    box-shadow:
        0 8px 20px rgba(31, 219, 165, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: scale(1.06);
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.ai-feature-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        rgba(31, 219, 165, 0.16) 0%,
        rgba(255, 210, 74, 0.18) 40%,
        rgba(46, 196, 168, 0.14) 70%,
        rgba(31, 219, 165, 0.16) 100%
    );
    background-size: 220% 220%;
    animation: ai-visual-gradient-flow 5.5s ease infinite;
    z-index: 0;
}

.ai-feature-icon .icon {
    position: relative;
    z-index: 1;
}

.ai-feature-item:hover .ai-feature-icon,
.ai-feature-item:focus-within .ai-feature-icon,
.ai-feature-item.is-visible .ai-feature-icon,
.ai-feature-item[open] .ai-feature-icon {
    transform: scale(1);
    box-shadow:
        0 10px 26px rgba(31, 219, 165, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition-delay: var(--reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
    .ai-feature-visual-bg::before,
    .ai-feature-visual-bg::after,
    .ai-feature-icon::before {
        animation: none;
    }
}

.ai-feature-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: 8px;
}

.ai-feature-kicker {
    display: block;
    color: var(--teal);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ai-feature-title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 6px;
    color: #ffffff;
}

.ai-feature-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.68);
}

.ai-feature-toggle {
    display: grid;
    place-items: center;
    align-self: center;
    min-width: 36px;
    padding-right: 6px;
    color: rgba(255, 255, 255, 0.55);
}

.ai-feature-chevron {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease, border-color 0.2s ease;
}

.ai-feature-chevron .icon {
    width: 16px;
    height: 16px;
}

.ai-feature-item[open] .ai-feature-chevron {
    transform: rotate(180deg);
    background: rgba(31, 219, 165, 0.12);
    border-color: rgba(31, 219, 165, 0.24);
    color: var(--teal);
}

.ai-feature-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-feature-item[open] .ai-feature-panel {
    grid-template-rows: 1fr;
}

.ai-feature-panel-inner {
    overflow: hidden;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    padding: 0 20px 0 8px;
    border-top: 1px solid transparent;
    transition:
        padding 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s ease,
        gap 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-feature-item[open] .ai-feature-panel-inner {
    padding: 20px 20px 22px 8px;
    border-top-color: rgba(255, 255, 255, 0.08);
}

.ai-feature-panel-visual {
    grid-column: 1;
    position: relative;
    align-self: start;
    width: 100%;
    min-height: 148px;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 30% 20%, rgba(31, 219, 165, 0.18), transparent 42%),
        linear-gradient(145deg, #123a32 0%, #0a2621 100%);
}

.ai-feature-panel-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(105deg, transparent 0%, rgba(31, 219, 165, 0.3) 42%, rgba(255, 255, 255, 0.65) 50%, rgba(31, 219, 165, 0.16) 58%, transparent 100%);
    transform: translateX(-120%) skewX(-12deg);
    pointer-events: none;
}

.ai-feature-item[open] .ai-feature-panel-visual::after {
    animation: navImageWipe 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.14s both;
}

.ai-feature-panel-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 148px;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-feature-item[open] .ai-feature-panel-visual img {
    transform: scale(1);
}

.ai-feature-panel-content {
    grid-column: 2;
    display: grid;
    gap: 18px;
    padding-right: 8px;
    align-self: start;
}

.ai-feature-panel-content > p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.ai-feature-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ai-feature-points li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}

.ai-feature-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.14);
    transform: translateY(-50%);
}

@media (max-width: 960px) {
    .ai-section {
        padding-top: clamp(96px, 18vw, 128px);
        background-image:
            linear-gradient(
                180deg,
                #f7faf9 0%,
                #f7faf9 8%,
                #f0f5f3 14%,
                #e8f0ec 20%,
                #dfe9e4 26%,
                #d5e3dc 32%,
                #c8dbd2 38%,
                #bbd2c8 44%,
                #afc9be 50%,
                #a3c0b4 56%,
                #96b6aa 62%,
                #8aada0 68%,
                #7fa396 74%,
                #759a8d 80%,
                #6b9185 86%,
                #63887d 92%,
                #5b8076 100%
            );
    }

    .ai-section::after {
        opacity: 0.55;
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 36%, black 72%);
    }

    .ai-prompt-field {
        opacity: 0.72;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, black 14%, black 78%, rgba(0, 0, 0, 0.35) 92%, transparent 100%);
    }

    .ai-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "showcase"
            "copy"
            "features";
        gap: 36px;
    }

    .ai-showcase {
        justify-self: center;
        width: min(88vw, 340px);
    }

    .ai-copy h2 {
        color: var(--cream);
    }

    .ai-copy p {
        max-width: none;
        color: rgba(255, 255, 255, 0.84);
    }
}

@media (max-width: 640px) {
    .ai-section {
        padding: 88px 4% 72px;
    }

    .ai-copy h2 {
        font-size: clamp(26px, 7vw, 32px);
    }

    .ai-copy p {
        font-size: 15px;
    }

    .ai-feature {
        grid-template-columns: 84px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 7px;
    }

    .ai-feature-visual {
        height: 84px;
    }

    .ai-feature-title {
        font-size: 15px;
    }

    .ai-feature-toggle {
        min-width: 32px;
        padding-right: 4px;
    }

    .ai-feature-panel-inner {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 10px;
        padding-inline: 7px 14px;
    }

    .ai-feature-item[open] .ai-feature-panel-inner {
        padding: 16px 14px 18px 7px;
    }

    .ai-feature-panel-visual {
        min-height: 112px;
    }

    .ai-feature-panel-visual img {
        min-height: 112px;
    }

    .ai-feature-panel-content {
        gap: 14px;
        padding-right: 4px;
    }

    .ai-feature-points {
        gap: 10px;
    }

    .ai-feature-points li {
        font-size: 12px;
    }

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

    .ai-prompt-line {
        font-size: 9px;
        padding-inline: 6px;
    }
}

.industries-section {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: clamp(108px, 13vw, 148px) 5% clamp(84px, 10vw, 120px);
    background-color: #0a2f2f;
    background-image:
        radial-gradient(circle at 18% 82%, rgba(31, 219, 165, 0.08), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(14, 168, 124, 0.06), transparent 30%);
}

.industries-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: clamp(72px, 10vw, 120px);
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(247, 250, 249, 0.18) 42%,
        rgba(247, 250, 249, 0.52) 72%,
        #f7faf9 100%
    );
}

.industries-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 82% 72%, rgba(31, 219, 165, 0.07), transparent 34%),
        radial-gradient(circle at 14% 24%, rgba(255, 157, 28, 0.04), transparent 28%);
}

.industries-shell {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding-right: min(42vw, 520px);
}

.industries-content {
    min-width: 0;
}

.industries-header {
    text-align: left;
    margin-bottom: 28px;
}

.industries-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: rgba(31, 219, 165, 0.22);
    border: 1px solid rgba(31, 219, 165, 0.34);
}

.industries-title {
    margin: 0 0 20px;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.6vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
    max-width: none;
}

.industries-more-btn {
    margin-top: 4px;
    min-width: 0;
    width: fit-content;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    line-height: 1.35;
    padding-inline: 20px;
}

.industries-visual {
    position: relative;
    z-index: 1;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: min(84vw, 360px);
    margin-inline: auto;
    margin-bottom: 8px;
    pointer-events: none;
}

.industries-visual-shadow {
    position: absolute;
    left: 50%;
    bottom: 6%;
    z-index: 0;
    width: 62%;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.55) 0%, transparent 72%);
    filter: blur(10px);
    transform: translateX(-50%);
    animation: industriesShadowPulse 5.5s ease-in-out infinite;
}

.industries-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-height: min(58vh, 480px);
    object-fit: contain;
    object-position: bottom center;
    transform: translateY(-10px);
    filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.42));
    animation: industriesPortraitFloat 5.5s ease-in-out infinite;
}

@keyframes industriesPortraitFloat {
    0%, 100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(-22px);
    }
}

@keyframes industriesShadowPulse {
    0%, 100% {
        opacity: 0.72;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.42;
        transform: translateX(-50%) scale(0.82);
    }
}

@media (min-width: 961px) {
    .industries-section {
        padding: clamp(108px, 13vw, 148px) 0 0;
        min-height: clamp(640px, 78vh, 820px);
    }

    .industries-shell {
        padding-left: 5%;
        padding-right: min(40vw, 520px);
        padding-bottom: clamp(84px, 10vw, 120px);
    }

    .industries-visual {
        position: absolute;
        right: clamp(48px, 7vw, 112px);
        bottom: 0;
        width: min(44vw, 620px);
        max-width: none;
        margin: 0;
        justify-content: center;
        align-items: flex-end;
    }

    .industries-visual img {
        width: 100%;
        max-height: min(88vh, 820px);
        height: clamp(560px, 78vh, 820px);
        object-fit: contain;
        object-position: center bottom;
        transform: translateY(-16px);
        animation-name: industriesPortraitFloatDesktop;
    }

    .industries-visual-shadow {
        left: 50%;
        right: auto;
        bottom: 4%;
        width: 46%;
        height: 28px;
        transform: translateX(-50%);
        animation-name: industriesShadowPulseDesktop;
    }

}

@keyframes industriesPortraitFloatDesktop {
    0%, 100% {
        transform: translateY(-16px);
    }

    50% {
        transform: translateY(-28px);
    }
}

@keyframes industriesShadowPulseDesktop {
    0%, 100% {
        opacity: 0.68;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.38;
        transform: translateX(-50%) scale(0.8);
    }
}

.industries-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.ind-tab {
    padding: 10px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: all 0.22s ease;
}

.ind-tab:hover {
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.ind-tab.active {
    background: #0b3f37;
    border-color: #0b3f37;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.industries-showcase {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.industries-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.industries-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    transition: transform 0.22s ease, background 0.22s ease;
}

.industries-dot.is-active {
    background: #ffffff;
    transform: scale(1.15);
}

.industries-section .ind-card {
    background: #ffffff;
    border: 1px solid rgba(31, 219, 165, 0.34);
    border-radius: 16px;
    padding: 18px 12px 16px;
    text-align: center;
    cursor: default;
    color: #10231d;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    transition:
        border-color 0.28s ease,
        transform 0.28s ease,
        box-shadow 0.28s ease,
        opacity 0.24s ease;
}

.industries-section .ind-card:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 219, 165, 0.55);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.industries-section .ind-card[hidden] {
    display: none;
}

.industries-section .ind-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin: 0 auto 12px;
    font-size: 22px;
    color: #0ea87c;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.24);
}

.industries-section .ind-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    color: #10231d;
}

.ind-card,
.testi-card,
.award-card {
    background: var(--card);
    border: 1px solid var(--border);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.ind-card {
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    cursor: pointer;
}

.ind-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 12px;
    font-size: 24px;
}

.ind-name {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.partners-section {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: clamp(92px, 11vw, 128px) 5%;
    background: #f7faf9;
    color: var(--ink);
}

.partners-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 14% 24%, rgba(31, 219, 165, 0.07), transparent 34%),
        radial-gradient(circle at 88% 78%, rgba(14, 168, 124, 0.04), transparent 30%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 14%, black 28%);
}

.partners-shell {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}

.partners-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.partners-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: var(--teal);
    border: 1px solid rgba(14, 168, 124, 0.4);
}

.partners-title {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--ink);
    max-width: none;
}

.partners-lead {
    margin: 0 auto;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.62);
}

.partners-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.partners-section .partners-tab-nav {
    max-width: 100%;
    margin: 0 auto 28px;
    justify-content: center;
}

.partners-section .partners-tab-nav .snapshot-nav-scroll {
    justify-content: center;
}

.partners-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 28px;
    padding: clamp(22px, 3vw, 32px);
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.06);
    box-shadow:
        0 24px 60px rgba(16, 35, 29, 0.08),
        0 2px 8px rgba(16, 35, 29, 0.04);
}

.partners-panels {
    position: relative;
    min-height: 204px;
}

.partners-panel[hidden] {
    display: none;
}

.partners-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
    gap: 14px;
}

.partner-logo-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    padding: 22px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.06);
    cursor: default;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.partner-logo-card:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 219, 165, 0.35);
    box-shadow: 0 14px 28px rgba(16, 35, 29, 0.08);
    z-index: 2;
}

.partner-logo-card img {
    width: auto;
    max-width: 100%;
    height: 54px;
    object-fit: contain;
    transition: transform 0.28s ease;
}

.partner-logo-card:hover img {
    transform: scale(1.04);
}

.partners-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f4f7f6;
    border: 1px solid rgba(16, 35, 29, 0.06);
}

.partners-stat {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 4px 12px;
}

.partners-stat + .partners-stat::before {
    content: '';
    position: absolute;
    top: 18%;
    bottom: 18%;
    left: 0;
    width: 1px;
    background: rgba(16, 35, 29, 0.08);
}

.partners-stat-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(31, 219, 165, 0.1);
    color: #0e8a6c;
    border: 1px solid rgba(31, 219, 165, 0.14);
}

.partners-stat-icon .icon {
    width: 16px;
    height: 16px;
}

.partners-stat-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    min-width: 0;
}

.partners-stat-value {
    margin: 0;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.partners-stat-label {
    margin: 0;
    font-size: 11px;
    line-height: 1.25;
    color: rgba(16, 35, 29, 0.55);
}

.testimonials-section {
    position: relative;
    overflow: hidden;
    padding: clamp(92px, 11vw, 128px) 5%;
    background: #e8f5f0;
    color: var(--ink);
}

.testimonials-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.testimonials-header {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: start;
    margin-bottom: clamp(36px, 5vw, 52px);
    text-align: left;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0e8a6c;
    background: transparent;
    border: 1.5px solid rgba(14, 168, 124, 0.35);
}

.testimonials-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--ink);
}

.testimonials-lead {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.62);
}

.testimonials-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
    gap: clamp(24px, 3vw, 36px);
    align-items: stretch;
}

.testimonials-slider {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.testimonials-slider-stage,
.testimonials-media-stage {
    display: grid;
    min-width: 0;
}

.testimonials-slide,
.testimonials-media {
    grid-area: 1 / 1;
    min-width: 0;
}

.testimonials-slide {
    opacity: 0;
    transform: translateX(32px);
    pointer-events: none;
    transition:
        opacity 0.52s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonials-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.testimonials-slide.is-exiting {
    opacity: 0;
    transform: translateX(-32px);
}

.testimonials-slide[hidden] {
    visibility: hidden;
}

.testimonials-slide.is-active[hidden],
.testimonials-slide.is-exiting[hidden] {
    display: block;
    visibility: visible;
}

.testimonials-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: clamp(22px, 3vw, 30px);
    border-radius: 22px;
    background: #f8fcfa;
    border: 1px solid rgba(16, 35, 29, 0.06);
}

.testimonials-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.testimonials-company {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
}

.testimonials-category {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #0e8a6c;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.2);
}

.testimonials-headline {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--ink);
}

.testimonials-summary {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.62);
}

.testimonials-message {
    margin-top: 4px;
}

.testimonials-message-frame {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 14px 34px rgba(16, 35, 29, 0.08);
}

.testimonials-message-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px;
}

.testimonials-message-window-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.testimonials-message-window-dot--close {
    background: #ff5f57;
}

.testimonials-message-window-dot--min {
    background: #febc2e;
}

.testimonials-message-window-dot--max {
    background: #28c840;
}

.testimonials-message-toolbar-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    color: rgba(16, 35, 29, 0.58);
}

.testimonials-message-toolbar-title .icon {
    width: 14px;
    height: 14px;
}

.testimonials-message-frame--email .testimonials-message-toolbar {
    background: linear-gradient(180deg, #f8faf9 0%, #eef3f1 100%);
    border-bottom: 1px solid rgba(16, 35, 29, 0.06);
}

.testimonials-message-meta--email {
    display: grid;
    gap: 6px;
    padding: 12px 16px;
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 35, 29, 0.06);
}

.testimonials-message-meta--email p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(16, 35, 29, 0.72);
}

.testimonials-message-meta--email span {
    display: inline-block;
    min-width: 52px;
    font-weight: 700;
    color: rgba(16, 35, 29, 0.48);
}

.testimonials-message-body--email {
    padding: 16px;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.78);
}

.testimonials-message-body--email p {
    margin: 0 0 12px;
}

.testimonials-message-body--email p:last-child {
    margin-bottom: 0;
}

.testimonials-message-signoff {
    margin-top: 16px !important;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 35, 29, 0.06);
    font-size: 13px;
    line-height: 1.55;
}

.testimonials-message-frame--whatsapp {
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.55) 0 2px, transparent 3px) 0 0 / 28px 28px,
        #e7dfd3;
}

.testimonials-message-toolbar--whatsapp {
    background: #075e54;
    color: #ffffff;
}

.testimonials-message-avatar {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    color: #075e54;
    background: #dfe5e7;
    flex-shrink: 0;
}

.testimonials-message-contact {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.testimonials-message-contact-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.testimonials-message-contact-meta {
    font-size: 11px;
    line-height: 1.3;
    opacity: 0.82;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonials-message-toolbar--whatsapp .testimonials-message-contact-meta,
.testimonials-message-toolbar--sms .testimonials-message-contact-meta {
    opacity: 0.72;
}

.testimonials-message-channel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.9;
}

.testimonials-message-channel-icon .icon {
    width: 18px;
    height: 18px;
}

.testimonials-message-body--whatsapp {
    padding: 18px 16px 20px;
}

.testimonials-message-bubble--whatsapp {
    position: relative;
    max-width: 92%;
    padding: 10px 12px 18px;
    border-radius: 0 14px 14px 14px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 35, 29, 0.08);
}

.testimonials-message-bubble--whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 12px;
    background: #ffffff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonials-message-bubble--whatsapp p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #111b21;
}

.testimonials-message-time {
    position: absolute;
    right: 10px;
    bottom: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    line-height: 1;
    color: rgba(16, 35, 29, 0.45);
}

.testimonials-message-ticks {
    display: inline-flex;
    color: #53bdeb;
}

.testimonials-message-frame--sms {
    background: #f2f2f7;
}

.testimonials-message-toolbar--sms {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(16, 35, 29, 0.08);
    color: var(--ink);
}

.testimonials-message-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #007aff;
    flex-shrink: 0;
}

.testimonials-message-back svg {
    width: 18px;
    height: 18px;
}

.testimonials-message-toolbar--sms .testimonials-message-contact-name {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.testimonials-message-toolbar--sms .testimonials-message-contact {
    align-items: center;
    text-align: center;
}

.testimonials-message-toolbar--sms .testimonials-message-channel-icon {
    color: #007aff;
}

.testimonials-message-body--sms {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 16px 14px 18px;
}

.testimonials-message-day {
    align-self: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.52);
    background: rgba(255, 255, 255, 0.72);
}

.testimonials-message-bubble--sms {
    position: relative;
    max-width: 88%;
    padding: 10px 12px 22px;
    border-radius: 18px 18px 4px 18px;
    background: #34c759;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 35, 29, 0.1);
}

.testimonials-message-bubble--sms p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.testimonials-message-bubble--sms .testimonials-message-time {
    right: 10px;
    bottom: 6px;
    color: rgba(255, 255, 255, 0.78);
}

.testimonials-message-sms-role {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.48);
}

.testimonials-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.testimonials-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(16, 35, 29, 0.12);
    background: #ffffff;
    color: var(--ink);
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.15s ease, background 0.2s ease;
}

.testimonials-nav-btn:hover,
.testimonials-nav-btn:focus-visible {
    border-color: rgba(14, 168, 124, 0.4);
    background: #f8fcfa;
}

.testimonials-nav-btn:active {
    transform: scale(0.96);
}

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

.testimonials-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonials-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(16, 35, 29, 0.18);
    cursor: pointer;
    transition: transform 0.22s ease, background 0.22s ease;
}

.testimonials-dot.is-active {
    background: var(--teal);
    transform: scale(1.2);
}

.testimonials-media {
    position: relative;
    margin: 0;
    opacity: 0;
    transform: translateX(24px) scale(0.985);
    transition:
        opacity 0.56s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.56s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonials-media.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.testimonials-media.is-exiting {
    opacity: 0;
    transform: translateX(-24px) scale(0.985);
}

.testimonials-media[hidden] {
    visibility: hidden;
}

.testimonials-media.is-active[hidden],
.testimonials-media.is-exiting[hidden] {
    display: block;
    visibility: visible;
}

.testimonials-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

.testimonials-play {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(14, 168, 124, 0.35);
    background: #ffffff;
    color: var(--teal);
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(16, 35, 29, 0.12);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.testimonials-play:hover,
.testimonials-play:focus-visible {
    transform: scale(1.05);
    border-color: var(--teal);
}

.testimonials-play .icon {
    width: 18px;
    height: 18px;
    margin-left: 2px;
}

.testimonials-video-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px 16px;
}

.testimonials-video-modal[hidden] {
    display: none;
}

.testimonials-video-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(8, 14, 12, 0.72);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.testimonials-video-dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    border-radius: 18px;
    overflow: hidden;
    background: #08100e;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.testimonials-video-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    cursor: pointer;
    transition: transform 0.15s ease, background 0.2s ease;
}

.testimonials-video-close:hover,
.testimonials-video-close:focus-visible {
    transform: scale(1.05);
    background: #ffffff;
}

.testimonials-video-close .icon {
    width: 18px;
    height: 18px;
}

.testimonials-video-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.testimonials-video-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.is-testimonials-video-open {
    overflow: hidden;
}

.businesses-section {
    position: relative;
    overflow: visible;
    padding: clamp(80px, 10vw, 108px) 5%;
    background: #f7faf9;
    color: var(--ink);
}

.businesses-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.businesses-header {
    text-align: center;
    margin-bottom: clamp(32px, 4vw, 44px);
}

.businesses-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0e8a6c;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.2);
}

.businesses-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--ink);
}

.businesses-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.06);
    background: rgba(16, 35, 29, 0.06);
    overflow: visible;
}

.businesses-logo-cell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 18px 16px;
    background: #ffffff;
    cursor: default;
}

.businesses-logo-cell:hover {
    z-index: 2;
}

.businesses-logo-cell img {
    width: auto;
    max-width: 100%;
    height: 42px;
    object-fit: contain;
}

.businesses-wordmark {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    max-width: 100%;
}

.businesses-wordmark-main {
    font-family: var(--font-display);
    font-size: clamp(13px, 1.4vw, 16px);
    font-weight: 800;
    line-height: 1.15;
    color: var(--ink);
}

.businesses-wordmark-sub {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.52);
}

.businesses-trust {
    margin: clamp(24px, 3vw, 32px) 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #0e8a6c;
}

.businesses-footer {
    display: flex;
    justify-content: center;
    margin-top: clamp(20px, 3vw, 28px);
}

.achievements-section {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 8vw, 92px) 5%;
    background-color: #f7faf9;
    background-image: linear-gradient(
        180deg,
        #e8f5f0 0%,
        #edf6f2 28%,
        #f4f8f6 56%,
        #f7faf9 100%
    );
    color: var(--ink);
}

.achievements-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.achievements-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(28px, 4vw, 36px);
}

.achievements-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0e8a6c;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.2);
}

.achievements-title {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--ink);
}

.achievements-lead {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.62);
}

.award-frame {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.award-frame-wreath {
    display: block;
    width: 100%;
    height: auto;
}

.award-frame-media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.award-frame-media--photo img {
    width: 52%;
    height: 52%;
    object-fit: cover;
    border-radius: 50%;
}

.award-frame-media--logo img {
    width: 40%;
    height: 40%;
    object-fit: contain;
}

.award-frame-star {
    width: 34%;
    height: 34%;
    object-fit: contain;
}

.award-frame--sm {
    width: 48px;
    height: 48px;
}

.award-frame--md {
    width: 80px;
    height: 80px;
}

.award-frame--lg {
    width: clamp(88px, 10vw, 108px);
    height: clamp(88px, 10vw, 108px);
}

.achievements-compact {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
    padding: clamp(18px, 2.5vw, 24px);
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.06);
    box-shadow: 0 18px 44px rgba(16, 35, 29, 0.06);
}

.achievements-featured {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px);
    padding: clamp(18px, 2.4vw, 24px);
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background: linear-gradient(155deg, #062a24 0%, #0a3d34 38%, #0c453b 100%);
    border: 1px solid rgba(31, 219, 165, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 20px 48px rgba(6, 42, 36, 0.28);
}

.achievements-featured-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.achievements-featured-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    opacity: 0.55;
}

.achievements-featured-orb--one {
    top: -18%;
    right: -12%;
    width: 58%;
    height: 48%;
    background: radial-gradient(circle, rgba(31, 219, 165, 0.42) 0%, transparent 72%);
}

.achievements-featured-orb--two {
    bottom: -22%;
    left: -16%;
    width: 52%;
    height: 44%;
    background: radial-gradient(circle, rgba(14, 138, 108, 0.36) 0%, transparent 70%);
}

.achievements-featured-grid {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 88%);
}

.achievements-featured-top,
.achievements-featured-media,
.achievements-featured-quote {
    position: relative;
    z-index: 1;
}

.achievements-featured-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.achievements-emblem {
    position: relative;
    flex-shrink: 0;
    width: clamp(68px, 8vw, 84px);
    height: clamp(68px, 8vw, 84px);
}

.achievements-emblem-laurel {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.achievements-emblem-star {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38%;
    height: auto;
    transform: translate(-50%, -54%);
}

.achievements-featured-stat-wrap {
    text-align: right;
}

.achievements-featured-stat {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.2vw, 38px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--teal);
}

.achievements-featured-stat-label {
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.achievements-featured-media {
    position: relative;
}

.achievements-featured-media-glow {
    position: absolute;
    inset: 12% 8%;
    border-radius: 22px;
    background: radial-gradient(circle, rgba(31, 219, 165, 0.22) 0%, transparent 72%);
    pointer-events: none;
}

.achievements-featured-media-stack {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    padding: 3px;
    background: linear-gradient(140deg, rgba(31, 219, 165, 0.55) 0%, rgba(255, 255, 255, 0.12) 42%, rgba(31, 219, 165, 0.28) 100%);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.achievements-featured-slide {
    position: absolute;
    inset: 3px;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
    background: #041f1a;
    opacity: 0;
    transform: translateX(14%) scale(0.96);
    transition:
        opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.achievements-featured-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
    z-index: 3;
}

.achievements-featured-slide.is-exiting {
    opacity: 0;
    transform: translateX(-12%) scale(0.94);
    z-index: 2;
}

.achievements-featured-slide.is-entering {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 4;
}

.achievements-featured-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.achievements-featured-slide--portrait img {
    object-fit: contain;
    object-position: center center;
    background: radial-gradient(circle at 50% 28%, rgba(31, 219, 165, 0.12) 0%, #041f1a 68%);
}

.achievements-featured-slide-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: rgba(6, 42, 36, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.achievements-featured-media-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.achievements-featured-dot {
    width: 28px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition:
        width 0.3s ease,
        background-color 0.3s ease;
}

.achievements-featured-dot.is-active {
    width: 40px;
    background: var(--teal);
}

.achievements-featured-dot:hover {
    background: rgba(31, 219, 165, 0.55);
}

.achievements-featured-quote {
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.achievements-featured-quote p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.achievements-featured-quote-highlight {
    font-family: var(--font-display);
    font-weight: 800;
    color: var(--teal);
}

.achievements-featured-quote-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.achievements-featured-quote-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 2px solid rgba(31, 219, 165, 0.45);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.achievements-featured-quote-cite {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-style: normal;
}

.achievements-founder-name {
    display: block;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.achievements-founder-role {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.62);
}

@media (prefers-reduced-motion: reduce) {
    .achievements-featured-slide {
        transition: opacity 0.2s ease;
        transform: none;
    }

    .achievements-featured-slide.is-exiting,
    .achievements-featured-slide.is-entering {
        transform: none;
    }
}

.achievements-timeline {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding-top: 4px;
}

.achievements-timeline-year {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.achievements-timeline-year-label {
    padding-top: 6px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0e8a6c;
}

.achievements-timeline-track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 18px;
    border-left: 2px solid rgba(14, 138, 108, 0.18);
}

.achievements-timeline-entry {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
}

.achievements-timeline-entry:not(:last-child) {
    border-bottom: 1px solid rgba(16, 35, 29, 0.06);
}

.achievements-timeline-star {
    position: absolute;
    left: -28px;
    top: 11px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.achievements-timeline-copy {
    min-width: 0;
}

.achievements-timeline-title {
    margin: 0 0 3px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--ink);
}

.achievements-timeline-subtitle {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(16, 35, 29, 0.56);
}

.achievements-footer {
    display: flex;
    justify-content: center;
    margin-top: clamp(24px, 3.5vw, 32px);
}

@media (max-width: 900px) {
    .achievements-compact {
        grid-template-columns: 1fr;
    }

    .achievements-featured {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    .achievements-featured-top {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .achievements-timeline-year {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px;
    }

    .achievements-timeline-year-label {
        font-size: 15px;
    }
}

.cta-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 10vw, 108px) 5% clamp(64px, 8vw, 112px);
    background: #0a2f2f;
    color: var(--cream);
    isolation: isolate;
}

.cta-section[data-cta-reveal]:not(.is-revealing):not(.is-revealed) {
    min-height: clamp(44px, 6vw, 64px);
    padding: 0 5%;
    transition: padding 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-section[data-cta-reveal].is-revealing,
.cta-section[data-cta-reveal].is-revealed {
    padding: clamp(72px, 10vw, 108px) 0 clamp(56px, 6.5vw, 80px);
    overflow: visible;
    transition: padding 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-section[data-cta-reveal].is-revealing .cta-shell,
.cta-section[data-cta-reveal].is-revealed .cta-shell {
    padding-inline: 5%;
    padding-bottom: clamp(16px, 2.5vw, 24px);
}

.cta-section[data-cta-reveal] .cta-section-expand {
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
}

.cta-section[data-cta-reveal].is-revealing .cta-section-expand {
    max-height: 1500px;
    transition: max-height 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-section[data-cta-reveal].is-revealed .cta-section-expand {
    max-height: 1500px;
    overflow: visible;
}

.cta-reveal-veil {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 52%;
    pointer-events: none;
    background: var(--footer-bg);
    transform: translateY(100%);
    opacity: 1;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 34%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 34%);
}

.cta-section[data-cta-reveal].is-revealing .cta-reveal-veil {
    animation:
        ctaVeilRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards,
        ctaVeilDrop 0.75s cubic-bezier(0.22, 1, 0.36, 1) 2.85s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-reveal-veil {
    display: none;
}

@keyframes cta-pattern-scroll {
    from {
        background-position: 0 center;
    }

    to {
        background-position: var(--cta-pattern-shift) center;
    }
}

.cta-pattern-band {
    --cta-pattern-tile: calc(clamp(44px, 6vw, 64px) * 900 / 350);
    --cta-pattern-shift: calc(-1 * var(--cta-pattern-tile));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(44px, 6vw, 64px);
    z-index: 4;
    overflow: hidden;
    background-image: url('/img/pattern-african.jpg');
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: var(--cta-pattern-tile) 100%;
    animation: cta-pattern-scroll 16s linear infinite;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.38),
        0 4px 14px rgba(0, 0, 0, 0.24);
    transform: translateY(-100%);
    opacity: 0;
}

.cta-section[data-cta-reveal] .cta-pattern-band {
    transform: translateY(0);
    opacity: 1;
}

.cta-pattern-band::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: clamp(16px, 3vw, 28px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.12) 45%, transparent 100%);
    pointer-events: none;
}

.cta-bg {
    z-index: 0;
    overflow: hidden;
}

.cta-bg-base {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 55% at 50% 18%, rgba(31, 219, 165, 0.1) 0%, transparent 58%),
        linear-gradient(180deg, #0a2f2f 0%, #082420 55%, #061a18 100%);
}

.cta-shell {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
    display: grid;
    justify-items: center;
}

.cta-inner {
    position: relative;
    width: min(100%, 1060px);
    max-width: 1060px;
    justify-self: center;
    padding: clamp(30px, 4vw, 44px) clamp(36px, 5vw, 80px) clamp(32px, 4vw, 40px);
    text-align: center;
    border-radius: 24px;
    background: rgba(8, 34, 30, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    opacity: 0;
    transform: translateY(48px) scale(0.96);
}

.cta-section[data-cta-reveal].is-revealing .cta-inner {
    animation: ctaCardReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-inner {
    opacity: 1;
    transform: none;
}

.cta-inner-accent {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 4px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, #e63946 0%, #f4a825 34%, #2ec4a8 68%, #e63946 100%);
    z-index: 3;
    transform: scaleX(0);
    transform-origin: center;
}

.cta-section[data-cta-reveal].is-revealing .cta-inner-accent {
    animation: ctaAccentReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-inner-accent {
    transform: scaleX(1);
}

.cta-inner-body {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a1208;
    background: linear-gradient(135deg, #ffd24a 0%, #ffb703 100%);
    border: 1px solid rgba(255, 214, 90, 0.65);
    box-shadow: 0 6px 18px rgba(255, 183, 3, 0.28);
}

.cta-title {
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.1;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transform: translateY(110px);
}

.cta-section[data-cta-reveal].is-revealing .cta-title {
    animation: ctaRiseBehind 0.75s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-title {
    opacity: 1;
    transform: none;
}

.cta-title-accent {
    color: #2ec4a8;
    text-shadow: 0 0 28px rgba(46, 196, 168, 0.35);
}

.cta-sub {
    font-size: clamp(15px, 1.5vw, 17px);
    max-width: 36ch;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
    opacity: 0;
    transform: translateY(96px);
}

.cta-section[data-cta-reveal].is-revealing .cta-sub {
    animation: ctaRiseBehind 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.25s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-sub {
    opacity: 1;
    transform: none;
}

.cta-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.cta-chips li {
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #10231d;
    opacity: 0;
    transform: translateY(84px) scale(0.94);
}

.cta-section[data-cta-reveal].is-revealing .cta-chips li:nth-child(1) {
    animation: ctaChipRiseBehind 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards;
}

.cta-section[data-cta-reveal].is-revealing .cta-chips li:nth-child(2) {
    animation: ctaChipRiseBehind 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.52s forwards;
}

.cta-section[data-cta-reveal].is-revealing .cta-chips li:nth-child(3) {
    animation: ctaChipRiseBehind 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.64s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-chips li {
    opacity: 1;
    transform: none;
}

.cta-chips li:nth-child(1) {
    background: #ff6b6b;
    border: 1px solid rgba(255, 120, 120, 0.55);
}

.cta-chips li:nth-child(2) {
    background: #ffd166;
    border: 1px solid rgba(255, 214, 90, 0.55);
}

.cta-chips li:nth-child(3) {
    background: #4dd4a8;
    border: 1px solid rgba(77, 212, 168, 0.55);
}

.cta-actions {
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(88px);
}

.cta-actions .btn-cta:focus-visible,
.cta-actions .btn-cta-ghost:focus-visible {
    animation: ctaBtnVibrate 0.42s ease;
}

@keyframes ctaBtnVibrate {
    0%, 100% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-3px);
    }

    30% {
        transform: translateX(3px);
    }

    45% {
        transform: translateX(-3px);
    }

    60% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-2px);
    }
}

.cta-section[data-cta-reveal].is-revealing .cta-actions {
    animation: ctaRiseBehind 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.78s forwards;
}

.cta-section[data-cta-reveal].is-revealed .cta-actions {
    opacity: 1;
    transform: none;
}

@keyframes ctaVeilRise {
    to {
        transform: translateY(0);
    }
}

@keyframes ctaVeilDrop {
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes ctaCardReveal {
    from {
        opacity: 0;
        transform: translateY(48px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ctaAccentReveal {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes ctaRiseBehind {
    from {
        opacity: 0;
        transform: translateY(110px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ctaChipRiseBehind {
    from {
        opacity: 0;
        transform: translateY(84px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.btn-cta-ghost {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
}

.btn-cta-ghost:hover {
    color: #ffffff;
    border-color: rgba(31, 219, 165, 0.55);
    background: rgba(31, 219, 165, 0.1);
}

@media (max-width: 768px) {
    .cta-inner {
        padding: 28px 22px 32px;
    }

    .cta-chips {
        gap: 8px;
    }
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: var(--footer-bg);
    padding: 44px 5% 22px;
    color: var(--cream);
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 260px;
    height: 260px;
    background: url('/img/logo-avatar.png') center/cover no-repeat;
    opacity: 0.055;
    pointer-events: none;
    transform-origin: top right;
    transform: rotate(14deg) scale(1.12);
    mask-image: radial-gradient(circle at 78% 22%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.35) 44%, transparent 72%);
}

.footer-shell {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) minmax(0, 3fr);
    gap: clamp(24px, 4vw, 40px);
    padding-bottom: 28px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
}

.footer-logo {
    margin-bottom: 12px;
    align-self: flex-start;
    width: fit-content;
}

.footer-tagline {
    margin: 0 0 18px;
    max-width: 26ch;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible;
}

.footer-social-link {
    --social-bg: rgba(255, 255, 255, 0.06);
    --social-border: rgba(255, 255, 255, 0.14);
    --social-hover-width: 116px;
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    overflow: visible;
}

.footer-social-link::after {
    content: '';
    position: absolute;
    inset: -4px auto -4px -4px;
    width: 44px;
    border-radius: 999px;
    z-index: 1;
    pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
    .footer-social-link:hover,
    .footer-social-link:focus-visible {
        z-index: 5;
    }

    .footer-social-link:hover::after,
    .footer-social-link:focus-visible::after {
        width: calc(var(--social-hover-width) + 8px);
    }
}

.footer-social-pill {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid var(--social-border);
    border-radius: 999px;
    background: var(--social-bg);
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    transition:
        width 0.22s ease,
        padding 0.22s ease,
        gap 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        box-shadow 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
    .footer-social-link:not(:hover):not(:focus-visible) .footer-social-pill {
        transition-delay: 0.06s;
    }
}

.footer-social-link .icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: #ffffff;
}

.footer-social-name {
    display: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

@media (hover: hover) and (pointer: fine) {
    .footer-social-link:hover .footer-social-pill,
    .footer-social-link:focus-visible .footer-social-pill {
        width: var(--social-hover-width);
        gap: 7px;
        padding: 0 12px 0 10px;
        justify-content: flex-start;
        color: #ffffff;
        border-color: transparent;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    }

    .footer-social-link:hover .footer-social-name,
    .footer-social-link:focus-visible .footer-social-name {
        display: inline;
    }

    .footer-social-link--facebook:hover .footer-social-pill,
    .footer-social-link--facebook:focus-visible .footer-social-pill {
        background: #1877f2;
    }

    .footer-social-link--x:hover .footer-social-pill,
    .footer-social-link--x:focus-visible .footer-social-pill {
        background: #000000;
    }

    .footer-social-link--linkedin:hover .footer-social-pill,
    .footer-social-link--linkedin:focus-visible .footer-social-pill {
        background: #0a66c2;
    }

    .footer-social-link--youtube:hover .footer-social-pill,
    .footer-social-link--youtube:focus-visible .footer-social-pill {
        background: #ff0000;
    }

    .footer-social-link--instagram:hover .footer-social-pill,
    .footer-social-link--instagram:focus-visible .footer-social-pill {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
}

.footer-social-link--facebook {
    --social-hover-width: 120px;
}

.footer-social-link--x {
    --social-hover-width: 110px;
}

.footer-social-link--linkedin {
    --social-hover-width: 114px;
}

.footer-social-link--youtube {
    --social-hover-width: 114px;
}

.footer-social-link--instagram {
    --social-hover-width: 118px;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    min-width: 0;
}

.footer-col {
    min-width: 0;
}

.footer-col h4 {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal);
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.footer-col a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-col a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--teal);
    border-right: 2px solid var(--teal);
    opacity: 0;
    transform: translate(-8px, -50%) rotate(45deg);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover,
.footer-col a:focus-visible {
    padding-left: 18px;
}

.footer-col a:hover::before,
.footer-col a:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
}

.footer-contacts {
    padding: 24px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contacts-title {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: #ffffff;
}

.footer-address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.footer-address .icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: var(--teal);
}

.footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 24px);
}

.footer-contact-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-contact-country {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.footer-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}

.footer-contact-line .icon {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.55);
}

.footer-contact-line:hover,
.footer-contact-line:focus-visible {
    color: var(--teal);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.footer-copy {
    max-width: 52ch;
    line-height: 1.5;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.62);
    transition: color 0.2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
    color: var(--teal);
}

@keyframes cookie-gradient-flow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes cookie-glow-drift {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.55;
    }

    50% {
        transform: translate(12px, -8px) scale(1.08);
        opacity: 0.85;
    }

    100% {
        transform: translate(-6px, 4px) scale(0.96);
        opacity: 0.6;
    }
}

@keyframes cookie-glow-drift-alt {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-10px, 6px) scale(1.06);
        opacity: 0.8;
    }

    100% {
        transform: translate(8px, -4px) scale(0.98);
        opacity: 0.55;
    }
}

.cookie-sheet {
    --cookie-sheet-offset: 0px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    padding: 0 14px 14px;
    transform: translateY(calc(100% + 14px));
    visibility: hidden;
    pointer-events: none;
    transition:
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.42s ease;
}

.cookie-sheet.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

@keyframes cookie-confirm-pop {
    0% {
        transform: scale(0.55);
        opacity: 0;
    }

    65% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes cookie-stage-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cookie-stage-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-8px);
    }
}

.cookie-sheet-panel {
    position: relative;
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 20px 20px 16px 16px;
    border: 1px solid rgba(10, 47, 47, 0.08);
    background: #ffffff;
    box-shadow:
        0 -8px 32px rgba(10, 47, 47, 0.1),
        0 -24px 64px rgba(10, 47, 47, 0.14);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s ease;
}

.cookie-sheet.is-confirmed .cookie-sheet-panel {
    transform: scale(1.01);
    box-shadow:
        0 -10px 36px rgba(31, 219, 165, 0.14),
        0 -24px 64px rgba(10, 47, 47, 0.12);
}

.cookie-sheet-stages {
    position: relative;
}

.cookie-sheet-stage {
    display: none;
}

.cookie-sheet-stage.is-active {
    display: block;
    animation: cookie-stage-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cookie-sheet-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(
        90deg,
        #ffd24a 0%,
        #1fdba5 25%,
        #2ec4a8 50%,
        #ff7b54 75%,
        #c56cf0 100%
    );
    background-size: 220% 100%;
    animation: cookie-gradient-flow 7s ease-in-out infinite;
}

.cookie-sheet-glow {
    position: absolute;
    width: clamp(120px, 20vw, 200px);
    height: clamp(120px, 20vw, 200px);
    border-radius: 50%;
    filter: blur(36px);
    pointer-events: none;
    z-index: 0;
}

.cookie-sheet-glow--left {
    left: -8%;
    bottom: -55%;
    background: radial-gradient(circle, rgba(31, 219, 165, 0.42) 0%, rgba(31, 219, 165, 0) 72%);
    animation: cookie-glow-drift 9s ease-in-out infinite;
}

.cookie-sheet-glow--right {
    right: -6%;
    top: -70%;
    background: radial-gradient(circle, rgba(255, 183, 3, 0.38) 0%, rgba(255, 183, 3, 0) 72%);
    animation: cookie-glow-drift-alt 10s ease-in-out infinite;
}

.cookie-sheet-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
}

.cookie-sheet-inner--confirm {
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 16px;
}

.cookie-sheet-confirm-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #06221e;
    background: linear-gradient(135deg, #1fdba5 0%, #2ec4a8 50%, #0ea87c 100%);
    background-size: 200% 200%;
    animation: cookie-gradient-flow 4s ease infinite, cookie-confirm-pop 0.55s cubic-bezier(0.34, 1.4, 0.64, 1) both;
    box-shadow: 0 8px 20px rgba(31, 219, 165, 0.35);
}

.cookie-sheet-confirm-icon .icon {
    width: 20px;
    height: 20px;
    stroke-width: 2.6;
}

.cookie-sheet-kicker--confirm {
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.22) 0%, rgba(46, 196, 168, 0.18) 100%);
}

.cookie-sheet-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.cookie-sheet-kicker {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0a2f2f;
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.18) 0%, rgba(255, 210, 74, 0.22) 100%);
    border: 1px solid rgba(31, 219, 165, 0.28);
}

.cookie-sheet-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a2f2f;
}

.cookie-sheet-desc {
    margin: 0;
    max-width: 48ch;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(10, 47, 47, 0.68);
}

.cookie-sheet-link {
    font-size: 12px;
    font-weight: 600;
    color: #0ea87c;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.cookie-sheet-link:hover,
.cookie-sheet-link:focus-visible {
    color: #0a2f2f;
}

.cookie-sheet-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.cookie-sheet-btn {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cookie-sheet-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.cookie-sheet-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

.cookie-sheet-btn-primary {
    border: 1px solid rgba(14, 138, 108, 0.35);
    color: #06221e;
    background: linear-gradient(135deg, #1fdba5 0%, #2ec4a8 35%, #0ea87c 70%, #1fdba5 100%);
    background-size: 220% 220%;
    animation: cookie-gradient-flow 5s ease infinite;
    box-shadow: 0 8px 22px rgba(31, 219, 165, 0.32);
}

.cookie-sheet-btn-primary:hover,
.cookie-sheet-btn-primary:focus-visible {
    box-shadow: 0 10px 28px rgba(31, 219, 165, 0.4);
}

.cookie-sheet-btn-ghost {
    border: 1px solid rgba(10, 47, 47, 0.14);
    background: #ffffff;
    color: rgba(10, 47, 47, 0.82);
}

.cookie-sheet-btn-ghost:hover,
.cookie-sheet-btn-ghost:focus-visible {
    border-color: rgba(10, 47, 47, 0.24);
    background: rgba(10, 47, 47, 0.04);
}

body.cookie-sheet-open {
    --cookie-sheet-offset: 72px;
}

body.cookie-sheet-open .help-widget-container {
    bottom: calc(24px + var(--cookie-sheet-offset));
}

@media (prefers-reduced-motion: reduce) {
    .cookie-sheet-accent,
    .cookie-sheet-glow,
    .cookie-sheet-btn-primary,
    .cookie-sheet-confirm-icon {
        animation: none;
    }

    .cookie-sheet-stage.is-active {
        animation: none;
    }

    .cookie-sheet.is-confirmed .cookie-sheet-panel {
        transform: none;
    }
}

.reveal,
.scroll-animate,
.load-animate {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.72s ease, transform 0.72s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible,
.scroll-animate.is-visible,
.load-animate.is-loaded {
    opacity: 1;
    transform: translateY(0);
}

.load-animate {
    transform: translateY(18px);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }

    .cta-section[data-cta-reveal] .cta-section-expand {
        max-height: 1500px;
        overflow: visible;
    }

    .cta-actions .btn-cta:focus-visible,
    .cta-actions .btn-cta-ghost:focus-visible {
        animation: none;
    }

    .cta-section[data-cta-reveal] .cta-reveal-veil {
        display: none;
    }

    .cta-section[data-cta-reveal] .cta-pattern-band,
    .cta-section[data-cta-reveal] .cta-inner,
    .cta-section[data-cta-reveal] .cta-inner-accent,
    .cta-section[data-cta-reveal] .cta-title,
    .cta-section[data-cta-reveal] .cta-sub,
    .cta-section[data-cta-reveal] .cta-chips li,
    .cta-section[data-cta-reveal] .cta-actions {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .scroll-animate,
    .load-animate {
        opacity: 1;
        transform: none;
    }

    .offerings-panel,
    .offerings-stagger {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .package-featured:hover,
    .package-compare:hover {
        transform: translateY(-4px);
    }

    .hardware-shop-track {
        scroll-behavior: auto;
    }

    .ribbon-top-gloss {
        animation: none;
    }
}

@media (max-width: 1120px) {
    .site-nav {
        gap: 10px;
    }

    .nav-links {
        display: none;
    }

    .nav-apps-offcanvas {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 130;
        width: min(100vw - 32px, 720px);
        transform: translateX(-50%);
    }

    .nav-apps-panel {
        top: 10px;
        left: 0;
        right: auto;
        width: 100%;
        padding: 14px 16px 16px;
        transform: translateY(10px) scale(0.985);
        transform-origin: top center;
    }

    .nav-apps-panel .nav-apps-module-card-name {
        font-size: 14px;
        line-height: 1.26;
        padding-right: 22px;
    }

    .nav-apps-panel .nav-apps-module-card {
        min-height: 100px;
        padding: 16px 16px 13px;
    }

    .nav-apps-offcanvas.is-open .nav-apps-panel {
        animation: navAppsPanelRevealTablet 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .nav-apps-offcanvas:not(.is-open) .nav-apps-panel {
        transform: translateY(10px) scale(0.985);
    }

    @keyframes navAppsPanelRevealTablet {
        0% {
            opacity: 0;
            transform: translateY(12px) scale(0.94);
        }

        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .nav-apps-panel-body {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nav-apps-offcanvas .nav-apps-group--apps {
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: inset 0 1px 0 rgba(31, 219, 165, 0.08);
    }

    .nav-apps-module-card {
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2);
    }

    .nav-apps-modules-stage {
        min-height: 0;
    }

    .nav-apps-modules-stage.is-detail-open {
        min-height: 380px;
    }

    .nav-apps-panel .nav-apps-module-card-icon {
        right: -26px;
        top: -30px;
        width: 84px;
        height: 84px;
        border-radius: 22px;
    }

    .nav-apps-panel .nav-apps-module-card-icon.nav-apps-module-icon {
        width: 84px;
        height: 84px;
        border-radius: 22px;
    }

    .nav-apps-panel .nav-apps-module-card-icon .icon {
        width: 38px;
        height: 38px;
    }

    .nav-apps-panel .nav-apps-module-detail-hero {
        padding: 16px 100px 16px 16px;
    }

    .nav-apps-panel .nav-apps-module-detail-icon {
        right: -18px;
        top: -20px;
        width: 100px;
        height: 100px;
    }

    .nav-apps-module-detail-title {
        font-size: 22px;
    }

    .nav-ctas {
        margin-left: auto;
        flex: 0 0 auto;
        gap: 10px;
    }

    .nav-ctas .btn-ghost,
    .nav-ctas .btn-primary {
        min-width: 0;
        min-height: 34px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .nav-ctas .btn-primary {
        min-width: 0;
        white-space: nowrap;
    }

    .mobile-nav {
        display: block;
        flex: 0 0 auto;
    }

    .mobile-nav-toggle {
        display: flex;
    }
}

@media (max-width: 767px) {
    .nav-apps-panel {
        width: min(100vw - 24px, 520px);
        padding: 14px 14px 16px;
    }

    .nav-apps-panel .nav-apps-module-card-name {
        font-size: 13px;
        line-height: 1.3;
    }

    .nav-apps-modules-stage.is-detail-open {
        min-height: 360px;
    }

    .nav-apps-panel .nav-apps-module-detail-hero {
        padding: 14px 96px 14px 14px;
    }

    .nav-apps-panel .nav-apps-module-detail-icon {
        right: -16px;
        top: -18px;
        width: 92px;
        height: 92px;
        border-radius: 24px;
    }

    .nav-apps-panel .nav-apps-module-detail-icon .icon {
        width: 44px;
        height: 44px;
    }

    .nav-apps-module-detail-title {
        font-size: 20px;
    }
}

@media (max-width: 520px) {
    .nav-apps-panel {
        width: calc(100vw - 20px);
        max-width: none;
    }

    .nav-apps-panel .nav-apps-module-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nav-apps-modules-stage.is-detail-open {
        min-height: 340px;
    }

    .nav-apps-panel .nav-apps-module-detail-hero {
        padding: 14px 84px 14px 14px;
    }

    .nav-apps-panel .nav-apps-module-detail-icon {
        right: -14px;
        top: -16px;
        width: 80px;
        height: 80px;
        border-radius: 22px;
    }

    .nav-apps-panel .nav-apps-module-detail-icon .icon {
        width: 38px;
        height: 38px;
    }

    .nav-apps-module-detail-title {
        font-size: 18px;
    }
}

@media (max-width: 760px) {
    .nav-dropdown-feature {
        height: 100px;
    }

    .nav-dropdown-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .site-nav {
        height: 76px;
    }

    .site-nav.is-scrolled,
    .site-nav:focus-within {
        height: 70px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        display: none;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-shell {
        padding-right: 0;
    }

    .industries-visual {
        order: -1;
        margin-bottom: 24px;
    }

    .industries-showcase {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .testimonials-header,
    .testimonials-showcase {
        grid-template-columns: 1fr;
    }

    .testimonials-showcase {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .testimonials-media-stage {
        order: -1;
    }

    .testimonials-slider {
        order: 1;
    }

    .testimonials-media img {
        min-height: 240px;
        max-height: 340px;
    }

    .businesses-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .achievements-panel {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-bottom: 22px;
    }

    .footer-brand {
        max-width: none;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .footer-brand .footer-logo {
        align-self: flex-start;
        justify-content: flex-start;
        margin-inline: 0;
        width: fit-content;
    }

    .footer-tagline {
        max-width: 36ch;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        width: 100%;
    }

    .footer-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .hero {
        min-height: 690px;
        padding: 116px 6% 64px;
    }

    .page-hero {
        min-height: 620px;
        padding: 116px 6% 56px;
    }

    .hero-bg {
        background:
            linear-gradient(90deg, rgba(1, 45, 39, 0.98) 0%, rgba(2, 51, 44, 0.86) 48%, rgba(5, 50, 43, 0.48) 78%, rgba(4, 23, 20, 0.22) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(1, 37, 32, 0.34) 100%),
            url('https://images.unsplash.com/photo-1556740758-90de374c12ad?w=1600&q=85&auto=format&fit=crop') 68% center / cover no-repeat;
    }

    .page-hero-bg {
        background:
            linear-gradient(90deg, rgba(1, 45, 39, 0.98) 0%, rgba(2, 51, 44, 0.86) 48%, rgba(5, 50, 43, 0.48) 78%, rgba(4, 23, 20, 0.22) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(1, 37, 32, 0.34) 100%),
            var(--page-hero-image) var(--page-hero-position, 68% center) / cover no-repeat;
    }

    .hero-title,
    .hero-sub {
        max-width: 620px;
    }

    .marquee-wrap {
        min-height: 210px;
        margin-top: -78px;
        margin-bottom: -16px;
        padding-bottom: 0;
        background: linear-gradient(180deg,
            rgba(1, 32, 27, 0) 0%,
            rgba(1, 32, 27, 0.48) 26%,
            rgba(1, 32, 27, 0.78) 50%,
            #ffffff 100%);
    }

    .marquee-wrap::after {
        bottom: 42px;
        height: 32px;
    }

    .ribbon-svg {
        width: 122%;
        height: 236px;
        margin-left: -11%;
        transform: rotate(-1.45deg);
    }

    .ribbon-base {
        stroke-width: 66;
    }

    .ribbon-under-shadow {
        stroke-width: 78;
    }

    .ribbon-top-gloss {
        stroke-width: 9;
        transform: translateY(-17px);
    }

    .ribbon-bottom-shade {
        stroke-width: 15;
        transform: translateY(19px);
    }

    .ribbon-text {
        font-size: 13px;
        letter-spacing: 0.075em;
    }
}

@media (max-width: 640px) {
    .site-nav {
        min-height: 68px;
        height: 68px;
        gap: 12px;
        padding: 0 5%;
    }

    .nav-logo {
        font-size: 17px;
        gap: 9px;
    }

    .nav-logo-mark {
        width: 38px;
        height: 38px;
    }

    .nav-ctas {
        display: none;
    }

    .mobile-nav {
        margin-left: auto;
    }

    .mobile-nav-toggle {
        width: 38px;
        height: 38px;
        gap: 3px;
    }

    .mobile-nav-toggle span {
        width: 14px;
    }

    .mobile-nav[open] .mobile-nav-toggle span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    .mobile-nav[open] .mobile-nav-toggle span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .hero {
        min-height: auto;
        align-items: flex-start;
        padding: 118px 5% 100px;
    }

    .page-hero {
        min-height: auto;
        padding: 118px 5% 72px;
    }

    .hero::after {
        height: 54%;
    }

    .hero-bg {
        background:
            linear-gradient(90deg, rgba(1, 45, 39, 0.99) 0%, rgba(2, 51, 44, 0.91) 58%, rgba(2, 51, 44, 0.72) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(1, 37, 32, 0.34) 100%),
            url('https://images.unsplash.com/photo-1556740758-90de374c12ad?w=1200&q=85&auto=format&fit=crop') 72% center / cover no-repeat;
    }

    .page-hero-bg {
        background:
            linear-gradient(90deg, rgba(1, 45, 39, 0.99) 0%, rgba(2, 51, 44, 0.91) 58%, rgba(2, 51, 44, 0.72) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(1, 37, 32, 0.34) 100%),
            var(--page-hero-image) var(--page-hero-position, 72% center) / cover no-repeat;
    }

    .page-hero-chips {
        gap: 8px;
    }

    .hero-eyebrow:not(.hero-eyebrow--with-flags) {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: fit-content;
        max-width: 100%;
        border-radius: 100px;
        padding: 8px 14px;
    }

    .hero-eyebrow:not(.hero-eyebrow--with-flags) .hero-eyebrow-icon {
        width: 22px;
        height: 22px;
        font-size: 22px;
    }

    .hero-eyebrow:not(.hero-eyebrow--with-flags) .hero-eyebrow-icon .icon {
        width: 14px;
        height: 14px;
    }

    .hero-eyebrow--with-flags {
        display: grid;
        grid-template-columns: auto 1px 1fr;
        grid-template-rows: auto auto;
        align-items: center;
        border-radius: 16px;
        padding: 12px 16px;
        column-gap: 14px;
        row-gap: 6px;
        width: 100%;
        box-sizing: border-box;
    }

    .hero-eyebrow--with-flags .hero-eyebrow-icon {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: center;
        width: 32px;
        height: 32px;
        font-size: 32px;
    }

    .hero-eyebrow--with-flags .hero-eyebrow-icon .icon {
        width: 18px;
        height: 18px;
    }

    .hero-eyebrow--with-flags::after {
        content: '';
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: stretch;
        background: rgba(255, 255, 255, 0.2);
    }

    .hero-eyebrow--with-flags .hero-eyebrow-text {
        grid-column: 3;
        grid-row: 1;
    }

    .hero-eyebrow--with-flags .hero-flags {
        grid-column: 3;
        grid-row: 2;
        padding-left: 0;
        flex-wrap: wrap;
        gap: 5px;
    }

    .hero-title {
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.08;
    }

    .hero-sub {
        font-size: 15.5px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .hero-actions {
        position: relative;
        z-index: 5;
        width: 100%;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 28px;
    }

    .page-hero:has(.hero-actions) .hero-sub {
        margin-bottom: 24px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-hero,
    .btn-whatsapp,
    .hero-actions .btn-ghost,
    .page-hero .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .marquee-wrap {
        min-height: 236px;
        margin-top: -76px;
        margin-bottom: -18px;
        padding: 0;
        background: linear-gradient(180deg,
            rgba(1, 32, 27, 0) 0%,
            rgba(1, 32, 27, 0.38) 18%,
            rgba(1, 32, 27, 0.68) 42%,
            #ffffff 100%);
    }

    .marquee-wrap::after {
        bottom: 46px;
        height: 30px;
        filter: blur(12px);
        opacity: 0.32;
    }

    .ribbon-svg {
        width: 340%;
        height: 272px;
        margin-left: -240%;
        transform: rotate(-1.35deg);
    }

    .ribbon-base {
        stroke-width: 84;
    }

    .ribbon-under-shadow {
        stroke-width: 100;
    }

    .ribbon-top-gloss {
        stroke-width: 12;
        transform: translateY(-20px);
    }

    .ribbon-bottom-shade {
        stroke-width: 18;
        transform: translateY(23px);
    }

    .ribbon-text {
        font-size: 17px;
        letter-spacing: 0.055em;
    }

    .ribbon-text-desktop {
        display: none;
    }

    .ribbon-text-mobile {
        display: block;
    }

    .mobile-nav-panel {
        top: 68px;
        inset-inline: 0;
        width: auto;
        max-height: calc(100dvh - 68px);
        padding: 18px 5% 24px;
    }

    .mobile-nav-link-direct,
    .mobile-nav-group:not(.mobile-nav-apps-group) summary {
        min-height: 52px;
        font-size: 17px;
    }

    .mobile-nav-links {
        grid-template-columns: 1fr;
        padding: 8px 0 16px;
    }

    .mobile-nav-link {
        padding: 12px 14px;
    }

    .mobile-nav-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mobile-nav-apps-stage.is-detail-open {
        min-height: 300px;
    }

    .mobile-nav-apps-stage .nav-apps-module-card {
        min-height: 92px;
    }

    .mobile-nav-apps-detail .nav-apps-module-detail-icon {
        width: 96px;
        height: 96px;
        border-radius: 24px;
    }

    .mobile-nav-apps-detail .nav-apps-module-detail-icon .icon {
        width: 46px;
        height: 46px;
    }

    .mobile-nav-apps-detail .nav-apps-module-detail-title {
        font-size: 20px;
    }

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

    .site-footer {
        padding: 30px 5% 16px;
    }

    .footer-top {
        gap: 20px;
        padding-bottom: 18px;
    }

    .footer-tagline {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.6;
        max-width: 40ch;
    }

    .footer-social {
        gap: 10px;
    }

    .footer-nav {
        gap: 14px 16px;
    }

    .footer-col h4 {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .footer-col ul {
        gap: 7px;
    }

    .footer-col a {
        font-size: 13px;
        line-height: 1.35;
    }

    .footer-contacts {
        padding: 20px 0 16px;
    }

    .footer-contacts-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .footer-address {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .footer-contact-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer-contact-card {
        gap: 8px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-contact-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-contact-country {
        font-size: 13px;
    }

    .footer-contact-line {
        font-size: 14px;
        gap: 8px;
    }

    .footer-contact-line .icon {
        width: 15px;
        height: 15px;
    }

    .footer-bottom {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px 12px;
        padding-top: 12px;
        font-size: 11px;
    }

    .footer-legal {
        gap: 12px;
    }

    .cookie-sheet {
        padding: 0 10px 10px;
    }

    .cookie-sheet-panel {
        border-radius: 18px 18px 14px 14px;
    }

    .cookie-sheet-inner {
        flex-wrap: wrap;
        align-items: center;
        padding: 11px 14px;
        gap: 10px 12px;
    }

    .cookie-sheet-copy {
        flex: 1 1 200px;
        min-width: 0;
    }

    .cookie-sheet-actions {
        flex: 0 0 auto;
    }

    .partners-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .partner-logo-card {
        min-height: 100px;
        padding: 18px 14px;
    }

    .partner-logo-card img {
        height: 46px;
    }

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

    .businesses-logo-cell {
        min-height: 76px;
        padding: 14px 12px;
    }

    .achievement-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 14px 0;
    }

    .achievement-item-year {
        align-self: flex-start;
        padding-left: 58px;
    }

    .partners-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        padding: 14px 8px;
    }

    .partners-stat {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 4px 4px;
        text-align: center;
    }

    .partners-stat + .partners-stat::before {
        display: block;
        top: 10%;
        bottom: 10%;
    }

    .partners-stat-icon {
        width: 28px;
        height: 28px;
        border-radius: 7px;
    }

    .partners-stat-icon .icon {
        width: 14px;
        height: 14px;
    }

    .partners-stat-copy {
        align-items: center;
        width: 100%;
    }

    .partners-stat-value {
        font-size: clamp(13px, 3.8vw, 15px);
    }

    .partners-stat-label {
        font-size: 9px;
        line-height: 1.25;
        text-align: center;
        hyphens: auto;
    }

    .partners-section .partners-tab-nav .snapshot-nav-scroll {
        justify-content: flex-start;
    }

    .industries-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .industries-title {
        font-size: clamp(28px, 8vw, 34px);
    }

    .industries-visual {
        width: min(88vw, 340px);
        margin-bottom: 4px;
    }

    .industries-visual img {
        max-height: min(52vh, 420px);
    }

    .ind-tab {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* Floating Help Widget */
.help-widget-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    font-family: var(--font-sans);
    opacity: 0;
    transform: translateY(40px) scale(0.6);
    animation: help-reveal 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards;
}

.back-to-top {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(10, 47, 47, 0.92);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.9);
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease,
        transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
        border-color 0.2s ease,
        background-color 0.2s ease;
    backdrop-filter: blur(10px);
}

.back-to-top svg {
    width: 16px;
    height: 16px;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top:hover {
    border-color: rgba(31, 219, 165, 0.55);
    background: rgba(14, 138, 108, 0.35);
    transform: translateY(-2px) scale(1);
}

.back-to-top:focus-visible {
    outline: 2px solid var(--teal);
    outline-offset: 3px;
}

.back-to-top::after {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 30, 25, 0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 10;
}

.back-to-top:hover::after,
.back-to-top:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

.help-widget-container:has(.back-to-top.is-visible) .help-chat-window {
    bottom: 126px;
}

@keyframes help-reveal {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.6);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.help-float-trigger {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dim) 100%);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(31, 219, 165, 0.4);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.help-float-trigger:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(31, 219, 165, 0.5);
}

.help-float-trigger:active {
    transform: scale(0.92);
}

.help-float-trigger.click-pulse {
    animation: help-click-bounce 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@keyframes help-click-bounce {
    0% { transform: scale(1.1); }
    30% { transform: scale(0.85); }
    60% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.help-trigger-icon {
    position: relative;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-trigger-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.icon-chat {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.icon-close {
    opacity: 0;
    transform: rotate(-90deg) scale(0);
}

/* Active State for Trigger Button */
.help-float-trigger.chat-is-active .icon-chat {
    opacity: 0;
    transform: rotate(90deg) scale(0);
}

.help-float-trigger.chat-is-active .icon-close {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.help-pulse-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--teal);
    animation: help-pulse 2s infinite;
    pointer-events: none;
    opacity: 0.8;
}

@keyframes help-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Chat Window */
.help-chat-window {
    position: absolute;
    bottom: 76px;
    right: 0;
    width: min(380px, 90vw);
    height: 520px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow:
        0 18px 48px rgba(16, 35, 29, 0.12),
        0 8px 24px rgba(16, 35, 29, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transform-origin: bottom right;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
}

.help-chat-window.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
}

/* Header */
.help-chat-header {
    padding: 16px 20px;
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 35, 29, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help-bot-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.help-bot-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f7f5;
    border: 1.5px solid rgba(31, 219, 165, 0.45);
    padding: 4px;
}

.help-bot-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.help-bot-status {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00e676;
    border: 2px solid #ffffff;
}

.help-bot-info {
    display: flex;
    flex-direction: column;
}

.help-bot-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
}

.help-bot-title {
    font-size: 11px;
    color: rgba(16, 35, 29, 0.55);
}

.help-chat-close {
    background: none;
    border: none;
    color: rgba(16, 35, 29, 0.45);
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s ease;
}

.help-chat-close:hover {
    color: var(--ink);
}

/* Messages Area */
.help-chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-behavior: smooth;

    /* Firefox custom scrollbar */
    scrollbar-width: thin;
    scrollbar-color: rgba(31, 219, 165, 0.55) #f0f4f2;
}

/* Chrome, Edge, Safari custom scrollbar */
.help-chat-messages::-webkit-scrollbar {
    width: 6px;
}

.help-chat-messages::-webkit-scrollbar-track {
    background: #f0f4f2;
    border-radius: 10px;
}

.help-chat-messages::-webkit-scrollbar-thumb {
    background: rgba(31, 219, 165, 0.45);
    border-radius: 10px;
    transition: background 0.2s ease;
}

.help-chat-messages::-webkit-scrollbar-thumb:hover {
    background: var(--teal);
}

.help-msg {
    max-width: 80%;
    display: flex;
}

.help-msg-bot {
    align-self: flex-start;
}

.help-msg-user {
    align-self: flex-end;
}

.help-msg-bubble {
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 13.5px;
    line-height: 1.45;
}

.help-msg-bot .help-msg-bubble {
    background: #f3f6f4;
    color: rgba(16, 35, 29, 0.88);
    border-bottom-left-radius: 4px;
    border: 1px solid rgba(16, 35, 29, 0.06);
}

.help-msg-user .help-msg-bubble {
    background: var(--teal);
    color: var(--ink);
    font-weight: 500;
    border-bottom-right-radius: 4px;
}

.help-msg-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(16, 35, 29, 0.08);
}

.help-msg-bot .help-msg-bubble a {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.9);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(16, 35, 29, 0.1);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.help-msg-bot .help-msg-bubble a:hover {
    background: #fff;
    border-color: rgba(16, 35, 29, 0.18);
}

.help-chat-send-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Suggestions */
.help-chat-suggestions {
    padding: 0 20px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.help-suggest-btn {
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.1);
    color: rgba(16, 35, 29, 0.78);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.help-suggest-btn:hover {
    background: #f3f7f5;
    border-color: rgba(31, 219, 165, 0.55);
    color: var(--ink);
}

.help-suggest-btn:active {
    transform: scale(0.97);
}

/* Footer / Input */
.help-chat-footer {
    padding: 12px 20px;
    background: #f7faf8;
    border-top: 1px solid rgba(16, 35, 29, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
}

.help-chat-input {
    flex: 1;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.1);
    border-radius: 20px;
    padding: 8px 16px;
    color: var(--ink);
    font-size: 13.5px;
    outline: none;
    resize: none;
    max-height: 80px;
    line-height: 1.4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: auto;
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.help-chat-input::-webkit-scrollbar {
    display: none;
}

.help-chat-input::placeholder {
    color: rgba(16, 35, 29, 0.4);
}

.help-chat-input:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 2px var(--teal-glow);
}

.help-chat-send-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--teal);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    flex-shrink: 0;
}

.help-chat-send-btn:hover {
    background: var(--teal-dim);
}

.help-chat-send-btn:active {
    transform: scale(0.92);
}

.help-chat-send-btn svg {
    width: 16px;
    height: 16px;
}

/* WhatsApp Direct Button */
.help-whatsapp-direct-btn {
    margin: 0 20px 20px;
    background: #25d366;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    border-radius: 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.help-whatsapp-direct-btn:hover {
    background: #20ba5a;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.help-whatsapp-direct-btn:active {
    transform: translateY(0);
}

.whatsapp-icon {
    width: 18px;
    height: 18px;
}

/* Typing Indicator Animation */
.help-typing-bubble {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 20px;
}

.help-typing-dot {
    width: 6px;
    height: 6px;
    background: rgba(16, 35, 29, 0.35);
    border-radius: 50%;
    animation: help-typing 1.4s infinite ease-in-out both;
}

.help-typing-dot:nth-child(1) { animation-delay: -0.32s; }
.help-typing-dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes help-typing {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

/* Snapshot Section */
.snapshot-section {
    position: relative;
    z-index: 5;
    padding: 24px 5% 100px;
    background: #ffffff;
    color: var(--ink);
    text-align: center;
}

.snapshot-header {
    margin-bottom: 40px;
}

.snapshot-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal-dim);
    border: 1.5px solid rgba(14, 168, 124, 0.35);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 18px;
    background: rgba(31, 219, 165, 0.06);
}

.snapshot-section .section-title {
    color: var(--ink);
    max-width: 720px;
    font-family: var(--font-display);
    font-weight: 700;
    margin-bottom: 32px;
}

.teal-gradient-text {
    background: linear-gradient(135deg, var(--teal-dim) 0%, #087f5b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.snapshot-cta {
    margin-top: 36px;
    margin-bottom: 0;
}

.snapshot-cta-btn {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    color: var(--teal-dim);
    padding: 11px 22px;
    border-radius: 4px;
    border: 1.5px solid rgba(14, 168, 124, 0.35);
    background: transparent;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.snapshot-cta-btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    flex: 0 0 auto;
    margin-left: 0;
    opacity: 0;
    transform: translateX(-8px) rotate(45deg);
    transition: opacity 0.2s ease, margin-left 0.2s ease, transform 0.2s ease;
}

.snapshot-cta-btn:hover {
    color: var(--teal-dim);
    border-color: var(--teal-dim);
    transform: translateY(-2px);
}

.snapshot-cta-btn:hover::after {
    margin-left: 10px;
    opacity: 1;
    transform: translateX(0) rotate(45deg);
}

.snapshot-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1060px;
    margin: 0 auto 44px;
    gap: 16px;
}

.snapshot-nav-scroll {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 6px 4px;
    scrollbar-width: none; /* Firefox */
}

.snapshot-nav-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.snapshot-tab-btn {
    background: transparent;
    color: rgba(8, 14, 12, 0.65);
    border: 1.5px solid transparent;
    font-family: var(--font-sans);
    font-size: 14.5px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    opacity: 0.85;
    transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, opacity 0.24s ease, transform 0.15s ease;
}

.snapshot-tab-btn:hover {
    color: var(--ink);
    opacity: 1;
}

.snapshot-tab-btn:active {
    transform: scale(0.97);
}

.snapshot-tab-btn.is-active {
    background: transparent;
    color: var(--teal);
    border-color: var(--teal);
    font-weight: 700;
    opacity: 1;
}

.snapshot-nav-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(8, 14, 12, 0.15);
    background: transparent;
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
}

.snapshot-nav-arrow:hover:not(:disabled) {
    background: rgba(8, 14, 12, 0.05);
    border-color: var(--ink);
    transform: scale(1.06);
}

.snapshot-nav-arrow:active:not(:disabled) {
    transform: scale(0.94);
}

.snapshot-nav-arrow svg {
    width: 16px;
    height: 16px;
}

.snapshot-showcase-wrapper {
    max-width: 1120px;
    margin: 0 auto;
    perspective: 1000px;
}

.snapshot-card {
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid rgba(8, 14, 12, 0.08);
    box-shadow: 0 30px 80px rgba(8, 14, 12, 0.07);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
}

.snapshot-frame {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
    background: #f7f9fb;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.snapshot-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.snapshot-caption-container {
    text-align: center;
}

.snapshot-caption {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 500;
    color: var(--ink-2);
    margin: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

@media (max-width: 768px) {
    .snapshot-section {
        padding: 14px 4% 60px;
    }
    .snapshot-header {
        margin-bottom: 28px;
    }
    .snapshot-nav-arrow {
        width: 32px;
        height: 32px;
    }
    .snapshot-nav-arrow svg {
        width: 14px;
        height: 14px;
    }
    .snapshot-nav-container {
        margin-bottom: 28px;
        gap: 8px;
    }
    .snapshot-card {
        padding: 18px;
        border-radius: 24px;
        gap: 20px;
    }
    .snapshot-frame {
        border-radius: 12px;
    }
    .snapshot-caption {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .snapshot-section {
        padding-top: 6px;
    }

    .snapshot-header {
        margin-bottom: 22px;
    }
}

/* Impact Section */
.impact-section {
    position: relative;
    overflow: hidden;
    padding: 48px 5% 40px;
    background:
        linear-gradient(180deg, #f8fbf7 0%, #ffffff 52%, #f7faf6 100%);
    color: #10231d;
}

.impact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(31, 219, 165, 0.08), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(255, 178, 84, 0.09), transparent 24%);
}

.impact-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.impact-header {
    max-width: 720px;
    margin: 0 auto 24px;
    text-align: center;
}

.impact-header .section-label {
    margin-bottom: 10px;
}

.impact-header .section-title {
    color: #10231d;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.impact-intro {
    max-width: 620px;
    margin: 8px auto 0;
    color: rgba(16, 35, 29, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.impact-card {
    position: relative;
    min-height: 128px;
    padding: 12px 14px;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 248, 0.92));
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 18px 44px rgba(16, 35, 29, 0.065);
    isolation: isolate;
    cursor: pointer;
    transition:
        transform 260ms ease,
        box-shadow 260ms ease,
        border-color 260ms ease;
}

.impact-card::before {
    content: "";
    position: absolute;
    top: -24%;
    right: -18%;
    width: 62%;
    height: 150%;
    background:
        radial-gradient(circle at 32% 42%, rgba(31, 219, 165, 0.18), transparent 34%),
        radial-gradient(circle at 70% 64%, rgba(255, 178, 84, 0.16), transparent 36%);
    filter: blur(18px);
    opacity: 0.7;
    z-index: -2;
    transition:
        opacity 280ms ease,
        transform 420ms ease;
}

.impact-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(255, 255, 255, 0) 46%,
            rgba(255, 255, 255, 0.72) 66%,
            rgba(255, 255, 255, 0.9) 100%);
    z-index: -1;
    pointer-events: none;
}

.impact-card:hover,
.impact-card:focus-within,
.impact-card:active {
    transform: translateY(-5px);
    border-color: rgba(31, 219, 165, 0.22);
    box-shadow: 0 26px 68px rgba(16, 35, 29, 0.11);
}

.impact-card:hover::before,
.impact-card:focus-within::before,
.impact-card:active::before {
    opacity: 1;
    transform: scale(1.08) translateX(-8px);
}

.impact-card-content {
    position: relative;
    z-index: 3;
    max-width: 66%;
}

.impact-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #0f8f6f;
    background: rgba(238, 250, 245, 0.92);
    border: 1px solid rgba(31, 219, 165, 0.18);
    backdrop-filter: blur(10px);
}

.impact-icon svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.impact-num {
    display: flex;
    align-items: baseline;
    color: #10231d;
    font-family: "Outfit", "Inter", sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.impact-num-prefix,
.impact-num-suffix {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #0f8f6f;
}

.impact-num-value {
    font-size: clamp(20px, 2.6vw, 36px);
    font-variant-numeric: tabular-nums;
}

.impact-label {
    margin-top: 6px;
    color: rgba(16, 35, 29, 0.68);
    font-size: 12px;
    line-height: 1.35;
    max-width: 220px;
    position: relative;
    z-index: 2;
}

.impact-card-writeup {
    max-height: 0;
    max-width: 250px;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    color: rgba(16, 35, 29, 0.72);
    font-size: 13px;
    line-height: 1.55;
    transform: translateY(8px);
    transition:
        max-height 360ms ease,
        margin-top 260ms ease,
        opacity 260ms ease,
        transform 260ms ease;
}

.impact-card:hover .impact-card-writeup,
.impact-card:focus-within .impact-card-writeup,
.impact-card:active .impact-card-writeup {
    max-height: 90px;
    margin-top: 14px;
    opacity: 1;
    transform: translateY(0);
}

.impact-card-art {
    position: absolute;
    right: -16px;
    top: 50%;
    width: 40%;
    max-width: 150px;
    aspect-ratio: 1.2 / 1;
    transform: translateY(-50%);
    color: rgba(15, 143, 111, 0.35);
    z-index: 1;
    opacity: 0.82;
    filter: blur(0.2px);
    animation: impactArtFloat 7s ease-in-out infinite;
    transition:
        transform 420ms ease,
        opacity 280ms ease,
        filter 280ms ease,
        color 280ms ease;
}

.impact-card:nth-child(2n) .impact-card-art {
    animation-delay: -1.5s;
}

.impact-card:nth-child(3n) .impact-card-art {
    animation-delay: -3s;
}

.impact-card-art svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.impact-card:hover .impact-card-art,
.impact-card:focus-within .impact-card-art,
.impact-card:active .impact-card-art {
    opacity: 1;
    color: rgba(15, 143, 111, 0.52);
    filter: blur(0);
    transform: translateY(-50%) scale(1.06) rotate(-1deg);
}

.impact-card-fill {
    position: absolute;
    left: -18%;
    right: -18%;
    bottom: -84%;
    height: 94%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.55), transparent 18%),
        linear-gradient(135deg, rgba(31, 219, 165, 0.24), rgba(255, 178, 84, 0.2));
    border-radius: 46% 54% 0 0 / 28% 34% 0 0;
    filter: blur(0.2px);
    opacity: 0;
    transform: translateY(30%) rotate(-2deg);
    transition:
        bottom 620ms cubic-bezier(.2,.9,.2,1),
        opacity 320ms ease,
        transform 620ms cubic-bezier(.2,.9,.2,1);
}

.impact-card-fill::before,
.impact-card-fill::after {
    content: "";
    position: absolute;
    left: -8%;
    width: 116%;
    height: 34px;
    border-radius: 50%;
    background:
        linear-gradient(90deg,
            rgba(31, 219, 165, 0.28),
            rgba(255, 178, 84, 0.22),
            rgba(31, 219, 165, 0.2));
    animation: impactLiquidWave 5.2s ease-in-out infinite;
}

.impact-card-fill::before {
    top: -14px;
}

.impact-card-fill::after {
    top: -4px;
    opacity: 0.55;
    animation-delay: -2.4s;
}

.impact-card:hover .impact-card-fill,
.impact-card:focus-within .impact-card-fill,
.impact-card:active .impact-card-fill {
    bottom: -24%;
    opacity: 1;
    transform: translateY(0) rotate(0deg);
}

@keyframes impactArtFloat {
    0%, 100% {
        transform: translateY(-50%) translateX(0) rotate(0deg);
    }

    50% {
        transform: translateY(calc(-50% - 8px)) translateX(-4px) rotate(-1.5deg);
    }
}

@keyframes impactLiquidWave {
    0%, 100% {
        transform: translateX(-2%) scaleX(1);
    }

    50% {
        transform: translateX(2%) scaleX(1.04);
    }
}

@media (min-width: 1200px) {
    .impact-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .impact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

@media (max-width: 640px) {
    .impact-section {
        padding: 40px 4% 28px;
    }

    .impact-header {
        margin-bottom: 20px;
    }

    .impact-header .section-label {
        margin-bottom: 8px;
    }

    .impact-header .section-title {
        font-size: clamp(26px, 7vw, 32px);
        line-height: 1.12;
    }

    .impact-intro {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.55;
    }

    .impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .impact-card {
        min-height: 120px;
        padding: 14px 12px;
        border-radius: 18px;
    }

    .impact-card-content {
        max-width: 68%;
    }

    .impact-icon {
        width: 32px;
        height: 32px;
    }

    .impact-icon svg {
        width: 15px;
        height: 15px;
    }

    .impact-num {
        margin-top: 10px;
    }

    .impact-num-prefix,
    .impact-num-suffix {
        font-size: 14px;
    }

    .impact-num-value {
        font-size: clamp(24px, 6.5vw, 28px);
    }

    .impact-label {
        margin-top: 6px;
        font-size: 11.5px;
        line-height: 1.35;
        max-width: none;
    }

    .impact-card-art {
        right: -10px;
        width: 36%;
        max-width: 84px;
        opacity: 0.4;
    }

    .impact-card-writeup {
        display: none;
    }

    .impact-note {
        margin-top: 16px;
        padding: 10px 12px;
        gap: 8px;
        border-radius: 14px;
    }

    .impact-note span {
        width: 8px;
        height: 8px;
    }

    .impact-note p {
        font-size: 13px;
        line-height: 1.45;
    }
}


.impact-note {
    width: fit-content;
    max-width: 720px;
    margin: 14px auto 0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 252, 248, 0.74));
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow:
        0 18px 44px rgba(16, 35, 29, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    color: rgba(16, 35, 29, 0.68);
    text-align: center;
    transition:
        transform 240ms ease,
        box-shadow 240ms ease,
        border-color 240ms ease;
}

.impact-note:hover {
    transform: translateY(-2px);
    border-color: rgba(31, 219, 165, 0.22);
    box-shadow:
        0 22px 58px rgba(16, 35, 29, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.impact-note span {
    position: relative;
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #1fdba5;
    box-shadow: 0 0 0 6px rgba(31, 219, 165, 0.12);
}

.impact-note span::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: inherit;
    border: 1px solid rgba(31, 219, 165, 0.38);
    animation: impactNotePulse 2.8s ease-out infinite;
}

.impact-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.01em;
}

@keyframes impactNotePulse {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width: 640px) {
    .impact-note {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 14px 16px;
        border-radius: 18px;
        text-align: left;
    }

    .impact-note p {
        font-size: 13.5px;
    }
}

.impact-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    overflow: hidden;
}

.impact-more-btn.btn-ghost {
    background: linear-gradient(180deg, #3ec4ad 0%, #32b5a0 100%);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 10px 24px rgba(14, 168, 124, 0.2);
}

.impact-more-btn.btn-ghost:hover,
.impact-more-btn.btn-ghost:focus-visible {
    background: linear-gradient(180deg, #47d1b8 0%, #38beb0 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.impact-more-btn {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
        opacity 0.34s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.impact-more-wrap.is-visible .impact-more-btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.impact-more-wrap.is-visible .impact-more-btn:hover,
.impact-more-wrap.is-visible .impact-more-btn:focus-visible {
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .impact-more-wrap {
        justify-content: stretch;
        width: 100%;
        margin-top: 14px;
    }

    .impact-more-btn.btn-ghost {
        width: 100%;
        min-width: 0;
    }
}

/* Contact page */
.site-nav.is-light:not(.is-scrolled):not(:has(.mobile-nav[open])) {
    background: rgba(248, 246, 241, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 0;
    box-shadow: none;
}

.site-nav.is-light .nav-logo,
.site-nav.is-light .nav-trigger {
    color: #10231d;
}

.site-nav.is-light .nav-trigger-caret {
    opacity: 0.72;
}

.site-nav.is-light .btn-ghost {
    color: #10231d;
    background: #ffffff;
    border-color: rgba(16, 35, 29, 0.14);
    backdrop-filter: none;
    box-shadow: 0 1px 4px rgba(16, 35, 29, 0.05);
}

.site-nav.is-light .btn-ghost:hover,
.site-nav.is-light .btn-ghost:focus-visible {
    color: #0a2f2f;
    background: rgba(31, 219, 165, 0.1);
    border-color: rgba(31, 219, 165, 0.42);
}

.site-nav.is-light .btn-primary {
    color: #10231d;
    background: #ff9d1c;
    border-color: rgba(255, 157, 28, 0.35);
    box-shadow: 0 4px 14px rgba(255, 157, 28, 0.28);
}

.site-nav.is-light .btn-primary:hover,
.site-nav.is-light .btn-primary:focus-visible {
    background: #ffae35;
    border-color: rgba(255, 157, 28, 0.45);
}

.site-nav.is-light .mobile-nav-toggle {
    border-color: rgba(16, 35, 29, 0.14);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(16, 35, 29, 0.06);
}

.site-nav.is-light .mobile-nav-toggle span {
    background: #10231d;
}

.site-nav.is-light .mobile-nav-toggle:hover {
    border-color: rgba(31, 219, 165, 0.5);
    background: rgba(31, 219, 165, 0.1);
}

.site-nav.is-light .mobile-nav-toggle:focus-visible {
    border-color: rgba(31, 219, 165, 0.55);
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.2);
}

.site-nav.is-light .mobile-nav[open] .mobile-nav-toggle {
    border-color: rgba(31, 219, 165, 0.55);
    background: rgba(31, 219, 165, 0.14);
}

.site-nav.is-light .nav-apps-trigger {
    color: #10231d;
    background: #ffffff;
    border-color: rgba(16, 35, 29, 0.14);
    box-shadow: 0 1px 4px rgba(16, 35, 29, 0.05);
}

.site-nav.is-light .nav-apps-trigger:hover,
.site-nav.is-light .nav-apps-trigger:focus-visible,
.site-nav.is-light .nav-apps.is-open .nav-apps-trigger {
    color: #0a2f2f;
    background: rgba(31, 219, 165, 0.1);
    border-color: rgba(31, 219, 165, 0.42);
}

.contact-section-header {
    max-width: 44rem;
    margin: 0 auto clamp(28px, 4vw, 40px);
    text-align: center;
}

.contact-section-header--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.contact-options-section .section-title,
.contact-offices-section .section-title,
.contact-presence-section .section-title,
.contact-form-aside .section-title {
    color: #10231d;
}

.contact-section-header .section-title {
    max-width: 720px;
    margin-bottom: 0;
}

.contact-presence-header .section-title {
    max-width: 720px;
    margin-bottom: 0;
}

.contact-section-sub {
    margin: 12px auto 0;
    max-width: 52ch;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.contact-section-header--left .contact-section-sub {
    margin-left: 0;
}

.contact-options-section {
    padding: clamp(48px, 6vw, 80px) 5%;
    background: #ffffff;
}

.contact-options-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.contact-options-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(16px, 2.4vw, 24px);
}

.contact-option-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 18px 44px rgba(16, 35, 29, 0.08);
    transition:
        transform 260ms ease,
        box-shadow 260ms ease,
        border-color 260ms ease;
}

.contact-option-card:hover,
.contact-option-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(31, 219, 165, 0.22);
    box-shadow: 0 26px 68px rgba(16, 35, 29, 0.12);
}

.contact-option-visual {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.contact-option-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-option-visual-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 14, 12, 0.02) 0%, rgba(8, 14, 12, 0.34) 100%);
    pointer-events: none;
}

.contact-option-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(20px, 2.6vw, 28px);
    color: #10231d;
}

.contact-option-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #0f8f6f;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 248, 0.92));
    border: 1px solid rgba(31, 219, 165, 0.18);
    box-shadow: 0 8px 20px rgba(31, 219, 165, 0.1);
    margin-bottom: 14px;
}

.contact-option-icon .icon {
    width: 20px;
    height: 20px;
}

.contact-option-kicker {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f8f6f;
}

.contact-option-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #10231d;
}

.contact-option-copy {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
    flex: 1;
}

.contact-option-cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #10231d;
    background: linear-gradient(135deg, #ffd24a 0%, #ffb703 100%);
    border: 1px solid rgba(255, 214, 90, 0.65);
    box-shadow: 0 6px 18px rgba(255, 183, 3, 0.22);
    transition:
        transform 200ms ease,
        box-shadow 200ms ease;
}

.contact-option-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255, 183, 3, 0.3);
}

.contact-form-section {
    position: relative;
    overflow: visible;
    padding: clamp(56px, 7vw, 88px) 5% clamp(64px, 8vw, 96px);
    background:
        radial-gradient(ellipse 62% 48% at 88% 12%, rgba(31, 219, 165, 0.12) 0%, transparent 58%),
        linear-gradient(180deg, #eef8f4 0%, #f7f4ee 100%);
}

.contact-form-pattern-band {
    --cta-pattern-tile: calc(clamp(36px, 5vw, 52px) * 900 / 350);
    --cta-pattern-shift: calc(-1 * var(--cta-pattern-tile));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(36px, 5vw, 52px);
    z-index: 1;
    overflow: hidden;
    background-image: url('/img/pattern-african.jpg');
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: var(--cta-pattern-tile) 100%;
    animation: cta-pattern-scroll 16s linear infinite;
    opacity: 0.92;
}

.contact-form-shell {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: clamp(28px, 4vw, 40px);
}

.contact-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    gap: clamp(24px, 4vw, 48px);
}

.contact-form-aside {
    padding-top: 8px;
}

.contact-form-aside .section-title {
    margin: 8px 0 12px;
}

.contact-form-sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.contact-form-points {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.contact-form-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.78);
}

.contact-form-points .icon {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex: 0 0 auto;
    color: #0f8f6f;
}

.contact-form-card {
    position: relative;
    padding: clamp(28px, 3.6vw, 36px) clamp(24px, 3.6vw, 36px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 22px 54px rgba(16, 35, 29, 0.08);
    transition:
        box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.42s ease,
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-form-card.is-success {
    transform: scale(1.01);
    border-color: rgba(31, 219, 165, 0.22);
    box-shadow:
        0 24px 58px rgba(16, 35, 29, 0.1),
        0 0 0 1px rgba(31, 219, 165, 0.08) inset;
}

.contact-form-stages {
    display: grid;
    position: relative;
    overflow: hidden;
    transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-form-stage {
    grid-area: 1 / 1;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(0.985);
    transition:
        opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.38s;
}

.contact-form-stage.is-active,
.contact-form-stage.is-exiting {
    display: block;
}

.contact-form-stage.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.contact-form-stage.is-exiting {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.985);
}

.contact-form-stage.is-entering {
    transform: translateY(18px) scale(0.985);
}

.contact-form-stage.is-entering.is-active {
    transform: translateY(0) scale(1);
}

.contact-form-card-accent {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 4px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, #e63946 0%, #f4a825 34%, #2ec4a8 68%, #e63946 100%);
}

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

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-field--wide {
    grid-column: 1 / -1;
}

.contact-field-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.82);
}

.contact-field-label span {
    color: #d64545;
}

.contact-field .intl-phone-tel {
    font-size: 17px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

.contact-field > input:not([type='checkbox']):not([type='hidden']),
.contact-field select,
.contact-field textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(16, 35, 29, 0.12);
    background: #f8faf9;
    color: #10231d;
    font: inherit;
    transition:
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.contact-field > input:not([type='checkbox']):not([type='hidden'])::placeholder,
.contact-field textarea::placeholder {
    color: rgba(16, 35, 29, 0.38);
}

.contact-field > input:not([type='checkbox']):not([type='hidden']):focus,
.contact-field select:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: rgba(31, 219, 165, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.14);
}

.contact-field select {
    appearance: none;
    background-color: #f8faf9;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(16, 35, 29, 0.62) 50%),
        linear-gradient(135deg, rgba(16, 35, 29, 0.62) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% + 2px),
        calc(100% - 12px) calc(50% + 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.contact-field select option {
    color: #10231d;
    background: #ffffff;
}

.document-upload {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.document-upload-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.82);
}

.document-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.document-upload-dropzone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    padding: 22px 20px;
    border-radius: 14px;
    border: 1.5px dashed rgba(16, 35, 29, 0.18);
    background: #f8faf9;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.document-upload-dropzone:hover,
.document-upload-dropzone:focus-visible {
    outline: none;
    border-color: rgba(31, 219, 165, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.14);
}

.document-upload.is-dragover .document-upload-dropzone {
    border-color: rgba(31, 219, 165, 0.72);
    background: rgba(31, 219, 165, 0.08);
}

.document-upload.is-invalid .document-upload-dropzone {
    border-color: rgba(214, 69, 69, 0.55);
    box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.12);
}

.document-upload-empty,
.document-upload-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.document-upload-file {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
}

.document-upload-icon,
.document-upload-file-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(31, 219, 165, 0.14);
    color: #0f8f6f;
}

.document-upload-icon .icon,
.document-upload-file-icon .icon {
    width: 22px;
    height: 22px;
}

.document-upload-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #10231d;
}

.document-upload-copy {
    margin: 0;
    font-size: 14px;
    color: rgba(16, 35, 29, 0.62);
}

.document-upload-browse {
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    font-weight: 700;
    color: #0f8f6f;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.document-upload-hint {
    margin: 0;
    font-size: 12px;
    color: rgba(16, 35, 29, 0.48);
}

.document-upload-file-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.document-upload-file-name {
    font-size: 14px;
    font-weight: 700;
    color: #10231d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-upload-file-size {
    font-size: 12px;
    color: rgba(16, 35, 29, 0.52);
}

.document-upload-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 35, 29, 0.06);
    color: rgba(16, 35, 29, 0.72);
    cursor: pointer;
    transition:
        background 200ms ease,
        color 200ms ease;
}

.document-upload-remove:hover {
    background: rgba(214, 69, 69, 0.12);
    color: #d64545;
}

.document-upload-remove .icon {
    width: 16px;
    height: 16px;
}

.document-upload-error {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #d64545;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 18px 0 22px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.68);
}

.contact-consent input {
    margin-top: 3px;
    flex: 0 0 auto;
    accent-color: var(--teal);
}

.contact-consent a {
    color: #0f8f6f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.contact-form-secondary {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    color: #10231d;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.14);
    transition:
        border-color 200ms ease,
        background 200ms ease,
        transform 200ms ease;
}

.contact-form-secondary:hover {
    border-color: rgba(31, 219, 165, 0.45);
    background: rgba(31, 219, 165, 0.08);
    transform: translateY(-1px);
}

.contact-form-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(8px, 2vw, 18px) clamp(8px, 2vw, 12px) clamp(4px, 1vw, 8px);
}

.contact-form-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(31, 219, 165, 0.14);
    border: 1px solid rgba(31, 219, 165, 0.28);
    color: #0f8f6f;
    box-shadow: 0 10px 28px rgba(31, 219, 165, 0.16);
    animation: contact-success-pop 0.56s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s both;
}

.contact-form-success-icon .icon {
    width: 26px;
    height: 26px;
}

.contact-form-success-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.2);
}

.contact-form-success-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.8vw, 30px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #10231d;
}

.contact-form-success-copy {
    margin: 0;
    max-width: 42ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.68);
}

.contact-form-success-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

@keyframes contact-success-pop {
    0% {
        opacity: 0;
        transform: scale(0.55);
    }

    65% {
        transform: scale(1.08);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-form-card,
    .contact-form-stages,
    .contact-form-stage {
        transition: none;
    }

    .contact-form-success-icon {
        animation: none;
    }
}

.contact-offices-section {
    padding: clamp(56px, 8vw, 92px) 5% clamp(48px, 6vw, 72px);
    background: #ffffff;
}

.contact-offices-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.contact-branches-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
    margin-bottom: clamp(32px, 5vw, 48px);
}

.contact-branch-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(22px, 2.8vw, 28px);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 248, 0.94));
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 16px 40px rgba(16, 35, 29, 0.06);
    transition:
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.contact-branch-card:hover,
.contact-branch-card:focus-within {
    border-color: rgba(31, 219, 165, 0.24);
    box-shadow: 0 24px 56px rgba(16, 35, 29, 0.1);
    transform: translateY(-4px);
}

.contact-branch-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 12px;
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.18);
}

.contact-branch-icon .icon {
    width: 18px;
    height: 18px;
}

.contact-branch-name {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: #10231d;
}

.contact-branch-address,
.contact-branch-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(16, 35, 29, 0.72);
}

.contact-branch-address {
    flex: 1;
    margin-bottom: 14px;
}

.contact-branch-line {
    margin-bottom: 8px;
    transition: color 200ms ease;
}

.contact-branch-line:first-of-type {
    margin-top: auto;
}

.contact-branch-line[href^="tel:"] {
    font-size: clamp(17px, 1.6vw, 19px);
    font-weight: 800;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    color: #10231d;
}

.contact-branch-line:hover {
    color: #0f8f6f;
}

.contact-branch-line[href^="tel:"]:hover {
    color: #0a7a5e;
}

.contact-branch-address .icon,
.contact-branch-line .icon {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    flex: 0 0 auto;
    color: #0f8f6f;
}

.contact-presence-section {
    padding: clamp(56px, 7vw, 84px) 5% clamp(64px, 8vw, 92px);
    background:
        radial-gradient(ellipse 70% 56% at 50% 0%, rgba(31, 219, 165, 0.1) 0%, transparent 58%),
        linear-gradient(180deg, #eef8f4 0%, #f8f6f1 100%);
}

.contact-presence-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.contact-presence-header {
    max-width: 40rem;
    margin: 0 auto clamp(32px, 4vw, 44px);
    text-align: center;
}

.contact-presence-lead {
    margin: 12px auto 0;
    max-width: 48ch;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.contact-presence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.contact-region-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 10px;
    row-gap: 8px;
    min-width: 0;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 10px 24px rgba(16, 35, 29, 0.05);
    transition:
        transform 240ms ease,
        box-shadow 240ms ease,
        border-color 240ms ease;
}

.contact-region-card:hover,
.contact-region-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(31, 219, 165, 0.24);
    box-shadow: 0 22px 48px rgba(16, 35, 29, 0.1);
}

.contact-region-flag {
    grid-column: 1;
    grid-row: 1;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #f4faf7;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 4px 12px rgba(16, 35, 29, 0.04);
    overflow: hidden;
}

.contact-region-flag img {
    width: 24px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(16, 35, 29, 0.1);
}

.contact-region-body {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.contact-region-country {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f8f6f;
}

.contact-region-city {
    margin: 0;
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #10231d;
}

.contact-region-links {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
    width: 100%;
}

.contact-region-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.72);
    background: #f7faf8;
    border: 1px solid rgba(16, 35, 29, 0.06);
    transition:
        color 200ms ease,
        border-color 200ms ease,
        background 200ms ease;
}

.contact-region-link .icon {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    color: #0f8f6f;
}

.contact-region-link span {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-region-link[href^="tel:"] {
    font-size: 13px;
    font-weight: 800;
    color: #10231d;
    background: rgba(31, 219, 165, 0.1);
    border-color: rgba(31, 219, 165, 0.22);
}

.contact-region-link[href^="tel:"] span {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

.contact-region-link:hover {
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.08);
    border-color: rgba(31, 219, 165, 0.2);
}

@media (max-width: 1024px) {
    .contact-form-layout {
        grid-template-columns: 1fr;
    }

    .contact-options-grid,
    .contact-branches-grid {
        grid-template-columns: 1fr;
    }

    .contact-presence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .contact-section-header,
    .contact-section-header--left {
        text-align: left;
    }

    .contact-section-sub {
        margin-left: 0;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-presence-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-presence-header {
        text-align: left;
    }

    .contact-presence-lead {
        margin-left: 0;
    }

    .contact-region-card {
        padding: 14px 16px;
    }

    .contact-region-links {
        gap: 8px;
    }

    .contact-region-link {
        padding: 6px 11px;
        font-size: 12px;
    }

    .contact-region-link[href^="tel:"] {
        font-size: 14px;
    }

    .contact-form-card {
        padding: 24px 18px;
    }

    .contact-form-actions,
    .contact-form-success-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form-actions .btn-cta,
    .contact-form-success-actions .btn-cta,
    .contact-form-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-hero-bg {
        background-attachment: scroll;
    }
}

/* Legal pages */
.legal-content-section {
    padding: clamp(48px, 6vw, 80px) 5% clamp(64px, 8vw, 96px);
    background:
        linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.legal-content-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
    align-items: start;
    gap: clamp(24px, 4vw, 40px);
    max-width: 1180px;
    margin: 0 auto;
}

.legal-document {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow:
        0 24px 56px rgba(16, 35, 29, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.72) inset;
    overflow: hidden;
}

.legal-document-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(24px, 3vw, 32px) clamp(24px, 3vw, 36px) 20px;
    border-bottom: 1px solid rgba(16, 35, 29, 0.06);
    background:
        linear-gradient(180deg, rgba(247, 252, 248, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.legal-document-heading {
    min-width: 0;
}

.legal-document-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.6vw, 32px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #10231d;
}

.legal-document-lead {
    margin: 0;
    max-width: 62ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.68);
}

.legal-updated {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.62);
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.2);
    white-space: nowrap;
}

.legal-document-body {
    padding: clamp(24px, 3vw, 36px);
}

.legal-subheading {
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: #10231d;
}

.legal-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.legal-list li {
    position: relative;
    padding: 14px 16px 14px 42px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.82);
    background: #f7faf8;
    border: 1px solid rgba(16, 35, 29, 0.06);
}

.legal-list li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 4px rgba(31, 219, 165, 0.12);
}

.legal-closing {
    margin: 0;
    padding: 18px 20px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.78);
    background: rgba(31, 219, 165, 0.08);
    border: 1px solid rgba(31, 219, 165, 0.16);
}

.legal-section + .legal-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(16, 35, 29, 0.06);
}

.legal-section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.legal-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.22);
    flex: 0 0 auto;
}

.legal-section-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #10231d;
}

.legal-section-copy {
    padding-left: 44px;
}

.legal-section-copy p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.78);
}

.legal-section-copy p:last-child {
    margin-bottom: 0;
}

.legal-aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 96px;
}

.legal-aside-card {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 14px 34px rgba(16, 35, 29, 0.05);
}

.legal-aside-kicker {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
}

.legal-aside-title {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: #10231d;
}

.legal-aside-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.legal-aside-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.72);
    background: #f7faf8;
    border: 1px solid rgba(16, 35, 29, 0.06);
    transition:
        color 200ms ease,
        border-color 200ms ease,
        background 200ms ease;
}

.legal-aside-link .icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: #0f8f6f;
}

.legal-aside-link:hover,
.legal-aside-link:focus-visible {
    color: #10231d;
    background: rgba(31, 219, 165, 0.08);
    border-color: rgba(31, 219, 165, 0.22);
}

.legal-aside-link.is-active {
    color: #10231d;
    background: rgba(31, 219, 165, 0.12);
    border-color: rgba(31, 219, 165, 0.28);
}

.legal-toc {
    margin: 0;
}

.legal-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.legal-toc a {
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.68);
    transition:
        color 200ms ease,
        background 200ms ease;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.08);
}

.legal-aside-copy {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.legal-aside-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #10231d;
    background: #ff9d1c;
    border: 1px solid rgba(255, 157, 28, 0.35);
    box-shadow: 0 4px 14px rgba(255, 157, 28, 0.22);
    transition:
        background 200ms ease,
        transform 200ms ease,
        box-shadow 200ms ease;
}

.legal-aside-cta:hover,
.legal-aside-cta:focus-visible {
    background: #ffae35;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(255, 157, 28, 0.28);
}

.legal-cta-section {
    padding: 0 5% clamp(72px, 9vw, 104px);
    background: #f7faf8;
}

.legal-cta-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 36px);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 18%, rgba(31, 219, 165, 0.12) 0%, transparent 42%),
        radial-gradient(circle at 88% 82%, rgba(255, 183, 3, 0.1) 0%, transparent 38%),
        #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 20px 48px rgba(16, 35, 29, 0.06);
}

.legal-cta-title {
    margin: 8px 0 0;
    max-width: 24ch;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #10231d;
}

.legal-cta-sub {
    margin: 10px 0 0;
    max-width: 44ch;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.legal-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

.legal-cta-actions .btn-cta,
.legal-cta-actions .btn-cta-ghost {
    min-height: 44px;
    padding: 0 20px;
    font-size: 14px;
}

.legal-cta-actions .btn-cta-ghost {
    color: #10231d;
    background: #ffffff;
    border-color: rgba(16, 35, 29, 0.12);
}

.legal-cta-actions .btn-cta-ghost:hover,
.legal-cta-actions .btn-cta-ghost:focus-visible {
    background: rgba(31, 219, 165, 0.1);
    border-color: rgba(31, 219, 165, 0.35);
}

@media (max-width: 1024px) {
    .legal-content-shell {
        grid-template-columns: 1fr;
    }

    .legal-aside {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .legal-aside-card--help {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .legal-document-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-section-copy {
        padding-left: 0;
    }

    .legal-aside {
        grid-template-columns: 1fr;
    }

    .legal-cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-cta-actions {
        width: 100%;
    }

    .legal-cta-actions .btn-cta,
    .legal-cta-actions .btn-cta-ghost {
        flex: 1 1 auto;
        justify-content: center;
    }
}

/* Custom select */
.custom-select {
    position: relative;
    width: 100%;
}

.custom-select-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.82);
    margin-bottom: 8px;
}

.custom-select-value-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.custom-select-flag,
.custom-select-option-flag {
    width: 20px;
    height: auto;
    border-radius: 3px;
    flex: 0 0 auto;
    box-shadow: 0 1px 4px rgba(16, 35, 29, 0.12);
}

.custom-select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(16, 35, 29, 0.12);
    background: #f8faf9;
    color: #10231d;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition:
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.custom-select-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select-value.is-placeholder {
    color: rgba(16, 35, 29, 0.45);
}

.custom-select-caret {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: rgba(16, 35, 29, 0.62);
    transition: transform 200ms ease;
}

.custom-select-caret .icon {
    width: 16px;
    height: 16px;
}

.custom-select-trigger:hover {
    border-color: rgba(31, 219, 165, 0.35);
    background: #ffffff;
}

.custom-select-trigger:focus-visible,
.custom-select.is-open .custom-select-trigger {
    outline: none;
    border-color: rgba(31, 219, 165, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.14);
}

.custom-select.is-open .custom-select-caret {
    transform: rotate(180deg);
}

.custom-select-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 60;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(16, 35, 29, 0.1);
    background: #ffffff;
    box-shadow:
        0 18px 40px rgba(16, 35, 29, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    overflow: hidden;
    overscroll-behavior: contain;
}

.custom-select-menu.is-portaled {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 90;
}

.custom-select-menu--searchable {
    padding: 0;
}

.custom-select-search {
    flex: 0 0 auto;
    padding: 6px;
    border-bottom: 1px solid rgba(16, 35, 29, 0.08);
    background: #ffffff;
}

.custom-select-search-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(16, 35, 29, 0.1);
    background: #f8faf9;
    color: #10231d;
    font: inherit;
    transition:
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.custom-select-search-input::placeholder {
    color: rgba(16, 35, 29, 0.38);
}

.custom-select-search-input:focus {
    outline: none;
    border-color: rgba(31, 219, 165, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.14);
}

.custom-select-options {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 6px;
    list-style: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-light-thumb) transparent;
}

.custom-select-options::-webkit-scrollbar {
    width: 6px;
}

.custom-select-options::-webkit-scrollbar-track {
    background: transparent;
}

.custom-select-options::-webkit-scrollbar-thumb {
    background: var(--scrollbar-light-thumb);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
}

.custom-select-options::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-light-thumb-hover);
    background-clip: padding-box;
}

.custom-select-menu--searchable .custom-select-options {
    padding: 6px;
}

.custom-select-empty {
    margin: 0;
    padding: 18px 12px 20px;
    text-align: center;
    font-size: 14px;
    color: rgba(16, 35, 29, 0.5);
}

.custom-select-menu [role='option'] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(16, 35, 29, 0.82);
    cursor: pointer;
    transition:
        background 160ms ease,
        color 160ms ease;
}

.custom-select-menu [role='option'].is-focused,
.custom-select-menu [role='option']:hover {
    background: rgba(31, 219, 165, 0.1);
    color: #10231d;
}

.custom-select-menu [role='option'].is-selected {
    font-weight: 700;
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.08);
}

.custom-select-menu [role='option'].is-selected.is-focused,
.custom-select-menu [role='option'].is-selected:hover {
    background: rgba(31, 219, 165, 0.16);
}

/* Intl phone input */
.intl-phone-field {
    width: 100%;
}

.intl-phone-field .iti,
.intl-phone-widget.iti {
    width: 100%;
    display: block;
}

.intl-phone-field .iti__country-container {
    left: 0;
}

.intl-phone-field .iti--separate-dial-code .iti__selected-country,
.intl-phone-widget.iti--separate-dial-code .iti__selected-country {
    border-radius: 12px 0 0 12px;
    background: #f0f5f2;
    border-right: 1px solid rgba(16, 35, 29, 0.08);
}

.intl-phone-field .iti__selected-country-primary,
.intl-phone-widget .iti__selected-country-primary {
    padding: 0 10px 0 12px;
}

.intl-phone-field .iti__tel-input,
.intl-phone-field .intl-phone-tel,
.intl-phone-widget .iti__tel-input {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 14px 12px 96px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(16, 35, 29, 0.12) !important;
    background: #f8faf9 !important;
    color: #10231d !important;
    font: inherit !important;
    box-shadow: none !important;
    transition:
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.intl-phone-field .iti__tel-input:focus,
.intl-phone-field .intl-phone-tel:focus,
.intl-phone-widget .iti__tel-input:focus {
    outline: none !important;
    border-color: rgba(31, 219, 165, 0.55) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.14) !important;
}

.intl-phone-field .iti__selected-dial-code,
.intl-phone-widget .iti__selected-dial-code {
    font-size: 14px;
    font-weight: 700;
    color: #10231d;
}

.intl-phone-field .iti__arrow,
.intl-phone-widget .iti__arrow {
    border-color: rgba(16, 35, 29, 0.62);
}

/* Detached dial-code dropdown (portaled to body) */
.iti--detached-country-selector {
    z-index: 90 !important;
}

.iti--detached-country-selector .iti__country-selector {
    min-width: 280px;
    border-radius: 14px !important;
    border: 1px solid rgba(16, 35, 29, 0.1) !important;
    background: #ffffff !important;
    box-shadow:
        0 18px 40px rgba(16, 35, 29, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset !important;
    overflow: hidden;
}

.iti--detached-country-selector .iti__search-input-wrapper {
    border-bottom: 1px solid rgba(16, 35, 29, 0.08);
    background: #ffffff;
}

.iti--detached-country-selector .iti__search-input {
    width: 100% !important;
    padding: 10px 12px 10px 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #10231d !important;
    font: inherit !important;
    box-shadow: none !important;
}

.iti--detached-country-selector .iti__search-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.iti--detached-country-selector .iti__country-list {
    max-height: 240px;
    padding: 6px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-light-thumb) transparent;
}

.iti--detached-country-selector .iti__country-list::-webkit-scrollbar {
    width: 6px;
}

.iti--detached-country-selector .iti__country-list::-webkit-scrollbar-track {
    background: transparent;
}

.iti--detached-country-selector .iti__country-list::-webkit-scrollbar-thumb {
    background: var(--scrollbar-light-thumb);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
}

.iti--detached-country-selector .iti__country-list::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-light-thumb-hover);
    background-clip: padding-box;
}

.iti--detached-country-selector .iti__country {
    padding: 8px 12px !important;
    border-radius: 10px;
    font-size: 14px;
    color: rgba(16, 35, 29, 0.82);
}

.iti--detached-country-selector .iti__country.iti__highlight {
    background: rgba(31, 219, 165, 0.1) !important;
    color: #10231d;
}

.iti--detached-country-selector .iti__country-name {
    margin-right: 8px;
}

.iti--detached-country-selector .iti__dial-code {
    color: rgba(16, 35, 29, 0.55);
    font-variant-numeric: tabular-nums;
}

/* About page */
@keyframes about-float-y {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes about-vision-glow {
    0%, 100% {
        opacity: 0.45;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.72;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes about-founder-shine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.about-hero-wrap .page-hero {
    margin-bottom: 0;
}

.about-hero-pattern.cta-pattern-band,
.products-hero-pattern.cta-pattern-band {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
    opacity: 1;
    z-index: 3;
    margin-top: -1px;
}

.about-hero-pattern.cta-pattern-band::after,
.products-hero-pattern.cta-pattern-band::after {
    height: clamp(20px, 3.5vw, 32px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(244, 247, 245, 0.45) 72%, #f4f7f5 100%);
}

.about-hero-wrap {
    position: relative;
    background: #081412;
}

.about-hero-wrap .page-hero::after {
    height: 34%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 36, 31, 0) 0%, rgba(8, 20, 18, 0.88) 72%, #081412 100%);
}

.about-page-surface {
    position: relative;
    margin-top: -1px;
    background:
        radial-gradient(ellipse 80% 50% at 12% 0%, rgba(31, 219, 165, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #f4f7f5 0%, #eef3f0 48%, #f8f6f1 100%);
}

.about-page-surface .about-page-wrap {
    padding: clamp(32px, 5vw, 56px) 5% clamp(28px, 4vw, 40px);
    background: transparent;
}

.about-page-surface .legal-cta-section {
    padding: 0 5% clamp(72px, 9vw, 104px);
    background: transparent;
}

.about-page-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
    align-items: start;
    gap: clamp(24px, 4vw, 40px);
    max-width: 1180px;
    margin: 0 auto;
}

.about-main-flow {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 4vw, 44px);
    min-width: 0;
}

.about-main-flow > section {
    scroll-margin-top: 96px;
}

/* Story */
.about-story-section {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(31, 219, 165, 0.1) 0%, transparent 55%),
        linear-gradient(160deg, #ffffff 0%, #f5faf7 100%);
    border: 1px solid rgba(16, 35, 29, 0.07);
    box-shadow: 0 20px 50px rgba(16, 35, 29, 0.07);
}

.about-story-inner {
    position: relative;
    z-index: 1;
}

.about-story-label,
.about-vision-label,
.about-team-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
}

.about-story-title {
    margin: 0 0 14px;
    max-width: 16ch;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #10231d;
}

.about-story-lead {
    margin: 0 0 clamp(24px, 3vw, 32px);
    max-width: 52ch;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.68);
}

.about-story-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 1fr);
    gap: clamp(24px, 3.5vw, 40px);
    align-items: stretch;
}

.about-story-copy p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.76);
}

.about-story-copy p:last-of-type {
    margin-bottom: 20px;
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(16, 35, 29, 0.82);
    background: rgba(31, 219, 165, 0.1);
    border: 1px solid rgba(31, 219, 165, 0.22);
}

.about-highlight .icon {
    width: 14px;
    height: 14px;
    color: var(--teal);
}

.about-story-photo {
    position: relative;
    margin: 0;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 22px 52px rgba(16, 35, 29, 0.12);
}

.about-story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 36vw, 420px);
    object-fit: cover;
    object-position: center 22%;
}

.about-story-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(28px, 4vw, 36px);
    padding-top: clamp(22px, 3vw, 28px);
    border-top: 1px solid rgba(16, 35, 29, 0.08);
}

.about-story-stat {
    padding: 16px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.07);
    box-shadow: 0 8px 22px rgba(16, 35, 29, 0.05);
}

.about-story-stat-value {
    display: block;
    margin-bottom: 4px;
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #10231d;
}

.about-story-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
}

/* Vision: cinematic panel */
.about-vision-section {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(32px, 4.5vw, 52px);
    background:
        radial-gradient(ellipse 90% 120% at 0% 100%, rgba(31, 219, 165, 0.18) 0%, transparent 55%),
        linear-gradient(135deg, #042f28 0%, #063d34 45%, #0a2f2f 100%);
    box-shadow: 0 24px 60px rgba(4, 47, 40, 0.35);
}

.about-vision-glow {
    position: absolute;
    top: 42%;
    left: 68%;
    width: clamp(180px, 28vw, 320px);
    height: clamp(180px, 28vw, 320px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 219, 165, 0.35) 0%, transparent 68%);
    animation: about-vision-glow 6s ease-in-out infinite;
    pointer-events: none;
}

.about-vision-map {
    position: absolute;
    right: -6%;
    top: 50%;
    width: min(52%, 380px);
    opacity: 0.14;
    transform: translateY(-50%);
    pointer-events: none;
    filter: saturate(0.4) brightness(1.4);
}

.about-vision-inner {
    position: relative;
    z-index: 1;
    max-width: 38rem;
}

.about-vision-title {
    margin: 0 0 20px;
    font-family: var(--font-display);
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 700;
    line-height: 1.15;
    color: rgba(240, 237, 230, 0.88);
}

.about-vision-quote {
    position: relative;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}

.about-vision-quote-mark {
    position: absolute;
    top: -0.15em;
    left: -0.08em;
    font-family: var(--font-display);
    font-size: clamp(56px, 8vw, 88px);
    line-height: 1;
    color: rgba(31, 219, 165, 0.22);
    pointer-events: none;
}

.about-vision-quote p {
    position: relative;
    margin: 0;
    padding-left: clamp(28px, 4vw, 44px);
    font-family: var(--font-display);
    font-size: clamp(22px, 2.8vw, 34px);
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: var(--cream);
}

.about-vision-copy {
    margin: 0;
    max-width: 48ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(240, 237, 230, 0.68);
}

/* Mission: open step track */
.about-mission-section {
    padding: clamp(8px, 1vw, 12px) 0;
}

.about-mission-header {
    margin-bottom: clamp(22px, 3vw, 30px);
}

.about-mission-header .section-label {
    margin-bottom: 12px;
}

.about-mission-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #10231d;
}

.about-mission-lead {
    margin: 0;
    max-width: 52ch;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.about-mission-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 18px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-mission-step {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: clamp(18px, 2.4vw, 24px);
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.07);
    box-shadow: 0 14px 36px rgba(16, 35, 29, 0.06);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.about-mission-step:hover {
    transform: translateY(-3px) rotate(-0.4deg);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 20px 48px rgba(16, 35, 29, 0.1);
}

.about-mission-step:nth-child(even):hover {
    transform: translateY(-3px) rotate(0.4deg);
}

.about-mission-step-num {
    flex: 0 0 auto;
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(31, 219, 165, 0.35);
}

.about-mission-step-copy {
    margin: 0;
    padding-top: 4px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.78);
}

/* Values: bento grid */
.about-values-section {
    position: relative;
    padding: clamp(28px, 3.5vw, 40px);
    border-radius: 28px;
    background: linear-gradient(160deg, #ffffff 0%, #f3faf6 100%);
    border: 1px solid rgba(16, 35, 29, 0.06);
    box-shadow: 0 20px 50px rgba(16, 35, 29, 0.06);
}

.about-values-header {
    margin-bottom: clamp(22px, 3vw, 30px);
}

.about-values-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #10231d;
}

.about-values-lead {
    margin: 0;
    max-width: 48ch;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.about-values-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-value-tile {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(18px, 2.2vw, 22px);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 35, 29, 0.07);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.about-value-tile:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 219, 165, 0.3);
    box-shadow: 0 16px 40px rgba(16, 35, 29, 0.08);
}

.about-value-tile--lead {
    grid-column: span 2;
    background:
        linear-gradient(135deg, rgba(31, 219, 165, 0.12) 0%, rgba(255, 255, 255, 0.95) 70%);
}

.about-value-tile--wide {
    grid-column: span 3;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.about-value-tile--wide .about-value-tile-copy {
    margin-bottom: 0;
}

.about-value-tile-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
    color: #0f8f6f;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.22);
    box-shadow: 0 8px 22px rgba(31, 219, 165, 0.12);
}

.about-value-tile--wide .about-value-tile-icon {
    margin-bottom: 0;
    flex: 0 0 auto;
}

.about-value-tile-icon .icon {
    width: 20px;
    height: 20px;
}

.about-value-tile-title {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: #10231d;
}

.about-value-tile-copy {
    margin: 0 0 auto;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
}

/* Team */
.about-team-section {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(28px, 4vw, 44px);
    background: linear-gradient(160deg, #ffffff 0%, #f5faf7 100%);
    border: 1px solid rgba(16, 35, 29, 0.07);
    box-shadow: 0 20px 50px rgba(16, 35, 29, 0.07);
    color: #10231d;
}

.about-team-section h3 {
    color: #10231d;
}

.about-team-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #10231d;
}

.about-team-lead {
    margin: 0 0 clamp(24px, 3vw, 32px);
    max-width: 48ch;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.68);
}

.about-founders {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 22px);
    margin-bottom: clamp(28px, 4vw, 40px);
}

.about-founder-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(120px, 0.38fr) minmax(0, 1fr);
    gap: clamp(14px, 2vw, 20px);
    align-items: center;
    padding: clamp(14px, 2vw, 18px);
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 29, 0.08);
    box-shadow: 0 14px 36px rgba(16, 35, 29, 0.06);
}

.about-founder-panel::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(120deg, rgba(31, 219, 165, 0.7), rgba(255, 92, 53, 0.35), rgba(31, 219, 165, 0.7));
    background-size: 200% 100%;
    animation: about-founder-shine 8s linear infinite;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.about-founder-portrait {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #eef4f1;
}

.about-founder-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
}

.about-founder-name {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 700;
    line-height: 1.2;
    color: #10231d;
}

.about-founder-role {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal);
}

.about-founder-bio {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
}

.about-team-grid-heading {
    margin-bottom: clamp(14px, 2vw, 18px);
}

.about-team-filters-wrap {
    margin: 0 -4px clamp(22px, 3vw, 30px);
    overflow: hidden;
}

.about-team-filters {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 4px;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.about-team-filters::-webkit-scrollbar {
    display: none;
}

.about-team-filter {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1.5px solid rgba(16, 35, 29, 0.12);
    background: #ffffff;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(16, 35, 29, 0.72);
    white-space: nowrap;
    scroll-snap-align: start;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background 0.2s ease,
        transform 0.15s ease,
        box-shadow 0.2s ease;
}

.about-team-filter:hover,
.about-team-filter:focus-visible {
    color: #10231d;
    border-color: rgba(15, 143, 111, 0.35);
    transform: translateY(-1px);
}

.about-team-filter.is-active {
    color: #0a5c47;
    border-color: var(--teal);
    background: rgba(31, 219, 165, 0.12);
    box-shadow: 0 8px 20px rgba(31, 219, 165, 0.14);
}

.about-team-person.is-filtered-out {
    display: none;
}

.about-team-empty {
    margin: clamp(20px, 3vw, 28px) 0 0;
    text-align: center;
    font-size: 14px;
    color: rgba(16, 35, 29, 0.55);
}

.about-team-grid-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #10231d;
}

.about-team-avatars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 22px);
}

.about-team-media {
    position: relative;
    overflow: hidden;
}

.about-team-social {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background: rgba(16, 35, 29, 0.58);
    opacity: 0;
    transition: opacity 0.24s ease;
    pointer-events: none;
}

.about-team-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #0a66c2;
    box-shadow: 0 10px 24px rgba(16, 35, 29, 0.22);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-team-social-link .icon {
    width: 20px;
    height: 20px;
}

.about-team-social-link:hover,
.about-team-social-link:focus-visible {
    transform: scale(1.08);
    background: #0a66c2;
    color: #ffffff;
}

.about-team-media:hover .about-team-social,
.about-team-media:focus-within .about-team-social,
.about-team-media.is-social-open .about-team-social {
    opacity: 1;
    pointer-events: auto;
}

.about-team-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 260ms ease;
}

.about-team-person-copy {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .about-team-person:hover {
        transform: translateY(-4px);
    }
}

.about-team-person.is-hidden {
    display: none;
}

.about-team-showcase.is-expanded .about-team-person.is-hidden {
    display: flex;
}

.about-team-avatar {
    width: clamp(88px, 10vw, 108px);
    height: clamp(88px, 10vw, 108px);
    margin-bottom: 12px;
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal) 0%, rgba(15, 143, 111, 0.65) 100%);
    box-shadow: 0 10px 28px rgba(31, 219, 165, 0.2);
    flex-shrink: 0;
}

.about-team-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 18%;
    border: 2px solid #ffffff;
}

.about-team-person-name {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #10231d;
}

.about-team-person-role {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f8f6f;
    line-height: 1.35;
}

.about-team-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(28px, 3vw, 36px);
}

.about-team-toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    background: var(--teal);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 28px rgba(31, 219, 165, 0.28);
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.about-team-toggle:hover,
.about-team-toggle:focus-visible {
    transform: translateY(-2px);
    background: #2ef0b0;
    box-shadow: 0 14px 34px rgba(31, 219, 165, 0.38);
}

.about-aside {
    position: sticky;
    top: 96px;
}

@media (max-width: 1024px) {
    .about-page-shell {
        grid-template-columns: 1fr;
    }

    .about-aside {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .about-aside .legal-aside-card--help {
        grid-column: 1 / -1;
    }

    .about-founders {
        grid-template-columns: 1fr;
    }

    .about-team-avatars {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-values-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-value-tile--lead,
    .about-value-tile--wide {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .about-story-body,
    .about-mission-track,
    .about-founders,
    .about-values-bento,
    .about-story-stats {
        grid-template-columns: 1fr;
    }

    .about-value-tile--lead,
    .about-value-tile--wide {
        grid-column: span 1;
    }

    .about-value-tile--wide {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-team-section {
        padding: 20px 16px 24px;
        border-radius: 22px;
    }

    .about-team-title {
        font-size: clamp(24px, 7vw, 32px);
    }

    .about-team-lead {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-team-filters-wrap {
        margin-inline: -8px;
    }

    .about-team-filters {
        padding-inline: 8px;
    }

    .about-team-filter {
        min-height: 44px;
        padding: 10px 14px;
        font-size: 12px;
    }

    .about-team-avatars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .about-team-person {
        padding: 14px 10px;
        border-radius: 18px;
        background: #ffffff;
        border: 1px solid rgba(16, 35, 29, 0.07);
        box-shadow: 0 8px 22px rgba(16, 35, 29, 0.05);
    }

    .about-team-avatar {
        width: 92px;
        height: 92px;
        margin-bottom: 10px;
    }

    .about-team-person-name {
        font-size: 13px;
    }

    .about-team-person-role {
        font-size: 9px;
        letter-spacing: 0.05em;
    }

    .about-founder-panel {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 16px;
    }

    .about-founder-portrait {
        width: min(100%, 220px);
        max-width: 220px;
    }

    .about-founder-bio {
        font-size: 12px;
    }

    .about-aside {
        grid-template-columns: 1fr;
    }

    .about-vision-map {
        opacity: 0.08;
        width: 70%;
    }
}

@media (max-width: 420px) {
    .about-team-avatars {
        gap: 10px;
    }

    .about-team-person {
        padding: 12px 8px;
    }

    .about-team-avatar {
        width: 80px;
        height: 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-vision-glow,
    .about-founder-panel::before {
        animation: none;
    }
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: var(--ink);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-loader.is-done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader-space {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.page-loader-nebula {
    position: absolute;
    inset: -28%;
    background:
        radial-gradient(ellipse 54% 44% at 22% 30%, rgba(31, 219, 165, 0.16) 0%, transparent 72%),
        radial-gradient(ellipse 48% 40% at 78% 24%, rgba(14, 168, 124, 0.12) 0%, transparent 74%),
        radial-gradient(ellipse 58% 48% at 52% 82%, rgba(15, 26, 23, 0.55) 0%, transparent 72%),
        radial-gradient(ellipse 40% 34% at 64% 54%, rgba(31, 219, 165, 0.08) 0%, transparent 70%);
    animation: pageLoaderNebulaDrift 16s ease-in-out infinite alternate;
}

.page-loader-nebula::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 46% 38% at 70% 64%, rgba(14, 168, 124, 0.1) 0%, transparent 68%),
        radial-gradient(ellipse 36% 32% at 26% 66%, rgba(255, 92, 53, 0.05) 0%, transparent 70%);
    animation: pageLoaderNebulaDriftAlt 22s ease-in-out infinite alternate;
}

.page-loader-stars {
    position: absolute;
    inset: 0;
    opacity: 0.62;
    background-image:
        radial-gradient(1px 1px at 12% 18%, rgba(240, 237, 230, 0.75) 50%, transparent 100%),
        radial-gradient(1px 1px at 28% 42%, rgba(31, 219, 165, 0.45) 50%, transparent 100%),
        radial-gradient(1.5px 1.5px at 44% 12%, rgba(240, 237, 230, 0.65) 50%, transparent 100%),
        radial-gradient(1px 1px at 58% 36%, rgba(31, 219, 165, 0.35) 50%, transparent 100%),
        radial-gradient(1px 1px at 72% 24%, rgba(240, 237, 230, 0.6) 50%, transparent 100%),
        radial-gradient(1.5px 1.5px at 86% 48%, rgba(31, 219, 165, 0.4) 50%, transparent 100%),
        radial-gradient(1px 1px at 18% 62%, rgba(240, 237, 230, 0.4) 50%, transparent 100%),
        radial-gradient(1px 1px at 36% 78%, rgba(31, 219, 165, 0.3) 50%, transparent 100%),
        radial-gradient(1px 1px at 64% 68%, rgba(240, 237, 230, 0.35) 50%, transparent 100%),
        radial-gradient(1.5px 1.5px at 82% 72%, rgba(31, 219, 165, 0.38) 50%, transparent 100%),
        radial-gradient(1px 1px at 92% 16%, rgba(240, 237, 230, 0.45) 50%, transparent 100%),
        radial-gradient(1px 1px at 8% 84%, rgba(31, 219, 165, 0.28) 50%, transparent 100%);
    animation: pageLoaderStarsTwinkle 8s ease-in-out infinite alternate;
}

.page-loader-horizon {
    position: absolute;
    inset: auto 0 0 0;
    height: 50%;
    background:
        linear-gradient(180deg, transparent 0%, rgba(8, 14, 12, 0.38) 26%, rgba(8, 14, 12, 0.9) 64%, var(--ink) 100%);
}

.page-loader-cog-scene {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    overflow: hidden;
    transition: opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1), transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-loader.is-exiting .page-loader-cog-scene {
    opacity: 1;
    transform: none;
}

.page-loader.is-exiting .page-loader-cog-core {
    transform-origin: center center;
    animation: pageLoaderCogExit 0.88s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.page-loader.is-exiting .icon-reflective-wrap--spin {
    animation: none;
}

.page-loader.is-exiting .page-loader-cog-mist {
    opacity: 0;
    transition: opacity 0.32s ease;
}

.page-loader.is-exiting .page-loader-space {
    opacity: 0;
    transition: opacity 0.5s ease 0.28s;
}

.page-loader-cog-core {
    position: relative;
    display: grid;
    place-items: center;
    transform: translateY(6vh);
    will-change: transform, opacity;
}

.svg-defs-hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.icon-reflective-wrap {
    display: grid;
    place-items: center;
    overflow: visible;
}

.icon-reflective-wrap--md {
    width: min(30vw, 124px);
    height: min(30vw, 124px);
}

.icon-reflective-wrap--lg {
    width: min(36vw, 148px);
    height: min(36vw, 148px);
}

.icon-reflective-wrap--md > .icon-reflective {
    width: min(30vw, 124px);
    height: min(30vw, 124px);
}

.icon-reflective-wrap--lg > .icon-reflective {
    width: min(36vw, 148px);
    height: min(36vw, 148px);
}

.icon-reflective path {
    fill: url(#uzapoint-icon-reflective);
    stroke: none;
}

.icon-reflective-wrap--spin {
    animation: pageLoaderCogSpin 3.4s linear infinite;
    will-change: transform;
}

.icon-reflective-wrap--drift {
    transform: translateY(2vh);
    animation: errorPageLostDrift 5.5s ease-in-out infinite;
}

.page-loader-cog-mist {
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 2;
    width: min(100vw, 520px);
    height: min(50vw, 260px);
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(ellipse 100% 100% at 50% 0%, transparent 12%, rgba(8, 14, 12, 0.45) 46%, rgba(8, 14, 12, 0.82) 72%, var(--ink) 100%);
    filter: blur(22px);
    pointer-events: none;
}

@keyframes pageLoaderNebulaDrift {
    0% {
        transform: translate3d(-3%, -2%, 0) scale(1) rotate(0deg);
    }

    100% {
        transform: translate3d(4%, 3%, 0) scale(1.08) rotate(6deg);
    }
}

@keyframes pageLoaderNebulaDriftAlt {
    0% {
        transform: translate3d(2%, 1%, 0) scale(1.02);
        opacity: 0.72;
    }

    100% {
        transform: translate3d(-4%, -2%, 0) scale(1.1);
        opacity: 1;
    }
}

@keyframes pageLoaderStarsTwinkle {
    0% {
        opacity: 0.55;
    }

    100% {
        opacity: 0.88;
    }
}

@keyframes pageLoaderCogSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pageLoaderCogExit {
    0% {
        opacity: 1;
        transform: translateY(6vh) scale(1);
        filter: blur(0);
    }

    42% {
        opacity: 1;
        transform: translate(-14vw, -12vh) scale(1.55);
        filter: blur(0);
    }

    100% {
        opacity: 0;
        transform: translate(-46vw, -42vh) scale(3.2);
        filter: blur(6px);
    }
}

html.is-loading body {
    overflow: hidden;
}

html.is-page-loaded .page-loader {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .page-loader-nebula,
    .page-loader-nebula::after,
    .page-loader-stars,
    .page-loader-cog-core,
    .icon-reflective-wrap--spin,
    .icon-reflective-wrap--drift,
    .error-page-lost-ring {
        animation: none;
    }

    .page-loader.is-exiting .page-loader-cog-core {
        animation: none;
        opacity: 0;
    }

    .icon-reflective-wrap--drift,
    .error-page-lost-icon {
        transform: translateY(2vh);
    }
}

body.is-error-page {
    margin: 0;
    overflow: hidden;
    background: var(--ink);
}

.error-page {
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    background: var(--ink);
}

.error-page-space,
.error-page-cog-scene {
    position: absolute;
    inset: 0;
}

.error-page-cog-core {
    transform: translateY(2vh);
}

.error-page-lost-scene {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    overflow: hidden;
    pointer-events: none;
}

.error-page-lost-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(31, 219, 165, 0.34);
    transform: translate(-50%, -50%) scale(0.42);
    opacity: 0;
    animation: errorPageLostRing 4.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-page-lost-ring--one {
    width: min(52vw, 220px);
    height: min(52vw, 220px);
}

.error-page-lost-ring--two {
    width: min(52vw, 220px);
    height: min(52vw, 220px);
    animation-delay: 1.4s;
}

.error-page-lost-ring--three {
    width: min(52vw, 220px);
    height: min(52vw, 220px);
    animation-delay: 2.8s;
}

.error-page-lost-icon {
    position: relative;
    z-index: 1;
}

.error-page-caption {
    position: absolute;
    left: 50%;
    bottom: clamp(72px, 14vh, 120px);
    z-index: 3;
    display: grid;
    gap: 10px;
    width: min(92vw, 420px);
    transform: translateX(-50%);
    text-align: center;
}

.error-page-code {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(42px, 8vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--cream);
}

.error-page-message {
    margin: 0;
    font-size: clamp(14px, 2.4vw, 16px);
    line-height: 1.5;
    color: rgba(240, 237, 230, 0.68);
}

.error-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 8px;
}

.error-page-link {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    color: var(--teal);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.error-page-link:hover,
.error-page-link:focus-visible {
    color: #ffffff;
}

.error-page-link--button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

@keyframes errorPageLostRing {
    0% {
        opacity: 0.72;
        transform: translate(-50%, calc(-50% + 2vh)) scale(0.42);
    }

    72% {
        opacity: 0.12;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 2vh)) scale(1.35);
    }
}

@keyframes errorPageLostDrift {
    0%,
    100% {
        transform: translateY(2vh) translateX(0) rotate(0deg);
    }

    35% {
        transform: translateY(calc(2vh - 10px)) translateX(8px) rotate(4deg);
    }

    70% {
        transform: translateY(calc(2vh + 6px)) translateX(-8px) rotate(-4deg);
    }
}

/* Products page */
.products-hero-wrap {
    position: relative;
    background: #081412;
}

.products-hero-wrap .page-hero {
    margin-bottom: 0;
}

.products-hero-wrap .page-hero::after {
    height: 34%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 36, 31, 0) 0%, rgba(8, 20, 18, 0.88) 72%, #081412 100%);
}

.page-hero--products .page-hero-bg {
    background:
        linear-gradient(90deg, rgba(1, 35, 30, 0.98) 0%, rgba(2, 45, 38, 0.94) 40%, rgba(4, 32, 28, 0.78) 58%, rgba(4, 23, 20, 0.52) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(1, 37, 32, 0.55) 100%),
        var(--page-hero-image) var(--page-hero-position, 78% center) / cover no-repeat;
}

.page-hero--products .hero-title {
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.page-hero--products .hero-title em {
    color: #5ce8c5;
}

.page-hero--products .hero-sub {
    color: rgba(255, 255, 255, 0.92);
}

.page-hero--products .hero-eyebrow {
    color: #ffffff;
    background: rgba(3, 43, 38, 0.78);
    border-color: rgba(255, 255, 255, 0.24);
}

.page-hero--products .page-hero-chips span {
    color: rgba(255, 255, 255, 0.94);
    background: rgba(3, 43, 38, 0.72);
    border-color: rgba(255, 255, 255, 0.18);
}

.products-hero-secondary {
    min-height: 44px;
    padding: 12px 20px;
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--cream);
    background: rgba(3, 43, 38, 0.42);
}

.products-hero-secondary:hover,
.products-hero-secondary:focus-visible {
    color: #ffffff;
    border-color: rgba(31, 219, 165, 0.42);
    background: rgba(15, 58, 51, 0.72);
}

.products-page-surface {
    position: relative;
    margin-top: -1px;
    background:
        radial-gradient(ellipse 80% 50% at 12% 0%, rgba(31, 219, 165, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #f4f7f5 0%, #eef3f0 48%, #f8f6f1 100%);
}

.products-page-surface .offerings-section {
    padding-top: clamp(72px, 8vw, 96px);
}

.products-categories-section {
    padding-top: clamp(48px, 6vw, 72px);
}

.products-categories-section .offerings-header .snapshot-badge {
    color: #087f5b;
    border-color: rgba(8, 127, 91, 0.34);
    background: rgba(31, 219, 165, 0.1);
}

.products-categories-lead {
    max-width: 640px;
}

.offerings-section--stacked .offerings-panels--stacked {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 5vw, 64px);
}

.offerings-section--stacked .offerings-panel,
.offerings-section--stacked .offerings-panel--stacked {
    display: block;
    opacity: 1;
    transform: none;
}

.offerings-section--stacked .offerings-stagger {
    opacity: 1;
    transform: none;
}

.products-category-stack {
    scroll-margin-top: 96px;
}

.products-category-stack-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin-bottom: clamp(16px, 2.5vw, 22px);
}

.products-category-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.28);
    color: #087f5b;
}

.products-category-icon .icon {
    width: 24px;
    height: 24px;
}

.products-category-kicker {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #087f5b;
}

.products-category-stack-copy {
    min-width: 0;
}

.products-category-summary {
    margin: 0;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.68);
}

.products-category-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #0a2f2f;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.24), rgba(31, 219, 165, 0.12));
    border: 1px solid rgba(31, 219, 165, 0.34);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.products-category-cta svg {
    width: 16px;
    height: 16px;
}

.products-category-cta:hover,
.products-category-cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(16, 35, 29, 0.1);
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.34), rgba(31, 219, 165, 0.18));
}

.products-category-cta--compact {
    white-space: nowrap;
}

.offerings-cta--ghost {
    color: #087f5b;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(8, 127, 91, 0.28);
    box-shadow: none;
}

.offerings-cta--ghost:hover,
.offerings-cta--ghost:focus-visible {
    background: rgba(31, 219, 165, 0.1);
    border-color: rgba(8, 127, 91, 0.42);
}

.offerings-section--single .offerings-panels,
.offerings-section--stacked .offerings-panels {
    display: block;
}

.offerings-section--single .offerings-panel,
.offerings-section--stacked .offerings-panel {
    display: block;
    opacity: 1;
    transform: none;
}

.offerings-section--single .offerings-stagger,
.offerings-section--stacked .offerings-stagger {
    opacity: 1;
    transform: none;
}

.products-category-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.62);
    text-decoration: none;
    transition: color 0.2s ease;
}

.products-category-back svg {
    width: 16px;
    height: 16px;
}

.products-category-back:hover,
.products-category-back:focus-visible {
    color: #087f5b;
}

.products-modules-section {
    padding: clamp(44px, 5.5vw, 60px) 5% clamp(48px, 6vw, 72px);
    color: var(--ink);
}

.products-modules-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.products-modules-header {
    max-width: 760px;
    margin-bottom: clamp(28px, 4vw, 40px);
}

.products-modules-header .section-title {
    margin-bottom: 14px;
    color: var(--ink);
}

.products-modules-header .snapshot-badge {
    color: #087f5b;
    border-color: rgba(8, 127, 91, 0.34);
    background: rgba(31, 219, 165, 0.1);
}

.products-modules-lead {
    margin: 0;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.68);
}

.products-modules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.products-module-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 148px;
    padding: 18px 16px 16px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(16, 35, 29, 0.06);
    color: var(--ink);
    text-decoration: none;
    transition:
        transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.24s ease,
        box-shadow 0.24s ease;
}

.products-module-card:hover,
.products-module-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 18px 40px rgba(16, 35, 29, 0.1);
}

.products-module-card-glow {
    position: absolute;
    inset: 0;
    opacity: 0.55;
    pointer-events: none;
}

.products-module-card--emerald .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(52, 211, 153, 0.22) 0%, transparent 58%); }
.products-module-card--amber .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(251, 191, 36, 0.2) 0%, transparent 58%); }
.products-module-card--sky .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(56, 189, 248, 0.2) 0%, transparent 58%); }
.products-module-card--violet .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(167, 139, 250, 0.2) 0%, transparent 58%); }
.products-module-card--rose .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(251, 113, 133, 0.2) 0%, transparent 58%); }
.products-module-card--cyan .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(34, 211, 238, 0.2) 0%, transparent 58%); }
.products-module-card--gold .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(250, 204, 21, 0.2) 0%, transparent 58%); }
.products-module-card--indigo .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(129, 140, 248, 0.2) 0%, transparent 58%); }
.products-module-card--teal .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(45, 212, 191, 0.2) 0%, transparent 58%); }
.products-module-card--coral .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(251, 146, 60, 0.2) 0%, transparent 58%); }
.products-module-card--lime .products-module-card-glow { background: radial-gradient(circle at 88% 8%, rgba(163, 230, 53, 0.2) 0%, transparent 58%); }

.products-module-card-icon {
    position: absolute;
    right: -18px;
    top: -22px;
    z-index: 1;
    width: 76px;
    height: 76px;
    border-radius: 20px;
    transform: rotate(-8deg);
    box-shadow: 0 16px 32px rgba(16, 35, 29, 0.14);
}

.products-module-card-icon .icon {
    width: 34px;
    height: 34px;
}

.products-module-card-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: calc(100% - 12px);
}

.products-module-card-kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.58);
}

.products-module-card-name {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    color: #10231d;
}

.products-module-card-highlight {
    font-size: 12px;
    line-height: 1.45;
    color: rgba(16, 35, 29, 0.72);
}

.products-spotlights-section {
    padding: clamp(72px, 9vw, 104px) 5% clamp(88px, 10vw, 120px);
    background:
        radial-gradient(ellipse 90% 60% at 88% 0%, rgba(31, 219, 165, 0.1) 0%, transparent 55%),
        linear-gradient(180deg, #0f1f1b 0%, #0c2826 46%, #0a2f2f 100%);
    color: var(--cream);
}

.products-spotlights-shell {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(56px, 8vw, 88px);
}

.products-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    scroll-margin-top: 96px;
}

.products-spotlight--reverse .products-spotlight-copy {
    order: 2;
}

.products-spotlight--reverse .products-spotlight-visual {
    order: 1;
}

.products-spotlight-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5ce8c5;
    background: rgba(31, 219, 165, 0.14);
    border: 1px solid rgba(31, 219, 165, 0.32);
}

.products-spotlight-title {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
}

.products-spotlight-text {
    margin: 0 0 20px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.products-spotlight-points {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.products-spotlight-points li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.products-spotlight-point-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(31, 219, 165, 0.2);
    color: #5ce8c5;
}

.products-spotlight-point-icon .icon {
    width: 12px;
    height: 12px;
}

.products-spotlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #5ce8c5;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.products-spotlight-link .icon {
    width: 15px;
    height: 15px;
}

.products-spotlight-link:hover,
.products-spotlight-link:focus-visible {
    color: #ffffff;
    transform: translate(2px, -2px);
}

.products-spotlight-visual {
    position: relative;
    margin: 0;
    justify-self: center;
    width: min(100%, 360px);
}

.products-spotlight-frame {
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.products-spotlight-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(8, 14, 12, 0.28);
}

.products-spotlight-stat {
    position: absolute;
    left: -10px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 108px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(8, 14, 12, 0.82);
    border: 1px solid rgba(31, 219, 165, 0.24);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.products-spotlight-stat-value {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #5ce8c5;
}

.products-spotlight-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.products-spotlight-glow {
    position: absolute;
    inset: 12% 8%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 219, 165, 0.22) 0%, transparent 68%);
    filter: blur(18px);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .products-modules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-spotlight,
    .products-spotlight--reverse {
        grid-template-columns: 1fr;
    }

    .products-spotlight--reverse .products-spotlight-copy,
    .products-spotlight--reverse .products-spotlight-visual {
        order: initial;
    }

    .products-spotlight-visual {
        width: min(100%, 320px);
    }
}

@media (max-width: 640px) {
    .products-modules-grid {
        grid-template-columns: 1fr;
    }

    .products-module-card {
        min-height: 132px;
    }

    .products-category-stack-head {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .products-category-cta--compact {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .products-spotlight-stat {
        left: 8px;
        bottom: 16px;
    }
}

/* Impact page */
.impact-hero-wrap {
    position: relative;
    background: #081412;
}

.impact-hero-wrap .page-hero {
    margin-bottom: 0;
}

.impact-hero-wrap .page-hero::after {
    height: 34%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 36, 31, 0) 0%, rgba(8, 20, 18, 0.88) 72%, #081412 100%);
}

.page-hero--impact .page-hero-bg {
    background:
        linear-gradient(90deg, rgba(1, 35, 30, 0.98) 0%, rgba(2, 45, 38, 0.94) 40%, rgba(4, 32, 28, 0.78) 58%, rgba(4, 23, 20, 0.52) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(1, 37, 32, 0.55) 100%),
        var(--page-hero-image) var(--page-hero-position, 72% center) / cover no-repeat;
}

.page-hero--impact .hero-title {
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.page-hero--impact .hero-title em {
    color: #5ce8c5;
}

.page-hero--impact .hero-sub {
    color: rgba(255, 255, 255, 0.92);
}

.page-hero--impact .hero-eyebrow {
    color: #ffffff;
    background: rgba(3, 43, 38, 0.78);
    border-color: rgba(255, 255, 255, 0.24);
}

.impact-hero-secondary {
    min-height: 44px;
    padding: 12px 20px;
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--cream);
    background: rgba(3, 43, 38, 0.42);
}

.impact-hero-secondary:hover,
.impact-hero-secondary:focus-visible {
    color: #ffffff;
    border-color: rgba(31, 219, 165, 0.42);
    background: rgba(15, 58, 51, 0.72);
}

.impact-hero-pattern.cta-pattern-band {
    display: block;
    opacity: 1;
    margin-top: -1px;
}

.impact-page-surface {
    position: relative;
    margin-top: -1px;
    background:
        radial-gradient(ellipse 80% 50% at 12% 0%, rgba(31, 219, 165, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #f4f7f5 0%, #eef3f0 48%, #f8f6f1 100%);
}

.impact-headline-stats {
    padding: clamp(28px, 4vw, 40px) 5% 0;
}

.impact-headline-stats-shell {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.impact-headline-stat {
    padding: 20px 18px;
    border-radius: 18px;
    border: 1px solid rgba(8, 58, 47, 0.12);
    background: linear-gradient(180deg, #0a3d2f 0%, #0c4a39 100%);
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(8, 35, 29, 0.18);
}

.impact-headline-stat-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: rgba(31, 219, 165, 0.16);
    color: #5ce8c5;
}

.impact-headline-stat-icon .icon {
    width: 20px;
    height: 20px;
}

.impact-headline-stat-value {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 800;
    line-height: 1.1;
}

.impact-headline-stat-label {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}

.impact-programs-section {
    padding: clamp(48px, 6vw, 72px) 5%;
    color: var(--ink);
}

.impact-programs-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.impact-programs-header {
    max-width: 760px;
    margin-bottom: clamp(28px, 4vw, 40px);
}

.impact-programs-header .section-title,
.impact-programs-header .snapshot-badge {
    color: var(--ink);
}

.impact-programs-header .snapshot-badge {
    color: #087f5b;
    border-color: rgba(8, 127, 91, 0.34);
    background: rgba(31, 219, 165, 0.1);
}

.impact-programs-lead {
    margin: 0;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.68);
}

.impact-programs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 24px);
}

.impact-program-card {
    scroll-margin-top: 96px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 40px rgba(16, 35, 29, 0.06);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.impact-program-card:hover {
    transform: translateY(-5px);
    border-color: rgba(31, 219, 165, 0.3);
    box-shadow: 0 24px 52px rgba(16, 35, 29, 0.11);
}

.impact-program-card-media {
    position: relative;
    min-height: 220px;
    overflow: hidden;
}

.impact-program-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.impact-program-card:hover .impact-program-card-media img {
    transform: scale(1.06);
}

.impact-program-card-icon {
    position: absolute;
    left: 16px;
    top: 16px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #087f5b;
    box-shadow: 0 10px 24px rgba(16, 35, 29, 0.12);
    transition:
        transform 0.28s ease,
        background 0.28s ease,
        box-shadow 0.28s ease;
}

.impact-program-card:hover .impact-program-card-icon {
    transform: scale(1.08);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 35, 29, 0.16);
}

.impact-program-card-icon .icon {
    width: 22px;
    height: 22px;
}

.impact-program-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(18px, 2.5vw, 24px);
}

.impact-program-card-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #087f5b;
}

.impact-program-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800;
    line-height: 1.25;
    color: var(--ink);
}

.impact-program-card-highlights {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.impact-program-card-highlights li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
}

.impact-program-card-highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1fdba5;
}

.impact-program-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    transition: color 0.22s ease, gap 0.22s ease;
}

.impact-program-card-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.impact-program-card:hover .impact-program-card-cta,
.impact-program-card-cta:hover,
.impact-program-card-cta:focus-visible {
    color: #0a2f2f;
    gap: 12px;
}

.impact-program-card:hover .impact-program-card-cta svg,
.impact-program-card-cta:hover svg,
.impact-program-card-cta:focus-visible svg {
    transform: translateX(4px);
}

.impact-sdg-section {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(72px, 9vw, 108px) 0 clamp(64px, 8vw, 96px);
    background:
        radial-gradient(ellipse 70% 50% at 8% 20%, rgba(31, 219, 165, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #f8f6f1 0%, #f4f7f5 52%, #eef3f0 100%);
    color: var(--ink);
}

.impact-sdg-shell {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5%;
}

.impact-sdg-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.impact-sdg-header {
    max-width: 620px;
    margin-bottom: clamp(24px, 3vw, 32px);
}

.impact-sdg-header .section-label {
    margin-bottom: 12px;
    color: #087f5b;
}

.impact-sdg-title {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #10231d;
}

.impact-sdg-lead {
    margin: 0;
    max-width: 54ch;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.72);
}

.impact-sdg-story p {
    margin: 0 0 16px;
    max-width: 58ch;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(16, 35, 29, 0.78);
}

.impact-sdg-goals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 20px;
    max-width: 56ch;
}

.impact-sdg-goal {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(16, 35, 29, 0.84);
    border: 1px solid transparent;
    transition: transform 0.22s ease;
}

.impact-sdg-goal:nth-child(3n + 1) {
    transform: rotate(-1.2deg);
}

.impact-sdg-goal:nth-child(3n + 2) {
    transform: rotate(0.8deg);
}

.impact-sdg-goal:nth-child(3n) {
    transform: rotate(-0.4deg);
}

.impact-sdg-goal:hover {
    transform: rotate(0deg) translateY(-2px);
}

.impact-sdg-goal--coral {
    background: rgba(235, 168, 152, 0.35);
    border-color: rgba(200, 120, 100, 0.22);
}

.impact-sdg-goal--amber {
    background: rgba(235, 210, 140, 0.38);
    border-color: rgba(190, 150, 60, 0.2);
}

.impact-sdg-goal--rose {
    background: rgba(235, 176, 196, 0.34);
    border-color: rgba(190, 100, 130, 0.2);
}

.impact-sdg-goal--ruby {
    background: rgba(220, 150, 150, 0.32);
    border-color: rgba(170, 80, 80, 0.2);
}

.impact-sdg-goal--orange {
    background: rgba(235, 190, 130, 0.34);
    border-color: rgba(190, 120, 50, 0.2);
}

.impact-sdg-goal--magenta {
    background: rgba(220, 160, 190, 0.32);
    border-color: rgba(170, 90, 130, 0.2);
}

.impact-sdg-goal--navy {
    background: rgba(150, 175, 210, 0.3);
    border-color: rgba(80, 110, 160, 0.22);
}

.impact-sdg-footnote {
    margin: 0;
    max-width: 58ch;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 35, 29, 0.08);
    font-size: 14px;
    line-height: 1.65;
    font-style: italic;
    color: rgba(16, 35, 29, 0.58);
}

.impact-sdg-visual {
    position: relative;
    margin: clamp(28px, 4vw, 40px) auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.impact-sdg-visual img {
    display: block;
    width: min(100%, 420px);
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

.impact-sdg-visual-shadow {
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 46%;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(16, 35, 29, 0.12);
    filter: blur(10px);
}

@media (min-width: 1025px) {
    .impact-sdg-shell {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
        gap: clamp(28px, 3.5vw, 48px);
        align-items: end;
    }

    .impact-sdg-content {
        grid-column: 1;
    }

    .impact-sdg-visual {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        justify-self: end;
        width: 100%;
        max-width: 400px;
        margin: 0;
    }

    .impact-sdg-visual img {
        width: 100%;
        height: auto;
        max-height: min(68vh, 600px);
        object-fit: contain;
        object-position: right bottom;
    }
}

.impact-detail-section {
    padding: clamp(32px, 4vw, 48px) 0 clamp(40px, 5vw, 56px);
    color: var(--ink);
}

.impact-single-shell .impact-detail-section {
    padding-inline: 0;
}

.impact-detail-shell {
    max-width: 920px;
    margin: 0 auto;
}

.impact-detail-title {
    color: var(--ink);
}

.impact-detail-accent {
    background: linear-gradient(135deg, #0a5c44 0%, #087f5b 55%, #064e3b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.impact-detail-lead {
    margin: 14px 0 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 500;
    color: #1a2e28;
}

.impact-program-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.62);
    text-decoration: none;
}

.impact-program-back svg {
    width: 16px;
    height: 16px;
}

.impact-program-back:hover,
.impact-program-back:focus-visible {
    color: #087f5b;
}

.impact-detail-points {
    margin: clamp(28px, 4vw, 36px) 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.impact-detail-point {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.impact-detail-point-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(31, 219, 165, 0.14);
    color: #087f5b;
}

.impact-detail-point-copy h3 {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
}

.impact-detail-point-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.68);
}

.impact-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(24px, 3vw, 32px);
}

.impact-detail-stat {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(244, 247, 245, 0.92);
    text-align: center;
}

.impact-detail-stat-value {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    color: #087f5b;
}

.impact-detail-stat-label {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(16, 35, 29, 0.68);
}

.impact-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: clamp(28px, 4vw, 36px);
}

.impact-detail-secondary {
    min-height: 44px;
    padding: 12px 20px;
}

.impact-page-surface .impact-section,
.impact-page-surface .partners-section,
.impact-page-surface .testimonials-section,
.impact-page-surface .achievements-section {
    background: transparent;
}

.partners-section--impact {
    padding: clamp(40px, 5vw, 64px) clamp(16px, 3vw, 36px) clamp(72px, 8vw, 96px);
}

.partners-section--impact .partners-shell {
    max-width: 1320px;
}

.partners-section--impact .partners-header {
    max-width: 820px;
}

.partners-section--impact .partners-lead {
    max-width: 720px;
}

.impact-single-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5%;
}

.single-page-toolbar {
    padding: clamp(20px, 3vw, 28px) 0 clamp(12px, 2vw, 18px);
}

.offerings-section--single .single-page-toolbar {
    padding-top: clamp(16px, 2.5vw, 22px);
}

.single-page-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 8px 8px;
    border-radius: 999px;
    border: 1px solid rgba(16, 35, 29, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(16, 35, 29, 0.06);
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.single-page-back-btn:hover,
.single-page-back-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(31, 219, 165, 0.34);
    box-shadow: 0 14px 32px rgba(16, 35, 29, 0.09);
}

.single-page-back-btn-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(31, 219, 165, 0.14);
    color: #087f5b;
}

.single-page-back-btn-icon svg {
    width: 18px;
    height: 18px;
}

.single-page-pagination {
    padding: clamp(28px, 4vw, 40px) 0 clamp(36px, 5vw, 52px);
    border-top: 1px solid rgba(16, 35, 29, 0.08);
}

.offerings-section--single .single-page-pagination {
    margin-top: clamp(12px, 2vw, 20px);
}

.single-page-pagination-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.single-page-pagination-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #087f5b;
}

.single-page-pagination-back {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-page-pagination-back:hover,
.single-page-pagination-back:focus-visible {
    color: #087f5b;
}

.single-page-next-tile {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(14px, 2.5vw, 20px);
    align-items: center;
    padding: clamp(16px, 2.5vw, 22px);
    border-radius: 22px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    box-shadow: 0 16px 40px rgba(16, 35, 29, 0.07);
    color: var(--ink);
    text-decoration: none;
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.single-page-next-tile:hover,
.single-page-next-tile:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(31, 219, 165, 0.34);
    box-shadow: 0 22px 48px rgba(16, 35, 29, 0.1);
}

.single-page-next-tile-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(31, 219, 165, 0.14);
    border: 1px solid rgba(31, 219, 165, 0.28);
    color: #087f5b;
}

.single-page-next-tile-icon .icon {
    width: 26px;
    height: 26px;
}

.single-page-next-tile-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.single-page-next-tile-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #087f5b;
}

.single-page-next-tile-title {
    font-family: var(--font-display);
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--ink);
}

.single-page-next-tile-summary {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
}

.single-page-next-tile-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: #0a2f2f;
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.28), rgba(31, 219, 165, 0.14));
    border: 1px solid rgba(31, 219, 165, 0.34);
    white-space: nowrap;
}

.single-page-next-tile-action svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .impact-headline-stats-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .impact-programs-grid,
    .impact-program-card {
        grid-template-columns: 1fr;
    }

    .impact-sdg-shell {
        display: block;
        padding-right: 5%;
    }

    .impact-sdg-visual {
        width: 100%;
        max-width: 420px;
        margin: clamp(28px, 4vw, 40px) auto 0;
    }

    .impact-sdg-visual img {
        width: 100%;
        height: auto;
        max-height: none;
        object-position: center bottom;
    }

    .impact-detail-stats {
        grid-template-columns: 1fr;
    }

    .impact-detail-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .impact-detail-actions .btn-hero,
    .impact-detail-actions .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .offerings-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .offerings-actions .offerings-cta {
        width: 100%;
        justify-content: center;
    }

    .single-page-pagination-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-page-next-tile {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .single-page-next-tile-action {
        grid-column: 1 / -1;
        justify-content: center;
        width: 100%;
    }

    .single-page-back-btn {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .impact-headline-stats-shell {
        grid-template-columns: 1fr;
    }

}

/* Resources page */
.resources-hero-wrap,
.resources-page-surface {
    --resources-content-max: 1320px;
    --resources-content-padding: clamp(16px, 3vw, 36px);
}

.resources-hero-wrap {
    position: relative;
    background: #f4f0e8;
}

.resources-hero-wrap .page-hero {
    margin-bottom: 0;
    min-height: clamp(360px, 46vw, 520px);
    padding-top: clamp(108px, 10vw, 128px);
    padding-bottom: clamp(40px, 5vw, 56px);
}

.resources-hero-wrap--compact .page-hero,
.resources-hero-wrap--article .page-hero {
    min-height: clamp(300px, 36vw, 420px);
}

.resources-hero-wrap .page-hero::after {
    display: none;
}

.page-hero--resources .page-hero-bg {
    background:
        linear-gradient(90deg, rgba(244, 240, 232, 0.97) 0%, rgba(244, 240, 232, 0.84) 34%, rgba(244, 240, 232, 0.42) 56%, rgba(244, 240, 232, 0.08) 72%, transparent 100%),
        linear-gradient(180deg, rgba(244, 240, 232, 0.18) 0%, rgba(244, 240, 232, 0.72) 100%),
        var(--page-hero-image) var(--page-hero-position, 70% center) / cover no-repeat;
}

.page-hero--resources .hero-title {
    margin-bottom: clamp(12px, 1.5vw, 16px);
    color: #10231d;
    text-shadow: none;
}

.page-hero--resources .hero-title em {
    color: #8b5a2b;
}

.page-hero--resources .hero-eyebrow {
    margin-bottom: clamp(12px, 1.6vw, 16px);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #087f5b;
}

.page-hero--resources .hero-eyebrow-icon {
    display: none;
}

.page-hero--resources .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 720px;
}

.page-hero--resources .hero-sub {
    margin-bottom: clamp(18px, 2.2vw, 26px);
    color: rgba(16, 35, 29, 0.78);
}

.page-hero--resources .hero-content:has(.hero-actions) .hero-sub {
    margin-bottom: clamp(18px, 2.2vw, 24px);
}

.page-hero--resources .hero-content:has(.resources-hero-meta-strip) .hero-sub {
    margin-bottom: clamp(14px, 1.8vw, 20px);
}

.page-hero--resources .hero-content:has(.hero-actions):not(:has(.resources-hero-meta-strip)) .hero-sub {
    margin-bottom: clamp(24px, 3vw, 32px);
}

.page-hero--resources .hero-actions {
    margin-top: 0;
    width: 100%;
}

.page-hero--resources .btn-hero {
    box-shadow: 0 12px 28px rgba(8, 127, 91, 0.18);
}

.resources-hero-meta-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 0 clamp(18px, 2.2vw, 24px);
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.68);
}

.page-hero--resources .hero-content:has(.hero-actions) .resources-hero-meta-strip {
    margin-bottom: clamp(22px, 2.8vw, 30px);
}

.resources-hero-meta-item:not(:last-child)::after {
    content: '·';
    margin: 0 12px;
    color: rgba(16, 35, 29, 0.28);
    font-weight: 400;
}

.resources-hero-meta-item time,
.resources-hero-meta-item span {
    color: inherit;
}

.resources-hero-secondary {
    min-height: 44px;
    padding: 12px 20px;
    border-color: rgba(16, 35, 29, 0.16);
    color: #10231d;
    background: rgba(255, 255, 255, 0.72);
}

.resources-hero-secondary:hover,
.resources-hero-secondary:focus-visible {
    color: #087f5b;
    border-color: rgba(8, 127, 91, 0.32);
    background: rgba(255, 255, 255, 0.96);
}

.resources-hero-pattern.cta-pattern-band {
    display: none;
}

.resources-spotlight-band {
    position: relative;
    z-index: 3;
    margin-top: clamp(-40px, -4vw, -28px);
    padding: 0 var(--resources-content-padding, clamp(16px, 3vw, 36px)) clamp(28px, 4vw, 40px);
}

.resources-spotlight-shell {
    max-width: var(--resources-content-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
}

.resources-spotlight-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 48px rgba(16, 35, 29, 0.12);
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.resources-spotlight-card:hover,
.resources-spotlight-card:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(31, 219, 165, 0.32);
    box-shadow: 0 28px 56px rgba(16, 35, 29, 0.16);
}

.resources-spotlight-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.resources-spotlight-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.resources-spotlight-card:hover .resources-spotlight-card-media img {
    transform: scale(1.06);
}

.resources-spotlight-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(16px, 2vw, 20px);
    flex: 1;
}

.resources-spotlight-card-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #087f5b;
}

.resources-spotlight-card--sky .resources-spotlight-card-kicker { color: #0369a1; }
.resources-spotlight-card--coral .resources-spotlight-card-kicker { color: #c2410c; }

.resources-spotlight-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 800;
    line-height: 1.3;
    color: #10231d;
}

.resources-spotlight-card-excerpt {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.76);
}

.resources-spotlight-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: #087f5b;
    transition: gap 0.22s ease;
}

.resources-spotlight-card-cta svg {
    width: 15px;
    height: 15px;
    transition: transform 0.22s ease;
}

.resources-spotlight-card:hover .resources-spotlight-card-cta {
    gap: 12px;
}

.resources-spotlight-card:hover .resources-spotlight-card-cta svg {
    transform: translateX(4px);
}

.resources-page-surface {
    position: relative;
    margin-top: -1px;
    overflow-x: clip;
    background:
        radial-gradient(ellipse 70% 45% at 88% 4%, rgba(31, 219, 165, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #f8f6f1 0%, #f4f7f5 42%, #eef3f0 100%);
}

.resources-page-surface .section-title {
    color: #10231d;
}

.resources-page-surface .section-title em {
    color: #087f5b;
    font-style: normal;
}

.resources-single-shell {
    max-width: var(--resources-content-max);
    margin: 0 auto;
    padding-inline: var(--resources-content-padding);
}

.resources-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(24px, 3.5vw, 36px);
}

.resources-section-header-copy {
    max-width: 720px;
}

.resources-section-header .snapshot-badge {
    color: #087f5b;
    border-color: rgba(8, 127, 91, 0.34);
    background: rgba(31, 219, 165, 0.1);
}

.resources-section-lead {
    margin: 0;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(16, 35, 29, 0.76);
}

.resources-section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.22s ease, color 0.22s ease;
}

.resources-section-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.resources-section-link:hover,
.resources-section-link:focus-visible {
    color: #0a2f2f;
    gap: 12px;
}

.resources-section-link:hover svg,
.resources-section-link:focus-visible svg {
    transform: translateX(4px);
}

.resources-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    transition: gap 0.22s ease, color 0.22s ease;
}

.resources-card-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.resources-card-cta:hover,
.resources-card-cta:focus-visible {
    color: #0a2f2f;
    gap: 12px;
}

.resources-card-cta:hover svg,
.resources-card-cta:focus-visible svg {
    transform: translateX(4px);
}

.resources-item-date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.62);
}

.resources-newsletter-section {
    padding: clamp(36px, 5vw, 52px) var(--resources-content-padding);
}

.resources-newsletter-shell {
    position: relative;
    max-width: var(--resources-content-max);
    margin: 0 auto;
    padding: clamp(24px, 3.5vw, 32px);
    border-radius: 22px;
    border: 1px solid rgba(8, 127, 91, 0.16);
    background: linear-gradient(135deg, rgba(10, 61, 47, 0.96) 0%, rgba(8, 49, 39, 0.98) 100%);
    color: #ffffff;
    box-shadow: 0 20px 48px rgba(8, 35, 29, 0.18);
    overflow: hidden;
    transition:
        box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.42s ease,
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-newsletter-shell.is-success {
    transform: scale(1.01);
    border-color: rgba(31, 219, 165, 0.34);
    box-shadow:
        0 24px 56px rgba(8, 35, 29, 0.24),
        0 0 0 1px rgba(31, 219, 165, 0.12) inset;
}

.resources-newsletter-accent {
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, #1fdba5 0%, #5ce8c5 48%, #1fdba5 100%);
    opacity: 0.72;
    transition: opacity 0.42s ease;
}

.resources-newsletter-shell.is-success .resources-newsletter-accent {
    opacity: 1;
}

.resources-newsletter-stages {
    display: grid;
    position: relative;
    overflow: hidden;
    transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-newsletter-stage {
    grid-area: 1 / 1;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(0.985);
    transition:
        opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.38s;
}

.resources-newsletter-stage.is-active,
.resources-newsletter-stage.is-exiting {
    display: block;
}

.resources-newsletter-stage.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.resources-newsletter-stage.is-exiting {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.985);
}

.resources-newsletter-stage.is-entering {
    transform: translateY(18px) scale(0.985);
}

.resources-newsletter-stage.is-entering.is-active {
    transform: translateY(0) scale(1);
}

.resources-newsletter-stage--form {
    display: none;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: center;
}

.resources-newsletter-stage--form.is-active,
.resources-newsletter-stage--form.is-exiting {
    display: grid;
}

.resources-newsletter-success {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 18px;
    padding: 2px 0;
    text-align: left;
}

.resources-newsletter-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(92, 232, 197, 0.34);
    color: #5ce8c5;
    flex-shrink: 0;
    animation: contact-success-pop 0.56s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s both;
}

.resources-newsletter-success-icon .icon {
    width: 20px;
    height: 20px;
}

.resources-newsletter-success-title {
    margin: 0 0 4px;
    grid-column: 2;
    grid-row: 1;
    font-family: var(--font-display);
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.resources-newsletter-success-copy {
    margin: 0;
    grid-column: 2;
    grid-row: 2;
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.76);
}

.resources-newsletter-success-actions {
    display: flex;
    align-items: center;
    grid-column: 3;
    grid-row: 1 / span 2;
    margin: 0;
}

.resources-newsletter-success-btn {
    min-height: 44px;
    white-space: nowrap;
}

.resources-newsletter-title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    line-height: 1.2;
}

.resources-newsletter-lead {
    margin: 0;
    max-width: 48ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.resources-newsletter-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resources-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
}

.resources-newsletter-form input {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
}

.resources-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.resources-newsletter-form input:focus {
    outline: none;
    border-color: rgba(31, 219, 165, 0.55);
    box-shadow: 0 0 0 3px rgba(31, 219, 165, 0.18);
}

.resources-newsletter-btn {
    min-height: 48px;
    white-space: nowrap;
}

.resources-newsletter-fine {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.78);
}

.resources-stories-section,
.resources-blogs-section,
.resources-events-section,
.resources-hub-section {
    padding: clamp(44px, 5.5vw, 68px) var(--resources-content-padding);
    color: var(--ink);
}

.resources-stories-shell,
.resources-blogs-shell,
.resources-events-shell,
.resources-hub-shell {
    max-width: var(--resources-content-max);
    margin: 0 auto;
}

.resources-stories-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 24px);
}

.resources-story-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: #081412;
    box-shadow: 0 20px 48px rgba(16, 35, 29, 0.1);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.resources-story-card:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 219, 165, 0.32);
    box-shadow: 0 28px 56px rgba(16, 35, 29, 0.16);
}

.resources-story-card--team {
    border-color: rgba(3, 105, 161, 0.22);
}

.resources-story-card--product {
    border-color: rgba(194, 65, 12, 0.22);
}

.resources-story-card-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    min-height: 340px;
    overflow: hidden;
    text-decoration: none;
}

.resources-story-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.resources-story-card:hover .resources-story-card-media img {
    transform: scale(1.06);
}

.resources-story-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: clamp(20px, 3vw, 28px);
    background: linear-gradient(
        180deg,
        rgba(8, 20, 18, 0.08) 0%,
        rgba(8, 20, 18, 0.42) 42%,
        rgba(8, 20, 18, 0.94) 100%
    );
    color: #ffffff;
}

.resources-story-card-tag {
    align-self: flex-start;
    margin-bottom: auto;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a2f2f;
    background: rgba(255, 255, 255, 0.94);
}

.resources-story-card--team .resources-story-card-tag {
    color: #0369a1;
    background: rgba(186, 230, 253, 0.96);
}

.resources-story-card--product .resources-story-card-tag {
    color: #c2410c;
    background: rgba(254, 215, 170, 0.96);
}

.resources-story-card-date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.resources-story-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

.resources-story-card-excerpt {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.84);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-story-card-footer {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(16, 35, 29, 0.06);
}

.resources-story-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    transition: gap 0.22s ease, color 0.22s ease;
}

.resources-story-card-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.resources-story-card-cta:hover,
.resources-story-card-cta:focus-visible {
    color: #0a2f2f;
    gap: 12px;
}

.resources-story-card-cta:hover svg,
.resources-story-card-cta:focus-visible svg {
    transform: translateX(4px);
}

.resources-blogs-layout {
    display: grid;
    grid-template-columns: minmax(240px, 288px) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
}

.resources-blogs-sidebar {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-radius: 22px;
    border: 1px solid rgba(8, 127, 91, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 249, 0.96) 100%);
    box-shadow:
        0 22px 48px rgba(16, 35, 29, 0.08),
        0 2px 8px rgba(16, 35, 29, 0.04);
    overflow: hidden;
}

.resources-blogs-sidebar-block {
    padding: 18px 16px 20px;
}

.resources-blogs-sidebar-block + .resources-blogs-sidebar-block {
    border-top: 1px solid rgba(16, 35, 29, 0.07);
    background: linear-gradient(180deg, rgba(244, 247, 245, 0.72) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.resources-blogs-sidebar-head {
    margin-bottom: 14px;
}

.resources-blogs-sidebar-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0a2f2f;
}

.resources-blogs-categories {
    margin: 0;
    padding: 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 14px;
    background: rgba(16, 35, 29, 0.03);
    border: 1px solid rgba(16, 35, 29, 0.05);
}

.resources-blogs-category {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: rgba(16, 35, 29, 0.78);
    cursor: pointer;
    transition:
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.resources-blogs-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 35, 29, 0.06);
    color: rgba(16, 35, 29, 0.52);
    flex-shrink: 0;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.resources-blogs-category-icon .icon {
    width: 14px;
    height: 14px;
}

.resources-blogs-category-label {
    flex: 1;
    min-width: 0;
    line-height: 1.35;
}

.resources-blogs-category-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(31, 219, 165, 0.16);
    color: #087f5b;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.resources-blogs-category-mark .icon {
    width: 12px;
    height: 12px;
}

.resources-blogs-category:hover,
.resources-blogs-category:focus-visible {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(31, 219, 165, 0.2);
    color: #087f5b;
    box-shadow: 0 8px 20px rgba(16, 35, 29, 0.06);
}

.resources-blogs-category:hover .resources-blogs-category-icon,
.resources-blogs-category:focus-visible .resources-blogs-category-icon {
    background: rgba(31, 219, 165, 0.12);
    border-color: rgba(31, 219, 165, 0.24);
    color: #087f5b;
}

.resources-blogs-category.is-active {
    background: #ffffff;
    border-color: rgba(31, 219, 165, 0.32);
    color: #0a2f2f;
    box-shadow: 0 10px 24px rgba(8, 127, 91, 0.12);
    transform: none;
}

.resources-blogs-category.is-active .resources-blogs-category-icon {
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.22), rgba(31, 219, 165, 0.08));
    border-color: rgba(31, 219, 165, 0.28);
    color: #087f5b;
}

.resources-blogs-category.is-active .resources-blogs-category-mark {
    opacity: 1;
    transform: scale(1);
}

.resources-blogs-popular {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    counter-reset: blog-popular;
}

.resources-blogs-popular li {
    counter-increment: blog-popular;
}

.resources-blogs-popular a {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    padding: 12px 12px 12px 10px;
    border-radius: 14px;
    border: 1px solid rgba(16, 35, 29, 0.06);
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(16, 35, 29, 0.04);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.resources-blogs-popular a:hover,
.resources-blogs-popular a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(31, 219, 165, 0.28);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 35, 29, 0.08);
}

.resources-blogs-popular-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #087f5b;
    background: linear-gradient(145deg, rgba(31, 219, 165, 0.18), rgba(31, 219, 165, 0.06));
    border: 1px solid rgba(8, 127, 91, 0.14);
}

.resources-blogs-popular-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.resources-blogs-popular-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #10231d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-blogs-popular-meta {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.52);
}

.resources-blogs-popular-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 35, 29, 0.28);
    transition: color 0.22s ease, transform 0.22s ease;
}

.resources-blogs-popular-arrow svg {
    width: 16px;
    height: 16px;
}

.resources-blogs-popular a:hover .resources-blogs-popular-arrow,
.resources-blogs-popular a:focus-visible .resources-blogs-popular-arrow {
    color: #087f5b;
    transform: translateX(3px);
}

.resources-blogs-popular li:nth-child(1) .resources-blogs-popular-rank {
    color: #0a2f2f;
    background: linear-gradient(145deg, rgba(31, 219, 165, 0.34), rgba(31, 219, 165, 0.12));
}

.resources-blogs-popular li:nth-child(2) .resources-blogs-popular-rank {
    color: #065f46;
}

.resources-blogs-popular li:nth-child(3) .resources-blogs-popular-rank {
    color: #087f5b;
}

.resources-blogs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
}

.resources-blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(16, 35, 29, 0.06);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease,
        opacity 0.3s ease;
}

.resources-blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 22px 48px rgba(16, 35, 29, 0.1);
}

.resources-blog-card.is-filtered-out {
    display: none;
}

.resources-blog-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    text-decoration: none;
}

.resources-blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.resources-blog-card:hover .resources-blog-card-media img {
    transform: scale(1.05);
}

.resources-blog-card-ribbon {
    position: absolute;
    left: 0;
    top: 14px;
    padding: 7px 14px 7px 12px;
    border-radius: 0 999px 999px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0a2f2f;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(16, 35, 29, 0.14);
}

.resources-blog-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(16px, 2vw, 20px) clamp(18px, 2.2vw, 22px) clamp(18px, 2.2vw, 22px);
}

.resources-blog-card-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding-bottom: 12px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(16, 35, 29, 0.08);
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
}

.resources-blog-card-meta-bar > *:not(:last-child)::after {
    content: '·';
    margin: 0 10px;
    color: rgba(16, 35, 29, 0.28);
    font-weight: 400;
}

.resources-blog-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(17px, 1.8vw, 19px);
    font-weight: 800;
    line-height: 1.3;
    color: #10231d;
}

.resources-blog-card-title a {
    color: inherit;
    text-decoration: none;
}

.resources-blog-card-title a:hover,
.resources-blog-card-title a:focus-visible {
    color: #087f5b;
}

.resources-blog-card-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.68);
}

.resources-blog-card-author {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #087f5b;
}

.resources-events-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: rgba(16, 35, 29, 0.58);
}

.resources-events-summary-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(8, 127, 91, 0.42);
}

.resources-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 18px);
}

.resources-events-item {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(16, 35, 29, 0.05);
    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease,
        border-color 0.24s ease;
}

.resources-events-item:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 18px 40px rgba(16, 35, 29, 0.09);
}

.resources-events-item--past {
    background: rgba(248, 250, 249, 0.96);
}

.resources-events-item-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: stretch;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.resources-events-item-media {
    position: relative;
    grid-column: 1 / -1;
    height: 108px;
    overflow: hidden;
    background: #eef3f0;
}

.resources-events-item-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.resources-events-item:hover .resources-events-item-media img {
    transform: scale(1.05);
}

.resources-events-item-date {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    padding: 6px 8px;
    border-radius: 10px;
    background: rgba(8, 35, 29, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.resources-events-item-date-day {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.resources-events-item-date-month {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.84;
}

.resources-events-item--past .resources-events-item-date {
    background: rgba(71, 85, 105, 0.88);
}

.resources-events-item-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 14px 14px 16px;
}

.resources-events-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.resources-events-item-status,
.resources-events-item-format {
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.resources-events-item-status {
    color: #0a2f2f;
    background: rgba(31, 219, 165, 0.16);
    border: 1px solid rgba(8, 127, 91, 0.18);
}

.resources-events-item--past .resources-events-item-status {
    color: rgba(16, 35, 29, 0.68);
    background: rgba(16, 35, 29, 0.06);
    border-color: rgba(16, 35, 29, 0.1);
}

.resources-events-item-format {
    color: #0369a1;
    background: rgba(186, 230, 253, 0.45);
    border: 1px solid rgba(3, 105, 161, 0.16);
}

.resources-events-item-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    color: #10231d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-events-item-link:hover .resources-events-item-title,
.resources-events-item-link:focus-visible .resources-events-item-title {
    color: #087f5b;
}

.resources-events-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.56);
}

.resources-events-item-meta time {
    color: rgba(16, 35, 29, 0.48);
}

.resources-events-item-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    border-radius: 999px;
    border: 1px solid rgba(8, 127, 91, 0.16);
    background: rgba(255, 255, 255, 0.92);
    color: #087f5b;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.resources-events-item-arrow svg {
    width: 15px;
    height: 15px;
}

.resources-events-item-link:hover .resources-events-item-arrow,
.resources-events-item-link:focus-visible .resources-events-item-arrow {
    border-color: rgba(31, 219, 165, 0.36);
    background: rgba(31, 219, 165, 0.12);
    transform: translateX(2px);
}

.resources-events-list--full {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
}

.resources-events-list--full .resources-event-card {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(180px, 0.9fr) minmax(0, 1.15fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 38px rgba(16, 35, 29, 0.06);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.resources-events-list--full .resources-event-card::before {
    content: '';
    position: absolute;
    left: 88px;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: repeating-linear-gradient(
        180deg,
        rgba(16, 35, 29, 0.14) 0 5px,
        transparent 5px 10px
    );
    pointer-events: none;
    z-index: 1;
}

.resources-events-list--full .resources-event-card:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 22px 48px rgba(16, 35, 29, 0.1);
}

.resources-events-list--full .resources-event-card-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 18px 12px;
    background: linear-gradient(180deg, #0a3d2f 0%, #087f5b 100%);
    color: #ffffff;
    text-align: center;
}

.resources-events-list--full .resources-event-card-date-day {
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 800;
    line-height: 1;
}

.resources-events-list--full .resources-event-card-date-month {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.resources-events-list--full .resources-event-card-date-year {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.76;
}

.resources-events-list--full .resources-event-card-media {
    position: relative;
    display: block;
    min-height: 180px;
    overflow: hidden;
    text-decoration: none;
}

.resources-events-list--full .resources-event-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.resources-events-list--full .resources-event-card:hover .resources-event-card-media img {
    transform: scale(1.06);
}

.resources-events-list--full .resources-event-card--past {
    border-color: rgba(16, 35, 29, 0.12);
    background: rgba(248, 250, 249, 0.96);
}

.resources-events-list--full .resources-event-card--past .resources-event-card-date {
    background: linear-gradient(180deg, #64748b 0%, #94a3b8 100%);
}

.resources-events-list--full .resources-event-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(16px, 2vw, 22px);
}

.resources-events-list--full .resources-event-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.resources-events-list--full .resources-event-card-status,
.resources-events-list--full .resources-event-card-format {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.resources-events-list--full .resources-event-card-status {
    color: #0a2f2f;
    background: rgba(31, 219, 165, 0.18);
    border: 1px solid rgba(8, 127, 91, 0.22);
}

.resources-events-list--full .resources-event-card--past .resources-event-card-status {
    color: rgba(16, 35, 29, 0.72);
    background: rgba(16, 35, 29, 0.06);
    border-color: rgba(16, 35, 29, 0.1);
}

.resources-events-list--full .resources-event-card-format {
    color: #0369a1;
    background: rgba(186, 230, 253, 0.5);
    border: 1px solid rgba(3, 105, 161, 0.18);
}

.resources-events-list--full .resources-event-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.62);
}

.resources-events-list--full .resources-event-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 800;
    line-height: 1.25;
    color: #10231d;
}

.resources-events-list--full .resources-event-card-title a {
    color: inherit;
    text-decoration: none;
}

.resources-events-list--full .resources-event-card-title a:hover,
.resources-events-list--full .resources-event-card-title a:focus-visible {
    color: #087f5b;
}

.resources-events-list--full .resources-event-card-excerpt {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.68);
}

.resources-events-list--full .resources-event-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    transition: gap 0.22s ease, color 0.22s ease;
}

.resources-events-list--full .resources-event-card-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.resources-events-list--full .resources-event-card-cta:hover,
.resources-events-list--full .resources-event-card-cta:focus-visible {
    color: #0a2f2f;
    gap: 12px;
}

.resources-events-list--full .resources-event-card-cta:hover svg,
.resources-events-list--full .resources-event-card-cta:focus-visible svg {
    transform: translateX(4px);
}

.resources-hub-section .resources-section-header {
    align-items: flex-start;
    flex-wrap: wrap;
}

.resources-hub-quicknav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.resources-hub-quicknav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(8, 127, 91, 0.18);
    background: rgba(255, 255, 255, 0.92);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(16, 35, 29, 0.05);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.resources-hub-quicknav-link .icon {
    width: 15px;
    height: 15px;
}

.resources-hub-quicknav-link:hover,
.resources-hub-quicknav-link:focus-visible {
    border-color: rgba(31, 219, 165, 0.42);
    background: rgba(31, 219, 165, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(8, 127, 91, 0.1);
}

.resources-hub-bento {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    grid-template-rows: auto auto;
    gap: clamp(16px, 2vw, 22px);
    align-items: stretch;
}

.resources-hub-panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(16, 35, 29, 0.07);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.resources-hub-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 219, 165, 0.26);
    box-shadow: 0 26px 54px rgba(16, 35, 29, 0.1);
}

.resources-hub-panel--gallery {
    grid-row: 1 / span 2;
    grid-column: 1;
    padding: 0;
    border: none;
    background: #081412;
}

.resources-hub-panel--gallery:hover {
    border-color: transparent;
}

.resources-hub-panel--press {
    grid-row: 1;
    grid-column: 2;
    padding: clamp(20px, 2.4vw, 24px);
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.resources-hub-panel--careers {
    grid-row: 2;
    grid-column: 2;
    padding: clamp(20px, 2.4vw, 24px);
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
    border-color: rgba(194, 120, 44, 0.14);
}

.resources-hub-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.resources-hub-panel-brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.resources-hub-panel-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(31, 219, 165, 0.14);
    color: #087f5b;
    flex-shrink: 0;
}

.resources-hub-panel--careers .resources-hub-panel-icon {
    background: rgba(244, 162, 89, 0.16);
    color: #b45309;
}

.resources-hub-panel-icon .icon {
    width: 19px;
    height: 19px;
}

.resources-hub-panel-kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #087f5b;
}

.resources-hub-panel-kicker--light {
    color: #5ce8c5;
}

.resources-hub-panel--careers .resources-hub-panel-kicker {
    color: #b45309;
}

.resources-hub-panel-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(17px, 1.9vw, 19px);
    font-weight: 800;
    line-height: 1.3;
    color: #10231d;
}

.resources-hub-panel-title--light {
    color: #ffffff;
}

.resources-hub-panel-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.resources-hub-panel-title a:hover,
.resources-hub-panel-title a:focus-visible {
    color: #087f5b;
}

.resources-hub-panel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(8, 127, 91, 0.16);
    background: rgba(255, 255, 255, 0.9);
    color: #087f5b;
    flex-shrink: 0;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.resources-hub-panel-arrow svg {
    width: 16px;
    height: 16px;
}

.resources-hub-panel-arrow:hover,
.resources-hub-panel-arrow:focus-visible {
    border-color: rgba(31, 219, 165, 0.36);
    background: rgba(31, 219, 165, 0.12);
    transform: translateX(2px);
}

.resources-hub-press-feed {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.resources-hub-press-feed li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid rgba(16, 35, 29, 0.07);
}

.resources-hub-press-feed li:first-child {
    padding-top: 0;
    border-top: none;
}

.resources-hub-press-index {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: rgba(8, 127, 91, 0.42);
}

.resources-hub-press-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.resources-hub-press-copy time {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.48);
}

.resources-hub-press-copy a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    color: #10231d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.resources-hub-press-copy a:hover,
.resources-hub-press-copy a:focus-visible {
    color: #087f5b;
}

.resources-hub-gallery-feature {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
    color: #ffffff;
}

.resources-hub-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(12, minmax(0, 1fr));
    gap: 8px;
    height: 100%;
    min-height: clamp(420px, 42vw, 520px);
    padding: 10px;
}

.resources-hub-gallery-cell {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.resources-hub-gallery-cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.resources-hub-gallery-feature:hover .resources-hub-gallery-cell img {
    transform: scale(1.05);
}

.resources-hub-gallery-cell--1 {
    grid-column: 1 / span 7;
    grid-row: 1 / span 12;
}

.resources-hub-gallery-cell--2 {
    grid-column: 8 / span 5;
    grid-row: 1 / span 6;
}

.resources-hub-gallery-cell--3 {
    grid-column: 8 / span 5;
    grid-row: 7 / span 3;
}

.resources-hub-gallery-cell--4 {
    grid-column: 8 / span 5;
    grid-row: 10 / span 3;
}

.resources-hub-gallery-overlay {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: clamp(22px, 3vw, 30px);
    background: linear-gradient(180deg, transparent 0%, rgba(8, 20, 18, 0.72) 38%, rgba(8, 20, 18, 0.96) 100%);
}

.resources-hub-gallery-overlay .resources-hub-panel-title {
    max-width: 28ch;
    font-size: clamp(20px, 2.4vw, 26px);
    color: #ffffff;
}

.resources-hub-panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #5ce8c5;
    transition: gap 0.22s ease;
}

.resources-hub-panel-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.resources-hub-gallery-feature:hover .resources-hub-panel-cta {
    gap: 12px;
}

.resources-hub-gallery-feature:hover .resources-hub-panel-cta svg {
    transform: translateX(4px);
}

.resources-hub-careers-feed {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.resources-hub-careers-feed li {
    border-top: 1px solid rgba(16, 35, 29, 0.07);
}

.resources-hub-careers-feed li:first-child {
    border-top: none;
}

.resources-hub-careers-feed a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.resources-hub-careers-feed a:hover strong,
.resources-hub-careers-feed a:focus-visible strong {
    color: #b45309;
}

.resources-hub-careers-feed strong {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #10231d;
    transition: color 0.2s ease;
}

.resources-hub-careers-feed span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
}

.resources-hub-careers-note {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(16, 35, 29, 0.62);
}

.resources-section-list {
    padding: clamp(36px, 5vw, 56px) 0 clamp(48px, 6vw, 72px);
    color: var(--ink);
}

.resources-section-list-header {
    max-width: 760px;
    margin-bottom: clamp(28px, 4vw, 40px);
}

.resources-press-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.resources-press-item {
    display: grid;
    grid-template-columns: 72px minmax(160px, 220px) minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
    align-items: center;
    padding: clamp(16px, 2vw, 20px) clamp(18px, 2.5vw, 24px);
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.94);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.resources-press-item:hover {
    transform: translateX(6px);
    border-color: rgba(31, 219, 165, 0.26);
    box-shadow: 0 16px 36px rgba(16, 35, 29, 0.08);
}

.resources-press-item-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 10px 8px;
    border-radius: 12px;
    background: rgba(31, 219, 165, 0.1);
    text-align: center;
}

.resources-press-item-date-day {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #0a2f2f;
}

.resources-press-item-date-month {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.58);
}

.resources-press-item-media {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 16 / 10;
    box-shadow: 0 8px 20px rgba(16, 35, 29, 0.08);
}

.resources-press-item-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.resources-press-item:hover .resources-press-item-media img {
    transform: scale(1.05);
}

.resources-press-item-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.resources-press-item-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #087f5b;
}

.resources-press-item-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800;
    line-height: 1.25;
    color: #10231d;
}

.resources-press-item-title a {
    color: inherit;
    text-decoration: none;
}

.resources-press-item-title a:hover,
.resources-press-item-title a:focus-visible {
    color: #087f5b;
}

.resources-press-item-excerpt {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.7);
}

.resources-press-item-published {
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.52);
}

.resources-section-list--grid .resources-section-list-header {
    max-width: 720px;
}

.resources-section-list--grid .resources-gallery-masonry {
    column-count: 2;
}

.resources-gallery-masonry {
    column-count: 2;
    column-gap: clamp(16px, 2.2vw, 22px);
}

.resources-gallery-card {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 clamp(16px, 2.2vw, 22px);
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: #ffffff;
    text-decoration: none;
    overflow: hidden;
    box-shadow:
        0 10px 28px rgba(16, 35, 29, 0.08),
        0 2px 6px rgba(16, 35, 29, 0.05);
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    vertical-align: top;
    box-sizing: border-box;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.resources-gallery-card:hover,
.resources-gallery-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(16, 35, 29, 0.12);
    z-index: 2;
}

.resources-gallery-card--media {
    padding: 0;
}

.resources-gallery-card-frame {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: #eef3f0;
}

.resources-gallery-card-frame img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.resources-gallery-card--tall .resources-gallery-card-frame img {
    aspect-ratio: 3 / 4;
}

.resources-gallery-card--standard .resources-gallery-card-frame img {
    aspect-ratio: 5 / 6;
}

.resources-gallery-card--wide .resources-gallery-card-frame img {
    aspect-ratio: 4 / 3;
}

.resources-gallery-card--compact .resources-gallery-card-frame img {
    aspect-ratio: 1 / 1;
}

.resources-gallery-card:hover .resources-gallery-card-frame img,
.resources-gallery-card:focus-visible .resources-gallery-card-frame img {
    transform: scale(1.04);
}

.resources-gallery-card-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px 14px;
    text-align: left;
}

.resources-gallery-card-title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    color: #10231d;
}

.resources-gallery-card-date {
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.52);
}

.resources-careers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
}

.resources-career-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(16, 35, 29, 0.06);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.resources-career-card:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 219, 165, 0.28);
    box-shadow: 0 22px 48px rgba(16, 35, 29, 0.1);
}

.resources-career-card-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(90deg, #0a3d2f 0%, #087f5b 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.resources-career-card-dept {
    color: #ffffff;
}

.resources-career-card-type {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.resources-career-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 22px 22px;
    flex: 1;
}

.resources-career-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    color: #10231d;
}

.resources-career-card-title a {
    color: inherit;
    text-decoration: none;
}

.resources-career-card-title a:hover,
.resources-career-card-title a:focus-visible {
    color: #087f5b;
}

.resources-career-card-excerpt {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.68);
}

.resources-career-card-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
}

.resources-career-card-location .icon {
    width: 14px;
    height: 14px;
    color: #087f5b;
}

.resources-career-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.resources-career-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 18px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #0a2f2f;
    background: #1fdba5;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.22s ease;
}

.resources-career-card-cta:hover,
.resources-career-card-cta:focus-visible {
    background: #5ce8c5;
    transform: translateY(-2px);
}

.resources-career-card-link {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    transition: color 0.22s ease;
}

.resources-career-card-link:hover,
.resources-career-card-link:focus-visible {
    color: #0a2f2f;
    text-decoration: underline;
}

.resources-hero-breadcrumb {
    margin-top: clamp(4px, 0.5vw, 8px);
    margin-bottom: clamp(14px, 1.8vw, 18px);
}

.resources-hero-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

.resources-hero-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.resources-hero-wrap .resources-hero-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: rgba(16, 35, 29, 0.32);
}

.resources-hero-wrap .resources-hero-breadcrumb--hero a {
    color: #087f5b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.resources-hero-wrap .resources-hero-breadcrumb--hero a:hover,
.resources-hero-wrap .resources-hero-breadcrumb--hero a:focus-visible {
    color: #0a2f2f;
}

.resources-hero-wrap .resources-hero-breadcrumb--hero li[aria-current='page'] span,
.resources-hero-wrap .resources-hero-breadcrumb--hero li:last-child span {
    color: rgba(16, 35, 29, 0.82);
}

.resources-hero-wrap--article .page-hero {
    min-height: clamp(280px, 34vw, 400px);
    padding-bottom: clamp(32px, 4vw, 44px);
}

.resources-hero-wrap--article .hero-title {
    max-width: 18ch;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.14;
}

.resources-hero-wrap--article .hero-sub {
    max-width: 58ch;
}

.resources-article-intro {
    margin-bottom: 28px;
}

.resources-article-intro .resources-article-lead {
    margin: 0;
}

.resources-media {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.resources-media--featured {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.resources-media--inline {
    margin: clamp(28px, 4vw, 40px) 0;
}

.resources-media-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #087f5b;
}

.resources-media-visual {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(16, 35, 29, 0.07);
}

.resources-media--featured .resources-media-visual {
    border-radius: 20px;
    box-shadow: 0 22px 52px rgba(16, 35, 29, 0.09);
}

.resources-media--inline .resources-media-visual {
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(16, 35, 29, 0.06);
}

.resources-media-frame {
    overflow: hidden;
    background: #eef3f0;
}

.resources-media-frame img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.resources-media--featured .resources-media-frame img {
    max-height: min(62vh, 640px);
}

.resources-media--full,
.resources-media--wide {
    width: 100%;
    max-width: 100%;
}

.resources-media-video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #081412;
}

.resources-media-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.resources-media-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    background: #f4f7f5;
}

.resources-media-duo-item {
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f0;
}

.resources-media-duo-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.resources-media-duo-item:hover img {
    transform: scale(1.03);
}

.resources-media-frame .resources-gallery-preview-trigger,
.resources-media-duo-item .resources-gallery-preview-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    appearance: none;
}

.resources-media-frame .resources-gallery-preview-trigger img,
.resources-media-duo-item .resources-gallery-preview-trigger img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources-media-gallery--article {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    background: #f4f7f5;
}

.resources-media-gallery--article .resources-media-gallery-item {
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f0;
    min-height: 0;
}

.resources-media-gallery--article .resources-media-gallery-item img,
.resources-media-gallery--article .resources-gallery-preview-trigger {
    display: block;
    width: 100%;
    height: 100%;
}

.resources-media-gallery--article .resources-media-gallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.resources-media-gallery--article .resources-media-gallery-item:hover img {
    transform: scale(1.03);
}

.resources-media-gallery--article .resources-gallery-preview-trigger {
    padding: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    appearance: none;
}

.resources-media-caption {
    margin: 0;
    padding: 12px 16px 14px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
    border-top: 1px solid rgba(16, 35, 29, 0.06);
    background: rgba(248, 250, 249, 0.96);
}

.resources-media--inline .resources-media-kicker {
    max-width: 68ch;
}

.resources-article-section {
    padding: clamp(36px, 5vw, 56px) 0 clamp(48px, 6vw, 72px);
    color: var(--ink);
}

.resources-article-shell {
    max-width: 760px;
}

.resources-article-lead {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.82);
}

.resources-article-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    margin: 28px 0;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.88);
}

.resources-article-meta-item dt {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.48);
}

.resources-article-meta-item dd {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
}

.resources-article-body p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(16, 35, 29, 0.78);
}

.resources-article-quote {
    margin: 28px 0;
    padding: 24px 24px 24px 28px;
    border-left: 4px solid #1fdba5;
    border-radius: 0 16px 16px 0;
    background: rgba(31, 219, 165, 0.08);
}

.resources-article-quote p {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.45;
    color: #0a2f2f;
}

.resources-article-quote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.58);
}

.resources-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.resources-article-tags li {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #087f5b;
    background: rgba(31, 219, 165, 0.12);
    border: 1px solid rgba(31, 219, 165, 0.22);
}

.resources-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.resources-article-secondary {
    min-height: 44px;
    padding: 12px 20px;
    border-color: rgba(8, 127, 91, 0.28);
    color: #087f5b;
    background: rgba(255, 255, 255, 0.9);
}

.resources-article-secondary:hover,
.resources-article-secondary:focus-visible {
    border-color: rgba(8, 127, 91, 0.42);
    background: rgba(31, 219, 165, 0.1);
}

@media (max-width: 1024px) {
    .resources-spotlight-shell {
        grid-template-columns: 1fr;
    }

    .resources-newsletter-stage--form {
        grid-template-columns: 1fr;
    }

    .resources-section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .resources-stories-grid,
    .resources-blogs-layout,
    .resources-blogs-grid,
    .resources-hub-bento,
    .resources-careers-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .resources-hub-panel--gallery,
    .resources-hub-panel--press,
    .resources-hub-panel--careers {
        grid-row: auto;
        grid-column: 1;
    }

    .resources-hub-gallery-grid {
        min-height: 360px;
    }

    .resources-hub-quicknav {
        width: 100%;
    }

    .resources-gallery-masonry {
        column-count: 2;
    }

    .resources-blogs-sidebar {
        position: static;
    }

    .resources-events-grid {
        grid-template-columns: 1fr;
    }

    .resources-press-item {
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    .resources-press-item-media {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .resources-press-item-date {
        grid-row: 2;
        grid-column: 1;
    }

    .resources-press-item-body {
        grid-column: 2;
        grid-row: 2;
    }

    .resources-article-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .resources-article-actions .btn-hero,
    .resources-article-actions .btn-ghost {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .resources-newsletter-form {
        grid-template-columns: 1fr;
    }

    .resources-newsletter-btn {
        width: 100%;
    }

    .resources-newsletter-success {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
    }

    .resources-newsletter-success-actions {
        grid-column: 1 / -1;
        grid-row: 3;
        width: 100%;
    }

    .resources-newsletter-success-btn {
        width: 100%;
        justify-content: center;
    }
}

.resources-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

.resources-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(16, 35, 29, 0.62);
}

.resources-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: rgba(16, 35, 29, 0.38);
}

.resources-breadcrumb a {
    color: #087f5b;
    text-decoration: none;
}

.resources-breadcrumb a:hover,
.resources-breadcrumb a:focus-visible {
    color: #0a2f2f;
    text-decoration: underline;
}

.resources-breadcrumb li[aria-current='page'] span {
    color: rgba(16, 35, 29, 0.82);
}

.resources-breadcrumb--apply {
    margin-bottom: 18px;
}

.resources-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
}

.resources-article-layout--solo {
    grid-template-columns: minmax(0, 1fr);
    max-width: 760px;
    margin-inline: auto;
}

.resources-article-layout--gallery,
.resources-article-layout--event,
.resources-article-layout--blog,
.resources-article-layout--story,
.resources-article-layout--press {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
    margin-inline: 0;
}

.resources-article-layout--gallery .resources-gallery-masonry,
.resources-article-layout--event .resources-media-gallery--article,
.resources-article-layout--blog .resources-media-gallery--article,
.resources-article-layout--story .resources-media-gallery--article,
.resources-article-layout--press .resources-media-gallery--article {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resources-article-layout--gallery .resources-article-intro,
.resources-article-layout--gallery .resources-article-lead,
.resources-article-layout--event .resources-article-intro,
.resources-article-layout--event .resources-article-lead,
.resources-article-layout--blog .resources-article-intro,
.resources-article-layout--blog .resources-article-lead,
.resources-article-layout--story .resources-article-intro,
.resources-article-layout--story .resources-article-lead,
.resources-article-layout--press .resources-article-intro,
.resources-article-layout--press .resources-article-lead {
    max-width: 720px;
}

.resources-article-layout--blog .resources-article-content,
.resources-article-layout--blog .resources-article-takeaways,
.resources-article-layout--blog .resources-article-quote,
.resources-article-layout--blog .resources-article-tags,
.resources-article-layout--blog .resources-article-actions,
.resources-article-layout--story .resources-article-content,
.resources-article-layout--story .resources-article-takeaways,
.resources-article-layout--story .resources-article-quote,
.resources-article-layout--story .resources-article-tags,
.resources-article-layout--story .resources-article-actions,
.resources-article-layout--press .resources-article-content,
.resources-article-layout--press .resources-article-press-contact,
.resources-article-layout--press .resources-article-quote,
.resources-article-layout--press .resources-article-tags,
.resources-article-layout--press .resources-article-actions {
    max-width: none;
}

.resources-article-layout--story .resources-article-content p,
.resources-article-layout--press .resources-article-content p,
.resources-article-layout--blog .resources-article-content p,
.resources-article-layout--story .resources-article-block-title,
.resources-article-layout--press .resources-article-block-title,
.resources-article-layout--blog .resources-article-block-title,
.resources-article-layout--story .resources-article-block-list,
.resources-article-layout--press .resources-article-block-list,
.resources-article-layout--blog .resources-article-block-list {
    max-width: 68ch;
}

.resources-article-layout--story .resources-media--inline,
.resources-article-layout--press .resources-media--inline,
.resources-article-layout--blog .resources-media--inline {
    max-width: none;
}

.resources-article-layout--blog .resources-article-meta--strip,
.resources-article-layout--story .resources-article-meta--strip,
.resources-article-layout--press .resources-article-meta--strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    max-width: none;
    margin-top: 0;
    margin-bottom: clamp(24px, 3vw, 32px);
}

.resources-article-layout--blog .resources-article-meta--strip .resources-article-meta-item,
.resources-article-layout--story .resources-article-meta--strip .resources-article-meta-item,
.resources-article-layout--press .resources-article-meta--strip .resources-article-meta-item {
    margin: 0;
}

.resources-article-layout--event .resources-article-meta--strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    max-width: none;
}

.resources-article-layout--event .resources-article-meta--strip .resources-article-meta-item {
    margin: 0;
}

.resources-article-layout--event .resources-article-agenda-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.resources-article-layout--event .resources-article-content {
    max-width: none;
}

.resources-article-main {
    min-width: 0;
}

.resources-article-masthead {
    margin-bottom: 28px;
}

.resources-article-masthead-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.resources-article-category {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #065f46;
    background: rgba(31, 219, 165, 0.16);
    border: 1px solid rgba(8, 127, 91, 0.22);
}

.resources-article-reads {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.72);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 35, 29, 0.1);
}

.resources-article-heading {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #10231d;
}

.resources-article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.66);
}

.resources-article-meta--strip {
    margin-top: 0;
}

.resources-article-takeaways {
    margin: 0 0 28px;
    padding: 20px 22px;
    border-radius: 16px;
    border: 1px solid rgba(8, 127, 91, 0.18);
    background: linear-gradient(135deg, rgba(31, 219, 165, 0.12), rgba(255, 255, 255, 0.94));
}

.resources-article-takeaways ol {
    margin: 12px 0 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resources-article-takeaways li {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.82);
}

.resources-article-aside-title {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3d5249;
}

.resources-article-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.resources-article-block-title {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 800;
    line-height: 1.25;
    color: #10231d;
}

.resources-article-block p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(16, 35, 29, 0.82);
}

.resources-article-block-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resources-article-block-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(16, 35, 29, 0.8);
}

.resources-article-block-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1fdba5;
}

.resources-article-agenda {
    margin: 8px 0 28px;
    padding: 22px;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.resources-article-agenda-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resources-article-agenda-list li {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
}

.resources-article-agenda-time {
    font-size: 13px;
    font-weight: 700;
    color: #087f5b;
}

.resources-article-agenda-copy strong {
    display: block;
    margin-bottom: 4px;
    font-family: var(--font-display);
    font-size: 16px;
    color: #10231d;
}

.resources-article-agenda-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.76);
}

.resources-article-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.resources-article-press-contact {
    margin-bottom: 28px;
    padding: 20px 22px;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.resources-article-press-contact a {
    color: #087f5b;
    font-weight: 700;
    text-decoration: none;
}

.resources-article-press-contact a:hover,
.resources-article-press-contact a:focus-visible {
    text-decoration: underline;
}

.resources-article-press-note {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(16, 35, 29, 0.72);
}

.resources-article-aside {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resources-article-aside-card {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(16, 35, 29, 0.05);
}

.resources-article-aside-card--media img {
    display: block;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.resources-article-highlight-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resources-article-highlight-list dt {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.58);
}

.resources-article-highlight-list dd {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: #10231d;
}

.resources-article-quote cite {
    color: rgba(16, 35, 29, 0.68);
}

.resources-article-meta-item dt {
    color: rgba(16, 35, 29, 0.58);
}

.resources-comments-section {
    padding: clamp(36px, 5vw, 56px) 0 clamp(56px, 7vw, 80px);
    border-top: 1px solid rgba(16, 35, 29, 0.08);
}

.resources-comments-shell {
    max-width: none;
}

.resources-comments-title {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.8vw, 30px);
    font-weight: 800;
    color: #10231d;
}

.resources-comments-lead {
    margin: 0;
    font-size: 15px;
    color: rgba(16, 35, 29, 0.72);
}

.resources-comments-layout {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 36px);
    margin-top: 24px;
    align-items: start;
}

.resources-comments-compose {
    position: sticky;
    top: 96px;
}

.resources-comment-compose-card {
    padding: 22px;
    border-radius: 20px;
    border: 1px solid rgba(8, 127, 91, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 249, 0.96) 100%);
    box-shadow:
        0 18px 40px rgba(16, 35, 29, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-comment-compose-card.is-success {
    transform: scale(1.01);
    border-color: rgba(31, 219, 165, 0.22);
    box-shadow:
        0 24px 58px rgba(16, 35, 29, 0.1),
        0 0 0 1px rgba(31, 219, 165, 0.08) inset;
}

.resources-comment-compose-card .contact-form-success-title {
    font-size: clamp(20px, 2.4vw, 26px);
}

.resources-comment-compose-card .contact-form-success-copy {
    font-size: 14px;
}

.resources-comment-compose-card.is-replying {
    border-color: rgba(31, 219, 165, 0.3);
    box-shadow:
        0 20px 44px rgba(8, 127, 91, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.resources-comment-reply-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(31, 219, 165, 0.28);
    background: rgba(31, 219, 165, 0.08);
}

.resources-comment-reply-context[hidden] {
    display: none;
}

.resources-comment-reply-context-copy {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.78);
}

.resources-comment-reply-context-copy strong {
    color: #10231d;
}

.resources-comment-form .contact-form-grid {
    margin-bottom: 0;
}

.resources-comment-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.resources-comment-form-feedback {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #087f5b;
}

.resources-comment-form-feedback.is-error {
    color: #b42318;
}

.resources-comment-form-feedback.is-success {
    color: #087f5b;
}

.resources-comments-thread-panel {
    padding: 22px;
    border-radius: 20px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(16, 35, 29, 0.05);
}

.resources-comments-thread,
.resources-comment-replies {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resources-comments-thread {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resources-comment-node {
    position: relative;
}

.resources-comment-node--reply {
    margin-top: 12px;
    margin-left: calc(12px + (var(--comment-depth, 1) * 14px));
    padding-left: 16px;
    border-left: 2px solid rgba(31, 219, 165, 0.28);
}

.resources-comment-node--reply::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 18px;
    width: 12px;
    height: 2px;
    background: rgba(31, 219, 165, 0.28);
}

.resources-comment-replies {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.resources-comment-card {
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(16, 35, 29, 0.04);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.resources-comment-node:not(.resources-comment-node--reply) > .resources-comment-card {
    border-color: rgba(8, 127, 91, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
}

.resources-comment-node.is-reply-target > .resources-comment-card,
.resources-comment-node.is-highlighted > .resources-comment-card {
    border-color: rgba(31, 219, 165, 0.34);
    box-shadow: 0 12px 28px rgba(8, 127, 91, 0.1);
}

.resources-comment-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.resources-comment-card-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.resources-comment-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #087f5b;
    background: linear-gradient(145deg, rgba(31, 219, 165, 0.2), rgba(31, 219, 165, 0.08));
    border: 1px solid rgba(8, 127, 91, 0.16);
    flex-shrink: 0;
}

.resources-comment-node--reply .resources-comment-avatar {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 11px;
}

.resources-comment-card-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.resources-comment-author {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    color: #10231d;
}

.resources-comment-card-meta time {
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.52);
}

.resources-comment-reply-btn,
.resources-comment-reply-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.resources-comment-reply-btn {
    border: 1px solid rgba(8, 127, 91, 0.2);
    background: rgba(255, 255, 255, 0.92);
    color: #087f5b;
}

.resources-comment-reply-btn:hover,
.resources-comment-reply-btn:focus-visible,
.resources-comment-reply-btn[aria-expanded='true'] {
    border-color: rgba(8, 127, 91, 0.34);
    background: rgba(31, 219, 165, 0.12);
    color: #0a2f2f;
}

.resources-comment-body {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(16, 35, 29, 0.82);
}

.resources-comment-reply-form {
    margin-top: 12px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(31, 219, 165, 0.22);
    background: rgba(248, 250, 249, 0.96);
}

.resources-comment-reply-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.resources-comment-reply-form-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.72);
}

.resources-comment-reply-form-label strong {
    color: #10231d;
}

.resources-comment-reply-cancel {
    border: 1px solid rgba(16, 35, 29, 0.1);
    background: rgba(255, 255, 255, 0.92);
    color: rgba(16, 35, 29, 0.72);
}

.resources-comment-reply-cancel:hover,
.resources-comment-reply-cancel:focus-visible {
    border-color: rgba(16, 35, 29, 0.18);
    color: #10231d;
}

.resources-comment-reply-grid {
    gap: 12px;
}

.resources-comment-reply-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.resources-comments-empty {
    margin: 0;
    padding: 20px;
    border-radius: 16px;
    border: 1px dashed rgba(16, 35, 29, 0.16);
    font-size: 14px;
    color: rgba(16, 35, 29, 0.68);
    text-align: center;
}

.resources-comments-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(16, 35, 29, 0.08);
}

.resources-comments-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: #087f5b;
    text-decoration: none;
    border: 1px solid rgba(8, 127, 91, 0.28);
    background: rgba(255, 255, 255, 0.94);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.resources-comments-page-btn:hover,
.resources-comments-page-btn:focus-visible {
    border-color: rgba(8, 127, 91, 0.42);
    background: rgba(31, 219, 165, 0.1);
}

.resources-comments-page-status {
    font-size: 13px;
    font-weight: 600;
    color: rgba(16, 35, 29, 0.66);
}

.resources-apply-section {
    padding: clamp(44px, 5.5vw, 68px) var(--resources-content-padding);
    color: var(--ink);
}

.resources-apply-shell {
    max-width: var(--resources-content-max);
    margin: 0 auto;
}

.resources-apply-role-meta {
    margin-top: 24px;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resources-apply-role-meta dt {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 35, 29, 0.58);
}

.resources-apply-role-meta dd {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #10231d;
}

.resources-apply-section .contact-form-aside .section-label,
.resources-apply-section .contact-form-aside .section-title,
.resources-apply-section .contact-form-aside .contact-form-sub,
.resources-apply-section .contact-form-aside .contact-form-points {
    color: #10231d;
}

.resources-apply-section .contact-form-points {
    color: rgba(16, 35, 29, 0.78);
}

@media (max-width: 1024px) {
    .resources-article-layout,
    .resources-comments-layout,
    .resources-article-role-grid {
        grid-template-columns: 1fr;
    }

    .resources-comments-compose {
        position: static;
    }

    .resources-article-aside {
        position: static;
    }

    .resources-media-duo {
        grid-template-columns: 1fr;
    }

    .resources-media-gallery--article {
        grid-template-columns: 1fr;
    }

    .resources-media--featured .resources-media-frame img {
        max-height: min(48vh, 420px);
    }

    .resources-gallery-masonry {
        column-count: 2;
    }

}

@media (max-width: 720px) {
    .resources-gallery-masonry {
        column-count: 1;
    }
}

@media (min-width: 1100px) {
    .resources-article-layout--gallery .resources-gallery-masonry,
    .resources-article-layout--event .resources-media--wide .resources-media-gallery.resources-gallery-masonry,
    .resources-article-layout--event .resources-media--gallery .resources-media-gallery.resources-gallery-masonry,
    .resources-article-layout--blog .resources-media--wide .resources-media-gallery.resources-gallery-masonry,
    .resources-article-layout--blog .resources-media--gallery .resources-media-gallery.resources-gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 900px) {
    .resources-article-layout--event .resources-article-agenda-list {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1320px) {
    .resources-press-item {
        grid-template-columns: 72px minmax(200px, 280px) minmax(0, 1fr);
    }


}

@media (min-width: 1440px) {
    .resources-section-list--grid .resources-gallery-masonry {
        column-count: 3;
    }

    .resources-section-list--magazine .resources-blogs-grid--full {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .resources-section-list--editorial .resources-stories-grid--full {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .resources-hero-wrap .page-hero {
        padding-bottom: clamp(48px, 8vw, 64px);
    }

    .resources-hero-wrap--article .page-hero {
        min-height: auto;
    }

    .resources-hero-wrap--article .hero-title {
        max-width: none;
        font-size: clamp(26px, 7vw, 34px);
    }

    .page-hero--resources::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
            linear-gradient(
                180deg,
                rgba(255, 252, 247, 0.98) 0%,
                rgba(248, 246, 241, 0.94) 34%,
                rgba(244, 240, 232, 0.72) 58%,
                rgba(244, 240, 232, 0.28) 78%,
                transparent 100%
            );
        pointer-events: none;
    }

    .page-hero--resources .page-hero-bg {
        background:
            linear-gradient(
                180deg,
                rgba(255, 252, 247, 0.82) 0%,
                rgba(244, 240, 232, 0.48) 42%,
                transparent 68%
            ),
            var(--page-hero-image) center 88% / cover no-repeat;
    }

    .page-hero--resources .hero-content {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .resources-hero-wrap .page-hero {
        padding-top: 108px;
        padding-bottom: 56px;
    }

    .page-hero--resources::before {
        background:
            linear-gradient(
                180deg,
                #ffffff 0%,
                rgba(255, 255, 255, 0.98) 22%,
                rgba(250, 248, 244, 0.96) 42%,
                rgba(244, 240, 232, 0.88) 62%,
                rgba(244, 240, 232, 0.52) 82%,
                rgba(244, 240, 232, 0.18) 94%,
                transparent 100%
            );
    }

    .page-hero--resources .page-hero-bg {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.94) 0%,
                rgba(250, 248, 244, 0.78) 32%,
                rgba(244, 240, 232, 0.48) 56%,
                rgba(244, 240, 232, 0.16) 78%,
                transparent 92%
            ),
            var(--page-hero-image) center 100% / cover no-repeat;
    }

    .page-hero--resources .hero-title {
        color: #0a1f18;
    }

    .page-hero--resources .hero-sub,
    .resources-hero-meta-strip,
    .resources-hero-wrap .resources-hero-breadcrumb li {
        color: rgba(10, 31, 24, 0.82);
    }
}

@media (max-width: 720px) {
    .resources-events-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .resources-events-list--full .resources-event-card {
        grid-template-columns: 1fr;
    }

    .resources-events-list--full .resources-event-card-date {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        padding: 14px 18px;
        border-radius: 18px 18px 0 0;
    }

    .resources-events-list--full .resources-event-card-body {
        grid-column: 1;
    }

    .resources-press-item {
        grid-template-columns: 1fr;
    }

    .resources-press-item-date {
        flex-direction: row;
        justify-content: flex-start;
        gap: 8px;
        width: fit-content;
    }

    .resources-press-item-body {
        grid-column: 1;
    }
}

/* Gallery image previewer */
.resources-gallery-masonry--previewable .resources-gallery-preview-trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-align: inherit;
    cursor: zoom-in;
    appearance: none;
}

.resources-gallery-masonry--previewable .resources-gallery-card:has(.resources-gallery-preview-trigger:hover),
.resources-gallery-masonry--previewable .resources-gallery-card:has(.resources-gallery-preview-trigger:focus-visible) {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(16, 35, 29, 0.12);
    z-index: 2;
}

.resources-gallery-preview-trigger:focus-visible {
    outline: 2px solid rgba(31, 219, 165, 0.72);
    outline-offset: 3px;
}

.image-previewer {
    position: fixed;
    inset: 0;
    z-index: 13000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.32s;
}

.image-previewer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.image-previewer[hidden] {
    display: none;
}

.image-previewer:not([hidden]).is-open {
    display: flex;
}

.image-previewer-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 80% at 50% 0%, rgba(31, 219, 165, 0.08) 0%, transparent 55%),
        rgba(6, 16, 13, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.image-previewer-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    padding: clamp(12px, 2.4vw, 22px);
    gap: clamp(10px, 1.8vw, 16px);
}

.image-previewer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px 16px;
    min-height: 44px;
}

.image-previewer-caption {
    margin: 0;
    font-size: clamp(14px, 1.8vw, 16px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-previewer-caption:empty {
    display: none;
}

.image-previewer-counter {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
    white-space: nowrap;
}

.image-previewer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.image-previewer-close .icon {
    width: 20px;
    height: 20px;
}

.image-previewer-close:hover,
.image-previewer-close:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(92, 232, 197, 0.42);
    transform: scale(1.04);
}

.image-previewer-stage {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(8px, 1.6vw, 18px);
    min-height: 0;
}

.image-previewer-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.image-previewer-figure img {
    display: block;
    max-width: 100%;
    max-height: min(72dvh, 820px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    transition:
        opacity 0.28s ease,
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.image-previewer-figure.is-changing img {
    opacity: 0;
    transform: scale(0.985);
}

.image-previewer-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(44px, 5vw, 54px);
    height: clamp(44px, 5vw, 54px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease;
}

.image-previewer-nav .icon {
    width: 22px;
    height: 22px;
}

.image-previewer-nav:hover,
.image-previewer-nav:focus-visible {
    background: rgba(31, 219, 165, 0.18);
    border-color: rgba(92, 232, 197, 0.42);
    transform: scale(1.04);
}

.image-previewer-nav:disabled {
    opacity: 0.28;
    cursor: not-allowed;
    transform: none;
}

.image-previewer-reel-wrap {
    position: relative;
    padding: 4px 0 2px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.image-previewer-reel {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px clamp(8px, 2vw, 16px) 10px;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(92, 232, 197, 0.42) transparent;
}

.image-previewer-reel::-webkit-scrollbar {
    height: 6px;
}

.image-previewer-reel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(92, 232, 197, 0.42);
}

.image-previewer-reel-thumb {
    flex: 0 0 auto;
    width: clamp(72px, 10vw, 96px);
    height: clamp(54px, 7.5vw, 72px);
    padding: 0;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: center;
    opacity: 0.62;
    transition:
        opacity 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.image-previewer-reel-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-previewer-reel-thumb:hover,
.image-previewer-reel-thumb:focus-visible {
    opacity: 0.92;
    border-color: rgba(255, 255, 255, 0.34);
    transform: translateY(-2px);
}

.image-previewer-reel-thumb.is-active {
    opacity: 1;
    border-color: rgba(92, 232, 197, 0.88);
    box-shadow: 0 10px 24px rgba(31, 219, 165, 0.24);
    transform: translateY(-3px) scale(1.04);
}

@media (max-width: 720px) {
    .image-previewer-shell {
        padding: 10px 8px 12px;
        gap: 8px;
    }

    .image-previewer-top {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            'caption close'
            'counter close';
    }

    .image-previewer-caption {
        grid-area: caption;
    }

    .image-previewer-counter {
        grid-area: counter;
        justify-self: start;
    }

    .image-previewer-close {
        grid-area: close;
    }

    .image-previewer-stage {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .image-previewer-figure {
        grid-row: 1;
        grid-column: 1;
    }

    .image-previewer-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: rgba(6, 16, 13, 0.55);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .image-previewer-nav--prev {
        left: 6px;
    }

    .image-previewer-nav--next {
        right: 6px;
    }

    .image-previewer-nav:hover,
    .image-previewer-nav:focus-visible {
        transform: translateY(-50%) scale(1.04);
    }

    .image-previewer-nav:disabled {
        transform: translateY(-50%);
    }

    .image-previewer-figure img {
        max-height: min(58dvh, 640px);
        border-radius: 8px;
    }

    .image-previewer-reel-thumb {
        width: 68px;
        height: 52px;
    }
}
