:root {
  --navy: #0e223d;
  --navy-2: #16304d;
  --blue: #6f8faa;
  --blue-2: #90acc3;
  --blue-soft: #f3f5f7;
  --white: #ffffff;
  --line: #d8dee6;
  --text: #1c2e43;
  --slate: #617388;
  --shadow: 0 24px 60px rgba(14, 34, 61, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fcfcfb 0%, #f3f5f7 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1150px, calc(100% - 32px)); margin: 0 auto; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 10px 16px; z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; border-radius: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252,251,249,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(14, 34, 61, 0.08);
}
.nav-wrap {
  min-height: 90px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 24px;
}
.brand img { width: 220px; }
.site-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.site-nav a { font-weight: 800; color: var(--navy); }
.site-nav a:hover { color: var(--blue); }
.call-pill {
  justify-self: end;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: var(--shadow);
}
.nav-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px;
  justify-self: end;
}
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 999px; }
.nav-toggle span + span { margin-top: 5px; }

.hero { padding: 32px 0 22px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 28px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
}
.hero h1,
.section-heading h2,
.feature-copy h3,
.contact-grid h2,
.split-grid h2,
.before-after .section-heading h2 {
  margin: 0;
  color: var(--navy);
  letter-spacing: -0.045em;
  line-height: .98;
  font-weight: 950;
}
.hero h1 { font-size: clamp(3.2rem, 7vw, 5.8rem); text-transform: uppercase; max-width: 9ch; }
.hero h1 span { color: var(--blue); }
.hero-text,
.section-heading p:not(.eyebrow),
.feature-copy p:not(.eyebrow),
.contact-grid p,
.split-grid p,
.before-after .section-heading p:not(.eyebrow),
.service-card p,
.footer-grid p {
  color: var(--slate);
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 24px 0 22px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; box-shadow: var(--shadow); }
.btn-secondary { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.btn.wide { width: 100%; }
.hero-details { display: grid; gap: 8px; }
.hero-details span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: 700;
}
.hero-details strong { color: var(--navy); }

/* Final clean hero image */
.hero-grid {
  align-items: start;
}

.hero-media {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 22px;
  overflow: hidden;
  margin-top: 0;
  align-self: start;
}

.hero-media img {
  width: 100%;
  min-height: 560px;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  display: block;
}

@media (max-width: 920px) {
  .hero-media {
    margin-top: 10px;
  }

  .hero-media img {
    min-height: 420px;
    max-height: 620px;
  }
}


.trust-strip { padding: 0 0 20px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.trust-card {
  background: linear-gradient(145deg, #0e223d, #1a3654);
  color: #fff;
  border-radius: 24px;
  padding: 18px 16px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trust-card strong { font-size: 1rem; margin-bottom: 6px; }
.trust-card span { opacity: .8; font-size: .95rem; }

.section,
.quote-section { padding: 84px 0; }
.alt { background: var(--blue-soft); }
.section-heading { margin-bottom: 32px; max-width: 760px; }
.section-heading.compact { margin-bottom: 20px; max-width: none; }
.section-heading h2,
.contact-grid h2,
.split-grid h2,
.before-after .section-heading h2 { font-size: clamp(2.2rem, 4.8vw, 4rem); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}
.service-card h3 { margin: 0 0 10px; color: var(--navy); }
.service-card p { margin: 0; }

.feature-row {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: center;
  margin: 0 0 26px;
}
.feature-row.reverse { grid-template-columns: .95fr 1.05fr; }
.feature-row.reverse .feature-image { order: 2; }
.feature-row.reverse .feature-copy { order: 1; }
.feature-image img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.feature-copy { padding: 4px 4px 4px 10px; }
.feature-copy h3 { font-size: clamp(1.9rem, 4vw, 3.1rem); margin-bottom: 14px; }
.feature-copy p { margin: 0 0 16px; }
.feature-copy ul,
.tick-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.feature-copy li,
.tick-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  font-weight: 700;
}
.feature-copy li::before,
.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  font-size: .72rem;
}

.before-after { padding: 26px; margin: 10px 0 28px; }
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.before-after figure { margin: 0; position: relative; overflow: hidden; border-radius: 22px; }
.before-after img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.before-after figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(7,25,63,.84);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.gallery-grid .tall img { min-height: 540px; }
.gallery-grid figcaption {
  padding: 12px 16px;
  font-weight: 800;
  color: var(--navy);
}

.commercial-section { background: #fff; }
.split-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.split-image img { width: 100%; min-height: 440px; object-fit: cover; }

.quote-section {
  background: linear-gradient(180deg, #11263f 0%, #23415f 100%);
  color: #fff;
}
.section-heading.light h2,
.section-heading.light p:not(.eyebrow) { color: #fff; }
.section-heading.light p:not(.eyebrow) { opacity: .85; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: -10px 0 28px;
}
.pricing-grid article {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  border-radius: 22px;
  padding: 18px;
}
.pricing-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.pricing-grid span {
  display: block;
  color: rgba(255,255,255,.78);
  line-height: 1.45;
  font-size: .92rem;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 24px;
  align-items: start;
}
.quote-form,
.quote-result { background: #fff; color: var(--text); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.form-row.two { grid-template-columns: repeat(2, 1fr); }
label,
legend { display: block; font-weight: 800; color: var(--navy); font-size: .95rem; }
select,
input {
  width: 100%;
  margin-top: 8px;
  height: 52px;
  padding: 0 14px;
  font: inherit;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
fieldset {
  margin: 8px 0 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-top: 12px;
}
.checkbox input { width: 18px; height: 18px; margin: 0; }
.price { font-size: clamp(3rem, 7vw, 5rem); line-height: 1; margin: 8px 0 10px; color: var(--navy); font-weight: 950; letter-spacing: -0.06em; }
.price-note,
.small-print { color: var(--slate); }
.quote-summary {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quote-summary div { display: flex; justify-content: space-between; gap: 14px; }
.quote-summary strong { text-align: right; color: var(--navy); }
.small-print { margin: 16px 0 0; font-size: .88rem; }

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.contact-list a,
.contact-list span { font-weight: 800; font-size: 1.05rem; color: var(--navy); }
.contact-card { padding: 28px; }
.contact-card.dark {
  background: linear-gradient(145deg, #10263f, #294766);
  border-color: rgba(255,255,255,.08);
}
.contact-card img { width: 240px; margin-bottom: 16px; }
.contact-card p { color: rgba(255,255,255,.82); margin: 0 0 18px; }
.contact-card .btn-secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); margin-top: 12px; }

.site-footer {
  background: linear-gradient(180deg, #102339 0%, #142b44 100%);
  color: #fff;
  padding: 58px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 28px;
}
.footer-grid img { width: 220px; margin-bottom: 14px; }
.footer-grid strong { display: block; margin-bottom: 12px; }
.footer-grid a,
.footer-grid span,
.footer-grid p { color: rgba(255,255,255,.76); }
.footer-grid a { display: block; margin: 8px 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14);
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.68);
}

@media (max-width: 1080px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .call-pill { display: none; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 82px;
    left: 16px;
    right: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .hero-grid,
  .feature-row,
  .feature-row.reverse,
  .split-grid,
  .quote-layout,
  .contact-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-image,
  .feature-row.reverse .feature-copy { order: initial; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(1150px, calc(100% - 22px)); }
  .nav-wrap { min-height: 78px; gap: 14px; }
  .brand img { width: 180px; }
  .site-nav { top: 74px; left: 11px; right: 11px; }
  .hero h1 { font-size: 3rem; }
  .hero-media img,
  .feature-image img,
  .split-image img { min-height: 280px; }
  .trust-grid,
  .service-grid,
  .gallery-grid,
  .pricing-grid,
  .form-row.two,
  .before-after-grid { grid-template-columns: 1fr; }
  .gallery-grid .tall img { min-height: 300px; }
  .section,
  .quote-section { padding: 66px 0; }
  .quote-form,
  .quote-result,
  .before-after,
  .contact-card { padding: 22px; }
  .footer-bottom { flex-direction: column; }
  .btn { width: 100%; }
}


/* Extra pages: About and Gallery */
.page-hero {
  padding: 56px 0 42px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: center;
}
.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 950;
}
.page-hero p:not(.eyebrow) {
  color: var(--slate);
  line-height: 1.75;
  font-size: 1.06rem;
}
.page-hero-image img {
  width: 100%;
  min-height: 410px;
  object-fit: cover;
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.about-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4.5vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}
.about-grid p {
  color: var(--slate);
  line-height: 1.75;
}
.about-card-list {
  display: grid;
  gap: 16px;
}
.mini-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 38px rgba(6, 24, 63, 0.05);
}
.mini-card strong {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  margin-bottom: 14px;
}
.mini-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
}
.mini-card p {
  margin: 0;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-page-card {
  margin: 0;
}
.gallery-page-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.gallery-page-card figcaption {
  padding: 16px 18px 18px;
}
.gallery-page-card figcaption strong {
  display: block;
  color: var(--navy);
  font-size: 1.06rem;
  margin-bottom: 6px;
}
.gallery-page-card figcaption span {
  display: block;
  color: var(--slate);
  line-height: 1.5;
  font-size: .95rem;
}

.contact-band {
  background: #fff;
}
.contact-band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #0f233b, #31506d);
  color: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.contact-band-inner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.contact-band-inner p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-hero-grid,
  .about-grid,
  .contact-band-inner {
    grid-template-columns: 1fr;
  }
  .gallery-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .page-hero {
    padding: 36px 0 28px;
  }
  .page-hero h1 {
    font-size: 2.8rem;
  }
  .page-hero-image img,
  .gallery-page-card img {
    min-height: 260px;
    height: 260px;
  }
  .gallery-page-grid {
    grid-template-columns: 1fr;
  }
  .contact-band-inner {
    padding: 24px;
  }
}


/* Fixed About page proof section */
.about-proof-card {
  padding: 32px;
  background: linear-gradient(145deg, #10263f 0%, #31506d 100%);
  color: #fff;
  border-color: rgba(255,255,255,.10);
}
.about-proof-card .eyebrow {
  color: #a8bfd2;
}
.about-proof-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.035em;
}
.about-proof-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
  margin: 0 0 22px;
}
.proof-list {
  display: grid;
  gap: 14px;
}
.proof-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
}
.proof-list span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6f8faa, #90acc3);
  color: #fff;
  font-weight: 950;
}
.proof-list strong {
  color: #fff;
  font-size: 1rem;
}
.proof-list small {
  color: rgba(255,255,255,.72);
  line-height: 1.5;
  margin-top: 4px;
}
.proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.proof-tags span {
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 800;
  font-size: .9rem;
}

@media (max-width: 900px) {
  .about-proof-card {
    padding: 24px;
  }
}


/* Social links */
.site-nav a[target="_blank"]::after,
.footer-grid a[target="_blank"]::after,
.contact-list a[target="_blank"]::after {
  content: " ↗";
  font-size: .82em;
}
.contact-list a[target="_blank"] {
  color: var(--blue);
}


/* SEO service page */
.service-page-grid {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 28px;
  align-items: start;
}
.service-main-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4.5vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}
.service-main-copy p {
  color: var(--slate);
  line-height: 1.75;
}
.service-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.service-check-grid div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(6,24,63,.05);
}
.service-check-grid strong {
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}
.service-check-grid span {
  display: block;
  color: var(--slate);
  line-height: 1.5;
}
.service-price-card {
  padding: 26px;
}
.service-price-card h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.035em;
}
.service-price-card p {
  color: var(--slate);
  line-height: 1.65;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.price-list strong {
  color: var(--navy);
  text-align: right;
}
.area-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-pill-grid span {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  border-radius: 999px;
  padding: 11px 15px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(6,24,63,.04);
}
.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.faq-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}
.faq-grid p {
  color: var(--slate);
  line-height: 1.7;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(6,24,63,.05);
}
.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}
.faq-list details p {
  margin-bottom: 0;
}
.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 900px) {
  .service-page-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .service-check-grid {
    grid-template-columns: 1fr;
  }
}


/* Local area SEO hub page */
.service-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-link-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(6,24,63,.12);
}
.service-link-card img {
  width: 100%;
  height: 100%;
  min-height: 165px;
  object-fit: cover;
}
.service-link-card div {
  padding: 20px 20px 20px 0;
}
.service-link-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1.1;
}
.service-link-card p {
  color: var(--slate);
  margin: 0 0 12px;
  line-height: 1.55;
}
.service-link-card span {
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 900px) {
  .service-link-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .service-link-card {
    grid-template-columns: 1fr;
  }
  .service-link-card img {
    height: 220px;
  }
  .service-link-card div {
    padding: 0 20px 22px;
  }
}

.area-pill-grid.tight { margin-top: 12px; }
.area-pill-grid.tight span { font-size: .9rem; }


/* Footer polish for SEO links */
.footer-grid-wide {
  grid-template-columns: 1.2fr .8fr 1fr 1fr 1fr;
  align-items: start;
}
@media (max-width: 1100px) {
  .footer-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .footer-grid-wide {
    grid-template-columns: 1fr;
  }
}


/* Customer promise / review-ready section */
.testimonials-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.testimonial-card {
  padding: 24px;
}
.testimonial-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.testimonial-card p {
  margin: 0;
  color: var(--slate);
  line-height: 1.65;
}
.commercial-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .testimonial-grid,
  .commercial-package-grid {
    grid-template-columns: 1fr;
  }
}


/* Area page layout polish */
.area-polish-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .78fr);
  gap: 30px;
  align-items: stretch;
  background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 20px 55px rgba(6,24,63,.08);
  overflow: visible;
}
.area-polish-copy h2,
.area-coverage-panel h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}
.area-polish-copy p,
.area-coverage-panel p {
  color: var(--slate);
  line-height: 1.75;
}
.clean-benefit-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.clean-benefit-list div {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 12px;
  row-gap: 4px;
  align-items: start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.clean-benefit-list div::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  margin-top: 1px;
}
.clean-benefit-list strong {
  display: block;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.25;
}
.clean-benefit-list span {
  display: block;
  grid-column: 2;
  color: var(--slate);
  line-height: 1.55;
}
.area-price-panel {
  background: #06183f;
  border-radius: 26px;
  padding: clamp(20px, 3vw, 30px);
  color: #fff;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(6,24,63,.16);
}
.area-price-panel .eyebrow {
  color: #a8bfd2;
}
.area-price-panel h3 {
  color: #fff;
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.035em;
}
.area-price-panel p {
  color: rgba(255,255,255,.78);
  line-height: 1.65;
}
.price-chip-grid {
  display: grid;
  gap: 10px;
  margin: 4px 0 18px;
}
.price-chip-grid div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 12px 14px;
}
.price-chip-grid span {
  color: rgba(255,255,255,.86);
}
.price-chip-grid strong {
  color: #fff;
  font-size: 1.05rem;
  white-space: nowrap;
}
.area-price-panel .btn {
  margin-top: 6px;
}
.area-coverage-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 16px 45px rgba(6,24,63,.07);
}
.area-coverage-panel .area-pill-grid {
  justify-content: flex-start;
}
/* Safety net for older price/check boxes */
.service-page-grid {
  gap: clamp(22px, 4vw, 36px);
}
.service-main-copy,
.service-price-card {
  min-width: 0;
}
.service-price-card {
  overflow: visible;
}
.service-check-grid div {
  min-width: 0;
}
.service-check-grid strong,
.service-check-grid span {
  word-break: normal;
}
.price-list {
  list-style: none !important;
}
@media (max-width: 980px) {
  .area-polish-panel,
  .area-coverage-panel {
    grid-template-columns: 1fr;
  }
  .area-price-panel {
    width: auto;
  }
}
@media (max-width: 680px) {
  .area-polish-panel,
  .area-coverage-panel {
    border-radius: 22px;
    padding: 20px;
  }
  .area-price-panel {
    border-radius: 20px;
  }
  .clean-benefit-list div {
    grid-template-columns: 22px 1fr;
  }
  .clean-benefit-list span {
    grid-column: 2;
  }
}


/* Quote calculator upgrade */
.is-hidden {
  display: none !important;
}
.quote-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}
.quote-summary div:last-child {
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 12px;
}
.quote-summary div:last-child span,
.quote-summary div:last-child strong {
  color: var(--navy);
}


/* Guided instant quote system */
.quote-system-section {
  position: relative;
}
.quote-how-it-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}
.quote-how-it-works article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 18px;
  color: #fff;
}
.quote-how-it-works span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 950;
  margin-bottom: 10px;
}
.quote-how-it-works strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.quote-how-it-works p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}
.quote-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .46fr);
  gap: 26px;
  align-items: start;
}
.quote-wizard {
  padding: clamp(18px, 3vw, 30px);
  overflow: visible;
}
.quote-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.quote-progress-step {
  border: 1px solid var(--line);
  background: #f7fbff;
  color: var(--slate);
  border-radius: 18px;
  padding: 11px 10px;
  font-weight: 900;
  cursor: pointer;
}
.quote-progress-step span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e6f0ff;
  color: var(--navy);
  margin-right: 6px;
  font-size: .85rem;
}
.quote-progress-step.is-active {
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  border-color: transparent;
}
.quote-progress-step.is-active span,
.quote-progress-step.is-complete span {
  background: #fff;
  color: var(--navy);
}
.quote-step {
  display: none;
}
.quote-step.is-active {
  display: block;
}
.quote-step h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
}
.step-help {
  color: var(--slate);
  line-height: 1.65;
  margin: 0 0 20px;
}
.quote-choice-grid,
.quote-addon-grid {
  display: grid;
  gap: 12px;
}
.service-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.size-choice-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.quote-choice,
.quote-addon {
  display: block;
  position: relative;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  padding: 16px 16px 16px 46px;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(6,24,63,.04);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.quote-choice:hover,
.quote-addon:hover {
  transform: translateY(-2px);
  border-color: rgba(33,117,226,.35);
}
.quote-choice input,
.quote-addon input {
  position: absolute;
  left: 16px;
  top: 19px;
  accent-color: var(--blue);
}
.quote-choice:has(input:checked),
.quote-addon:has(input:checked) {
  border-color: rgba(33,117,226,.65);
  box-shadow: 0 14px 34px rgba(33,117,226,.12);
  background: #f7fbff;
}
.quote-choice strong,
.quote-addon strong {
  display: block;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 5px;
}
.quote-choice span,
.quote-addon span {
  display: block;
  color: var(--slate);
  line-height: 1.45;
  font-size: .94rem;
}
.quote-addon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quote-detail-row {
  margin-top: 22px;
}
.quote-wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.quote-wizard-actions .btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.quote-result-sticky {
  position: sticky;
  top: 104px;
}
.is-hidden {
  display: none !important;
}
.quote-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.quote-summary div:last-child {
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 12px;
}
.quote-summary div:last-child span,
.quote-summary div:last-child strong {
  color: var(--navy);
}
@media (max-width: 980px) {
  .quote-how-it-works,
  .quote-flow {
    grid-template-columns: 1fr;
  }
  .quote-result-sticky {
    position: static;
  }
  .size-choice-grid,
  .service-choice-grid,
  .quote-addon-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .quote-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-progress-step {
    font-size: .9rem;
  }
  .quote-wizard-actions {
    flex-direction: column-reverse;
  }
  .quote-wizard-actions .btn {
    width: 100%;
  }
}


/* Final polished instant quote */
.quote-polished-section {
  background:
    radial-gradient(circle at top left, rgba(126,183,255,.16), transparent 34%),
    linear-gradient(145deg, #06183f 0%, #082969 100%);
}
.quote-polished-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}
.quote-polished-header h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 950;
}
.quote-polished-header p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  max-width: 720px;
  margin: 0;
  line-height: 1.7;
}
.quote-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.quote-trust-strip span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 999px;
  padding: 10px 13px;
  font-weight: 900;
  white-space: nowrap;
}
.quote-polished-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .42fr);
  gap: 26px;
  align-items: start;
}
.quote-polished-card {
  padding: clamp(18px, 3vw, 30px);
  overflow: visible;
}
.quote-form-block {
  padding: 0 0 26px;
  margin: 0 0 26px;
  border-bottom: 1px solid var(--line);
}
.quote-form-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.quote-block-heading {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}
.quote-block-heading > span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(33,117,226,.22);
}
.quote-block-heading h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.quote-block-heading p {
  margin: 0;
  color: var(--slate);
  line-height: 1.6;
}
.quote-choice-grid,
.quote-addon-grid {
  display: grid;
  gap: 12px;
}
.service-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.size-choice-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.quote-choice,
.quote-addon {
  display: block;
  position: relative;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  padding: 16px 16px 16px 46px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(6,24,63,.035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.quote-choice.compact {
  padding: 15px 14px 15px 42px;
}
.quote-choice:hover,
.quote-addon:hover {
  transform: translateY(-2px);
  border-color: rgba(33,117,226,.4);
}
.quote-choice input,
.quote-addon input {
  position: absolute;
  left: 16px;
  top: 19px;
  accent-color: var(--blue);
}
.quote-choice:has(input:checked),
.quote-addon:has(input:checked) {
  border-color: rgba(33,117,226,.75);
  box-shadow: 0 14px 34px rgba(33,117,226,.13);
  background: #f7fbff;
}
.quote-choice strong,
.quote-addon strong {
  display: block;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: .98rem;
}
.quote-choice span,
.quote-addon span {
  display: block;
  color: var(--slate);
  line-height: 1.45;
  font-size: .92rem;
}
.quote-addon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quote-detail-row {
  margin-top: 18px;
}
.quote-polished-result {
  position: sticky;
  top: 104px;
  padding: 28px;
  overflow: visible;
}
.quote-polished-result .price {
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  line-height: .95;
  letter-spacing: -0.055em;
}
.quote-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.quote-mini-note {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: #f7fbff;
  border: 1px solid var(--line);
}
.quote-mini-note strong {
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}
.quote-mini-note p {
  margin: 0;
  color: var(--slate);
  line-height: 1.55;
  font-size: .94rem;
}
.quote-summary div:last-child {
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 12px;
}
.quote-summary div:last-child span,
.quote-summary div:last-child strong {
  color: var(--navy);
}
.is-hidden {
  display: none !important;
}
@media (max-width: 1080px) {
  .quote-polished-header,
  .quote-polished-layout {
    grid-template-columns: 1fr;
  }
  .quote-trust-strip {
    justify-content: flex-start;
  }
  .quote-polished-result {
    position: static;
  }
}
@media (max-width: 780px) {
  .service-choice-grid,
  .quote-addon-grid {
    grid-template-columns: 1fr;
  }
  .size-choice-grid {
    grid-template-columns: 1fr;
  }
  .quote-block-heading {
    grid-template-columns: 38px 1fr;
  }
  .quote-block-heading > span {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }
  .quote-polished-card,
  .quote-polished-result {
    padding: 20px;
  }
}


/* Maran-style centred quote system */
.quote-maran-section {
  background: #f8fafc;
  color: var(--navy);
  padding: clamp(70px, 8vw, 110px) 0;
}
.quote-maran-container {
  max-width: 920px;
}
.quote-maran-header {
  text-align: center;
  margin-bottom: 28px;
}
.quote-maran-header .eyebrow {
  color: var(--blue);
}
.quote-maran-header h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 950;
}
.quote-maran-header p:not(.eyebrow) {
  color: var(--slate);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
}
.quote-maran-form {
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 20px;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 20px 70px rgba(6,24,63,.10);
}
.quote-maran-question {
  margin-bottom: 34px;
}
.quote-maran-question h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.quote-maran-help {
  color: var(--slate);
  margin: -6px 0 14px;
  line-height: 1.55;
}
.quote-maran-options,
.quote-extra-options {
  display: grid;
  gap: 10px;
}
.service-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.frequency-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.quote-select-option,
.quote-extra-option,
.quote-bespoke-line {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid #dfe7f3;
  background: #fdfdfd;
  color: var(--navy);
  padding: 12px 42px 12px 14px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.quote-select-option input,
.quote-extra-option input,
.quote-bespoke-line input,
.quote-home-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quote-select-option::after,
.quote-extra-option::after,
.quote-bespoke-line::after,
.quote-home-card::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1.8px solid #aebbd0;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.quote-extra-option::after {
  border-radius: 2px;
}
.quote-select-option:has(input:checked),
.quote-extra-option:has(input:checked),
.quote-bespoke-line:has(input:checked),
.quote-home-card:has(input:checked) {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 8px 22px rgba(33,117,226,.18);
}
.quote-select-option:has(input:checked)::after,
.quote-bespoke-line:has(input:checked)::after,
.quote-home-card:has(input:checked)::after {
  border-color: #fff;
  background: radial-gradient(circle, #fff 0 35%, transparent 39%);
}
.quote-extra-option:has(input:checked)::after {
  border-color: #fff;
  background:
    linear-gradient(45deg, transparent 45%, #fff 46% 58%, transparent 59%),
    linear-gradient(-45deg, transparent 45%, #fff 46% 58%, transparent 59%);
}
.quote-select-option span,
.quote-extra-option span,
.quote-bespoke-line span {
  font-weight: 800;
  line-height: 1.25;
}
.quote-extra-option strong {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  opacity: .72;
  margin-top: 2px;
}
.quote-home-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.quote-home-card {
  position: relative;
  display: block;
  border: 1px solid #dfe7f3;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.quote-home-card .home-card-title {
  display: block;
  color: var(--navy);
  font-weight: 900;
  margin: 0 26px 8px 0;
  line-height: 1.25;
  font-size: .95rem;
}
.quote-home-visual {
  width: 100%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #f6f9ff 0%, #edf3fb 100%);
  overflow: hidden;
}
.quote-home-card svg {
  width: 88%;
  height: 88%;
}
.quote-home-card svg * {
  fill: none;
  stroke: #1c5fd4;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.quote-home-card:has(input:checked) .quote-home-visual {
  background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.06) 100%);
}
.quote-home-card:has(input:checked) svg * {
  stroke: #ffffff;
}
.quote-home-card:has(input:checked) .home-card-title {
  color: #fff;
}
.quote-bespoke-line {
  margin-top: 10px;
}
.quote-frequency-access {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.quote-clean-select {
  width: 100%;
  height: 48px;
  border: 1px solid #dfe7f3;
  background: #fff;
  color: var(--navy);
  padding: 0 14px;
  font-weight: 800;
  outline: none;
}
.hidden-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.quote-extra-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quote-instant-price {
  text-align: center;
  border-top: 1px solid #e6edf7;
  border-bottom: 1px solid #e6edf7;
  padding: 30px 0;
  margin: 12px 0 28px;
}
.quote-instant-price > span {
  display: block;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 8px;
}
.quote-instant-price > strong {
  display: block;
  color: var(--blue);
  font-size: clamp(3rem, 7vw, 4.7rem);
  line-height: .9;
  letter-spacing: -0.055em;
  font-weight: 950;
}
.quote-instant-price > p {
  margin: 10px auto 0;
  color: var(--slate);
  max-width: 520px;
  line-height: 1.6;
}
.compact-summary {
  max-width: 620px;
  margin: 18px auto 0;
  text-align: left;
}
.quote-maran-includes {
  display: grid;
  gap: 8px;
  justify-content: center;
  text-align: center;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 34px;
}
.quote-contact-area {
  margin-bottom: 0;
}
.quote-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}
.quote-contact-grid label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 850;
  font-size: .92rem;
}
.quote-contact-grid input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d7dfeb;
  border-radius: 0;
  padding: 10px 0;
  outline: none;
  color: var(--navy);
  background: transparent;
}
.quote-contact-grid input:focus {
  border-bottom-color: var(--blue);
}
.maran-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}
.is-hidden {
  display: none !important;
}
@media (max-width: 760px) {
  .quote-maran-form {
    padding: 20px;
  }
  .service-options,
  .frequency-options,
  .quote-home-options,
  .quote-extra-options,
  .quote-contact-grid,
  .maran-actions {
    grid-template-columns: 1fr;
  }
  .quote-home-visual {
    height: 180px;
  }
}


/* Premium quote icons + single calculator polish */
.quote-home-options {
  gap: 18px;
}
.quote-home-card {
  border: 1px solid #dde8f7;
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at top left, rgba(33,117,226,.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 34px rgba(6,24,63,.06);
  overflow: hidden;
}
.quote-home-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.72), transparent 45%, rgba(33,117,226,.05));
}
.quote-home-card::after {
  width: 18px;
  height: 18px;
  right: 18px;
  top: 18px;
  transform: none;
  box-shadow: 0 0 0 4px rgba(33,117,226,.06);
}
.quote-home-card .home-card-title {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
  margin: 0 34px 3px 0;
}
.quote-home-card .home-card-subtitle {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--slate);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}
.quote-home-visual {
  position: relative;
  z-index: 1;
  height: 150px;
  border: 1px solid rgba(33,117,226,.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 20%, rgba(126,183,255,.40), transparent 28%),
    linear-gradient(145deg, #eef6ff 0%, #f9fcff 48%, #e9f2ff 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 28px rgba(6,24,63,.05);
}
.quote-home-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 16px;
  border: 1px solid rgba(33,117,226,.10);
  background: rgba(255,255,255,.32);
}
.quote-home-card svg {
  position: relative;
  z-index: 1;
  width: 82%;
  height: 82%;
  filter: drop-shadow(0 10px 16px rgba(6,24,63,.10));
}
.quote-home-card svg * {
  stroke: #0b2d70;
  stroke-width: 3.2;
}
.quote-home-card:has(input:checked) {
  background:
    radial-gradient(circle at top left, rgba(126,183,255,.24), transparent 42%),
    linear-gradient(145deg, #1f74ed 0%, #092765 100%);
  border-color: rgba(33,117,226,.95);
  box-shadow: 0 18px 44px rgba(33,117,226,.24);
}
.quote-home-card:has(input:checked)::before {
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 46%, rgba(255,255,255,.08));
}
.quote-home-card:has(input:checked)::after {
  border-color: #fff;
  background:
    radial-gradient(circle, #fff 0 35%, transparent 39%);
  box-shadow: 0 0 0 4px rgba(255,255,255,.14);
}
.quote-home-card:has(input:checked) .home-card-title,
.quote-home-card:has(input:checked) .home-card-subtitle {
  color: #fff;
}
.quote-home-card:has(input:checked) .quote-home-visual {
  border-color: rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 28px rgba(0,0,0,.12);
}
.quote-home-card:has(input:checked) .quote-home-visual::before {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
}
.quote-home-card:has(input:checked) svg * {
  stroke: #ffffff;
}
.quote-maran-form {
  border-radius: 26px;
  box-shadow: 0 24px 80px rgba(6,24,63,.12);
}
.quote-instant-price {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  border: 1px solid #e6edf7;
  border-radius: 24px;
  padding: 30px 22px;
}
.quote-instant-price > strong {
  text-shadow: 0 10px 28px rgba(33,117,226,.15);
}
@media (max-width: 760px) {
  .quote-home-visual {
    height: 145px;
  }
}


/* Calculator functional polish */
.compact-summary div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f8;
}
.compact-summary div span {
  color: var(--slate);
}
.compact-summary div strong {
  color: var(--navy);
  text-align: right;
}
.compact-summary div:last-child {
  border-bottom: 0;
  border-top: 1px solid #dfe7f3;
  margin-top: 4px;
  padding-top: 12px;
}


/* frequency-price-helper-polish */
#frequencyField .quote-maran-help {
  margin: -6px 0 12px;
  font-size: .9rem;
}


/* Southwold real-work photo patch */
.proof-photo-grid,
.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.proof-photo-card,
.case-study-card {
  overflow: hidden;
  padding: 0;
}
.proof-photo-card img,
.case-study-card img,
.proof-image-card img,
.partnership-image-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}
.proof-photo-card div,
.case-study-card figcaption {
  padding: 18px;
}
.proof-photo-card strong,
.case-study-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.proof-photo-card p,
.case-study-card span {
  display: block;
  color: var(--slate);
  line-height: 1.55;
  margin: 0;
}
.southwold-proof-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.commercial-proof-section {
  background: #ffffff;
}
.proof-image-card,
.partnership-image-card {
  overflow: hidden;
  padding: 0;
}
.proof-image-card figcaption,
.partnership-image-card figcaption {
  padding: 14px 18px 18px;
  color: var(--slate);
  font-weight: 800;
  line-height: 1.45;
}
.partnership-story-section {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.about-partnership-grid {
  align-items: center;
}
.real-work-gallery figure img {
  object-position: center;
}
@media (max-width: 920px) {
  .proof-photo-grid,
  .case-study-grid {
    grid-template-columns: 1fr;
  }
  .proof-photo-card img,
  .case-study-card img,
  .proof-image-card img,
  .partnership-image-card img {
    height: 360px;
  }
}


/* Instagram proof patch */
.gutter-proof-section,
.solar-before-after-section,
.window-proof-section,
.evening-commercial-section,
.service-proof-strip {
  background: #ffffff;
}
.solar-before-after-grid {
  padding: 18px;
  overflow: hidden;
}
.solar-before-after-grid img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 760px) {
  .solar-before-after-grid img {
    height: 280px;
  }
}


/* Cleaner homepage review patch */
.homepage-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.homepage-work-card {
  overflow: hidden;
  padding: 0;
  background: #fff;
}
.homepage-work-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.homepage-work-card div {
  padding: 20px;
}
.homepage-work-card span {
  display: inline-flex;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.homepage-work-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.15rem;
}
.homepage-work-card p {
  margin: 0;
  color: var(--slate);
  line-height: 1.55;
}
.homepage-work-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.gallery-page-card img {
  object-fit: cover;
}
@media (max-width: 980px) {
  .homepage-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .homepage-work-grid {
    grid-template-columns: 1fr;
  }
  .homepage-work-card img {
    height: 300px;
  }
}


/* Quote size icon polish */
.quote-size-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.quote-size-card {
  min-height: 262px;
  border-radius: 22px;
}
.quote-size-card .home-card-title {
  min-height: 2.4em;
}
.quote-size-card .home-card-subtitle {
  min-height: 3.2em;
}
.quote-size-card .quote-home-visual {
  height: 132px;
}
.quote-size-card svg {
  width: 92%;
  height: 92%;
}
.quote-size-card svg * {
  vector-effect: non-scaling-stroke;
}
.quote-size-card svg .ground {
  stroke-width: 2.4;
  opacity: .55;
}
.quote-size-card-bespoke .quote-home-visual {
  background:
    radial-gradient(circle at 30% 20%, rgba(126,183,255,.36), transparent 28%),
    linear-gradient(145deg, #edf5ff 0%, #ffffff 48%, #e5f0ff 100%);
}
.quote-size-card-bespoke .home-card-title {
  letter-spacing: -.02em;
}
@media (max-width: 1180px) {
  .quote-size-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-size-card {
    min-height: 250px;
  }
}
@media (max-width: 620px) {
  .quote-size-options {
    grid-template-columns: 1fr;
  }
  .quote-size-card {
    min-height: auto;
  }
  .quote-size-card .home-card-title,
  .quote-size-card .home-card-subtitle {
    min-height: 0;
  }
  .quote-size-card .quote-home-visual {
    height: 150px;
  }
}


/* Missing Southwold commercial photo patch */
.high-street-proof-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}


/* Suffolk SEO patch */
.suffolk-seo-links {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.pill-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.pill-link-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(9, 30, 66, .06);
}
.pill-link-grid a:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, .42);
}


/* SEO Patch 1 */
.large-area-grid {
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
.area-service-links .service-card a {
  font-weight: 900;
  color: var(--blue);
  text-decoration: none;
}


/* Areas/service section fix */
.area-town-grid,
.service-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.area-town-card,
.service-route-card {
  padding: 24px;
}

.area-town-card h3,
.service-route-card h3 {
  margin-bottom: 14px;
}

.compact-area-grid {
  justify-content: flex-start;
  gap: 8px;
}

.compact-area-grid span {
  font-size: 0.9rem;
}

.service-route-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

.service-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-route-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 110, 190, 0.22);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  color: var(--blue);
  text-decoration: none;
  background: rgba(20, 110, 190, 0.06);
}

.service-route-actions a:hover {
  background: rgba(20, 110, 190, 0.12);
}

.area-service-summary li {
  align-items: flex-start;
  gap: 10px;
}

.area-service-summary li strong {
  min-width: 170px;
}

.area-service-summary li span {
  color: var(--muted);
}

@media (max-width: 820px) {
  .area-town-grid,
  .service-route-grid {
    grid-template-columns: 1fr;
  }

  .area-service-summary li {
    flex-direction: column;
  }

  .area-service-summary li strong {
    min-width: 0;
  }
}


/* Cleaner areas page service section */
.services-available-section .section-heading {
  max-width: 820px;
}

.service-overview-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
}

.service-overview-intro {
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(20, 110, 190, 0.08), rgba(10, 29, 71, 0.04));
  align-self: stretch;
}

.service-overview-intro h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin-bottom: 12px;
}

.service-overview-intro p {
  color: var(--muted);
}

.service-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.clean-service-list {
  display: grid;
  gap: 0;
}

.clean-service-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10, 29, 71, 0.10);
}

.clean-service-item:first-child {
  padding-top: 0;
}

.clean-service-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.clean-service-item h4 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.clean-service-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.clean-service-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 180px;
}

.clean-service-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(20, 110, 190, 0.08);
  border: 1px solid rgba(20, 110, 190, 0.20);
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
  font-size: 0.9rem;
}

.clean-service-links a:hover {
  background: rgba(20, 110, 190, 0.14);
}

@media (max-width: 920px) {
  .service-overview-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .service-overview-intro {
    padding: 22px;
  }

  .clean-service-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .clean-service-links {
    justify-content: flex-start;
    min-width: 0;
  }
}

/* Style restore polish */
.homepage-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.homepage-work-card {
  overflow: hidden;
  padding: 0;
}

.homepage-work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.homepage-work-card div {
  padding: 20px;
}

.homepage-work-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--blue);
}

.homepage-work-card h3 {
  margin-bottom: 8px;
}

.homepage-work-cta {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

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

.coverage-card {
  padding: 24px;
}

.coverage-card h3 {
  margin-bottom: 10px;
}

.coverage-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 920px) {
  .homepage-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .homepage-work-grid {
    grid-template-columns: 1fr;
  }
}

/* Format restore with photos */
.homepage-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.homepage-work-card {
  overflow: hidden;
  padding: 0;
}

.homepage-work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.homepage-work-card div {
  padding: 20px;
}

.homepage-work-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--blue);
}

.homepage-work-card h3 {
  margin-bottom: 8px;
}

.homepage-work-card p {
  color: var(--muted);
}

.homepage-work-cta {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 920px) {
  .homepage-work-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .homepage-work-grid {
    grid-template-columns: 1fr;
  }
}

/* Live review cleanup */
select[hidden] {
  display: none !important;
}

.homepage-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.homepage-work-card {
  overflow: hidden;
  padding: 0;
}

.homepage-work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.homepage-work-card div {
  padding: 20px;
}

@media (max-width: 920px) {
  .homepage-work-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .homepage-work-grid {
    grid-template-columns: 1fr;
  }
}


.brand img { width: 270px; }
.call-pill,
.btn-primary,
.feature-copy li::before,
.tick-list li::before,
.mini-card strong {
  box-shadow: 0 16px 34px rgba(14, 34, 61, 0.16);
}
.hero-details span,
.service-card,
.mini-card,
.service-check-grid div,
.quote-form,
.quote-result {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(4px);
}
.contact-card img,
.footer-grid img {
  background: rgba(255,255,255,0.96);
  padding: 12px 16px;
  border-radius: 18px;
}
.contact-card img { width: 260px; }
.footer-grid img { width: 240px; }
.page-hero {
  background: linear-gradient(180deg, #fcfcfb 0%, #f3f5f7 100%);
}
.contact-list a[target="_blank"] { color: var(--blue-2); }
@media (max-width: 680px) {
  .brand img { width: 210px; }
}


/* Instagram homepage preview */
.instagram-section {
  background: linear-gradient(180deg, #f3f5f7 0%, #ffffff 100%);
}

.instagram-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.instagram-copy h2 {
  margin: 0;
  color: var(--navy);
  letter-spacing: -0.045em;
  line-height: .98;
  font-weight: 950;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.instagram-copy p:not(.eyebrow) {
  color: var(--slate);
  line-height: 1.75;
  margin-top: 18px;
}

.instagram-preview {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(14, 34, 61, 0.08);
  box-shadow: 0 24px 60px rgba(14, 34, 61, 0.10);
  border-radius: 30px;
  overflow: hidden;
}

.instagram-preview img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 920px) {
  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .instagram-preview img {
    max-height: 720px;
  }
}


/* Homepage hero collage image */
.hero-media.hero-collage {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
}

.hero-media.hero-collage img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: top center;
  display: block;
  border-radius: 22px;
}

@media (max-width: 920px) {
  .hero-media.hero-collage img {
    max-height: none;
  }
}


/* Final Instagram polish */
.instagram-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(101, 172, 224, 0.22), transparent 30%),
    linear-gradient(135deg, #0e223d 0%, #183456 52%, #23415f 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.instagram-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -140px;
  bottom: -160px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.instagram-showcase {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.instagram-section .eyebrow {
  color: #b9daf1;
}

.instagram-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.03;
  margin-bottom: 18px;
}

.instagram-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  margin-top: 0;
  max-width: 560px;
}

.instagram-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 6px;
  max-width: 560px;
}

.instagram-benefits span {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 800;
  color: #ffffff;
}

.instagram-actions {
  margin-top: 26px;
}

.instagram-section .btn-primary {
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.instagram-section .btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.30);
}

.instagram-device {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
  border-radius: 34px;
  overflow: hidden;
  padding: 14px;
  transform: rotate(1deg);
}

.instagram-device:hover {
  transform: rotate(0deg) translateY(-3px);
}

.instagram-device-top,
.instagram-device-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--navy);
}

.instagram-device-top {
  padding: 6px 6px 14px;
  justify-content: flex-start;
}

.instagram-device-top strong,
.instagram-device-bottom strong {
  display: block;
  color: var(--navy);
}

.instagram-device-top span,
.instagram-device-bottom span {
  color: var(--slate);
  font-size: 0.9rem;
}

.instagram-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.instagram-avatar img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}

.instagram-device > img {
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(14, 34, 61, 0.08);
}

.instagram-device-bottom {
  padding: 14px 6px 4px;
}

.hero-media.hero-collage {
  box-shadow: 0 24px 60px rgba(14, 34, 61, 0.12) !important;
}

@media (max-width: 920px) {
  .instagram-showcase {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .instagram-device {
    transform: none;
  }

  .instagram-device:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 560px) {
  .instagram-benefits {
    grid-template-columns: 1fr;
  }

  .instagram-device {
    border-radius: 26px;
    padding: 10px;
  }

  .instagram-device > img {
    max-height: 560px;
    border-radius: 20px;
  }
}


/* Homepage contact poster refresh */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-card.contact-card-poster {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.contact-card-poster-link {
  position: relative;
  display: block;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(11, 32, 58, 0.22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.contact-card-poster-link:hover,
.contact-card-poster-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(11, 32, 58, 0.28);
}
.contact-card.contact-card-poster img {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 34px;
}
@media (max-width: 780px) {
  .contact-card-poster-link,
  .contact-card.contact-card-poster img {
    border-radius: 26px;
  }
}
