body.support-v8642-body{background:#f4f7fb!important}
.support-v8642-page{max-width:980px;margin:0 auto;padding:18px 22px 48px;display:grid;gap:20px;color:#101828}
.support-v8642-page svg{display:block;width:24px;height:24px}
.support-v8642-intro{padding:28px 24px 8px;text-align:center;display:grid;justify-items:center;gap:14px}
.support-v8642-pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;background:#edf4ff;color:#1765df;font-size:16px;font-weight:950}
.support-v8642-intro h1{margin:0;color:#101828;font-size:clamp(34px,5vw,56px);line-height:1.15;font-weight:1000;letter-spacing:-.025em}
.support-v8642-intro p{max-width:760px;margin:0;color:#667085;font-size:clamp(16px,2.2vw,21px);font-weight:650;line-height:2}
.support-v8642-contact{background:#fff;border:1px solid #e0e7f1;border-radius:26px;box-shadow:0 12px 35px rgba(15,45,92,.07);padding:22px 28px;display:grid;justify-items:center;gap:10px}
.support-v8642-contact__label{color:#737f92;font-size:17px;font-weight:900}
.support-v8642-contact__number-row{display:flex;align-items:center;justify-content:center;gap:18px}
.support-v8642-contact__number-row strong{color:#1264f3;font-size:clamp(30px,5vw,48px);font-weight:1000;letter-spacing:.01em;line-height:1}
.support-v8642-contact__phone-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:#1264f3}
.support-v8642-contact__phone-icon svg{width:30px;height:30px}
.support-v8642-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.support-v8642-btn{min-height:78px;border-radius:22px;display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 22px;font-size:19px;font-weight:1000;transition:transform .16s ease,box-shadow .16s ease}
.support-v8642-btn:hover{transform:translateY(-1px)}
.support-v8642-btn svg{width:29px;height:29px}
.support-v8642-btn--call{background:linear-gradient(135deg,#176cf5,#0b56dc);color:#fff;box-shadow:0 12px 24px rgba(18,100,243,.18)}
.support-v8642-btn--whatsapp{background:linear-gradient(135deg,#13ad61,#078f4e);color:#fff;box-shadow:0 12px 24px rgba(7,148,85,.16)}
.support-v8642-btn--prices{grid-column:1/-1;background:#fff;color:#173f82;border:1.5px solid #3f80f8;box-shadow:0 6px 18px rgba(15,58,121,.05)}
.support-v8642-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.support-v8642-benefit{min-height:245px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px 20px;box-shadow:0 10px 30px rgba(15,45,92,.06);display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}
.support-v8642-benefit__icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center}
.support-v8642-benefit__icon svg{width:31px;height:31px}
.support-v8642-benefit--fast .support-v8642-benefit__icon{background:#fff0df;color:#f79009}
.support-v8642-benefit--account .support-v8642-benefit__icon{background:#edf4ff;color:#1264f3}
.support-v8642-benefit--projects .support-v8642-benefit__icon{background:#eafaf1;color:#087a45}
.support-v8642-benefit h2{margin:2px 0 0;color:#101828;font-size:19px;line-height:1.55;font-weight:1000}
.support-v8642-benefit p{margin:0;color:#667085;font-size:14px;line-height:1.85;font-weight:650}
.support-v8642-note{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#f9fbff,#eef5ff);border:1px solid #cfe0ff;border-radius:22px;padding:20px 24px}
.support-v8642-note__icon{flex:0 0 auto;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#2f7cf5;color:#fff}
.support-v8642-note__icon svg{width:29px;height:29px}
.support-v8642-note>div{display:grid;gap:4px}
.support-v8642-note strong{color:#142b5f;font-size:20px;font-weight:1000}
.support-v8642-note p{margin:0;color:#667085;font-size:14px;line-height:1.8;font-weight:650}

@media(max-width:720px){
  .support-v8642-page{padding:12px 14px 36px;gap:14px}
  .support-v8642-intro{padding:20px 8px 4px;gap:10px}
  .support-v8642-pill{min-height:40px;padding:0 18px;font-size:13px}
  .support-v8642-intro h1{font-size:32px}
  .support-v8642-intro p{font-size:14px;line-height:1.8}
  .support-v8642-contact{padding:18px 14px;border-radius:21px}
  .support-v8642-contact__label{font-size:14px}
  .support-v8642-contact__number-row{gap:10px}
  .support-v8642-contact__number-row strong{font-size:29px}
  .support-v8642-contact__phone-icon{width:48px;height:48px}
  .support-v8642-contact__phone-icon svg{width:24px;height:24px}
  .support-v8642-actions{gap:10px}
  .support-v8642-btn{min-height:58px;border-radius:17px;padding:10px 12px;font-size:14px;gap:8px}
  .support-v8642-btn svg{width:23px;height:23px}
  .support-v8642-benefits{grid-template-columns:1fr;gap:10px}
  .support-v8642-benefit{min-height:0;display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-areas:"icon title" "icon text";align-items:center;text-align:right;padding:15px 16px;border-radius:19px;gap:2px 12px}
  .support-v8642-benefit__icon{grid-area:icon;width:52px;height:52px}
  .support-v8642-benefit__icon svg{width:25px;height:25px}
  .support-v8642-benefit h2{grid-area:title;font-size:16px}
  .support-v8642-benefit p{grid-area:text;font-size:12px;line-height:1.6}
  .support-v8642-note{padding:15px 16px;border-radius:19px;gap:12px}
  .support-v8642-note__icon{width:48px;height:48px}
  .support-v8642-note strong{font-size:16px}
  .support-v8642-note p{font-size:12px;line-height:1.6}
}
@media(max-width:420px){
  .support-v8642-page{padding-inline:10px}
  .support-v8642-intro h1{font-size:28px}
  .support-v8642-contact__number-row strong{font-size:25px}
  .support-v8642-actions{grid-template-columns:1fr}
  .support-v8642-btn--prices{grid-column:auto}
}
