.cc-cost-section{margin:40px 0}.cc-cost-section h3{font-size:28px;font-weight:700;margin-bottom:20px;color:#111827}.cc-cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.cc-cost-card{display:block;background:#fff;border:2px solid #ffe2d6;border-radius:16px;padding:22px;text-decoration:none;transition:all .25s ease}.cc-cost-card:hover{transform:translateY(-4px);border-color:#FF6B35;box-shadow:0 12px 30px rgba(255,107,53,.15)}.cc-cost-card-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:10px;line-height:1.4}.cc-cost-card-text{font-size:14px;color:#6b7280;line-height:1.5}.cc-cost-card-arrow{display:inline-block;margin-top:14px;color:#FF6B35;font-weight:700}@media(max-width:768px){.cc-cost-section{margin:30px 0}.cc-cost-section h3{font-size:24px}.cc-cost-grid{grid-template-columns:1fr}}