/*
Theme Name: Pup Squad Astra Child
Theme URI: https://pupsquadwasteremoval.com/
Description: Approved Pup Squad rebuild child theme for Astra. Staging-only until launch approval.
Author: Brayne Website Solutions
Template: astra
Version: 1.8.0
Text Domain: pupsquad-astra-child
*/

:root {
  --charcoal: #252b2f;
  --teal: #287d81;
  --orange: #c45f2e;
  --green: #2e9b4b;
  --warm: #f7f7f4;
  --line: #dbe3df;
  --muted: #627078;
}

.ps-site * {
  box-sizing: border-box;
}

.ps-site {
  margin: 0;
  background: #fff;
  color: var(--charcoal);
  font-family: "Manrope", Arial, sans-serif;
}

.ps-site a {
  color: inherit;
  text-decoration: none;
}

.ps-site button,
.ps-site input,
.ps-site select {
  font: inherit;
}

.ps-site .service-bar {
  min-height: 36px;
  background: var(--charcoal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 8px 5%;
  font-size: 13px;
  font-weight: 700;
}

.ps-site .service-bar a {
  color: #8ed8d9;
}

.ps-site .site-header {
  height: 84px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 1px solid #e4e9e6;
  position: relative;
  z-index: 20;
}

.ps-site .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
}

.ps-site .brand img {
  width: 70px;
  height: 66px;
  object-fit: contain;
}

.ps-site .brand span {
  display: grid;
}

.ps-site .brand strong {
  color: var(--orange);
  font-size: 16px;
}

.ps-site .site-header nav {
  display: flex;
  gap: 25px;
  font-size: 14px;
  font-weight: 700;
}

.ps-site .site-header nav a:hover {
  color: var(--teal);
}

.ps-site .button,
.ps-site .button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
  box-shadow: 0 3px 0 #8e401f;
}

.ps-site .button {
  padding: 15px 20px;
}

.ps-site .button-small {
  padding: 11px 15px;
  font-size: 13px;
}

.ps-site .hero {
  min-height: 620px;
  position: relative;
  background: center / cover no-repeat;
}

.ps-site .hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(27, 34, 37, 0.96) 0%,
    rgba(27, 34, 37, 0.82) 47%,
    rgba(27, 34, 37, 0.2) 76%,
    rgba(27, 34, 37, 0.05) 100%
  );
}

.ps-site .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: auto;
  padding: 70px 5%;
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 70px;
  align-items: center;
}

.ps-site .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px;
  font-weight: 900;
  color: #75d2d4;
  margin: 0 0 14px;
}

.ps-site .eyebrow.dark {
  color: var(--teal);
}

.ps-site h1 {
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #fff;
  margin: 0 0 22px;
  max-width: 760px;
}

.ps-site h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}

.ps-site h3 {
  font-size: 20px;
  margin: 0 0 9px;
}

.ps-site .hero-lead {
  font-size: 19px;
  line-height: 1.55;
  color: #e7eeeb;
  max-width: 680px;
}

.ps-site .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin: 24px 0;
}

.ps-site .hero-points span:before {
  content: "✓";
  color: #63c781;
  margin-right: 7px;
}

.ps-site .dog-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #77d2d4;
  padding: 12px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ps-site .dog-note span {
  font-size: 20px;
}

.ps-site .quote-card {
  background: #fff;
  border-radius: 10px;
  border-top: 6px solid var(--orange);
  padding: 29px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
}

.ps-site .quote-card h2 {
  font-size: 29px;
  color: var(--charcoal);
}

.ps-site .quote-card > p {
  color: var(--muted);
  font-size: 14px;
}

.ps-site .form-kicker {
  color: var(--orange) !important;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 900;
  font-size: 11px !important;
}

.ps-site .quote-card label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin: 13px 0 5px;
}

.ps-site .quote-card input,
.ps-site .quote-card select {
  width: 100%;
  height: 46px;
  border: 1px solid #bcc9c7;
  border-radius: 5px;
  padding: 0 12px;
  background: #fafcfb;
}

.ps-site .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.ps-site .quote-card button {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 5px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  margin-top: 17px;
  box-shadow: 0 3px 0 #8e401f;
  cursor: pointer;
}

.ps-site .quote-card small {
  display: block;
  text-align: center;
  color: #77817f;
  margin-top: 10px;
}

.ps-site .trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.ps-site .trust-row div {
  text-align: center;
  padding: 21px 12px;
  border-right: 1px solid var(--line);
}

.ps-site .trust-row div:last-child {
  border: 0;
}

.ps-site .trust-row strong {
  display: block;
  color: var(--orange);
  text-transform: uppercase;
  font-size: 16px;
}

.ps-site .trust-row span {
  font-size: 13px;
  color: #536169;
}

.ps-site .standards-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ps-site .standards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  max-width: 980px;
  margin-inline: auto;
}

.ps-site .standards-list li {
  border-top: 3px solid var(--teal);
  padding-top: 14px;
}

.ps-site .standards-list strong {
  display: block;
  color: var(--charcoal);
  font-size: 16px;
  margin-bottom: 6px;
}

.ps-site .standards-list span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.ps-site .reviews-widget {
  max-width: 920px;
  margin: 0 auto;
  min-height: 180px;
}

.ps-site .reviews-widget .ti-widget {
  margin: 0 auto;
}

.ps-site .reviews-widget .ti-widget .ti-load-more,
.ps-site .reviews-widget .ti-widget .ti-controls {
  margin-top: 18px;
}

.ps-site .reviews-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.ps-site .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--teal);
  border-radius: 5px;
  background: transparent;
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
}

.ps-site .button-secondary:hover {
  background: var(--teal);
  color: #fff;
}

/* Inner pages */
.ps-site .ps-page {
  padding: 48px 6% 72px;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(40, 125, 129, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f7f4 0%, #fff 40%, #f3f6f5 100%);
}

.ps-site .ps-page-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ps-site .ps-page-inner--narrow {
  max-width: 820px;
}

.ps-site .ps-page h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  color: var(--charcoal);
  line-height: 1.12;
  margin: 0 0 12px;
}

.ps-site .ps-page-lead {
  color: var(--muted);
  font-size: 17px;
  max-width: 42rem;
  margin: 0 0 32px;
}

.ps-site .ps-prose {
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.65;
}

.ps-site .ps-prose p {
  margin: 0 0 1.1rem;
}

.ps-site .ps-prose ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  color: var(--muted);
}

.ps-site .ps-prose--tight {
  margin-top: 36px;
}

.ps-site .ps-page-content {
  margin-top: 8px;
}

.ps-site .ps-page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
}

.ps-site .ps-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.ps-site .ps-breadcrumbs a {
  color: var(--teal);
  font-weight: 700;
}

.ps-site .ps-split-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.ps-site .ps-split-blocks h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.ps-site .ps-split-blocks p,
.ps-site .ps-split-blocks ul {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.ps-site .ps-split-blocks ul {
  padding-left: 1.15rem;
}

.ps-site .ps-split-blocks a {
  color: var(--teal);
  font-weight: 700;
}

.ps-site .ps-town-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 2rem;
}

.ps-site .ps-town-chip-wrap span,
.ps-site .ps-town-chip-wrap a {
  border: 1px solid var(--line);
  background: var(--warm);
  padding: 0.4rem 0.7rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ps-site .ps-town-chip-wrap a {
  color: var(--teal);
}

.ps-site .ps-town-chip-wrap a:hover {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.ps-site .ps-guarantee-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.75rem 0 2rem;
}

.ps-site .ps-guarantee-strip div {
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.9rem 0.85rem;
}

.ps-site .ps-guarantee-strip strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--charcoal);
}

.ps-site .ps-guarantee-strip span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.ps-site .ps-process-page {
  margin: 1.75rem 0 2rem;
}

.ps-site .area-list a {
  color: inherit;
}

@media (max-width: 900px) {
  .ps-site .ps-guarantee-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ps-site .ps-faq-list {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 1.5rem;
}

.ps-site .ps-faq-item {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.85rem 1rem;
}

.ps-site .ps-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--charcoal);
}

.ps-site .ps-faq-item p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.ps-site .service-card-title {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.15rem;
}

@media (max-width: 800px) {
  .ps-site .ps-split-blocks {
    grid-template-columns: 1fr;
  }
}

.ps-site .ps-page-cta > p {
  width: 100%;
  margin: 0 0 4px;
  font-weight: 800;
  color: var(--charcoal);
}

.ps-site .faq-list {
  display: grid;
  gap: 12px;
}

.ps-site .faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.ps-site .faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-weight: 800;
  color: var(--charcoal);
  position: relative;
  padding-right: 48px;
}

.ps-site .faq-item summary::-webkit-details-marker {
  display: none;
}

.ps-site .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 22px;
  font-weight: 900;
}

.ps-site .faq-item[open] summary::after {
  content: "–";
}

.ps-site .faq-answer {
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  border-top: 1px solid var(--line);
}

.ps-site .faq-answer p {
  margin: 14px 0 0;
}

.ps-site .contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.ps-site .contact-card,
.ps-site .contact-form-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
}

.ps-site .contact-card h2,
.ps-site .contact-form-wrap h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
  margin: 18px 0 6px;
}

.ps-site .contact-card h2:first-child {
  margin-top: 0;
}

.ps-site .contact-card p {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}

.ps-site .contact-card .button {
  margin-top: 22px;
}

.ps-site .contact-form-wrap .wpforms-container {
  margin: 0 !important;
}

.ps-site .ps-service-page-grid {
  margin-bottom: 8px;
}

@media (max-width: 680px) {
  .ps-site .contact-grid,
  .ps-site .ps-service-page-grid {
    grid-template-columns: 1fr;
  }

  .ps-site .ps-page {
    padding: 32px 20px 64px;
  }
}

.ps-site .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.ps-site .footer-social a {
  color: var(--teal);
  font-weight: 700;
}

.ps-site .section {
  padding: 86px 6%;
  max-width: 1320px;
  margin: auto;
}

.ps-site .section-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 38px;
}

.ps-site .section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
}

.ps-site .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ps-site .service-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 27px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(31, 51, 48, 0.05);
}

.ps-site .service-card:after {
  content: "🐾";
  position: absolute;
  right: -8px;
  bottom: -18px;
  font-size: 66px;
  opacity: 0.04;
  transform: rotate(-15deg);
}

.ps-site .service-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e4f2f2;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.ps-site .service-card p {
  color: var(--muted);
  font-size: 14px;
  min-height: 67px;
}

.ps-site .service-card a,
.ps-site .text-link {
  color: var(--orange);
  font-weight: 900;
  font-size: 13px;
}

.ps-site .process-section {
  max-width: none;
  background: var(--warm);
}

.ps-site .process-section > .section-heading,
.ps-site .process-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.ps-site .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.ps-site .process-grid article {
  text-align: center;
}

.ps-site .process-grid article > span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  margin: 0 auto 15px;
  border: 5px solid #dcebea;
}

.ps-site .process-grid p {
  color: var(--muted);
  font-size: 14px;
}

.ps-site .story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.ps-site .story > img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 12px;
}

.ps-site .story > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.ps-site .story ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.ps-site .story li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2f0e3;
  color: var(--green);
  margin-right: 10px;
}

.ps-site .reviews-section {
  max-width: none;
  background: var(--warm);
}

.ps-site .review-grid {
  max-width: 1160px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ps-site .review-grid blockquote {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 25px;
}

.ps-site .stars {
  color: #d87b3c;
  letter-spacing: 0.09em;
}

.ps-site .review-grid blockquote p {
  color: #435159;
  line-height: 1.65;
}

.ps-site .review-grid footer {
  font-weight: 800;
  font-size: 13px;
}

.ps-site .review-grid small {
  color: #7b858a;
  font-weight: 500;
}

.ps-site .areas {
  background: var(--charcoal);
  color: #fff;
  padding: 60px 6%;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.ps-site .areas h2 {
  font-size: 38px;
}

.ps-site .areas > div > p:last-child {
  color: #c6d0cf;
}

.ps-site .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ps-site .area-list span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
}

.ps-site .final-cta {
  background: var(--teal);
  color: #fff;
  padding: 56px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.ps-site .final-cta h2 {
  font-size: 38px;
}

.ps-site .final-cta p {
  margin: 0;
  color: #d9eeee;
}

.ps-site .site-footer {
  background: #1b2225;
  color: #cbd3d1;
  padding: 32px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: 13px;
}

.ps-site .site-footer a {
  color: #fff;
}

.ps-site .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.ps-site .footer-brand img {
  width: 56px;
  height: 52px;
  object-fit: contain;
}

.ps-site .mobile-actions {
  display: none;
}

@media (max-width: 980px) {
  .ps-site .site-header nav {
    display: none;
  }

  .ps-site .hero-inner {
    grid-template-columns: 1fr;
  }

  .ps-site .quote-card {
    max-width: 520px;
  }

  .ps-site .service-grid,
  .ps-site .review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ps-site .story {
    gap: 35px;
  }

  .ps-site .site-header {
    padding: 0 3%;
  }
}

@media (max-width: 680px) {
  .ps-site .service-bar {
    font-size: 10px;
  }

  .ps-site .service-bar a {
    display: none;
  }

  .ps-site .site-header {
    height: 70px;
  }

  .ps-site .brand img {
    width: 52px;
    height: 50px;
  }

  .ps-site .brand span {
    font-size: 10px;
  }

  .ps-site .brand strong {
    font-size: 12px;
  }

  .ps-site .button-small {
    font-size: 11px;
    padding: 9px;
  }

  .ps-site .hero {
    min-height: 0;
  }

  .ps-site .hero-shade {
    background: rgba(27, 34, 37, 0.86);
  }

  .ps-site .hero-inner {
    padding: 54px 20px 42px;
    gap: 30px;
  }

  .ps-site h1 {
    font-size: 44px;
  }

  .ps-site .hero-lead {
    font-size: 16px;
  }

  .ps-site .hero-points {
    display: grid;
    gap: 7px;
  }

  .ps-site .field-row,
  .ps-site .trust-row,
  .ps-site .service-grid,
  .ps-site .process-grid,
  .ps-site .standards-list,
  .ps-site .story,
  .ps-site .review-grid,
  .ps-site .areas {
    grid-template-columns: 1fr;
  }

  .ps-site .trust-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ps-site .section {
    padding: 60px 20px;
  }

  .ps-site .story > img {
    height: 310px;
  }

  .ps-site .areas {
    padding: 50px 20px;
  }

  .ps-site .final-cta {
    display: block;
    text-align: center;
    padding: 48px 20px;
  }

  .ps-site .final-cta .button {
    margin-top: 18px;
  }

  .ps-site .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 86px;
  }

  .ps-site .footer-brand {
    justify-content: center;
  }

  .ps-site .mobile-actions {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    background: #fff;
    border-top: 1px solid #ccd5d2;
  }

  .ps-site .mobile-actions a {
    text-align: center;
    padding: 14px 4px;
    color: var(--teal);
    font-size: 13px;
    font-weight: 900;
  }

  .ps-site .mobile-actions a:last-child {
    background: var(--orange);
    color: #fff;
  }
}

/* Free Quote page — Scooper Base embed */
.ps-site .quote-page-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px 24px 64px;
}

.ps-site .quote-page-intro {
  margin-bottom: 22px;
}

.ps-site .quote-page-intro h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--charcoal);
  line-height: 1.15;
  margin: 0 0 10px;
}

.ps-site .quote-page-intro > p {
  color: var(--muted);
  font-size: 16px;
  max-width: 40rem;
}

.ps-site .quote-prefill-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #eef7f4;
  border-left: 4px solid var(--teal);
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
}

.ps-site .quote-embed-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(37, 43, 47, 0.08);
}

.ps-site .quote-embed {
  display: block;
  width: 100%;
  min-height: 920px;
  border: 0;
  background: #fff;
}

.ps-quote-page .site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 24px 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.ps-quote-page .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ps-quote-page .footer-links a {
  color: var(--teal);
  font-weight: 700;
}

@media (max-width: 760px) {
  .ps-site .quote-page-hero {
    padding: 28px 16px 48px;
  }

  .ps-site .quote-embed {
    min-height: 980px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
