.svg-icon {
    width: 16px;
}

.svg-icon-25 {
    width: 23px;
}

.icon-bg-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(47 88 65 / 0.15);
    width: 2rem;
    height: 2rem;
}

.icon-bg-primary-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 3.5rem;
    height: 3.5rem;
}

.icon-bg-primary-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
}

.feature-card .icon-bg-primary-48 {
    margin-bottom: 15px;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(47 88 65 / var(--tw-bg-opacity, 1));
}

.bg-grey {
    background-color: rgb(47 88 65 / 0.15);
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(47 88 65 / var(--tw-text-opacity, 1));
}

.bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.bg-amber-100 {
    --tw-bg-opacity 1: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.border-white {
    border-color: white;
}

.text-primary {
    --tw-text-opacity 1: 1;
    color: rgb(47 88 65 / var(--tw-text-opacity, 1));
}

.text-hero-writing {
    --tw-text-opacity: 1;
    color: rgb(186 157 127 / var(--tw-text-opacity, 1));
}

.feature-hero {
    background: var(--beige);
}

.feature-hero-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
}

.feature-hero-wrap h1 {
    margin: 0 0 14px;
    color: var(--green-900);
    font-size: 48px;
    line-height: 1.1;
}

.feature-hero-wrap p {
    max-width: 720px;
    color: var(--text-muted);
    margin: 0 0 24px;
    line-height: 1.625;
    font-size: 1.125rem;
}

.feature-hero-wrap .btn-primary {
    padding: 14px 24px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.feature-highlight {
    background: #f3f4f6;
    padding: 80px 0;
}

.feature-highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
}

.feature-photo {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(44, 52, 54, .13);
}

.feature-highlight h2 {
    margin: 0 0 12px;
    color: var(--green-900);
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 20px;
}

.feature-highlight p {
    color: var(--text-muted);
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.625
}

.section-white {
    background: #fff;
}

.features-heading {
    margin: 0 0 12px;
    color: var(--green-900);
    text-align: center;
    font-size: clamp(34px, 3.4vw, 36px);
}

.features-subtitle {
    margin: 0 0 34px;
    color: var(--text-muted);
    text-align: center;
}

.feature-all {
    padding: 80px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-all-grid {
    gap: 20px;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.feature-card h3 {
    margin: 0 0 8px;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.feature-card p {
    margin: 0;
    color: var(--text-muted);
}

.feature-all-card {
    border: 1px solid transparent;
}

.feature-cta {
    background: var(--green-900);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.feature-cta p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(255 255 255 / 0.9);
}
.feature-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.feature-cta p {
    margin: 0 0 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (max-width: 1024px) {
    .feature-hero-wrap {
        padding: 0;
    }

    .feature-hero-wrap h1 {
        font-size: 36px;
    }

    .feature-hero-wrap p {
        font-size: 1.125rem;
    }

    .feature-highlight {
        padding: 64px 0;
    }

    .feature-all {
        padding: 64px 0;
    }

    .feature-highlight-grid,
    .feature-all-grid {
        grid-template-columns: 1fr;
    }

    .feature-highlight h2 {
        font-size: 28px;
    }

    .feature-highlight p,
    .feature-all-card p,
    .feature-cta p {
        font-size: 1.125rem;
    }

    .feature-all-card h3,
    .feature-cta h2 {
        font-size: 24px;
    }
}