.why-choose { padding: 48px 0 64px; background: #f7f8fb; color: #101f3b; }
.why-choose__inner { width: calc(100% - 48px); max-width: 1140px; margin: 0 auto; }
.why-choose__header { text-align: center; margin-bottom: 46px; }
.why-choose .why-choose__eyebrow { color: #1f5a99; font-size: 16px; font-weight: 900; text-transform: uppercase; margin: 0 0 16px; letter-spacing: 0; }
.why-choose .why-choose__header h2 { font-size: 54px; font-weight: 900; line-height: 1.18; letter-spacing: 0; margin: 0; overflow-wrap: anywhere; }
.why-choose__header h2 span { color: #1f5a99; }
.why-choose__mobile-intro { display: none; }
.why-choose__main { display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; align-items: start; }
.why-choose__photo { position: relative; width: 100%; overflow: hidden; border-radius: 18px; aspect-ratio: 734 / 760; box-shadow: 0 15px 30px #17243a12; }
.why-choose__photo img { display: block; width: 100%; height: auto; }
.why-choose__details { padding: 36px 40px 40px; background: white; border: 1px solid #dfe5ee; border-radius: 18px; box-shadow: 0 15px 30px #17243a12; min-width: 0; }
.why-choose__details > p { font-size: 22px; line-height: 1.45; margin: 0; }
.why-choose__features { list-style: none; padding: 0; margin: 22px 0 28px; }
.why-choose__features li { display: flex; align-items: center; gap: 22px; min-height: 76px; padding: 10px 0; font-size: 22px; font-weight: 700; line-height: 1.35; }
.why-choose__features li + li { border-top: 1px solid #dfe5ee; }
.why-choose__check { display: inline-flex; flex: 0 0 54px; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 50%; color: #2851bb; background: #ecf2fc; }
.why-choose__check .dashicons { font-size: 28px; width: 28px; height: 28px; }
.why-choose__actions { display: grid; grid-template-columns: 1fr 1.08fr; gap: 20px; }
.why-choose a.why-choose__button { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 60px; padding: 14px 16px; background: #2d55bc; border: 2px solid #2d55bc; border-radius: 7px; color: white; font-size: 22px; font-weight: 700; line-height: 1.2; text-decoration: none; text-align: center; }
.why-choose a.why-choose__button--outline { background: white; color: #2454b8; border-color: #8c9bde; }
.why-choose a.why-choose__button:hover { background: #223d92; border-color: #223d92; color: white; }
.why-choose a:focus-visible { outline: 3px solid #101f3b; outline-offset: 4px; }
@media (max-width: 1100px) {
 .why-choose .why-choose__header h2 { font-size: 42px; }
 .why-choose__details { padding: 24px; }
 .why-choose__details > p, .why-choose__features li { font-size: 18px; }
 .why-choose__features li { min-height: 64px; gap: 16px; }
 .why-choose__check { width: 44px; height: 44px; flex-basis: 44px; }
 .why-choose a.why-choose__button { font-size: 18px; }
}
@media (max-width: 820px) {
 .why-choose { padding: 30px 0; }
 .why-choose__inner { width: calc(100% - 32px); }
 .why-choose__header { margin-bottom: 22px; }
 .why-choose .why-choose__header h2 { font-size: 36px; margin-bottom: 20px; }
 .why-choose__header h2 span { display: block; position: relative; padding-bottom: 14px; }
 .why-choose__header h2 span::after { content: ''; position: absolute; bottom: 0; left: 8%; width: 84%; height: 9px; border-top: 4px solid #4055c5; border-radius: 50%; }
 .why-choose .why-choose__mobile-intro { display: block; font-size: 18px; line-height: 1.5; margin: 0 auto; max-width: 700px; }
 .why-choose__main { grid-template-columns: minmax(0, 1fr); gap: 18px; }
 .why-choose__photo { aspect-ratio: 844 / 474; }
 .why-choose__details { padding: 22px 16px; }
 .why-choose__features { margin: 16px 0 22px; }
 .why-choose__features li { gap: 14px; font-size: 18px; }
 .why-choose__actions { grid-template-columns: 1fr; gap: 12px; }
 .why-choose a.why-choose__button { min-height: 50px; }
}
@media (max-width: 380px) {
 .why-choose .why-choose__header h2 { font-size: 30px; }
 .why-choose__features li { font-size: 16px; }
}
