/* Home · Method — template-parts/gf-home-method.php */
.gf-home .gf-audit-left button {
  display: inline-block;
  background: var(--gf-black, #0c0c0e) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--radius-md, 4px) !important;
  padding: 0.95rem 1.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
  font-size: 0.84rem !important;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease !important;
  cursor: pointer;
  margin-top: 0.35rem;
}

.gf-home .gf-audit-left button:hover {
  background: var(--gf-yellow, #ffcc00) !important;
  color: var(--gf-black, #0c0c0e) !important;
  transform: translateY(-2px);
  box-shadow: none;
}


.gf-home .gf-audit-band {
  padding-top: var(--gf-section, clamp(3.5rem, 7vw, 6.5rem));
  padding-bottom: var(--gf-section, clamp(3.5rem, 7vw, 6.5rem));
}
.gf-home .gf-audit-right { border-radius: 0; box-shadow: none; }
@media (max-width: 768px) {
  .gf-home .gf-audit-content { grid-template-columns: 1fr; }
}
