.ctab{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.ctab-center{justify-content:center}.ctab-end{justify-content:flex-end;max-width:540px;margin-top:0}.ctab-start{justify-content:flex-start}.ctab .ctab-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:12px;border:1px solid transparent;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:.93rem;font-weight:800;line-height:1.1;letter-spacing:-.005em;white-space:nowrap;text-decoration:none;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.ctab .ctab-btn svg{width:17px;height:17px;flex:none}.ctab .ctab-btn:hover{transform:translateY(-2px)}.ctab .gold{background:#ffc107;border-color:#ffc107;color:#10203d;box-shadow:0 14px 32px rgba(255,193,7,.24)}.ctab .gold svg{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.ctab .gold:hover{background:#e0a800;border-color:#e0a800;color:#10203d}.ctab .gold:hover svg{transform:translateX(3px)}.ctab .ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:#fff}.ctab .ghost:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.4);color:#fff}.ctab .ghost svg{fill:currentColor}.ctab .wa svg{fill:#25d366}.ctab .call svg{fill:#ffc107}@media (max-width:900px){.ctab-end{justify-content:flex-start;max-width:none;margin-top:22px}}@media (max-width:520px){.ctab .ctab-btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 5px);padding:12px;font-size:.86rem}.ctab .ctab-btn:nth-child(2),.ctab .gold{flex-basis:100%}}