/*
Theme Name: Quick Cleanup Child
Theme URI: https://quick-cleanup.com/
Description: Child theme for WV Quick Cleanup custom homepage, footer, and SEO improvements.
Author: WV Quick Cleanup
Template: extendable
Version: 1.0.0
Text Domain: quick-cleanup-child
*/

.qc-who-help,
.qc-site-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.qc-who-help *,
.qc-site-footer * {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}
/* Quick Cleanup global polish */
:root {
  --qc-green: #0b3328;
  --qc-green-dark: #07261e;
  --qc-gold: #f59a16;
  --qc-cream: #f7f5ef;
  --qc-border: rgba(11, 51, 40, 0.18);
}

body {
  color: #111;
}

main,
.wp-site-blocks {
  overflow-x: clip;
}

.wp-block-button__link,
.qc-site-footer a[href^="tel"],
a.wp-element-button {
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.wp-block-button__link:hover,
a.wp-element-button:hover {
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.qc-site-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.qc-site-footer a:hover {
  color: var(--qc-gold);
}

.qc-who-help {
  background: var(--qc-cream);
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}

.qc-who-help h2,
.qc-who-help h3 {
  line-height: 1.1;
}

.qc-who-help p {
  line-height: 1.65;
}

.qc-who-help .qc-card,
.qc-who-help [class*="card"] {
  border: 1px solid var(--qc-border);
  box-shadow: 0 10px 30px rgba(11, 51, 40, 0.06);
}

@media (max-width: 760px) {
  .qc-site-footer {
    text-align: left;
  }

  .qc-who-help {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}