/*
Theme Name: Perola Laser
Theme URI: https://perolalaserloc.com.br
Author: Nova Lab
Description: Landing page one-page da Perolas Laser Locacoes (Ultraformer MPT).
Version: 1.0
Text Domain: perola-laser
*/

body { margin: 0; background: #FBF8F4; -webkit-font-smoothing: antialiased; }
  a { color: #A9813F; text-decoration: none; }
  a:hover { color: #7E5E27; }
  ::selection { background: #E7D3AE; color: #2A241D; }
  @keyframes plFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  .pl-hero-visual-mobile { display: none; }
  @media (max-width: 680px) {
    .pl-header { gap: 8px 12px; }
    .pl-header-wordmark { width: clamp(84px, 30vw, 112px) !important; }
    .pl-header-nav { gap: 14px !important; font-size: 11px !important; }
    .pl-hero-visual-desktop { display: none !important; }
    .pl-hero-visual-mobile { display: flex !important; }
    .pl-cta-center-mobile { display: flex !important; justify-content: center !important; }
  }
  @media (max-width: 360px) {
    .pl-header-wordmark { width: clamp(72px, 26vw, 100px) !important; }
    .pl-header-nav { gap: 10px !important; font-size: 10px !important; }
  }
