/* ===== FPVT SECTION for Flatsome ===== */
:root{
–fpvt-blue:#1b63ff;
–fpvt-blue2:#0b4de6;
–fpvt-orange:#ff7a00;
–fpvt-text:#0f172a;
–fpvt-muted:#64748b;
–fpvt-border:#e5e7eb;
–fpvt-shadow:0 14px 28px rgba(15,23,42,.06);
–fpvt-radius:16px;
}
.fpvt-sec{padding:28px 0}
.fpvt-wrap{max-width:1180px;margin:0 auto;padding:0 20px}
.fpvt-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;align-items:start}
.fpvt-h2{margin:0 0 14px;font-size:22px;letter-spacing:-.2px;color:var(–fpvt-blue2);font-weight:900}
.fpvt-h2.fpvt-orange{color:var(–fpvt-orange)}
.fpvt-card{background:#fff;border:1px solid rgba(229,231,235,.95);border-radius:var(–fpvt-radius);box-shadow:var(–fpvt-shadow)}
.fpvt-pad{padding:18px}
/* Steps */
.fpvt-steps{display:grid;gap:10px;margin-top:8px}
.fpvt-step{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:14px;border:1px solid rgba(229,231,235,.85);
background:linear-gradient(180deg,#fff,#fbfcff)}
.fpvt-badge{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:900;color:#fff;flex:0 0 auto}
.fpvt-b1{background:linear-gradient(135deg,#ffb000,#ff7a00)}
.fpvt-b2{background:linear-gradient(135deg,#2bd4ff,#1b63ff)}
.fpvt-b3{background:linear-gradient(135deg,#60ffa4,#16a34a)}
.fpvt-step h4{margin:0;font-size:15px;color:var(–fpvt-text);font-weight:900;line-height:1.25}
.fpvt-step p{margin:6px 0 0;color:var(–fpvt-muted);font-size:13.5px;line-height:1.55}
/* FAQ accordion */
.fpvt-faq{overflow:hidden}
.fpvt-faq-item{border-top:1px solid rgba(229,231,235,.9)}
.fpvt-faq-item:first-child{border-top:none}
.fpvt-faq-q{
width:100%;background:transparent;border:0;
padding:14px 16px;display:flex;justify-content:space-between;gap:12px;
cursor:pointer;text-align:left;font-weight:900;color:var(–fpvt-blue2);
}
.fpvt-faq-q:focus{outline:none}
.fpvt-faq-q .left{display:flex;gap:10px;align-items:flex-start}
.fpvt-faq-q .n{color:var(–fpvt-muted);font-weight:900}
.fpvt-faq-q .chev{transition:transform .18s ease;color:#0f172a}
.fpvt-faq-a{max-height:0;overflow:hidden;transition:max-height .22s ease;padding:0 16px}
.fpvt-faq-a p{margin:0 0 14px;color:var(–fpvt-muted);font-size:13.5px;line-height:1.6}
.fpvt-faq-item.open .fpvt-faq-a{max-height:220px}
.fpvt-faq-item.open .chev{transform:rotate(180deg)}
/* Right benefits */
.fpvt-benefit{background:#fff7ea;border:1px solid rgba(255,122,0,.18)}
.fpvt-benefit h3{margin:0;font-size:18px;font-weight:900;color:var(–fpvt-text);line-height:1.25}
.fpvt-benefit h3 b{color:var(–fpvt-blue2)}
.fpvt-check{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:10px}
.fpvt-check li{display:flex;gap:10px;align-items:flex-start;color:var(–fpvt-muted);font-size:13.5px;line-height:1.55}
.fpvt-check svg{margin-top:2px;flex:0 0 auto}
.fpvt-areas{margin-top:14px;padding-top:14px;border-top:1px solid rgba(229,231,235,.9)}
.fpvt-areas h4{margin:0 0 10px;font-size:13px;color:var(–fpvt-text);font-weight:900}
.fpvt-areas ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:var(–fpvt-muted);font-size:13.5px}
.fpvt-areas li{display:flex;gap:10px;align-items:center}
.fpvt-dot{width:8px;height:8px;border-radius:999px;background:rgba(27,99,255,.6);display:inline-block}
/* Why cards (3) */
.fpvt-why{margin-top:18px}
.fpvt-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fpvt-mini{padding:16px;border-radius:16px;border:1px solid rgba(229,231,235,.9);background:linear-gradient(180deg,#fff,#fbfcff);min-height:130px}
.fpvt-mini .ico{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg, rgba(27,99,255,.12), rgba(255,122,0,.10));
border:1px solid rgba(229,231,235,.9);display:grid;place-items:center;margin-bottom:10px}
.fpvt-mini h4{margin:0 0 6px;font-size:14.5px;font-weight:900;color:var(–fpvt-text)}
.fpvt-mini p{margin:0;color:var(–fpvt-muted);font-size:13px;line-height:1.55}
/* Bottom pills (3) */
.fpvt-pills{margin-top:16px}
.fpvt-pills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.fpvt-pill{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:14px;border:1px solid rgba(229,231,235,.9);
background:linear-gradient(180deg,#fff,#fbfcff)}
.fpvt-pill .pico{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg, rgba(27,99,255,.12), rgba(27,99,255,.06));
border:1px solid rgba(229,231,235,.9);display:grid;place-items:center;flex:0 0 auto}
.fpvt-pill h5{margin:0;font-size:13.5px;font-weight:900;color:var(–fpvt-blue2);line-height:1.25}
.fpvt-pill p{margin:4px 0 0;font-size:12.5px;color:var(–fpvt-muted);line-height:1.45}
/* Flatsome fixes */
.fpvt-sec p{margin-bottom:0} /* Flatsome hay add margin */
.fpvt-sec ul{margin-bottom:0}
/* Responsive */
@media (max-width:980px){
.fpvt-grid{grid-template-columns:1fr}
.fpvt-why-grid,.fpvt-pills-grid{grid-template-columns:1fr}
}
