:root {
    --wts-green: #95bf47;
    --wts-green-dark: #5e8e3e;
    --wts-green-deep: #3f5f2a;
    --wts-surface: #f4f8ef;
    --wts-surface-2: #ecf4e2;
    --wts-text: #111827;
    --wts-muted: #4b5563;
    --wts-radius: 14px;
}

.wts-home {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    color: var(--wts-text);
    line-height: 1.6;
    overflow-x: hidden;
}

.wts-home * {
    box-sizing: border-box;
}

.wts-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.wts-hero {
    background: linear-gradient(150deg, #95bf47 0%, #78a43b 55%, #5e8e3e 100%);
    color: #fff;
    text-align: center;
    padding: 88px 0 98px;
    border-radius: 18px;
    margin-top: 18px;
    box-shadow: 0 16px 42px rgba(43, 67, 22, 0.28);
}

.wts-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.14);
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 700;
}

.wts-badge img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.wts-hero h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 66px);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.wts-hero p {
    max-width: 820px;
    margin: 18px auto 0;
    font-size: clamp(16px, 2.4vw, 23px);
    color: rgba(255, 255, 255, 0.93);
}

.wts-hero-points {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.wts-hero-points span {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 600;
}

.wts-actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.wts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.wts-btn-primary {
    background: #ffffff;
    color: var(--wts-green-dark);
    box-shadow: 0 8px 24px rgba(20, 29, 11, 0.22);
}

.wts-btn-ghost {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.wts-btn:hover {
    transform: translateY(-2px);
}

.wts-trust {
    padding: 24px 0;
}

.wts-trust-items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.wts-trust-items span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7e5c7;
    color: #355128;
    font-size: 13px;
    font-weight: 600;
}

.wts-stats {
    padding: 6px 0 24px;
}

.wts-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.wts-stats-grid article {
    background: var(--wts-surface);
    border: 1px solid #d9e7ca;
    border-radius: var(--wts-radius);
    padding: 18px 14px;
    text-align: center;
}

.wts-stats-grid strong {
    display: block;
    color: var(--wts-green-deep);
    font-size: 26px;
    line-height: 1.1;
}

.wts-stats-grid span {
    display: block;
    margin-top: 8px;
    color: #355128;
    font-size: 13px;
    font-weight: 500;
}

.wts-section {
    padding: 60px 0;
}

.wts-section-soft {
    background: var(--wts-surface);
    border-radius: 16px;
}

.wts-section-gradient {
    background: linear-gradient(160deg, #69993f 0%, #577f36 100%);
    border-radius: 16px;
    color: #fff;
}

.wts-section-head {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 34px;
}

.wts-section-head span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #507837;
    margin-bottom: 10px;
}

.wts-section-head h2 {
    margin: 0;
    font-size: clamp(28px, 4.8vw, 46px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.wts-section-head p {
    margin: 12px auto 0;
    max-width: 760px;
    color: var(--wts-muted);
    font-size: 17px;
}

.wts-light span,
.wts-light p {
    color: rgba(255, 255, 255, 0.9);
}

.wts-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.wts-card {
    background: #fff;
    border: 1px solid #dce9cf;
    border-radius: var(--wts-radius);
    padding: 20px;
    box-shadow: 0 4px 20px rgba(53, 79, 24, 0.08);
}

.wts-card h3 {
    margin: 0;
    font-size: 19px;
    color: #213717;
    line-height: 1.3;
}

.wts-card p {
    margin: 10px 0 0;
    font-size: 14px;
    color: var(--wts-muted);
}

.wts-solution-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 16px;
}

.wts-solution-copy,
.wts-formula {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--wts-radius);
    padding: 24px;
}

.wts-solution-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 16px;
}

.wts-solution-copy ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.wts-solution-copy li {
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 14px;
}

.wts-formula span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
}

.wts-formula strong {
    display: block;
    margin-top: 10px;
    font-size: clamp(24px, 3.8vw, 36px);
    line-height: 1.2;
}

.wts-formula p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.wts-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.wts-steps article {
    background: #fff;
    border: 1px solid #d5e5c4;
    border-radius: var(--wts-radius);
    padding: 18px;
}

.wts-steps em {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--wts-green), var(--wts-green-dark));
    color: #fff;
    font-style: normal;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.wts-steps h3 {
    margin: 10px 0 0;
    font-size: 18px;
    color: #1f3314;
}

.wts-steps p {
    margin: 8px 0 0;
    font-size: 14px;
    color: var(--wts-muted);
}

.wts-faq {
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid #dce9cf;
    border-radius: var(--wts-radius);
    background: #fff;
    overflow: hidden;
}

.wts-faq details {
    border-bottom: 1px solid #e5efd9;
}

.wts-faq details:last-child {
    border-bottom: 0;
}

.wts-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 18px;
    font-weight: 600;
    color: #203414;
}

.wts-faq summary::-webkit-details-marker {
    display: none;
}

.wts-faq p {
    margin: 0;
    padding: 0 18px 18px;
    font-size: 14px;
    color: var(--wts-muted);
}

.wts-final-cta {
    margin: 14px 0 22px;
    background: linear-gradient(160deg, #2d401f 0%, #1c2912 100%);
    color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 56px 0;
}

.wts-final-cta img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.wts-final-cta h2 {
    margin: 14px auto 0;
    max-width: 780px;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.2;
}

.wts-final-cta p {
    margin: 12px auto 0;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
}

.wts-final-cta .wts-btn {
    margin-top: 20px;
}

@media (max-width: 980px) {
    .wts-cards-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .wts-solution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .wts-container {
        padding: 0 14px;
    }

    .wts-hero {
        padding: 54px 0 60px;
        border-radius: 14px;
    }

    .wts-cards-3,
    .wts-stats-grid,
    .wts-steps {
        grid-template-columns: 1fr;
    }

    .wts-actions {
        flex-direction: column;
    }

    .wts-btn {
        width: 100%;
    }

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