.domestic-epc-page {
  --dep-ink: #102118;
  --dep-forest: #0b321b;
  --dep-forest-deep: #071f12;
  --dep-green: #159b26;
  --dep-green-bright: #42bd4d;
  --dep-sage: #dfeadd;
  --dep-cream: #f6f8f2;
  --dep-coral: #f06455;
  --dep-line: rgba(16, 55, 28, 0.14);
  --dep-shadow: 0 24px 70px rgba(14, 55, 25, 0.12);
  background: #fff;
}

.domestic-epc-page main {
  overflow: clip;
}

.domestic-epc-page .section[id] {
  scroll-margin-top: 150px;
}

.domestic-epc-page h1,
.domestic-epc-page h2,
.domestic-epc-page h3 {
  color: var(--dep-ink);
  letter-spacing: -0.035em;
}

.domestic-epc-page h2 {
  font-size: clamp(2.15rem, 4.1vw, 4.25rem);
  line-height: 1.02;
}

.domestic-epc-page h3 {
  line-height: 1.14;
}

.domestic-epc-page p {
  text-wrap: pretty;
}

.dep-eyebrow-light {
  color: #b8edb2 !important;
}

.dep-hero {
  position: relative;
  min-height: 730px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(8, 36, 19, 0.98) 0%, rgba(8, 42, 21, 0.98) 52%, rgba(16, 81, 30, 0.93) 100%);
}

.dep-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, #000, transparent 85%);
}

.dep-hero-orb {
  position: absolute;
  z-index: -1;
  width: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.dep-hero-orb-one {
  top: -250px;
  right: -60px;
  border: 1px solid rgba(143, 229, 127, 0.18);
  box-shadow: 0 0 0 90px rgba(127, 221, 110, 0.035), 0 0 0 180px rgba(127, 221, 110, 0.025);
}

.dep-hero-orb-two {
  bottom: -360px;
  left: 25%;
  background: rgba(58, 180, 58, 0.1);
  filter: blur(40px);
}

.dep-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
  padding-block: clamp(34px, 4vw, 54px) clamp(72px, 9vw, 120px);
}

.dep-hero-copy {
  position: relative;
  z-index: 2;
}

.dep-hero .breadcrumbs,
.dep-hero .breadcrumbs a {
  color: rgba(255,255,255,.66);
}

.dep-hero .breadcrumbs {
  margin-bottom: 26px;
}

.dep-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: .95;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.dep-hero-intro {
  max-width: 760px;
  margin: 23px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(1.06rem, 1.4vw, 1.25rem);
  line-height: 1.66;
}

.dep-hero-audience {
  position: relative;
  max-width: 680px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: #d5f4d0;
  font-weight: 750;
}

.dep-hero-audience::before {
  position: absolute;
  top: .2em;
  bottom: .2em;
  left: 0;
  width: 3px;
  content: "";
  background: var(--dep-green-bright);
  border-radius: 4px;
}

.dep-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.domestic-epc-page .dep-button-light {
  color: var(--dep-forest);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 14px 35px rgba(0,0,0,.18);
}

.domestic-epc-page .dep-button-light:hover {
  color: #fff;
  background: var(--dep-coral);
  border-color: var(--dep-coral);
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
}

.dep-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-weight: 780;
  text-decoration: none;
}

.dep-text-link span:last-child {
  transition: transform .2s ease;
}

.dep-text-link:hover span:last-child {
  transform: translate(3px, -3px);
}

.dep-hero .dep-text-link {
  color: #fff;
}

.dep-hero-trust {
  display: flex;
  flex-wrap: wrap;
  margin: 26px 0 0;
  padding: 0;
  gap: 14px 24px;
  list-style: none;
  color: rgba(255,255,255,.74);
  font-size: .9rem;
  font-weight: 680;
}

.dep-hero-trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dep-hero-trust span {
  color: #86dc78;
}

.dep-hero-visual {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(100%, 560px);
  margin-top: 8px;
  padding: 24px 14px 34px 34px;
}

.dep-hero-image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: .94;
  background: #f7f5ef;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 44% 44% 26px 26px;
  box-shadow: 0 42px 90px rgba(0,0,0,.28);
}

.dep-hero-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.26);
  border-radius: inherit;
  pointer-events: none;
}

.dep-hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  transform: scale(1.02);
}

.dep-price-float,
.dep-register-float {
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.dep-price-float {
  top: 5%;
  right: -34px;
  display: flex;
  flex-direction: column;
  min-width: 170px;
  padding: 18px 20px;
  color: #51705c;
  border-radius: 18px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dep-price-float strong {
  margin-top: 2px;
  color: var(--dep-forest);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: none;
}

.dep-register-float {
  bottom: 0;
  left: -8px;
  display: flex;
  align-items: center;
  max-width: 245px;
  padding: 14px 17px;
  gap: 12px;
  color: #5c6f60;
  border-radius: 17px;
  font-size: .78rem;
  line-height: 1.35;
}

.dep-register-float strong {
  display: block;
  color: var(--dep-ink);
  font-size: .88rem;
}

.dep-register-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: var(--dep-green);
  border-radius: 50%;
  font-weight: 900;
}

.dep-section-nav {
  position: sticky;
  z-index: 90;
  top: 82px;
  background: rgba(255,255,255,.93);
  border-bottom: 1px solid var(--dep-line);
  backdrop-filter: blur(16px);
}

.dep-section-nav-inner {
  display: flex;
  align-items: center;
  min-height: 62px;
  gap: clamp(18px, 3vw, 40px);
  overflow-x: auto;
  scrollbar-width: none;
}

.dep-section-nav-inner::-webkit-scrollbar {
  display: none;
}

.dep-section-nav span,
.dep-section-nav a {
  flex: 0 0 auto;
  color: #47604f;
  font-size: .84rem;
  font-weight: 750;
  white-space: nowrap;
}

.dep-section-nav span {
  color: var(--dep-green);
  text-transform: uppercase;
  letter-spacing: .09em;
}

.dep-section-nav a:hover {
  color: var(--dep-green);
}

.dep-section-copy > h2 {
  max-width: 730px;
  margin: 0 0 24px;
}

.dep-section-copy > .lead {
  max-width: 670px;
  color: #526259;
  line-height: 1.7;
}

.dep-pricing-section {
  background:
    radial-gradient(circle at 6% 5%, rgba(55, 178, 55, .10), transparent 27%),
    #fff;
}

.dep-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.dep-info-note {
  display: flex;
  align-items: flex-start;
  max-width: 680px;
  margin: 30px 0;
  padding: 18px 20px;
  gap: 12px;
  color: #475a4d;
  background: #f1f7ef;
  border: 1px solid #d9e9d7;
  border-radius: 14px;
}

.dep-info-note p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.6;
}

.dep-note-icon {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: var(--dep-green);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 800;
}

.dep-price-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe7da;
  border-radius: 26px;
  box-shadow: var(--dep-shadow);
}

.dep-price-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--dep-green), #a6d93b, #f1d43b, var(--dep-coral));
}

.dep-price-card-head,
.dep-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.dep-price-card-head {
  padding: 25px 30px 18px;
  color: #6b796e;
  border-bottom: 1px solid #e6ede5;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dep-price-row {
  min-height: 66px;
  padding: 12px 30px;
  border-bottom: 1px solid #edf1ec;
}

.dep-price-row span {
  color: #405247;
  font-weight: 680;
}

.dep-price-row strong {
  min-width: 78px;
  color: var(--dep-forest);
  font-size: 1.23rem;
  text-align: right;
}

.dep-price-row:hover {
  background: #f8fbf7;
}

.dep-price-row-tailored strong {
  color: var(--dep-coral);
  font-size: .9rem;
}

.dep-price-foot {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 30px 22px;
  gap: 9px;
  color: #607063;
  background: #f8faf7;
  font-size: .82rem;
}

.dep-price-foot span {
  color: var(--dep-green);
  font-size: .7rem;
}

.dep-explainer-section {
  background: var(--dep-cream);
}

.dep-explainer-layout {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.dep-rating-visual {
  position: relative;
  max-width: 500px;
  padding: 30px;
  background: #fff;
  border: 1px solid #dfe8de;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(26, 66, 33, .11);
  transform: rotate(-1deg);
}

.dep-rating-visual-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 22px;
  color: #647268;
  border-bottom: 1px solid #e6ece5;
  font-size: .78rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dep-rating-visual-head strong {
  color: var(--dep-ink);
  font-size: 1rem;
}

.dep-rating-bars {
  display: grid;
  padding: 26px 0;
  gap: 7px;
}

.dep-rating-bar {
  display: grid;
  height: 31px;
  place-items: center end;
  padding-right: 11px;
  color: #fff;
  border-radius: 3px 18px 18px 3px;
  font-size: .78rem;
  font-weight: 900;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.dep-rating-a { width: 45%; background: #078845; }
.dep-rating-b { width: 54%; background: #42a93e; }
.dep-rating-c { width: 63%; background: #8dbc34; }
.dep-rating-d { width: 72%; background: #d8c82c; color: #4b4816; }
.dep-rating-e { width: 81%; background: #efae2d; color: #513912; }
.dep-rating-f { width: 90%; background: #ed762e; }
.dep-rating-g { width: 100%; background: #df3f38; }

.dep-rating-visual-foot {
  display: flex;
  align-items: center;
  padding-top: 20px;
  gap: 13px;
  border-top: 1px solid #e6ece5;
}

.dep-rating-marker {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: #078845;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 900;
}

.dep-rating-visual-foot p {
  margin: 0;
  color: #67746a;
  font-size: .82rem;
  line-height: 1.45;
}

.dep-rating-visual-foot strong {
  color: var(--dep-ink);
}

.dep-long-copy > div > p {
  margin: 0 0 17px;
  color: #526158;
  line-height: 1.78;
}

.dep-inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  gap: 8px;
  color: var(--dep-green);
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: rgba(21,155,38,.28);
  text-underline-offset: 5px;
}

.dep-inline-link:hover {
  color: var(--dep-forest);
  text-decoration-color: currentColor;
}

.dep-property-section {
  background: #fff;
}

.dep-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  margin-bottom: 50px;
  gap: 40px 80px;
}

.dep-section-heading h2 {
  max-width: 850px;
  margin: 0;
}

.dep-section-heading > p {
  max-width: 540px;
  margin: 0 0 4px;
  color: #5b6a60;
  line-height: 1.75;
}

.dep-property-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dep-property-card {
  position: relative;
  overflow: hidden;
  min-height: 325px;
  padding: 34px;
  background: #fff;
  border: 1px solid #dde8dd;
  border-radius: 22px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dep-property-card::after {
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 170px;
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, rgba(64,180,63,.12), transparent 68%);
  pointer-events: none;
}

.dep-property-card:hover {
  border-color: #b7d7b5;
  box-shadow: 0 23px 55px rgba(17, 74, 29, .1);
  transform: translateY(-4px);
}

.dep-card-number {
  position: absolute;
  top: 25px;
  right: 27px;
  color: #a7b5aa;
  font-family: Georgia, serif;
  font-size: .82rem;
  font-style: italic;
}

.dep-property-icon {
  display: grid;
  width: 53px;
  aspect-ratio: 1;
  margin-bottom: 50px;
  place-items: center;
  color: var(--dep-forest);
  background: #e8f2e5;
  border-radius: 16px;
  font-size: 1.7rem;
  line-height: 1;
}

.dep-property-card:nth-child(2) .dep-property-icon { color: #946a15; background: #fff3ce; }
.dep-property-card:nth-child(3) .dep-property-icon { color: #b0433b; background: #fee3de; }
.dep-property-card:nth-child(4) .dep-property-icon { color: #315675; background: #e2eef6; }

.dep-property-card h3 {
  max-width: 480px;
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.dep-property-card p {
  margin: 0;
  color: #5b6b61;
  line-height: 1.72;
}

.dep-assessment-section {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgba(71, 197, 75, .18), transparent 25%),
    linear-gradient(135deg, var(--dep-forest-deep), var(--dep-forest));
}

.dep-assessment-section::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.38) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent 40%, #000);
  pointer-events: none;
}

.dep-assessment-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  align-items: start;
  gap: clamp(60px, 8vw, 110px);
}

.dep-assessment-copy h2 {
  margin: 0 0 24px;
  color: #fff;
}

.dep-assessment-copy > .lead {
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}

.dep-assessment-note {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  padding: 20px;
  gap: 13px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
}

.dep-assessment-note span {
  color: #8cdd7b;
  font-size: 1.25rem;
}

.dep-assessment-note p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: .88rem;
  line-height: 1.65;
}

.dep-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.dep-check-grid li {
  display: flex;
  align-items: flex-start;
  min-height: 118px;
  padding: 21px;
  gap: 14px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  line-height: 1.5;
  transition: background .2s ease, transform .2s ease;
}

.dep-check-grid li:hover {
  background: rgba(255,255,255,.11);
  transform: translateY(-2px);
}

.dep-check-grid li > span {
  color: #87dc79;
  font-family: Georgia, serif;
  font-size: .78rem;
  font-style: italic;
}

.dep-preparation-section {
  background:
    radial-gradient(circle at 95% 90%, rgba(240, 100, 85, .09), transparent 24%),
    #fff;
}

.dep-preparation-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.dep-preparation-intro h2 {
  margin: 0 0 24px;
}

.dep-preparation-intro > .lead {
  color: #56665c;
  line-height: 1.75;
}

.dep-document-note {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  padding: 22px;
  gap: 14px;
  color: #536157;
  background: #faf4e5;
  border: 1px solid #eee0b7;
  border-radius: 16px;
}

.dep-document-note p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.65;
}

.dep-document-icon {
  display: grid;
  flex: 0 0 35px;
  width: 35px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: #d39c2e;
  border-radius: 10px;
  font-size: 1.15rem;
  font-weight: 900;
}

.dep-preparation-list {
  margin: 0;
  padding: 0;
  counter-reset: prep;
  list-style: none;
}

.dep-preparation-list li {
  position: relative;
  min-height: 84px;
  padding: 24px 20px 24px 72px;
  color: #405047;
  border-bottom: 1px solid #dfe7de;
  counter-increment: prep;
  line-height: 1.62;
}

.dep-preparation-list li:first-child {
  border-top: 1px solid #dfe7de;
}

.dep-preparation-list li::before {
  position: absolute;
  top: 21px;
  left: 9px;
  display: grid;
  width: 37px;
  aspect-ratio: 1;
  content: counter(prep);
  place-items: center;
  color: var(--dep-green);
  background: #ecf6e9;
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 850;
}

.dep-process-section {
  background: var(--dep-cream);
}

.dep-process-heading {
  grid-template-columns: 1fr auto;
}

.dep-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.dep-process-grid::before {
  position: absolute;
  top: 32px;
  right: 12%;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--dep-green), #bfd8b8);
}

.dep-process-grid li {
  position: relative;
  padding: 0 26px;
  text-align: center;
}

.dep-process-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  aspect-ratio: 1;
  margin: 0 auto 30px;
  place-items: center;
  color: #fff;
  background: var(--dep-forest);
  border: 8px solid var(--dep-cream);
  border-radius: 50%;
  box-sizing: content-box;
  font-size: .78rem;
  font-weight: 850;
}

.dep-process-grid li:first-child .dep-process-number,
.dep-process-grid li:last-child .dep-process-number {
  background: var(--dep-green);
}

.dep-process-grid h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.dep-process-grid p {
  margin: 0;
  color: #607066;
  font-size: .91rem;
  line-height: 1.65;
}

.dep-rating-section {
  background: #fff;
}

.dep-rating-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(60px, 9vw, 135px);
}

.dep-rating-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 34px;
  gap: 18px;
  background: #f6f8f4;
  border: 1px solid #e0e9df;
  border-radius: 25px;
}

.dep-rating-comparison > p {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  color: #748077;
  font-size: .75rem;
  text-align: center;
}

.dep-rating-score {
  display: grid;
  min-height: 190px;
  padding: 20px;
  place-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe7dd;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(31,70,36,.07);
}

.dep-rating-score span {
  max-width: 100px;
  color: #657269;
  font-size: .72rem;
  font-weight: 740;
  line-height: 1.35;
}

.dep-rating-score strong {
  display: grid;
  width: 66px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
}

.dep-rating-score-current strong { background: #dfc42f; }
.dep-rating-score-potential strong { background: #49a849; }

.dep-rating-score small {
  color: #748077;
}

.dep-rating-path {
  display: grid;
  align-items: center;
  gap: 8px;
  color: #879288;
  font-size: .61rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.dep-rating-path span {
  width: 42px;
  height: 1px;
  background: #b9c7b8;
}

.dep-rating-path i {
  max-width: 70px;
  font-style: normal;
}

.dep-value-local-section {
  padding-top: 0;
  background: #fff;
}

.dep-value-local-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dep-value-card,
.dep-local-card {
  min-height: 100%;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 26px;
}

.dep-value-card {
  background: #f2f7ef;
  border: 1px solid #dce9d9;
}

.dep-value-card h2,
.dep-local-card h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.dep-value-card [data-service-copy] p {
  color: #56665c;
  line-height: 1.7;
}

.dep-tick-list {
  display: grid;
  margin: 25px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.dep-tick-list li {
  position: relative;
  padding-left: 31px;
  color: #405147;
  line-height: 1.55;
}

.dep-tick-list li::before {
  position: absolute;
  top: .15em;
  left: 0;
  display: grid;
  width: 21px;
  aspect-ratio: 1;
  content: "✓";
  place-items: center;
  color: #fff;
  background: var(--dep-green);
  border-radius: 50%;
  font-size: .67rem;
  font-weight: 900;
}

.dep-value-emphasis {
  margin: 28px 0 0;
  padding-top: 23px;
  color: var(--dep-forest);
  border-top: 1px solid #ccdcca;
  font-weight: 760;
  line-height: 1.62;
}

.dep-local-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(7, 32, 17, .72), rgba(10, 68, 25, .92)),
    var(--dep-forest);
  isolation: isolate;
}

.dep-local-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .32;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.08) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.08) 87.5%),
    linear-gradient(150deg, rgba(255,255,255,.08) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.08) 87.5%);
  background-size: 70px 120px;
}

.dep-local-card > div:last-child {
  position: relative;
  z-index: 2;
}

.dep-local-card h2 {
  color: #fff;
}

.dep-local-card [data-service-copy] p {
  color: rgba(255,255,255,.74);
  line-height: 1.72;
}

.dep-local-card .dep-text-link {
  margin-top: 10px;
  color: #fff;
}

.dep-london-graphic {
  position: relative;
  width: min(74%, 380px);
  aspect-ratio: 1;
  margin: -15px auto 32px;
}

.dep-london-ring {
  position: absolute;
  border: 1px solid rgba(143,229,127,.24);
  border-radius: 50%;
}

.dep-london-ring-one { inset: 14%; }
.dep-london-ring-two { inset: 0; border-style: dashed; }

.dep-london-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 82px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--dep-forest);
  background: #8cdd7b;
  border: 10px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(142, 222, 126, .08);
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
}

.dep-london-place {
  position: absolute;
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: #d5f2d0;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  font-size: .66rem;
  font-weight: 800;
}

.dep-place-one { top: 0; left: 44%; }
.dep-place-two { top: 45%; right: 0; }
.dep-place-three { bottom: 0; left: 38%; }
.dep-place-four { top: 48%; left: 0; }

.dep-faq-section {
  background: var(--dep-cream);
}

.dep-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(55px, 8vw, 120px);
}

.dep-faq-heading {
  position: sticky;
  top: 170px;
}

.dep-faq-heading h2 {
  margin: 0 0 22px;
}

.dep-faq-heading > p {
  color: #5a6a60;
  line-height: 1.7;
}

.dep-faq-heading > p a {
  color: var(--dep-green);
  font-weight: 760;
}

.domestic-epc-page .button.secondary {
  color: var(--dep-forest);
  background: transparent;
  border-color: #a8bba9;
}

.domestic-epc-page .button.secondary:hover {
  color: #fff;
  background: var(--dep-forest);
  border-color: var(--dep-forest);
}

.dep-faq-list {
  background: #fff;
  border: 1px solid #dce7dc;
  border-radius: 23px;
  box-shadow: 0 22px 60px rgba(22, 68, 31, .08);
}

.dep-faq-list details {
  border-bottom: 1px solid #e4ebe3;
}

.dep-faq-list details:last-child {
  border-bottom: 0;
}

.dep-faq-list summary {
  position: relative;
  padding: 25px 70px 25px 28px;
  color: var(--dep-ink);
  cursor: pointer;
  list-style: none;
  font-weight: 760;
  line-height: 1.45;
}

.dep-faq-list summary::-webkit-details-marker {
  display: none;
}

.dep-faq-list summary span {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 24px;
  height: 24px;
  border: 1px solid #b9cbb8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.dep-faq-list summary span::before,
.dep-faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  content: "";
  background: var(--dep-green);
  transform: translate(-50%, -50%);
}

.dep-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.dep-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.dep-faq-list details[open] summary {
  color: var(--dep-green);
}

.dep-faq-list details > p {
  max-width: 820px;
  margin: -6px 0 0;
  padding: 0 70px 26px 28px;
  color: #5a6960;
  line-height: 1.72;
}

.dep-related-section {
  padding-block: var(--dep-related-padding, 72px);
  background: var(--dep-related-section-bg, #fff);
}

.dep-related-section .dep-section-heading h2 {
  color: var(--dep-related-heading, var(--dep-ink));
}

.dep-related-section .dep-section-heading > p {
  color: var(--dep-related-text, #5a6960);
}

.dep-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dep-related-grid > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 122px;
  padding: 25px;
  gap: 17px;
  color: var(--dep-related-card-heading, var(--dep-ink));
  background: var(--dep-related-card-bg, #fff);
  border: 1px solid var(--dep-related-card-border, #dce7dc);
  border-radius: var(--dep-related-radius, 18px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dep-related-grid > a:hover {
  border-color: #9fc99e;
  box-shadow: 0 18px 40px rgba(18, 71, 28, .09);
  transform: translateY(-3px);
}

.dep-related-grid > a > span {
  color: var(--dep-related-accent, #91a196);
  font-family: Georgia, serif;
  font-size: .72rem;
  font-style: italic;
}

.dep-related-grid strong,
.dep-related-grid small {
  display: block;
}

.dep-related-grid strong {
  margin-bottom: 6px;
  font-size: 1.04rem;
}

.dep-related-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--dep-related-card-text, #68756c);
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dep-related-grid i {
  color: var(--dep-related-accent, var(--dep-green));
  font-style: normal;
}

.dep-final-cta-section {
  padding-top: 0;
  background: #fff;
}

.dep-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(36px, 6vw, 70px);
  gap: 40px 70px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(137, 226, 121, .28), transparent 24%),
    linear-gradient(125deg, var(--dep-forest-deep), #126125);
  border-radius: 28px;
}

.dep-final-cta::after {
  position: absolute;
  top: -140px;
  right: -70px;
  width: 340px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02);
  pointer-events: none;
}

.dep-final-cta > div {
  position: relative;
  z-index: 1;
}

.dep-final-cta h2 {
  max-width: 770px;
  margin: 0 0 16px;
  color: #fff;
}

.dep-final-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.73);
  line-height: 1.7;
}

.dep-final-cta-action {
  display: grid;
  justify-items: center;
  gap: 13px;
}

.dep-final-cta-action small {
  color: rgba(255,255,255,.58);
  font-size: .72rem;
}

@media (max-width: 1120px) {
  .dep-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
    gap: 40px;
  }

  .dep-hero h1 {
    font-size: clamp(3rem, 6vw, 5rem);
  }

  .dep-price-float {
    right: -8px;
  }

  .dep-assessment-layout,
  .dep-preparation-layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 55px;
  }

  .dep-process-grid li {
    padding-inline: 14px;
  }
}

@media (max-width: 980px) {
  .dep-hero {
    min-height: auto;
  }

  .dep-hero-grid,
  .dep-pricing-layout,
  .dep-explainer-layout,
  .dep-assessment-layout,
  .dep-preparation-layout,
  .dep-rating-layout,
  .dep-faq-layout {
    grid-template-columns: 1fr;
  }

  .dep-hero-grid {
    padding-block: 38px 85px;
  }

  .dep-hero-actions .button {
    display: none;
  }

  .dep-hero-visual {
    order: -1;
    justify-self: center;
    width: min(90%, 560px);
  }

  .dep-pricing-layout,
  .dep-explainer-layout,
  .dep-assessment-layout,
  .dep-preparation-layout,
  .dep-rating-layout,
  .dep-faq-layout {
    gap: 55px;
  }

  .dep-rating-visual {
    order: 2;
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .dep-section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .dep-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dep-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 0;
  }

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

  .dep-value-local-grid {
    grid-template-columns: 1fr;
  }

  .dep-local-card {
    grid-template-columns: minmax(240px, .65fr) 1fr;
    align-items: center;
    gap: 45px;
  }

  .dep-london-graphic {
    width: 100%;
    margin: 0;
  }

  .dep-faq-heading {
    position: static;
  }

  .dep-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .domestic-epc-page .section {
    padding-block: 76px;
  }

  .domestic-epc-page h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .dep-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .dep-hero .breadcrumbs {
    display: none;
  }

  .dep-hero-grid {
    padding-block: 32px 70px;
  }

  .dep-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .dep-hero-actions .dep-text-link {
    justify-content: center;
  }

  .dep-hero-trust {
    display: none;
  }

  .dep-hero-visual {
    width: 100%;
    padding: 18px 10px 24px 12px;
  }

  .dep-hero-image-frame {
    border-radius: 38% 38% 20px 20px;
  }

  .dep-price-float {
    top: 0;
    right: 0;
    min-width: 138px;
    padding: 14px 16px;
  }

  .dep-price-float strong {
    font-size: 1.35rem;
  }

  .dep-register-float {
    bottom: -3px;
    left: 0;
    max-width: 215px;
  }

  .dep-section-nav {
    top: 72px;
  }

  .dep-section-nav-inner {
    min-height: 55px;
  }

  .dep-section-nav-inner span:first-child {
    display: none;
  }

  .dep-price-card-head,
  .dep-price-row {
    padding-inline: 20px;
  }

  .dep-price-row {
    min-height: 62px;
  }

  .dep-price-row span {
    font-size: .9rem;
  }

  .dep-price-row strong {
    font-size: 1.05rem;
  }

  .dep-price-foot {
    padding-inline: 20px;
  }

  .dep-rating-visual {
    padding: 22px;
  }

  .dep-property-grid,
  .dep-check-grid,
  .dep-process-grid {
    grid-template-columns: 1fr;
  }

  .dep-property-card {
    min-height: 0;
    padding: 27px;
  }

  .dep-property-icon {
    margin-bottom: 34px;
  }

  .dep-check-grid li {
    min-height: 0;
  }

  .dep-process-grid {
    gap: 0;
  }

  .dep-process-grid li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    padding: 0 0 30px;
    gap: 18px;
    text-align: left;
  }

  .dep-process-number {
    width: 48px;
    margin: 0;
    border-width: 5px;
  }

  .dep-rating-comparison {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .dep-rating-path {
    grid-template-columns: 1fr auto 1fr;
  }

  .dep-rating-path span {
    width: auto;
  }

  .dep-rating-score {
    width: 100%;
    min-height: 160px;
  }

  .dep-value-card,
  .dep-local-card {
    padding: 30px 24px;
  }

  .dep-local-card {
    grid-template-columns: 1fr;
  }

  .dep-london-graphic {
    width: min(74%, 300px);
    margin: 0 auto 25px;
  }

  .dep-faq-list summary {
    padding: 22px 60px 22px 21px;
  }

  .dep-faq-list summary span {
    right: 20px;
  }

  .dep-faq-list details > p {
    padding: 0 22px 24px;
  }

  .dep-related-grid > a {
    padding: 21px;
  }

  .dep-final-cta-section {
    padding-top: 0 !important;
  }

  .dep-final-cta {
    grid-template-columns: 1fr;
    padding: 34px 25px;
    border-radius: 22px;
  }

  .dep-final-cta-action {
    justify-items: stretch;
  }

  .dep-final-cta-action small {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dep-property-card,
  .dep-check-grid li,
  .dep-related-grid > a,
  .dep-text-link span:last-child {
    transition: none;
  }
}
