:root {
  --teal: #0f8f8c;
  --teal-dark: #075f60;
  --teal-deep: #06474b;
  --orange: #f47b20;
  --orange-dark: #d86613;
  --ink: #17222a;
  --ink-soft: #3a454d;
  --charcoal: #20262b;
  --cream: #faf7f0;
  --cream-2: #f4efe4;
  --white: #ffffff;
  --muted: #667085;
  --line: #e5dfd2;
  --soft-teal: #e9f7f5;
  --shadow: 0 18px 38px rgba(23, 34, 42, 0.12);
  --radius: 8px;
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

p {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  display: block;
}

summary {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(15, 143, 140, 0.45);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.center {
  text-align: center;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 10px 12px;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 240, 0.94);
  border-bottom: 1px solid rgba(23, 34, 42, 0.1);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 3px;
}

.brand-name {
  display: grid;
  line-height: 1.05;
}

.brand-name strong {
  font-size: 1.02rem;
}

.brand-name small {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 850;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--teal);
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  background: var(--orange);
  color: var(--white);
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(244, 123, 32, 0.22);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.btn-secondary,
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: rgba(23, 34, 42, 0.25);
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.btn-secondary.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
}

.btn-secondary.light:hover,
.btn-secondary.light:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.btn-full {
  width: 100%;
}

.text-link {
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--orange-dark);
}

.light-link {
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background: var(--charcoal);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 34, 42, 0.92) 0%, rgba(23, 34, 42, 0.75) 55%, rgba(23, 34, 42, 0.36) 100%),
    url("assets/dwm-gate-service-v2.jpg") center / cover no-repeat;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.76fr);
  gap: 44px;
  align-items: center;
  padding: 60px 0;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.guarantee-panel .eyebrow,
.final-cta .eyebrow {
  color: var(--orange);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 6.8vw, 5.9rem);
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-wrap: balance;
}

h3 {
  font-size: 1.18rem;
}

.hero-tagline {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.final-cta-actions,
.guarantee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-line {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.quote-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 28px;
  box-shadow: var(--shadow);
}

.quote-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.quote-step legend {
  padding: 0;
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1.1;
}

.quote-step-copy,
.quote-trust-note,
.form-note,
.fine-print {
  color: var(--muted);
  font-size: 0.9rem;
}

.quote-step-copy {
  margin-top: 8px;
}

.quote-quick-fields,
.quote-contact-fields {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--ink);
  padding: 0 12px;
}

textarea {
  min-height: 112px;
  padding-top: 12px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 143, 140, 0.16);
}

.quote-estimate {
  margin: 18px 0;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(15, 143, 140, 0.26);
  background: var(--soft-teal);
}

.quote-estimate strong {
  display: block;
  color: var(--teal-dark);
  font-size: 1.35rem;
  line-height: 1.2;
}

.quote-estimate p {
  margin: 8px 0 0;
  color: var(--muted);
}

.quote-step-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}

.quote-success {
  padding: 20px;
  border-radius: var(--radius);
  background: var(--soft-teal);
  border: 1px solid rgba(15, 143, 140, 0.28);
}

.quote-success strong {
  display: block;
  margin-bottom: 6px;
  color: var(--teal-dark);
  font-size: 1.25rem;
}

.form-note.success {
  color: var(--teal-dark);
  font-weight: 900;
}

.form-note.error {
  color: #b42318;
  font-weight: 900;
}

.optional {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--white);
}

.section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-inline: auto;
}

.section-head p,
.section-copy p,
.prose p {
  color: var(--muted);
  font-size: 1.06rem;
}

.outcome-grid,
.two-col,
.guarantee-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 46px;
  align-items: center;
}

.section-media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.section-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.outcome-media {
  aspect-ratio: 16 / 9;
}

.outcome-media img {
  object-position: 46% 52%;
}

.steps,
.three-up,
.pricing-grid,
.service-grid,
.trust-grid,
.area-grid,
.proof-box,
.footer-grid {
  display: grid;
  gap: 18px;
}

.three-up,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  align-items: stretch;
}

.service-grid,
.trust-grid,
.footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps article,
.pricing-card,
.service-grid article,
.trust-grid article,
.feature-box,
.promise-card,
.local-card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
}

.steps article {
  background: var(--cream);
}

.step-num,
.trust-grid span,
.guarantee-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--soft-teal);
  color: var(--teal-dark);
  font-weight: 950;
}

.steps p,
.pricing-card p,
.service-grid p,
.trust-grid p,
.guarantee-steps p,
details p {
  color: var(--muted);
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}

.pricing-card.featured {
  border-color: rgba(15, 143, 140, 0.48);
  background: linear-gradient(180deg, var(--white) 0%, rgba(233, 247, 245, 0.42) 100%);
  box-shadow: 0 20px 42px rgba(23, 34, 42, 0.12);
}

.pricing-card h3 {
  margin: 0 0 8px;
  line-height: 1.12;
}

.popular-label,
.plan-label {
  width: fit-content;
  margin: 0 0 12px;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.15;
  white-space: nowrap;
}

.pricing-card .popular-label {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid var(--teal-dark);
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(7, 95, 96, 0.18);
}

.pricing-card .plan-label {
  border: 1px solid rgba(15, 143, 140, 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: var(--teal-dark);
}

.pricing-card.featured .plan-label {
  max-width: calc(100% - 124px);
  background: rgba(233, 247, 245, 0.9);
  color: var(--teal-dark);
}

.plan-fit {
  min-height: 56px;
  margin-bottom: 0;
}

.price-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 18px;
  padding: 20px 16px;
  border: 1px solid rgba(15, 143, 140, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(233, 247, 245, 0.76) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pricing-card .weekly-price {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  margin: 0;
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
}

.price-currency {
  flex: 0 0 auto;
  padding-top: 0.42rem;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 950;
}

.price-amount {
  flex: 0 0 auto;
  display: block;
  font-size: 3.9rem;
  font-weight: 950;
  line-height: 0.86;
}

.price-period {
  align-self: flex-end;
  padding-bottom: 0.34rem;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1;
}

.short-list,
.check-list {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.pricing-card .btn {
  width: 100%;
  margin-top: auto;
}

.short-list li,
.check-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 9px;
}

.short-list li::before,
.check-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 99px;
  background: var(--orange);
}

.shared-benefits {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) 1fr;
  gap: 20px;
  margin-top: 22px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.shared-benefits ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.detailed-pricing {
  margin-top: 16px;
  padding: 0;
  overflow: hidden;
}

.detailed-pricing summary {
  padding: 18px 22px;
  font-weight: 950;
}

.price-table-wrap {
  overflow-x: auto;
  padding: 0 22px 18px;
}

.price-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: var(--white);
}

.price-table th,
.price-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  color: var(--ink);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.detailed-pricing .fine-print {
  padding: 0 22px 22px;
}

.guarantee-panel {
  background: var(--ink);
  color: var(--white);
}

.guarantee-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.big-copy {
  margin-top: 18px;
  color: var(--white) !important;
  font-size: 1.45rem;
  font-weight: 950;
}

.guarantee-steps {
  display: grid;
  gap: 14px;
}

.guarantee-steps article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.proof-box {
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 30px;
}

.proof-box p {
  color: var(--muted);
}

.area-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.area-grid a,
.area-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  padding: 10px;
}

.area-grid a:hover,
.area-grid a:focus-visible {
  border-color: var(--teal);
  color: var(--teal-dark);
}

.area-cta {
  margin-top: 24px;
}

.faq-list,
.local-faq .container {
  display: grid;
  gap: 12px;
}

details {
  padding: 0;
  overflow: hidden;
}

summary {
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 950;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

details a {
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
}

.final-section {
  padding-top: 30px;
}

.final-cta {
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(23, 34, 42, 0.92) 0%, rgba(23, 34, 42, 0.78) 46%, rgba(23, 34, 42, 0.58) 100%),
    url("assets/lifestyle-clean-backyard.jpg") 63% center / cover no-repeat;
  color: var(--white);
  padding: 48px;
}

.final-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  padding: 56px 0 90px;
  background: var(--charcoal);
  color: var(--white);
}

.footer-grid {
  align-items: start;
}

.footer p,
.footer span,
.footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--white);
}

.footer h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1rem;
}

.footer-grid > div {
  display: grid;
  gap: 8px;
}

.footer-brand {
  margin-bottom: 10px;
  color: var(--white);
}

.footer-brand-title {
  color: var(--white);
  font-weight: 950;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 0.55fr;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(250, 247, 240, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.mobile-cta-bar .btn {
  min-height: 48px;
}

.image-feature {
  padding: 0;
  overflow: hidden;
}

.image-feature h3,
.image-feature ul {
  margin-left: 22px;
  margin-right: 22px;
}

.image-feature h3 {
  margin-top: 22px;
}

.image-feature ul {
  margin-bottom: 22px;
}

.brand-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.strip-grid div {
  padding: 18px 10px;
}

.strip-grid strong,
.strip-grid span {
  display: block;
}

.strip-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.guarantee {
  background: var(--ink);
  color: var(--white);
}

.guarantee .prose p {
  color: rgba(255, 255, 255, 0.78);
}

.quote-section .final-cta {
  background:
    linear-gradient(90deg, rgba(23, 34, 42, 0.95), rgba(23, 34, 42, 0.78)),
    url("assets/dwm-gate-service-v2.jpg") center / cover no-repeat;
}

.local-page .hero::before {
  background:
    linear-gradient(90deg, rgba(23, 34, 42, 0.92) 0%, rgba(23, 34, 42, 0.75) 55%, rgba(23, 34, 42, 0.36) 100%),
    url("../assets/dwm-gate-service-v2.jpg") center / cover no-repeat;
}

.local-page .final-cta,
.local-page .quote-section .final-cta {
  background:
    linear-gradient(90deg, rgba(23, 34, 42, 0.92) 0%, rgba(23, 34, 42, 0.78) 46%, rgba(23, 34, 42, 0.58) 100%),
    url("../assets/lifestyle-clean-backyard.jpg") 63% center / cover no-repeat;
}

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

  .hero-grid,
  .outcome-grid,
  .two-col,
  .guarantee-grid,
  .proof-box,
  .shared-benefits {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 48px 0 64px;
  }

  .three-up,
  .pricing-grid,
  .service-grid,
  .trust-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shared-benefits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  [id] {
    scroll-margin-top: 76px;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .site-header .btn-small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(23, 34, 42, 0.94) 0%, rgba(23, 34, 42, 0.84) 66%, rgba(23, 34, 42, 0.62) 100%),
      url("assets/dwm-gate-service-v2.jpg") center / cover no-repeat;
  }

  .local-page .hero::before {
    background:
      linear-gradient(180deg, rgba(23, 34, 42, 0.94) 0%, rgba(23, 34, 42, 0.84) 66%, rgba(23, 34, 42, 0.62) 100%),
      url("../assets/dwm-gate-service-v2.jpg") center / cover no-repeat;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0 44px;
  }

  h1 {
    font-size: 2.78rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-actions,
  .final-cta-actions,
  .guarantee-actions,
  .quote-step-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero-actions .btn,
  .final-cta-actions .btn,
  .guarantee-actions .btn,
  .quote-step-actions .btn {
    width: 100%;
  }

  .quote-form,
  .final-cta,
  .proof-box {
    padding: 20px;
  }

  .section {
    padding: 62px 0;
  }

  .outcome-media img {
    object-position: 44% 52%;
  }

  .outcome-media {
    aspect-ratio: 16 / 10;
  }

  .three-up,
  .pricing-grid,
  .service-grid,
  .trust-grid,
  .footer-grid,
  .shared-benefits ul,
  .area-grid,
  .strip-grid {
    grid-template-columns: 1fr;
  }

  .price-table-wrap {
    padding-inline: 14px;
  }

  .pricing-card {
    padding: 20px;
  }

  .popular-label {
    top: 16px;
    right: 16px;
    font-size: 0.7rem;
  }

  .pricing-card.featured .plan-label {
    max-width: calc(100% - 126px);
  }

  .price-panel {
    margin: 18px 0 18px;
    padding: 17px 14px;
  }

  .price-currency {
    padding-top: 0.36rem;
    font-size: 1.35rem;
  }

  .price-amount {
    font-size: 3.35rem;
  }

  .price-period {
    padding-bottom: 0.28rem;
    font-size: 0.9rem;
  }

  .detailed-pricing .fine-print {
    padding-inline: 14px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .mobile-cta-bar {
    display: grid;
  }
}

@media (max-width: 360px) {
  .popular-label {
    position: static;
    margin-bottom: 12px;
  }

  .pricing-card.featured .plan-label {
    max-width: none;
  }

  .price-amount {
    font-size: 3.05rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
