.fctel-customer-path{padding:66px 0 72px;background:linear-gradient(180deg,#fff 0,#f4f8fb 100%);color:#183248}
.fctel-customer-path *{box-sizing:border-box}
.fctel-customer-path__head{text-align:center;margin-bottom:26px}
.fctel-customer-path__eyebrow{margin:0 0 8px;color:#1681a4;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase}
.fctel-customer-path__head h2{margin:0;font-size:34px;line-height:1.35;font-weight:800}
.fctel-customer-path__head h2 span{color:#c91f2c}
.fctel-customer-path__intro{margin:10px auto 0;max-width:760px;color:#657b8a;font-size:16px;line-height:1.8}
.fctel-customer-path__tabs{display:flex;justify-content:center;gap:12px;margin:25px 0 30px}
.fctel-customer-path__tab{min-width:180px;padding:13px 22px;border:1px solid #ccdae2;border-radius:999px;background:#fff;color:#27465a;font-size:17px;font-weight:700;cursor:pointer;transition:.25s}
.fctel-customer-path__tab:hover,.fctel-customer-path__tab:focus{border-color:#1783a5;color:#147797;outline:0}
.fctel-customer-path__tab.is-active{border-color:#c8202d;background:#c8202d;color:#fff;box-shadow:0 8px 24px rgba(200,32,45,.18)}
.fctel-customer-path__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.fctel-customer-path__card{position:relative;min-height:274px;overflow:hidden;border:1px solid #dde7ed;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(24,67,91,.08);transition:transform .25s,box-shadow .25s}
.fctel-customer-path__card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(24,67,91,.14)}
.fctel-customer-path__visual{position:absolute;right:0;top:0;width:42%;height:100%;overflow:hidden;background:#e8f2f7}
.fctel-customer-path__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.2) 45%,rgba(12,79,107,.04) 100%)}
.fctel-customer-path__visual img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.fctel-customer-path__card:hover .fctel-customer-path__visual img{transform:scale(1.035)}
.fctel-customer-path__card--docs .fctel-customer-path__visual img{object-fit:contain;padding:22px;background:#f4f8fa}
.fctel-customer-path__card--service .fctel-customer-path__visual{background:linear-gradient(145deg,#eef7fb 0,#d9edf6 100%)}
.fctel-customer-path__card--service .fctel-customer-path__visual img{object-fit:contain;object-position:center bottom;padding:12px 10px 0;background:transparent}
.fctel-customer-path__content{position:relative;z-index:2;width:64%;padding:28px 26px 25px}
.fctel-customer-path__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:14px;border-radius:14px;background:#e8f4f8;color:#137e9f;font-size:20px;font-weight:800}
.fctel-customer-path__card:nth-child(2) .fctel-customer-path__number,.fctel-customer-path__card:nth-child(4) .fctel-customer-path__number{background:#fcecee;color:#c8202d}
.fctel-customer-path__content h3{margin:0 0 10px;color:#183248;font-size:22px;line-height:1.4;font-weight:800}
.fctel-customer-path__content p{min-height:52px;margin:0 0 15px;color:#607786;font-size:15px;line-height:1.75}
.fctel-customer-path__tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:17px}
.fctel-customer-path__tags span{padding:5px 9px;border-radius:7px;background:#f0f5f7;color:#476475;font-size:12px;line-height:1.2}
.fctel-customer-path__link{display:inline-flex;align-items:center;color:#c8202d;font-size:15px;font-weight:700;text-decoration:none}
.fctel-customer-path__link:after{content:"→";margin-left:7px;transition:transform .2s}
.fctel-customer-path__link:hover{color:#a91622;text-decoration:none}
.fctel-customer-path__link:hover:after{transform:translateX(4px)}
@media(max-width:767px){
  .fctel-customer-path{padding:42px 0 46px}
  .fctel-customer-path__head h2{font-size:25px}
  .fctel-customer-path__intro{padding:0 12px;font-size:14px}
  .fctel-customer-path__tabs{justify-content:flex-start;gap:8px;margin:20px 0 22px;padding:0 2px;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .fctel-customer-path__tab{flex:0 0 auto;min-width:136px;padding:11px 16px;font-size:15px}
  .fctel-customer-path__grid{grid-template-columns:1fr;gap:14px}
  .fctel-customer-path__card{min-height:246px;border-radius:15px}
  .fctel-customer-path__visual{width:38%}
  .fctel-customer-path__content{width:68%;padding:21px 17px}
  .fctel-customer-path__number{width:40px;height:40px;margin-bottom:10px;border-radius:11px;font-size:17px}
  .fctel-customer-path__content h3{font-size:18px}
  .fctel-customer-path__content p{min-height:0;font-size:14px;line-height:1.65}
  .fctel-customer-path__tags span{font-size:11px}
}
@media(max-width:420px){
  .fctel-customer-path__visual{opacity:.22;width:58%}
  .fctel-customer-path__visual:after{background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.55) 65%,rgba(255,255,255,.1) 100%)}
  .fctel-customer-path__content{width:100%}
}
