/* =============================================
   Privacy Nest – Mobile-only layout (max-width: 768px)
   Desktop: hide mobile-only elements by default
   ============================================= */

.pn-mobile-feature-row,
.pn-mobile-card-title,
.pn-mobile-disclaimer {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* ----- Header ----- */
  #language-toggle.pn-lang-toggle {
    display: none !important;
  }

  .pn-mobile-card-mobile {
    font-size: 26px !important;
    font-weight: 300 !important;
    margin: 40px 0 40px 0 !important;
  }

  .bolder {
    font-weight: 700 !important;
  }



  header.pn-header {
    background-color: #f5f5f5;
    padding: 12px 0;
  }

  /* ----- Banner: hide tagline, show feature row ----- */
  .header-banner .pn-tagline {
    display: none !important;
  }

  .pn-mobile-feature-row {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    padding: 0 8px;
    gap: 8px;
  }

  .pn-mobile-feature-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pn-mobile-feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pn-mobile-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pn-mobile-feature-label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
  }

  /* ----- Registration card ----- */
  .pn-mobile-registration-card {
    background-color: #e8e8e8;
    border-radius: 16px;
    padding: 24px 20px;
    margin-top: 0;
  }

  .pn-mobile-card-title {
    display: block !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
  }

  .pn-mobile-registration-card .pro-title {
    display: none !important;
  }

  .pn-mobile-registration-card .pn-cta-container {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .pn-mobile-registration-card .pn-cta-btn {
    font-size: 40px;
    padding: 16px 24px;
    border-radius: 12px;
    background-color: #64c96c;
  }

  .pn-mobile-registration-card .pn-subtitle {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
  }


  .pn-mobile-registration-card .pn-pricing {
    font-size: 12px;
    color: #666;
    margin-top: 0;
    display: none !important;
  }

  

  /* ----- Hide sections on mobile ----- */
  .pn-brand-section {
    display: none !important;
  }

  .pn-footer-section {
    display: block !important;
  }

  .pn-footer-section .pn-mobile-disclaimer-top {
    display: block !important;
    font-size: 12px;
    color: #b9b9b9;
    line-height: 1.4;
    margin: 0;
    padding: 20px 44px;
    text-align: center;
  }

  .pn-footer {
    margin-top: 100px !important;
  }
  .pn-mobile-disclaimer {
    display: none !important;
  }

  /* ----- Banner padding (align with existing 768px behaviour) ----- */
  .header-banner {
    padding: 50px 0 40px;
  }

  .mlb-cnt h4 {
    background-color: #5BB75E !important;
  }

  #btngo {
    background-color: #5BB75E !important;
  }

}
