.pc-widget-wrapper-f90c0d82 { font-family: sans-serif; }
.pc-toggle-wrapper { display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 30px; }
.pc-toggle-label { font-weight: bold; opacity: 0.5; transition: 0.3s; }
.pc-toggle-label.pc-active { opacity: 1; color: #000; }
.pc-switch { position: relative; display: inline-block; width: 60px; height: 34px; }
.pc-switch input { opacity: 0; width: 0; height: 0; }
.pc-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 34px; }
.pc-slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .pc-slider { background-color: #2196F3; }
input:checked + .pc-slider:before { transform: translateX(26px); }

.pc-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.pc-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); padding: 30px; flex: 1 1 300px; max-width: 400px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.pc-badge { position: absolute; top: 15px; left: 15px; background: #2196F3; color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 12px; font-weight: bold; }
.pc-plan-name { margin-top: 20px; font-size: 24px; font-weight: bold; }
.pc-headline { font-size: 16px; color: #666; margin-bottom: 10px; }
.pc-desc { font-size: 14px; color: #888; margin-bottom: 20px; }
.pc-price { font-size: 40px; font-weight: bold; margin-bottom: 5px; }
.pc-breakdown { font-size: 12px; color: #999; margin-bottom: 20px; min-height: 30px; }
.pc-features { list-style: none; padding: 0; margin: 0 0 30px 0; flex-grow: 1; }
.pc-features li { margin-bottom: 10px; font-size: 14px; display: flex; align-items: center; gap: 10px; }
.pc-features li i { color: #4CAF50; }
.pc-cta { display: inline-block; text-align: center; background: #000; color: #fff; padding: 15px; border-radius: 30px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: 0.3s; }
.pc-cta:hover { background: #333; }
.pc-footer { background: #f9f9f9; padding: 15px; text-align: center; font-size: 12px; color: #666; margin: 0 -30px -30px -30px; }
