.page-content {
    position: relative;
    z-index: 1;
    --home-pattern-line: rgba(0, 149, 87, 0.038);
    --home-pattern-dot: rgba(0, 43, 91, 0.065);
    --home-pattern-grid-size: 48px;
    --home-pattern-dot-size: 24px;
    --home-pattern-mask: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.45) 7%,
        black 15%,
        black 85%,
        rgba(0, 0, 0, 0.45) 93%,
        transparent 100%
    );
}

body:has(.page-content > .hero) .bg-grid {
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(0, 149, 87, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 149, 87, 0.028) 1px, transparent 1px);
}

.page-content > .section,
.page-content > .cta-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.page-content > .section:not(.section--process)::after,
.page-content > .cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(var(--home-pattern-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--home-pattern-line) 1px, transparent 1px),
        radial-gradient(var(--home-pattern-dot) 1.25px, transparent 1.25px);
    background-size:
        var(--home-pattern-grid-size) var(--home-pattern-grid-size),
        var(--home-pattern-grid-size) var(--home-pattern-grid-size),
        var(--home-pattern-dot-size) var(--home-pattern-dot-size);
    background-position: center center;
    -webkit-mask-image: var(--home-pattern-mask);
    mask-image: var(--home-pattern-mask);
}

.page-content > .section .container,
.page-content > .cta-section .container {
    position: relative;
    z-index: 1;
}

.page-content > .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        radial-gradient(rgba(0, 149, 87, 0.1) 1.25px, transparent 1.25px);
    background-size:
        var(--home-pattern-grid-size) var(--home-pattern-grid-size),
        var(--home-pattern-grid-size) var(--home-pattern-grid-size),
        var(--home-pattern-dot-size) var(--home-pattern-dot-size);
    background-position: center center;
    opacity: 0.55;
    -webkit-mask-image: radial-gradient(
        ellipse 88% 72% at 42% 46%,
        black 22%,
        transparent 88%
    );
    mask-image: radial-gradient(
        ellipse 88% 72% at 42% 46%,
        black 22%,
        transparent 88%
    );
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(560px, 88vh, 820px);
    display: flex;
    align-items: center;
    margin-top: calc(-1 * var(--header-height));
    padding-block: calc(var(--header-height) + 4.5rem) 2.5rem;
}

.hero::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: clamp(4rem, 12vh, 6.5rem);
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(232, 245, 237, 0.18) 55%,
        var(--color-bg) 100%
    );
}

@media (min-width: 992px) {
    .hero {
        align-items: flex-start;
        padding-block: calc(var(--header-height) + 6rem) 3.5rem;
    }
}

.hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hero__bg-image {
    position: absolute;
    inset: 0;
    font-size: 100%;

    line-height: 1;
    object-fit: cover;
    object-position: 38% 42%;
}

.hero__bg-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 26, 53, 0.42) 0%,
            rgba(0, 43, 91, 0.28) 45%,
            rgba(0, 43, 91, 0.38) 100%
        );
}

.hero__bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            transparent 55%,
            rgba(0, 26, 53, 0.32) 100%
        );
}

@media (max-width: 767px) {
    .hero {
        padding-block: calc(var(--header-height) + 6rem) 2.5rem;
    }

    .hero__card {
        margin-top: 2rem;
    }

    .hero__bg-image {
        object-position: center 22%;
    }
}

.hero__grid {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .hero__grid {
        justify-content: flex-start;
    }
}

.hero__card {
    width: 100%;
    max-width: 30rem;
    margin-top: 2rem;
}

.hero__content {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 1.45rem 1.5rem 1.35rem;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(
            165deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(248, 253, 250, 0.93) 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow:
        var(--shadow-lg),
        0 0 0 1px rgba(0, 149, 87, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    animation: hero-card-enter 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__content::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-brand);
}

.hero__content::after {
    content: "";
    position: absolute;
    top: -3.5rem;
    inset-inline-end: -2.5rem;
    font-size: 9rem;

    line-height: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 149, 87, 0.1) 0%, transparent 68%);
    pointer-events: none;
}

@keyframes hero-card-enter {
    from {
        opacity: 0;
        transform: translateY(1.25rem);
    }

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

@media (min-width: 768px) {
    .hero__card {
        max-width: 31rem;
        margin-top: 3rem;
    }

    .hero__content {
        padding: 1.55rem 1.65rem 1.45rem;
    }
}

@media (min-width: 992px) {
    .hero__card {
        max-width: 29rem;
        margin-top: 4.5rem;
    }
}

@media (max-width: 991px) {
    .hero {
        align-items: flex-start;
        padding-block: calc(var(--header-height) + 5.5rem) 2.5rem;
    }

    .hero__card {
        margin-inline: auto;
        margin-top: 1.75rem;
    }

    .hero__content {
        text-align: center;
    }

    .hero__desc {
        margin-inline: auto;
    }

    .hero__highlights {
        width: 100%;
        max-width: none;
        gap: 0.4rem;
        padding-top: 0.85rem;
    }

    .hero__highlight {
        padding: 0.5rem 0.35rem;
    }

    .hero__highlight-icon {
        width: 2.1rem;
        height: 2.1rem;
    }

    .hero__highlight-icon i {
        font-size: 0.92rem;
    }

    .hero__highlight-label {
        font-size: 0.66rem;
        line-height: 1.35;
    }

    .hero__actions {
        justify-content: center;
    }
}

.hero__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 149, 87, 0.2);
    box-shadow: 0 2px 10px rgba(0, 149, 87, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--color-primary-dark);
}

.hero__eyebrow-dot {
    font-size: 0.5rem;

    line-height: 1;
    border-radius: 999px;
    background: var(--color-primary);
    animation: hero-pulse 2s ease infinite;
}

@keyframes hero-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

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

.hero__title {
    position: relative;
    z-index: 1;
    font-size: clamp(1.45rem, 3.2vw, 2.15rem);
    font-weight: 800;
    line-height: 1.38;
    color: var(--color-secondary);
    margin-bottom: 0.75rem;
    letter-spacing: -0.025em;
}

.hero__title-accent {
    display: block;
    margin-top: 0.3rem;
    color: var(--color-primary-dark);
    background: linear-gradient(
        135deg,
        var(--color-primary-dark) 0%,
        var(--color-secondary) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero__desc {
    position: relative;
    z-index: 1;
    font-size: 0.92rem;
    color: var(--color-text-muted);
    line-height: 1.85;
    margin-bottom: 1rem;
    max-width: 26rem;
}

.hero__highlights {
    position: relative;
    z-index: 1;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 149, 87, 0.12);
}

.hero__highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.4rem;
    border-radius: var(--radius-sm);
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 149, 87, 0.12);
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero__highlight:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 149, 87, 0.24);
}

.hero__highlight:nth-child(2) {
    border-color: rgba(0, 43, 91, 0.1);
}

.hero__highlight:nth-child(2):hover {
    border-color: rgba(0, 43, 91, 0.2);
}

.hero__highlight-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    color: var(--color-primary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(0, 149, 87, 0.12) 100%
        );
    border: 1px solid rgba(0, 149, 87, 0.22);
    box-shadow:
        0 4px 14px rgba(0, 149, 87, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.hero__highlight-icon::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    border: 1px solid rgba(0, 149, 87, 0.14);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hero__highlight:nth-child(2) .hero__highlight-icon {
    color: var(--color-secondary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(0, 43, 91, 0.1) 100%
        );
    border-color: rgba(0, 43, 91, 0.18);
    box-shadow:
        0 4px 14px rgba(0, 43, 91, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.hero__highlight:nth-child(2) .hero__highlight-icon::after {
    border-color: rgba(0, 43, 91, 0.12);
}

.hero__highlight:nth-child(3) .hero__highlight-icon {
    color: var(--color-primary-dark);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(0, 149, 87, 0.08) 50%,
            rgba(0, 43, 91, 0.08) 100%
        );
}

.hero__highlight:hover .hero__highlight-icon {
    transform: scale(1.08) translateY(-1px);
    border-color: rgba(0, 149, 87, 0.32);
    box-shadow:
        0 8px 20px rgba(0, 149, 87, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hero__highlight:nth-child(2):hover .hero__highlight-icon {
    border-color: rgba(0, 43, 91, 0.28);
    box-shadow:
        0 8px 20px rgba(0, 43, 91, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hero__highlight:hover .hero__highlight-icon::after {
    opacity: 1;
}

.hero__highlight-icon i {
    font-size: 1.05rem;
    line-height: 1;
}

.hero__highlight-label {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-secondary);
}

@media (max-width: 767px) {
    .hero__highlights {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        width: 100%;
        max-width: 20rem;
        margin-inline: auto;
        padding-top: 0.75rem;
    }

    .hero__highlight {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.6rem;
        padding: 0.45rem 0.7rem;
        text-align: start;
    }

    .hero__highlight-icon {
        width: 1.95rem;
        height: 1.95rem;
        flex-shrink: 0;
    }

    .hero__highlight-icon i {
        font-size: 0.85rem;
    }

    .hero__highlight-label {
        flex: 1;
        min-width: 0;
        font-size: 0.76rem;
        line-height: 1.35;
        text-align: start;
    }
}

@media (max-width: 399px) {
    .hero__highlights {
        max-width: none;
    }

    .hero__highlight {
        padding: 0.4rem 0.55rem;
        gap: 0.5rem;
    }

    .hero__highlight-label {
        font-size: 0.72rem;
    }
}

.hero__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(0, 43, 91, 0.08);
}

@media (max-width: 767px) {
    .hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
        margin-top: 0.85rem;
        padding-top: 0.85rem;
    }

    .hero__actions .btn {
        width: 100%;
        min-height: 2.65rem;
        padding: 0.45rem 0.55rem;
        font-size: 0.8125rem;
        gap: 0.4rem;
        justify-content: center;
    }

    .hero__actions .btn-brand__icon,
    .hero__actions .btn-outline-brand__icon {
        width: 1.55rem;
        height: 1.55rem;
        font-size: 0.68rem;
    }
}

@media (max-width: 359px) {
    .hero__actions {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .hero__actions .btn {
        min-height: 2.75rem;
        padding: 0.5rem 0.85rem;
        font-size: 0.84rem;
    }
}

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

    .hero__highlight:hover,
    .hero__highlight:hover .hero__highlight-icon {
        transform: none;
    }
}

.section {
    padding-block: 4rem;
    scroll-margin-top: calc(var(--header-height) + 1rem);
}

.section--alt {
    background: var(--color-surface);
}

.section__head {
    margin-bottom: 2.5rem;
}

.section__head--center {
    text-align: center;
}

.section__head--center .section-desc {
    margin-inline: auto;
}

.section--about {
    --about-overlap: clamp(1.25rem, 3vh, 2rem);
    position: relative;
    margin-top: calc(-1 * var(--about-overlap));
    padding-top: calc(4rem + var(--about-overlap));
    background: linear-gradient(
        180deg,
        var(--color-bg) 0%,
        var(--color-surface) 55%,
        var(--color-bg) 100%
    );
}

.about-layout {
    display: grid;
    gap: 2.5rem;
}

.about-intro--center {
    text-align: center;
    max-width: 44rem;
    margin-inline: auto;
}

.about-intro[data-reveal] {
    opacity: 0;
    transform: translateY(1.75rem);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-intro[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-intro .section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.9rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: none;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(0, 149, 87, 0.16);
}

.about-intro .brand-bar {
    width: 3.5rem;
    margin-bottom: 1.1rem;
}

.about-intro .section-title {
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.about-intro__title-accent {
    display: block;
    margin-top: 0.25rem;
    color: var(--color-primary-dark);
    background: linear-gradient(
        135deg,
        var(--color-primary-dark) 0%,
        var(--color-secondary) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-intro--center .section-desc {
    margin-inline: auto;
    margin-bottom: 0;
    max-width: 36rem;
    font-size: 0.98rem;
    line-height: 1.88;
}

.about-types {
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 149, 87, 0.12);
}

.about-types__label {
    margin-bottom: 0.8rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--color-text-muted);
}

.about-types__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.about-types__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-secondary);
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(0, 149, 87, 0.14);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.about-types__chip::before {
    content: "";
    flex-shrink: 0;
    font-size: 0.45rem;

    line-height: 1;
    border-radius: 999px;
    background: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(0, 149, 87, 0.12);
    animation: about-chip-dot-pulse 2.2s ease-in-out infinite;
}

.about-types__chip:nth-child(1)::before {
    animation-delay: 0s;
}

.about-types__chip:nth-child(2)::before {
    background: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(0, 43, 91, 0.1);
    animation-delay: 0.35s;
}

.about-types__chip:nth-child(3)::before {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    box-shadow: 0 0 0 3px rgba(0, 149, 87, 0.1);
    animation-delay: 0.7s;
}

@keyframes about-chip-dot-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.25;
        transform: scale(0.75);
    }
}

.about-types__chip:hover {
    border-color: rgba(0, 149, 87, 0.28);
    background: rgba(255, 255, 255, 0.62);
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    .about-intro[data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .about-types__chip::before {
        animation: none;
    }

    .about-types__chip:hover {
        transform: none;
    }
}

.about-features {
    display: grid;
    gap: 1.15rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--color-border);
}

@media (min-width: 576px) {
    .about-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (min-width: 992px) {
    .about-features {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.35rem;
    }
}

.about-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.5rem 1.35rem 1.35rem;
    border-radius: var(--radius);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    transition-delay: calc(var(--reveal-delay, 0) * 90ms);
}

.about-feature.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-feature::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--color-primary);
    opacity: 0;
    transform: scaleY(0.4);
    transform-origin: center;
    transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-feature--blue::before {
    background: var(--color-secondary);
}

.about-feature.is-visible::before {
    opacity: 1;
    transform: scaleY(1);
}

.about-feature:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.about-feature.is-visible:hover {
    transform: translateY(-6px);
}

.about-feature--green:hover {
    border-color: rgba(0, 149, 87, 0.28);
}

.about-feature--blue:hover {
    border-color: rgba(0, 43, 91, 0.22);
}

.about-feature__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        transparent 42%,
        rgba(248, 253, 250, 0.65) 50%,
        transparent 58%
    );
    transform: translateX(120%);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.about-feature:hover .about-feature__shine {
    transform: translateX(-120%);
}

.about-feature__number {
    position: absolute;
    top: 1rem;
    inset-inline-end: 1rem;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 43, 91, 0.08);
    user-select: none;
    transition: -webkit-text-stroke-color 0.25s ease, transform 0.35s ease;
}

.about-feature--green:hover .about-feature__number {
    -webkit-text-stroke-color: rgba(0, 149, 87, 0.18);
}

.about-feature--blue:hover .about-feature__number {
    -webkit-text-stroke-color: rgba(0, 43, 91, 0.14);
}

.about-feature:hover .about-feature__number {
    transform: translateY(-2px);
}

.about-feature__icon-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 1.1rem;
}

.about-feature__icon-wrap::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: calc(var(--radius-sm) + 8px);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.about-feature--green .about-feature__icon-wrap::before {
    background: radial-gradient(circle, rgba(0, 149, 87, 0.14) 0%, transparent 68%);
}

.about-feature--blue .about-feature__icon-wrap::before {
    background: radial-gradient(circle, rgba(0, 43, 91, 0.1) 0%, transparent 68%);
}

.about-feature__icon-wrap::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: calc(var(--radius-sm) + 5px);
    border: 1px solid transparent;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease;
}

.about-feature--green .about-feature__icon-wrap::after {
    border-color: rgba(0, 149, 87, 0.24);
}

.about-feature--blue .about-feature__icon-wrap::after {
    border-color: rgba(0, 43, 91, 0.18);
}

.about-feature:hover .about-feature__icon-wrap::before {
    opacity: 1;
}

.about-feature:hover .about-feature__icon-wrap::after {
    opacity: 1;
    transform: scale(1);
}

.about-feature__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: var(--radius-sm);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-feature--green .about-feature__icon {
    color: var(--color-primary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 149, 87, 0.14) 100%
        );
    border: 1px solid rgba(0, 149, 87, 0.22);
    box-shadow:
        0 8px 22px rgba(0, 149, 87, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.about-feature--blue .about-feature__icon {
    color: var(--color-secondary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 43, 91, 0.1) 100%
        );
    border: 1px solid rgba(0, 43, 91, 0.16);
    box-shadow:
        0 8px 22px rgba(0, 43, 91, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.about-feature:hover .about-feature__icon {
    transform: scale(1.06) rotate(-2deg);
}

.about-feature--green:hover .about-feature__icon {
    border-color: rgba(0, 149, 87, 0.32);
    box-shadow:
        0 12px 28px rgba(0, 149, 87, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.about-feature--blue:hover .about-feature__icon {
    border-color: rgba(0, 43, 91, 0.24);
    box-shadow:
        0 12px 28px rgba(0, 43, 91, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.about-feature__icon i {
    font-size: 1.3rem;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-feature:hover .about-feature__icon i {
    transform: scale(1.06);
}

.about-feature__title {
    font-size: 1.02rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
    color: var(--color-secondary);
    transition: color 0.25s ease;
}

.about-feature--green:hover .about-feature__title {
    color: var(--color-primary-dark);
}

.about-feature--blue:hover .about-feature__title {
    color: var(--color-secondary-light);
}

.about-feature__text {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-top: auto;
}

@media (prefers-reduced-motion: reduce) {
    .about-feature {
        opacity: 1;
        transform: none;
        transition-delay: 0ms;
    }

    .about-feature:hover {
        transform: none;
    }

    .about-feature__shine {
        display: none;
    }

    .about-feature:hover .about-feature__icon,
    .about-feature:hover .about-feature__icon i {
        transform: none;
    }

    .modules-banner,
    .process-step,
    .process-banner {
        opacity: 1;
        transform: none;
        transition-delay: 0ms;
    }

    .modules-banner:hover .modules-banner__icon,
    .modules-banner:hover .modules-banner__icon i {
        transform: none;
    }

    .process-step__card:hover {
        transform: none;
    }

    .process-step__card:hover .process-step__icon,
    .process-step__card:hover .process-step__icon i {
        transform: none;
    }
}

.section--modules {
    background: var(--color-surface);
}

.modules-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 576px) {
    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .modules-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.module-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    border-radius: var(--radius);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.module-card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--color-primary);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.module-card--blue::before {
    background: var(--color-secondary);
}

.module-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 149, 87, 0.2);
}

.module-card--blue:hover {
    border-color: rgba(0, 43, 91, 0.2);
}

.module-card:hover::before {
    opacity: 1;
}

.module-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.module-card__tag {
    display: inline-flex;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.module-card--green .module-card__tag {
    background: var(--color-primary-soft);
    color: var(--color-primary-dark);
    border: 1px solid rgba(0, 149, 87, 0.2);
}

.module-card--blue .module-card__tag {
    background: var(--color-secondary-soft);
    color: var(--color-secondary);
    border: 1px solid rgba(0, 43, 91, 0.12);
}

.module-card__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: var(--radius-sm);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.module-card--green .module-card__icon {
    color: var(--color-primary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 149, 87, 0.14) 100%
        );
    border: 1px solid rgba(0, 149, 87, 0.22);
    box-shadow:
        0 6px 18px rgba(0, 149, 87, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.module-card--blue .module-card__icon {
    color: var(--color-secondary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 43, 91, 0.1) 100%
        );
    border: 1px solid rgba(0, 43, 91, 0.16);
    box-shadow:
        0 6px 18px rgba(0, 43, 91, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.module-card:hover .module-card__icon {
    transform: scale(1.06) rotate(-2deg);
}

.module-card--green:hover .module-card__icon {
    border-color: rgba(0, 149, 87, 0.3);
    box-shadow:
        0 10px 24px rgba(0, 149, 87, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.module-card--blue:hover .module-card__icon {
    border-color: rgba(0, 43, 91, 0.22);
    box-shadow:
        0 10px 24px rgba(0, 43, 91, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.module-card__icon i {
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

.module-card:hover .module-card__icon i {
    transform: scale(1.05);
}

.module-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.module-card__text {
    flex: 1;
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.module-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-primary);
    transition: gap 0.15s ease, color 0.15s ease;
}

.module-card--blue .module-card__link {
    color: var(--color-secondary-light);
}

.module-card__link i {
    font-size: 1rem;

    line-height: 1;
    transition: transform 0.15s ease;
}

.module-card__link:hover {
    gap: 0.55rem;
}

.module-card__link:hover i {
    transform: translateX(-3px);
}

.modules-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.15rem 1.25rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(0, 149, 87, 0.08) 0%, rgba(0, 43, 91, 0.06) 100%);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    opacity: 0;
    transform: translateY(1.75rem);
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--reveal-delay, 0) * 90ms);
}

.modules-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .modules-banner {
        padding: 1.25rem 1.5rem;
        margin-top: 2.5rem;
    }
}

.modules-banner__icon {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: var(--radius-sm);
    background: var(--gradient-brand);
    color: #fff;
    box-shadow:
        0 10px 28px rgba(0, 149, 87, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modules-banner__icon::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: calc(var(--radius-sm) + 4px);
    border: 1px solid rgba(0, 149, 87, 0.18);
    opacity: 0.7;
    pointer-events: none;
}

.modules-banner:hover .modules-banner__icon {
    transform: scale(1.05);
    box-shadow:
        0 14px 32px rgba(0, 149, 87, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.modules-banner__icon i {
    font-size: 1.35rem;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 43, 91, 0.15));
    transition: transform 0.3s ease;
}

.modules-banner:hover .modules-banner__icon i {
    transform: scale(1.06);
}

.modules-banner__text {
    display: grid;
    gap: 0.2rem;
}

.modules-banner__text strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-secondary);
}

.modules-banner__text span {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.cards-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 576px) {
    .cards-grid--2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .cards-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .cards-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .cards-grid--4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card {
    height: 100%;
    padding: 1.5rem;
    border-radius: var(--radius);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.card__icon i {
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

.card__icon--green {
    color: var(--color-primary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 149, 87, 0.14) 100%
        );
    border: 1px solid rgba(0, 149, 87, 0.22);
    box-shadow:
        0 6px 18px rgba(0, 149, 87, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.card__icon--blue {
    color: var(--color-secondary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 43, 91, 0.1) 100%
        );
    border: 1px solid rgba(0, 43, 91, 0.16);
    box-shadow:
        0 6px 18px rgba(0, 43, 91, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.card:hover .card__icon {
    transform: scale(1.06);
}

.card:hover .card__icon--green {
    border-color: rgba(0, 149, 87, 0.3);
    box-shadow:
        0 10px 24px rgba(0, 149, 87, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.card:hover .card__icon--blue {
    border-color: rgba(0, 43, 91, 0.22);
    box-shadow:
        0 10px 24px rgba(0, 43, 91, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.card:hover .card__icon i {
    transform: scale(1.05);
}

.card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
}

.card__text {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.75;
}

.audience-card {
    padding: 1.5rem;
}

.section--process {
    --process-overlap: clamp(3rem, 8vh, 5rem);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-top: calc(-1 * var(--process-overlap));
    margin-bottom: calc(-1 * var(--process-overlap));
    padding-top: calc(4rem + var(--process-overlap));
    padding-bottom: calc(4rem + var(--process-overlap));
    background:
        radial-gradient(
            ellipse 48% 42% at 88% 18%,
            rgba(0, 149, 87, 0.1) 0%,
            transparent 68%
        ),
        radial-gradient(
            ellipse 44% 40% at 6% 82%,
            rgba(0, 43, 91, 0.08) 0%,
            transparent 65%
        ),
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(232, 245, 237, 0.35) calc(var(--process-overlap) * 0.85),
            var(--color-bg) 48%,
            var(--color-bg) 72%,
            rgba(232, 245, 237, 0.6) calc(100% - var(--process-overlap) * 0.7),
            transparent 100%
        );
}

.section--process::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: calc(var(--process-overlap) + 3rem);
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(242, 250, 246, 0.55) 55%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 0;
}

.section--process::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: calc(-1 * var(--process-overlap));
    bottom: calc(-1 * var(--process-overlap));
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(var(--home-pattern-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--home-pattern-line) 1px, transparent 1px),
        radial-gradient(var(--home-pattern-dot) 1.25px, transparent 1.25px);
    background-size:
        var(--home-pattern-grid-size) var(--home-pattern-grid-size),
        var(--home-pattern-grid-size) var(--home-pattern-grid-size),
        var(--home-pattern-dot-size) var(--home-pattern-dot-size);
    background-position: center center;
    -webkit-mask-image: var(--home-pattern-mask);
    mask-image: var(--home-pattern-mask);
}

.process-flow {
    display: grid;
    gap: 1rem;
}

.process-flow__sep {
    display: none;
}

.process-step {
    opacity: 0;
    transform: translateY(1.25rem);
    transition:
        opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--reveal-delay, 0) * 100ms);
}

.process-step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.process-step__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.35rem 1.25rem 1.45rem;
    border-radius: var(--radius);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.process-step__card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--color-primary);
    opacity: 0.85;
}

.process-step--blue .process-step__card::before {
    background: var(--color-secondary);
}

.process-step__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 149, 87, 0.22);
}

.process-step--blue .process-step__card:hover {
    border-color: rgba(0, 43, 91, 0.18);
}

.process-step__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.1rem;
}

.process-step__icon-wrap {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
}

.process-step__num {
    position: absolute;
    top: -0.35rem;
    inset-inline-end: -0.35rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--gradient-brand);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    border: 2px solid var(--color-surface);
    box-shadow: 0 3px 10px rgba(0, 43, 91, 0.16);
}

.process-step__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: var(--radius-sm);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.process-step--green .process-step__icon {
    color: var(--color-primary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 149, 87, 0.14) 100%
        );
    border: 1px solid rgba(0, 149, 87, 0.22);
    box-shadow:
        0 8px 20px rgba(0, 149, 87, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.process-step--blue .process-step__icon {
    color: var(--color-secondary);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(0, 43, 91, 0.1) 100%
        );
    border: 1px solid rgba(0, 43, 91, 0.16);
    box-shadow:
        0 8px 20px rgba(0, 43, 91, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.process-step__icon i {
    font-size: 1.2rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

.process-step__card:hover .process-step__icon {
    transform: scale(1.05);
}

.process-step__card:hover .process-step__icon i {
    transform: scale(1.06);
}

.process-step__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.45rem;
}

.process-step__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1.45;
}

.process-step__text {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.75;
}

.process-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.15rem 1.25rem;
    border-radius: var(--radius);
    background:
        linear-gradient(
            135deg,
            rgba(0, 149, 87, 0.08) 0%,
            rgba(0, 43, 91, 0.05) 100%
        );
    border: 1px solid rgba(0, 149, 87, 0.16);
    box-shadow: var(--shadow-sm);
    opacity: 0;
    transform: translateY(1rem);
    transition:
        opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--reveal-delay, 0) * 100ms + 200ms);
}

.process-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.process-banner__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-sm);
    background: var(--gradient-brand);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 149, 87, 0.22);
}

.process-banner__icon i {
    font-size: 1.25rem;
    line-height: 1;
}

.process-banner__text {
    display: grid;
    gap: 0.2rem;
}

.process-banner__text strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-secondary);
}

.process-banner__text span {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.65;
}

@media (min-width: 576px) {
    .process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.15rem;
    }
}

@media (min-width: 768px) {
    .process-step__card {
        padding: 1.5rem 1.35rem 1.55rem;
    }

    .process-banner {
        padding: 1.25rem 1.5rem;
        margin-top: 2.25rem;
    }
}

@media (min-width: 992px) {
    .process-flow {
        display: grid;
        grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
        align-items: stretch;
        gap: 0;
    }

    .process-flow__sep {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: 1.75rem;
        height: 1.75rem;
        margin-inline: -0.15rem;
        border-radius: 999px;
        color: rgba(0, 149, 87, 0.55);
        background: var(--color-surface);
        border: 1px solid rgba(0, 149, 87, 0.16);
        box-shadow: var(--shadow-sm);
        z-index: 2;
    }

    .process-flow__sep i {
        font-size: 0.62rem;
        line-height: 1;
    }

    .process-step__card {
        text-align: center;
        min-height: 13.5rem;
        margin-inline: 0.35rem;
    }

    .process-step__card::before {
        inset-inline: 0;
        top: 0;
        bottom: auto;
        width: auto;
        height: 4px;
    }

    .process-step__head {
        justify-content: center;
        margin-bottom: 1.15rem;
    }

    .process-banner {
        margin-top: 2.5rem;
    }
}

.cta-section {
    position: relative;
    z-index: 1;
    padding-block: 4rem;
    scroll-margin-top: calc(var(--header-height) + 1rem);
}

.cta-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 2rem;
    padding: 2rem 1.5rem;
    border-radius: var(--radius-lg);
    background: var(--color-secondary-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-lg);
    color: #fff;
}

@media (min-width: 768px) {
    .cta-panel {
        padding: 2.5rem 2rem;
    }
}

@media (min-width: 992px) {
    .cta-panel {
        grid-template-columns: 1.15fr 0.85fr;
        align-items: center;
        gap: 3rem;
        padding: 3rem;
    }
}

.cta-panel__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.cta-panel__glow--green {
    font-size: 280px;

    line-height: 1;
    top: -80px;
    inset-inline-end: -40px;
    background: rgba(0, 149, 87, 0.25);
}

.cta-panel__glow--blue {
    font-size: 240px;

    line-height: 1;
    bottom: -60px;
    inset-inline-start: -30px;
    background: rgba(0, 61, 122, 0.4);
}

.cta-panel__content {
    position: relative;
    z-index: 1;
}

.cta-panel__kicker {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-primary-light);
    margin-bottom: 0.75rem;
}

.cta-panel__title {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 0.85rem;
}

.cta-panel__desc {
    font-size: 1rem;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.5rem;
    max-width: 32rem;
}

.cta-panel__points {
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.cta-panel__points li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.cta-panel__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;

    line-height: 1;
    border-radius: 999px;
    background: rgba(0, 149, 87, 0.2);
    color: var(--color-primary-light);
    flex-shrink: 0;
}

.cta-panel__check i {
    font-size: 0.75rem;

    line-height: 1;
}

.cta-panel__aside {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.75rem;
}

.cta-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.cta-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 149, 87, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.cta-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0, 149, 87, 0.32);
    background:
        linear-gradient(
            145deg,
            rgba(0, 149, 87, 0.32) 0%,
            rgba(0, 149, 87, 0.14) 100%
        );
    color: #7dffb8;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 4px 14px rgba(0, 149, 87, 0.14);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.cta-card__icon--blue {
    border-color: rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.14) 0%,
            rgba(0, 43, 91, 0.26) 100%
        );
    color: rgba(255, 255, 255, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 14px rgba(0, 43, 91, 0.14);
}

.cta-card__icon i {
    font-size: 1.1rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.cta-card:hover .cta-card__icon {
    transform: scale(1.05);
    border-color: rgba(0, 149, 87, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 8px 20px rgba(0, 149, 87, 0.22);
}

.cta-card:hover .cta-card__icon--blue {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 8px 20px rgba(0, 43, 91, 0.18);
}

.cta-card:hover .cta-card__icon i {
    transform: scale(1.06);
}

.cta-card__body {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 0.1rem;
}

.cta-card__label {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.cta-card__value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
}

.cta-card__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.04);
    transition:
        color 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease;
}

.cta-card__arrow i {
    font-size: 0.75rem;
    line-height: 1;
}

.cta-card:hover .cta-card__arrow {
    color: var(--color-primary-light);
    background: rgba(0, 149, 87, 0.14);
    transform: translateX(-3px);
}

.cta-panel__btn {
    width: 100%;
    min-height: 3rem;
    margin-top: 0.35rem;
    font-size: 1rem;
}

.cta-panel__btn .btn-brand__icon {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.82rem;
}
