
.st-pricing { background: #fff; border: 1px solid #eee; border-radius: 15px; padding: 30px; margin: 20px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.st-price-row { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid #f0f0f0; }
.st-price-val { font-weight: 800; font-size: 1.4rem; color: var(--st-color); text-align: right; }
.st-badge { background: #ff4757; color: #white; font-size: 10px; padding: 3px 8px; border-radius: 50px; vertical-align: middle; color: white; }
.st-note { font-size: 12px; color: #888; margin-top: 15px; }

.st-form-box { background: #f9f9f9; padding: 40px; border-radius: 15px; }
.st-form-box input, .st-form-box textarea { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; }
.st-btn { background: var(--st-color); color: white; border: none; padding: 15px 30px; border-radius: 50px; font-weight: bold; cursor: pointer; width: 100%; transition: opacity 0.3s; }
.st-btn:hover { opacity: 0.9; }
.st-success { color: green; font-weight: bold; margin-bottom: 20px; }

.st-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin: 40px 0; }
.st-usp { padding: 25px; background: #fff; border-radius: 12px; border-left: 4px solid var(--st-color); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.st-usp h3 { margin-bottom: 10px; font-size: 1.2rem; color: var(--st-color); }

.st-steps { display: flex; gap: 20px; flex-wrap: wrap; margin: 40px 0; }
.st-step { flex: 1; min-width: 200px; text-align: center; }
.st-step span { width: 40px; height: 40px; background: var(--st-color); color: white; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto 15px; font-weight: bold; }

.st-facts-box { background: #eef2f7; padding: 30px; border-radius: 15px; border-left: 5px solid var(--st-color); }
