.main-banner h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}

.main-banner h1 em {
    font-style: normal;
    color: #ff565b;
}

@media (max-width: 575px) {
    .main-banner h1 {
        font-size: 30px;
    }
}

.fan-disclaimer {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 15px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  z-index: 9999;
}

.fan-disclaimer strong {
  color: #664d03;
}

.content-section {
  padding: 60px 0;
}

.content-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

@media (min-width: 576px) {
  .content-section h2 {
    font-size: 34px;
    line-height: 48px;
  }
}

.content-section h2 em {
  color: #ff565b;
  font-style: normal;
}

.content-section p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.content-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.content-section ul li {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  position: relative;
  padding-left: 25px;
}

.content-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background-color: #ff565b;
  border-radius: 50%;
}

.faq-section {
  padding: 60px 0;
}

.faq-section .section-heading {
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 0;
}

.faq-item .accordion-button {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  outline: none;
  text-align: left;
  font-size: 17px;
  background-color: transparent;
  color: #2a2a2a;
  font-weight: 600;
}

.faq-item .accordion-button:not(.collapsed) {
  color: #2a2a2a;
  border-bottom: none;
  background-color: transparent;
}

.faq-item .accordion-button:focus {
  border: none;
  z-index: 0;
  box-shadow: none;
}

.faq-item .accordion-body {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  border-top: none;
}

.faq-item .accordion-body p {
  margin-bottom: 0;
}

.comparison-table {
  padding: 60px 0;
}

.comparison-table .section-heading {
  margin-bottom: 40px;
}

.comparison-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7.5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.comparison-table thead th {
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comparison-table thead th.highlight {
  background-color: #ff565b;
}

.comparison-table tbody td {
  padding: 15px 20px;
  font-size: 14px;
  color: #7a7a7a;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #2a2a2a;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody td.check-yes {
  color: #28a745;
  font-weight: 700;
  font-size: 18px;
}

.comparison-table tbody td.check-no {
  color: #dc3545;
  font-weight: 700;
  font-size: 18px;
}

.comparison-table tbody td.highlight-col {
  background-color: #fff8f8;
  font-weight: 600;
}

.testimonials-section {
  padding: 60px 0;
  background-color: #fafafa;
}

.testimonials-section .section-heading {
  margin-bottom: 50px;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 7.5px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
}

.testimonial-card .quote-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #ff565b;
  opacity: 0.2;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-card .author-info {
  margin-bottom: 20px;
}

.testimonial-card .author-info .author-name {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
}

.testimonial-card .author-info .author-role {
  font-size: 14px;
  color: #7a7a7a;
  display: block;
  margin-top: 4px;
}

.testimonial-card .stars {
  margin-bottom: 15px;
}

.testimonial-card .stars span {
  color: #ff565b;
  font-size: 16px;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 0;
}

.article-list {
  padding: 60px 0;
}

.article-card {
  background: #fff;
  border-radius: 7.5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.5s;
}

.article-card:hover {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.18);
  transform: translateY(-3px);
}

.article-card .card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.article-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.article-card:hover .card-image img {
  transform: scale(1.05);
}

.article-card .card-content {
  padding: 25px 30px 30px;
}

.article-card .card-content h4 {
  font-size: 19px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.article-card .card-content h4 a {
  color: #2a2a2a;
  transition: color 0.3s;
}

.article-card .card-content h4 a:hover {
  color: #ff565b;
}

.article-card .card-content p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.article-card .card-content .read-more {
  font-size: 14px;
  color: #ff565b;
  font-weight: 500;
  transition: all 0.3s;
}

.article-card .card-content .read-more:hover {
  color: #2a2a2a;
}

.article-page {
  padding: 60px 0;
}

.article-page h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

@media (min-width: 576px) {
  .article-page h1 {
    font-size: 38px;
  }
}

.article-page h1 em {
  color: #ff565b;
  font-style: normal;
}

.article-page h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 40px;
  margin-bottom: 15px;
}

.article-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin-top: 30px;
  margin-bottom: 12px;
}

.article-page p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 18px;
}

.article-page .article-image {
  border-radius: 7.5px;
  margin: 30px 0;
  overflow: hidden;
}

.article-page .article-image img {
  border-radius: 7.5px;
  width: 100%;
}

.article-page ul, .article-page ol {
  margin: 0 0 20px 20px;
}

.article-page ul li, .article-page ol li {
  display: list-item;
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 8px;
}

.article-page .article-meta {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article-page .article-meta span {
  margin-right: 20px;
}

.legal-page {
  padding: 60px 0;
}

.legal-page h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 40px;
  margin-bottom: 15px;
}

.legal-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin-top: 30px;
  margin-bottom: 12px;
}

.legal-page p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 18px;
}

.legal-page ul {
  margin: 0 0 20px 20px;
}

.legal-page ul li {
  display: list-item;
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 8px;
}

.contact-form-success {
  display: none;
  text-align: center;
  padding: 40px;
  background-color: #f8f9fa;
  border-radius: 7.5px;
  margin-top: 20px;
}

.contact-form-success.show {
  display: block;
}

.contact-form-success h3 {
  color: #28a745;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form-success p {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 0;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 20px 0;
  z-index: 99999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cookie-banner p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
  line-height: 1.6;
  flex: 1;
  min-width: 250px;
}

.cookie-banner p a {
  color: #ff565b;
  text-decoration: underline;
}

.cookie-banner .cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-banner .cookie-btn {
  padding: 10px 25px;
  border-radius: 7.5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.cookie-banner .cookie-accept {
  background-color: #ff565b;
  color: #ffffff;
}

.cookie-banner .cookie-accept:hover {
  background-color: #e04449;
}

.cookie-banner .cookie-decline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.cookie-banner .cookie-decline:hover {
  background-color: #ffffff;
  color: #2a2a2a;
}

.footer-legal {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-legal a {
  color: #7a7a7a;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: #ff565b;
}

.footer-fan-notice {
  background-color: rgba(255,86,91,0.1);
  border: 1px solid rgba(255,86,91,0.3);
  border-radius: 7.5px;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-fan-notice p {
  color: #ff565b;
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

.features-grid {
  padding: 60px 0;
}

.feature-item {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.feature-item .feature-icon {
  width: 70px;
  height: 70px;
  background-color: #ff565b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.feature-item .feature-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

.feature-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 0;
}

.text-content-block {
  padding: 60px 0;
}

.text-content-block .content-image {
  border-radius: 7.5px;
  overflow: hidden;
}

.text-content-block .content-image img {
  border-radius: 7.5px;
  width: 100%;
}

@media (min-width: 992px) {
  .text-content-block .content-text {
    padding-left: 50px;
  }
}

.text-content-block h2 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

@media (min-width: 576px) {
  .text-content-block h2 {
    font-size: 34px;
    line-height: 48px;
  }
}

.text-content-block h2 em {
  color: #ff565b;
  font-style: normal;
}

.text-content-block p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.breadcrumb-nav {
  padding: 15px 0;
  background-color: #fafafa;
}

.breadcrumb-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb-nav ol li {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #7a7a7a;
}

.breadcrumb-nav ol li a {
  color: #7a7a7a;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-nav ol li a:hover {
  color: #ff565b;
}

.breadcrumb-nav ol li + li::before {
  content: '/';
  margin: 0 8px;
  color: #ccc;
}

.breadcrumb-nav ol li.active {
  color: #2a2a2a;
  font-weight: 500;
}