@charset "UTF-8";.problem-block-section{position:relative;overflow:hidden;padding:90px 0;background:linear-gradient(180deg,#f4f8fb 0%,#ffffff 100%);}.problem-block-section .container{max-width:1700px !important;width:100% !important;margin:0 auto !important;padding-left:3rem !important;padding-right:3rem !important;}.problem-block__head{text-align:center;margin-bottom:56px;}.problem-block__badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:#edf4ff;color:#2563ff;font-size:12px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;}.problem-block__title{max-width:900px;margin:18px auto 0;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.05;letter-spacing:-0.04em;font-weight:800;color:#061b33;}.problem-block__subtitle{max-width:760px;margin:20px auto 0;color:#64748b;font-size:1.05rem;line-height:1.8;}.problem-block__grid{width:100%;display:grid;grid-template-columns:520px 1fr;gap:42px;align-items:stretch;}.problem-block__image{display:flex;}.problem-block__image img{width:100%;height:540px;object-fit:cover;border-radius:34px;box-shadow:0 25px 70px rgba(15,23,42,0.1);}.problem-block__cards{display:grid;grid-template-columns:repeat(2,minmax(420px,1fr));gap:32px;align-items:stretch;}.problem-card{display:flex;flex-direction:column;height:100%;padding:42px;border-radius:34px;background:rgba(255,255,255,0.94);backdrop-filter:blur(12px);box-shadow:0 20px 60px rgba(15,23,42,0.05);}.problem-card--bad{border:1px solid #ffdede;background:linear-gradient(180deg,#ffffff 0%,#fff8f8 100%);}.problem-card--good{border:1px solid #dce8ff;background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);box-shadow:0 24px 70px rgba(37,99,255,0.1);}.problem-card h3{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:12px 18px;border-radius:999px;margin-bottom:32px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0.04em;}.problem-card--bad h3{background:#ffecec;color:#ff4d4d;}.problem-card--good h3{background:#edf8f1;color:#18a957;}.problem-card ul{list-style:none;padding:0;margin:0;}.problem-card li{position:relative;padding-left:36px;margin-bottom:22px;color:#42566f;font-size:1.05rem;line-height:1.6;}.problem-card li:last-child{margin-bottom:0;}.problem-card--bad li::before{content:"✕";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%;background:#ffe8e8;color:#ff4d4d;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;}.problem-card--good li::before{content:"✓";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%;background:#e8f7ef;color:#20b15a;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;}@media (max-width:1280px){.problem-block__grid{grid-template-columns:1fr;}.problem-block__image img{height:460px;}.problem-block__cards{grid-template-columns:1fr 1fr;}}@media (max-width:768px){.problem-block-section{padding:70px 0;}.problem-block-section .container{padding-left:1.2rem !important;padding-right:1.2rem !important;}.problem-block__head{margin-bottom:40px;}.problem-block__title{font-size:clamp(1.9rem,8vw,2.35rem);}.problem-block__subtitle{font-size:0.95rem;}.problem-block__grid{grid-template-columns:1fr;gap:28px;}.problem-block__cards{grid-template-columns:1fr;}.problem-card{padding:28px 24px;border-radius:24px;}.problem-card li{font-size:0.95rem;margin-bottom:18px;}.problem-block__image img{height:320px;border-radius:24px;}}