.gv-pricing-tabs input[type=radio] { position:absolute; opacity:0; pointer-events:none; }
.gv-tab-bar { display:flex; justify-content:center; gap:0; margin:0 auto 32px; max-width:700px; border-bottom:2px solid #e2e8f0; }
.gv-tab-bar label { flex:1; padding:14px 8px; font-size:15px; font-weight:700; color:#64748b; cursor:pointer; border-bottom:3px solid transparent; margin-bottom:-2px; transition:all .2s; text-align:center; }
.gv-tab-bar label:hover { color:#1e293b; }
.gv-tab-bar label .gv-ico { display:block; font-size:24px; margin-bottom:4px; }
.gv-pricing-tabs:has(#gv-r-plugin:checked) .gv-tab-bar label[for=gv-r-plugin],
.gv-pricing-tabs:has(#gv-r-platform:checked) .gv-tab-bar label[for=gv-r-platform],
.gv-pricing-tabs:has(#gv-r-full:checked) .gv-tab-bar label[for=gv-r-full] { color:#F83600; border-bottom-color:#F83600; }
.gv-panel { display:none; }
.gv-pricing-tabs:has(#gv-r-plugin:checked) #gv-p-plugin,
.gv-pricing-tabs:has(#gv-r-platform:checked) #gv-p-platform,
.gv-pricing-tabs:has(#gv-r-full:checked) #gv-p-full { display:block; }
.gv-cards { display:flex; justify-content:center; gap:20px; flex-wrap:wrap; }
.gv-card { flex:1; min-width:220px; max-width:280px; border:2px solid #e5e7eb; border-radius:12px; padding:28px 18px; background:#fff; text-align:center; position:relative; }
.gv-card.ft-blue { border-color:#F83600; }
.gv-card.ft-purple { border-color:#F9D423; }
.gv-card.ft-green { border-color:#d62e00; }
.gv-badge { display:inline-block; font-size:11px; font-weight:700; padding:2px 10px; border-radius:10px; margin-bottom:8px; color:#fff; }
.gv-label { font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin-bottom:8px; }
.gv-price { font-size:44px; font-weight:800; color:#111827; line-height:1.1; }
.gv-cycle { font-size:14px; color:#9ca3af; margin:4px 0; }
.gv-save { font-size:13px; font-weight:600; margin-bottom:20px; }
.gv-features { text-align:left !important; font-size:14px !important; color:#4b5563 !important; line-height:2.1 !important; list-style:none !important; padding:0 !important; margin:0 0 12px !important; }
.gv-features li { list-style:none !important; padding-left:0 !important; margin-left:0 !important; }
.gv-features li::before { display:none !important; }
.gv-features li i.la-check { color:#16a34a !important; margin-right:6px; font-size:16px; }
.gv-btn { display:block; padding:12px 20px; border-radius:8px; font-weight:700; font-size:15px; text-decoration:none !important; text-align:center; margin-top:12px; color:#fff !important; transition:opacity .2s; }
.gv-btn:hover, .gv-btn:focus { opacity:0.85; color:#fff !important; text-decoration:none !important; }
.gv-note { font-size:14px; color:#9ca3af; margin-top:32px; }
@media (max-width:768px) {
  .gv-cards { flex-direction:column; align-items:center; }
  .gv-card { max-width:100%; width:100%; }
  .gv-tab-bar label { font-size:12px; padding:10px 4px; }
  .gv-tab-bar label .gv-ico { font-size:20px; }
}
