/*
Theme Name: Rhody Home Buyer
Theme URI: https://rhodyhomebuyer.com/
Author: Rhody Home Buyer
Description: A conversion-focused, SEO-friendly theme for Rhody Home Buyer.
Version: 1.0.0
Text Domain: rhody-home-buyer
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --navy: #152c47;
  --navy-deep: #102239;
  --gold: #f2ad22;
  --gold-soft: #fff1cf;
  --ink: #192738;
  --muted: #667486;
  --cream: #fbfaf8;
  --mist: #eff2f5;
  --line: #d9e0e7;
  --white: #fff;
  --radius: 0.5rem;
  --shadow-sm: 0 1px 2px rgb(12 29 49 / 6%);
  --shadow-lg: 0 20px 45px rgb(12 29 49 / 12%);
  --serif: 'Outfit', sans-serif;
  --sans: 'Plus Jakarta Sans', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--navy);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--navy-deep);
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: var(--serif);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: min(100% - 2rem, 1160px);
  margin-inline: auto;
}

.site-main {
  min-height: 60vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(21 44 71 / 10%);
  background: rgb(251 250 248 / 94%);
  backdrop-filter: blur(14px);
}

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

.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-link img {
  display: block;
  width: auto;
  height: 64px;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.primary-navigation ul,
.mobile-menu-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation a,
.footer-navigation a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
  color: var(--navy);
}

.header-phone {
  margin-left: auto;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--navy);
}

.mobile-contact-link {
  display: block;
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 700;
  padding: 0.75rem;
  text-decoration: none;
}

.mobile-contact-link:hover {
  background: var(--mist);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 0.5rem;
}

.menu-toggle svg {
  display: block;
}

.mobile-navigation {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 700;
  padding: 0.75rem 1.35rem;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--navy-deep);
  color: var(--white);
  transform: translateY(-1px);
}

.button--gold {
  background: var(--gold);
  color: var(--navy-deep);
}

.button--gold:hover {
  background: #e9a015;
  color: var(--navy-deep);
}

.button--outline {
  border-color: var(--navy);
  background: var(--white);
  color: var(--navy);
}

.button--outline:hover {
  background: var(--mist);
  color: var(--navy);
}

.button--wide {
  width: 100%;
}

.eyebrow {
  margin-bottom: 0.75rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--gold {
  color: #a86f04;
}

.section {
  padding: 6rem 0;
}

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

.section--mist {
  background: var(--mist);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
  padding: 6rem 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  align-items: center;
  gap: 3rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}

.hero-pill,
.service-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #e2b64e;
  border-radius: 999px;
  background: rgb(242 173 34 / 10%);
  color: #825800;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
}

.hero-pill::before {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--gold);
  content: '';
}

.hero h1 {
  max-width: 700px;
  margin: 2rem 0 1.5rem;
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 5.55rem);
}

.hero h1 .highlight {
  position: relative;
  display: inline-block;
  color: var(--navy);
}

.hero h1 .highlight::after {
  position: absolute;
  right: 0;
  bottom: -0.25rem;
  left: 0;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--gold);
  content: '';
  transform: rotate(0.4deg);
}

.hero-intro {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.2rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-reassurance {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.check-mark {
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--cream);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--navy);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: '';
  filter: blur(40px);
}

.hero-visual::before {
  right: -5rem;
  bottom: 0;
  width: 34rem;
  height: 34rem;
  background: rgb(242 173 34 / 22%);
}

.hero-visual::after {
  top: 4rem;
  right: 3rem;
  width: 19rem;
  height: 19rem;
  background: rgb(21 44 71 / 9%);
}

.hero-visual img {
  position: relative;
  z-index: 1;
  max-height: 700px;
  object-fit: contain;
  transform: translateY(6rem);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.process-grid::before {
  position: absolute;
  top: 3rem;
  right: 16%;
  left: 16%;
  height: 2px;
  background: var(--line);
  content: '';
}

.process-card {
  position: relative;
  z-index: 1;
  text-align: center;
}

.process-icon {
  display: grid;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.5rem;
  place-items: center;
  border: 4px solid var(--white);
  border-radius: 1rem;
  background: var(--gold);
  box-shadow: var(--shadow-lg);
  color: var(--navy);
  transform: rotate(3deg);
  transition: transform 180ms ease;
}

.process-card:hover .process-icon {
  transform: rotate(0);
}

.process-card h3 {
  color: var(--ink);
  font-size: 1.25rem;
}

.process-card p {
  margin: 0;
  color: var(--muted);
}

.sell-fast {
  border-block: 1px solid var(--line);
}

.sell-fast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 3rem;
}

.sell-fast-copy h2,
.about-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.body-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.body-copy p:last-child {
  margin-bottom: 0;
}

.benefit-panel {
  border-radius: 1.5rem;
  background: var(--navy);
  box-shadow: var(--shadow-lg);
  color: var(--white);
  padding: 2.5rem;
}

.benefit-panel h3 {
  color: var(--white);
  font-size: 1.65rem;
}

.benefit-list,
.trust-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.benefit-list li,
.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 700;
}

.benefit-list svg,
.trust-list svg {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 auto;
  color: var(--gold);
}

.offer-section {
  background: var(--mist);
}

.offer-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.offer-aside {
  background: var(--navy);
  color: var(--white);
  padding: 2.5rem;
}

.offer-aside h2 {
  color: var(--white);
  font-size: 1.8rem;
}

.offer-aside p {
  color: rgb(255 255 255 / 80%);
}

.offer-steps {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.offer-steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
}

.offer-step-number {
  display: inline-grid;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
}

.offer-form-wrap {
  padding: 3rem;
}

.offer-form-wrap h3 {
  color: var(--ink);
  font-size: 1.35rem;
}

.form-note,
.field-error {
  color: var(--muted);
  font-size: 0.85rem;
}

.field-error {
  color: #a62e2e;
}

.offer-form {
  display: grid;
  gap: 1.25rem;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 0.75rem 0.9rem;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--navy);
  outline: 3px solid rgb(21 44 71 / 15%);
}

.form-success {
  display: grid;
  min-height: 340px;
  place-items: center;
  text-align: center;
}

.form-success-icon {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  place-items: center;
  border-radius: 50%;
  background: #e7f7e9;
  color: #2e8b42;
}

.trust-section {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  background-image: radial-gradient(rgb(255 255 255 / 12%) 1px, transparent 1px);
  background-size: 20px 20px;
  color: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

.trust-section h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 2.7rem);
}

.trust-quote {
  color: rgb(255 255 255 / 80%);
  font-size: 1.1rem;
}

.trust-list {
  margin: 0;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 5%);
  padding: 2rem;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 2.5rem;
  text-align: center;
}

.trust-stat-value {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.trust-stat-label {
  display: block;
  margin-top: 0.5rem;
  color: rgb(255 255 255 / 70%);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.about::before {
  position: absolute;
  top: -7rem;
  left: 50%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgb(242 173 34 / 12%);
  content: '';
  filter: blur(40px);
  transform: translateX(-50%);
}

.about-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.about-card {
  margin-top: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--cream);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
  padding: 2rem 0;
  border-block: 1px solid var(--line);
}

.value {
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}

.value strong,
.value span {
  display: block;
}

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

.about-signoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.signature {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 800;
}

.service-intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.service-pill {
  margin-bottom: 1rem;
}

.service-intro h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.service-intro p {
  color: var(--muted);
  font-size: 1.08rem;
}

.town-panel {
  max-width: 1080px;
  margin: 3.5rem auto 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  padding: 2.5rem;
}

.town-panel h3 {
  color: var(--ink);
  font-size: 1.2rem;
  text-align: center;
}

.town-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.town-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.town-list svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: var(--gold);
}

.reviews-section {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1080px;
  margin: 0 auto;
}

.review-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  color: inherit;
  padding: 2rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 1.5rem;
  color: var(--gold);
}

.review-text {
  flex: 1;
  color: var(--muted);
  font-style: italic;
}

.review-footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.review-initial {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  background: rgb(21 44 71 / 10%);
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 800;
}

.review-name {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.review-source {
  color: var(--muted);
  font-size: 0.75rem;
}

.review-link {
  margin-left: auto;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
}

.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: 4rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 3rem;
}

.footer-logo {
  display: inline-block;
  border-radius: 0.5rem;
  background: var(--white);
  padding: 0.8rem;
}

.footer-logo img {
  display: block;
  width: auto;
  height: 40px;
}

.footer-copy,
.footer-contact,
.footer-tagline {
  color: rgb(255 255 255 / 78%);
}

.bbbseal {
  display: block;
  margin-top: 1.25rem;
  min-height: 62px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.footer-navigation {
  display: grid;
  gap: 0.65rem;
}

.footer-navigation a {
  color: rgb(255 255 255 / 78%);
}

.footer-navigation a:hover {
  color: var(--white);
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: rgb(255 255 255 / 60%);
  font-size: 0.8rem;
  padding-top: 1.5rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 1rem;
}

.footer-legal a {
  color: inherit;
}

.archive-hero {
  background: var(--navy);
  color: var(--white);
  padding: 5rem 0;
  text-align: center;
}

.archive-hero h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.archive-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgb(255 255 255 / 80%);
  font-size: 1.1rem;
}

.posts-section {
  background: var(--mist);
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.post-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.post-card-banner {
  display: grid;
  min-height: 12rem;
  position: relative;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  padding: 1.5rem;
  text-align: center;
}

.post-card-banner::before,
.post-card-banner::after {
  position: absolute;
  border: 1.5rem solid rgb(242 173 34 / 14%);
  border-radius: 50%;
  content: '';
}

.post-card-banner::before {
  top: -4rem;
  right: -3rem;
  width: 10rem;
  height: 10rem;
}

.post-card-banner::after {
  bottom: -4rem;
  left: -3rem;
  width: 9rem;
  height: 9rem;
}

.post-card-banner span {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.post-card-banner strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.65rem;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.post-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.post-category {
  display: inline-block;
  width: fit-content;
  margin: 1rem 0 0.5rem;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #825800;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.6rem;
  text-transform: uppercase;
}

.post-card h2 {
  color: var(--ink);
  font-size: 1.35rem;
}

.post-card-excerpt {
  color: var(--muted);
  font-size: 0.9rem;
}

.post-card .read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.article-header {
  border-bottom: 1px solid var(--line);
  background: rgb(239 242 245 / 65%);
  padding: 4rem 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.breadcrumbs a {
  color: inherit;
}

.article-header h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 6vw, 4.6rem);
}

.article-excerpt {
  max-width: 800px;
  color: var(--muted);
  font-size: 1.15rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.article-body {
  max-width: 800px;
  margin: 0 auto;
}

.article-body h2 {
  margin-top: 3rem;
  font-size: 2rem;
}

.article-body h3 {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.article-body ul,
.article-body ol {
  padding-left: 1.3rem;
}

.article-cta {
  margin-top: 3.5rem;
  border-radius: 1.5rem;
  background: var(--navy);
  color: var(--white);
  padding: 2.5rem;
}

.article-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: 2rem;
}

.article-cta p {
  max-width: 700px;
  color: rgb(255 255 255 / 80%);
}

.article-return {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.content-section {
  padding: 5rem 0;
}

.content-card {
  max-width: 800px;
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 1rem;
  background: var(--white);
  clip: auto !important;
  color: var(--navy);
}

@media (max-width: 767px) {
  .primary-navigation {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-navigation.is-open {
    display: grid;
    gap: 0.5rem;
    border-top: 1px solid rgb(21 44 71 / 10%);
    background: var(--cream);
    padding: 1rem;
  }

  .mobile-menu-list {
    display: grid;
    gap: 0.5rem;
  }

  .mobile-navigation a {
    border-radius: var(--radius);
    color: var(--ink);
    font-weight: 700;
    padding: 0.75rem;
    text-decoration: none;
  }

  .mobile-navigation a:hover {
    background: var(--mist);
  }

  .header-offer-button {
    display: none;
  }

  .hero-grid,
  .sell-fast-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-visual {
    min-height: 420px;
    justify-content: center;
  }

  .hero-visual img {
    max-height: 560px;
    transform: translateY(4rem);
  }

  .town-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .section {
    padding: 4rem 0;
  }

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

  .header-phone {
    display: none;
  }

  .brand-link img {
    height: 56px;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.3rem);
  }

  .hero-intro {
    font-size: 1.05rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-visual img {
    max-height: 450px;
  }

  .process-grid,
  .trust-grid,
  .reviews-grid,
  .posts-grid,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .process-grid::before {
    display: none;
  }

  .offer-aside,
  .offer-form-wrap,
  .benefit-panel,
  .about-card,
  .town-panel,
  .article-cta {
    padding: 1.5rem;
  }

  .field-row,
  .values-grid,
  .trust-stats {
    grid-template-columns: 1fr;
  }

  .values-grid {
    gap: 1rem;
  }

  .town-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-signoff,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-grid > :first-child {
    grid-column: auto;
  }

  .footer-legal {
    flex-wrap: wrap;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .header-phone {
    display: none;
  }
}