@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #333333;
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: #007cba;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #005a87;
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.25rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, ol {
  list-style: none;
  padding: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

input, textarea, select {
  border: none;
  outline: none;
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  line-height: 1.4;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #007cba;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #005a87;
  text-decoration: underline;
}
a:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
ul li, ol li {
  margin-bottom: 0.25rem;
  line-height: normal;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #007cba;
  background-color: #f8f9fa;
  font-style: italic;
  font-size: 18px;
}
blockquote p {
  margin-bottom: 0.5rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 14px;
  color: #666666;
  font-style: normal;
}
blockquote cite::before {
  content: "— ";
}

code {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.9em;
  background-color: #f8f9fa;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  color: #333333;
}

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
pre code {
  background: none;
  padding: 0;
  border-radius: 0;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

small, .small {
  font-size: 14px;
  color: #666666;
}

.large {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #666666;
}

.text-primary {
  color: #007cba;
}

.text-secondary {
  color: #005a87;
}

.text-success {
  color: #28a745;
}

.text-warning {
  color: #ffc107;
}

.text-error {
  color: #dc3545;
}

.leading-tight {
  line-height: 1.2;
}

.leading-normal {
  line-height: 1.6;
}

.leading-relaxed {
  line-height: 1.8;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

body {
  background-color: #000;
  background-image: url("/wp-content/uploads/2025/08/mnf_bg.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
  color: #fff;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  pointer-events: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 1000;
}
.skip-link:focus {
  top: 6px;
}

*:focus {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.aspect-ratio-16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio-4-3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.aspect-ratio-4-3 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  opacity: 0.6;
  pointer-events: none;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  border-top-color: #ffd700;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out ease-in-out forwards;
}

.slide-up {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.3s ease-in-out ease-out forwards;
}

@media print {
  .site-navigation,
  .site-footer,
  .btnsignup,
  .hero-actions {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    padding-top: 0 !important;
  }
  .container {
    max-width: none !important;
    padding: 0 !important;
  }
}
.hero-section {
  margin-top: 2rem;
  text-align: center;
}
.hero-section h1 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.hero-section p {
  font-size: 1.1rem;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.site-navigation.scrolled {
  background: rgba(0, 0, 0, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.site-navigation .navigation-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.site-navigation .site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-navigation .site-branding .site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-navigation .site-branding .site-logo a {
  display: block;
  line-height: 0;
}
.site-navigation .site-branding .site-logo .custom-logo {
  height: auto;
  max-height: 50px;
  width: auto;
  display: block;
}
@media (max-width: 575px) {
  .site-navigation .site-branding .site-logo .custom-logo {
    max-height: 40px;
  }
}
.site-navigation .site-branding .site-logo svg {
  width: 24px;
  height: 24px;
  fill: #000;
}
.site-navigation .site-branding .site-title {
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}
.site-navigation .site-branding .site-title a {
  color: inherit;
  text-decoration: none;
}
.site-navigation .site-branding .site-title a:hover {
  color: #ffd700;
}
.site-navigation .site-branding .site-description {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0;
  max-width: 300px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .site-navigation .site-branding .site-description {
    display: none;
  }
}
.site-navigation .main-navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-navigation .main-navigation .nav-menu {
    display: none !important;
  }
  .site-navigation .main-navigation .btnsignup {
    display: none !important;
  }
}
.site-navigation .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .site-navigation .main-navigation .nav-menu {
    display: none !important;
  }
}
.site-navigation .main-navigation .nav-menu li {
  position: relative;
}
.site-navigation .main-navigation .nav-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.15s ease-in-out;
  display: block;
}
.site-navigation .main-navigation .nav-menu li a:hover {
  color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
}
.site-navigation .main-navigation .nav-menu li a:focus {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}
.site-navigation .main-navigation .nav-menu li.current-menu-item > a, .site-navigation .main-navigation .nav-menu li.current-page-ancestor > a {
  color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 0.25rem;
  font-size: 0.8em;
  transition: transform 0.15s ease-in-out;
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.15s ease-in-out;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children .sub-menu li a {
  padding: 1rem;
  border-radius: 0;
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children .sub-menu li a:hover {
  background: rgba(255, 215, 0, 0.1);
}
.site-navigation .main-navigation .nav-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-navigation .main-navigation .btnsignup {
  background: #ffd700;
  color: #000;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  margin-left: 1.5rem;
}
@media (max-width: 991px) {
  .site-navigation .main-navigation .btnsignup {
    display: none !important;
  }
}
.site-navigation .main-navigation .btnsignup:hover {
  background: #ffed4e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}
.site-navigation .main-navigation .btnsignup:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.site-navigation .menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .site-navigation .menu-toggle {
    display: flex !important;
  }
}
.site-navigation .menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.site-navigation .menu-toggle:focus {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}
.site-navigation .menu-toggle .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.site-navigation .menu-toggle .hamburger::before, .site-navigation .menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
.site-navigation .menu-toggle .hamburger::before {
  top: -8px;
}
.site-navigation .menu-toggle .hamburger::after {
  bottom: -8px;
}
.site-navigation .menu-toggle.active .hamburger {
  background: transparent;
}
.site-navigation .menu-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.site-navigation .menu-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}

@media (max-width: 991px) {
  .site-navigation .navigation-container {
    height: 70px;
    padding: 0 1rem;
  }
  .site-navigation .site-branding .site-title {
    font-size: 1.2rem;
  }
  .site-navigation .site-branding .site-description {
    display: none;
  }
  .site-navigation .main-navigation .nav-menu {
    display: none !important;
  }
  .site-navigation .main-navigation .btnsignup {
    display: none !important;
  }
  .site-navigation .main-navigation .menu-toggle {
    display: flex !important;
    z-index: 10;
  }
  .site-navigation .site-branding {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .site-navigation .main-navigation {
    position: relative;
  }
  .site-navigation .main-navigation .menu-toggle {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: flex !important;
  }
  .site-navigation .main-navigation .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    z-index: 1000;
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    margin: 0;
  }
  .site-navigation .main-navigation .nav-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-navigation .main-navigation .nav-menu li:last-child {
    border-bottom: none;
  }
  .site-navigation .main-navigation .nav-menu li a {
    padding: 1rem;
    border-radius: 0;
    text-align: center;
  }
  .site-navigation .main-navigation .nav-menu li .sub-menu {
    position: static;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-navigation .main-navigation .nav-menu li .sub-menu li a {
    padding-left: 2rem;
  }
  .site-navigation .main-navigation.nav-open .nav-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .site-navigation .main-navigation .btnsignup {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1001;
  }
  .site-navigation .main-navigation.nav-open .btnsignup {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .site-navigation .navigation-container {
    padding: 0 1.5rem;
  }
  .site-navigation .main-navigation .nav-menu {
    gap: 1rem;
  }
}
body {
  padding-top: 80px;
}
@media (max-width: 575px) {
  body {
    padding-top: 70px;
  }
}

html {
  scroll-behavior: smooth;
}

.site-footer {
  padding: 2rem 0;
  margin-top: auto;
  text-align: center;
}
.site-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.site-footer .footer-description {
  text-align: center;
}
.site-footer .footer-description p {
  color: #a0a0a0;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}
.site-footer .footer-widgets .widget {
  margin-bottom: 1.5rem;
}
.site-footer .footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.site-footer .footer-widgets .widget .widget-title {
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.site-footer .footer-widgets .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widgets .widget ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-widgets .widget ul li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.site-footer .footer-widgets .widget ul li a:hover {
  color: #ffd700;
}
.site-footer .footer-navigation .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-navigation .footer-menu li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-navigation .footer-menu li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.site-footer .footer-navigation .footer-menu li a:hover {
  color: #ffd700;
}
.site-footer .footer-info {
  text-align: center;
}
.site-footer .footer-info .site-info {
  color: #a0a0a0;
}
.site-footer .footer-info .site-info.small-text {
  color: #a0a0a0;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: center;
}

.widget-area {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}
.widget-area .widget {
  margin-bottom: 2rem;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}
.widget-area .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-area .widget ul li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-area .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area .widget ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.widget-area .widget ul li a:hover {
  color: #ffd700;
}
.widget-area .widget.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
}
.widget-area .widget.widget_search .search-form .search-field {
  flex: 1;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.widget-area .widget.widget_search .search-form .search-field:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
.widget-area .widget.widget_search .search-form .search-field::placeholder {
  color: #a0a0a0;
}
.widget-area .widget.widget_search .search-form .search-submit {
  padding: 0.5rem 1rem;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}
.widget-area .widget.widget_search .search-form .search-submit:hover {
  background: #ffed4e;
  transform: translateY(-1px);
}
.widget-area .widget.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget-area .widget.widget_calendar table th, .widget-area .widget.widget_calendar table td {
  padding: 0.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-area .widget.widget_calendar table th {
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
  font-weight: 600;
}
.widget-area .widget.widget_calendar table td {
  color: #ccc;
}
.widget-area .widget.widget_calendar table td a {
  color: #ffd700;
  text-decoration: none;
}
.widget-area .widget.widget_calendar table td a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .widget-area {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.content-area {
  padding: 2rem 0;
}
@media (max-width: 575px) {
  .content-area {
    padding: 1.5rem 0;
  }
}

.site-main {
  min-height: 60vh;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
.grid.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .grid.grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.grid.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid.grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .grid.grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.grid.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid.grid-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid.grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .grid.grid-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  transform: translateY(0);
}
.btn.btn-primary {
  background-color: #007cba;
  color: white;
}
.btn.btn-primary:hover {
  background-color: #005a87;
}
.btn.btn-secondary {
  background-color: #005a87;
  color: white;
  position: relative;
  overflow: hidden;
}
.btn.btn-secondary:hover {
  background-color: #003854;
}
.btn.btn-secondary:hover {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #000;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4), 0 0 20px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.6);
}
.btn.btn-secondary:active {
  transform: translateY(-1px) scale(1.01);
}
.btn.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.btn.btn-secondary:hover::before {
  left: 100%;
}
.btn.btn-accent {
  background-color: #ff6b35;
  color: white;
}
.btn.btn-accent:hover {
  background-color: rgb(255, 69.6336633663, 2);
}
.btn.btn-success {
  background-color: #28a745;
  color: white;
}
.btn.btn-success:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn.btn-warning {
  background-color: #ffc107;
  color: white;
}
.btn.btn-warning:hover {
  background-color: rgb(211, 158.25, 0);
}
.btn.btn-error {
  background-color: #dc3545;
  color: white;
}
.btn.btn-error:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn.btn-outline {
  background: transparent;
  border: 2px solid currentColor;
  color: #007cba;
}
.btn.btn-outline:hover {
  background: currentColor;
  color: white;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 1rem 2rem;
  font-size: 18px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btnsignup {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffd700;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}
.btnsignup:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btnsignup:active {
  transform: translateY(0);
}
.btnsignup:hover {
  background-color: #ccac00;
}
.btnsignup:hover {
  background: linear-gradient(135deg, #ffd700, #ffed4e, #fff3a0);
  color: #000;
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4), 0 0 20px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btnsignup:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.btnsignup:active {
  transform: translateY(-1px);
}
.btnsignup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.btnsignup:hover::before {
  opacity: 1;
  animation: shimmer 0.8s ease-in-out;
}
.btnsignup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  pointer-events: none;
}
.btnsignup:hover::after {
  width: 120%;
  height: 120%;
  animation: pulse 0.6s ease-out;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes pulse {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-weight: 500;
}
.form-group .form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 215, 0, 0.3);
}
.form-group .form-control:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.form-group .form-control:focus {
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
.form-group .form-control::placeholder {
  color: #a0a0a0;
}
.form-group .form-control.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.form-group .form-control.success {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}
.form-group .form-text {
  margin-top: 0.25rem;
  font-size: 14px;
  color: #a0a0a0;
}
.form-group .error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 0.25rem;
}
.form-group .success-message {
  color: #28a745;
  font-size: 14px;
  margin-top: 0.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
@media (max-width: 575px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  width: auto;
  margin: 0;
}
.form-check label {
  margin: 0;
  cursor: pointer;
}

.form-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 575px) {
  .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.search-form {
  display: flex;
  gap: 0.5rem;
}
.search-form .search-field {
  flex: 1;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 215, 0, 0.3);
}
.search-form .search-field:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.search-form .search-field:focus {
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
.search-form .search-field::placeholder {
  color: #a0a0a0;
}
.search-form .search-submit {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffd700;
  color: #000;
  white-space: nowrap;
}
.search-form .search-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.search-form .search-submit:active {
  transform: translateY(0);
}
.search-form .search-submit:hover {
  background-color: #ccac00;
}

.comment-form .comment-form-comment {
  margin-bottom: 1rem;
}
.comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-weight: 500;
}
.comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 215, 0, 0.3);
  resize: vertical;
  min-height: 120px;
}
.comment-form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.comment-form .comment-form-comment textarea:focus {
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
.comment-form .form-submit {
  margin-top: 1rem;
}
.comment-form .form-submit input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffd700;
  color: #000;
}
.comment-form .form-submit input[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.comment-form .form-submit input[type=submit]:active {
  transform: translateY(0);
}
.comment-form .form-submit input[type=submit]:hover {
  background-color: #ccac00;
}

.feature-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 1.5rem;
  transition: box-shadow 0.3s ease-in-out;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(10px);
}
.feature-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.feature-card .feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}
.feature-card h3 {
  color: #fff;
  font-family: "Audiowide", cursive;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.feature-card p {
  color: #a0a0a0;
  line-height: 1.6;
  margin: 0;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.post-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 1.5rem;
  transition: box-shadow 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.post-card .post-thumbnail {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card .post-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.post-card .post-thumbnail .fallback-logo {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 150px;
  object-fit: contain;
  padding: 1.5rem;
  opacity: 0.7;
}
.post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}
.post-card .post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-card .entry-title {
  font-family: "Audiowide", cursive;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.post-card .entry-title a {
  color: #fff;
  text-decoration: none;
}
.post-card .entry-title a:hover {
  color: #ffd700;
}
.post-card .entry-content {
  margin-top: auto;
}
.post-card .entry-content .read-more {
  display: inline-block;
  color: #ffd700;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.post-card .entry-content .read-more:hover {
  text-decoration: underline;
  color: #fff;
}

.hero-section {
  display: flex;
  align-items: center;
}
.hero-section .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}
@media (max-width: 575px) {
  .hero-section .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
    padding: 0 1rem !important;
  }
}
.hero-section .hero-text {
  text-align: left;
}
.hero-section .hero-text .hero-logo {
  margin-bottom: 1.5rem;
}
.hero-section .hero-text .hero-logo img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-logo img {
    max-width: 150px;
  }
}
.hero-section .hero-text .hero-headline,
.hero-section .hero-text h1.hero-headline,
.hero-section .hero-text .hero-text .hero-headline,
.hero-section .hero-text .hero-text h1.hero-headline {
  font-family: "Audiowide", cursive;
  font-size: 2.2rem !important;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-headline,
  .hero-section .hero-text h1.hero-headline,
  .hero-section .hero-text .hero-text .hero-headline,
  .hero-section .hero-text .hero-text h1.hero-headline {
    font-size: 1.6rem !important;
  }
}
.hero-section .hero-text .hero-section .hero-text h1,
.hero-section .hero-text .hero-section .hero-text .hero-headline,
.hero-section .hero-text .hero-section .hero-text .hero-text .hero-headline,
.hero-section .hero-text .hero-section .hero-text .hero-text h1.hero-headline {
  font-size: 2.2rem !important;
  color: #fff !important;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-section .hero-text h1,
  .hero-section .hero-text .hero-section .hero-text .hero-headline,
  .hero-section .hero-text .hero-section .hero-text .hero-text .hero-headline,
  .hero-section .hero-text .hero-section .hero-text .hero-text h1.hero-headline {
    font-size: 1.6rem !important;
  }
}
.hero-section .hero-text .hero-section .hero-text h1 p,
.hero-section .hero-text .hero-section .hero-text .hero-headline p,
.hero-section .hero-text .hero-section .hero-text .hero-text .hero-headline p,
.hero-section .hero-text .hero-section .hero-text .hero-text h1.hero-headline p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.hero-section .hero-text .hero-subtitle,
.hero-section .hero-text .hero-subtitle-2,
.hero-section .hero-text span.hero-subtitle,
.hero-section .hero-text span.hero-subtitle-2 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem !important;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  display: block;
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-subtitle,
  .hero-section .hero-text .hero-subtitle-2,
  .hero-section .hero-text span.hero-subtitle,
  .hero-section .hero-text span.hero-subtitle-2 {
    font-size: 2rem !important;
  }
}
.hero-section .hero-text .hero-subtitle-2 {
  margin-bottom: 1.5rem;
}
.hero-section .hero-text .hero-description {
  font-size: 1.1rem;
  color: #a0a0a0;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 500px;
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-description {
    font-size: 1rem;
    max-width: 100%;
  }
}
.hero-section .hero-text .hero-actions {
  margin-top: 1.5rem;
}
.hero-section .hero-text .hero-actions .btnsignup {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-section .hero-text .hero-actions .hero-button-subtitle {
  font-size: 0.9rem;
  color: #a0a0a0;
  margin-top: 1rem;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.4;
  max-width: 400px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.hero-section .hero-text .hero-actions .hero-button-subtitle::before {
  content: "✓";
  color: #4ade80;
  font-weight: bold;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-actions .hero-button-subtitle {
    font-size: 0.85rem;
    max-width: 100%;
    gap: 6px;
  }
  .hero-section .hero-text .hero-actions .hero-button-subtitle::before {
    font-size: 0.9rem;
  }
}
.hero-section .hero-text .hero-actions .app-store-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.hero-section .hero-text .hero-actions .app-store-buttons .app-store-button,
.hero-section .hero-text .hero-actions .app-store-buttons .play-store-button {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:hover,
.hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:active,
.hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:active {
  transform: translateY(0);
}
.hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
.hero-section .hero-text .hero-actions .app-store-buttons .play-store-img {
  height: auto;
  max-width: 180px;
  width: auto;
  display: block;
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
  .hero-section .hero-text .hero-actions .app-store-buttons .play-store-img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-text .hero-actions .app-store-buttons {
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
.hero-section .hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-image .hero-app-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .hero-section .hero-image .hero-app-image {
    max-width: 80%;
  }
}
.hero-section .hero-image .placeholder-image {
  width: 100%;
  min-height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 215, 0, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-image .placeholder-image p {
  color: #a0a0a0;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 575px) {
  .hero-section .hero-image .placeholder-image {
    min-height: 300px;
  }
}

.btnsignup {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffd700;
  color: #000;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.btnsignup:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btnsignup:active {
  transform: translateY(0);
}
.btnsignup:hover {
  background-color: #ccac00;
}

.secondary-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  color: #fff;
  border: 2px solid #ffd700;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.secondary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.secondary-button:active {
  transform: translateY(0);
}
.secondary-button:hover {
  background: #ffd700;
  color: #000;
}

.feature-grid-section {
  padding: 3rem 0;
}
.feature-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.feature-grid-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .feature-grid-section .feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .feature-grid-section .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .feature-grid-section .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-grid-section .feature-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  border: 1px solid #434342;
}
.feature-grid-section .feature-card:hover {
  transform: translateY(-5px);
}
.feature-grid-section .feature-card .feature-icon {
  font-size: 3rem !important;
  color: #ffd700;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}
.feature-grid-section .feature-card h3 {
  font-family: "Audiowide", cursive;
  font-size: 1.1rem;
  color: var(--text-color);
  margin-bottom: 0.75rem;
}
.feature-grid-section .feature-card p {
  font-size: 0.95rem;
  color: #a0a0a0;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .feature-grid-section {
    padding: 2rem 0;
  }
}

.partners {
  padding: 2rem 0;
}
.partners .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.partners .partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.partners .partner-logos img {
  filter: grayscale(100%) brightness(0.8);
  max-height: 60px;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.partners .partner-logos img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .partners {
    padding: 1.5rem 0;
  }
  .partners .partner-logos {
    gap: 1.5rem;
  }
  .partners .partner-logos img {
    max-height: 50px;
  }
}

.audience-section {
  padding: 3rem 0;
}
.audience-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.audience-section .audience-header {
  text-align: center;
  margin-bottom: 3rem;
}
.audience-section .audience-header h2 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .audience-section .audience-header h2 {
    font-size: 2rem;
  }
}
.audience-section .audience-header .audience-subtitle {
  font-size: 1.2rem;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .audience-section .audience-header .audience-subtitle {
    font-size: 1.1rem;
  }
}
.audience-section .audience-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .audience-section .audience-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .audience-section .audience-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.audience-section .audience-card {
  align-items: center;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 550px;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(67, 67, 66);
  border-image: initial;
  border-radius: 12px;
  overflow: hidden;
  padding: 2rem;
  transition: transform 0.3s;
  text-align: center;
}
.audience-section .audience-card .phone-mockup {
  margin-bottom: 1.5rem;
  position: relative;
}
.audience-section .audience-card .phone-mockup .phone-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-container {
  display: flex;
  transition: transform 0.3s ease;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-container .phone-slide {
  min-width: 100%;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-container .phone-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 10px;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-nav button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  opacity: 0;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-dots .phone-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-dots .phone-slider-dot.active {
  background: #ffd700;
  transform: scale(1.2);
}
.audience-section .audience-card .phone-mockup .phone-slider .phone-slider-dots .phone-slider-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}
.audience-section .audience-card .phone-mockup .phone-slider:hover .phone-slider-nav button {
  opacity: 1;
}
.audience-section .audience-card .phone-mockup .placeholder-phone {
  width: 100%;
  min-height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audience-section .audience-card .phone-mockup .placeholder-phone p {
  color: #a0a0a0;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
.audience-section .audience-card .audience-content .audience-title {
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.audience-section .audience-card .audience-content .audience-title .highlight {
  color: #ffd700;
}
@media (max-width: 575px) {
  .audience-section .audience-card .audience-content .audience-title {
    font-size: 1.3rem;
  }
}
.audience-section .audience-card .audience-content .audience-description {
  font-size: 1rem;
  color: #a0a0a0;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .audience-section .audience-card .audience-content .audience-description {
    font-size: 0.95rem;
    max-width: 100%;
  }
}
.audience-section .audience-card .audience-content .audience-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.audience-section .audience-card .audience-content .audience-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
}
.audience-section .audience-card .audience-content .audience-features li .checkmark {
  color: #ffd700;
  font-weight: bold;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.audience-section .audience-card .audience-content .audience-button {
  margin-top: auto;
  padding-top: 1.5rem;
}
.audience-section .audience-card .audience-content .audience-button .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
  text-decoration: none;
  border: 1px solid #ffd700;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.audience-section .audience-card .audience-content .audience-button .btn:hover {
  background: #ffd700;
  color: #1a1a1a;
  transform: translateY(-2px);
}
.audience-section .additional-images-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.audience-section .additional-images-slider .slider-container {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}
.audience-section .additional-images-slider .slider-container .slider-slide {
  min-width: 100%;
  transition: transform 0.3s ease;
}
.audience-section .additional-images-slider .slider-container .slider-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.audience-section .additional-images-slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.audience-section .additional-images-slider .slider-nav button {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.audience-section .additional-images-slider .slider-nav button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}
@media (max-width: 575px) {
  .audience-section {
    padding: 2rem 0;
  }
  .audience-section .audience-header {
    margin-bottom: 2rem;
  }
  .audience-section .audience-header h2 {
    font-size: 2rem;
  }
  .audience-section .audience-cards {
    margin-bottom: 2rem;
  }
  .audience-section .additional-images-slider .slider-nav button {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }
}

.faq-section {
  padding: 3rem 0;
}
.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.faq-section .faq-heading {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .faq-section .faq-heading {
    font-size: 2rem;
  }
}
.faq-section .faq-grid {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .faq-section .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .faq-section .faq-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 992px) {
  .faq-section .faq-grid {
    grid-template-columns: 1fr !important;
  }
}
.faq-section .faq-item {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(67, 67, 66);
  border-image: initial;
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.3s;
}
.faq-section .faq-item h3 {
  font-family: "Audiowide", cursive;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .faq-section .faq-item h3 {
    font-size: 1.1rem;
  }
}
.faq-section .faq-item p {
  font-size: 1rem;
  color: #a0a0a0;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 575px) {
  .faq-section .faq-item p {
    font-size: 0.95rem;
  }
}
.faq-section .faq-item:hover {
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .faq-section {
    padding: 2rem 0;
  }
}

.features-section {
  margin: 3rem 0;
}
.features-section h2 {
  text-align: center;
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .features-section h2 {
    font-size: 2rem;
  }
}

.latest-posts {
  margin: 3rem 0;
}
.latest-posts h2 {
  text-align: center;
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .latest-posts h2 {
    font-size: 2rem;
  }
}

.coaches-hero-section,
.players-hero-section,
.parents-hero-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  position: relative;
}
.coaches-hero-section .hero-content,
.players-hero-section .hero-content,
.parents-hero-section .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 575px) {
  .coaches-hero-section .hero-content,
  .players-hero-section .hero-content,
  .parents-hero-section .hero-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.coaches-hero-section .hero-text h1,
.players-hero-section .hero-text h1,
.parents-hero-section .hero-text h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  color: #ffd700;
  margin-bottom: 1rem;
  font-family: "Audiowide", cursive;
}
.coaches-hero-section .hero-text p,
.players-hero-section .hero-text p,
.parents-hero-section .hero-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.coaches-hero-section .hero-text .hero-actions,
.players-hero-section .hero-text .hero-actions,
.parents-hero-section .hero-text .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .coaches-hero-section .hero-text .hero-actions,
  .players-hero-section .hero-text .hero-actions,
  .parents-hero-section .hero-text .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.coaches-hero-section .hero-text .hero-actions .app-store-buttons,
.players-hero-section .hero-text .hero-actions .app-store-buttons,
.parents-hero-section .hero-text .hero-actions .app-store-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button,
.players-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button,
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button,
.players-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:hover,
.players-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:hover,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:hover,
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:hover,
.players-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:hover,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:active,
.players-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:active,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .app-store-button:active,
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:active,
.players-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:active,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .play-store-button:active {
  transform: translateY(0);
}
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
.players-hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
.coaches-hero-section .hero-text .hero-actions .app-store-buttons .play-store-img,
.players-hero-section .hero-text .hero-actions .app-store-buttons .play-store-img,
.parents-hero-section .hero-text .hero-actions .app-store-buttons .play-store-img {
  height: auto;
  max-width: 180px;
  width: auto;
  display: block;
}
@media (max-width: 575px) {
  .coaches-hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
  .players-hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
  .parents-hero-section .hero-text .hero-actions .app-store-buttons .app-store-img,
  .coaches-hero-section .hero-text .hero-actions .app-store-buttons .play-store-img,
  .players-hero-section .hero-text .hero-actions .app-store-buttons .play-store-img,
  .parents-hero-section .hero-text .hero-actions .app-store-buttons .play-store-img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .coaches-hero-section .hero-text .hero-actions .app-store-buttons,
  .players-hero-section .hero-text .hero-actions .app-store-buttons,
  .parents-hero-section .hero-text .hero-actions .app-store-buttons {
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
.coaches-hero-section .hero-text .hero-actions .hero-button-subtitle,
.players-hero-section .hero-text .hero-actions .hero-button-subtitle,
.parents-hero-section .hero-text .hero-actions .hero-button-subtitle {
  font-size: 0.9rem;
  color: #a0a0a0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.4;
  max-width: 400px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.coaches-hero-section .hero-text .hero-actions .hero-button-subtitle::before,
.players-hero-section .hero-text .hero-actions .hero-button-subtitle::before,
.parents-hero-section .hero-text .hero-actions .hero-button-subtitle::before {
  content: "✓";
  color: #4ade80;
  font-weight: bold;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (max-width: 575px) {
  .coaches-hero-section .hero-text .hero-actions .hero-button-subtitle,
  .players-hero-section .hero-text .hero-actions .hero-button-subtitle,
  .parents-hero-section .hero-text .hero-actions .hero-button-subtitle {
    font-size: 0.85rem;
    max-width: 100%;
    gap: 6px;
  }
  .coaches-hero-section .hero-text .hero-actions .hero-button-subtitle::before,
  .players-hero-section .hero-text .hero-actions .hero-button-subtitle::before,
  .parents-hero-section .hero-text .hero-actions .hero-button-subtitle::before {
    font-size: 0.9rem;
  }
}
.coaches-hero-section .hero-image,
.players-hero-section .hero-image,
.parents-hero-section .hero-image {
  text-align: center;
}
.coaches-hero-section .hero-image img,
.players-hero-section .hero-image img,
.parents-hero-section .hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.coaches-hero-section .hero-image .placeholder-hero-image,
.players-hero-section .hero-image .placeholder-hero-image,
.parents-hero-section .hero-image .placeholder-hero-image {
  width: 100%;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.video-showcase {
  padding: 3rem 0;
}
.video-showcase .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.video-showcase .wp-block-video {
  max-width: 80%;
  margin: 0 auto 1.5rem auto;
}
.video-showcase .wp-block-video video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.video-showcase .wp-block-video video[preload] {
  preload: metadata;
}
.video-showcase .wp-block-group,
.video-showcase .wp-block-heading,
.video-showcase .wp-block-paragraph {
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .video-showcase {
    padding: 2rem 0;
  }
}

.post-navigation {
  margin: 2rem 0;
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  backdrop-filter: blur(10px);
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.4);
  transform: translateY(-2px);
}
.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
  display: block;
  font-size: 14px;
  color: #a0a0a0;
  margin-bottom: 0.25rem;
}
.post-navigation .nav-previous .nav-title,
.post-navigation .nav-next .nav-title {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
.post-navigation .nav-next {
  text-align: right;
}
@media (max-width: 575px) {
  .post-navigation .nav-next {
    text-align: left;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  backdrop-filter: blur(10px);
}
.pagination .page-numbers:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.4);
  transform: translateY(-1px);
}
.pagination .page-numbers.current {
  background: #ffd700;
  color: #000;
  border-color: #ffd700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  padding: 0 1rem;
}

.comment-navigation {
  margin: 1.5rem 0;
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 575px) {
  .comment-navigation .nav-links {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.4);
}

.home .features-section {
  padding: 3rem 0;
}
.home .features-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.home .features-section .section-header h2 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .home .features-section .section-header h2 {
    font-size: 2rem;
  }
}
.home .features-section .section-header p {
  font-size: 1.1rem;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.home .features-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .home .features-section .feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.home .cta-section {
  text-align: center;
  padding: 3rem 0;
  background: rgba(255, 215, 0, 0.05);
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}
.home .cta-section h2 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .home .cta-section h2 {
    font-size: 2rem;
  }
}
.home .cta-section p {
  font-size: 1.1rem;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.home .cta-section .cta-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .home .cta-section .cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.about-hero-section {
  width: 100%;
  overflow: hidden;
}
.about-hero-section .hero-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
}
.about-hero-section .placeholder-hero-image {
  width: 100%;
  height: 400px;
  background-color: #ffcc00; /* Yellow background */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Crect width='1200' height='600' fill='%2300a651'/%3E%3Crect x='0' y='250' width='1200' height='100' fill='white'/%3E%3Ccircle cx='600' cy='300' r='50' fill='none' stroke='white' stroke-width='4'/%3E%3Cpath d='M0 300 L1200 300' stroke='white' stroke-width='4'/%3E%3Crect x='0' y='200' width='200' height='200' fill='none' stroke='white' stroke-width='4'/%3E%3Crect x='1000' y='200' width='200' height='200' fill='none' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  display: block;
}

.mission-section {
  background-color: #ffcc00; /* Yellow background */
  padding: 3rem 0;
  text-align: center;
}
.mission-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.mission-section h1 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 768px) {
  .mission-section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .mission-section h1 {
    font-size: 1.8rem;
  }
}
.mission-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  color: #000;
}
@media (max-width: 768px) {
  .mission-section p {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .mission-section p {
    font-size: 1rem;
  }
}

.founder-section {
  padding: 5rem 0;
  background: transparent; /* Transparent background to let body image show through */
  color: white;
  position: relative;
}
.founder-section::before {
  content: none; /* Remove the overlay */
}
.founder-section .container {
  position: relative;
  z-index: 2;
}
.founder-section .founder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.founder-section .founder-image {
  margin-bottom: 2rem;
}
.founder-section .founder-image .founder-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #ffcc00; /* Yellow border */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #ffcc00; /* Yellow background */
  position: relative;
  margin: 0 auto;
  object-fit: cover; /* For the image */
  filter: grayscale(100%); /* Black and white effect */
  transition: filter 0.3s ease;
  /* Only show emoji placeholder if it's a div (not an img) */
}
.founder-section .founder-image .founder-photo:hover {
  filter: grayscale(70%); /* Slightly less grayscale on hover */
}
.founder-section .founder-image .founder-photo:not(img)::before {
  content: "👨‍💼";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  filter: grayscale(100%); /* Black and white emoji too */
}
.founder-section .founder-text {
  color: white;
}
.founder-section .founder-text h2 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #ffcc00; /* Yellow text */
  line-height: 1.2;
}
@media (max-width: 768px) {
  .founder-section .founder-text h2 {
    font-size: 2.2rem;
  }
}
.founder-section .founder-text h3 {
  font-family: "Audiowide", cursive;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}
.founder-section .founder-text .founder-role {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  font-style: italic;
}
.founder-section .founder-text .founder-description,
.founder-section .founder-text .founder-story {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.founder-section .founder-text .founder-quote {
  font-style: italic;
  border-left: 4px solid #ffcc00; /* Yellow border */
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: white;
  margin: 2rem auto;
  max-width: 700px;
  text-align: left;
}

.values-section {
  padding: 4rem 0;
  background: transparent; /* Transparent background to let body image show through */
  position: relative;
  overflow: hidden;
}
.values-section::before {
  content: none; /* Remove the overlay */
}
.values-section::after {
  content: none; /* Remove the gradient */
}
.values-section .container {
  position: relative;
  z-index: 3;
}
.values-section .values-title {
  font-family: "Audiowide", cursive;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: white;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .values-section .values-title {
    font-size: 2rem;
  }
}
.values-section .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .values-section .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.values-section .value-card {
  background: rgba(0, 0, 0, 0.5); /* Dark semi-transparent background for contrast with white text */
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px); /* Glassy effect */
  -webkit-backdrop-filter: blur(8px); /* For Safari */
  position: relative;
  overflow: hidden;
  /* Glossy highlight effect */
  /* Make sure content is above the effects */
}
.values-section .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
  z-index: 1;
}
.values-section .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.values-section .value-card:hover::before {
  left: 100%;
}
.values-section .value-card .value-icon, .values-section .value-card h3, .values-section .value-card p {
  position: relative;
  z-index: 2;
}
.values-section .value-card .value-icon {
  margin-bottom: 1.5rem;
}
.values-section .value-card .value-icon .icon-player-focused,
.values-section .value-card .value-icon .icon-team-spirit,
.values-section .value-card .value-icon .icon-celebration {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: #ffcc00;
  color: #000;
  border: 2px solid #000;
}
.values-section .value-card .value-icon .icon-player-focused::before {
  content: "⚽";
}
.values-section .value-card .value-icon .icon-team-spirit::before {
  content: "🤝";
}
.values-section .value-card .value-icon .icon-celebration::before {
  content: "🎉";
}
.values-section .value-card h3 {
  font-family: "Audiowide", cursive;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.values-section .value-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: white;
  margin: 0;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.about-cta-section {
  padding: 4rem 0;
  background: #ffcc00; /* Yellow background to match original */
  text-align: center;
  color: #000;
  position: relative;
  overflow: hidden;
}
.about-cta-section .container {
  position: relative;
  z-index: 2;
}
.about-cta-section h2 {
  font-family: "Audiowide", cursive;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .about-cta-section h2 {
    font-size: 2rem;
  }
}
.about-cta-section p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .about-cta-section p {
    font-size: 1.1rem;
  }
}
.about-cta-section .cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .about-cta-section .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.about-cta-section .cta-buttons .btn {
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.about-cta-section .cta-buttons .btn.btn-primary {
  background: #000;
  color: #ffcc00;
}
.about-cta-section .cta-buttons .btn.btn-primary:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.about-cta-section .cta-buttons .btn.btn-secondary {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.about-cta-section .cta-buttons .btn.btn-secondary:hover {
  background: #000;
  color: #ffcc00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.about-cta-section .cta-buttons .btn.btn-secondary .instagram-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.about-cta-section .cta-buttons .btn.btn-secondary .instagram-icon::before {
  content: "📷";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.about-cta-section .cta-buttons .btn.btn-secondary:hover .instagram-icon {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .founder-section,
  .values-section,
  .about-cta-section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .founder-section .founder-content {
    text-align: left;
  }
  .values-section .values-grid {
    padding: 0 1rem;
  }
  .value-card {
    padding: 2rem 1.5rem;
  }
}
.contact-hero-section {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.contact-hero-section .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.contact-hero-section .placeholder-hero-image {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
}

.contact-form-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  position: relative;
}
.contact-form-section .contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 575px) {
  .contact-form-section .contact-content {
    grid-template-columns: 1fr;
  }
}
.contact-form-section .contact-info h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  color: #ffd700;
  margin-bottom: 1rem;
  font-family: "Audiowide", cursive;
}
.contact-form-section .contact-info .contact-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.contact-form-section .contact-methods {
  margin-top: 2rem;
}
.contact-form-section .contact-method {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contact-form-section .contact-method .method-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 215, 0, 0.2);
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-section .contact-method .method-icon.email-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/email-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-form-section .contact-method .method-icon.social-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/social-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-form-section .contact-method .method-details h3 {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
  color: #ffd700;
}
.contact-form-section .contact-method .method-details p {
  margin: 0;
}
.contact-form-section .contact-method .method-details p a {
  color: #fff;
  text-decoration: none;
}
.contact-form-section .contact-method .method-details p a:hover {
  text-decoration: underline;
  color: #ffd700;
}
.contact-form-section .social-links {
  display: flex;
  gap: 1rem;
}
.contact-form-section .social-links .social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.contact-form-section .social-links .social-link:hover {
  background-color: #ffd700;
  transform: translateY(-2px);
}
.contact-form-section .social-links .social-link.instagram::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/instagram-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-form-section .social-links .social-link.twitter::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/twitter-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-form-section .contact-form {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 2rem;
  border: 1px solid rgba(255, 215, 0, 0.15);
}
.contact-form-section .contact-form input[type=text],
.contact-form-section .contact-form input[type=email],
.contact-form-section .contact-form input[type=tel],
.contact-form-section .contact-form textarea,
.contact-form-section .contact-form select {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 15.2px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
  margin-bottom: 16px;
}
.contact-form-section .contact-form input[type=text]::placeholder,
.contact-form-section .contact-form input[type=email]::placeholder,
.contact-form-section .contact-form input[type=tel]::placeholder,
.contact-form-section .contact-form textarea::placeholder,
.contact-form-section .contact-form select::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.contact-form-section .contact-form input[type=text]:focus,
.contact-form-section .contact-form input[type=email]:focus,
.contact-form-section .contact-form input[type=tel]:focus,
.contact-form-section .contact-form textarea:focus,
.contact-form-section .contact-form select:focus {
  outline: none;
  border-color: #ffd700;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.1);
}
.contact-form-section .contact-form input[type=text]:hover,
.contact-form-section .contact-form input[type=email]:hover,
.contact-form-section .contact-form input[type=tel]:hover,
.contact-form-section .contact-form textarea:hover,
.contact-form-section .contact-form select:hover {
  border-color: rgba(255, 215, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
.contact-form-section .contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.contact-form-section .contact-form input[type=submit],
.contact-form-section .contact-form .wpcf7-submit {
  background: #ffd700;
  color: #000;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  margin-top: 8px;
}
.contact-form-section .contact-form input[type=submit]:hover,
.contact-form-section .contact-form .wpcf7-submit:hover {
  background: #ffed4e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}
.contact-form-section .contact-form input[type=submit]:active,
.contact-form-section .contact-form .wpcf7-submit:active {
  transform: translateY(0);
}
.contact-form-section .contact-form label {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 16px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: normal;
}
.contact-form-section .contact-form .wpcf7-form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}
.contact-form-section .contact-form .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 16px;
  border-radius: 12px;
  font-weight: 500;
}
.contact-form-section .contact-form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: rgba(255, 107, 107, 0.1);
  border: 2px solid #ff6b6b;
  color: #ff6b6b;
}
.contact-form-section .contact-form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: rgba(76, 175, 80, 0.1);
  border: 2px solid #4caf50;
  color: #4caf50;
}
.contact-form-section .contact-form .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.contact-form-section .contact-form .custom-contact-form #form-response {
  margin-top: 1rem;
}
.contact-form-section .contact-form .custom-contact-form #form-response .success-message {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid #28a745;
  color: #28a745;
  padding: 0.5rem;
  border-radius: 4px;
}
.contact-form-section .contact-form .custom-contact-form #form-response .error-message {
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid #dc3545;
  color: #dc3545;
  padding: 0.5rem;
  border-radius: 4px;
}

.faq-section {
  padding: 3rem 0;
  background: transparent;
  position: relative;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.faq-section .faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.faq-section .faq-item {
  background-color: transparent;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(255, 215, 0, 0.2);
}
.faq-section .faq-item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, 0.4);
}
.faq-section .faq-item h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 700;
  font-family: "Audiowide", cursive;
  line-height: 1.4;
}
.faq-section .faq-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.parents-features-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  position: relative;
}
.parents-features-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.parents-features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 575px) {
  .parents-features-section .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.parents-features-section .feature-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  transition: all 0.3s ease;
}
.parents-features-section .feature-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.parents-features-section .feature-item .feature-icon {
  margin-bottom: 1rem;
}
.parents-features-section .feature-item .feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.parents-features-section .feature-item h3 {
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
}
.parents-features-section .feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.parents-gallery-section {
  padding: 3rem 0;
  background: transparent;
}
.parents-gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .parents-gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.parents-gallery-section .gallery-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.parents-gallery-section .gallery-item:hover {
  transform: scale(1.02);
}
.parents-gallery-section .gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.parents-gallery-section .gallery-item .placeholder-image {
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.parents-detailed-features-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.parents-detailed-features-section .container {
  max-width: none !important;
  padding: 0 !important;
}
.parents-detailed-features-section .detailed-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .parents-detailed-features-section .detailed-features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.parents-detailed-features-section .detailed-feature {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
  display: block !important;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid #434342;
  border-radius: 12px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}
.parents-detailed-features-section .detailed-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.parents-detailed-features-section .detailed-feature .feature-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.parents-detailed-features-section .detailed-feature .feature-content .feature-carousel,
.parents-detailed-features-section .detailed-feature .feature-content .feature-text {
  width: 100%;
}
.parents-detailed-features-section .detailed-feature .feature-text {
  text-align: center;
}
.parents-detailed-features-section .detailed-feature .feature-text h3 {
  color: #ffd700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Audiowide", cursive;
  line-height: normal;
}
.parents-detailed-features-section .detailed-feature .feature-text p {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.parents-detailed-features-section .detailed-feature .feature-text .feature-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.parents-detailed-features-section .detailed-feature .feature-text .feature-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.parents-detailed-features-section .detailed-feature .feature-text .feature-benefits li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #ffd700;
  border-radius: 50%;
  color: #ffd700;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-slide {
  min-width: 100%;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 500px;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-prev,
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
  z-index: 10;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-prev:hover,
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-prev {
  left: 10px;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-next {
  right: 10px;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-dots .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.parents-detailed-features-section .detailed-feature .feature-carousel .carousel-dots .carousel-dot.active {
  background: #ffd700;
}

.parents-faq-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.parents-faq-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.parents-faq-section .faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.parents-faq-section .faq-item {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}
.parents-faq-section .faq-item .faq-question {
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.parents-faq-section .faq-item .faq-question:hover {
  background: rgba(255, 215, 0, 0.1);
}
.parents-faq-section .faq-item .faq-question h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
  color: #ffd700;
}
.parents-faq-section .faq-item .faq-question .faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
  transition: transform 0.3s ease;
}
.parents-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.parents-faq-section .faq-item .faq-answer.active {
  max-height: 200px;
}
.parents-faq-section .faq-item .faq-answer p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.parents-testimonials-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.parents-testimonials-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.parents-testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .parents-testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.parents-testimonials-section .testimonial-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease;
}
.parents-testimonials-section .testimonial-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
}
.parents-testimonials-section .testimonial-item .testimonial-avatar {
  margin-bottom: 1rem;
}
.parents-testimonials-section .testimonial-item .testimonial-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.parents-testimonials-section .testimonial-item .testimonial-avatar .placeholder-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.2);
  margin: 0 auto;
}
.parents-testimonials-section .testimonial-item blockquote {
  margin: 0 0 1rem;
  background: transparent;
  background-color: transparent;
  border-left: none;
}
.parents-testimonials-section .testimonial-item blockquote p {
  margin: 0;
  font-style: italic;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.parents-testimonials-section .testimonial-item cite {
  font-style: normal;
  color: #ffd700;
  font-size: 12px;
  font-weight: 500;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.parents-final-cta-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  text-align: center;
}
.parents-final-cta-section h2 {
  margin-bottom: 1rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.parents-final-cta-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.parents-final-cta-section .cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .parents-final-cta-section .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.parents-final-cta-section .cta-actions .btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.parents-final-cta-section .cta-actions .btn.btn-primary {
  background: #ffd700;
  color: #000;
  border: none;
}
.parents-final-cta-section .cta-actions .btn.btn-primary:hover {
  background: #ffed4e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}
.parents-final-cta-section .cta-actions .btn.btn-secondary {
  background: transparent;
  color: #ffd700;
  border: 2px solid #ffd700;
}
.parents-final-cta-section .cta-actions .btn.btn-secondary:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: translateY(-1px);
}

.coaches-features-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  position: relative;
}
.coaches-features-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.coaches-features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 575px) {
  .coaches-features-section .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.coaches-features-section .coaches-3-step-plan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .coaches-features-section .coaches-3-step-plan {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .coaches-features-section .coaches-3-step-plan {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.coaches-features-section .coaches-3-step-plan .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}
.coaches-features-section .coaches-3-step-plan .step-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.coaches-features-section .coaches-3-step-plan .step-item .step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffd700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Audiowide", cursive;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.coaches-features-section .coaches-3-step-plan .step-item .step-content {
  flex: 1;
}
.coaches-features-section .coaches-3-step-plan .step-item .step-content h3 {
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
}
.coaches-features-section .coaches-3-step-plan .step-item .step-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.coaches-features-section .feature-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  transition: all 0.3s ease;
}
.coaches-features-section .feature-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.coaches-features-section .feature-item .feature-icon {
  margin-bottom: 1rem;
}
.coaches-features-section .feature-item .feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.coaches-features-section .feature-item h3 {
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
}
.coaches-features-section .feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.coaches-detailed-features-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.coaches-detailed-features-section .container {
  max-width: none !important;
  padding: 0 !important;
}
.coaches-detailed-features-section .section-heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.coaches-detailed-features-section .detailed-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .coaches-detailed-features-section .detailed-features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .coaches-detailed-features-section .detailed-features-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.coaches-detailed-features-section .detailed-feature {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
  display: block !important;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid #434342;
  border-radius: 12px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}
.coaches-detailed-features-section .detailed-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.coaches-detailed-features-section .detailed-feature .feature-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.coaches-detailed-features-section .detailed-feature .feature-content .feature-carousel,
.coaches-detailed-features-section .detailed-feature .feature-content .feature-text {
  width: 100%;
}
.coaches-detailed-features-section .detailed-feature .feature-text {
  text-align: center;
}
.coaches-detailed-features-section .detailed-feature .feature-text h3 {
  color: #ffd700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Audiowide", cursive;
  line-height: normal;
}
.coaches-detailed-features-section .detailed-feature .feature-text p {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.coaches-detailed-features-section .detailed-feature .feature-text .feature-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.coaches-detailed-features-section .detailed-feature .feature-text .feature-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.coaches-detailed-features-section .detailed-feature .feature-text .feature-benefits li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #ffd700;
  border-radius: 50%;
  color: #ffd700;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-slide {
  min-width: 100%;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 500px;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-prev,
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
  z-index: 10;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-prev:hover,
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-prev {
  left: 10px;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-next {
  right: 10px;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-dots .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.coaches-detailed-features-section .detailed-feature .feature-carousel .carousel-dots .carousel-dot.active {
  background: #ffd700;
}

.coaches-faq-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.coaches-faq-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.coaches-faq-section .faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.coaches-faq-section .faq-item {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}
.coaches-faq-section .faq-item .faq-question {
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.coaches-faq-section .faq-item .faq-question:hover {
  background: rgba(255, 215, 0, 0.1);
}
.coaches-faq-section .faq-item .faq-question h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
  color: #ffd700;
}
.coaches-faq-section .faq-item .faq-question .faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
  transition: transform 0.3s ease;
}
.coaches-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.coaches-faq-section .faq-item .faq-answer.active {
  max-height: 200px;
}
.coaches-faq-section .faq-item .faq-answer p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.coaches-testimonials-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.coaches-testimonials-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.coaches-testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .coaches-testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.coaches-testimonials-section .testimonial-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease;
}
.coaches-testimonials-section .testimonial-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
}
.coaches-testimonials-section .testimonial-item .testimonial-avatar {
  margin-bottom: 1rem;
}
.coaches-testimonials-section .testimonial-item .testimonial-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.coaches-testimonials-section .testimonial-item .testimonial-avatar .placeholder-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.2);
  margin: 0 auto;
}
.coaches-testimonials-section .testimonial-item blockquote {
  margin: 0 0 1rem;
  background: transparent;
  background-color: transparent;
  border-left: none;
}
.coaches-testimonials-section .testimonial-item blockquote p {
  margin: 0;
  font-style: italic;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.coaches-testimonials-section .testimonial-item cite {
  font-style: normal;
  color: #ffd700;
  font-size: 12px;
  font-weight: 500;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.coaches-final-cta-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  text-align: center;
}
.coaches-final-cta-section h2 {
  margin-bottom: 1rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.coaches-final-cta-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.coaches-final-cta-section .app-store-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.coaches-final-cta-section .app-store-buttons .app-store-button,
.coaches-final-cta-section .app-store-buttons .play-store-button {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.coaches-final-cta-section .app-store-buttons .app-store-button:hover,
.coaches-final-cta-section .app-store-buttons .play-store-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.coaches-final-cta-section .app-store-buttons .app-store-button:active,
.coaches-final-cta-section .app-store-buttons .play-store-button:active {
  transform: translateY(0);
}
.coaches-final-cta-section .app-store-buttons .app-store-img,
.coaches-final-cta-section .app-store-buttons .play-store-img {
  height: auto;
  max-width: 180px;
  width: auto;
  display: block;
}
@media (max-width: 575px) {
  .coaches-final-cta-section .app-store-buttons .app-store-img,
  .coaches-final-cta-section .app-store-buttons .play-store-img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .coaches-final-cta-section .app-store-buttons {
    gap: 0.5rem;
    justify-content: center;
  }
}
.coaches-final-cta-section .cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .coaches-final-cta-section .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.coaches-final-cta-section .cta-actions .btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.coaches-final-cta-section .cta-actions .btn.btn-secondary {
  background: transparent;
  color: #ffd700;
  border: 2px solid #ffd700;
}
.coaches-final-cta-section .cta-actions .btn.btn-secondary:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: translateY(-1px);
}

.players-benefits-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  position: relative;
}
.players-benefits-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.players-benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 575px) {
  .players-benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.players-benefits-section .benefit-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  transition: all 0.3s ease;
}
.players-benefits-section .benefit-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.players-benefits-section .benefit-item .benefit-icon {
  margin-bottom: 1rem;
}
.players-benefits-section .benefit-item .benefit-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.players-benefits-section .benefit-item h3 {
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
}
.players-benefits-section .benefit-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.players-game-types-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.players-game-types-section h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.players-game-types-section .game-types-intro {
  text-align: center;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.players-game-types-section .game-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .players-game-types-section .game-types-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.players-game-types-section .game-type-item {
  text-align: left;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  transition: all 0.3s ease;
}
.players-game-types-section .game-type-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.players-game-types-section .game-type-item h3 {
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Audiowide", cursive;
  line-height: normal;
}
.players-game-types-section .game-type-item .game-type-description {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.players-game-types-section .game-type-item .game-type-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.players-game-types-section .game-type-item .game-type-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.players-game-types-section .game-type-item .game-type-features li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #ffd700;
  border-radius: 50%;
  color: #ffd700;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.players-app-action-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.players-app-action-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.players-app-action-section .app-action-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .players-app-action-section .app-action-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.players-app-action-section .app-action-carousel-wrapper {
  width: 100%;
}
.players-app-action-section .carousel-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.players-app-action-section .carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}
.players-app-action-section .carousel-slide {
  min-width: 100%;
}
.players-app-action-section .carousel-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 600px;
  display: block;
}
.players-app-action-section .carousel-slide .placeholder-image {
  width: 100%;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.players-app-action-section .carousel-prev,
.players-app-action-section .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
  z-index: 10;
}
.players-app-action-section .carousel-prev:hover,
.players-app-action-section .carousel-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.players-app-action-section .carousel-prev {
  left: 10px;
}
.players-app-action-section .carousel-next {
  right: 10px;
}
.players-app-action-section .carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.players-app-action-section .carousel-dots .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.players-app-action-section .carousel-dots .carousel-dot.active {
  background: #ffd700;
}
.players-app-action-section .app-action-text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Audiowide", cursive;
}
.players-app-action-section .app-action-text h3 .highlight {
  color: #ffd700;
}
.players-app-action-section .app-action-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.players-app-action-section .app-action-text .app-action-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.players-app-action-section .app-action-text .app-action-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.players-app-action-section .app-action-text .app-action-features li .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid #ffd700;
  border-radius: 50%;
  color: #ffd700;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
.players-app-action-section .app-action-text .app-action-features li em {
  color: #ffd700;
  font-style: italic;
}

.players-faq-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.players-faq-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.players-faq-section .faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.players-faq-section .faq-item {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}
.players-faq-section .faq-item .faq-question {
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.players-faq-section .faq-item .faq-question:hover {
  background: rgba(255, 215, 0, 0.1);
}
.players-faq-section .faq-item .faq-question h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.3;
  color: #ffd700;
}
.players-faq-section .faq-item .faq-question .faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
  transition: transform 0.3s ease;
}
.players-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.players-faq-section .faq-item .faq-answer.active {
  max-height: 200px;
}
.players-faq-section .faq-item .faq-answer p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.players-testimonials-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
}
.players-testimonials-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.players-testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .players-testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.players-testimonials-section .testimonial-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease;
}
.players-testimonials-section .testimonial-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
}
.players-testimonials-section .testimonial-item .testimonial-avatar {
  margin-bottom: 1rem;
}
.players-testimonials-section .testimonial-item .testimonial-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.players-testimonials-section .testimonial-item .testimonial-avatar .placeholder-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.2);
  margin: 0 auto;
}
.players-testimonials-section .testimonial-item blockquote {
  margin: 0 0 1rem;
  background: transparent;
  background-color: transparent;
  border-left: none;
}
.players-testimonials-section .testimonial-item blockquote p {
  margin: 0;
  font-style: italic;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.players-testimonials-section .testimonial-item cite {
  font-style: normal;
  color: #ffd700;
  font-size: 12px;
  font-weight: 500;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.players-final-cta-section {
  padding: 3rem 0;
  background: transparent;
  color: #fff;
  text-align: center;
}
.players-final-cta-section h2 {
  margin-bottom: 1rem;
  color: #ffd700;
  font-family: "Audiowide", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.players-final-cta-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.players-final-cta-section .app-store-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.players-final-cta-section .app-store-buttons .app-store-button,
.players-final-cta-section .app-store-buttons .play-store-button {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.players-final-cta-section .app-store-buttons .app-store-button:hover,
.players-final-cta-section .app-store-buttons .play-store-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.players-final-cta-section .app-store-buttons .app-store-button:active,
.players-final-cta-section .app-store-buttons .play-store-button:active {
  transform: translateY(0);
}
.players-final-cta-section .app-store-buttons .app-store-img,
.players-final-cta-section .app-store-buttons .play-store-img {
  height: auto;
  max-width: 180px;
  width: auto;
  display: block;
}
@media (max-width: 575px) {
  .players-final-cta-section .app-store-buttons .app-store-img,
  .players-final-cta-section .app-store-buttons .play-store-img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .players-final-cta-section .app-store-buttons {
    gap: 0.5rem;
    justify-content: center;
  }
}
.players-final-cta-section .cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .players-final-cta-section .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.players-final-cta-section .cta-actions .btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.players-final-cta-section .cta-actions .btn.btn-secondary {
  background: transparent;
  color: #ffd700;
  border: 2px solid #ffd700;
}
.players-final-cta-section .cta-actions .btn.btn-secondary:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: translateY(-1px);
}

.single-post-hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
  margin-bottom: 3rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .single-post-hero {
    margin-top: 70px;
    min-height: 250px;
    height: auto;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
  }
}
.single-post-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 215, 0, 0.1) 100%);
  z-index: 1;
}
.single-post-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 215, 0, 0.03) 10px, rgba(255, 215, 0, 0.03) 20px);
  z-index: 1;
  pointer-events: none;
}
.single-post-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.single-post-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 575px) {
  .single-post-hero .container {
    padding: 0 1rem;
  }
}
.single-post-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 575px) {
  .single-post-hero .hero-content {
    min-height: auto;
    padding: 1rem 0;
  }
}
.single-post-hero .hero-category {
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .single-post-hero .hero-category {
    margin-bottom: 0.5rem;
  }
}
.single-post-hero .hero-category .category-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 215, 0, 0.2);
  border: 2px solid #ffd700;
  border-radius: 30px;
  color: #ffd700;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}
@media (max-width: 575px) {
  .single-post-hero .hero-category .category-badge {
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    border-width: 1.5px;
  }
}
.single-post-hero .hero-category .category-badge:hover {
  background: #ffd700;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}
.single-post-hero .hero-title {
  font-family: "Audiowide", cursive;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1.5rem 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.3);
  max-width: 90%;
  position: relative;
}
@media (max-width: 575px) {
  .single-post-hero .hero-title {
    font-size: 1.75rem;
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .single-post-hero .hero-title {
    font-size: 1.75rem;
  }
}
.single-post-hero .hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}
@media (max-width: 575px) {
  .single-post-hero .hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    font-size: 0.875rem;
    width: 100%;
  }
}
.single-post-hero .hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.single-post-hero .hero-meta span::after {
  content: "•";
  margin-left: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575px) {
  .single-post-hero .hero-meta span::after {
    display: none;
  }
}
.single-post-hero .hero-meta span:last-child::after {
  display: none;
}
.single-post-hero .hero-meta .hero-date {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.single-post-hero .hero-meta .hero-author a {
  color: #ffd700;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.single-post-hero .hero-meta .hero-author a:hover {
  color: #fff;
  text-decoration: underline;
}
.single-post-hero .hero-meta .hero-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 1rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}
.single-post-hero .hero-meta .hero-reading-time .reading-time-icon {
  font-size: 1rem;
}

.single-post {
  padding: 3rem 0;
}
@media (max-width: 575px) {
  .single-post {
    padding: 1.5rem 0;
  }
}
.single-post .entry-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(10px);
}
.single-post .entry-header .entry-title {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 1.5rem;
}
@media (max-width: 575px) {
  .single-post .entry-header .entry-title {
    font-size: 2rem;
  }
}
.single-post .entry-header .entry-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0 1.5rem;
}
.single-post .entry-header .entry-meta span {
  display: inline-flex;
  align-items: center;
}
.single-post .entry-header .entry-meta span:not(:last-child)::after {
  content: "•";
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.4);
}
.single-post .entry-header .entry-meta a {
  color: #ffd700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post .entry-header .entry-meta a:hover {
  color: #fff;
  text-decoration: underline;
}
.single-post .post-featured-image {
  margin-bottom: 3rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.single-post .post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .entry-content-wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .single-post .entry-content-wrapper {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
  }
}
.single-post .entry-content {
  line-height: 1.8;
  color: #333;
  font-size: 1.125rem;
}
@media (max-width: 575px) {
  .single-post .entry-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.single-post .entry-content p {
  margin-bottom: 1.5rem;
  color: #333;
}
@media (max-width: 575px) {
  .single-post .entry-content p {
    margin-bottom: 1rem;
  }
}
.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  color: #1a1a1a;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: "Audiowide", cursive;
  font-weight: 700;
}
@media (max-width: 575px) {
  .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.single-post .entry-content h2:first-child, .single-post .entry-content h3:first-child, .single-post .entry-content h4:first-child, .single-post .entry-content h5:first-child, .single-post .entry-content h6:first-child {
  margin-top: 0;
}
.single-post .entry-content h2 {
  font-size: 2rem;
  border-bottom: 2px solid #ffd700;
  padding-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .single-post .entry-content h2 {
    font-size: 1.5rem;
  }
}
.single-post .entry-content h3 {
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  .single-post .entry-content h3 {
    font-size: 1.35rem;
  }
}
.single-post .entry-content h4 {
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  .single-post .entry-content h4 {
    font-size: 1.2rem;
  }
}
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.single-post .entry-content img:first-child {
  margin-top: 0;
}
.single-post .entry-content blockquote {
  border-left: 4px solid #ffd700;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
  background: #f8f9fa;
  padding: 1.5rem 2rem;
  border-radius: 8px;
}
.single-post .entry-content blockquote p {
  margin-bottom: 0;
}
.single-post .entry-content ul, .single-post .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  color: #333;
}
.single-post .entry-content ul li, .single-post .entry-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.single-post .entry-content ul {
  list-style-type: disc;
}
.single-post .entry-content ol {
  list-style-type: decimal;
}
.single-post .entry-content a {
  color: #007cba;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.single-post .entry-content a:hover {
  color: #005a87;
}
.single-post .entry-content code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.9em;
}
.single-post .entry-content pre {
  background: #1a1a1a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.single-post .entry-content pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}
.single-post .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.single-post .entry-content table th, .single-post .entry-content table td {
  padding: 1rem;
  border: 1px solid #ddd;
  text-align: left;
}
.single-post .entry-content table th {
  background: #f8f9fa;
  font-weight: 600;
}
.single-post .entry-content .wp-block-image {
  margin: 2rem 0;
}
.single-post .entry-content .wp-block-image:first-child {
  margin-top: 0;
}
.single-post .entry-content .wp-block-quote {
  border-left: 4px solid #ffd700;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
}
.single-post .entry-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}
.single-post .entry-footer .cat-links a,
.single-post .entry-footer .tags-links a {
  color: #ffd700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post .entry-footer .cat-links a:hover,
.single-post .entry-footer .tags-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.single-post .post-navigation {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.single-post .post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .single-post .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
.single-post .post-navigation .nav-links .nav-previous a,
.single-post .post-navigation .nav-links .nav-next a {
  display: block;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-post .post-navigation .nav-links .nav-previous a:hover,
.single-post .post-navigation .nav-links .nav-next a:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.4);
  transform: translateY(-2px);
}
.single-post .post-navigation .nav-links .nav-previous .nav-subtitle,
.single-post .post-navigation .nav-links .nav-next .nav-subtitle {
  display: block;
  font-size: 0.9rem;
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.single-post .post-navigation .nav-links .nav-previous .nav-title,
.single-post .post-navigation .nav-links .nav-next .nav-title {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}
.single-post .post-navigation .nav-links .nav-next {
  text-align: right;
}
@media (max-width: 575px) {
  .single-post .post-navigation .nav-links .nav-next {
    text-align: left;
  }
}

.page:not(.single-post) .entry-content {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
.page:not(.single-post) .entry-content p {
  margin-bottom: 1rem;
}
.page:not(.single-post) .entry-content h2, .page:not(.single-post) .entry-content h3, .page:not(.single-post) .entry-content h4, .page:not(.single-post) .entry-content h5, .page:not(.single-post) .entry-content h6 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page:not(.single-post) .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.page:not(.single-post) .entry-content blockquote {
  border-left: 4px solid #ffd700;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}
.page:not(.single-post) .entry-content ul, .page:not(.single-post) .entry-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.page:not(.single-post) .entry-content ul li, .page:not(.single-post) .entry-content ol li {
  margin-bottom: 0.5rem;
}
.page:not(.single-post) .entry-content a {
  color: #ffd700;
  text-decoration: none;
}
.page:not(.single-post) .entry-content a:hover {
  text-decoration: underline;
}

.archive,
.blog,
.home.blog {
  padding: 3rem 0;
}
.archive .page-header,
.archive .blog-header,
.blog .page-header,
.blog .blog-header,
.home.blog .page-header,
.home.blog .blog-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.archive .page-header::before,
.archive .blog-header::before,
.blog .page-header::before,
.blog .blog-header::before,
.home.blog .page-header::before,
.home.blog .blog-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
  opacity: 0.6;
}
.archive .page-header .blog-header-content,
.archive .blog-header .blog-header-content,
.blog .page-header .blog-header-content,
.blog .blog-header .blog-header-content,
.home.blog .page-header .blog-header-content,
.home.blog .blog-header .blog-header-content {
  position: relative;
  z-index: 1;
}
.archive .page-header .page-title,
.archive .blog-header .page-title,
.blog .page-header .page-title,
.blog .blog-header .page-title,
.home.blog .page-header .page-title,
.home.blog .blog-header .page-title {
  font-family: "Audiowide", cursive;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  .archive .page-header .page-title,
  .archive .blog-header .page-title,
  .blog .page-header .page-title,
  .blog .blog-header .page-title,
  .home.blog .page-header .page-title,
  .home.blog .blog-header .page-title {
    font-size: 2.25rem;
  }
}
.archive .page-header .blog-header-decoration,
.archive .blog-header .blog-header-decoration,
.blog .page-header .blog-header-decoration,
.blog .blog-header .blog-header-decoration,
.home.blog .page-header .blog-header-decoration,
.home.blog .blog-header .blog-header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.archive .page-header .blog-header-decoration .decoration-line,
.archive .blog-header .blog-header-decoration .decoration-line,
.blog .page-header .blog-header-decoration .decoration-line,
.blog .blog-header .blog-header-decoration .decoration-line,
.home.blog .page-header .blog-header-decoration .decoration-line,
.home.blog .blog-header .blog-header-decoration .decoration-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
  opacity: 0.6;
}
.archive .page-header .blog-header-decoration .decoration-dot,
.archive .blog-header .blog-header-decoration .decoration-dot,
.blog .page-header .blog-header-decoration .decoration-dot,
.blog .blog-header .blog-header-decoration .decoration-dot,
.home.blog .page-header .blog-header-decoration .decoration-dot,
.home.blog .blog-header .blog-header-decoration .decoration-dot {
  width: 8px;
  height: 8px;
  background: #ffd700;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}
.archive .page-header .blog-header-subtitle,
.archive .blog-header .blog-header-subtitle,
.blog .page-header .blog-header-subtitle,
.blog .blog-header .blog-header-subtitle,
.home.blog .page-header .blog-header-subtitle,
.home.blog .blog-header .blog-header-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 1.5rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  .archive .page-header .blog-header-subtitle,
  .archive .blog-header .blog-header-subtitle,
  .blog .page-header .blog-header-subtitle,
  .blog .blog-header .blog-header-subtitle,
  .home.blog .page-header .blog-header-subtitle,
  .home.blog .blog-header .blog-header-subtitle {
    font-size: 1rem;
  }
}
.archive .page-header .archive-description,
.archive .blog-header .archive-description,
.blog .page-header .archive-description,
.blog .blog-header .archive-description,
.home.blog .page-header .archive-description,
.home.blog .blog-header .archive-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 1.5rem;
}
.archive .blog-categories,
.blog .blog-categories,
.home.blog .blog-categories {
  margin-bottom: 3rem;
  padding: 3rem 0;
}
.archive .blog-categories .categories-heading,
.blog .blog-categories .categories-heading,
.home.blog .blog-categories .categories-heading {
  font-family: "Audiowide", cursive;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .archive .blog-categories .categories-heading,
  .blog .blog-categories .categories-heading,
  .home.blog .blog-categories .categories-heading {
    font-size: 1.75rem;
  }
}
.archive .blog-categories .categories-grid,
.blog .blog-categories .categories-grid,
.home.blog .blog-categories .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .archive .blog-categories .categories-grid,
  .blog .blog-categories .categories-grid,
  .home.blog .blog-categories .categories-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .archive .blog-categories .categories-grid,
  .blog .blog-categories .categories-grid,
  .home.blog .blog-categories .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive .blog-categories .category-card,
.blog .blog-categories .category-card,
.home.blog .blog-categories .category-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.archive .blog-categories .category-card:hover,
.blog .blog-categories .category-card:hover,
.home.blog .blog-categories .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 215, 0, 0.4);
}
.archive .blog-categories .category-card .category-title,
.blog .blog-categories .category-card .category-title,
.home.blog .blog-categories .category-card .category-title {
  font-family: "Audiowide", cursive;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.archive .blog-categories .category-card .category-title a,
.blog .blog-categories .category-card .category-title a,
.home.blog .blog-categories .category-card .category-title a {
  color: #fff;
  text-decoration: none;
}
.archive .blog-categories .category-card .category-title a:hover,
.blog .blog-categories .category-card .category-title a:hover,
.home.blog .blog-categories .category-card .category-title a:hover {
  color: #ffd700;
}
.archive .blog-categories .category-card .category-description,
.blog .blog-categories .category-card .category-description,
.home.blog .blog-categories .category-card .category-description {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.archive .blog-categories .category-card .category-description p,
.blog .blog-categories .category-card .category-description p,
.home.blog .blog-categories .category-card .category-description p {
  margin: 0;
}
@media (max-width: 575px) {
  .archive .blog-categories .category-card .category-description,
  .blog .blog-categories .category-card .category-description,
  .home.blog .blog-categories .category-card .category-description {
    display: none;
  }
}
.archive .blog-categories .category-card .category-link,
.blog .blog-categories .category-card .category-link,
.home.blog .blog-categories .category-card .category-link {
  display: inline-block;
  color: #ffd700;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.archive .blog-categories .category-card .category-link:hover,
.blog .blog-categories .category-card .category-link:hover,
.home.blog .blog-categories .category-card .category-link:hover {
  text-decoration: underline;
  color: #fff;
}
.archive .posts-grid,
.blog .posts-grid,
.home.blog .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .archive .posts-grid,
  .blog .posts-grid,
  .home.blog .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .archive .posts-grid,
  .blog .posts-grid,
  .home.blog .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .archive .posts-grid,
  .blog .posts-grid,
  .home.blog .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive .posts-grid .post-card .entry-title,
.blog .posts-grid .post-card .entry-title,
.home.blog .posts-grid .post-card .entry-title {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
}
.archive .pagination,
.archive .page-numbers,
.blog .pagination,
.blog .page-numbers,
.home.blog .pagination,
.home.blog .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding: 1.5rem 0;
}
.archive .pagination .nav-links,
.archive .page-numbers .nav-links,
.blog .pagination .nav-links,
.blog .page-numbers .nav-links,
.home.blog .pagination .nav-links,
.home.blog .page-numbers .nav-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.archive .pagination a,
.archive .pagination span,
.archive .page-numbers a,
.archive .page-numbers span,
.blog .pagination a,
.blog .pagination span,
.blog .page-numbers a,
.blog .page-numbers span,
.home.blog .pagination a,
.home.blog .pagination span,
.home.blog .page-numbers a,
.home.blog .page-numbers span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.archive .pagination a:hover,
.archive .pagination span:hover,
.archive .page-numbers a:hover,
.archive .page-numbers span:hover,
.blog .pagination a:hover,
.blog .pagination span:hover,
.blog .page-numbers a:hover,
.blog .page-numbers span:hover,
.home.blog .pagination a:hover,
.home.blog .pagination span:hover,
.home.blog .page-numbers a:hover,
.home.blog .page-numbers span:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.4);
  color: #ffd700;
}
.archive .pagination a.current,
.archive .pagination span.current,
.archive .page-numbers a.current,
.archive .page-numbers span.current,
.blog .pagination a.current,
.blog .pagination span.current,
.blog .page-numbers a.current,
.blog .page-numbers span.current,
.home.blog .pagination a.current,
.home.blog .pagination span.current,
.home.blog .page-numbers a.current,
.home.blog .page-numbers span.current {
  background: rgba(255, 215, 0, 0.2);
  border-color: #ffd700;
  color: #ffd700;
}

.search .page-header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.2);
}
.search .page-header .page-title {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .search .page-header .page-title {
    font-size: 2rem;
  }
}
.search .page-header .search-form {
  max-width: 500px;
  margin: 0 auto;
}
.search .page-header .search-form .search-field {
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  color: #fff;
  font-size: 1.1rem;
}
.search .page-header .search-form .search-field:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
.search .page-header .search-form .search-field::placeholder {
  color: #a0a0a0;
}
.search .search-results .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .search .search-results .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.search .no-results {
  text-align: center;
  padding: 3rem 0;
}
.search .no-results h2 {
  font-family: "Audiowide", cursive;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}
.search .no-results p {
  color: #a0a0a0;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.search .no-results .search-suggestions {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 500px;
  margin: 0 auto;
}
.search .no-results .search-suggestions h3 {
  color: #ffd700;
  margin-bottom: 1rem;
}
.search .no-results .search-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .no-results .search-suggestions ul li {
  margin-bottom: 0.5rem;
}
.search .no-results .search-suggestions ul li a {
  color: #ccc;
  text-decoration: none;
}
.search .no-results .search-suggestions ul li a:hover {
  color: #ffd700;
}

@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
  .content-area {
    padding: 1.5rem 0;
  }
  .grid {
    gap: 1rem;
  }
  .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .hero-section {
    padding: 2rem 0;
  }
  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .hero-section .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .feature-card {
    padding: 1rem;
  }
  .feature-card .feature-icon {
    font-size: 2.5rem;
  }
  .feature-card h3 {
    font-size: 1.1rem;
  }
  .feature-card p {
    font-size: 0.95rem;
  }
  .post-card .post-thumbnail img {
    height: 150px;
  }
  .post-card .entry-title {
    font-size: 1.2rem;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .site-footer .footer-info {
    text-align: center;
  }
  .widget-area {
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .post-navigation .nav-next {
    text-align: left;
  }
  .pagination {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-navigation .main-navigation .nav-menu {
    gap: 1rem;
  }
  .hero-section h1 {
    font-size: 3rem;
  }
  .hero-section p {
    font-size: 1.2rem;
  }
  .feature-card {
    padding: 1.5rem;
  }
  .feature-card .feature-icon {
    font-size: 2.8rem;
  }
  .post-card .post-thumbnail img {
    height: 180px;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 2rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  .grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-navigation .main-navigation .nav-menu {
    gap: 1.5rem;
  }
  .feature-card {
    padding: 2rem;
  }
  .feature-card .feature-icon {
    font-size: 3rem;
  }
  .post-card .post-thumbnail img {
    height: 200px;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr auto auto;
    gap: 2rem;
  }
  .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  }
  .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .fade-in {
    animation: fadeIn 0.8s ease-out forwards;
  }
  .slide-up {
    animation: slideUp 0.8s ease-out forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/*# sourceMappingURL=main.css.map */
