body.elementor-page-3347 #main.site-main{z-index:0;}/* Start custom CSS for html, class: .elementor-element-c55ed15 *//* ==== EXTRA MOBILE TUNING FOR TINT PAGE ==== */
@media (max-width: 768px) {

  /* overall page padding a bit tighter */
  .page {
    padding: 1rem 0.75rem;
  }

  /* logo a bit smaller so it isn't jammed at the top */
  .brand-header {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .brand-header img {
    max-width: 150px;
  }

  /* hero card: less padding, softer corners, centered text */
  .hero {
    padding: 1.4rem 1.2rem;
    margin: 0.75rem 0 1.25rem;
    border-radius: 1.25rem;
    text-align: center;
  }

  /* hero badge (right side box) moves under text & gets a bit smaller */
  .hero-badge {
    margin-top: 1rem;
    font-size: 0.85rem;
  }

  /* main headline: smaller + tighter line-height so it doesn't feel huge */
  .hero h1 {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  /* lead paragraph + meta text slightly smaller for easier reading */
  .hero p.lead {
    font-size: 0.95rem;
  }
  .hero .meta {
    font-size: 0.85rem;
  }

  /* buttons – full width on mobile for easy tapping */
  .button {
    width: 100%;
    text-align: center;
  }

  /* sections: a bit less padding so scroll isn’t so long */
  section {
    padding: 1.25rem 1rem;
    margin-bottom: 1.1rem;
  }

  /* grids to single-column (in case they aren’t already) */
  .two-column,
  .pricing-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */