:root {
  --bg: #fbf8f3;
  --paper: #fffdf9;
  --paper2: #f7efe6;
  --ink: #24282a;
  --text: #4d5354;
  --muted: #747b7c;
  --copper: #cf7440;
  --orange: #e39755;
  --gold: #edc47f;
  --sand: #f4dfbd;
  --line: rgba(36, 40, 42, .10);
  --line-warm: rgba(207, 116, 64, .18);
  --shadow: 0 24px 70px rgba(38, 34, 28, .10);
  --soft-shadow: 0 12px 34px rgba(38, 34, 28, .07);
  --radius: 28px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Heebo', 'Assistant', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400
}

img,
video {
  max-width: 100%;
  display: block
}

a {
  color: inherit
}

.container {
  width: min(1160px, 92%);
  margin: auto
}

.narrow {
  width: min(860px, 92%)
}

.skip-link {
  position: absolute;
  top: -80px;
  right: 16px;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 999
}

.skip-link:focus {
  top: 16px
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 243, .83);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(36, 40, 42, .07)
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none
}


.brand span {
  font-weight: 800;
  color: var(--ink);
  font-size: 17px
}

.nav {
  display: flex;
  align-items: center;
  gap: 3px
}

.nav a {
  text-decoration: none;
  padding: 8px 13px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  color: #4e5556
}

.nav a:hover,
.nav a.active {
  background: rgba(237, 196, 127, .25);
  color: #9d5433
}

.nav-cta {
  background: linear-gradient(135deg, var(--copper), var(--orange)) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(207, 116, 64, .22)
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  color: var(--ink)
}

h1,
h2,
h3 {
  color: var(--ink);
  margin-top: 0;
  letter-spacing: -.02em
}

h1,
.display,
h2 {}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a95d38;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 12px
}

.eyebrow:before {
  content: "";
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--copper), var(--gold));
  border-radius: 999px
}

.eyebrow::after {
  content: "";
  width: 14px;
  height: 2px;
  background: linear-gradient(270deg, var(--copper), var(--gold));
  border-radius: 999px
}

.lead {
  color: #555f60;
  margin: 18px 0 0;

  max-width: 620px;
  font-size: 1.12rem;
  line-height: 2;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  transition: .2s
}

.btn:hover {
  transform: translateY(-2px)
}

.primary {
  background: linear-gradient(135deg, var(--copper), var(--orange));
  color: #fff;
  box-shadow: 0 16px 32px rgba(207, 116, 64, .25)
}

.ghost {
  background: rgba(255, 255, 255, .72);
  border-color: var(--line-warm);
  color: var(--ink)
}

.dark {
  background: var(--ink);
  color: #fff
}

.text-link {
  font-weight: 800;
  color: #a95d38;
  text-decoration: none;
  border-bottom: 1px solid currentColor
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #fff
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #fff7ee, #faf7f1)
}

.hero-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34
}

.hero-video-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 248, 243, .98) 0%, rgba(251, 248, 243, .84) 46%, rgba(251, 248, 243, .42) 100%)
}

.hero .container {
  position: relative;
  z-index: 2
}

.hero-content {
  max-width: 780px;
  padding: 72px 0
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px
}

.hero-pills span {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line-warm);
  padding: 7px 13px;
  border-radius: 999px;
  color: #596263;
  font-size: 13.5px;
  font-weight: 600
}

.floating-card {
  margin-top: 34px;
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(7px);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: var(--soft-shadow);
  border-radius: 24px;
  padding: 18px 22px;
  max-width: 410px
}

.floating-card b {
  color: #a95d38
}

.section {
  padding: 82px 0
}

.section h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.23;
  margin-bottom: 14px
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px
}

.light {
  background: linear-gradient(135deg, #fffdf9 0%, #f7efe6 100%)
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center
}

.reverse {
  direction: ltr
}

.reverse>* {
  direction: rtl
}

.image-frame {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .9);
  position: relative
}

.image-frame img {
  width: 100%;
  height: 430px;
  object-fit: cover
}

.image-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, .9);
  border-radius: 18px;
  padding: 12px 16px;
  box-shadow: var(--soft-shadow);
  font-weight: 800;
  color: #955233
}

.quote-card {
  background: #fff;
  border: 1px solid var(--line-warm);
  box-shadow: var(--soft-shadow);
  border-radius: var(--radius);
  padding: 34px
}

.quote-card p {
  font-size: 24px;
  line-height: 1.65;
  color: #493a32;
  margin: 0
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.cards.big {
  grid-template-columns: repeat(2, 1fr)
}

.card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--soft-shadow);
  min-height: 210px;
  transition: .2s
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.card .num {
  color: var(--copper);
  font-weight: 700;
  font-size: 25px
}

.card h3,
.card h2 {
  font-family: 'Heebo', 'Assistant', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.35;
  margin: 12px 0 8px
}

.card p {
  font-size: 15.5px;
  color: #5e6667
}

.service-img {
  height: 155px;
  border-radius: 20px;
  object-fit: cover;
  margin: -10px -10px 18px;
  width: calc(100% + 20px)
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  counter-reset: s
}

.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 26px;
  box-shadow: var(--soft-shadow)
}

.step:not(:last-child):before {
  content: "";
  position: absolute;
  top: 47px;
  left: -28px;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--copper), var(--gold));
  z-index: 1
}

.step b {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--copper), var(--gold));
  color: #fff
}

.step h3 {
  font-size: 19px;
  margin: 16px 0 6px
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px
}

.stat {
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: 26px;
  padding: 24px;
  text-align: center;
  box-shadow: var(--soft-shadow)
}

.stat b {
  display: block;
  font-size: 34px;
  color: #b06036
}

.faq {
  display: grid;
  gap: 12px
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden
}

.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 24px;
  text-align: right;
  font: 800 17px Heebo;
  color: var(--ink);
  cursor: pointer
}

.faq-a {
  padding: 0 24px 20px
}

.cta {
  padding: 78px 0;
  background: radial-gradient(circle at 20% 20%, rgba(237, 196, 127, .34), transparent 30%), linear-gradient(135deg, #2b2928, #46352c);
  color: #fff;
  text-align: center
}

.cta h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px)
}

.cta p {
  max-width: 650px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, .82)
}

.page-hero {
  padding: 70px 0;
  background: linear-gradient(135deg, #fffdf9, #f7efe6);
  border-bottom: 1px solid var(--line-warm)
}

.page-hero h1 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.18
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px
}

.form,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--soft-shadow)
}

label {
  display: block;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 16px
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 14px;
  font: inherit;
  background: #fffdf9;
  margin-top: 6px
}

input:focus,
textarea:focus,
.btn:focus,
.nav a:focus,
.faq-q:focus {
  outline: 3px solid rgba(207, 116, 64, .35);
  outline-offset: 3px
}

.site-footer {
  background: #fffdf9;
  border-top: 1px solid var(--line-warm);
  padding: 48px 0 18px;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 20%,
      rgba(216, 141, 80, .18) 0%,
      rgba(216, 141, 80, .08) 20%,
      transparent 45%),
    radial-gradient(circle at 10% 80%,
      rgba(216, 141, 80, .12) 0%,
      transparent 40%),
    #f8f5f0;

}

.site-footer::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;

  background:
    radial-gradient(rgba(216, 141, 80, .22),
      rgba(216, 141, 80, .08),
      transparent 70%);

  pointer-events: none;
}

.site-footer::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  bottom: -200px;
  right: -200px;

  background:
    radial-gradient(rgba(216, 141, 80, .08),
      transparent 70%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 30px
}

.footer-logo {
  width: 100px;
}

.footer-contact i,
.contact-card i {
  width: 22px;
  color: #d88d50;
  margin-left: 10px;
  font-size: 1rem;
}

.site-footer h2 {
  font-family: 'Heebo', 'Assistant', Arial, sans-serif;
  font-size: 17px
}

.site-footer a {
  display: block;
  text-decoration: none;
  margin: 8px 0;
  color: #555
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 18px;
  color: #6d7374
}

.footer-bottom a {
  display: inline;
  margin: 0 8px
}

@media(max-width:900px) {
  .nav-toggle {
    display: block
  }

  .nav {
    position: absolute;
    top: 76px;
    left: 4%;
    right: 4%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch
  }

  .nav.open {
    display: flex
  }

  .nav a {
    text-align: center
  }

  .hero {
    min-height: auto;
    padding: 120px 0 70px;
  }

  .hero-content {
    padding: 62px 0
  }

  .hero-video-wrap:after {
    background: rgba(251, 248, 243, .84)
  }

  .split,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .cards,
  .cards.big,
  .steps,
  .stats,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .step:not(:last-child):before {
    display: none
  }

  .image-frame img {
    height: 320px
  }

  .section {
    padding: 60px 0
  }
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px
}

.check-list li {
  position: relative;
  padding-right: 30px;
  color: #4f5758;
  font-weight: 650
}

.check-list li:before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(207, 116, 64, .14);
  color: #a95d38;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900
}

.photo-card .service-img {
  height: 180px
}

.intro-section .quote-card {
  margin-top: 24px
}

.service .service-img {
  height: 220px
}

.page-hero {
  background-image: radial-gradient(circle at 18% 20%, rgba(237, 196, 127, .28), transparent 26%), linear-gradient(135deg, #fffdf9, #f7efe6)
}

@media(max-width:900px) {

  .photo-card .service-img,
  .service .service-img {
    height: 210px
  }
}

/* Reviews + Blog */
.row-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none
}

.testimonials-section {
  background: radial-gradient(circle at 80% 0%, rgba(237, 196, 127, .20), transparent 28%), var(--bg)
}

.testimonials-grid {
  grid-template-columns: repeat(3, 1fr)
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--soft-shadow);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.testimonial-card.large {
  min-height: 260px
}

.stars {
  color: #c9713f;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 14px
}

.testimonial-card p {
  color: #3f3b38;
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 20px
}

.testimonial-card span {
  font-weight: 800;
  color: #9d5433
}

.center-actions {
  text-align: center;
  margin-top: 26px
}

.reviews-page-grid {
  margin-bottom: 34px
}

.reviews-google-box {
  background: linear-gradient(135deg, #fffdf9, #f7efe6);
  border: 1px solid var(--line-warm);
  border-radius: 32px;
  box-shadow: var(--soft-shadow);
  padding: 34px;
  text-align: center
}

.reviews-google-box h2 {
  font-size: 30px;
  margin-bottom: 8px
}

.blog-grid {
  grid-template-columns: repeat(3, 1fr)
}

.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  transition: .2s
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover
}

.blog-card-body {
  padding: 24px
}

.blog-card h2,
.blog-card h3 {
  font-family: 'Heebo', 'Assistant', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 10px
}

.blog-card h2 a,
.blog-card h3 a {
  text-decoration: none
}

.blog-card p {
  color: #5d6667;
  font-size: 15.8px
}

.blog-page-grid {
  align-items: stretch
}

.article-main-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow);
  margin-bottom: 34px
}

.article-content p {
  font-size: 19px;
  line-height: 1.9;
  color: #444d4e
}

.article-cta {
  margin-top: 36px;
  background: linear-gradient(135deg, #fffdf9, #f7efe6);
  border: 1px solid var(--line-warm);
  border-radius: 30px;
  padding: 34px;
  text-align: center
}

.article-cta h2 {
  font-size: 30px
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px
}

.footer-small {
  color: #8d6a58;
  font-weight: 700
}

@media(max-width:900px) {
  .row-head {
    display: block
  }

  .row-head .btn {
    margin-top: 16px
  }

  .testimonials-grid,
  .blog-grid {
    grid-template-columns: 1fr
  }

  .testimonial-card p {
    font-size: 18px
  }

  .article-main-image {
    height: 260px
  }
}

/* ===== Premium polish upgrade ===== */
:root {
  --bg: #fbfaf7;
  --paper: #fffefa;
  --paper2: #f6efe5;
  --ink: #202425;
  --text: #4b5252;
  --muted: #747a79;
  --copper: #c96f3f;
  --orange: #e79b57;
  --gold: #f1c87d;
  --sage: #6f8377;
  --clay: #9f6d55;
  --shadow: 0 22px 60px rgba(39, 34, 28, .095);
  --soft-shadow: 0 12px 32px rgba(39, 34, 28, .07);
  --radius: 24px;
}

body {
  font-family: 'Heebo', 'Assistant', Arial, sans-serif;
  font-size: 15.2px;
  line-height: 1.78;
  letter-spacing: -.01em;
  background:
    radial-gradient(circle at 9% 8%, rgba(231, 155, 87, .12), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(111, 131, 119, .12), transparent 24%),
    linear-gradient(180deg, #fbfaf7 0%, #fffdf9 46%, #fbfaf7 100%);
}

h1,
h2,
.hero h1,
.page-hero h1 {

  letter-spacing: -.035em;
  color: var(--ink);
  font-weight: 800;
}

.hero h1 {
  font-size: clamp(32px, 4.4vw, 57px);
  line-height: 1.05;
  max-width: 720px
}

.section h2 {
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.14
}

.page-hero h1 {
  font-size: clamp(31px, 3.5vw, 49px)
}

.lead {
  font-size: 16.4px;
  line-height: 1.85;
  max-width: 625px;
  color: #4f5858
}

.section {
  padding: 120px 0;
}

.section p {
  font-size: 15.4px
}

.eyebrow {
  font-size: 13px;
  letter-spacing: .07em;
  color: #a45c38
}



.site-header {
  background: rgba(255, 253, 249, .82);
  box-shadow: 0 10px 28px rgba(36, 31, 26, .04)
}

.brand span {
  font-size: 16px
}

.brand img {
  width: 70px;
  height: 70px;
}

.nav a {
  font-size: 14px
}

.nav-cta {
  background: linear-gradient(135deg, var(--copper), var(--orange));
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(201, 111, 63, .2)
}

.btn {
  min-height: 43px;
  padding: 9px 20px;
  font-size: 14.2px
}

.btn.primary {
  position: relative;
  overflow: hidden;

}

.btn-con {
  width: 100%;
  height: 60px;
  font-size: 1.1rem;
}

.btn.primary:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .24) 45%, transparent 70%);
  transform: translateX(120%);
  transition: .55s
}

.btn.primary:hover:before {
  transform: translateX(-120%)
}

.hero {
  min-height: 680px;
  background: #fffefa
}

.hero-video-wrap video {
  opacity: 1;
  filter: saturate(1.05) contrast(1.02)
}

.hero-video-wrap:after {
  background: linear-gradient(270deg, rgba(251, 250, 247, .98) 0%, rgba(251, 250, 247, .88) 42%, rgba(251, 250, 247, .35) 100%)
}

.hero-content {
  padding: 64px 0
}

.hero-pills span {
  font-size: 12.8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 22px rgba(39, 34, 28, .045)
}

.floating-card {
  font-size: 14.5px;
  border-radius: 22px;
  border-color: rgba(201, 111, 63, .14)
}

.split {
  gap: 46px
}

.image-frame {
  border-radius: 30px;
  box-shadow: 0 24px 64px rgba(39, 34, 28, .12);
  transform: translateZ(0)
}

.image-frame:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none
}

.image-frame img {
  height: 395px;
  transition: transform .7s ease
}

.image-frame:hover img {
  transform: scale(1.045)
}

.image-caption {
  font-size: 13.5px
}

.card,
.blog-card,
.testimonial-card,
.stat,
.step,
.form,
.contact-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 32px rgba(39, 34, 28, .065);
  border-color: rgba(41, 38, 35, .085)
}

.card {
  padding: 22px;
  min-height: 190px
}

.card h3,
.card h2,
.blog-card h2,
.blog-card h3 {
  font-size: 19px
}

.card p,
.blog-card p {
  font-size: 14.4px;
  line-height: 1.72
}

.service-img {
  height: 142px;
  border-radius: 18px;
  filter: saturate(1.02);
  transition: transform .65s ease, filter .65s ease
}

.card:hover .service-img,
.blog-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.12)
}

.photo-card .service-img {
  height: 165px
}

.card .num {
  font-size: 23px;
  color: #b8653d
}

.steps {
  gap: 14px
}

.step {
  padding: 23px
}

.step b {
  width: 42px;
  height: 42px;
  font-size: 14px
}

.step h3 {
  font-size: 17.8px
}

.step p {
  font-size: 14.1px
}

.stats {
  gap: 14px
}

.stat b {
  font-size: 31px;
  color: #ab603a
}

.stat span {
  font-size: 13.8px
}

.quote-card {
  border-radius: 24px;
  padding: 28px
}

.quote-card p {
  font-size: 21px;
  line-height: 1.55
}

.check-list li {
  font-size: 14.4px
}

.faq-q {
  font-size: 15.5px
}

.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #26302c 0%, #4e382f 55%, #b86a3e 140%)
}

.cta:before {
  content: "";
  position: absolute;
  inset: auto -8% -38% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(241, 200, 125, .18)
}

.cta .container {
  position: relative
}

.cta h2 {
  font-size: clamp(27px, 2.8vw, 39px)
}

/* Livelier cards */
.scenario-cards .card:nth-child(2),
.cards .card:nth-child(2n) {
  transform: translateY(10px)
}

.scenario-cards .card:nth-child(2):hover,
.cards .card:nth-child(2n):hover {
  transform: translateY(2px)
}

.blog-card img {
  height: 185px
}

.blog-card-body {
  padding: 21px
}

.blog-home {
  background: linear-gradient(135deg, #fffefa 0%, #f7efe5 100%)
}

/* Premium reviews */
.testimonials-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 8%, rgba(231, 155, 87, .16), transparent 26%), radial-gradient(circle at 92% 70%, rgba(111, 131, 119, .14), transparent 28%), #fbfaf7
}

.testimonials-section:before {
  content: "“";
  position: absolute;
  left: 6%;
  top: 20px;
  font-size: 180px;
  line-height: 1;
  color: rgba(201, 111, 63, .08);
  font-weight: 800
}

.testimonials-grid {
  gap: 22px
}

.testimonial-card.premium-review {
  position: relative;
  min-height: 270px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(201, 111, 63, .17);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 250, 243, .92));
  box-shadow: 0 18px 45px rgba(39, 34, 28, .08)
}

.testimonial-card.premium-review:after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(241, 200, 125, .22)
}

.review-top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f1c87d, #c96f3f);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(201, 111, 63, .2)
}

.review-top strong {
  display: block;
  color: #222827;
  font-size: 15.5px
}

.review-top small {
  display: block;
  color: #78807f;
  font-size: 12.5px;
  margin-top: 2px
}

.stars {
  display: flex;
  gap: 3px;
  color: #e3a047;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 14px;
  position: relative;
  z-index: 1
}

.stars span {
  filter: drop-shadow(0 2px 3px rgba(227, 160, 71, .22))
}

.testimonial-card p {
  font-size: 19px;
  line-height: 1.55;
  color: #363331;
  position: relative;
  z-index: 1
}

.testimonial-card em {
  font-style: normal;
  color: #a45c38;
  font-size: 12.8px;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.reviews-google-box {
  background: linear-gradient(135deg, #fffefa, #f6eadc);
  border-color: rgba(201, 111, 63, .18)
}

/* Reveal animation */
.reveal,
.card,
.blog-card,
.testimonial-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease
}

.reveal.is-visible,
.card.is-visible,
.blog-card.is-visible,
.testimonial-card.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.cards .card:nth-child(2).is-visible,
.cards .card:nth-child(4).is-visible {
  transform: translateY(40px)
}

@media(max-width:900px) {
  body {
    font-size: 14.8px
  }

  .section {
    padding: 80px 0;
  }

  .hero h1 {
    font-size: 34px
  }

  .lead {
    font-size: 15.7px
  }

  .section h2 {
    font-size: 28px
  }

  .hero-content {
    padding: 54px 0
  }

  .image-frame img {
    height: 300px
  }

  .scenario-cards .card:nth-child(2),
  .cards .card:nth-child(2n),
  .cards .card:nth-child(2).is-visible,
  .cards .card:nth-child(4).is-visible {
    transform: none
  }

  .testimonial-card.premium-review {
    min-height: auto
  }

  .testimonial-card p {
    font-size: 18px
  }

  .blog-card img {
    height: 210px
  }
}

/* Content depth update: real about + real blog + no fake reviews */
.about-story-hero {
  padding: 88px 0 76px
}

.story-quote {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fffefa, #f6eadc)
}

.vertical-stats {
  grid-template-columns: 1fr 1fr
}

.empty-reviews-box {
  max-width: 760px;
  margin: auto
}

.empty-reviews-box .stars,
.reviews-google-box .stars {
  justify-content: center;
  margin-bottom: 10px
}

.reviews-google-box h3 {
  font-size: 24px;
  margin: 0 0 8px;
  color: var(--ink)
}

.article-content p {
  margin-bottom: 20px
}

.article-content p:first-of-type {
  font-size: 20px;
  color: #353b3c;
  font-weight: 500
}

@media(max-width:900px) {
  .vertical-stats {
    grid-template-columns: 1fr
  }

  .about-story-hero {
    padding: 58px 0
  }
}

/* Google reviews update */
.google-rating-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(201, 111, 63, .16);
  border-radius: 28px;
  padding: 18px 24px;
  margin: 8px 0 28px;
  box-shadow: 0 18px 50px rgba(39, 34, 28, .07);
}

.rating-number {
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
  color: #3b3632;
}

.google-rating-strip p {
  margin: 4px 0 0;
  color: #6d6a66;
  font-size: 14px
}

.google-review-card p {
  font-size: 17px;
  line-height: 1.62
}

.testimonials-grid .google-review-card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-full-card {
  min-height: auto
}

.review-full-card p {
  display: block;
  font-size: 18px;
  line-height: 1.75
}

.reviews-page-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch
}

.page-rating {
  margin-top: 26px;
  text-align: right
}

.reviews-hero .lead {
  max-width: 780px;
  margin-inline: auto
}

@media(max-width:900px) {
  .google-rating-strip {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px
  }

  .rating-number {
    font-size: 40px
  }

  .reviews-page-grid {
    grid-template-columns: 1fr
  }
}

.trust-strip {
  position: relative;
  margin-top: -60px;
  z-index: 10;
}

.trust-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .08);

  transition: .3s;
}

.trust-card:hover {
  transform: translateY(-6px);
}

.trust-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #D87A43;
  margin-bottom: 10px;
}

.trust-text {
  display: block;
  font-size: 1rem;
  color: #444;
}

.hero-quote {
  margin-top: 40px;

  padding: 18px 24px;

  background: rgba(255, 255, 255, .75);

  backdrop-filter: blur(12px);

  border-radius: 18px;

  max-width: 500px;

  color: #555;

  font-size: 1rem;

  line-height: 1.9;
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 110px 0 50px;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    padding: 0 18px;
  }

  .hero-title {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.15;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.9;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-quote {
    margin: 24px auto 0;
    font-size: .95rem;
    padding: 16px;
  }

  .trust-strip {
    margin-top: 0;
    padding: 24px 16px 36px;
  }

  .trust-strip .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .trust-card {
    border-radius: 18px;
    padding: 22px 12px;
    min-height: 130px;
  }

  .trust-number {
    font-size: 1.55rem;
    margin-bottom: 8px;
  }

  .trust-text {
    font-size: .88rem;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .trust-strip .container {
    grid-template-columns: 1fr 1fr;
  }

  .hero-title {
    font-size: 34px;
  }

  .trust-card {
    min-height: 120px;
  }
}

.logo-con {
  height: 30px;
  padding: 0 10px;
  display: inline-block;
}

.thanks-hero {
  text-align: center;
}

.thanks-intro {
  font-size: 1.25rem;
  font-weight: 600;
  color: #d88d50;
}

.thanks-box {
  max-width: 700px;
  margin: 40px auto;
  padding: 32px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.thanks-box ul {
  text-align: right;
  line-height: 2;
  margin-top: 16px;
}

.thanks-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* SEO area pages + enriched articles */
.article-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px
}

.article-keywords span,
.area-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 141, 80, .24);
  background: #fff8f1;
  color: #5a4638;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: .95rem;
  text-decoration: none
}

.internal-links-box {
  margin: 42px 0;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fffdf9, #f8efe5);
  border: 1px solid rgba(216, 141, 80, .18)
}

.internal-links-box h2 {
  margin-top: 0
}

.internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px
}

.internal-links a {
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #5b4537;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(54, 38, 26, .05)
}

.internal-links a:hover {
  color: #c8733a;
  transform: translateY(-2px)
}

.area-map-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 44px
}

.area-map-list {
  max-height:650px;
    overflow-y:auto;
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 55px rgba(54, 38, 26, .07);
  display: flex;
  flex-direction: column;
  gap: 14px
}

.map-embed {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(54, 38, 26, .08);
  background: #fff;
  min-height: 360px
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block
}

.area-single-map {
  margin: 42px 0
}

.area-faq {
  margin: 42px 0
}

.area-faq details {
  background: #fff;
  border: 1px solid rgba(216, 141, 80, .16);
  border-radius: 18px;
  padding: 18px 22px;
  margin-bottom: 12px;
  box-shadow: 0 10px 28px rgba(54, 38, 26, .045)
}

.area-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #3e3028
}

.area-nearby {
  margin: 34px 0;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border-right: 4px solid #d88d50
}

@media (max-width: 850px) {
  .area-map-shell {
    grid-template-columns: 1fr
  }

  .area-map-list {
    flex-direction: row;
    flex-wrap: wrap
  }

  .map-embed,
  .map-embed iframe {
    min-height: 300px
  }
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 18px;

  background: #fff;
  border: 1px solid rgba(216, 141, 80, .15);

  border-radius: 999px;

  font-size: .9rem;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.breadcrumbs a {
  color: #6b625b;
  text-decoration: none;
}

.breadcrumbs span {
  color: #d88d50;
}

.page-top{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    margin-bottom:24px;
}
.areas-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin-top:32px;
}

.areas-grid a{
    background:#fff;
    padding:16px;
    text-align:center;
    border-radius:14px;
    text-decoration:none;
    color:#2b2b2b;
    border:1px solid rgba(216,141,80,.15);
    transition:.3s;
}

.areas-grid a:hover{
    transform:translateY(-3px);
    border-color:#d88d50;
}

.areas-more{
    text-align:center;
    margin-top:24px;
}
.faq-a a{
    display:inline-block;
    margin-right:8px;
    padding:6px 14px;
    border-radius:999px;
    background:#d88d50;
    color:#fff;
    text-decoration:none;
    font-size:.9rem;
    font-weight:600;
}

.faq-a a:hover{
    opacity:.9;
}