/* === Media Query Large === */

@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-left {
    align-items: center;
  }

  .paratext {
    max-width: 32rem;
  }

  .hero-right .heroImage {
    width: 520px;
    height: auto;
  }

  .features-content {
    gap: 32px;
  }

  .features-column {
    width: 30%;
    gap: 30px;
  }

  .features-center {
    width: 40%;
  }

  .feature-image {
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  .work {
    padding: 80px 0;
  }

  .work-header {
    margin-bottom: 60px;
  }

  .work-steps {
    gap: 24px;
  }

  .work-card {
    max-width: 300px;
    padding: 36px 24px;
  }

  .appShowcase {
    padding: 80px 0;
  }

  .appShowcase-card {
    flex: 0 0 calc((100% - 32px) / 2);
  }

  .appShowcase-image img {
    max-width: 260px;
  }

  .download-app-section {
    padding: 80px 0;
  }

  .download-app-title {
    font-size: 2.6rem;
  }

  .download-app-description {
    font-size: 0.95rem;
  }

  .footer-container {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 80px;
    padding: 90px 3.5vw 60px;
  }

  .footer-description {
    max-width: 360px;
  }

  .footer-brand {
    width: auto;
    display: flex;
    flex-direction: column;
  }
}

/* === Media Query Medium === */

@media (max-width: 768px) {
  .Header {
    padding-top: 72px;
  }

  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    padding: 0 3.5vw;
    background: #141414;
    z-index: 1001;
  }

  .logoImage img {
    width: 2.75rem;
  }

  .hamburger {
    display: block;
    font-size: 1.4rem;
    z-index: 1002;
  }

  .btn-download {
    display: none;
  }

  .navbar {
    position: fixed;
    inset: 0;
    background: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 40px;
    gap: 1.6rem;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.4s ease,
      opacity 0.3s ease;
    z-index: 1000;
  }

  .navbar.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hoverLinks {
    font-size: 1.3rem;
    padding: 0.6rem 0;
  }

  .hero {
    padding: 20px 0 40px;
    min-height: auto;
  }

  .hero-right {
    order: 1;
    margin-bottom: 1.5rem;
  }

  .hero-left {
    order: 2;
    align-items: center;
    text-align: center;
  }

  .hero-left .heading {
    font-size: 2.3rem;
  }

  .hero-right .heroImage {
    width: 100%;
    height: auto;
  }

  .premium-features-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .features-content {
    flex-direction: column;
    gap: 40px;
  }

  .features-column,
  .features-center {
    width: 100%;
    align-items: center;
  }
  .feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .feature-text {
    font-size: 8px;
  }
  .feature-card {
    max-width: 420px;
    text-align: center;
  }

  .feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-connector {
    display: none;
  }

  .features-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .feature-image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .feature-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* === Privacy Policy List Mobile Fix === */

  .feature-card ul {
    text-align: left !important;
    margin: 2px 0 4px 0;
    padding-left: 18px; /* small natural indent */
    list-style-position: outside; /* IMPORTANT */
  }

  .feature-card ul li {
    text-align: left !important;
    font-size: 6px; /* 8px is too small for mobile */
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 2px;
  }

  .work {
    padding: 70px 0;
  }

  .work-header {
    margin-bottom: 50px;
  }

  .work-title {
    font-size: 2.2rem;
  }

  .work-desc {
    font-size: 15px;
  }

  .work-steps {
    flex-direction: column;
    gap: 30px;
  }

  .work-line {
    display: block;
    width: 2px;
    height: 40px;
    background: var(--primary);
    margin: 10px auto;
  }

  .work-card {
    max-width: 420px;
    width: 100%;
  }

  .appShowcase {
    padding: 70px 0;
  }

  .appShowcase-header {
    margin-bottom: 50px;
  }

  .appShowcase-title {
    font-size: 2.2rem;
  }

  .appShowcase-description {
    font-size: 0.95rem;
  }

  .appShowcase-slider {
    padding: 40px 0;
  }

  .appShowcase-cards {
    gap: 0px;
  }

  .appShowcase-card {
    flex: 0 0 100%;
    padding: 36px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .appShowcase-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .appShowcase-image img {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .appShowcase-navigation {
    top: -10px;
  }

  .download-app-section {
    padding: 65px 0;
  }

  .download-app-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .download-app-description {
    font-size: 0.9rem;
    margin-bottom: 28px;
  }

  .store-button img {
    height: 50px;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 70px 5vw 50px;
  }

  .footer-logo {
    width: 3.2rem;
  }

  .footer-description {
    font-size: 0.85rem;
    max-width: 100%;
  }

  .footer-title {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-brand {
    width: auto;
    display: flex;
    flex-direction: column;
  }

  #scrollTopBtn {
    width: 42px;
    height: 42px;
  }

  #scrollTopBtn i {
    font-size: 20px;
  }
}

/* === Media Query Small === */

@media (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .logoImage img {
    width: 2.5rem;
  }

  .hamburger {
    font-size: 1.45rem;
  }

  .hero-left .heading {
    font-size: 2rem;
    line-height: 1.15;
  }

  .paratext {
    font-size: 0.85rem;
  }

  .hoverLinks {
    font-size: 1.3rem;
  }

  .user-avatars img {
    width: 36px;
    height: 36px;
  }

  .premium-features-section {
    padding: 55px 0;
  }

  .section-title {
    font-size: 26px;
  }

  .section-description {
    font-size: 0.85rem;
  }

  .feature-card {
    padding: 18px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-text {
    font-size: 5px;
  }

  .feature-image {
    max-width: 260px;
  }

  .work {
    padding: 55px 0;
  }

  .work-title {
    font-size: 1.9rem;
  }

  .work-desc {
    font-size: 14px;
  }

  .work-card {
    padding: 30px 22px;
    border-radius: 12px;
  }

  .step-number {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .work-card .subheading {
    font-size: 18px;
  }

  .work-card p {
    font-size: 14px;
  }

  .appShowcase {
    padding: 55px 0;
  }

  .appShowcase-title {
    font-size: 1.9rem;
    line-height: 1.15;
  }

  .appShowcase-description {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }

  .appShowcase-card {
    padding: 28px 18px;
    border-radius: 12px;
  }

  .appShowcase-image img {
    max-width: 210px;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .appShowcase-dots {
    margin-top: 28px;
  }

  .download-app-section {
    padding: 55px 0;
  }

  .download-app-title {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }

  .download-app-description {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .download-app-buttons {
    gap: 14px;
  }

  .store-button img {
    width: 100%;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 6vw 45px;
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-description {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .footer-links ul li {
    margin-bottom: 12px;
  }

  .footer-links ul li a {
    font-size: 0.85rem;
  }

  .footer-bottom {
    padding: 18px 6vw;
    font-size: 0.8rem;
  }

  .footer-brand {
    width: auto;
    display: flex;
    flex-direction: column;
  }

  #scrollTopBtn {
    width: 38px;
    height: 38px;
    bottom: 20px;
    right: 20px;
  }

  #scrollTopBtn i {
    font-size: 18px;
  }
}
