/* ===== Features strip + Trusted By (post-hero) ===== */
.ta-features {
    --feat-bg: #0a141c;
    --feat-green: #5fb173;
    --feat-green-bright: #6bc484;
    --feat-title: #ffffff;
    --feat-desc: #8a9a94;
    --feat-line: rgba(255, 255, 255, 0.08);
    --feat-font: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    position: relative;
    background: var(--feat-bg);
    font-family: var(--feat-font);
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    padding: 3.5rem 0 0;
}

.ta-features-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 35% 60% at 0% 40%, rgba(95, 177, 115, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 35% 60% at 100% 50%, rgba(95, 177, 115, 0.07) 0%, transparent 60%);
}

.ta-features-inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2rem 2.75rem;
}

.ta-features-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.ta-feature {
    position: relative;
    text-align: center;
    padding: 0.5rem 1rem 1.25rem;
    transition: transform 0.3s ease;
}

.ta-feature:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 18%;
    bottom: 22%;
    right: 0;
    width: 1px;
    background: var(--feat-line);
}

.ta-feature:hover {
    transform: translateY(-4px);
}

.ta-feature-icon {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 auto 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ta-feature-icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(95, 177, 115, 0.55);
    box-shadow:
        0 0 12px rgba(95, 177, 115, 0.25),
        inset 0 0 10px rgba(95, 177, 115, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ta-feature-icon-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--feat-green-bright);
    box-shadow: 0 0 8px 2px rgba(95, 177, 115, 0.85);
    right: 2px;
    bottom: 8px;
    z-index: 2;
}

.ta-feature:hover .ta-feature-icon-ring {
    border-color: rgba(95, 177, 115, 0.95);
    box-shadow:
        0 0 20px rgba(95, 177, 115, 0.45),
        inset 0 0 12px rgba(95, 177, 115, 0.1);
}

.ta-feature-icon svg {
    position: relative;
    z-index: 1;
    width: 26px;
    height: 26px;
    stroke: var(--feat-green);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(95, 177, 115, 0.55));
    transition: filter 0.3s ease, transform 0.3s ease;
}

.ta-feature:hover .ta-feature-icon svg {
    filter: drop-shadow(0 0 8px rgba(95, 177, 115, 0.9));
    transform: scale(1.06);
}

.ta-feature-icon svg .ta-fill {
    fill: var(--feat-green);
    stroke: none;
}

.ta-feature-icon svg text {
    stroke: none;
}

.ta-feature-title {
    margin: 0 0 0.55rem;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--feat-title);
    font-family: var(--feat-font);
}

.ta-feature-desc {
    margin: 0 auto;
    max-width: 11.5rem;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--feat-desc);
    font-family: var(--feat-font);
}

/* Trusted By */
.ta-trusted {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--feat-line);
    padding: 2rem 2rem 2.75rem;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.ta-trusted-label {
    margin: 0 0 1.5rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--feat-green);
    font-family: var(--feat-font);
}

.ta-trusted-rail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.5rem 2.5rem;
}

.ta-trusted-bracket {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    pointer-events: none;
    opacity: 0.35;
}

.ta-trusted-bracket--left {
    left: 0;
    border-left: 1px solid rgba(180, 200, 190, 0.45);
    border-top: 1px solid rgba(180, 200, 190, 0.45);
    border-bottom: 1px solid rgba(180, 200, 190, 0.45);
}

.ta-trusted-bracket--right {
    right: 0;
    border-right: 1px solid rgba(180, 200, 190, 0.45);
    border-top: 1px solid rgba(180, 200, 190, 0.45);
    border-bottom: 1px solid rgba(180, 200, 190, 0.45);
}

.ta-trusted-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    gap: 0.25rem 0;
}

.ta-trusted-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 120px;
    flex: 1 1 120px;
    max-width: 180px;
    padding: 0.35rem 1rem;
    opacity: 0.55;
    transition: opacity 0.25s ease, filter 0.25s ease;
}

.ta-trusted-logo:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.ta-trusted-logo:hover {
    opacity: 0.9;
}

.ta-trusted-logo img {
    max-height: 28px;
    max-width: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(1.4);
}

.ta-trusted-logo-placeholder {
    width: 72px;
    height: 14px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1100px) {
    .ta-features-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 2rem;
    }

    .ta-feature:nth-child(3n)::after {
        display: none;
    }

    .ta-feature:nth-child(3)::after,
    .ta-feature:nth-child(6)::after {
        display: none;
    }
}

@media (max-width: 700px) {
    .ta-features {
        padding-top: 2.5rem;
    }

    .ta-features-inner {
        padding: 0 1rem 2rem;
    }

    .ta-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1.75rem;
    }

    .ta-feature:not(:last-child)::after {
        display: none;
    }

    .ta-feature:nth-child(odd)::after {
        display: block;
        top: 10%;
        bottom: 10%;
    }

    .ta-trusted {
        padding: 1.75rem 1rem 2.25rem;
    }

    .ta-trusted-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 0;
    }

    .ta-trusted-logo:nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 420px) {
    .ta-features-grid {
        grid-template-columns: 1fr;
    }

    .ta-feature:nth-child(odd)::after {
        display: none;
    }
}
