.home-section-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.home-section-heading {
    max-width: 680px;
    margin: 0 auto 42px;
    text-align: center;
}

.home-section-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #2e7bfd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.home-section-heading h2,
.home-faq__intro h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(1.9rem, 4vw, 2.55rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

.home-section-heading p,
.home-faq__intro p {
    margin: 16px 0 0;
    color: #707b8f;
    font-size: 0.98rem;
    line-height: 1.8;
}

.home-benefits {
    position: relative;
    padding: 88px 0 96px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(46, 123, 253, 0.09), transparent 25%),
        radial-gradient(circle at 92% 82%, rgba(255, 116, 82, 0.08), transparent 24%),
        #fff;
}

.home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-benefit-card {
    position: relative;
    min-width: 0;
    padding: 30px 26px 28px;
    border: 1px solid #e8edf5;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 40px rgba(24, 38, 68, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(46, 123, 253, 0.25);
    box-shadow: 0 20px 48px rgba(24, 38, 68, 0.11);
}

.home-benefit-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 17px;
    color: #2e7bfd;
    background: linear-gradient(145deg, #edf5ff, #f8fbff);
    box-shadow: inset 0 0 0 1px rgba(46, 123, 253, 0.08);
}

.home-benefit-card__icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-benefit-card h3 {
    margin: 0 0 12px;
    color: #1c2638;
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.45;
}

.home-benefit-card p {
    margin: 0;
    color: #737e91;
    font-size: 0.88rem;
    line-height: 1.8;
}

.home-faq {
    padding: 92px 0;
    background: #f6f8fc;
}

.home-faq + .latest-news {
    padding-top: 88px;
}

.home-faq__layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.35fr);
    gap: clamp(48px, 8vw, 100px);
    align-items: start;
}

.home-faq__intro {
    position: sticky;
    top: 32px;
}

.home-faq__contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #fff;
    background: #2e7bfd;
    box-shadow: 0 10px 24px rgba(46, 123, 253, 0.22);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-faq__contact:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(46, 123, 253, 0.3);
}

.home-faq__contact span {
    transition: transform 0.2s ease;
}

.home-faq__contact:hover span {
    transform: translateX(3px);
}

.home-faq__list {
    display: grid;
    gap: 14px;
}

.home-faq-item {
    overflow: hidden;
    border: 1px solid #e3e8f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(24, 38, 68, 0.045);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-faq-item[open] {
    border-color: rgba(46, 123, 253, 0.24);
    box-shadow: 0 12px 32px rgba(24, 38, 68, 0.08);
}

.home-faq-item summary {
    display: flex;
    min-height: 72px;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #253047;
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
}

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

.home-faq-item summary:focus-visible {
    outline: 3px solid rgba(46, 123, 253, 0.28);
    outline-offset: -3px;
}

.home-faq-item__toggle {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #f0f5ff;
}

.home-faq-item__toggle::before,
.home-faq-item__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: #2e7bfd;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.home-faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-item[open] .home-faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(0);
}

.home-faq-item__answer {
    padding: 0 68px 22px 24px;
}

.home-faq-item__answer p {
    margin: 0;
    color: #707b8f;
    font-size: 0.9rem;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-faq__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .home-faq__intro {
        position: static;
        max-width: 620px;
    }
}

@media (max-width: 600px) {
    .home-section-shell {
        width: min(100% - 32px, 1120px);
    }

    .home-benefits,
    .home-faq {
        padding: 64px 0;
    }

    .home-faq + .latest-news {
        padding-top: 64px;
    }

    .home-section-heading {
        margin-bottom: 28px;
    }

    .home-benefits__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-benefit-card {
        padding: 25px 22px;
    }

    .home-benefit-card:hover {
        transform: none;
    }

    .home-benefit-card__icon {
        margin-bottom: 18px;
    }

    .home-faq-item summary {
        min-height: 66px;
        padding: 0 18px;
        font-size: 0.93rem;
    }

    .home-faq-item__answer {
        padding: 0 54px 20px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-benefit-card,
    .home-faq__contact,
    .home-faq__contact span,
    .home-faq-item__toggle::after {
        transition: none;
    }
}
