/*
Theme Name: Gráfica Tip — Landing .com
Theme URI: https://graficatip.com/
Author: Gráfica Tip
Description: Tema leve e exclusivo para a landing page graficatip.com.
Version: 1.0.0
Text Domain: grafica-tip-mask
*/

.gt-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.gt-mobile-menu[hidden] { display: none; }

.gt-mobile-menu a {
  padding-bottom: 1rem;
  color: #e5e7eb;
  font-size: 1.125rem;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.gt-mobile-menu .gt-mobile-cta {
  padding: 1rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #ff8c01;
  border: 0;
}

.gt-mobile-menu .gt-mobile-wa { background: #25d366; }

.gt-faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: #4b5563;
  font-size: .875rem;
  line-height: 1.625;
}

.gt-cookie-banner {
  position: fixed;
  z-index: 60;
  bottom: 1rem;
  left: 50%;
  width: calc(100% - 2rem);
  max-width: 36rem;
  padding: 1rem 1.25rem;
  color: #9ca3af;
  background: #0b1120;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: .125rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 45%);
  transform: translateX(-50%);
}

.gt-cookie-banner p { margin: 0 0 .75rem; }
.gt-cookie-banner a { color: #ff8c01; text-decoration: underline; }
.gt-cookie-banner button {
  padding: .625rem 1.25rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #ff8c01;
}

@media (min-width: 640px) {
  .gt-cookie-banner { display: flex; align-items: center; gap: 1rem; }
  .gt-cookie-banner p { flex: 1; margin: 0; }
}

@media (min-width: 768px) {
  .gt-mobile-menu { display: none !important; }
}
