* {box-sizing: border-box;margin: 0;padding: 0;}body {background-color: #0f0f0f;color: #f5f5f5;line-height: 1.6;}.pricing-section {padding: 60px 20px;}.container {max-width: 1200px;margin: auto;text-align: center;}.pricing-title {font-size: 2.5rem;margin-bottom: 0.5rem;}.pricing-subtitle {font-size: 1.1rem;color: #999;margin-bottom: 3rem;}.pricing-cards {display: flex;flex-wrap: wrap;gap: 2rem;justify-content: center;}.pricing-card {background-color: #1c1c1c;border-radius: 10px;padding: 2rem 1.5rem;flex: 1 1 300px;max-width: 340px;display: flex;flex-direction: column;align-items: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.pricing-card:hover {transform: translateY(-5px);box-shadow: 0 0 0 2px #f94f4f;}.pricing-card.featured {background-color: #2a2a2a;border: 2px solid #f94f4f;}.plan-name {font-size: 1.4rem;font-weight: 600;color: #f94f4f;margin-bottom: 0.75rem;}.plan-price {font-size: 2rem;font-weight: bold;margin-bottom: 1rem;}.plan-price span {display: block;font-size: 0.9rem;color: #aaa;margin-top: 0.3rem;}.plan-features {list-style: none;text-align: left;width: 100%;margin-bottom: 1.5rem;}.plan-features li {position: relative;padding: 0.5rem 0 0.5rem 1.8rem;border-bottom: 1px solid #333;font-size: 0.95rem;}.plan-features li:last-child {border-bottom: none;}.plan-features li::before {content: "✓";color: #f94f4f;font-weight: bold;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}.note {font-size: 0.8rem;color: #aaa;margin-bottom: 1rem;}.plan-button {background-color: #f94f4f;color: #fff;border: none;padding: 0.75rem 1.5rem;border-radius: 4px;font-weight: 600;cursor: pointer;transition: background 0.3s ease;}.plan-button:hover {background-color: #ff6666;}.disclaimer {margin-top: 3rem;font-size: 0.85rem;color: #777;}@media (max-width: 900px) {.pricing-cards {flex-direction: column;align-items: center;}}.comparison-section {max-width: 1200px;margin: 0 auto 3rem auto;padding: 0 1rem;}.comparison-table-wrapper {width: 100%;overflow-x: auto;}.comparison-table {width: 100%;border-collapse: collapse;min-width: 600px;background: #1e1e1e;border: 1px solid #333;margin: 10px 0;border-radius: 8px;overflow: hidden;}.comparison-table thead tr {background-color: #2c2c2c;}.comparison-table th {padding: 1rem;text-align: center;font-weight: 600;color: #f0f0f0;font-size: 1rem;border-bottom: 1px solid #444;}.comparison-table td {padding: 0.9rem 1rem;border-bottom: 1px solid #333;color: #ddd;text-align: center;font-size: 0.95rem;}.comparison-table td:first-child {font-weight: 500;color: #f8f8f8;min-width: 180px;}.comparison-table .check {color: #4caf50;font-size: 1.2rem;text-align: center;}.comparison-table .cross {color: #f44336;font-size: 1.2rem;text-align: center;}.comparison-table td strong {color: #fff;}.comparison-title {font-size: 2rem;text-align: center;margin: 1rem 0 0.3rem 0;color: #fff;}.comparison-subtitle {text-align: center;font-size: 1rem;color: #aaa;margin-bottom: 1.5rem;}@media (max-width: 768px) {.comparison-table td, .comparison-table th {font-size: 0.9rem;padding: 0.7rem;}}@media (max-width: 480px) {.comparison-title {font-size: 1.6rem;}.comparison-subtitle {font-size: 0.9rem;}}.faq-section {max-width: 1000px;margin: 0 auto 4rem auto;padding: 0 1rem;}.faq-title {font-size: 40px;font-weight: 600;text-align: center;margin-bottom: 20px;color: #c91a17;}.faq-item {border-radius: 10px;margin-bottom: 1rem;overflow: hidden;background-color: #222;}.faq-question {width: 100%;background: none;border: none;padding: 1.2rem 1.5rem;font-size: 1.1rem;color: #fff;text-align: left;cursor: pointer;font-weight: 600;position: relative;transition: background-color 0.3s ease;}.faq-question.active{color: #c91a17;}.faq-question:hover {background-color: #333;}.faq-question::after {content: "+";position: absolute;right: 1.5rem;font-size: 1.3rem;transition: transform 0.3s ease, color 0.3s ease;color: white;}.faq-question.active::after {content: "−";color: #c91a17;transform: rotate(180deg);}.faq-answer {max-height: 0;overflow: hidden;padding: 0 1.5rem;background-color: #222;transition: max-height 0.4s ease, padding 0.3s ease;}.faq-answer p {font-size: 0.95rem;color: #fff;line-height: 1.6;padding: 1rem 0;}.three-cards-section {max-width: 1200px;margin: 0 auto;padding: 2rem 1rem;display: flex;flex-wrap: wrap;gap: 1.5rem;justify-content: center;}.card {background: #222;border-radius: 12px;width: 100%;max-width: 300px;height: 350px;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;padding: 20px;justify-content: center;align-items: center;flex-direction: column;}.card:hover {transform: translateY(-5px);}.card img {width: 90%;height: auto;object-fit: cover;}.card p {font-size: 1rem;padding: 1rem;color: #fff;text-align: center;flex-grow: 1;}.card span {display: block;padding: 0 1rem 1rem;color: #c91a17;font-weight: 500;text-align: center;font-size: 0.95rem;cursor: pointer;transition: color 0.3s;}.card span:hover {color: white;}