@media (max-width: 1190px) {

  .screenshot-secondary,
  .screenshot-tertiary {
    display: none !important;
  }

  .screenshot-main {
    margin-top: 50px !important;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }

  .logo img,
  #footer-logo-placeholder {
    max-width: 180px;
    height: auto;
  }

  .hero .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 5px;
  }

  .hero-content {
    padding-right: 0;
    order: 1;
    width: 100%;
  }

  .hero-image {
    margin: 0 auto 30px auto;
    order: 2;
    max-width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

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

  .hero h1 {
    font-size: clamp(1.8rem, 6vw, 1.9rem);
    text-align: center;
  }

  .hero p {
    font-size: clamp(1rem, 3vw, 1rem);
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 0;
    text-align: center;
  }

  .download-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-top: -190px !important;
    flex-wrap: nowrap;
    order: 3;
  }

  .download-buttons .button .store-icon {
    margin-right: 5px;
  }

  .app-screenshots {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .screenshot-main {
    position: relative;
    width: 200px;
    height: 432px;
    margin-top: -310px !important;
    left: auto;
    transform: none;
  }

  .screenshot-secondary,
  .screenshot-tertiary {
    display: none !important;
  }

  .phone-mockup {
    display: none !important;
  }

  .section-persona {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .persona-players .container,
  .persona-team-managers .container,
  .persona-championship-organizers .container,
  .persona-location-managers .container,
  .founders-section .container {
    width: 100%;
  }

  .instagram-feed {
    gap: 20px !important;
  }

  .testimonials-container {
    gap: 20px !important;
  }

  .instagram-post,
  .testimonial {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }

  section.section-persona .button-primary {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .section-row {
    flex-direction: column;
    text-align: center;
  }

  .section-row.reverse {
    flex-direction: column;
  }

  .section-content {
    order: 2;
    max-width: 100%;
    width: 100%;
  }

  .section-content h2 {
    max-width: 100%;
  }

  .section-content p {
    max-width: 100%;
  }

  .benefit-items {
    width: 100%;
    max-width: 100%;
  }

  .benefit-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .benefit-item span {
    width: 100%;
    flex: 1;
    text-align: left;
  }

  .section-image {
    order: 1;
    margin-bottom: 40px;
  }

  .section-image img {
    width: 100%;
  }

  .badge {
    margin-left: auto;
    margin-right: auto;
  }

  .instagram-media {
    width: 100% !important;
    min-width: 100% !important;
  }

  .footer-content {
    flex-direction: column;
    gap: 3rem;
  }

  .footer-links {
    width: 100%;
    justify-content: space-between;
  }

  .tab-pane {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }

  /* Menu Mobile  */
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: var(--darkest-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links ul {
    flex-direction: column;
    width: 100%;
  }

  .nav-links li {
    margin: 15px 0;
    width: 100%;
    text-align: center;
  }

  .mobile-menu {
    display: flex !important;
    z-index: 1002;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }

  .logo img,
  #footer-logo-placeholder {
    max-width: 180px;
    height: auto;
  }

  .hero {
    padding-top: 10px;
  }

  .hero .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .hero-content {
    order: 1;
    padding-right: 0;
    margin-bottom: 0;
  }

  .hero-content h1 {
    font-size: clamp(1.5rem, 5vw, 1.7rem);
    margin-top: 60px;
  }

  .hero-image {
    order: 2;
    margin: 0 auto 30px auto;
    max-width: 333px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

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

  .app-screenshots {
    height: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .screenshot-main {
    position: relative;
    width: 200px;
    height: 364px;
    margin-top: -250px !important;
    left: auto;
    transform: none;
  }

  .download-buttons {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: -130px !important;
  }

  .features,
  .section-persona,
  .community {
    padding-top: 60px;
  }

  .section-persona {
    padding-bottom: 50px !important;
    margin-bottom: 40px;
  }

  .badge {
    display: none !important;
  }

  .feature-card {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .feature-card .card-image {
    padding: 0;
  }

  .feature-card .card-image img {
    width: 100%;
  }

  .benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .benefit-item span {
    display: block;
    text-align: left;
  }

  section.section-persona .button-primary {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .section-content h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .container .section-header h2 {
    font-size: 1.9rem;
  }

  .community .section-header h2 {
    font-size: 1.8rem;
    margin-top: 40px;
  }

  .tab-pane {
    padding: 10px 0 0 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }

  .phone-glow,
  .phone-container.animated,
  .hero-particles {
    animation: none !important;
    display: none !important;
  }

  .instagram-feed,
  .testimonials-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .logo img,
  #footer-logo-placeholder {
    max-width: 150px;
    height: auto;
  }

  .hero .download-buttons .button,
  .hero .download-buttons .button.store-badge {
    font-size: clamp(0.8rem, 2.5vw, 1rem);
    flex: 1;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .app-screenshots {
    height: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .screenshot-main {
    position: relative;
    width: 200px;
    height: 364px;
    margin-top: -250px !important;
    left: auto;
    transform: none;
  }

  .download-buttons {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: -130px !important;
  }

  .button-primary {
    padding: 6px 10px;
    font-size: 0.9rem;
  }

  .hero-image {
    order: 2;
    margin: 0 auto 30px auto;
    max-width: 335px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: -30px !important;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 5vw, 1.5rem);
    line-height: 1.3;
  }

  .hero p {
    font-size: clamp(1rem, 3vw, 1.1rem);
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: -10px;
  }

  .section-persona {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    margin-top: -20px !important;
  }

  .section-persona .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 75vh;
    padding-top: 0;
  }

  .section-content {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .section-content h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .section-content p {
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .benefit-item {
    margin-bottom: 8px;
  }

  .section-persona .button-primary {
    margin-top: auto;
    margin-bottom: 0;
    padding: 20px 24px;
    font-size: 1.1rem;
  }

  .section-image {
    margin-bottom: 50px;
  }

  .features .container .section-header h2 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }

  .features .container .section-header p {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  .instagram-media {
    width: 100%;
    min-width: 100%;
  }

  .testimonial {
    padding: 25px;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-bottom p {
    margin-bottom: 0;
  }

  .social-links {
    margin-top: 0;
  }

  .social-links a {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 420px) {

  .logo img,
  #footer-logo-placeholder {
    max-width: 130px;
    height: auto;
  }

  .hero h1 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .section-content h2 {
    font-size: 1.6rem;
  }

  .hero .download-buttons {
    gap: 6px;
    flex-wrap: nowrap;
    margin-top: 20px;
  }

  .button-primary {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 385px) {
  .hero h1 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 0.8rem;
    line-height: 1.4;
    max-width: 100%;
  }

  .hero-content {
    padding-top: 0 auto;
  }

  .hero-image {
    margin-bottom: -30px !important;
  }

  .features .container .section-header h2 {
    font-size: 1.4rem;
  }

  .section-content h2 {
    font-size: 1.6rem;
  }

  .hero .download-buttons {
    gap: 6px;
    flex-wrap: nowrap;
    margin-top: 20px;
  }

  .hero .download-buttons .button,
  .hero .download-buttons .button.store-badge {
    font-size: 0.7rem;
    padding: 6px 8px;
    flex: 1;
    white-space: nowrap;
    text-align: center;
  }
}