.snf-page {
    background: #f6faf8;
    color: #07131f;
    overflow: hidden;
}

.snf-wrap {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.snf-hero {
    padding: 78px 0 54px;
    background:
        radial-gradient(circle at 15% 5%, rgba(14,169,100,.18), transparent 34%),
        linear-gradient(135deg, #eefaf4 0%, #fff 66%);
}

.snf-hero-grid,
.snf-two {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
    gap: 34px;
    align-items: center;
}

.snf-two {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 22px;
}

.snf-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #e5f8ef;
    color: #00864f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.snf-page h1,
.snf-page h2,
.snf-page h3 {
    margin: 0 0 16px;
    color: #07131f;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.snf-page h1 {
    font-size: clamp(38px, 5vw, 74px);
}

.snf-page h2 {
    font-size: clamp(28px, 3vw, 46px);
}

.snf-page h3 {
    font-size: 24px;
}

.snf-page p {
    margin: 0;
    color: #405061;
    font-size: 18px;
    line-height: 1.72;
}

.snf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.snf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none !important;
}

.snf-btn-primary {
    background: #0ea964;
    color: #fff !important;
}

.snf-btn-soft {
    background: #fff;
    color: #0a7e4e !important;
    border: 1px solid #bee8d2;
}

.snf-hero-card,
.snf-card,
.snf-final-card,
.snf-product-card {
    border: 1px solid #d8ece2;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7,19,31,.08);
}

.snf-hero-card,
.snf-card {
    padding: 28px;
}

.snf-hero-card strong {
    display: block;
    margin-bottom: 10px;
    color: #0ea964;
    font-size: 22px;
}

.snf-section {
    padding: 56px 0;
}

.snf-section-head {
    max-width: 920px;
    margin-bottom: 24px;
}

.snf-card-green {
    background: linear-gradient(135deg, #effbf5, #fff);
}

.snf-table-wrap {
    overflow-x: auto;
    border: 1px solid #d8ece2;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(7,19,31,.07);
}

.snf-table {
    width: 100%;
    min-width: 1020px;
    border-collapse: collapse;
}

.snf-table th,
.snf-table td {
    padding: 17px 18px;
    border-bottom: 1px solid #edf3ef;
    text-align: left;
    vertical-align: top;
}

.snf-table th {
    background: #07131f;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.snf-table tr:last-child td {
    border-bottom: 0;
}

.snf-pill {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e5f8ef;
    color: #00864f;
    font-size: 12px;
    font-weight: 900;
}

.snf-grid3,
.snf-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.snf-ad-note {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid #e2e8ec;
    border-radius: 16px;
    background: #f4f6f7;
    color: #66717d;
    font-size: 12px;
    line-height: 1.55;
}

.snf-product-card {
    display: grid;
    gap: 13px;
    padding: 24px;
}

.snf-product-image {
    margin: 0 0 4px;
}

.snf-product-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid #e2e8ec;
    background: #f4f6f7;
}

.snf-product-image figcaption {
    margin-top: 6px;
    color: #7a8792;
    font-size: 10px;
    line-height: 1.3;
}

.snf-product-card span {
    display: inline-flex;
    width: max-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef3f0;
    color: #52606d;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.snf-product-card p {
    font-size: 15px;
}

.snf-product-card .snf-btn {
    width: max-content;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 14px;
}

.snf-final {
    padding: 60px 0 26px;
}

.snf-final-card {
    padding: 34px;
    background: linear-gradient(135deg, #07131f, #103023);
    color: #fff;
}

.snf-final-card h2,
.snf-final-card p {
    color: #fff;
}

.snf-final-card p {
    color: rgba(255,255,255,.78);
    margin-bottom: 24px;
}

.snf-story-section {
    padding-top: 28px;
}

.snf-story-card {
    padding: 34px;
    border: 1px solid #d8ece2;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7,19,31,.08);
}

.snf-story-card p {
    margin-bottom: 18px;
}

.snf-story-card p:last-child {
    margin-bottom: 0;
}

@media(max-width: 900px) {
    .snf-hero-grid,
    .snf-grid3,
    .snf-two,
    .snf-product-grid {
        grid-template-columns: 1fr;
    }

    .snf-section {
        padding: 42px 0;
    }

    .snf-page h1 {
        font-size: 40px;
    }

    .snf-page p {
        font-size: 16px;
    }

    .snf-table {
        min-width: 980px;
    }

    .snf-story-card {
        padding: 24px;
        border-radius: 24px;
    }
}
