@media screen and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 36px;
  }
  .partners-wrapper {
    gap: 30px;
  }
  .info-img img {
    margin-left: 0px;
  }
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-card:nth-child(4) {
    grid-column: 1 / span 2;
    justify-self: end;
    width: 100%;
    max-width: 350px;
  }
  .feature-card:nth-child(5) {
    grid-column: 2 / span 2;
    justify-self: start;
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {


  .hero-sec {
    padding: 120px 0 20px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-close {
    display: flex;
  }
  .main-menu {
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    height: calc(100vh - 90px);
    background: #0f0b0c;
    padding: 30px 20px;
    transform: translateX(100%);
    transition: 0.4s ease;
    z-index: 2000;
  }
  .main-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .main-menu.active {
    transform: translateX(0);
  }

  .main-menu .menu {
    flex-direction: column;
    gap: 0;
    margin-top: 60px;
    align-items: normal;
  }

  .main-menu .menu li {
    border-bottom: 1px solid #e5e5e5;
  }

  .main-menu .menu li a {
    display: block;
    padding: 18px 10px;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
  }
  .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    background: #ffff;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .info-content h3 {
    font-size: 18px;
  }
  .info-content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .info-box p {
    font-size: 12px;
  }
  .section-head h2 {
    font-size: 28px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partner-item img {
    max-width: 200px;
  }
  .bonus-image img {
    margin-left: 0;
  }
  .bonus-wrapper {
    padding: 40px 30px;
  }
  .hero-grid {
    flex-direction: row;
    gap: 20px;
  }

  .hero-content {
    flex: 1;
  }

  .hero-media {
    flex: 1;
  }

  .hero-content h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-content h2 {
    font-size: 18px;
  }

  .hero-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .primary-button a {
    font-size: 14px;
    padding: 14px 22px;
  }

  .play-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .pr-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pr-card {
    padding: 18px;
  }

  .pr-card h3 {
    font-size: 24px;
  }

  .pr-card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .register-video-sec {
    padding: 50px 0;
  }

  .reg-video-text h2 {
    font-size: 26px;
  }

  .reg-video-text > p {
    font-size: 14px;
  }

  .phone-frame {
    width: 220px;
  }

  .phone-frame video {
    height: 380px;
  }

  .reg-steps li {
    font-size: 14px;
    gap: 10px;
  }

  .header-sec {
    padding: 12px 0px;
  }

  .header-button {
    margin-left: auto;
    margin-right: 16px;
  }
  .header-button a {
    padding: 8px 16px;
  }
  .hero-sec {
    padding: 100px 0 20px;
  }

  .hero-grid {
    flex-direction: column;
  }
  .hero-content h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .hero-content h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .hero-content p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .partners-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .info-section {
    padding: 60px 0px;
  }
  .section-head {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 20px;
  }
  .section-head h2 {
    font-size: 26px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-section {
    padding: 60px 0px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-card:nth-child(4),
  .feature-card:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 100%;
  }

  .feature-card p {
    font-size: 14px;
    line-height: 24px;
  }
  .bonus-wrapper {
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 24px;
    gap: 40px;
  }
  .footer-menu {
    gap: 8px;
  }
  .menu-close {
    display: block;
    text-align: center;
  }

  .price-head {
    padding: 16px 18px;
    border-radius: 18px 18px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .price-title {
    gap: 12px;
  }

  .price-title .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .price-title h3 {
    font-size: 18px;
  }

  .price-title p {
    font-size: 12px;
  }

  .price-rate {
    font-size: 26px;
    text-align: left;
  }

  .price-rate span {
    font-size: 12px;
  }

  .price-rate small {
    font-size: 11px;
  }
  .pr-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pr-card {
    padding: 16px;
    border-radius: 14px;
  }

  .pr-card h3 {
    font-size: 22px;
  }

  .pr-card p {
    font-size: 13px;
  }
  .pricing-head h3 {
    font-size: 20px;
  }
  .prefer-grid {
    display: block;
    padding-left: 0px;
  }
  .pricing-botom {
    gap: 10px;
    margin-top: 10px;
  }
  .bonus-content h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .bonus-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .join-text {
    margin-bottom: 20px;
  }
  .free-tag {
    top: -20px;
    right: -10px;
    font-size: 16px;
  }
  .bonus-section {
    padding-top: 40px;
  }

  .prize-head h2 {
    font-size: 30px;
  }
  .star-1 {
    top: 18px;
    left: 37px;
  }
  .star-2 {
    top: 9%;
    right: 10%;
  }
  .star-3 {
    top: 15%;
    right: 13%;
  }
  .about-right {
    gap: 10px;
  }
  .info-card {
    padding: 20px;
  }
  .mission-content h2 {
    font-size: 28px;
  }
  .mission-author {
    margin-bottom: 20px;
  }
  .left-shape {
    top: 0;
    left: 0;
  }
  .right-shape {
    top: 0;
    right: 0;
  }
  .cta-section h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .footer .container {
    padding: 0px 0px;
  }
  .hero-content .primary-button {
    display: none;
  }

  .mobile-view {
    display: block !important;
    margin-top: 15px;
  }
  .pricing-button a {
    padding: 18px;
  }

  .mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
  }
  
  .mobile-sticky-cta.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-sticky-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #155dfc;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(21, 93, 252, 0.4);
  }

  body {
    padding-bottom: 70px;
  }
  .service-section .primary-button {
    display: none;
  }
  .feature-sec .primary-button {
    display: none;
  }
  .feature-sec .mobile-view {
    margin-bottom: 25px;
  }
  .service-section .mobile-view {
    margin-top: 20px;
  }
  .hero-img video {
    height: auto;
  }
  .whatsapp-float-btn {
    bottom: 90px;
  }
  .bonus-content .text-bl {
    font-size: 36px;
  }
  .badge {
    font-size: 11px;
  }
  .footer-menu {
    display: none;
  }
  .claim-btn {
    padding: 18px;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .partners-title {
    text-align: center;
  }

  /* Center align content and titles in mobile view */
  .hero-content,
  .hero-content p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .primary-button,
  .bonus-content,
  .info-content,
  .about-left,
  .mission-content,
  .pricing-head,
  .info-box {
    text-align: center;
  }

  /* Flex containers that need centering */
  .pricing-head {
    justify-content: center;
  }

  .price-title,
  .price-head {
    align-items: center;
    text-align: center;
  }

  .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Author underline centering */
  .mission-author {
    text-align: center;
  }

  .mission-author h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Button alignment */
  .pricing-button a,
  .claim-btn,
  .cta-btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  
  /* Bonus section specific centering */
  .top-badges {
    justify-content: center;
  }

  /* Make sure floating play button stays above mobile sticky CTA down below */
  .reg-fab {
    bottom: 90px;
    transform-origin: bottom left;
    transform: scale(0.9);
  }
}
